@otwb/ui 2.0.35 → 2.0.36

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.
@@ -11,6 +11,7 @@ import { request } from "@otwb/common/request";
11
11
  import { pickProps } from "@otwb/common/object";
12
12
  import { PAGE_INJECTION, useFormModal } from "@otwb/page";
13
13
  import { Sortable as Sortable$1 } from "sortablejs";
14
+ import "lg.table-plus";
14
15
  import useLocale from "ithinkdt-ui/es/_mixins/use-locale.mjs";
15
16
  import { flattenTree, walkTree } from "@otwb/common";
16
17
  const NCheckboxes = /* @__PURE__ */ defineComponent({
@@ -930,6 +931,7 @@ const DataLocaleInput = /* @__PURE__ */ defineComponent({
930
931
  10,
931
932
  50,
932
933
  100,
934
+ 200,
933
935
  500
934
936
  ]
935
937
  }
@@ -1172,6 +1174,7 @@ const DataTable = /* @__PURE__ */ defineComponent({
1172
1174
  });
1173
1175
  };
1174
1176
  return () => createVNode(NDataTable, {
1177
+ id: "table-wrap",
1175
1178
  class: O,
1176
1179
  data: e.data,
1177
1180
  columns: L.value,
@@ -1,5 +1,5 @@
1
1
  import "./use-i18n-Dx7V4KrY.js";
2
2
  import "./directives-CRvPGywW.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-DSGssYMr.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-CkECmA7m.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-CRvPGywW.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-DSGssYMr.js";
4
+ import { a as NRadios, g as NCheckboxes, n as DtUserDept, p as DataForm, r as DtUserRender, t as DtDeptRender } from "./components-CkECmA7m.js";
5
5
  import { computed, createVNode, defineComponent, h, isVNode, mergeProps, nextTick, 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": "@otwb/ui",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "otwb UI",
@@ -62,6 +62,7 @@
62
62
  "@vicons/antd": "^0.13.0",
63
63
  "@vueuse/core": "^14.0.0",
64
64
  "date-fns": "^4.1.0",
65
+ "lg.table-plus": "^0.0.2",
65
66
  "nanoid": "^5.1.6",
66
67
  "sortablejs": "^1.15.6",
67
68
  "vueuc": "^0.4.65",