@lukfel/ng-scaffold 20.0.41 → 20.0.43
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/fesm2022/lukfel-ng-scaffold.mjs +171 -68
- package/fesm2022/lukfel-ng-scaffold.mjs.map +1 -1
- package/index.d.ts +51 -34
- package/package.json +1 -1
- package/styles/_variables.scss +2 -1
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, OnInit, OnDestroy, ElementRef, EventEmitter, AfterViewInit, ModuleWithProviders,
|
|
3
|
-
import * as
|
|
2
|
+
import { InjectionToken, OnInit, OnDestroy, ElementRef, EventEmitter, AfterViewInit, ModuleWithProviders, TemplateRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i22 from '@angular/cdk/portal';
|
|
4
4
|
import { ComponentPortal, TemplatePortal, ComponentType } from '@angular/cdk/portal';
|
|
5
5
|
import * as i11$1 from '@angular/platform-browser';
|
|
6
6
|
import * as i12$1 from '@angular/router';
|
|
@@ -11,36 +11,26 @@ import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
|
11
11
|
import * as i2 from '@angular/material/button';
|
|
12
12
|
import * as i3 from '@angular/material/input';
|
|
13
13
|
import * as i4 from '@angular/material/autocomplete';
|
|
14
|
-
import * as i5 from '@angular/material/
|
|
15
|
-
import * as i6 from '@angular/material/
|
|
16
|
-
import * as i7 from '@angular/material/
|
|
17
|
-
import * as i8 from '@angular/material/
|
|
18
|
-
import * as i9 from '@angular/material/
|
|
19
|
-
import * as i10 from '@angular/material/
|
|
20
|
-
import * as i11 from '@angular/material/
|
|
21
|
-
import * as i12 from '@angular/material/
|
|
22
|
-
import * as i13 from '@angular/material/
|
|
23
|
-
import * as i14 from '@angular/material/
|
|
24
|
-
import * as i15 from '@angular/material/
|
|
25
|
-
import * as i16 from '@angular/material/
|
|
26
|
-
import * as i17 from '@angular/material/
|
|
27
|
-
import * as i18 from '@angular/material/
|
|
28
|
-
import * as i19 from '@angular/material/expansion';
|
|
29
|
-
import * as i20 from '@angular/material/button-toggle';
|
|
30
|
-
import * as i21 from '@angular/material/chips';
|
|
31
|
-
import * as i22 from '@angular/material/icon';
|
|
32
|
-
import * as i23 from '@angular/material/progress-spinner';
|
|
33
|
-
import * as i24 from '@angular/material/progress-bar';
|
|
34
|
-
import * as i25 from '@angular/material/core';
|
|
35
|
-
import * as i26 from '@angular/material/dialog';
|
|
14
|
+
import * as i5 from '@angular/material/form-field';
|
|
15
|
+
import * as i6 from '@angular/material/select';
|
|
16
|
+
import * as i7 from '@angular/material/slider';
|
|
17
|
+
import * as i8 from '@angular/material/slide-toggle';
|
|
18
|
+
import * as i9 from '@angular/material/menu';
|
|
19
|
+
import * as i10 from '@angular/material/sidenav';
|
|
20
|
+
import * as i11 from '@angular/material/toolbar';
|
|
21
|
+
import * as i12 from '@angular/material/list';
|
|
22
|
+
import * as i13 from '@angular/material/card';
|
|
23
|
+
import * as i14 from '@angular/material/expansion';
|
|
24
|
+
import * as i15 from '@angular/material/icon';
|
|
25
|
+
import * as i16 from '@angular/material/progress-spinner';
|
|
26
|
+
import * as i17 from '@angular/material/progress-bar';
|
|
27
|
+
import * as i18 from '@angular/material/dialog';
|
|
36
28
|
import { MatDialogConfig } from '@angular/material/dialog';
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
29
|
+
import * as i19 from '@angular/material/tooltip';
|
|
30
|
+
import * as i20 from '@angular/material/snack-bar';
|
|
39
31
|
import { MatSnackBarConfig } from '@angular/material/snack-bar';
|
|
40
|
-
import * as
|
|
41
|
-
import * as
|
|
42
|
-
import * as i31 from '@angular/material/paginator';
|
|
43
|
-
import * as i33 from '@angular/cdk/drag-drop';
|
|
32
|
+
import * as i21 from '@angular/material/core';
|
|
33
|
+
import * as i23 from '@angular/cdk/drag-drop';
|
|
44
34
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
45
35
|
import * as rxjs from 'rxjs';
|
|
46
36
|
import { Observable } from 'rxjs';
|
|
@@ -378,7 +368,7 @@ declare class BottomBarComponent {
|
|
|
378
368
|
|
|
379
369
|
declare class MaterialModule {
|
|
380
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
381
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatCheckboxModule, typeof
|
|
371
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, never, [typeof i1.MatCheckboxModule, typeof i2.MatButtonModule, typeof i3.MatInputModule, typeof i4.MatAutocompleteModule, typeof i5.MatFormFieldModule, typeof i6.MatSelectModule, typeof i7.MatSliderModule, typeof i8.MatSlideToggleModule, typeof i9.MatMenuModule, typeof i10.MatSidenavModule, typeof i11.MatToolbarModule, typeof i12.MatListModule, typeof i13.MatCardModule, typeof i14.MatExpansionModule, typeof i15.MatIconModule, typeof i16.MatProgressSpinnerModule, typeof i17.MatProgressBarModule, typeof i18.MatDialogModule, typeof i19.MatTooltipModule, typeof i20.MatSnackBarModule, typeof i21.MatRippleModule, typeof i22.PortalModule, typeof i23.DragDropModule]>;
|
|
382
372
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
383
373
|
}
|
|
384
374
|
|
|
@@ -449,13 +439,40 @@ declare class FileUploadComponent {
|
|
|
449
439
|
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "lf-file-upload", 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; }; }, { "fileChangeEvent": "fileChangeEvent"; }, never, never, true, never>;
|
|
450
440
|
}
|
|
451
441
|
|
|
442
|
+
declare class ListItemAvatarDirective {
|
|
443
|
+
templateRef: TemplateRef<any>;
|
|
444
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemAvatarDirective, never>;
|
|
445
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemAvatarDirective, "[lfListItemAvatar]", never, {}, {}, never, never, true, never>;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
declare class ListItemButtonsDirective {
|
|
449
|
+
templateRef: TemplateRef<any>;
|
|
450
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemButtonsDirective, never>;
|
|
451
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemButtonsDirective, "[lfListItemButtons]", never, {}, {}, never, never, true, never>;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
declare class ListItemSubtitleDirective {
|
|
455
|
+
templateRef: TemplateRef<any>;
|
|
456
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemSubtitleDirective, never>;
|
|
457
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemSubtitleDirective, "[lfListItemSubtitle]", never, {}, {}, never, never, true, never>;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
declare class ListItemTitleDirective {
|
|
461
|
+
templateRef: TemplateRef<any>;
|
|
462
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemTitleDirective, never>;
|
|
463
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemTitleDirective, "[lfListItemTitle]", never, {}, {}, never, never, true, never>;
|
|
464
|
+
}
|
|
465
|
+
|
|
452
466
|
declare class ListComponent implements OnInit, OnChanges {
|
|
467
|
+
avatarTemplate?: ListItemAvatarDirective;
|
|
468
|
+
titleTemplate?: ListItemTitleDirective;
|
|
469
|
+
subtitleTemplate?: ListItemSubtitleDirective;
|
|
470
|
+
buttonsTemplate?: ListItemButtonsDirective;
|
|
453
471
|
config: ListConfig | null;
|
|
454
472
|
header: ListHeader | null;
|
|
455
473
|
items: ListItem[];
|
|
456
474
|
groupedItems: Map<string, ListItem[]>;
|
|
457
475
|
buttons: Button[];
|
|
458
|
-
subtitleTemplate: TemplateRef<any>;
|
|
459
476
|
dropListId: string;
|
|
460
477
|
connectedDropListIds: string[];
|
|
461
478
|
sortChangeEvent: EventEmitter<{
|
|
@@ -492,7 +509,7 @@ declare class ListComponent implements OnInit, OnChanges {
|
|
|
492
509
|
onImageError(event: Event): void;
|
|
493
510
|
stopPropagation(click: Event): void;
|
|
494
511
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "lf-list", never, { "config": { "alias": "config"; "required": false; }; "header": { "alias": "header"; "required": false; }; "items": { "alias": "items"; "required": false; }; "groupedItems": { "alias": "groupedItems"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "
|
|
512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "lf-list", never, { "config": { "alias": "config"; "required": false; }; "header": { "alias": "header"; "required": false; }; "items": { "alias": "items"; "required": false; }; "groupedItems": { "alias": "groupedItems"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "dropListId": { "alias": "dropListId"; "required": false; }; "connectedDropListIds": { "alias": "connectedDropListIds"; "required": false; }; }, { "sortChangeEvent": "sortChangeEvent"; "selectionChangeEvent": "selectionChangeEvent"; "itemClickEvent": "itemClickEvent"; "itemDropEvent": "itemDropEvent"; "buttonClickEvent": "buttonClickEvent"; }, ["avatarTemplate", "titleTemplate", "subtitleTemplate", "buttonsTemplate"], never, true, never>;
|
|
496
513
|
}
|
|
497
514
|
|
|
498
515
|
declare class BreakpointService {
|
|
@@ -720,5 +737,5 @@ declare class ScaffoldLoadingInterceptor implements HttpInterceptor {
|
|
|
720
737
|
static ɵprov: i0.ɵɵInjectableDeclaration<ScaffoldLoadingInterceptor>;
|
|
721
738
|
}
|
|
722
739
|
|
|
723
|
-
export { BreakpointService, CONFIG, DialogService, FileUploadComponent, ListComponent, LocalStorageService, Logger, PlaceholderComponent, RouterService, ScaffoldComponent, ScaffoldLoadingInterceptor, ScaffoldModule, ScaffoldService, SeoService, SnackbarService, ThemeService };
|
|
740
|
+
export { BreakpointService, CONFIG, DialogService, FileUploadComponent, ListComponent, ListItemAvatarDirective, ListItemButtonsDirective, ListItemSubtitleDirective, ListItemTitleDirective, LocalStorageService, Logger, PlaceholderComponent, RouterService, ScaffoldComponent, ScaffoldLoadingInterceptor, ScaffoldModule, ScaffoldService, SeoService, SnackbarService, ThemeService };
|
|
724
741
|
export type { BottomBarConfig, Button, ConfirmDialogConfig, ContentTitleCardConfig, DrawerConfig, FloatingButtonConfig, FooterConfig, HeaderConfig, HeaderInputConfig, ListConfig, ListHeader, ListItem, MenuButton, NavbarConfig, NavigationLink, PlaceholderConfig, ScaffoldConfig, ScaffoldLibraryConfig, SeoConfig };
|
package/package.json
CHANGED
package/styles/_variables.scss
CHANGED
|
@@ -24,7 +24,7 @@ $content-padding: 24px;
|
|
|
24
24
|
$content-padding-mobile: 16px;
|
|
25
25
|
|
|
26
26
|
$drawer-width: 208px;
|
|
27
|
-
$drawer-z-index:
|
|
27
|
+
$drawer-z-index: 97;
|
|
28
28
|
|
|
29
29
|
$footer-height: 100px;
|
|
30
30
|
$footer-logo-size: 96px;
|
|
@@ -40,6 +40,7 @@ $floating-button-min-width: 56px;
|
|
|
40
40
|
$floating-button-label-max-width: 256px;
|
|
41
41
|
$floating-button-label-font-size: 16px;
|
|
42
42
|
|
|
43
|
+
$bottom-bar-z-index: 98;
|
|
43
44
|
$bottom-bar-height: 56px;
|
|
44
45
|
|
|
45
46
|
$placeholder-icon-size: 96px;
|