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.
- package/dist/{command-center-v3-common-CRe6unVi.js → command-center-v3-common-faxQifez.js} +2183 -2184
- package/dist/command-center-v3-common.js +1 -1
- package/dist/command-center-v3-common.umd.cjs +14 -14
- package/dist/{hy-test-CuhN1ahe.js → hy-test-CR0JRtbJ.js} +1 -1
- package/dist/index.d.ts +2 -5
- package/package.json +1 -1
@@ -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-
|
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:
|
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:
|
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;
|