@vuu-ui/vuu-data-types 0.13.62 → 0.13.63

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 +0 -16
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -538,22 +538,6 @@ export interface DataSource
538
538
  Partial<TypeaheadSuggestionProvider> {
539
539
  aggregations: VuuAggregation[];
540
540
  applyEdit: DataSourceEditHandler;
541
- /**
542
- * set config without triggering config event. Use this method when initialising
543
- * a dataSource that has been restored from session state. The dataSource will
544
- * not yet be subscribed. Triggering the config event is unnecessary and might
545
- * cause a React exception if the event were to cause a render.
546
- * @param config DataSourceConfig
547
- * @returns true if config has been applied (will not be if existig config is same)
548
- */
549
- applyConfig: (
550
- config: WithBaseFilter<DataSourceConfig>,
551
- /**
552
- * If new config is missing attributes and these attributes are present on
553
- * existing config, shoule the existing attributes be preserved ?
554
- */
555
- preserveExistingConfigAttributes?: boolean,
556
- ) => DataSourceConfigChanges | undefined;
557
541
  closeTreeNode: (keyOrIndex: string | number, cascade?: boolean) => void;
558
542
  columns: string[];
559
543
  config: WithBaseFilter<WithFullConfig>;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.13.62",
3
+ "version": "0.13.63",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.13.62",
8
- "@vuu-ui/vuu-protocol-types": "0.13.62"
7
+ "@vuu-ui/vuu-filter-types": "0.13.63",
8
+ "@vuu-ui/vuu-protocol-types": "0.13.63"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},