command-center-v3-common 0.0.35 → 0.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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, ref as h, resolveComponent as y, openBlock as t, createElementBlock as o, createCommentVNode as r, createVNode as g, withCtx as w, createElementVNode as n, unref as e, toDisplayString as l, Fragment as v, renderList as b } from "vue";
2
- import { h as k, _ as D, $ as i } from "./command-center-v3-common-CRe6unVi.js";
2
+ import { h as k, _ as D, $ as i } from "./command-center-v3-common-faxQifez.js";
3
3
  function N(u) {
4
4
  return k.post({
5
5
  // /organization/orgTree
package/dist/index.d.ts CHANGED
@@ -1292,8 +1292,7 @@ type: ObjectConstructor;
1292
1292
  default: () => void;
1293
1293
  };
1294
1294
  modelValue: {
1295
- type: ObjectConstructor;
1296
- default: () => {};
1295
+ type: (StringConstructor | NumberConstructor)[];
1297
1296
  };
1298
1297
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1299
1298
  "update:modelValue": (...args: any[]) => void;
@@ -1316,14 +1315,12 @@ type: ObjectConstructor;
1316
1315
  default: () => void;
1317
1316
  };
1318
1317
  modelValue: {
1319
- type: ObjectConstructor;
1320
- default: () => {};
1318
+ type: (StringConstructor | NumberConstructor)[];
1321
1319
  };
1322
1320
  }>> & {
1323
1321
  "onUpdate:modelValue"?: (...args: any[]) => any;
1324
1322
  onGetListData?: (...args: any[]) => any;
1325
1323
  }, {
1326
- modelValue: Record<string, any>;
1327
1324
  column: Record<string, any>;
1328
1325
  selectList: unknown[];
1329
1326
  selectLabelKey: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "command-center-v3-common",
3
3
  "type": "module",
4
- "version": "0.0.35",
4
+ "version": "0.0.36",
5
5
  "main": "dist/command-center-v3-common.js",
6
6
  "module": "dist/command-center-v3-common.umd.cjs",
7
7
  "types": "dist/index.d.ts",