@vuu-ui/vuu-data-types 2.1.11 → 2.1.12

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 +6 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -437,6 +437,12 @@ export interface DataSourceConstructorProps
437
437
  */
438
438
  autosubscribeColumns?: string[];
439
439
  bufferSize?: number;
440
+ /**
441
+ * For datasources that support edit sessions, some services support an additional
442
+ * column on session tables that will be used to return status information for a row
443
+ * after an edit session is saved. Default is no additional column.
444
+ */
445
+ sessionTableMessageColumn?: string;
440
446
  suspenseProps?: DataSourceSuspenseProps;
441
447
  table: VuuTable;
442
448
  title?: string;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "2.1.11",
8
- "@vuu-ui/vuu-protocol-types": "2.1.11"
7
+ "@vuu-ui/vuu-filter-types": "2.1.12",
8
+ "@vuu-ui/vuu-protocol-types": "2.1.12"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},