@ithinkdt/ui 4.0.0-400 → 4.0.0-401

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.
Files changed (2) hide show
  1. package/dist/page.js +2 -0
  2. package/package.json +1 -1
package/dist/page.js CHANGED
@@ -204,6 +204,8 @@ function createPageFormHelper({ getUserGroups: n, getUsersByGroup: u, getDeptsBy
204
204
  depth: 2,
205
205
  style: "line-height: 1.25"
206
206
  }, { default: () => [l ? format(l, g) : ""] }) : h(NDatePicker, {
207
+ actions: null,
208
+ updateValueOnClose: !0,
207
209
  clearable: !0,
208
210
  ...v,
209
211
  ...p,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/ui",
3
- "version": "4.0.0-400",
3
+ "version": "4.0.0-401",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",