intelica-library-components 1.1.131 → 1.1.132
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.
|
@@ -6432,11 +6432,11 @@ class BreadCrumbComponent {
|
|
|
6432
6432
|
fullItems = input([], ...(ngDevMode ? [{ debugName: "fullItems" }] : []));
|
|
6433
6433
|
itemClick = output();
|
|
6434
6434
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: BreadCrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6435
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.21", type: BreadCrumbComponent, isStandalone: true, selector: "intelica-bread-crumb", inputs: { fullItems: { classPropertyName: "fullItems", publicName: "fullItems", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<p-breadcrumb class=\"prBreadcrumb\" [model]=\"fullItems()\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n
|
|
6435
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.21", type: BreadCrumbComponent, isStandalone: true, selector: "intelica-bread-crumb", inputs: { fullItems: { classPropertyName: "fullItems", publicName: "fullItems", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<p-breadcrumb class=\"prBreadcrumb\" [model]=\"fullItems()\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n <a [routerLink]=\"item.routerLink\" [pTooltip]=\"item.tooltip\" tooltipStyleClass=\"prTooltip\"\r\n [tooltipPosition]=\"item.tooltipPosition\" [tooltipStyleClass]=\"item.tooltipStyleClass\">\r\n <span>{{ item.label }}</span>\r\n </a>\r\n </ng-template>\r\n <ng-template pTemplate=\"separator\">\r\n <span class=\"breadcrumb-separator\">\r\n <i class=\"icon icon-arrow-right icon--xs\"></i>\r\n </span>\r\n </ng-template>\r\n</p-breadcrumb>", dependencies: [{ kind: "component", type: Breadcrumb, selector: "p-breadcrumb", inputs: ["model", "style", "styleClass", "home", "homeAriaLabel"], outputs: ["onItemClick"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip"] }] });
|
|
6436
6436
|
}
|
|
6437
6437
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: BreadCrumbComponent, decorators: [{
|
|
6438
6438
|
type: Component,
|
|
6439
|
-
args: [{ selector: 'intelica-bread-crumb', imports: [Breadcrumb, RouterLink, Tooltip,], template: "<p-breadcrumb class=\"prBreadcrumb\" [model]=\"fullItems()\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n
|
|
6439
|
+
args: [{ selector: 'intelica-bread-crumb', imports: [Breadcrumb, RouterLink, Tooltip,], template: "<p-breadcrumb class=\"prBreadcrumb\" [model]=\"fullItems()\">\r\n <ng-template pTemplate=\"item\" let-item>\r\n <a [routerLink]=\"item.routerLink\" [pTooltip]=\"item.tooltip\" tooltipStyleClass=\"prTooltip\"\r\n [tooltipPosition]=\"item.tooltipPosition\" [tooltipStyleClass]=\"item.tooltipStyleClass\">\r\n <span>{{ item.label }}</span>\r\n </a>\r\n </ng-template>\r\n <ng-template pTemplate=\"separator\">\r\n <span class=\"breadcrumb-separator\">\r\n <i class=\"icon icon-arrow-right icon--xs\"></i>\r\n </span>\r\n </ng-template>\r\n</p-breadcrumb>" }]
|
|
6440
6440
|
}], propDecorators: { fullItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "fullItems", required: false }] }], itemClick: [{ type: i0.Output, args: ["itemClick"] }] } });
|
|
6441
6441
|
|
|
6442
6442
|
class TitleComponent {
|