sag_components 2.0.0-beta276 → 2.0.0-beta277

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.
@@ -137,4 +137,35 @@ export namespace InContext {
137
137
  }
138
138
  export { parameters_1 as parameters };
139
139
  }
140
+ export function PerformanceTest8000Vendors(args: any): import("react/jsx-runtime").JSX.Element;
141
+ export namespace PerformanceTest8000Vendors {
142
+ export namespace args {
143
+ const width_1: string;
144
+ export { width_1 as width };
145
+ const height_1: string;
146
+ export { height_1 as height };
147
+ const linkColor_1: string;
148
+ export { linkColor_1 as linkColor };
149
+ const backgroundColor_1: string;
150
+ export { backgroundColor_1 as backgroundColor };
151
+ const editMode_1: boolean;
152
+ export { editMode_1 as editMode };
153
+ const disableSection_1: boolean;
154
+ export { disableSection_1 as disableSection };
155
+ const disabledSendForms_1: boolean;
156
+ export { disabledSendForms_1 as disabledSendForms };
157
+ const AllFormsSent_1: boolean;
158
+ export { AllFormsSent_1 as AllFormsSent };
159
+ const buttonTooltipText_1: string;
160
+ export { buttonTooltipText_1 as buttonTooltipText };
161
+ const trashTooltipText_1: string;
162
+ export { trashTooltipText_1 as trashTooltipText };
163
+ export const maxVisibleVendors: number;
164
+ }
165
+ export namespace parameters_2 {
166
+ const layout_2: string;
167
+ export { layout_2 as layout };
168
+ }
169
+ export { parameters_2 as parameters };
170
+ }
140
171
  import ItemManagerPanel from "./ItemManagerPanel";
@@ -1,5 +1,5 @@
1
1
  export default TableHeader;
2
- declare function TableHeader({ columns, onSort, onFilter, onSelectAll, activeFilters, activeSorts, expandable, onHeaderCheckboxClick, headerCheckboxStates, resetFiltersKey }: {
2
+ declare function TableHeader({ columns, onSort, onFilter, onSelectAll, activeFilters, activeSorts, expandable, onHeaderCheckboxClick, headerCheckboxStates, resetFiltersKey, debounceDelay }: {
3
3
  columns: any;
4
4
  onSort: any;
5
5
  onFilter: any;
@@ -10,4 +10,5 @@ declare function TableHeader({ columns, onSort, onFilter, onSelectAll, activeFil
10
10
  onHeaderCheckboxClick?: () => void;
11
11
  headerCheckboxStates?: {};
12
12
  resetFiltersKey?: number;
13
+ debounceDelay?: number;
13
14
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta276",
3
+ "version": "2.0.0-beta277",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -87,6 +87,7 @@
87
87
  "react-hook-form": "^7.46.2",
88
88
  "react-icons": "^5.0.1",
89
89
  "react-loading-skeleton": "^3.3.1",
90
+ "react-window": "^2.2.3",
90
91
  "recharts": "^2.15.0",
91
92
  "styled-components": "^6.1.15",
92
93
  "typescript": "^4.9.5"