@webilix/ngx-helper-m3 0.0.35 → 0.0.37
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
package/ngx-helper-m3.css
CHANGED
@@ -489,7 +489,7 @@
|
|
489
489
|
}
|
490
490
|
}
|
491
491
|
|
492
|
-
pdf-viewer {
|
492
|
+
ngx-extended-pdf-viewer {
|
493
493
|
position: relative;
|
494
494
|
display: block;
|
495
495
|
width: calc(100% - 2rem);
|
@@ -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.
|
3
|
+
"version": "0.0.37",
|
4
4
|
"author": "Ali Amirnezhad",
|
5
5
|
"description": "Helper library for Angular and Material 3",
|
6
6
|
"repository": {
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@angular/material": ">=20.0.1",
|
26
26
|
"@webilix/helper-library": ">=6.1.5",
|
27
27
|
"@webilix/jalali-date-time": ">=2.0.7",
|
28
|
-
"
|
28
|
+
"ngx-extended-pdf-viewer": ">=24.2.4",
|
29
29
|
"ngx-mask": ">=19.0.6",
|
30
30
|
"ol": ">=10.5.0"
|
31
31
|
},
|