@vuu-ui/vuu-protocol-types 0.8.94 → 0.8.95

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 +6 -6
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -581,12 +581,12 @@ export interface VuuMenu {
581
581
 
582
582
  export declare type VuuRowDataItemType = string | number | boolean;
583
583
 
584
- export type VuuGroupDepth = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
585
- export type VuuGroupExpanded = true | false;
586
- export type VuuGroupPath = string;
587
- export type VuuGroupLeaf = true | false;
588
- export type VuuGroupLabel = string;
589
- export type VuuGroupCount = number;
584
+ export declare type VuuGroupDepth = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
585
+ export declare type VuuGroupExpanded = true | false;
586
+ export declare type VuuGroupPath = string;
587
+ export declare type VuuGroupLeaf = true | false;
588
+ export declare type VuuGroupLabel = string;
589
+ export declare type VuuGroupCount = number;
590
590
 
591
591
  export declare type VuuGroupDataRow = [
592
592
  VuuGroupDepth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.8.94",
3
+ "version": "0.8.95",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},