@bootkit/ng0 0.0.0-alpha.25 → 0.0.0-alpha.26
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.
|
@@ -8,7 +8,7 @@ import { CommonModule } from '@angular/common';
|
|
|
8
8
|
/**
|
|
9
9
|
* Service to manage the configuration and state of Layout1Component.
|
|
10
10
|
*/
|
|
11
|
-
class
|
|
11
|
+
class Layout1Manager {
|
|
12
12
|
_zIndexCounter = 1000;
|
|
13
13
|
/**
|
|
14
14
|
* Whether the start sidenav is open.
|
|
@@ -87,10 +87,10 @@ class Layout1Configuration {
|
|
|
87
87
|
toggleStartSidenav() {
|
|
88
88
|
this.startSidenavOpen.update(x => !x);
|
|
89
89
|
}
|
|
90
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type:
|
|
91
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type:
|
|
90
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: Layout1Manager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
91
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: Layout1Manager, providedIn: 'root' });
|
|
92
92
|
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type:
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: Layout1Manager, decorators: [{
|
|
94
94
|
type: Injectable,
|
|
95
95
|
args: [{
|
|
96
96
|
providedIn: 'root'
|
|
@@ -101,7 +101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImpor
|
|
|
101
101
|
* Layout1Component
|
|
102
102
|
*/
|
|
103
103
|
class Layout1Component {
|
|
104
|
-
config = inject(
|
|
104
|
+
config = inject(Layout1Manager);
|
|
105
105
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: Layout1Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
106
106
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.1", type: Layout1Component, isStandalone: true, selector: "ng0-layout1", ngImport: i0, template: "<ng0-sidenav-container class=\"flex-fill\">\r\n <header class=\"ng0-layout1-header\"\r\n [class.ng0-layout1-header-sticky]=\"config.headerMode() == 'sticky'\">\r\n <ng-content select=\"header\" />\r\n </header>\r\n\r\n <main>\r\n <ng-content select=\"content\" />\r\n </main>\r\n\r\n <ng0-sidenav class=\"ng0-layout1-start-sidenav\"\r\n [sidenavWidth]=\"250\"\r\n [open]=\"config.startSidenavOpen()\"\r\n [mode]=\"config.startSidenavMode()\"\r\n [hasBackdrop]=\"true\"\r\n [zIndex]=\"10\"\r\n [fixedInViewport]=\"config.startSidenavFixed()\"\r\n (backdropClick)=\"config.startSidenavOpen.set(false)\">\r\n <ng-content select=\"start-sidenav\" />\r\n </ng0-sidenav>\r\n\r\n @for (sidenav of config.secondarySidenavs(); track $index) {\r\n <ng0-sidenav class=\"ng0-layout1-secondary-sidenav\"\r\n [sidenavWidth]=\"sidenav.size\"\r\n open=\"true\"\r\n [hasBackdrop]=\"true\"\r\n position=\"end\"\r\n mode=\"over\"\r\n [fixedInViewport]=\"true\"\r\n [zIndex]=\"sidenav.zIndex\"\r\n (backdropClick)=\"sidenav.closeByBackdropClick ? config.popSidenav() : null\">\r\n <ng-container *ngTemplateOutlet=\"sidenav.template\" />\r\n </ng0-sidenav>\r\n }\r\n</ng0-sidenav-container>", styles: ["ng0-layout1{display:flex;flex-direction:column;min-height:100vh;background-color:color-mix(in srgb,var(--bs-primary) 10%,white)}ng0-layout1 .ng0-layout1-header{background-color:#fff;z-index:10}ng0-layout1 .ng0-layout1-header.ng0-layout1-header-sticky{position:sticky;top:0}ng0-layout1 ng0-sidenav-container{overflow-x:unset!important;clip-path:inset(0)}ng0-layout1 ng0-sidenav-container ng0-sidenav{background-color:#fff}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: SidenavModule }, { kind: "component", type: i2.SidenavContainerComponent, selector: "ng0-sidenav-container", outputs: ["backdropClick"] }, { kind: "component", type: i2.SidenavComponent, selector: "ng0-sidenav", inputs: ["open", "mode", "hasBackdrop", "zIndex", "position", "sidenavWidth", "fixedInViewport"], outputs: ["backdropClick"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
107
107
|
}
|
|
@@ -134,5 +134,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImpor
|
|
|
134
134
|
* Generated bundle index. Do not edit.
|
|
135
135
|
*/
|
|
136
136
|
|
|
137
|
-
export { Layout1Component, Layout1Module };
|
|
137
|
+
export { Layout1Component, Layout1Manager, Layout1Module };
|
|
138
138
|
//# sourceMappingURL=bootkit-ng0-layouts-layout1.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootkit-ng0-layouts-layout1.mjs","sources":["../../../projects/ng0/layouts/layout1/layout1.
|
|
1
|
+
{"version":3,"file":"bootkit-ng0-layouts-layout1.mjs","sources":["../../../projects/ng0/layouts/layout1/layout1-manager.ts","../../../projects/ng0/layouts/layout1/layout1.component.ts","../../../projects/ng0/layouts/layout1/layout1.component.html","../../../projects/ng0/layouts/layout1/layout1.module.ts","../../../projects/ng0/layouts/layout1/bootkit-ng0-layouts-layout1.ts"],"sourcesContent":["import { Injectable, signal, TemplateRef } from '@angular/core';\r\nimport { SidenavMode } from '@bootkit/ng0/components/sidenav';\r\nimport { Layout1SidenavConfiguration } from './types';\r\n\r\n/**\r\n * Service to manage the configuration and state of Layout1Component.\r\n */\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class Layout1Manager {\r\n private _zIndexCounter = 1000;\r\n\r\n /**\r\n * Whether the start sidenav is open.\r\n */\r\n public readonly startSidenavOpen = signal(true);\r\n\r\n /**\r\n * The mode of the start sidenav.\r\n */\r\n public readonly startSidenavMode = signal<SidenavMode>('push');\r\n\r\n /**\r\n * Whether the start sidenav is fixed.\r\n */\r\n public readonly startSidenavFixed = signal(true);\r\n // public readonly endSidenavOpen = signal(true);\r\n // public readonly endSidenavMode = signal<SidenavMode>('push');\r\n\r\n /**\r\n * Default size of the first secondary sidenav.\r\n */\r\n public readonly secondarySidenavDefaultSize = signal(600);\r\n\r\n /**\r\n * Reduce size step for the secondary sidenavs.\r\n */\r\n public readonly secondarySidenavReduceSize = signal(100);\r\n\r\n /**\r\n * Minimum size of a secondary sidenav.\r\n */\r\n public readonly secondarySidenavMinSize = signal(100);\r\n\r\n /**\r\n * List of secondary sidenavs.\r\n */\r\n public readonly secondarySidenavs = signal<Layout1SidenavConfiguration[]>([]);\r\n\r\n /**\r\n * Header mode. \r\n * 'default' - Header scrolls with the page.\r\n * 'sticky' - Header is fixed at the top.\r\n */\r\n public readonly headerMode = signal<'default' | 'sticky'>('sticky');\r\n\r\n /**\r\n * Push a new secondary sidenav onto the stack.\r\n * @param template TemplateRef of the sidenav content.\r\n * @param options Options for the sidenav.\r\n */\r\n public pushSidenav(template: TemplateRef<any>, options?: Partial<Omit<Layout1SidenavConfiguration, 'template' | 'zIndex'>>): void {\r\n let size = options?.size;\r\n if (!size) {\r\n if (this.secondarySidenavs().length == 0) {\r\n size = this.secondarySidenavDefaultSize();\r\n } else {\r\n size = this.secondarySidenavs().at(-1)!.size - this.secondarySidenavReduceSize();\r\n if (size < this.secondarySidenavMinSize()) {\r\n size = this.secondarySidenavMinSize();\r\n }\r\n }\r\n }\r\n\r\n this.secondarySidenavs().push({\r\n template,\r\n size: size,\r\n zIndex: this._zIndexCounter++,\r\n closeByBackdropClick: options?.closeByBackdropClick ?? true,\r\n });\r\n\r\n this.secondarySidenavs.set([...this.secondarySidenavs()]);\r\n }\r\n\r\n /**\r\n * Pop the topmost secondary sidenav from the stack.\r\n * @returns The popped secondary sidenav or undefined if the stack is empty.\r\n */\r\n public popSidenav(): Layout1SidenavConfiguration | undefined {\r\n let item = this.secondarySidenavs().pop();\r\n this.secondarySidenavs.set([...this.secondarySidenavs()]);\r\n return item;\r\n }\r\n\r\n /**\r\n * Toggle the open state of the start sidenav.\r\n */\r\n public toggleStartSidenav(): void {\r\n this.startSidenavOpen.update(x => !x);\r\n }\r\n}\r\n","import { Component, inject, ViewEncapsulation } from '@angular/core';\r\nimport { SidenavModule } from '@bootkit/ng0/components/sidenav';\r\nimport { CommonModule } from '@angular/common';\r\nimport { Layout1Manager } from './layout1-manager';\r\n\r\n/**\r\n * Layout1Component\r\n */\r\n@Component({\r\n selector: 'ng0-layout1',\r\n templateUrl: './layout1.component.html',\r\n styleUrls: ['./layout1.component.scss'],\r\n encapsulation: ViewEncapsulation.None,\r\n standalone: true,\r\n imports: [CommonModule, SidenavModule]\r\n})\r\nexport class Layout1Component {\r\n public readonly config = inject(Layout1Manager);\r\n}\r\n","<ng0-sidenav-container class=\"flex-fill\">\r\n <header class=\"ng0-layout1-header\"\r\n [class.ng0-layout1-header-sticky]=\"config.headerMode() == 'sticky'\">\r\n <ng-content select=\"header\" />\r\n </header>\r\n\r\n <main>\r\n <ng-content select=\"content\" />\r\n </main>\r\n\r\n <ng0-sidenav class=\"ng0-layout1-start-sidenav\"\r\n [sidenavWidth]=\"250\"\r\n [open]=\"config.startSidenavOpen()\"\r\n [mode]=\"config.startSidenavMode()\"\r\n [hasBackdrop]=\"true\"\r\n [zIndex]=\"10\"\r\n [fixedInViewport]=\"config.startSidenavFixed()\"\r\n (backdropClick)=\"config.startSidenavOpen.set(false)\">\r\n <ng-content select=\"start-sidenav\" />\r\n </ng0-sidenav>\r\n\r\n @for (sidenav of config.secondarySidenavs(); track $index) {\r\n <ng0-sidenav class=\"ng0-layout1-secondary-sidenav\"\r\n [sidenavWidth]=\"sidenav.size\"\r\n open=\"true\"\r\n [hasBackdrop]=\"true\"\r\n position=\"end\"\r\n mode=\"over\"\r\n [fixedInViewport]=\"true\"\r\n [zIndex]=\"sidenav.zIndex\"\r\n (backdropClick)=\"sidenav.closeByBackdropClick ? config.popSidenav() : null\">\r\n <ng-container *ngTemplateOutlet=\"sidenav.template\" />\r\n </ng0-sidenav>\r\n }\r\n</ng0-sidenav-container>","import { NgModule } from '@angular/core';\r\nimport { Layout1Component } from './layout1.component';\r\n\r\n/**\r\n * Layout1Module\r\n */\r\n@NgModule({\r\n imports: [\r\n Layout1Component\r\n ],\r\n exports: [\r\n Layout1Component\r\n ]\r\n})\r\nexport class Layout1Module { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -15,7 +15,7 @@ interface Layout1SidenavConfiguration {
|
|
|
15
15
|
/**
|
|
16
16
|
* Service to manage the configuration and state of Layout1Component.
|
|
17
17
|
*/
|
|
18
|
-
declare class
|
|
18
|
+
declare class Layout1Manager {
|
|
19
19
|
private _zIndexCounter;
|
|
20
20
|
/**
|
|
21
21
|
* Whether the start sidenav is open.
|
|
@@ -66,15 +66,15 @@ declare class Layout1Configuration {
|
|
|
66
66
|
* Toggle the open state of the start sidenav.
|
|
67
67
|
*/
|
|
68
68
|
toggleStartSidenav(): void;
|
|
69
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
70
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<
|
|
69
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Layout1Manager, never>;
|
|
70
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<Layout1Manager>;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* Layout1Component
|
|
75
75
|
*/
|
|
76
76
|
declare class Layout1Component {
|
|
77
|
-
readonly config:
|
|
77
|
+
readonly config: Layout1Manager;
|
|
78
78
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Layout1Component, never>;
|
|
79
79
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Layout1Component, "ng0-layout1", never, {}, {}, never, ["header", "content", "start-sidenav"], true, never>;
|
|
80
80
|
}
|
|
@@ -88,5 +88,5 @@ declare class Layout1Module {
|
|
|
88
88
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<Layout1Module>;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
export { Layout1Component, Layout1Module };
|
|
91
|
+
export { Layout1Component, Layout1Manager, Layout1Module };
|
|
92
92
|
export type { Layout1SidenavConfiguration };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bootkit/ng0",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.26",
|
|
4
4
|
"description": "Angular+Bootstrap Component Library",
|
|
5
5
|
"homepage": "https://bootkitlib.github.io/",
|
|
6
6
|
"author": "BootKit",
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"types": "./index.d.ts",
|
|
36
36
|
"default": "./fesm2022/bootkit-ng0.mjs"
|
|
37
37
|
},
|
|
38
|
-
"./data": {
|
|
39
|
-
"types": "./data/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/bootkit-ng0-data.mjs"
|
|
41
|
-
},
|
|
42
38
|
"./common": {
|
|
43
39
|
"types": "./common/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/bootkit-ng0-common.mjs"
|
|
45
41
|
},
|
|
46
|
-
"./
|
|
47
|
-
"types": "./
|
|
48
|
-
"default": "./fesm2022/bootkit-ng0-
|
|
42
|
+
"./data": {
|
|
43
|
+
"types": "./data/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/bootkit-ng0-data.mjs"
|
|
49
45
|
},
|
|
50
46
|
"./date": {
|
|
51
47
|
"types": "./date/index.d.ts",
|
|
52
48
|
"default": "./fesm2022/bootkit-ng0-date.mjs"
|
|
53
49
|
},
|
|
50
|
+
"./file": {
|
|
51
|
+
"types": "./file/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/bootkit-ng0-file.mjs"
|
|
53
|
+
},
|
|
54
54
|
"./form": {
|
|
55
55
|
"types": "./form/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/bootkit-ng0-form.mjs"
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
"types": "./components/button/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/bootkit-ng0-components-button.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./components/card": {
|
|
91
|
-
"types": "./components/card/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/bootkit-ng0-components-card.mjs"
|
|
93
|
-
},
|
|
94
90
|
"./components/code": {
|
|
95
91
|
"types": "./components/code/index.d.ts",
|
|
96
92
|
"default": "./fesm2022/bootkit-ng0-components-code.mjs"
|
|
97
93
|
},
|
|
94
|
+
"./components/card": {
|
|
95
|
+
"types": "./components/card/index.d.ts",
|
|
96
|
+
"default": "./fesm2022/bootkit-ng0-components-card.mjs"
|
|
97
|
+
},
|
|
98
98
|
"./components/collapse": {
|
|
99
99
|
"types": "./components/collapse/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/bootkit-ng0-components-collapse.mjs"
|
|
@@ -151,14 +151,14 @@
|
|
|
151
151
|
"types": "./components/stepper/index.d.ts",
|
|
152
152
|
"default": "./fesm2022/bootkit-ng0-components-stepper.mjs"
|
|
153
153
|
},
|
|
154
|
-
"./components/toast": {
|
|
155
|
-
"types": "./components/toast/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/bootkit-ng0-components-toast.mjs"
|
|
157
|
-
},
|
|
158
154
|
"./components/table": {
|
|
159
155
|
"types": "./components/table/index.d.ts",
|
|
160
156
|
"default": "./fesm2022/bootkit-ng0-components-table.mjs"
|
|
161
157
|
},
|
|
158
|
+
"./components/toast": {
|
|
159
|
+
"types": "./components/toast/index.d.ts",
|
|
160
|
+
"default": "./fesm2022/bootkit-ng0-components-toast.mjs"
|
|
161
|
+
},
|
|
162
162
|
"./components/tooltip": {
|
|
163
163
|
"types": "./components/tooltip/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/bootkit-ng0-components-tooltip.mjs"
|