intelica-library-components 1.1.127 → 1.1.128

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.
@@ -6443,11 +6443,11 @@ class TitleComponent {
6443
6443
  title = input('', ...(ngDevMode ? [{ debugName: "title" }] : []));
6444
6444
  back = output();
6445
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"] }] });
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()\" />\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
6447
  }
6448
6448
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.21", ngImport: i0, type: TitleComponent, decorators: [{
6449
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>" }]
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()\" />\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
6451
  }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], back: [{ type: i0.Output, args: ["back"] }] } });
6452
6452
 
6453
6453
  class CheckboxFilterDirective extends FilterDirective {