mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[PM-1915] Remove selector for all dialogs (#5257)
This commit is contained in:
@@ -24,7 +24,6 @@ export interface DomainAddEditDialogData {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "app-domain-add-edit-dialog",
|
||||
templateUrl: "domain-add-edit-dialog.component.html",
|
||||
})
|
||||
export class DomainAddEditDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
@@ -25,7 +25,6 @@ export interface ProjectDeleteOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-project-delete-dialog",
|
||||
templateUrl: "./project-delete-dialog.component.html",
|
||||
})
|
||||
export class ProjectDeleteDialogComponent implements OnInit {
|
||||
|
||||
@@ -21,7 +21,6 @@ export interface ProjectOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-project-dialog",
|
||||
templateUrl: "./project-dialog.component.html",
|
||||
})
|
||||
export class ProjectDialogComponent implements OnInit {
|
||||
|
||||
@@ -18,7 +18,6 @@ export interface SecretDeleteOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-secret-delete-dialog",
|
||||
templateUrl: "./secret-delete.component.html",
|
||||
})
|
||||
export class SecretDeleteDialogComponent {
|
||||
|
||||
@@ -32,7 +32,6 @@ export interface SecretOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-secret-dialog",
|
||||
templateUrl: "./secret-dialog.component.html",
|
||||
})
|
||||
export class SecretDialogComponent implements OnInit {
|
||||
|
||||
@@ -16,7 +16,6 @@ export interface AccessTokenOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-access-token-create-dialog",
|
||||
templateUrl: "./access-token-create-dialog.component.html",
|
||||
})
|
||||
export class AccessTokenCreateDialogComponent implements OnInit {
|
||||
|
||||
@@ -11,7 +11,6 @@ export interface AccessTokenDetails {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-access-token-dialog",
|
||||
templateUrl: "./access-token-dialog.component.html",
|
||||
})
|
||||
export class AccessTokenDialogComponent implements OnInit {
|
||||
|
||||
@@ -25,7 +25,6 @@ export interface ServiceAccountDeleteOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-service-account-delete-dialog",
|
||||
templateUrl: "./service-account-delete-dialog.component.html",
|
||||
})
|
||||
export class ServiceAccountDeleteDialogComponent {
|
||||
|
||||
@@ -20,7 +20,6 @@ export interface ServiceAccountOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-service-account-dialog",
|
||||
templateUrl: "./service-account-dialog.component.html",
|
||||
})
|
||||
export class ServiceAccountDialogComponent {
|
||||
|
||||
@@ -11,7 +11,6 @@ export interface SecretsManagerImportErrorDialogOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-import-error-dialog",
|
||||
templateUrl: "./sm-import-error-dialog.component.html",
|
||||
})
|
||||
export class SecretsManagerImportErrorDialogComponent {
|
||||
|
||||
@@ -15,7 +15,6 @@ export interface AccessRemovalDetails {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-access-removal-dialog",
|
||||
templateUrl: "./access-removal-dialog.component.html",
|
||||
})
|
||||
export class AccessRemovalDialogComponent implements OnInit {
|
||||
|
||||
@@ -16,7 +16,6 @@ export class BulkOperationStatus {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-bulk-status-dialog",
|
||||
templateUrl: "./bulk-status-dialog.component.html",
|
||||
})
|
||||
export class BulkStatusDialogComponent implements OnInit {
|
||||
|
||||
@@ -12,7 +12,6 @@ export interface SecretHardDeleteOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-secret-hard-delete-dialog",
|
||||
templateUrl: "./secret-hard-delete.component.html",
|
||||
})
|
||||
export class SecretHardDeleteDialogComponent {
|
||||
|
||||
@@ -12,7 +12,6 @@ export interface SecretRestoreOperation {
|
||||
}
|
||||
|
||||
@Component({
|
||||
selector: "sm-secret-restore-dialog",
|
||||
templateUrl: "./secret-restore.component.html",
|
||||
})
|
||||
export class SecretRestoreDialogComponent {
|
||||
|
||||
Reference in New Issue
Block a user