mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[CL-714] Remove standalone true from tools (#15039)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -12,7 +12,6 @@ import { FilePopoutUtilsService } from "../services/file-popout-utils.service";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-file-popout-callout",
|
selector: "tools-file-popout-callout",
|
||||||
templateUrl: "file-popout-callout.component.html",
|
templateUrl: "file-popout-callout.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, CalloutModule],
|
imports: [CommonModule, JslibModule, CalloutModule],
|
||||||
})
|
})
|
||||||
export class FilePopoutCalloutComponent implements OnInit {
|
export class FilePopoutCalloutComponent implements OnInit {
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-credential-generator-history",
|
selector: "app-credential-generator-history",
|
||||||
templateUrl: "credential-generator-history.component.html",
|
templateUrl: "credential-generator-history.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import { PopupHeaderComponent } from "../../../platform/popup/layout/popup-heade
|
|||||||
import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.component";
|
import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.component";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "credential-generator",
|
selector: "credential-generator",
|
||||||
templateUrl: "credential-generator.component.html",
|
templateUrl: "credential-generator.component.html",
|
||||||
imports: [
|
imports: [
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ export type AddEditQueryParams = Partial<Record<keyof QueryParams, string>>;
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-add-edit",
|
selector: "tools-send-add-edit",
|
||||||
templateUrl: "send-add-edit.component.html",
|
templateUrl: "send-add-edit.component.html",
|
||||||
standalone: true,
|
|
||||||
providers: [{ provide: SendFormConfigService, useClass: DefaultSendFormConfigService }],
|
providers: [{ provide: SendFormConfigService, useClass: DefaultSendFormConfigService }],
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ import { PopupPageComponent } from "../../../../platform/popup/layout/popup-page
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-send-created",
|
selector: "app-send-created",
|
||||||
templateUrl: "./send-created.component.html",
|
templateUrl: "./send-created.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ import { SendFilePopoutDialogComponent } from "./send-file-popout-dialog.compone
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "send-file-popout-dialog-container",
|
selector: "send-file-popout-dialog-container",
|
||||||
templateUrl: "./send-file-popout-dialog-container.component.html",
|
templateUrl: "./send-file-popout-dialog-container.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [JslibModule, CommonModule],
|
imports: [JslibModule, CommonModule],
|
||||||
})
|
})
|
||||||
export class SendFilePopoutDialogContainerComponent implements OnInit {
|
export class SendFilePopoutDialogContainerComponent implements OnInit {
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import BrowserPopupUtils from "../../../../platform/popup/browser-popup-utils";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "send-file-popout-dialog",
|
selector: "send-file-popout-dialog",
|
||||||
templateUrl: "./send-file-popout-dialog.component.html",
|
templateUrl: "./send-file-popout-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [JslibModule, CommonModule, DialogModule, ButtonModule, TypographyModule],
|
imports: [JslibModule, CommonModule, DialogModule, ButtonModule, TypographyModule],
|
||||||
})
|
})
|
||||||
export class SendFilePopoutDialogComponent {
|
export class SendFilePopoutDialogComponent {
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ export enum SendState {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "send-v2.component.html",
|
templateUrl: "send-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CalloutModule,
|
CalloutModule,
|
||||||
PopupPageComponent,
|
PopupPageComponent,
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ import {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "about-dialog.component.html",
|
templateUrl: "about-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, DialogModule, ButtonModule, TypographyModule],
|
imports: [CommonModule, JslibModule, DialogModule, ButtonModule, TypographyModule],
|
||||||
})
|
})
|
||||||
export class AboutDialogComponent {
|
export class AboutDialogComponent {
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ const RateUrls = {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "about-page-v2.component.html",
|
templateUrl: "about-page-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import { PopupPageComponent } from "../../../../platform/popup/layout/popup-page
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "export-browser-v2.component.html",
|
templateUrl: "export-browser-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import { PopupPageComponent } from "../../../../platform/popup/layout/popup-page
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "import-browser-v2.component.html",
|
templateUrl: "import-browser-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import { PopupPageComponent } from "../../../platform/popup/layout/popup-page.co
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "settings-v2.component.html",
|
templateUrl: "settings-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import { ExportComponent } from "@bitwarden/vault-export-ui";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "export-desktop.component.html",
|
templateUrl: "export-desktop.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import {
|
|||||||
} from "@bitwarden/generator-components";
|
} from "@bitwarden/generator-components";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "credential-generator",
|
selector: "credential-generator",
|
||||||
templateUrl: "credential-generator.component.html",
|
templateUrl: "credential-generator.component.html",
|
||||||
imports: [DialogModule, ButtonModule, JslibModule, GeneratorModule, ItemModule, LinkModule],
|
imports: [DialogModule, ButtonModule, JslibModule, GeneratorModule, ItemModule, LinkModule],
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import { ImportComponent } from "@bitwarden/importer-ui";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "import-desktop.component.html",
|
templateUrl: "import-desktop.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import { CalloutModule, DialogService, ToastService } from "@bitwarden/component
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-send-add-edit",
|
selector: "app-send-add-edit",
|
||||||
templateUrl: "add-edit.component.html",
|
templateUrl: "add-edit.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, ReactiveFormsModule, CalloutModule],
|
imports: [CommonModule, JslibModule, ReactiveFormsModule, CalloutModule],
|
||||||
})
|
})
|
||||||
export class AddEditComponent extends BaseAddEditComponent {
|
export class AddEditComponent extends BaseAddEditComponent {
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ const BroadcasterSubscriptionId = "SendComponent";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-send",
|
selector: "app-send",
|
||||||
templateUrl: "send.component.html",
|
templateUrl: "send.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, FormsModule, NavComponent, AddEditComponent],
|
imports: [CommonModule, JslibModule, FormsModule, NavComponent, AddEditComponent],
|
||||||
})
|
})
|
||||||
export class SendComponent extends BaseSendComponent implements OnInit, OnDestroy {
|
export class SendComponent extends BaseSendComponent implements OnInit, OnDestroy {
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ import { HeaderModule } from "../../layouts/header/header.module";
|
|||||||
import { SharedModule } from "../../shared";
|
import { SharedModule } from "../../shared";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "credential-generator",
|
selector: "credential-generator",
|
||||||
templateUrl: "credential-generator.component.html",
|
templateUrl: "credential-generator.component.html",
|
||||||
imports: [SharedModule, HeaderModule, GeneratorModule, ButtonModule, LinkModule],
|
imports: [SharedModule, HeaderModule, GeneratorModule, ButtonModule, LinkModule],
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import { SharedModule } from "../../shared";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "import-web.component.html",
|
templateUrl: "import-web.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule, ImportComponent, HeaderModule],
|
imports: [SharedModule, ImportComponent, HeaderModule],
|
||||||
})
|
})
|
||||||
export class ImportWebComponent {
|
export class ImportWebComponent {
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ import { ImportCollectionAdminService } from "./import-collection-admin.service"
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "org-import.component.html",
|
templateUrl: "org-import.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule, ImportComponent, LooseComponentsModule],
|
imports: [SharedModule, ImportComponent, LooseComponentsModule],
|
||||||
providers: [
|
providers: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import { DefaultSendFormConfigService, SendAddEditDialogComponent } from "@bitwa
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-new-send-dropdown",
|
selector: "tools-new-send-dropdown",
|
||||||
templateUrl: "new-send-dropdown.component.html",
|
templateUrl: "new-send-dropdown.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [JslibModule, CommonModule, ButtonModule, MenuModule, BadgeModule],
|
imports: [JslibModule, CommonModule, ButtonModule, MenuModule, BadgeModule],
|
||||||
providers: [DefaultSendFormConfigService],
|
providers: [DefaultSendFormConfigService],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ import { SendAccessTextComponent } from "./send-access-text.component";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-send-access",
|
selector: "app-send-access",
|
||||||
templateUrl: "access.component.html",
|
templateUrl: "access.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
SendAccessFileComponent,
|
SendAccessFileComponent,
|
||||||
SendAccessTextComponent,
|
SendAccessTextComponent,
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import { SharedModule } from "../../../shared";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "app-send-access-explainer",
|
selector: "app-send-access-explainer",
|
||||||
templateUrl: "send-access-explainer.component.html",
|
templateUrl: "send-access-explainer.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule],
|
imports: [SharedModule],
|
||||||
})
|
})
|
||||||
export class SendAccessExplainerComponent {
|
export class SendAccessExplainerComponent {
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ import { SharedModule } from "../../../shared";
|
|||||||
selector: "app-send-access-file",
|
selector: "app-send-access-file",
|
||||||
templateUrl: "send-access-file.component.html",
|
templateUrl: "send-access-file.component.html",
|
||||||
imports: [SharedModule],
|
imports: [SharedModule],
|
||||||
standalone: true,
|
|
||||||
})
|
})
|
||||||
export class SendAccessFileComponent {
|
export class SendAccessFileComponent {
|
||||||
@Input() send: SendAccessView;
|
@Input() send: SendAccessView;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ import { SharedModule } from "../../../shared";
|
|||||||
selector: "app-send-access-password",
|
selector: "app-send-access-password",
|
||||||
templateUrl: "send-access-password.component.html",
|
templateUrl: "send-access-password.component.html",
|
||||||
imports: [SharedModule],
|
imports: [SharedModule],
|
||||||
standalone: true,
|
|
||||||
})
|
})
|
||||||
export class SendAccessPasswordComponent implements OnInit, OnDestroy {
|
export class SendAccessPasswordComponent implements OnInit, OnDestroy {
|
||||||
private destroy$ = new Subject<void>();
|
private destroy$ = new Subject<void>();
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import { SharedModule } from "../../../shared";
|
|||||||
selector: "app-send-access-text",
|
selector: "app-send-access-text",
|
||||||
templateUrl: "send-access-text.component.html",
|
templateUrl: "send-access-text.component.html",
|
||||||
imports: [SharedModule],
|
imports: [SharedModule],
|
||||||
standalone: true,
|
|
||||||
})
|
})
|
||||||
export class SendAccessTextComponent {
|
export class SendAccessTextComponent {
|
||||||
private _send: SendAccessView = null;
|
private _send: SendAccessView = null;
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ const BroadcasterSubscriptionId = "SendComponent";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: "app-send",
|
selector: "app-send",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule, SearchModule, NoItemsModule, HeaderModule, NewSendDropdownComponent],
|
imports: [SharedModule, SearchModule, NoItemsModule, HeaderModule, NewSendDropdownComponent],
|
||||||
templateUrl: "send.component.html",
|
templateUrl: "send.component.html",
|
||||||
providers: [DefaultSendFormConfigService],
|
providers: [DefaultSendFormConfigService],
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import { SharedModule } from "../../shared";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "export-web.component.html",
|
templateUrl: "export-web.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule, ExportComponent, HeaderModule],
|
imports: [SharedModule, ExportComponent, HeaderModule],
|
||||||
})
|
})
|
||||||
export class ExportWebComponent {
|
export class ExportWebComponent {
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import { LooseComponentsModule, SharedModule } from "../../shared";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "org-vault-export.component.html",
|
templateUrl: "org-vault-export.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [SharedModule, ExportComponent, LooseComponentsModule],
|
imports: [SharedModule, ExportComponent, LooseComponentsModule],
|
||||||
})
|
})
|
||||||
export class OrganizationVaultExportComponent implements OnInit {
|
export class OrganizationVaultExportComponent implements OnInit {
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ type BackgroundTypes = "danger" | "primary" | "success" | "warning";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-password-strength",
|
selector: "tools-password-strength",
|
||||||
templateUrl: "password-strength-v2.component.html",
|
templateUrl: "password-strength-v2.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, ProgressModule],
|
imports: [CommonModule, JslibModule, ProgressModule],
|
||||||
})
|
})
|
||||||
export class PasswordStrengthV2Component implements OnChanges {
|
export class PasswordStrengthV2Component implements OnChanges {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "file-password-prompt.component.html",
|
templateUrl: "file-password-prompt.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ export interface ErrorListItem {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "./import-error-dialog.component.html",
|
templateUrl: "./import-error-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, DialogModule, TableModule, ButtonModule],
|
imports: [CommonModule, JslibModule, DialogModule, TableModule, ButtonModule],
|
||||||
})
|
})
|
||||||
export class ImportErrorDialogComponent implements OnInit {
|
export class ImportErrorDialogComponent implements OnInit {
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ export interface ResultList {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "./import-success-dialog.component.html",
|
templateUrl: "./import-success-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, DialogModule, TableModule, ButtonModule],
|
imports: [CommonModule, JslibModule, DialogModule, TableModule, ButtonModule],
|
||||||
})
|
})
|
||||||
export class ImportSuccessDialogComponent implements OnInit {
|
export class ImportSuccessDialogComponent implements OnInit {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "sshkey-password-prompt.component.html",
|
templateUrl: "sshkey-password-prompt.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -106,7 +106,6 @@ const safeProviders: SafeProvider[] = [
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-import",
|
selector: "tools-import",
|
||||||
templateUrl: "import.component.html",
|
templateUrl: "import.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ type LastPassMultifactorPromptData = {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "lastpass-multifactor-prompt.component.html",
|
templateUrl: "lastpass-multifactor-prompt.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ import {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "lastpass-password-prompt.component.html",
|
templateUrl: "lastpass-password-prompt.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import { LastPassDirectImportService } from "./lastpass-direct-import.service";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "import-lastpass",
|
selector: "import-lastpass",
|
||||||
templateUrl: "import-lastpass.component.html",
|
templateUrl: "import-lastpass.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
JslibModule,
|
JslibModule,
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ import { CalloutModule } from "@bitwarden/components";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-export-scope-callout",
|
selector: "tools-export-scope-callout",
|
||||||
templateUrl: "export-scope-callout.component.html",
|
templateUrl: "export-scope-callout.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [CommonModule, JslibModule, CalloutModule],
|
imports: [CommonModule, JslibModule, CalloutModule],
|
||||||
})
|
})
|
||||||
export class ExportScopeCalloutComponent {
|
export class ExportScopeCalloutComponent {
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ import { ExportScopeCalloutComponent } from "./export-scope-callout.component";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-export",
|
selector: "tools-export",
|
||||||
templateUrl: "export.component.html",
|
templateUrl: "export.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ import { EmptyCredentialHistoryComponent } from "./empty-credential-history.comp
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "credential-generator-history-dialog.component.html",
|
templateUrl: "credential-generator-history-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ import { GeneratorModule } from "./generator.module";
|
|||||||
import { translate } from "./util";
|
import { translate } from "./util";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "bit-credential-generator-history",
|
selector: "bit-credential-generator-history",
|
||||||
templateUrl: "credential-generator-history.component.html",
|
templateUrl: "credential-generator-history.component.html",
|
||||||
imports: [
|
imports: [
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import { IconModule, TypographyModule } from "@bitwarden/components";
|
|||||||
import { NoCredentialsIcon } from "./icons/no-credentials.icon";
|
import { NoCredentialsIcon } from "./icons/no-credentials.icon";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "bit-empty-credential-history",
|
selector: "bit-empty-credential-history",
|
||||||
templateUrl: "empty-credential-history.component.html",
|
templateUrl: "empty-credential-history.component.html",
|
||||||
imports: [JslibModule, IconModule, TypographyModule],
|
imports: [JslibModule, IconModule, TypographyModule],
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import { TypographyModule } from "@bitwarden/components";
|
|||||||
import { I18nPipe } from "@bitwarden/ui-common";
|
import { I18nPipe } from "@bitwarden/ui-common";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "nudge-generator-spotlight",
|
selector: "nudge-generator-spotlight",
|
||||||
templateUrl: "nudge-generator-spotlight.component.html",
|
templateUrl: "nudge-generator-spotlight.component.html",
|
||||||
imports: [I18nPipe, SpotlightComponent, AsyncPipe, CommonModule, TypographyModule],
|
imports: [I18nPipe, SpotlightComponent, AsyncPipe, CommonModule, TypographyModule],
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ export enum SendItemDialogResult {
|
|||||||
*/
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "send-add-edit-dialog.component.html",
|
templateUrl: "send-add-edit-dialog.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
SearchModule,
|
SearchModule,
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import { BadgeModule, ButtonModule, ButtonType, MenuModule } from "@bitwarden/co
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-new-send-dropdown",
|
selector: "tools-new-send-dropdown",
|
||||||
templateUrl: "new-send-dropdown.component.html",
|
templateUrl: "new-send-dropdown.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [JslibModule, CommonModule, ButtonModule, RouterLink, MenuModule, BadgeModule],
|
imports: [JslibModule, CommonModule, ButtonModule, RouterLink, MenuModule, BadgeModule],
|
||||||
})
|
})
|
||||||
export class NewSendDropdownComponent implements OnInit {
|
export class NewSendDropdownComponent implements OnInit {
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ import { SendFormContainer } from "../../send-form-container";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-options",
|
selector: "tools-send-options",
|
||||||
templateUrl: "./send-options.component.html",
|
templateUrl: "./send-options.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
AsyncActionsModule,
|
AsyncActionsModule,
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ export interface DatePresetSelectOption {
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-details",
|
selector: "tools-send-details",
|
||||||
templateUrl: "./send-details.component.html",
|
templateUrl: "./send-details.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
SectionComponent,
|
SectionComponent,
|
||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import { SendFormContainer } from "../../send-form-container";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-file-details",
|
selector: "tools-send-file-details",
|
||||||
templateUrl: "./send-file-details.component.html",
|
templateUrl: "./send-file-details.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ import { SendFormContainer } from "../../send-form-container";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-text-details",
|
selector: "tools-send-text-details",
|
||||||
templateUrl: "./send-text-details.component.html",
|
templateUrl: "./send-text-details.component.html",
|
||||||
standalone: true,
|
|
||||||
imports: [
|
imports: [
|
||||||
CheckboxModule,
|
CheckboxModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ import { SendDetailsComponent } from "./send-details/send-details.component";
|
|||||||
@Component({
|
@Component({
|
||||||
selector: "tools-send-form",
|
selector: "tools-send-form",
|
||||||
templateUrl: "./send-form.component.html",
|
templateUrl: "./send-form.component.html",
|
||||||
standalone: true,
|
|
||||||
providers: [
|
providers: [
|
||||||
{
|
{
|
||||||
provide: SendFormContainer,
|
provide: SendFormContainer,
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import { ChipSelectComponent } from "@bitwarden/components";
|
|||||||
import { SendListFiltersService } from "../services/send-list-filters.service";
|
import { SendListFiltersService } from "../services/send-list-filters.service";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
|
||||||
selector: "app-send-list-filters",
|
selector: "app-send-list-filters",
|
||||||
templateUrl: "./send-list-filters.component.html",
|
templateUrl: "./send-list-filters.component.html",
|
||||||
imports: [CommonModule, JslibModule, ChipSelectComponent, ReactiveFormsModule],
|
imports: [CommonModule, JslibModule, ChipSelectComponent, ReactiveFormsModule],
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ import {
|
|||||||
],
|
],
|
||||||
selector: "app-send-list-items-container",
|
selector: "app-send-list-items-container",
|
||||||
templateUrl: "send-list-items-container.component.html",
|
templateUrl: "send-list-items-container.component.html",
|
||||||
standalone: true,
|
|
||||||
})
|
})
|
||||||
export class SendListItemsContainerComponent {
|
export class SendListItemsContainerComponent {
|
||||||
sendType = SendType;
|
sendType = SendType;
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ const SearchTextDebounceInterval = 200;
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
imports: [CommonModule, SearchModule, JslibModule, FormsModule],
|
imports: [CommonModule, SearchModule, JslibModule, FormsModule],
|
||||||
standalone: true,
|
|
||||||
selector: "tools-send-search",
|
selector: "tools-send-search",
|
||||||
templateUrl: "send-search.component.html",
|
templateUrl: "send-search.component.html",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user