@lukfel/ng-scaffold 20.0.42 → 20.0.44
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 +68 -77
- package/fesm2022/lukfel-ng-scaffold.mjs.map +1 -1
- package/index.d.ts +20 -30
- package/package.json +1 -1
- package/styles/_variables.scss +3 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnInit, OnDestroy, ElementRef, EventEmitter, AfterViewInit, ModuleWithProviders, TemplateRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
-
import * as
|
|
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
|
|
package/package.json
CHANGED
package/styles/_variables.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$transition: 0.
|
|
1
|
+
$transition: 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
2
2
|
|
|
3
3
|
$loading-overlay-z-index: 101;
|
|
4
4
|
|
|
@@ -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;
|