command-center-v3-common 0.0.34 → 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-DAVahsX-.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
@@ -1274,6 +1274,59 @@ onOnRowcClick?: (...args: any[]) => any;
1274
1274
  footer?(_: {}): any;
1275
1275
  }>;
1276
1276
 
1277
+ export declare const HyTableHead: DefineComponent< {
1278
+ selectList: {
1279
+ type: ArrayConstructor;
1280
+ default: () => any[];
1281
+ };
1282
+ selectLabelKey: {
1283
+ type: StringConstructor;
1284
+ default: () => string;
1285
+ };
1286
+ selectValueKey: {
1287
+ type: StringConstructor;
1288
+ default: () => string;
1289
+ };
1290
+ column: {
1291
+ type: ObjectConstructor;
1292
+ default: () => void;
1293
+ };
1294
+ modelValue: {
1295
+ type: (StringConstructor | NumberConstructor)[];
1296
+ };
1297
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1298
+ "update:modelValue": (...args: any[]) => void;
1299
+ getListData: (...args: any[]) => void;
1300
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
1301
+ selectList: {
1302
+ type: ArrayConstructor;
1303
+ default: () => any[];
1304
+ };
1305
+ selectLabelKey: {
1306
+ type: StringConstructor;
1307
+ default: () => string;
1308
+ };
1309
+ selectValueKey: {
1310
+ type: StringConstructor;
1311
+ default: () => string;
1312
+ };
1313
+ column: {
1314
+ type: ObjectConstructor;
1315
+ default: () => void;
1316
+ };
1317
+ modelValue: {
1318
+ type: (StringConstructor | NumberConstructor)[];
1319
+ };
1320
+ }>> & {
1321
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1322
+ onGetListData?: (...args: any[]) => any;
1323
+ }, {
1324
+ column: Record<string, any>;
1325
+ selectList: unknown[];
1326
+ selectLabelKey: string;
1327
+ selectValueKey: string;
1328
+ }, {}>;
1329
+
1277
1330
  export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
1278
1331
 
1279
1332
  export declare const HyUserHead: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<RoundButton_2>, {
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.34",
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",