@datarailsshared/datarailsshared 1.5.268 → 1.5.269

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.
@@ -12,11 +12,12 @@ export interface TreeItem {
12
12
  }
13
13
  export declare class TreeviewItem {
14
14
  private internalDisabled;
15
- private internalChecked;
15
+ internalChecked: boolean;
16
16
  private internalCollapsed;
17
17
  private internalChildren;
18
18
  text: string;
19
19
  value: any;
20
+ hidden?: boolean;
20
21
  constructor(item: TreeItem, autoCorrectChecked?: boolean);
21
22
  get checked(): boolean;
22
23
  set checked(value: boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.268",
3
+ "version": "1.5.269",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",