@lukfel/ng-scaffold 21.1.11 → 21.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukfel/ng-scaffold",
3
- "version": "21.1.11",
3
+ "version": "21.1.13",
4
4
  "description": "This Angular library provides a basic UI scaffold and services for modern web and mobile apps",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -2,8 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnInit, OnDestroy, ElementRef, EventEmitter, AfterViewInit, ModuleWithProviders, TemplateRef, OnChanges, SimpleChanges, Type } from '@angular/core';
3
3
  import * as i22 from '@angular/cdk/portal';
4
4
  import { ComponentType, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
5
- import * as i11$1 from '@angular/platform-browser';
6
- import * as i12$1 from '@angular/router';
5
+ import * as i11$1 from '@angular/router';
7
6
  import * as i1$1 from '@angular/common';
8
7
  import * as i2$1 from '@angular/forms';
9
8
  import * as i1 from '@angular/material/checkbox';
@@ -227,6 +226,7 @@ interface SeoConfig {
227
226
  metaPageTitle?: string;
228
227
  metaPageDescription?: string;
229
228
  metaImagePath?: string;
229
+ metaImagePathIsAbsolute?: boolean;
230
230
  autoTrim?: boolean;
231
231
  }
232
232
 
@@ -427,7 +427,7 @@ declare class InputComponent implements OnInit, AfterViewInit, OnDestroy {
427
427
  declare class ScaffoldModule {
428
428
  static forRoot(config?: ScaffoldLibraryConfig): ModuleWithProviders<ScaffoldModule>;
429
429
  static ɵfac: i0.ɵɵFactoryDeclaration<ScaffoldModule, never>;
430
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScaffoldModule, [typeof ScaffoldComponent, typeof LoadingOverlayComponent, typeof HeaderComponent, typeof NavbarComponent, typeof DrawerComponent, typeof FooterComponent, typeof ContentTitleCardComponent, typeof FloatingButtonComponent, typeof ConfirmDialogComponent, typeof BottomBarComponent], [typeof i11$1.BrowserModule, typeof i12$1.RouterModule, typeof SharedModule, typeof InputComponent], [typeof ScaffoldComponent]>;
430
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScaffoldModule, [typeof ScaffoldComponent, typeof LoadingOverlayComponent, typeof HeaderComponent, typeof NavbarComponent, typeof DrawerComponent, typeof FooterComponent, typeof ContentTitleCardComponent, typeof FloatingButtonComponent, typeof ConfirmDialogComponent, typeof BottomBarComponent], [typeof i11$1.RouterModule, typeof SharedModule, typeof InputComponent], [typeof ScaffoldComponent]>;
431
431
  static ɵinj: i0.ɵɵInjectorDeclaration<ScaffoldModule>;
432
432
  }
433
433
 
@@ -527,14 +527,13 @@ declare class ColorPickerComponent {
527
527
  label: string;
528
528
  matIcon: string;
529
529
  disabled: boolean;
530
- accept: string;
531
530
  tooltip: string;
532
531
  colorChangeEvent: EventEmitter<string>;
533
532
  selectedColor: string;
534
533
  selectColor(event: string): void;
535
534
  getContrastTextColor(hexColor: string): string;
536
535
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
537
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "lf-color-picker", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "matIcon": { "alias": "matIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "colorChangeEvent": "colorChangeEvent"; }, never, never, true, never>;
536
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "lf-color-picker", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "matIcon": { "alias": "matIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "colorChangeEvent": "colorChangeEvent"; }, never, never, true, never>;
538
537
  }
539
538
 
540
539
  declare class PlaceholderComponent {