@webilix/ngx-helper-m3 0.0.36 → 0.0.39

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/index.d.ts CHANGED
@@ -259,6 +259,7 @@ interface INgxHelperPageGroup {
259
259
  [key: string]: IPage;
260
260
  };
261
261
  readonly sidebarWidth?: string;
262
+ readonly showMenu?: boolean;
262
263
  }
263
264
  interface INgxHelperPageGroupItem {
264
265
  readonly index: number;
package/ngx-helper-m3.css CHANGED
@@ -675,6 +675,55 @@
675
675
  flex-direction: column;
676
676
  column-gap: 0;
677
677
 
678
+ .page-group-menu {
679
+ display: flex;
680
+ align-items: center;
681
+
682
+ box-sizing: border-box;
683
+ background-color: var(--surface-container-high);
684
+ height: calc(var(--ngx-helper-m3-page-group-toolbar-height));
685
+ overflow: hidden;
686
+ width: 100%;
687
+ z-index: 2;
688
+
689
+ mat-icon.page {
690
+ margin: 0 0.5rem;
691
+ }
692
+
693
+ .title {
694
+ flex: 1;
695
+ font-size: 90%;
696
+ white-space: nowrap;
697
+ overflow: hidden;
698
+ text-overflow: ellipsis;
699
+ }
700
+
701
+ button.menu {
702
+ display: flex;
703
+ align-items: center;
704
+ justify-content: center;
705
+
706
+ padding: 0;
707
+ margin: 0;
708
+ border-radius: 0;
709
+ margin-right: 1rem;
710
+ width: var(--ngx-helper-m3-page-group-toolbar-height);
711
+ min-width: var(--ngx-helper-m3-page-group-toolbar-height);
712
+ height: var(--ngx-helper-m3-page-group-toolbar-height);
713
+
714
+ mat-icon {
715
+ display: flex;
716
+ align-items: center;
717
+ justify-content: center;
718
+
719
+ padding: 0;
720
+ margin: 0;
721
+ width: var(--ngx-helper-m3-page-group-toolbar-height);
722
+ height: var(--ngx-helper-m3-page-group-toolbar-height);
723
+ }
724
+ }
725
+ }
726
+
678
727
  .page-group-nav {
679
728
  display: flex;
680
729
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-helper-m3",
3
- "version": "0.0.36",
3
+ "version": "0.0.39",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Helper library for Angular and Material 3",
6
6
  "repository": {
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "homepage": "https://github.com/webilix/ngx-helper-m3#readme",
22
22
  "peerDependencies": {
23
- "@angular/common": ">=20.0.0",
24
- "@angular/core": ">=20.0.0",
25
- "@angular/material": ">=20.0.1",
26
- "@webilix/helper-library": ">=6.1.5",
27
- "@webilix/jalali-date-time": ">=2.0.7",
28
- "ngx-extended-pdf-viewer": ">=24.2.4",
29
- "ngx-mask": ">=19.0.6",
30
- "ol": ">=10.5.0"
23
+ "@angular/common": ">=20.1.4",
24
+ "@angular/core": ">=20.1.4",
25
+ "@angular/material": ">=20.1.4",
26
+ "@webilix/helper-library": ">=6.1.6",
27
+ "@webilix/jalali-date-time": ">=2.0.8",
28
+ "ngx-extended-pdf-viewer": ">=24.2.5",
29
+ "ngx-mask": ">=20.0.3",
30
+ "ol": ">=10.6.1"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.0"