forked from alerta/alerta-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
73 lines (72 loc) · 5.8 KB
/
components.d.ts
File metadata and controls
73 lines (72 loc) · 5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AlertDetail: typeof import('./src/components/AlertDetail/index.vue')['default']
AlertIndicator: typeof import('./src/components/AlertIndicator.vue')['default']
AlertList: typeof import('./src/components/lists/AlertList.vue')['default']
AlertsExport: typeof import('./src/components/dialogs/AlertsExport.vue')['default']
AlertsFilter: typeof import('./src/components/dialogs/filters/AlertsFilter.vue')['default']
AlertsHistoryExport: typeof import('./src/components/dialogs/AlertsHistoryExport.vue')['default']
AlertsHistoryFilter: typeof import('./src/components/dialogs/filters/AlertsHistoryFilter.vue')['default']
AlertSummary: typeof import('./src/components/Settings/AlertSummary.vue')['default']
BlackoutAdd: typeof import('./src/components/dialogs/add/BlackoutAdd.vue')['default']
ChangeActiveState: typeof import('./src/components/dialogs/ChangeActiveState.vue')['default']
ChangeActiveStateBulk: typeof import('./src/components/dialogs/ChangeActiveStateBulk.vue')['default']
Confirm: typeof import('./src/components/dialogs/Confirm.vue')['default']
DateEdit: typeof import('./src/components/DateEdit.vue')['default']
DateTime: typeof import('./src/components/lib/DateTime.vue')['default']
Detail: typeof import('./src/components/AlertDetail/Detail.vue')['default']
EscalationRuleAdd: typeof import('./src/components/dialogs/add/EscalationRuleAdd.vue')['default']
EscalationRuleList: typeof import('./src/components/lists/EscalationRuleList.vue')['default']
EscalationRulesFilter: typeof import('./src/components/dialogs/filters/EscalationRulesFilter.vue')['default']
GCheckbox: typeof import('./src/components/GCheckbox.vue')['default']
GCombobox: typeof import('./src/components/GCombobox.vue')['default']
GroupEdit: typeof import('./src/components/GroupEdit.vue')['default']
GSelect: typeof import('./src/components/GSelect.vue')['default']
GSwitch: typeof import('./src/components/GSwitch.vue')['default']
GTextarea: typeof import('./src/components/GTextarea.vue')['default']
GTextField: typeof import('./src/components/GTextField.vue')['default']
History: typeof import('./src/components/AlertDetail/History.vue')['default']
InformationDialog: typeof import('./src/components/dialogs/information/InformationDialog.vue')['default']
KeyAdd: typeof import('./src/components/dialogs/add/KeyAdd.vue')['default']
KeysFilter: typeof import('./src/components/dialogs/filters/KeysFilter.vue')['default']
Localization: typeof import('./src/components/Settings/Localization.vue')['default']
NavigationDrawer: typeof import('./src/components/NavigationDrawer.vue')['default']
NoteAdd: typeof import('./src/components/AlertDetail/NoteAdd.vue')['default']
NotesAdd: typeof import('./src/components/dialogs/add/NotesAdd.vue')['default']
NotificationAlertList: typeof import('./src/components/lists/NotificationAlertList.vue')['default']
NotificationChannelAdd: typeof import('./src/components/dialogs/add/NotificationChannelAdd.vue')['default']
NotificationChannelSend: typeof import('./src/components/dialogs/NotificationChannelSend.vue')['default']
NotificationChannelsFilter: typeof import('./src/components/dialogs/filters/NotificationChannelsFilter.vue')['default']
NotificationGroupAdd: typeof import('./src/components/dialogs/add/NotificationGroupAdd.vue')['default']
NotificationGroupsFilter: typeof import('./src/components/dialogs/filters/NotificationGroupsFilter.vue')['default']
NotificationHistoryExport: typeof import('./src/components/dialogs/NotificationHistoryExport.vue')['default']
NotificationHistoryFilter: typeof import('./src/components/dialogs/filters/NotificationHistoryFilter.vue')['default']
NotificationRuleAdd: typeof import('./src/components/dialogs/add/NotificationRuleAdd.vue')['default']
NotificationRuleList: typeof import('./src/components/lists/NotificationRuleList.vue')['default']
NotificationRulesFilter: typeof import('./src/components/dialogs/filters/NotificationRulesFilter.vue')['default']
NotificationSendDiag: typeof import('./src/components/dialogs/NotificationSendDiag.vue')['default']
NotificationSendFilter: typeof import('./src/components/dialogs/filters/NotificationSendFilter.vue')['default']
OnCallAdd: typeof import('./src/components/dialogs/add/OnCallAdd.vue')['default']
PermAdd: typeof import('./src/components/dialogs/add/PermAdd.vue')['default']
PermsFilter: typeof import('./src/components/dialogs/filters/PermsFilter.vue')['default']
ProfileInfo: typeof import('./src/components/auth/ProfileInfo.vue')['default']
ProfileMe: typeof import('./src/components/auth/ProfileMe.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Snackbar: typeof import('./src/components/lib/Snackbar.vue')['default']
TagsInformation: typeof import('./src/components/dialogs/information/TagsInformation.vue')['default']
TextInformationDialog: typeof import('./src/components/dialogs/information/TextInformationDialog.vue')['default']
TimeoutAction: typeof import('./src/components/dialogs/TimeoutAction.vue')['default']
TimeoutActions: typeof import('./src/components/dialogs/TimeoutActions.vue')['default']
Top: typeof import('./src/components/reports/Top.vue')['default']
TriggerInformation: typeof import('./src/components/dialogs/information/TriggerInformation.vue')['default']
UserAdd: typeof import('./src/components/dialogs/add/UserAdd.vue')['default']
UsersFilter: typeof import('./src/components/dialogs/filters/UsersFilter.vue')['default']
}
}