New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-treeview

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-treeview - npm Package Versions

124

1.1.0

Diff

Changelog

Source

1.1.0 (2017-08-16)

Enhancement:

  • Support Bootstrap 4 beta.
leovo2708
published 1.0.10 •

leovo2708
published 1.0.9 •

Changelog

Source

1.0.9 (2017-07-21)

Enhancement:

  • Expose DropdownDirective from DropdownTreeviewComponent.
leovo2708
published 1.0.8 •

Changelog

Source

1.0.8 (2017-07-20)

Enhancement:

  • Refactor CSS.

Demo:

  • Update examples.
leovo2708
published 1.0.7 •

Changelog

Source

1.0.7 (2017-07-19)

Enhancement:

  • Template for header
export interface TreeviewHeaderTemplateContext {
  config: TreeviewConfig;
  item: TreeviewItem;
  onCollapseExpand: () => void;
  onCheckedChange: (checked: boolean) => void;
  onFilterTextChange: (text: string) => void;
}

Refactoring:

  • Changes on interface of Treeview
export interface TreeviewItemTemplateContext {
  item: TreeviewItem;
  onCollapseExpand: () => void;
  onCheckedChange: () => void;
}
  • Changes on TreeviewConfig
export class TreeviewConfig {
  hasAllCheckBox = true;
  hasFilter = false;
  hasCollapseExpand = false;
  maxHeight = 500;
}

Demo:

  • Example for ngx-dropdown-treeview-select component.
leovo2708
published 1.0.6 •

Changelog

Source

1.0.6 (2017-07-10)

Enhancement:

  • Build bundles.
  • 100% code coverage.
leovo2708
published 1.0.5 •

leovo2708
published 1.0.4 •

leovo2708
published 1.0.3 •

leovo2708
published 1.0.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc