Skip to content

Commit

Permalink
chore: remove ng-antd-color-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jun 30, 2024
1 parent cde8b78 commit d87228b
Show file tree
Hide file tree
Showing 7 changed files with 19,010 additions and 7,754 deletions.
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- remove ng-antd-color-picker
- styles javaenabled
- eslint upgrade
- 过期函数
- cli
- remove ng-less-javascript-enabled-patch
- [x] remove ng-antd-color-picker
- [ ] styles javaenabled
- [ ] eslint upgrade
- [ ] 过期函数
- [ ] cli
- [ ] remove ng-less-javascript-enabled-patch
-
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"isutf8": "^4.0.0",
"ng-antd-color-picker": "^1.1.0",
"ng-github-button": "^18.0.0",
"ng-zorro-antd": "^18.0.1",
"ngx-countdown": "^18.0.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/form/widgets/color/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Used when the user needs to customize the color selection.

## How to use

**Installation dependencies**

`yarn add ng-antd-color-picker`

Non-built-in modules need to additionally register `withColorWidget` in [json-schema](https://github.com/ng-alain/ng-alain/blob/master/src/app/shared/json-schema/index.ts#L9).

## API
Expand Down
4 changes: 0 additions & 4 deletions packages/form/widgets/color/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ type: Non-built-in widgets

## 如何使用

**安装依赖**

`yarn add ng-antd-color-picker`

非内置模块,需要额外在 [json-schema](https://github.com/ng-alain/ng-alain/blob/master/src/app/shared/json-schema/index.ts#L9) 注册 `withColorWidget`


Expand Down
1 change: 0 additions & 1 deletion src/app/core/code/files/package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default {
'@delon/form': '~17.0.3',
'@delon/util': '~17.0.3',
'ng-zorro-antd': '^17.1.0',
'ng-antd-color-picker': '^0.0.2',
ajv: '^8.12.0',
'ajv-formats': '^2.1.1',
'date-fns': '^2.16.1',
Expand Down
Loading

0 comments on commit d87228b

Please sign in to comment.