@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/cjs/index.js +17 -3
- package/cjs/index.js.map +2 -2
- package/esm/index.js +17 -3
- package/esm/index.js.map +2 -2
- package/package.json +6 -6
- package/types/array-data-source/array-data-source.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-local",
|
|
3
|
-
"version": "0.8.
|
|
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.
|
|
8
|
-
"@vuu-ui/vuu-table-types": "0.8.
|
|
9
|
-
"@vuu-ui/vuu-filter-types": "0.8.
|
|
10
|
-
"@vuu-ui/vuu-protocol-types": "0.8.
|
|
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.
|
|
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-
|
|
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;
|