Skip to content

Commit

Permalink
fix: supplement datepicker component (#4943)
Browse files Browse the repository at this point in the history
* fix: supplement datepicker component

* chore: typo
  • Loading branch information
anncwb authored Nov 24, 2024
1 parent dbcb713 commit 3587ec5
Show file tree
Hide file tree
Showing 5 changed files with 1,480 additions and 2,250 deletions.
2 changes: 2 additions & 0 deletions apps/web-ele/src/adapter/component/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
ElButton,
ElCheckbox,
ElCheckboxGroup,
ElDatePicker,
ElDivider,
ElInput,
ElInputNumber,
Expand Down Expand Up @@ -79,6 +80,7 @@ async function initComponentAdapter() {
Space: ElSpace,
Switch: ElSwitch,
TimePicker: ElTimePicker,
DatePicker: ElDatePicker,
TreeSelect: withDefaultPlaceholder(ElTreeSelect, 'select'),
Upload: ElUpload,
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"node": ">=20.10.0",
"pnpm": ">=9.12.0"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down
2 changes: 0 additions & 2 deletions packages/@core/base/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,11 @@
"dependencies": {
"@ctrl/tinycolor": "catalog:",
"@tanstack/vue-store": "catalog:",
"@types/lodash.get": "catalog:",
"@vue/shared": "catalog:",
"clsx": "catalog:",
"dayjs": "catalog:",
"defu": "catalog:",
"lodash.clonedeep": "catalog:",
"lodash.get": "catalog:",
"nprogress": "catalog:",
"tailwind-merge": "catalog:",
"theme-colors": "catalog:"
Expand Down
Loading

0 comments on commit 3587ec5

Please sign in to comment.