@ojiepermana/angular 21.1.22 → 21.1.23
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/ojiepermana-angular-brand-etos.mjs +21 -19
- package/fesm2022/ojiepermana-angular-brand-etos.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-chart.mjs +72 -72
- package/fesm2022/ojiepermana-angular-component.mjs +288 -288
- package/fesm2022/ojiepermana-angular-layout.mjs +45 -24
- package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-navigation.mjs +40 -29
- package/fesm2022/ojiepermana-angular-navigation.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-theme.mjs +3 -3
- package/package.json +1 -1
- package/types/ojiepermana-angular-layout.d.ts +3 -2
- package/types/ojiepermana-angular-navigation.d.ts +7 -2
|
@@ -300,10 +300,10 @@ class ThemeService {
|
|
|
300
300
|
/* ignore */
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
304
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
303
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
304
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
305
305
|
}
|
|
306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: ThemeService, decorators: [{
|
|
307
307
|
type: Injectable,
|
|
308
308
|
args: [{ providedIn: 'root' }]
|
|
309
309
|
}], ctorParameters: () => [] });
|
package/package.json
CHANGED
|
@@ -12,7 +12,8 @@ import { SidebarAppearance, SidebarPosition, SidebarMode, TopbarAppearance } fro
|
|
|
12
12
|
* Markup:
|
|
13
13
|
* ```html
|
|
14
14
|
* <vertical>
|
|
15
|
-
*
|
|
15
|
+
* <a ui-layout-brand>Brand</a>
|
|
16
|
+
* <button ui-layout-profile type="button">Profile</button>
|
|
16
17
|
* </vertical>
|
|
17
18
|
* ```
|
|
18
19
|
*/
|
|
@@ -32,7 +33,7 @@ declare class VerticalLayoutComponent {
|
|
|
32
33
|
protected readonly frameClasses: _angular_core.Signal<string>;
|
|
33
34
|
protected readonly mainClasses: _angular_core.Signal<string>;
|
|
34
35
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VerticalLayoutComponent, never>;
|
|
35
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VerticalLayoutComponent, "vertical", never, { "sidebarAppearance": { "alias": "sidebarAppearance"; "required": false; "isSignal": true; }; "sidebarPosition": { "alias": "sidebarPosition"; "required": false; "isSignal": true; }; "sidebarMode": { "alias": "sidebarMode"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never,
|
|
36
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VerticalLayoutComponent, "vertical", never, { "sidebarAppearance": { "alias": "sidebarAppearance"; "required": false; "isSignal": true; }; "sidebarPosition": { "alias": "sidebarPosition"; "required": false; "isSignal": true; }; "sidebarMode": { "alias": "sidebarMode"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, ["[ui-layout-brand],[sidebar-header]", "[ui-layout-profile],[sidebar-footer]"], true, never>;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
/**
|
|
@@ -117,11 +117,14 @@ type SidebarAppearance = 'default' | 'thin';
|
|
|
117
117
|
* - megamenu: full-width panel multi-kolom untuk item `mega`
|
|
118
118
|
*/
|
|
119
119
|
type TopbarAppearance = 'default' | 'megamenu';
|
|
120
|
+
/** Sidebar desktop border ownership */
|
|
121
|
+
type SidebarBorderSource = 'component' | 'layout';
|
|
120
122
|
/** Sidebar position */
|
|
121
123
|
type SidebarPosition = 'left' | 'right';
|
|
122
124
|
/** Sidebar display mode */
|
|
123
125
|
type SidebarMode = 'over' | 'side';
|
|
124
126
|
type VerticalNavigationAppearance = SidebarAppearance;
|
|
127
|
+
type VerticalNavigationBorderSource = SidebarBorderSource;
|
|
125
128
|
type VerticalNavigationMode = SidebarMode;
|
|
126
129
|
type VerticalNavigationPosition = SidebarPosition;
|
|
127
130
|
|
|
@@ -284,6 +287,8 @@ declare class SidebarComponent {
|
|
|
284
287
|
/** Registry key di `NavigationService`. Default `'main'`. */
|
|
285
288
|
readonly navigationId: _angular_core.InputSignal<string>;
|
|
286
289
|
readonly appearance: _angular_core.InputSignal<SidebarAppearance>;
|
|
290
|
+
/** Desktop border can be owned by the sidebar or by the surrounding layout shell. */
|
|
291
|
+
readonly borderSource: _angular_core.InputSignal<SidebarBorderSource>;
|
|
287
292
|
readonly position: _angular_core.InputSignal<SidebarPosition>;
|
|
288
293
|
readonly ariaLabel: _angular_core.InputSignal<string>;
|
|
289
294
|
readonly header: _angular_core.InputSignal<boolean>;
|
|
@@ -326,7 +331,7 @@ declare class SidebarComponent {
|
|
|
326
331
|
private openDrawer;
|
|
327
332
|
private closeDrawer;
|
|
328
333
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
329
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "sidebar", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "navigationId": { "alias": "navigationId"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "autoMobile": { "alias": "autoMobile"; "required": false; "isSignal": true; }; "autoRegister": { "alias": "autoRegister"; "required": false; "isSignal": true; }; }, {}, never, ["[sidebar-header]", "[sidebar-footer]"], true, never>;
|
|
334
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "sidebar", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "navigationId": { "alias": "navigationId"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "borderSource": { "alias": "borderSource"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "autoMobile": { "alias": "autoMobile"; "required": false; "isSignal": true; }; "autoRegister": { "alias": "autoRegister"; "required": false; "isSignal": true; }; }, {}, never, ["[sidebar-header]", "[sidebar-footer]"], true, never>;
|
|
330
335
|
}
|
|
331
336
|
|
|
332
337
|
/**
|
|
@@ -380,4 +385,4 @@ declare const DemoNavigationData: NavigationItem[];
|
|
|
380
385
|
declare const NAVIGATION_VERSION = "0.0.1";
|
|
381
386
|
|
|
382
387
|
export { DEFAULT_NAVIGATION_ID, DemoNavigationData, NAVIGATION_VERSION, NavigationService, SidebarComponent, TopbarComponent, UiNavIconComponent, UiNavItemComponent };
|
|
383
|
-
export type { NavigationActionHandler, NavigationAsideItem, NavigationBasicItem, NavigationBranchItem, NavigationCollapsableItem, NavigationDividerItem, NavigationGroupItem, NavigationItem, NavigationItemBadge, NavigationItemBase, NavigationItemClasses, NavigationItemType, NavigationLeafItem, NavigationMegaItem, NavigationRoutableItemBase, NavigationSpacerItem, NavigationStructuredItem, NavigationVisibilityHandler, SidebarAppearance, SidebarMode, SidebarPosition, TopbarAppearance, VerticalNavigationAppearance, VerticalNavigationMode, VerticalNavigationPosition };
|
|
388
|
+
export type { NavigationActionHandler, NavigationAsideItem, NavigationBasicItem, NavigationBranchItem, NavigationCollapsableItem, NavigationDividerItem, NavigationGroupItem, NavigationItem, NavigationItemBadge, NavigationItemBase, NavigationItemClasses, NavigationItemType, NavigationLeafItem, NavigationMegaItem, NavigationRoutableItemBase, NavigationSpacerItem, NavigationStructuredItem, NavigationVisibilityHandler, SidebarAppearance, SidebarBorderSource, SidebarMode, SidebarPosition, TopbarAppearance, VerticalNavigationAppearance, VerticalNavigationBorderSource, VerticalNavigationMode, VerticalNavigationPosition };
|