🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

@skyux/angular-tree-component

Package Overview
Dependencies
Maintainers
0
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/angular-tree-component - npm Package Versions

2345
47

12.2.0

Diff
blackbaud
published 12.2.0 •

Changelog

Source

12.2.0 (2025-04-08)

Features

  • components/config: add containerAliases to remoteModules config (#3358) (e3369d0)
  • components/data-manager: add data manager harnesses (#3346) (92e7b3c)
  • components/indicators: tokenize wait styles (#3343) (fbd8969)
  • components/manifest: add support for typedoc@0.28.2 (#3357) (a5e7f17)

Bug Fixes

  • add missing exports to the public API (#3356) (a89730c)
  • components/code-examples: selection modal add item example uses correct button classes and order (#3351) (d9dd3e6)
  • components/data-manager: toolbar should not overlap other elements (#3340) (#3359) (30616ce)
  • components/docs-tools: add "static" keyword to static class property definitions (#3355) (a581b1b)
  • components/icon: apply fill color to all child elements of icon symbol (#3352) (5e4e71d)
  • components/manifest: add more granular control when adding [@docs](https://github.com/docs)Ids to documentation groups (#3349) (2489b98)
  • components/manifest: add support for directive input properties with type InputSignalWithTransform (#3347) (f5b8f7d)
  • components/manifest: mark properties as internal if JSDoc tag [@internal](https://github.com/internal) provided (#3354) (2662ed2)
blackbaud
published 11.49.2 •

Changelog

Source

11.49.2 (2025-04-08)

Bug Fixes

  • components/ag-grid: hide AG Grid row dragging icon (#3332) (90e04aa)
  • components/data-manager: toolbar should not overlap other elements (#3340) (11b3126)
  • components/indicators: block-level wait should not overlap other elements (#3339) (8016e7f)
blackbaud
published 12.1.0 •

Changelog

Source

12.1.0 (2025-04-03)

Features

Bug Fixes

  • components/ag-grid: hide AG Grid row dragging icon (#3332) (#3341) (7c0846c)
  • components/icon: ensure icon colors work in Firefox (#3348) (a692d12)
  • components/packages: harden migration collection versions (#3335) (880d791)
  • use correct icon and best practices in code examples (#3345) (659c380)
blackbaud
published 12.0.0 •

Changelog

Source

12.0.0 (2025-04-02)

⚠ BREAKING CHANGES

  • drop support for Angular 18 (#2969)
  • components/ag-grid: drop support for AG Grid 32 (#3121)
  • components/core: update querySelector method signature (#3282)
  • components/forms: revert fileClick event to no longer download attached file (#3284) The file attachment fileClick event will no longer download files for consumer. This change is reverting back to previous interactions where if a consumer does want clicking the name of a file to download it, they will have to hook into the fileClick event. Code examples have been reverted to showcase how to accomplish this.
  • components/forms: file attachment components now wait for system dialogs to close before handling files so that errors are read to screen readers appropriately (#3073)
  • components/help-inline: remove TemplateRef return type on getPopoverContent (#3176) The getPopoverContent() method on the help inline harness had a return type of TemplateRef | string | undefined despite only returning strings if they existed. This has been corrected and reflected in all consuming component harnesses.
  • components/indicators: remove forwarded exports from @skyux/help-inline and @skyux/icon (#3069)
  • components/lookup: remove flag from country field input (#3166) (f9a25be) The flag has been removed from the country field's input box. Due to this change, the component's hideSelectedCountryFlag input has been removed along with the test harness' countryFlagIsVisible method.

Features

  • components/theme: include modern v2 design tokens in generated styles (#3309) (cf4ccb0)
  • components/ag-grid: additional schematics for AG Grid 33 (#3312) (77333dd)
  • components/ag-grid: update to AG Grid 33.2.1 (#3313) (7a8b80c)
  • components/theme: theme service validates if branding is available for the current theme when applying brands (#3301) (b35604f)
  • components/config: add theme brand properties to config theming object (#3293) (5963a4f)
  • components/forms: revert fileClick event to no longer download attached file (#3284) (d412024)
  • components/help-inline: use solid icon for help inline (#3292) (ba46769)
  • components/icon: add additional icon sizes, change default size to medium (#3258) (19418bd)
  • components/indicators: add text highlight harness (#3277) (#3288) (6e5fa8f)
  • components/phone-field: close country field when focus leaves phone field (#3281) (adcc32b)
  • components/theme: initialize styles from remote source when theme branding is enabled (#3289) (1dc6a41)
  • components/ag-grid: add schematics for changes in AG Grid 33 (#3279) (28a7ac7)
  • components/lists: add infinite scroll test harness (#3268) (#3272) (a65d9f3)
  • components/lists: add sort harnesses (#3265) (#3278) (ef4e703)
  • components/pages: links filtered with SkyHrefResolverService (#3250) (33aecc3)
  • components/theme: add ability to specify a brand through SkyThemeService (#3248) (41e7d3a)
  • components/ag-grid: set background color for boxes and tiles (#3247) (de75b7d)
  • components/modals: confirm discarding changes when canceling modal using directive (#3246) (95a2162)
  • components/packages: add schematic to convert existing icons to new iconName (#3256) (b509c7f)
  • remove documentation.json files from component releases (#3253) (2c38c32)
  • components/icon: remove inline styles from SVG sprite (#3243) (ed1aac8)
  • components/icon: pull in updated icon manifest (#3233) (4aad9ab)
  • components/icon: update SVG icon positioning, convert all icons (#3117) (92a8eb6)
  • components/packages: add schematic to set size input on existing icons (#3227) (239b1e9)
  • components/packages: remove eslint comments for prefer-standalone-component rule (#3230) (757c8fe)
  • components/code-examples: add titles for all examples (#3212) (c8f711d)
  • components/docs-tools: add ExampleHelpService to code examples (#3217) (29ffc6e)
  • support Angular 19.2 (#3202) (376b5ee)
  • components/docs-tools: add category-tag, clipboard, code-highlight, heading-anchor, showcase, table of contents, and type definition components (internal use only) (#3204) (505e8ac)
  • components/docs-tools: add global stylesheet; demos in code examples application (#3211) (aa0318a)
  • components/manifest: separate class properties and methods; validate docsIds; add package information; fix output for property accessors; add repo URLs to each type (#3196) (c18e533)
  • components/ag-grid: support AG Grid 33.0 (#3121)
  • components/lookup: country field displays hint text within the dropdown before a search is executed (#3179) (9283bbf)
  • components/modals: support fit layout in modal content (#3181) (#3199) (8182967)
  • components/avatar: tokenize avatar styles (#3164) (b497851)
  • components/help-inline: remove TemplateRef return type on getPopoverContent (#3176) (9e200ef)
  • components/layout: tokenize text expand styles (#3161) (f9362cf)
  • components/lookup: lookup and country field input contents are selected automatically on focus (#3167) (b7e3b85)
  • components/lookup: remove flag from country field input (#3166) (f9a25be)
  • components/errors: tokenize error styles (#3123) (42888cf)
  • components/flyout: tokenize flyout styles (#3098) (2866813)
  • components/inline-form: tokenize inline form styles (#3116) (ec58102)
  • components/layout: tokenize inline delete styles (#3111) (7c3407a)
  • components/pages: tokenize action hub styles (#3109) (74b697c)
  • components/split-view: tokenize split view styles (#3119) (14adddd)
  • components/forms: file attachment components now wait for system dialogs to close before handling files so that errors are read to screen readers appropriately (#3073) (847c970)
  • components/indicators: remove forwarded exports from @skyux/help-inline and @skyux/icon (#3069) (e2e3883)
  • components/layout: tokenize fluid grid styles (#3090) (f7cf004)
  • sdk/skyux-eslint: add linting rule to detect the use of legacy icons (#3061) (1abcf12)
  • add support for google-libphonenumber@3.2.40 and intl-tel-input@25.2.1 (#3002) (7e5a67e)
  • components/action-bars: tokenize summary action bar styles (#3040) (db667a9)
  • components/layout: tokenize description list styles (#3043) (4213dac)
  • components/lists: tokenize filter styles (#3019) (25f180e)
  • components/pages: tokenize page, page header, link lists (#3030) (9de9521)
  • components/tabs: tokenize sectioned form styles (#3033) (650282b)
  • components/tabs: tokenize vertical tabset styles (#3015) (b06bdcb)
  • add support for Angular 19 (#2969) (91a91d9)

Bug Fixes

  • components/docs-tools: set correct path for type definition anchor links (#3322) (1e53503)
  • components/packages: only set size on icon component if iconSize not set (#3329) (5a4f805)
  • sdk/skyux-eslint: set module resolution to "Node16" to address pathing issues with @typescript-eslint/utils (#3316) (cc6922d)
  • components/layout: use smaller action button icon at xs breakpoint (#3308) (92a23e8)
  • components/lookup: add hover state for selection modal when using single select mode (#3306) (ded8e47)
  • components/lookup: use correct spacing in search icons (#3311) (a8b8285)
  • update icon mappings for schematic and lint rule (#3299) (29fffb8)
  • components/ag-grid: use correct spacing in ag-grid header buttons (#3290) (029cb36)
  • components/core: update querySelector method signature (#3282) (50d196c)
  • components/packages: add SKY UX stylesheets to new projects when styles array missing (#3291) (2e78ef3)
  • components/theme: baseline align inline link buttons (#3286) (2977403)
  • components/docs-tools: adjust heading anchors to fit within viewport (#3276) (9359910)
  • components/forms: file attachment code examples fix double download (#3267) (#3271) (9575d86)
  • components/packages: icon size schematic does not add extra property if size already exists and is the first property on the icon (#3264) (c3e0203)
  • components/docs-tools: add @skyux/packages/polyfills to StackBlitz launcher (#3255) (384411a)
  • components/docs-tools: make @skyux/manifest a dependency, not a peer (#3257) (7b03ac5)
  • components/docs-tools: various adjustments to showcase and code example viewer components (#3240) (09d67a6)
  • components/code-examples: remove extra font class from repeater titles in code examples (#3220) (43b0856)
  • adjust ng2-dragula override ranges (#3223) (4114d98)
  • components/code-examples: provide example service to prevent timeouts (#3214) (1b0babf)
  • components/packages: fix test timeouts related to SSR (#3215) (87802f9)
  • components/icon: migrate harness types from @skyux/indicators/testing (#3197) (3fe7edc)
  • components/core: remove live announcer message from DOM after a set duration (#3178) (de695e1)
  • components/layout: exclude controls text content when returning heading text for the box harness (#3156) (ec018cd)

Deprecations

  • deprecated action button icon iconType input and checkbox and radio button icon inputs in favor of new iconName input which utilizes SVG icons (#3062) (567f922)
  • components/layout: mark all definition list components as deprecated; use SkyDescriptionListModule instead (#2970) (3ebe2df)
blackbaud
published 12.0.0-beta.5 •

Changelog

Source

12.0.0-beta.5 (2025-04-02)

Features

  • components/lookup: add allowAnyValue and highlightSearchText to SkyAgGridAutocompleteProperties (a6d387b)

Bug Fixes

  • components/docs-tools: set correct path for type definition anchor links (#3322) (1e53503)
  • components/packages: only set size on icon component if iconSize not set (#3329) (5a4f805)
  • components/tabs: accessibility tests for sectioned-form in mobile view (#3326) (#3327) (74ce695)
  • fix icon mapping for previous usd icon (#3323) (3d7829a)
blackbaud
published 11.49.1 •

Changelog

Source

11.49.1 (2025-04-02)

Bug Fixes

  • components/tabs: accessibility tests for sectioned-form in mobile view (#3326) (14e95c6)
blackbaud
published 12.0.0-beta.4 •

Changelog

Source

12.0.0-beta.4 (2025-04-01)

Features

  • components/theme: include modern v2 design tokens in generated styles (#3309) (cf4ccb0)

Bug Fixes

  • sdk/skyux-eslint: set module resolution to "Node16" to address pathing issues with @typescript-eslint/utils (#3316) (cc6922d)
blackbaud
published 12.0.0-beta.3 •

Changelog

Source

12.0.0-beta.3 (2025-03-31)

Features

  • components/ag-grid: add valueResourceObservable parameter for validator tooltip cell type (#3298) (#3304) (9290e76)
  • components/ag-grid: additional schematics for AG Grid 33 (#3312) (77333dd)
  • components/ag-grid: update to AG Grid 33.2.1 (#3313) (7a8b80c)
  • components/lookup: add allowAnyValue and highlightSearchText to autocomplete (#3310) (194e481)

Bug Fixes

  • components/layout: use smaller action button icon at xs breakpoint (#3308) (92a23e8)
  • components/lookup: add hover state for selection modal when using single select mode (#3306) (ded8e47)
  • components/lookup: use correct spacing in search icons (#3311) (a8b8285)
blackbaud
published 11.49.0 •

Changelog

Source

11.49.0 (2025-03-27)

Features

  • components/ag-grid: add valueResourceObservable parameter for validator tooltip cell type (#3298) (4ade97e)
blackbaud
published 12.0.0-beta.2 •

Changelog

Source

12.0.0-beta.2 (2025-03-27)

Features

  • components/theme: theme service validates if branding is available for the current theme when applying brands (#3301) (b35604f)
2345
47