@fuentis/phoenix-ui 0.0.9-alpha.620 → 0.0.9-alpha.622
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/fuentis-phoenix-ui.mjs +208 -109
- package/fesm2022/fuentis-phoenix-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -205,6 +205,7 @@ declare class TopbarComponent {
|
|
|
205
205
|
topbarModulesMenu: any[];
|
|
206
206
|
darkModeSelector: any;
|
|
207
207
|
urlConfig?: UrlConfig;
|
|
208
|
+
readonly defaultIncidentUrl = "https://fuentis.atlassian.net/servicedesk/customer/portal/1";
|
|
208
209
|
footerConfig: TopbarFooterConfig;
|
|
209
210
|
onDarkModeSelect: EventEmitter<void>;
|
|
210
211
|
onUserPopoverAction: EventEmitter<string>;
|
|
@@ -218,6 +219,7 @@ declare class TopbarComponent {
|
|
|
218
219
|
ngOnInit(): void;
|
|
219
220
|
onDarkModeSelectEmit(): void;
|
|
220
221
|
goToHome(): void;
|
|
222
|
+
openIncidentReport(): void;
|
|
221
223
|
goToTicketCenter(): void;
|
|
222
224
|
copyToClipboard($event: any, linkUrl: any): void;
|
|
223
225
|
get bindImageUrl(): string;
|