@vuu-ui/vuu-data-local 0.8.22-debug → 0.8.23-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.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-local",
3
- "version": "0.8.22-debug",
3
+ "version": "0.8.23-debug",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-data-types": "0.8.22-debug",
8
- "@vuu-ui/vuu-table-types": "0.8.22-debug",
9
- "@vuu-ui/vuu-filter-types": "0.8.22-debug",
10
- "@vuu-ui/vuu-protocol-types": "0.8.22-debug"
7
+ "@vuu-ui/vuu-data-types": "0.8.23-debug",
8
+ "@vuu-ui/vuu-table-types": "0.8.23-debug",
9
+ "@vuu-ui/vuu-filter-types": "0.8.23-debug",
10
+ "@vuu-ui/vuu-protocol-types": "0.8.23-debug"
11
11
  },
12
12
  "dependencies": {
13
- "@vuu-ui/vuu-utils": "0.8.22-debug"
13
+ "@vuu-ui/vuu-utils": "0.8.23-debug"
14
14
  },
15
15
  "files": [
16
16
  "cjs",
@@ -46,7 +46,7 @@ export declare class ArrayDataSource extends EventEmitter<DataSourceEvents> impl
46
46
  get status(): DataSourceStatus;
47
47
  get data(): DataSourceRow[];
48
48
  get currentData(): DataSourceRow[];
49
- get table(): import("@vuu-ui/vuu-protocol-types").VuuTable;
49
+ get table(): import("@vuu-ui/vuu-data-types").TableSchemaTable;
50
50
  get config(): DataSourceConfig;
51
51
  set config(config: DataSourceConfig);
52
52
  applyConfig(config: DataSourceConfig): true | undefined;