@timlassiter11/yatl 0.3.7 → 0.3.9

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.
@@ -389,8 +389,8 @@ declare class DataTable<T extends object> extends EventTarget {
389
389
  */
390
390
  restoreState(state: RestorableTableState<T>): void;
391
391
  updateTableOptions(options: UpdatableTableOptions<T>): void;
392
- getColumnOptions(): ColumnOptions<T>[];
393
- getColumnOptions(field: NestedKeyOf<T>): ColumnOptions<T>;
392
+ getColumnOptions(): Required<ColumnOptions<T>>[];
393
+ getColumnOptions(field: NestedKeyOf<T>): Required<ColumnOptions<T>>;
394
394
  updateColumnOptions(column: NestedKeyOf<T>, options: ColumnOptionsWithoutField<T>): void;
395
395
  /**
396
396
  * Loads data into the table
@@ -614,4 +614,4 @@ declare class LocalStorageAdapter<T extends object> {
614
614
  clearState(): void;
615
615
  }
616
616
 
617
- export { type CellFormatterCallback, type ColumnFilterCallback, type ColumnInitOptions, type ColumnOptions, type ColumnState, type ComparatorCallback, DataTable, type DataTableEventMap, type FilterCallback, type Filters, type IDataTable, type IVirtualScroll, type IVirtualScrollConstructor, type LoadOptions, LocalStorageAdapter, type LocalStorageAdapterOptions, type QueryToken, type RestorableColumnState, type RestorableTableState, type RowFormatterCallback, type SortOrder, type SortState, type SortValueCallback, type TableClasses, type TableInitOptions, type TableOptions, type TableState, type TokenizerCallback, type ValueFormatterCallback, VirtualScroll, VirtualScrollError, type VirtualScrollOptions, createRegexTokenizer };
617
+ export { type CellFormatterCallback, type ColumnFilterCallback, type ColumnInitOptions, type ColumnOptions, type ColumnState, type ComparatorCallback, DataTable, type DataTableEventMap, type FilterCallback, type Filters, type IDataTable, type IVirtualScroll, type IVirtualScrollConstructor, type LoadOptions, LocalStorageAdapter, type LocalStorageAdapterOptions, type NestedKeyOf, type QueryToken, type RestorableColumnState, type RestorableTableState, type RowFormatterCallback, type SortOrder, type SortState, type SortValueCallback, type TableClasses, type TableInitOptions, type TableOptions, type TableState, type TokenizerCallback, type ValueFormatterCallback, VirtualScroll, VirtualScrollError, type VirtualScrollOptions, createRegexTokenizer };
@@ -389,8 +389,8 @@ declare class DataTable<T extends object> extends EventTarget {
389
389
  */
390
390
  restoreState(state: RestorableTableState<T>): void;
391
391
  updateTableOptions(options: UpdatableTableOptions<T>): void;
392
- getColumnOptions(): ColumnOptions<T>[];
393
- getColumnOptions(field: NestedKeyOf<T>): ColumnOptions<T>;
392
+ getColumnOptions(): Required<ColumnOptions<T>>[];
393
+ getColumnOptions(field: NestedKeyOf<T>): Required<ColumnOptions<T>>;
394
394
  updateColumnOptions(column: NestedKeyOf<T>, options: ColumnOptionsWithoutField<T>): void;
395
395
  /**
396
396
  * Loads data into the table
@@ -614,4 +614,4 @@ declare class LocalStorageAdapter<T extends object> {
614
614
  clearState(): void;
615
615
  }
616
616
 
617
- export { type CellFormatterCallback, type ColumnFilterCallback, type ColumnInitOptions, type ColumnOptions, type ColumnState, type ComparatorCallback, DataTable, type DataTableEventMap, type FilterCallback, type Filters, type IDataTable, type IVirtualScroll, type IVirtualScrollConstructor, type LoadOptions, LocalStorageAdapter, type LocalStorageAdapterOptions, type QueryToken, type RestorableColumnState, type RestorableTableState, type RowFormatterCallback, type SortOrder, type SortState, type SortValueCallback, type TableClasses, type TableInitOptions, type TableOptions, type TableState, type TokenizerCallback, type ValueFormatterCallback, VirtualScroll, VirtualScrollError, type VirtualScrollOptions, createRegexTokenizer };
617
+ export { type CellFormatterCallback, type ColumnFilterCallback, type ColumnInitOptions, type ColumnOptions, type ColumnState, type ComparatorCallback, DataTable, type DataTableEventMap, type FilterCallback, type Filters, type IDataTable, type IVirtualScroll, type IVirtualScrollConstructor, type LoadOptions, LocalStorageAdapter, type LocalStorageAdapterOptions, type NestedKeyOf, type QueryToken, type RestorableColumnState, type RestorableTableState, type RowFormatterCallback, type SortOrder, type SortState, type SortValueCallback, type TableClasses, type TableInitOptions, type TableOptions, type TableState, type TokenizerCallback, type ValueFormatterCallback, VirtualScroll, VirtualScrollError, type VirtualScrollOptions, createRegexTokenizer };