Member Junction
    Preparing search index...

    Export dialog component with progressive UX Provides format selection, sampling options, and export preview

    Usage: <mj-export-dialog [visible]="showExportDialog" [config]="exportConfig" (closed)="onExportDialogClosed($event)">

    Index

    Constructors

    Properties

    availableFormats: ExportFormat[] = ...
    closed: EventEmitter<ExportDialogResult> = ...
    config: ExportDialogConfig | null = null
    exportError: string | null = null
    fileName: string = 'export'
    includeHeaders: boolean = true
    isExporting: boolean = false
    sampleCount: number = 100
    sampleInterval: number = 10
    samplingMode: SamplingMode = 'all'
    samplingModes: { description: string; label: string; mode: SamplingMode }[]
    selectedFormat: ExportFormat = 'excel'

    Accessors

    Methods