@vuu-ui/vuu-table-types 0.8.25-debug → 0.8.26-debug

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/index.d.ts +4 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -335,10 +335,13 @@ export interface ColumnSettingsProps {
335
335
  * an implementation is provided in vuu-table-extras
336
336
  */
337
337
  export interface TableSettingsProps {
338
+ allowColumnLabelCase?: boolean;
339
+ allowColumnDefaultWidth?: boolean;
340
+ allowGridRowStyling?: boolean;
338
341
  availableColumns: SchemaColumn[];
339
342
  onAddCalculatedColumn: () => void;
340
343
  onConfigChange: (config: TableConfig) => void;
341
- onDataSourceConfigChange: (dataSOurceConfig: DataSourceConfig) => void;
344
+ onDataSourceConfigChange: (dataSourceConfig: DataSourceConfig) => void;
342
345
  onNavigateToColumn?: (columnName: string) => void;
343
346
  tableConfig: TableConfig;
344
347
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "0.8.25-debug",
3
+ "version": "0.8.26-debug",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-protocol-types": "0.8.25-debug"
5
+ "@vuu-ui/vuu-protocol-types": "0.8.26-debug"
6
6
  },
7
7
  "author": "heswell",
8
8
  "license": "Apache-2.0",