@fuentis/phoenix-ui 0.0.9-alpha.340 → 0.0.9-alpha.341
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.
|
@@ -47,8 +47,6 @@ import * as i4$1 from '@angular/common/http';
|
|
|
47
47
|
import { HttpParams } from '@angular/common/http';
|
|
48
48
|
import * as i6$1 from 'primeng/avatar';
|
|
49
49
|
import { Avatar, AvatarModule } from 'primeng/avatar';
|
|
50
|
-
import * as i15 from 'primeng/ripple';
|
|
51
|
-
import { Ripple, RippleModule } from 'primeng/ripple';
|
|
52
50
|
import * as i7$3 from 'primeng/toast';
|
|
53
51
|
import { ToastModule } from 'primeng/toast';
|
|
54
52
|
import { SplitButtonModule } from 'primeng/splitbutton';
|
|
@@ -70,6 +68,8 @@ import * as i12 from 'primeng/select';
|
|
|
70
68
|
import { SelectModule } from 'primeng/select';
|
|
71
69
|
import * as i14 from 'primeng/overlaybadge';
|
|
72
70
|
import { OverlayBadgeModule } from 'primeng/overlaybadge';
|
|
71
|
+
import * as i15 from 'primeng/ripple';
|
|
72
|
+
import { RippleModule } from 'primeng/ripple';
|
|
73
73
|
import * as i16 from 'primeng/floatlabel';
|
|
74
74
|
import { FloatLabelModule } from 'primeng/floatlabel';
|
|
75
75
|
import { PanelModule } from 'primeng/panel';
|
|
@@ -1110,6 +1110,7 @@ class TopbarComponent {
|
|
|
1110
1110
|
this.isSidebarVisible = true;
|
|
1111
1111
|
}
|
|
1112
1112
|
messageService = inject(MessageService);
|
|
1113
|
+
translateService = inject(TranslateService);
|
|
1113
1114
|
/** ✅ Zatvara sidebar */
|
|
1114
1115
|
closeSidebar() {
|
|
1115
1116
|
this.isSidebarVisible = false;
|
|
@@ -1136,8 +1137,8 @@ class TopbarComponent {
|
|
|
1136
1137
|
navigator.clipboard.writeText(linkUrl);
|
|
1137
1138
|
this.messageService.add({
|
|
1138
1139
|
severity: 'success',
|
|
1139
|
-
summary: 'TOASTER.SUCCESS',
|
|
1140
|
-
detail: 'TOASTER.LINK_COPIED',
|
|
1140
|
+
summary: this.translateService.instant('TOASTER.SUCCESS'),
|
|
1141
|
+
detail: this.translateService.instant('TOASTER.LINK_COPIED'),
|
|
1141
1142
|
life: 3000,
|
|
1142
1143
|
});
|
|
1143
1144
|
}
|
|
@@ -1159,7 +1160,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
1159
1160
|
RouterModule,
|
|
1160
1161
|
DrawerModule,
|
|
1161
1162
|
Drawer,
|
|
1162
|
-
Ripple,
|
|
1163
1163
|
DividerModule,
|
|
1164
1164
|
DividerModule,
|
|
1165
1165
|
ButtonModule,
|