@vuu-ui/vuu-data-types 0.8.92 → 0.8.93
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/index.d.ts +5 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -526,6 +526,11 @@ export interface DataSource
|
|
|
526
526
|
*/
|
|
527
527
|
applyConfig: (
|
|
528
528
|
config: DataSourceConfig,
|
|
529
|
+
/**
|
|
530
|
+
* If new config is missing attributes and these attributes are present on
|
|
531
|
+
* existing config, shoule the existing attributes be preserved ?
|
|
532
|
+
*/
|
|
533
|
+
preserveExistingConfigAttributes?: boolean,
|
|
529
534
|
) => DataSourceConfigChanges | undefined;
|
|
530
535
|
closeTreeNode: (key: string, cascade?: boolean) => void;
|
|
531
536
|
columns: string[];
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuu-ui/vuu-data-types",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.93",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-filter-types": "0.8.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.8.
|
|
7
|
+
"@vuu-ui/vuu-filter-types": "0.8.93",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.8.93"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"peerDependencies": {},
|