@vinorcola/dynamic-table 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export type BaseItem = Record<string, any> & {
11
11
  };
12
12
  export type ItemKey<Item extends BaseItem> = Extract<keyof Item, string>;
13
13
  export type { ColumnDefinition, ValueResolver } from "./ColumnDefinition.js";
14
- export { default as Dictionary } from "./Dictionary.js";
14
+ export { default as Dictionary, DictionaryEntry } from "./Dictionary.js";
15
15
  export type { FilterState } from "./useFilterState.js";
16
16
  export type { SortDirection, SortState } from "./useSortState.js";
17
17
  export type { ColumnsMaskState } from "./useMaskableColumns.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vinorcola/dynamic-table",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A table to ease the display of a filterable, sortable and paginable dataset.",
5
5
  "keywords": [
6
6
  "table",