@ledvance/ui-biz-bundle 1.0.66 → 1.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.66",
7
+ "version": "1.0.67",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -16,6 +16,7 @@ import ColorTempAdjustView from '@ledvance/base/src/components/ColorTempAdjustVi
16
16
  import DeleteButton from '@ledvance/base/src/components/DeleteButton'
17
17
  import res from '@ledvance/base/src/res'
18
18
  import { ui_biz_routerKey } from '../../navigation/Routers'
19
+ import { delay } from 'lodash'
19
20
 
20
21
  const cx = Utils.RatioUtils.convertX
21
22
 
@@ -133,7 +134,7 @@ const BiorhythmEditPage = () => {
133
134
  confirmText: I18n.getLang('cancel_dialog_delete_item_wakeupschedule_answer_yes_text'),
134
135
  onConfirm: async (_, { close }) => {
135
136
  close()
136
- onDeleteBtnClick()
137
+ delay(onDeleteBtnClick, 200)
137
138
  },
138
139
  motionConfig:{
139
140
  hideDuration: 0,