@ithinkdt/ui 4.0.0-500 → 4.0.0-501

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.
@@ -526,7 +526,7 @@ const DataDescriptions = /* @__PURE__ */ defineComponent({
526
526
  }, { immediate: !0 });
527
527
  let w = computed(() => ({ "--descriptions-cols": e.cols })), T = computed(() => mergeProps({
528
528
  ref: C,
529
- class: [`${S}__anchor`, anchorClass],
529
+ class: `${S}__anchor`,
530
530
  showBackground: !1,
531
531
  affix: !0
532
532
  }, e.anchor && typeof e.anchor == "object" ? e.anchor : {}));
@@ -1,5 +1,5 @@
1
1
  import "./use-i18n-D-AJ8KbA.js";
2
2
  import "./directives-Bpfh9AKg.js";
3
3
  import "./use-style-mj2B1q0l.js";
4
- import { _ as dataFormActionsProps, a as DtUserRender, b as DataActions, c as DataTable, d as DataPagination, f as DataLocaleInput, g as DataFormActions, h as DataForm, i as DtUserDept, l as useDataTableDrag, m as DataFilter, n as StateButtonProps, o as renderUsers, p as useLocaleEdit, r as DtDeptRender, s as NRadios, t as NStateButton, u as DataSelection, v as DataDescriptions, x as NCheckboxes, y as DataCustom } from "./components-CiS3C2t-.js";
4
+ import { _ as dataFormActionsProps, a as DtUserRender, b as DataActions, c as DataTable, d as DataPagination, f as DataLocaleInput, g as DataFormActions, h as DataForm, i as DtUserDept, l as useDataTableDrag, m as DataFilter, n as StateButtonProps, o as renderUsers, p as useLocaleEdit, r as DtDeptRender, s as NRadios, t as NStateButton, u as DataSelection, v as DataDescriptions, x as NCheckboxes, y as DataCustom } from "./components-C-o-dBCE.js";
5
5
  export { DataActions, DataCustom, DataDescriptions, DataFilter, DataForm, DataFormActions, DataLocaleInput, DataPagination, DataSelection, DataTable, DtDeptRender, DtUserDept, DtUserRender, NCheckboxes, NRadios, NStateButton, StateButtonProps, dataFormActionsProps, renderUsers, useDataTableDrag, useLocaleEdit };
package/dist/page.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { n as useI18n } from "./use-i18n-D-AJ8KbA.js";
2
2
  import "./directives-Bpfh9AKg.js";
3
3
  import "./use-style-mj2B1q0l.js";
4
- import { a as DtUserRender, h as DataForm, i as DtUserDept, r as DtDeptRender, s as NRadios, x as NCheckboxes } from "./components-CiS3C2t-.js";
4
+ import { a as DtUserRender, h as DataForm, i as DtUserDept, r as DtDeptRender, s as NRadios, x as NCheckboxes } from "./components-C-o-dBCE.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-500",
3
+ "version": "4.0.0-501",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",
@@ -89,7 +89,7 @@
89
89
  "vite": "npm:rolldown-vite@^7.2.8",
90
90
  "vue": "^3.5.25",
91
91
  "vue-router": "^4.6.3",
92
- "@ithinkdt/page": "^4.0.0-500"
92
+ "@ithinkdt/page": "^4.0.0-502"
93
93
  },
94
94
  "scripts": {
95
95
  "dev": "vite build --watch",