@leanix/components 0.4.67 → 0.4.68
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/esm2022/lib/popover-ui/components/popover/popover.component.mjs +6 -6
- package/esm2022/lib/popover-ui/directives/popover-click.directive.mjs +5 -4
- package/esm2022/lib/popover-ui/directives/popover-content.directive.mjs +4 -3
- package/esm2022/lib/popover-ui/directives/popover-hover.directive.mjs +5 -4
- package/esm2022/lib/popover-ui/popover-ui.module.mjs +4 -5
- package/esm2022/lib/tab-ui/components/tab/tab.component.mjs +7 -7
- package/esm2022/lib/tab-ui/components/tab-group/tab-group.component.mjs +4 -3
- package/esm2022/lib/tab-ui/tab-ui.module.mjs +4 -5
- package/fesm2022/leanix-components.mjs +23 -23
- package/fesm2022/leanix-components.mjs.map +1 -1
- package/lib/popover-ui/components/popover/popover.component.d.ts +1 -1
- package/lib/popover-ui/directives/popover-click.directive.d.ts +1 -1
- package/lib/popover-ui/directives/popover-content.directive.d.ts +1 -1
- package/lib/popover-ui/directives/popover-hover.directive.d.ts +1 -1
- package/lib/popover-ui/popover-ui.module.d.ts +7 -7
- package/lib/tab-ui/components/tab/tab.component.d.ts +1 -1
- package/lib/tab-ui/components/tab-group/tab-group.component.d.ts +1 -1
- package/lib/tab-ui/tab-ui.module.d.ts +7 -7
- package/package.json +1 -1
@@ -93,5 +93,5 @@ export declare class PopoverComponent implements OnChanges {
|
|
93
93
|
private getMarginClassesForClassList;
|
94
94
|
private getDefaultMarginClasses;
|
95
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": { "alias": "trigger"; "required": false; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; "adaptMarginsForViewportAlignChange": { "alias": "adaptMarginsForViewportAlignChange"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"],
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "lx-popover", never, { "trigger": { "alias": "trigger"; "required": false; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; "adaptMarginsForViewportAlignChange": { "alias": "adaptMarginsForViewportAlignChange"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["explicitContent"], ["*"], true, never>;
|
97
97
|
}
|
@@ -19,5 +19,5 @@ export declare class PopoverClickDirective implements PopoverTriggerDirective, A
|
|
19
19
|
showPopover(): void;
|
20
20
|
closePopover(): void;
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverClickDirective, never>;
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverClickDirective, "[lxPopoverClick]", ["clickAnchor"], { "lxPopoverPinned": { "alias": "lxPopoverPinned"; "required": false; }; }, {}, never, never,
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverClickDirective, "[lxPopoverClick]", ["clickAnchor"], { "lxPopoverPinned": { "alias": "lxPopoverPinned"; "required": false; }; }, {}, never, never, true, never>;
|
23
23
|
}
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
4
4
|
*/
|
5
5
|
export declare class PopoverContentDirective {
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContentDirective, never>;
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContentDirective, "[lxPopoverContent]", never, {}, {}, never, never,
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContentDirective, "[lxPopoverContent]", never, {}, {}, never, never, true, never>;
|
8
8
|
}
|
@@ -34,5 +34,5 @@ export declare class PopoverHoverDirective implements AfterViewInit, OnDestroy {
|
|
34
34
|
showPopover(skipDelay?: boolean): void;
|
35
35
|
closePopover(skipDelay?: boolean): void;
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverHoverDirective, never>;
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverHoverDirective, "[lxPopoverHover]", ["hoverAnchor"], { "lxPopoverHover": { "alias": "lxPopoverHover"; "required": false; }; "skipCloseDelay": { "alias": "skipCloseDelay"; "required": false; }; }, {}, never, never,
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverHoverDirective, "[lxPopoverHover]", ["hoverAnchor"], { "lxPopoverHover": { "alias": "lxPopoverHover"; "required": false; }; "skipCloseDelay": { "alias": "skipCloseDelay"; "required": false; }; }, {}, never, never, true, never>;
|
38
38
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "
|
3
|
-
import * as i2 from "
|
4
|
-
import * as i3 from "./
|
5
|
-
import * as i4 from "./directives/popover-
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "
|
2
|
+
import * as i1 from "@angular/common";
|
3
|
+
import * as i2 from "@ncstate/sat-popover";
|
4
|
+
import * as i3 from "./directives/popover-hover.directive";
|
5
|
+
import * as i4 from "./directives/popover-click.directive";
|
6
|
+
import * as i5 from "./components/popover/popover.component";
|
7
|
+
import * as i6 from "./directives/popover-content.directive";
|
8
8
|
export declare class LxPopoverUiModule {
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LxPopoverUiModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxPopoverUiModule, [typeof i1.
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LxPopoverUiModule, never, [typeof i1.CommonModule, typeof i2.SatPopoverModule, typeof i3.PopoverHoverDirective, typeof i4.PopoverClickDirective, typeof i5.PopoverComponent, typeof i6.PopoverContentDirective], [typeof i2.SatPopoverModule, typeof i4.PopoverClickDirective, typeof i3.PopoverHoverDirective, typeof i5.PopoverComponent, typeof i6.PopoverContentDirective]>;
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<LxPopoverUiModule>;
|
12
12
|
}
|
@@ -30,5 +30,5 @@ export declare class TabComponent {
|
|
30
30
|
private _isActive;
|
31
31
|
constructor(cd: ChangeDetectorRef);
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "lx-tab", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tabLink": { "alias": "tabLink"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "counterBadgeSize": { "alias": "counterBadgeSize"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "noLeftMarginForFirstTab": { "alias": "noLeftMarginForFirstTab"; "required": false; }; "background": { "alias": "background"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "switch": "switch"; }, never, ["*"],
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "lx-tab", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tabLink": { "alias": "tabLink"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "counterBadgeSize": { "alias": "counterBadgeSize"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "noLeftMarginForFirstTab": { "alias": "noLeftMarginForFirstTab"; "required": false; }; "background": { "alias": "background"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "switch": "switch"; }, never, ["*"], true, never>;
|
34
34
|
}
|
@@ -17,5 +17,5 @@ export declare class TabGroupComponent implements OnChanges, AfterContentInit, O
|
|
17
17
|
ngOnDestroy(): void;
|
18
18
|
switchTo(tab: TabComponent): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "lx-tab-group", never, { "isCentered": { "alias": "isCentered"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "indexChange": "indexChange"; }, ["tabsQueryList"], ["*"],
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "lx-tab-group", never, { "isCentered": { "alias": "isCentered"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "indexChange": "indexChange"; }, ["tabsQueryList"], ["*"], true, never>;
|
21
21
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "
|
3
|
-
import * as i2 from "
|
4
|
-
import * as i3 from "
|
5
|
-
import * as i4 from "@angular/
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "
|
2
|
+
import * as i1 from "@angular/cdk/portal";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "../core-ui/core-ui.module";
|
5
|
+
import * as i4 from "@angular/router";
|
6
|
+
import * as i5 from "./components/tab-group/tab-group.component";
|
7
|
+
import * as i6 from "./components/tab/tab.component";
|
8
8
|
export declare class LxTabUiModule {
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LxTabUiModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxTabUiModule, [typeof i1.
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LxTabUiModule, never, [typeof i1.PortalModule, typeof i2.CommonModule, typeof i3.LxCoreUiModule, typeof i4.RouterModule, typeof i5.TabGroupComponent, typeof i6.TabComponent], [typeof i5.TabGroupComponent, typeof i6.TabComponent]>;
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<LxTabUiModule>;
|
12
12
|
}
|