simple-table-core 2.3.0 → 2.3.1
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.
- package/dist/{Animate-ad25ec9b.js → Animate-1b5ee5ce.js} +2 -2
- package/dist/Animate-1b5ee5ce.js.map +1 -0
- package/dist/{DatePicker-947629c5.js → DatePicker-30799710.js} +2 -2
- package/dist/DatePicker-30799710.js.map +1 -0
- package/dist/cjs/{Animate-4525220f.js → Animate-ee6b57c2.js} +2 -2
- package/dist/cjs/Animate-ee6b57c2.js.map +1 -0
- package/dist/cjs/{DatePicker-93e0f4c4.js → DatePicker-36cb4ee7.js} +2 -2
- package/dist/cjs/DatePicker-36cb4ee7.js.map +1 -0
- package/dist/cjs/components/simple-table/table-column-editor/TableColumnEditor.d.ts +4 -2
- package/dist/cjs/hooks/useTableAPI.d.ts +5 -1
- package/dist/cjs/{index-b28f705c.js → index-0483e756.js} +2 -2
- package/dist/cjs/index-0483e756.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/types/TableRefType.d.ts +6 -0
- package/dist/components/simple-table/table-column-editor/TableColumnEditor.d.ts +4 -2
- package/dist/hooks/useTableAPI.d.ts +5 -1
- package/dist/{index-33c4178f.js → index-a69df6ad.js} +2 -2
- package/dist/index-a69df6ad.js.map +1 -0
- package/dist/index.es.js +1 -1
- package/dist/types/TableRefType.d.ts +6 -0
- package/package.json +1 -1
- package/dist/Animate-ad25ec9b.js.map +0 -1
- package/dist/DatePicker-947629c5.js.map +0 -1
- package/dist/cjs/Animate-4525220f.js.map +0 -1
- package/dist/cjs/DatePicker-93e0f4c4.js.map +0 -1
- package/dist/cjs/index-b28f705c.js.map +0 -1
- package/dist/index-33c4178f.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-a69df6ad.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/index.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{g as AngleDownIcon,h as AngleLeftIcon,i as AngleRightIcon,j as AngleUpIcon,k as AscIcon,B as BarChart,C as CheckIcon,e as DEFAULT_CUSTOM_THEME,D as DefaultEmptyState,l as DescIcon,F as FilterIcon,L as LineAreaChart,m as SelectIcon,S as SimpleTable,r as rowIdToString}from"./index-
|
|
1
|
+
export{g as AngleDownIcon,h as AngleLeftIcon,i as AngleRightIcon,j as AngleUpIcon,k as AscIcon,B as BarChart,C as CheckIcon,e as DEFAULT_CUSTOM_THEME,D as DefaultEmptyState,l as DescIcon,F as FilterIcon,L as LineAreaChart,m as SelectIcon,S as SimpleTable,r as rowIdToString}from"./index-a69df6ad.js";import"react/jsx-runtime";import"react";
|
|
2
2
|
//# sourceMappingURL=index.es.js.map
|
|
@@ -58,6 +58,12 @@ type TableRefType = {
|
|
|
58
58
|
getGroupingProperty: (depth: number) => Accessor | undefined;
|
|
59
59
|
/** Get the depth index for a grouping property name */
|
|
60
60
|
getGroupingDepth: (property: Accessor) => number;
|
|
61
|
+
/** Toggle the column editor menu. Pass true to open, false to close, or no argument to toggle. Only works if editColumns prop is enabled. */
|
|
62
|
+
toggleColumnEditor: (open?: boolean) => void;
|
|
63
|
+
/** Apply column visibility changes. Pass an object with column accessors as keys and boolean visibility as values. */
|
|
64
|
+
applyColumnVisibility: (visibility: {
|
|
65
|
+
[accessor: string]: boolean;
|
|
66
|
+
}) => Promise<void>;
|
|
61
67
|
};
|
|
62
68
|
export default TableRefType;
|
|
63
69
|
export type { SetHeaderRenameProps, ExportToCSVProps };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Animate-ad25ec9b.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker-947629c5.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Animate-4525220f.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker-93e0f4c4.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-b28f705c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-33c4178f.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|