@lukfel/ng-scaffold 21.1.12 → 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
|
@@ -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/
|
|
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';
|
|
@@ -428,7 +427,7 @@ declare class InputComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
428
427
|
declare class ScaffoldModule {
|
|
429
428
|
static forRoot(config?: ScaffoldLibraryConfig): ModuleWithProviders<ScaffoldModule>;
|
|
430
429
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScaffoldModule, never>;
|
|
431
|
-
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.
|
|
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]>;
|
|
432
431
|
static ɵinj: i0.ɵɵInjectorDeclaration<ScaffoldModule>;
|
|
433
432
|
}
|
|
434
433
|
|
|
@@ -528,14 +527,13 @@ declare class ColorPickerComponent {
|
|
|
528
527
|
label: string;
|
|
529
528
|
matIcon: string;
|
|
530
529
|
disabled: boolean;
|
|
531
|
-
accept: string;
|
|
532
530
|
tooltip: string;
|
|
533
531
|
colorChangeEvent: EventEmitter<string>;
|
|
534
532
|
selectedColor: string;
|
|
535
533
|
selectColor(event: string): void;
|
|
536
534
|
getContrastTextColor(hexColor: string): string;
|
|
537
535
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
|
|
538
|
-
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; }; "
|
|
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>;
|
|
539
537
|
}
|
|
540
538
|
|
|
541
539
|
declare class PlaceholderComponent {
|