@vuu-ui/vuu-data-types 0.13.76 → 0.13.78

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 +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -463,7 +463,7 @@ export declare type RowSelectionEventHandler = (
463
463
  ) => void;
464
464
 
465
465
  export type DataSourceConfigChangeHandler = (
466
- config: WithBaseFilter<WithFullConfig>,
466
+ config: ConfigWithVisualLink,
467
467
  range: Range,
468
468
  confirmed?: boolean,
469
469
  configChanges?: DataSourceConfigChanges,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.13.76",
3
+ "version": "0.13.78",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.13.76",
8
- "@vuu-ui/vuu-protocol-types": "0.13.76"
7
+ "@vuu-ui/vuu-filter-types": "0.13.78",
8
+ "@vuu-ui/vuu-protocol-types": "0.13.78"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},