@ithinkdt/ui 4.0.0-120 → 4.0.0-121

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.
@@ -657,7 +657,7 @@ const DataForm = /* @__PURE__ */ defineComponent({
657
657
  type: b.showCancelBtn ? "primary" : "default",
658
658
  secondary: b.showCancelBtn
659
659
  }, { default: () => [b.resetText || C("common.page.form.resetText")] }),
660
- b.showCancelBtn === !1 && !G ? void 0 : createVNode(NButton, {
660
+ b.showCancelBtn === !1 || G ? void 0 : createVNode(NButton, {
661
661
  attrType: "button",
662
662
  disabled: b.disabled || x,
663
663
  onClick: D
@@ -1,5 +1,5 @@
1
1
  import "./use-i18n-Dx7V4KrY.js";
2
2
  import "./directives-DUuJW647.js";
3
3
  import "./use-style-DcT-1dj4.js";
4
- import { a as NRadios, c as DataSelection, d as useLocaleEdit, f as DataFilter, g as NCheckboxes, h as DataActions, i as renderUsers, l as DataPagination, m as DataCustom, n as DtUserDept, o as DataTable, p as DataForm, r as DtUserRender, s as useDataTableDrag, t as DtDeptRender, u as DataLocaleInput } from "./components-DFllLyV9.js";
4
+ import { a as NRadios, c as DataSelection, d as useLocaleEdit, f as DataFilter, g as NCheckboxes, h as DataActions, i as renderUsers, l as DataPagination, m as DataCustom, n as DtUserDept, o as DataTable, p as DataForm, r as DtUserRender, s as useDataTableDrag, t as DtDeptRender, u as DataLocaleInput } from "./components-DzRIHIhy.js";
5
5
  export { DataActions, DataCustom, DataFilter, DataForm, DataLocaleInput, DataPagination, DataSelection, DataTable, DtDeptRender, DtUserDept, DtUserRender, NCheckboxes, NRadios, renderUsers, useDataTableDrag, useLocaleEdit };
package/dist/page.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { n as useI18n } from "./use-i18n-Dx7V4KrY.js";
2
2
  import "./directives-DUuJW647.js";
3
3
  import "./use-style-DcT-1dj4.js";
4
- import { a as NRadios, g as NCheckboxes, n as DtUserDept, p as DataForm, r as DtUserRender, t as DtDeptRender } from "./components-DFllLyV9.js";
4
+ import { a as NRadios, g as NCheckboxes, n as DtUserDept, p as DataForm, r as DtUserRender, t as DtDeptRender } from "./components-DzRIHIhy.js";
5
5
  import { computed, createVNode, defineComponent, h, isVNode, mergeProps, ref, shallowRef, unref } from "vue";
6
6
  import { until } from "@vueuse/core";
7
7
  import { NButton, NCheckbox, NColorPicker, NDatePicker, NDrawer, NDrawerContent, NFlex, NInput, NInputNumber, NModal, NScrollbar, NSelect, NText, NUpload, useMessage } from "ithinkdt-ui";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/ui",
3
- "version": "4.0.0-120",
3
+ "version": "4.0.0-121",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",
@@ -86,7 +86,7 @@
86
86
  "ithinkdt-ui": "^1.8.0",
87
87
  "typescript": "~5.9.3",
88
88
  "unocss": ">=66.5.5",
89
- "vite": "npm:rolldown-vite@^7.2.2",
89
+ "vite": "npm:rolldown-vite@^7.2.3",
90
90
  "vue": "^3.5.24",
91
91
  "vue-router": "^4.6.3",
92
92
  "@ithinkdt/page": "^4.0.0-100"