simpo-component-library 0.8.3 → 0.8.4
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/esm2022/lib/directive/sticky-directive.mjs +33 -0
- package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +8 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.model.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +37 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/sticky-directive.d.ts +11 -0
- package/lib/sections/navbar-section/navbar-section.component.d.ts +1 -0
- package/lib/sections/navbar-section/navbar-section.model.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-0.8.4.tgz +0 -0
- package/simpo-component-library-0.8.3.tgz +0 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SimpoStickyDirective {
|
|
4
|
+
private el;
|
|
5
|
+
simpoSticky?: boolean;
|
|
6
|
+
constructor(el: ElementRef);
|
|
7
|
+
ngOnChanges(): void;
|
|
8
|
+
ngOnDestroy(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoStickyDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpoStickyDirective, "[simpoSticky]", never, { "simpoSticky": { "alias": "simpoSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -19,6 +19,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
|
19
19
|
close(): void;
|
|
20
20
|
showEditors: boolean;
|
|
21
21
|
showEditTabs(isShow: boolean): void;
|
|
22
|
+
get isHeaderSticky(): boolean | undefined;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
25
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|