@otwb/ui 2.0.32 → 2.0.33

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.
@@ -412,7 +412,7 @@ const DataCustom = /* @__PURE__ */ defineComponent({
412
412
  if (x.showFixed) {
413
413
  w.name + "";
414
414
  let e = w.name + "__table";
415
- request$1.post(`${request.baseUrl}${SERVER_CTX.SYS}/cli/module/custom-config/save`, {
415
+ request$1.post(`${SERVER_CTX.API_CTX}${SERVER_CTX.SYS}/cli/module/custom-config/save`, {
416
416
  __table: localStorage.getItem(e),
417
417
  url: w.name
418
418
  }, { requestType: "json" }).then((e) => {
@@ -753,7 +753,7 @@ const DataForm = /* @__PURE__ */ defineComponent({
753
753
  setup(b, { expose: x, emit: S }) {
754
754
  let C = useRoute(), w = () => {
755
755
  let e = C.name + "__form";
756
- C.name + "", request$1.post(`${request.baseUrl}${SERVER_CTX.SYS}/cli/module/custom-config/save`, {
756
+ C.name + "", request$1.post(`${SERVER_CTX.API_CTX}${SERVER_CTX.SYS}/cli/module/custom-config/save`, {
757
757
  __form: localStorage.getItem(e),
758
758
  url: C.name
759
759
  }, { requestType: "json" }).then((e) => {
@@ -928,9 +928,9 @@ const DataLocaleInput = /* @__PURE__ */ defineComponent({
928
928
  type: Array,
929
929
  default: () => [
930
930
  10,
931
- 20,
932
- 30,
933
- 50
931
+ 50,
932
+ 100,
933
+ 500
934
934
  ]
935
935
  }
936
936
  },
@@ -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-BZDefQzf.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-jc337PuP.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-BZDefQzf.js";
4
+ import { a as NRadios, g as NCheckboxes, n as DtUserDept, p as DataForm, r as DtUserRender, t as DtDeptRender } from "./components-jc337PuP.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.32",
3
+ "version": "2.0.33",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "otwb UI",