Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@delon-fork/theme

rushifeishi18MIT9.0.0TypeScript support: included

ng-alain theme system library.

delon, ng-alain, alain, antd, ng-zorro-antd, angular, component

readme

@delon/theme module Build Status NPM version

ng-alain theme system library.

Architecture

Architecture

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

License

The MIT License (see the LICENSE file for the full text)

changelog

17.3.1 (2024-03-18)

Bug Fixes

  • abc:cell: fix can't change detection of widget (#1787) (e9753cb)
  • abc:st: fix resizeable will trigger sorting or filter (#1788) (7939034)
  • cli: add ./ current fold in startup.service (#1780) (905014b)
  • theme: correct .no-data text color in dark (#1782) (c74c639)

17.3.0 (2024-03-13)

Bug Fixes

  • abc:reuse-tab: fix can't cache when component is not used (#1769) (4cb939b)
  • abc:st: fix sorting trigger misalignment in mulit-column (#1767) (4e9aab8)
  • update theme/package.json to depend on @delon/abc and @delon/form (#1766) (b7ea5ac)

Features

Breaking Changes

  • abc:cell widget data type changed to CellTextResult (#1771) (920b5ab)

17.2.0 (2024-02-02)

Bug Fixes

  • fix scrollbar thumb color default is transparent (#1761) (6861343)
  • form:widget:array: fix error remove notify (#1758) (4957399)

Features

17.1.0 (2024-01-20)

Bug Fixes

Features

Performance Improvements

17.0.5 (2023-12-25)

  • ci: add ng-less-javascript-enabled-patch (#1739) (35acf68), closes #1739
  • fix(abc:st): fix export mismatch (#1740) (a46f2ee), closes #1740
  • fix(form:array): fix invalid trackBy (#1741) (3e55228), closes #1741

17.0.4 (2023-12-20)

  • fix(abc:se): fix missing required of reactive (#1737) (a2ca109), closes #1737
  • fix(abc:sv): fix bottom spacing in border mode (#1732) (b5bea4e), closes #1732
  • fix(util:pipe:filter): use pure (#1735) (f374209), closes #1735
  • fix(cli): correct 'providers' spelling errors (#1731) (5eafa8f), closes #1731
  • chore: remove sandbox (#1730) (1869b59), closes #1730
  • ci: save yarn.lock to assets (#1729) (33a4952), closes #1729
  • docs: sc of demo (#1728) (3fc0180), closes #1728

17.0.3 (2023-12-08)

  • fix(theme:i18n): correct params type of i18e pipe (#1723) (bdf0e62), closes #1723
  • fix(cli): correct null value handling (#1724) (c88c9f2), closes #1724

17.0.2 (2023-11-27)

  • fix(cli): fix cannot find module @angular/cdk/schematics (#1721) (49a84a1), closes #1721

17.0.1 (2023-11-26)

  • fix(cli): fix node version (#1719) (df40bb3), closes #1719

17.0.0 (2023-11-26)

  • chore: add typescript.referencesCodeLens.enabled (#1679) (4d2d25c), closes #1679
  • chore: add data theme (#1684) (d364ec1), closes #1684
  • chore: bump zorro 17.0.1 (#1712) (4d9f353), closes #1712
  • chore: fix provideMockConfig (#1703) (ae1cc30), closes #1703
  • chore: fix interceptor (#1710) (54f4ea3), closes #1710
  • chore: fix ngDevMode (#1685) (2803dc8), closes #1685
  • chore: perf mock interceptor (#1713) (fa4dc94), closes #1713
  • chore: remove Hotjar script (#1683) (66e612d), closes #1683
  • chore: support standalone of site (#1696) (1dce440), closes #1696
  • chore: type of widget registry items (#1715) (7045cec), closes #1715
  • chore(cli): fix ng update (#1714) (a6c860e), closes #1714
  • chore(theme): add defaultLang (#1705) (dbc122e), closes #1705
  • chore(theme): add icon (#1706) (fcbb0a7), closes #1706
  • docs: unified NG-ALAIN text mark (#1677) (491a342), closes #1677
  • docs: upgrade angualr 17 (#1717) (0b423c5), closes #1717
  • perf: add provideDelonMockConfig (#1695) (683ab23), closes #1695
  • perf(*): support standalone (#1694) (d6e75a0), closes #1694
  • perf(*): use control flow (#1716) (bee524f), closes #1716
  • perf(theme): remove forRoot and forChild (#1688) (d1ed91e), closes #1688
  • chore(theme:preloader): support ssr (#1699) (501566b), closes #1699
  • feat(abc:cell): add provideCellWidgets (#1700) (7ea0daf), closes #1700
  • feat(abc:reuse-tab): add provide (#1707) (2f85357), closes #1707
  • feat(abc:st): add provideSTWidgets (#1701) (065316a), closes #1701
  • feat(theme:_httpclient): add timestampSecond (#1670) (051b087), closes #1670
  • feat(theme:pipe:date): add global config (#1711) (b3b93fa), closes #1711
  • perf(cli:update): automatically add @_mock path (#1675) (d014b54), closes #1675
  • perf(theme:preloader): fix loading order issues (#1691) (f09c324), closes #1691
  • style(*): clean instead of rational of style (#1674) (d9ea22f), closes #1674
  • style(*): bump prettier to 3.1.0 (#1708) (7f9e861), closes #1708
  • style(cli): fix prefer-self-closing-tags error (#1709) (1abe2d5), closes #1709
  • feat: add provideAlainConfig (#1689) (b9e0fad), closes #1689
  • feat(acl): remove forRoot (#1690) (4472d48), closes #1690
  • feat(auth): add provide (#1704) (c0c731b), closes #1704
  • feat(cli): support multiple projects (#1664) (e5476e2), closes #1664
  • feat(form): add provideSFConfig (#1702) (2404802), closes #1702
  • feat(mock): add mockInterceptor (#1698) (da051b2), closes #1698
  • feat(mock): support asynchronous of response (#1686) (d7980db), closes #1686
  • feat(testing): add delay function (#1682) (f83ea57), closes #1682
  • feat(theme): add provideAlain (#1697) (4311426), closes #1697
  • fix(theme): corrected menu can't scrolling (#1692) (2993297), closes #1692
  • build: remove networkEnv plugin instead of nnrm (#1680) (b7dbc68), closes #1680
  • build: support pnpm and update yarn to 4 (#1678) (b904b9a), closes #1678
  • build: update angualr 17 (#1687) (a8fc961), closes #1687
  • refactor(form): refining low-frequency widgets (#1668) (8ab0e82), closes #1668
  • ci: update node version (#1681) (acae2c3), closes #1681