intelica-library-components 1.1.125 → 1.1.127
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.
|
@@ -26,7 +26,7 @@ import { Select, SelectModule } from 'primeng/select';
|
|
|
26
26
|
import * as i3 from 'primeng/table';
|
|
27
27
|
import { TableModule } from 'primeng/table';
|
|
28
28
|
import * as i4$1 from 'primeng/tooltip';
|
|
29
|
-
import { TooltipModule } from 'primeng/tooltip';
|
|
29
|
+
import { TooltipModule, Tooltip } from 'primeng/tooltip';
|
|
30
30
|
import moment from 'moment';
|
|
31
31
|
import * as _ from 'lodash';
|
|
32
32
|
import * as i4 from 'primeng/api';
|
|
@@ -53,7 +53,8 @@ import { SkeletonModule } from 'primeng/skeleton';
|
|
|
53
53
|
import * as i1$3 from 'primeng/confirmdialog';
|
|
54
54
|
import { ConfirmDialogModule } from 'primeng/confirmdialog';
|
|
55
55
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
56
|
-
import { ActivatedRoute } from '@angular/router';
|
|
56
|
+
import { ActivatedRoute, RouterLink } from '@angular/router';
|
|
57
|
+
import { Breadcrumb } from 'primeng/breadcrumb';
|
|
57
58
|
import * as XLSX from 'xlsx';
|
|
58
59
|
import { Workbook } from 'exceljs';
|
|
59
60
|
import { saveAs } from 'file-saver';
|
|
@@ -6427,6 +6428,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImpo
|
|
|
6427
6428
|
}]
|
|
6428
6429
|
}], ctorParameters: () => [] });
|
|
6429
6430
|
|
|
6431
|
+
class BreadCrumbComponent {
|
|
6432
|
+
fullItems = input([], ...(ngDevMode ? [{ debugName: "fullItems" }] : []));
|
|
6433
|
+
itemClick = output();
|
|
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.0.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 @if (item.routerLink) {\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 } @else {\r\n <a class=\"breadcrumb-action\" [pTooltip]=\"item.tooltip\" tooltipStyleClass=\"prTooltip\"\r\n [tooltipPosition]=\"item.tooltipPosition\" [tooltipStyleClass]=\"item.tooltipStyleClass\"\r\n (click)=\"itemClick.emit(item)\">\r\n <span>{{ item.label }}</span>\r\n </a>\r\n }\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
|
+
}
|
|
6437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: BreadCrumbComponent, decorators: [{
|
|
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 @if (item.routerLink) {\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 } @else {\r\n <a class=\"breadcrumb-action\" [pTooltip]=\"item.tooltip\" tooltipStyleClass=\"prTooltip\"\r\n [tooltipPosition]=\"item.tooltipPosition\" [tooltipStyleClass]=\"item.tooltipStyleClass\"\r\n (click)=\"itemClick.emit(item)\">\r\n <span>{{ item.label }}</span>\r\n </a>\r\n }\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
|
+
}], propDecorators: { fullItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "fullItems", required: false }] }], itemClick: [{ type: i0.Output, args: ["itemClick"] }] } });
|
|
6441
|
+
|
|
6442
|
+
class TitleComponent {
|
|
6443
|
+
title = input('', ...(ngDevMode ? [{ debugName: "title" }] : []));
|
|
6444
|
+
back = output();
|
|
6445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.21", type: TitleComponent, isStandalone: true, selector: "intelica-title", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { back: "back" }, ngImport: i0, template: "<div class=\"ptSectionTitle\">\r\n <div class=\"ptSectionTitle__icon\">\r\n <p-button class=\"prButton\" icon=\"icon icon-nav-left\" (onClick)=\"back.emit('main')\" />\r\n </div>\r\n <div class=\"ptSectionTitle__content\">\r\n <div class=\"ptSectionTitle__title\">\r\n {{ title() }}\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "component", type: Button, selector: "p-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }] });
|
|
6447
|
+
}
|
|
6448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TitleComponent, decorators: [{
|
|
6449
|
+
type: Component,
|
|
6450
|
+
args: [{ selector: 'intelica-title', imports: [Button], template: "<div class=\"ptSectionTitle\">\r\n <div class=\"ptSectionTitle__icon\">\r\n <p-button class=\"prButton\" icon=\"icon icon-nav-left\" (onClick)=\"back.emit('main')\" />\r\n </div>\r\n <div class=\"ptSectionTitle__content\">\r\n <div class=\"ptSectionTitle__title\">\r\n {{ title() }}\r\n </div>\r\n </div>\r\n</div>" }]
|
|
6451
|
+
}], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], back: [{ type: i0.Output, args: ["back"] }] } });
|
|
6452
|
+
|
|
6430
6453
|
class CheckboxFilterDirective extends FilterDirective {
|
|
6431
6454
|
constructor() {
|
|
6432
6455
|
super(FilterTypeEnum.Checkbox);
|
|
@@ -11533,5 +11556,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImpo
|
|
|
11533
11556
|
* Generated bundle index. Do not edit.
|
|
11534
11557
|
*/
|
|
11535
11558
|
|
|
11536
|
-
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
11559
|
+
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, BreadCrumbComponent, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TitleComponent, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
11537
11560
|
//# sourceMappingURL=intelica-library-components.mjs.map
|