Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ng-alain/delon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14.3.0
Choose a base ref
...
head repository: ng-alain/delon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15.0.0
Choose a head ref
  • 11 commits
  • 100 files changed
  • 1 contributor

Commits on Dec 18, 2022

  1. Copy the full SHA
    656bd89 View commit details

Commits on Jan 6, 2023

  1. Copy the full SHA
    24082c9 View commit details
  2. Copy the full SHA
    42c4161 View commit details
  3. Copy the full SHA
    1f14da5 View commit details
  4. Copy the full SHA
    d4ad502 View commit details
  5. Copy the full SHA
    d641164 View commit details
  6. Copy the full SHA
    f8c0589 View commit details

Commits on Jan 7, 2023

  1. Copy the full SHA
    f08dc46 View commit details

Commits on Jan 9, 2023

  1. Copy the full SHA
    f7c77d6 View commit details
  2. cli: fix version (#1572)

    cipchk authored Jan 9, 2023
    Copy the full SHA
    94423d8 View commit details
  3. Copy the full SHA
    7fddfd6 View commit details
Showing with 637 additions and 1,927 deletions.
  1. +0 −16 .browserslistrc
  2. +2 −1 .stylelintrc
  3. +6 −94 CHANGELOG.md
  4. +11 −4 angular.json
  5. +8 −81 docs/changelog.en-US.md
  6. +8 −83 docs/changelog.zh-CN.md
  7. +9 −4 docs/faq.en-US.md
  8. +9 −4 docs/faq.zh-CN.md
  9. +0 −32 docs/upgrade-v14.en-US.md
  10. +0 −33 docs/upgrade-v14.zh-CN.md
  11. +35 −0 docs/upgrade-v15.en-US.md
  12. +37 −0 docs/upgrade-v15.zh-CN.md
  13. +70 −69 package.json
  14. +1 −1 packages/abc/pdf/pdf.component.ts
  15. +0 −1 packages/abc/st/st-column-source.ts
  16. +1 −1 packages/abc/st/st.component.html
  17. +0 −1 packages/abc/st/st.types.ts
  18. +0 −1 packages/auth/docs/getting-started.en-US.md
  19. +0 −1 packages/auth/docs/getting-started.zh-CN.md
  20. +0 −1 packages/auth/src/auth.config.ts
  21. +0 −45 packages/auth/src/token/base.interceptor.spec.ts
  22. +0 −22 packages/auth/src/token/base.interceptor.ts
  23. +0 −5 packages/form/src/errors.ts
  24. +12 −7 packages/form/src/widgets/select/select.widget.spec.ts
  25. +0 −53 packages/polyfills.ts
  26. +0 −15 packages/test.ts
  27. +5 −1 packages/theme/layout-default/index.en-US.md
  28. +5 −1 packages/theme/layout-default/index.zh-CN.md
  29. +24 −0 packages/theme/layout-default/layout-top-menu-item.ts
  30. +3 −1 packages/theme/layout-default/layout.module.ts
  31. +1 −0 packages/theme/layout-default/public_api.ts
  32. +23 −1 packages/theme/layout-default/style/_header.less
  33. +2 −0 packages/theme/layout-default/style/theme-compact.less
  34. +3 −1 packages/theme/layout-default/style/theme-default.less
  35. +1 −1 packages/theme/setting-drawer/setting-drawer.component.ts
  36. +0 −40 packages/theme/src/services/menu/menu.service.spec.ts
  37. +0 −51 packages/theme/src/services/menu/menu.service.ts
  38. +0 −1 packages/tsconfig.json
  39. +1 −1 packages/tsconfig.spec.json
  40. +0 −6 packages/util/config/auth/auth.type.ts
  41. +2 −2 packages/util/form/validate.spec.ts
  42. +6 −1 packages/util/format/validate.spec.ts
  43. +1 −1 packages/util/format/validate.ts
  44. +0 −13 packages/util/other/lazy.service.ts
  45. +2 −1 schematics/application/index.ts
  46. +4 −14 schematics/migration.json
  47. +2 −2 schematics/ng-add/index.ts
  48. +1 −1 schematics/ng-update/data/attribute-selectors.ts
  49. +1 −1 schematics/ng-update/data/class-names.ts
  50. +1 −1 schematics/ng-update/data/constructor-checks.ts
  51. +1 −1 schematics/ng-update/data/css-selectors.ts
  52. +1 −1 schematics/ng-update/data/element-selectors.ts
  53. +1 −1 schematics/ng-update/data/input-names.ts
  54. +1 −1 schematics/ng-update/data/method-call-checks.ts
  55. +1 −1 schematics/ng-update/data/output-names.ts
  56. +1 −1 schematics/ng-update/data/property-names.ts
  57. +4 −17 schematics/ng-update/index.ts
  58. +0 −29 schematics/ng-update/test-cases/v12/deprecated-src.spec.ts
  59. +0 −26 schematics/ng-update/upgrade-rules/checks/_src-to-nz-image-rule.ts
  60. +0 −335 schematics/ng-update/upgrade-rules/v12/index.spec.ts
  61. +0 −187 schematics/ng-update/upgrade-rules/v12/index.ts
  62. +0 −13 schematics/ng-update/upgrade-rules/v12/schema.json
  63. +0 −4 schematics/ng-update/upgrade-rules/v12/schema.ts
  64. +0 −39 schematics/ng-update/upgrade-rules/v13/index.spec.ts
  65. +0 −110 schematics/ng-update/upgrade-rules/v13/index.ts
  66. +0 −305 schematics/ng-update/upgrade-rules/v14/index.spec.ts
  67. +0 −91 schematics/ng-update/upgrade-rules/v14/index.ts
  68. +20 −0 schematics/ng-update/upgrade-rules/v15/index.spec.ts
  69. +38 −0 schematics/ng-update/upgrade-rules/v15/index.ts
  70. +3 −1 schematics/package.json
  71. +4 −1 schematics/plugin/plugin.icon.ts
  72. +1 −1 schematics/tpl/schema.json
  73. +15 −0 schematics/utils/less.ts
  74. +0 −1 scripts/ci/build-schematics.sh
  75. +3 −1 scripts/ci/utils.sh
  76. +4 −4 scripts/publish/publish.sh
  77. +5 −5 scripts/site/route-paths.txt
  78. +1 −1 src/app/core/code/files/sandbox.config.json.ts
  79. +1 −1 src/app/layout/header/header.component.html
  80. +8 −4 src/app/layout/header/header.component.ts
  81. +48 −3 src/dev/layout.component.ts
  82. +24 −0 src/styles/_colors.less
  83. +6 −6 src/styles/_common.less
  84. +3 −0 src/styles/_content.less
  85. +1 −0 src/styles/_custom.less
  86. +4 −0 src/styles/_demo.less
  87. +8 −0 src/styles/_drawer.less
  88. +20 −1 src/styles/_footer.less
  89. +4 −0 src/styles/_header.less
  90. +2 −4 src/styles/_hljs.less
  91. +31 −4 src/styles/_home.less
  92. +29 −1 src/styles/_markdown.less
  93. +1 −0 src/styles/_not-found.less
  94. 0 src/styles/_responsive.less
  95. +5 −0 src/styles/_theme-btn.less
  96. +1 −0 src/styles/_toc.less
  97. +3 −0 src/styles/_utils.less
  98. +19 −0 src/styles/dark.less
  99. +0 −2 src/styles/index.less
  100. +18 −7 tsconfig.json
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@
}
],
"no-invalid-double-slash-comments": null,
"indentation": [ 2 ]
"indentation": [ 2 ],
"import-notation": "string"
}
}
100 changes: 6 additions & 94 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,102 +1,14 @@
# [14.3.0](https://github.com/ng-alain/delon/compare/14.2.0...14.3.0) (2022-12-04)


### Bug Fixes

* **abc:st:** fix misalignment ([#1556](https://github.com/ng-alain/delon/issues/1556)) ([5a77920](https://github.com/ng-alain/delon/commit/5a77920cae0e5db1d3400d68b13d712514de7a77))
* **abc:st:** fix miss built-in style in head ([#1560](https://github.com/ng-alain/delon/issues/1560)) ([41fbae0](https://github.com/ng-alain/delon/commit/41fbae0483ec076f5265053736c0286d5f49c0cd))
* **abc:st:** fix shadow spacing in truncate ([#1558](https://github.com/ng-alain/delon/issues/1558)) ([4b00b21](https://github.com/ng-alain/delon/commit/4b00b213fbf69da060f71618e2e9df8749f71363))
* **from:** fix can't detect change when call `setValue` ([#1554](https://github.com/ng-alain/delon/issues/1554)) ([bc609b3](https://github.com/ng-alain/delon/commit/bc609b3172ebcf04511e0cc6437f8d8b2bc1d7b2))


### Features

* **abc:st:** `columns` support `null`, `undefined` ([#1559](https://github.com/ng-alain/delon/issues/1559)) ([c74c992](https://github.com/ng-alain/delon/commit/c74c992c18167bef7b5f3bc2c3fa4da00414bf53))
* **abc:sv:** add `hideLabel` property ([#1553](https://github.com/ng-alain/delon/issues/1553)) ([f71351b](https://github.com/ng-alain/delon/commit/f71351bbd6a5841cae4ef077cae62b72255bdc81))
* **theme:default:** add `LayoutDefaultService` service ([#1561](https://github.com/ng-alain/delon/issues/1561)) ([bf90034](https://github.com/ng-alain/delon/commit/bf9003488508f4221f38174ce25ead2a1da39c7a))



# [14.2.0](https://github.com/ng-alain/delon/compare/14.1.1...14.2.0) (2022-11-11)

# [15.0.0](https://github.com/ng-alain/delon/compare/14.3.0...15.0.0) (2023-01-09)

### Bug Fixes

* **abc:st:** fix miss center title when set sort ([#1547](https://github.com/ng-alain/delon/issues/1547)) ([86c8ca1](https://github.com/ng-alain/delon/commit/86c8ca188f4398c30b69877b8c8874ad5b71d096))
* **abc:st:** fix use pure recoard data for modal params ([#1541](https://github.com/ng-alain/delon/issues/1541)) ([04e97f1](https://github.com/ng-alain/delon/commit/04e97f1aa1fbc4e883bea8c8abdde462f068df95))
* **cli:** upgrade `ng-alain-plugin-theme` ([#1545](https://github.com/ng-alain/delon/issues/1545)) ([591b604](https://github.com/ng-alain/delon/commit/591b60493d777e10bfd1b820d02b3f3151ff29fd))
* **theme:setting-drawer:** add `lessJs` property ([#1544](https://github.com/ng-alain/delon/issues/1544)) ([9c5a1da](https://github.com/ng-alain/delon/commit/9c5a1da6b84e786ee7ba0051bebd6effb10ef083))
* **abc:st:** fix `className` not applied to title ([#1569](https://github.com/ng-alain/delon/issues/1569)) ([d641164](https://github.com/ng-alain/delon/commit/d6411640f54bb41ebff254b2b221dc200a635a21))
* **abc:theme-default:** remove unused parameter ([#1563](https://github.com/ng-alain/delon/issues/1563)) ([656bd89](https://github.com/ng-alain/delon/commit/656bd8993d9957697992842b2f25ad66e91e1a7f))
* **cli:** fix `name` points to an invalid index ([#1568](https://github.com/ng-alain/delon/issues/1568)) ([d4ad502](https://github.com/ng-alain/delon/commit/d4ad50259e398cbbf680b1bc2f7aca1d7eb14e1e))


### Features

* **abc:exception:** add `typeDict` of global config ([#1551](https://github.com/ng-alain/delon/issues/1551)) ([a408cbb](https://github.com/ng-alain/delon/commit/a408cbb0b5724221d9f9540c28226986ba43502d))
* **abc:hotkey:** add hotkey component ([#1538](https://github.com/ng-alain/delon/issues/1538)) ([6913f01](https://github.com/ng-alain/delon/commit/6913f01f00f06c778cf454a8662fb48231c04377))
* **abc:notice-icon:** add `centered` property ([#1546](https://github.com/ng-alain/delon/issues/1546)) ([df01dcc](https://github.com/ng-alain/delon/commit/df01dcc6c51e8bf6a13cfa1bf1a51f691ae87a7d))
* **cli:sta:** add `tagsMapping` property ([#1549](https://github.com/ng-alain/delon/issues/1549)) ([4ed1aa4](https://github.com/ng-alain/delon/commit/4ed1aa4c677ebc572c6df1337a75e29c76d869ae))
* **util:other:lazy:** add `attriburte` property ([#1548](https://github.com/ng-alain/delon/issues/1548)) ([a197bb1](https://github.com/ng-alain/delon/commit/a197bb1453b72b5645878dedd55f17d3436f93ae))



## [14.1.1](https://github.com/ng-alain/delon/compare/14.1.0...14.1.1) (2022-10-14)


### Bug Fixes

* **form:** fix form multiple bind visibility ([#1531](https://github.com/ng-alain/delon/issues/1531)) ([a4e62ef](https://github.com/ng-alain/delon/commit/a4e62ef49b31f42beb850eb02aa53de536165df8))
* **form:** fix missing error style ([#1537](https://github.com/ng-alain/delon/issues/1537)) ([14a7388](https://github.com/ng-alain/delon/commit/14a7388443805ed1f06e2ed81008ab51547e4c75))



## [14.1.0](https://github.com/ng-alain/delon/compare/14.0.0...14.1.0) (2022-10-09)


### Bug Fixes

* **abc:reuse-tab:** fix can't refresh current tab ([#1529](https://github.com/ng-alain/delon/issues/1529)) ([2fb2d2b](https://github.com/ng-alain/delon/commit/2fb2d2b3af7c10255c0f0b4c82a823cee6c2c1d9))
* **abc:st:** fix built-in style into to `className` ([#1525](https://github.com/ng-alain/delon/issues/1525)) ([b9e433d](https://github.com/ng-alain/delon/commit/b9e433da4a5d9fc0e88e5707753be4a8a3821a61))
* **abc:st:** fix can't close panel when `showOPArea` is `true` ([#1527](https://github.com/ng-alain/delon/issues/1527)) ([7d8fbf5](https://github.com/ng-alain/delon/commit/7d8fbf56e369cb58ef189f5df41f8020369ca8b9))
* **abc:st:** fix click trigger on blank area of sub-menus ([#1534](https://github.com/ng-alain/delon/issues/1534)) ([a807429](https://github.com/ng-alain/delon/commit/a80742910dfd1e4ce1e9c184469e49422ffb1a63))
* **cli:** fix correctly returns undefined ([#1533](https://github.com/ng-alain/delon/issues/1533)) ([8b0be4c](https://github.com/ng-alain/delon/commit/8b0be4ca90b28a311262e000a27d5180015ce533))
* **cli:** fix merge `allowedCommonJsDependencies` ([#1526](https://github.com/ng-alain/delon/issues/1526)) ([c43afb8](https://github.com/ng-alain/delon/commit/c43afb837e2619d1d92067c3fce78234ad5c814e))


### Features

* **cli:** add dynamic start page ([#1524](https://github.com/ng-alain/delon/issues/1524)) ([1e1c165](https://github.com/ng-alain/delon/commit/1e1c165c97a3ebef427a8558f474366bac75651f))



# [14.0.0](https://github.com/ng-alain/delon/compare/13.5.2...14.0.0) (2022-08-27)


### Bug Fixes

* **abc:se:** fix missing error style ([#1517](https://github.com/ng-alain/delon/issues/1517)) ([c01e3de](https://github.com/ng-alain/delon/commit/c01e3de016a3beaf241c2d94b2e034b71b7b60d9))
* **form:** fix width style ([#1504](https://github.com/ng-alain/delon/issues/1504)) ([8ab8956](https://github.com/ng-alain/delon/commit/8ab89562255b561f2582f85ef9aa81b69e754e88))
* **forum:array:** fix invalid `minItems` ([#1511](https://github.com/ng-alain/delon/issues/1511)) ([923d4f4](https://github.com/ng-alain/delon/commit/923d4f40c4ee43a17e159f95e355478aaeb6cf6b))
* **theme:** fix missing xl style in vertical ([#1506](https://github.com/ng-alain/delon/issues/1506)) ([5e1edee](https://github.com/ng-alain/delon/commit/5e1edeef6c8123b6a730006db337501b086cb874))


### Features

* **abc:observers:** add `[observeSize]` directive ([#1501](https://github.com/ng-alain/delon/issues/1501)) ([8bebd30](https://github.com/ng-alain/delon/commit/8bebd30e7d32a8a2c5068a787b993a28330fd3f1))
* **abc:pdf:** add `eventBus` property ([#1492](https://github.com/ng-alain/delon/issues/1492)) ([57f340f](https://github.com/ng-alain/delon/commit/57f340f497451e3548893fe6cf2726a349a46735))
* **abc:reuse-tab:** add `canClose` property ([#1497](https://github.com/ng-alain/delon/issues/1497)) ([347745a](https://github.com/ng-alain/delon/commit/347745ae2f7faa0c6a3780b62a422021fa424b7c))
* **abc:reuse-tab:** support status of the last browser closed ([#1493](https://github.com/ng-alain/delon/issues/1493)) ([94f2986](https://github.com/ng-alain/delon/commit/94f2986413a01ab658c861866d77cc529a4c5e0d))
* **abc:st:** add function of `reName` ([#1500](https://github.com/ng-alain/delon/issues/1500)) ([9a0c96e](https://github.com/ng-alain/delon/commit/9a0c96eed22436a566221943fe01dfa520bbbccf))
* **abc:st:** add whether to ignore `null` or `undefined` value ([#1515](https://github.com/ng-alain/delon/issues/1515)) ([4747bcd](https://github.com/ng-alain/delon/commit/4747bcdc476ee819bc229b52823fed1f5349be67))
* add `ALLOW_ANONYMOUS`, `CUSTOM_ERROR`, `IGNORE_BASE_URL`, `RAW_BODY` ([#1486](https://github.com/ng-alain/delon/issues/1486)) ([4a6755e](https://github.com/ng-alain/delon/commit/4a6755ef078275ee3ae4cd996570cd9259ab5aec))
* **form:** add `hide` property ([#1516](https://github.com/ng-alain/delon/issues/1516)) ([6df7c38](https://github.com/ng-alain/delon/commit/6df7c389b505a71667f71b96d05e818676172537))
* **form:** add `visibleIfLogical` logical type ([#1496](https://github.com/ng-alain/delon/issues/1496)) ([7af1397](https://github.com/ng-alain/delon/commit/7af13975d93a856fcbb5195bd9da3d2cf0fddf68))
* **theme:title:** add `selector` property ([#1487](https://github.com/ng-alain/delon/issues/1487)) ([b15f35f](https://github.com/ng-alain/delon/commit/b15f35f6603402595c59ec1b8b38703c4c4da2aa))
* **theme:** add `RAW_BODY` token ([#1521](https://github.com/ng-alain/delon/issues/1521)) ([4684d9c](https://github.com/ng-alain/delon/commit/4684d9c7ef10da94e311fd3e8b8f719ce21e28e6))
* **util:** add `omit` ([#1519](https://github.com/ng-alain/delon/issues/1519)) ([15bb062](https://github.com/ng-alain/delon/commit/15bb062240d282e7635bea90cdff31d732618d40))


### Performance Improvements

* **cli:** ignore ajv ([#1498](https://github.com/ng-alain/delon/issues/1498)) ([1a6b107](https://github.com/ng-alain/delon/commit/1a6b10758e42262accd3dfc212354b3af3f26402))
* **cli:** sync rxjs version when ng update ([#1508](https://github.com/ng-alain/delon/issues/1508)) ([b682374](https://github.com/ng-alain/delon/commit/b682374b33502ddf53c83c31eb65fa5d9b131dc4))

* **theme:layout-default:** add `layout-default-top-menu-item` ([#1570](https://github.com/ng-alain/delon/issues/1570)) ([f08dc46](https://github.com/ng-alain/delon/commit/f08dc46af7ad9ca5cf3e4fa5b0daef2cfbc0b4a5))
* **util:format:** support scientific notation of `isNum` ([#1567](https://github.com/ng-alain/delon/issues/1567)) ([f8c0589](https://github.com/ng-alain/delon/commit/f8c05894e0a10fb6037275103b921698ca072494))

15 changes: 11 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
@@ -183,14 +183,21 @@
"options": {
"main": "packages/test.ts",
"karmaConfig": "packages/karma.conf.js",
"polyfills": "packages/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "packages/tsconfig.spec.json",
"scripts": ["node_modules/@antv/g2/dist/g2.min.js", "node_modules/@antv/data-set/dist/data-set.js"],
"codeCoverageExclude": ["schematics/**", "packages/testing/**"]
"codeCoverageExclude": ["schematics/**", "packages/testing/**"],
"include": [
"./test.ts",
// "**/select.widget.spec.ts"
"**/*.spec.ts"
]
}
}
}
}
},
"defaultProject": "site"
}
}
Loading