cnhis-design-vue 3.3.3-beta.1 → 3.3.3-beta.10

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.
Files changed (87) hide show
  1. package/README.md +87 -87
  2. package/es/components/audio-sdk/src/Index.vue2.js +7 -7
  3. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  4. package/es/components/audio-sdk/src/components/recording.vue2.js +16 -2
  5. package/es/components/big-table/src/components/NoData.vue2.js +8 -1
  6. package/es/components/big-table/src/hooks/useTableParse.js +8 -1
  7. package/es/components/button-print/index.d.ts +2 -1
  8. package/es/components/button-print/src/ButtonPrint.vue.d.ts +2 -1
  9. package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
  10. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -1
  11. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +8 -5
  12. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +4 -1
  13. package/es/components/button-print/src/utils/print.d.ts +2 -2
  14. package/es/components/button-print/src/utils/print.js +29 -20
  15. package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
  16. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  17. package/es/components/expand-field/index.d.ts +639 -0
  18. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +639 -0
  19. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +639 -0
  20. package/es/components/expand-field/src/components/form.vue.d.ts +639 -0
  21. package/es/components/expand-field/src/components/form.vue2.js +8 -1
  22. package/es/components/expand-field/src/index.vue.d.ts +639 -0
  23. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  24. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  25. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  26. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  27. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  28. package/es/components/iho-chat/style/index.css +1 -1
  29. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  30. package/es/components/index.css +1 -1
  31. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  32. package/es/components/scale-view/index.d.ts +26 -15
  33. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  34. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  35. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  36. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  37. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  38. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  39. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  40. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  41. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  42. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  43. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  44. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  45. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  46. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  47. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  48. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  49. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  50. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  51. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  52. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  53. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  54. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  55. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  56. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  57. package/es/components/scale-view/style/index.css +1 -1
  58. package/es/components/select-person/index.d.ts +639 -0
  59. package/es/components/select-person/src/SelectPerson.vue.d.ts +305 -347
  60. package/es/components/select-person/src/SelectPerson.vue2.js +477 -678
  61. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  62. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  63. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  64. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  65. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  66. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  67. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  68. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  69. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  70. package/es/components/select-person/src/index.vue.d.ts +639 -0
  71. package/es/components/select-person/src/index.vue2.js +15 -2
  72. package/es/components/select-person/src/types/index.d.ts +35 -0
  73. package/es/components/select-person/src/types/index.js +1 -0
  74. package/es/components/select-person/src/utils/index.d.ts +1 -0
  75. package/es/components/select-person/src/utils/index.js +6 -8
  76. package/es/components/select-person/style/index.css +1 -1
  77. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  78. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  79. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  80. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  81. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  82. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  83. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  84. package/es/env.d.ts +25 -25
  85. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  86. package/es/shared/package.json.js +1 -1
  87. package/package.json +2 -2
@@ -106,6 +106,18 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
106
106
  onlyForwardCascade: {
107
107
  type: BooleanConstructor;
108
108
  };
109
+ height: {
110
+ type: StringConstructor;
111
+ default: string;
112
+ };
113
+ hideLeaf: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ itemKey: {
118
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
119
+ default: undefined;
120
+ };
109
121
  }, {
110
122
  $attrs: {
111
123
  [x: string]: unknown;
@@ -217,6 +229,18 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
217
229
  onlyForwardCascade: {
218
230
  type: BooleanConstructor;
219
231
  };
232
+ height: {
233
+ type: StringConstructor;
234
+ default: string;
235
+ };
236
+ hideLeaf: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
240
+ itemKey: {
241
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
242
+ default: undefined;
243
+ };
220
244
  }>> & {
221
245
  onCheck?: ((...args: any[]) => any) | undefined;
222
246
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1247,6 +1271,594 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1247
1271
  roleFields: Record<string, any>;
1248
1272
  forceShowSelectAll: boolean;
1249
1273
  onlyForwardCascade: boolean;
1274
+ }> | import("vue").DefineComponent<{
1275
+ defaultList: {
1276
+ type: import("vue").PropType<((string | number) | {
1277
+ [key: string]: any;
1278
+ key: string | number;
1279
+ })[]>;
1280
+ default: () => never[];
1281
+ };
1282
+ data: {
1283
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1284
+ default: () => never[];
1285
+ };
1286
+ searchPlaceholder: {
1287
+ type: StringConstructor;
1288
+ default: string;
1289
+ };
1290
+ searchButtonText: {
1291
+ type: StringConstructor;
1292
+ default: string;
1293
+ };
1294
+ wordbook: {
1295
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1296
+ default: () => {};
1297
+ };
1298
+ wordbookChild: {
1299
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1300
+ default: () => {};
1301
+ };
1302
+ showCount: {
1303
+ type: BooleanConstructor;
1304
+ default: boolean;
1305
+ };
1306
+ showClear: {
1307
+ type: BooleanConstructor;
1308
+ default: boolean;
1309
+ };
1310
+ multiple: {
1311
+ type: BooleanConstructor;
1312
+ default: boolean;
1313
+ };
1314
+ searchInner: {
1315
+ type: BooleanConstructor;
1316
+ default: boolean;
1317
+ };
1318
+ searchFilter: {
1319
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1320
+ default: () => {};
1321
+ };
1322
+ treeSetting: {
1323
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1324
+ default: () => {};
1325
+ };
1326
+ queryLoadChildData: {
1327
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1328
+ default: undefined;
1329
+ };
1330
+ queryTreeSearch: {
1331
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1332
+ default: () => Promise<never[]>;
1333
+ };
1334
+ forceShowSelectAll: {
1335
+ type: BooleanConstructor;
1336
+ };
1337
+ uncheckableField: {
1338
+ type: StringConstructor;
1339
+ };
1340
+ onlyForwardCascade: {
1341
+ type: BooleanConstructor;
1342
+ };
1343
+ height: {
1344
+ type: StringConstructor;
1345
+ };
1346
+ hideLeaf: {
1347
+ type: BooleanConstructor;
1348
+ default: boolean;
1349
+ };
1350
+ itemKey: {
1351
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1352
+ default: undefined;
1353
+ };
1354
+ }, {
1355
+ $message: import("naive-ui").MessageApi;
1356
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1357
+ defaultList: {
1358
+ type: import("vue").PropType<((string | number) | {
1359
+ [key: string]: any;
1360
+ key: string | number;
1361
+ })[]>;
1362
+ default: () => never[];
1363
+ };
1364
+ data: {
1365
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1366
+ default: () => never[];
1367
+ };
1368
+ searchPlaceholder: {
1369
+ type: StringConstructor;
1370
+ default: string;
1371
+ };
1372
+ searchButtonText: {
1373
+ type: StringConstructor;
1374
+ default: string;
1375
+ };
1376
+ wordbook: {
1377
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1378
+ default: () => {};
1379
+ };
1380
+ wordbookChild: {
1381
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1382
+ default: () => {};
1383
+ };
1384
+ showCount: {
1385
+ type: BooleanConstructor;
1386
+ default: boolean;
1387
+ };
1388
+ showClear: {
1389
+ type: BooleanConstructor;
1390
+ default: boolean;
1391
+ };
1392
+ multiple: {
1393
+ type: BooleanConstructor;
1394
+ default: boolean;
1395
+ };
1396
+ searchInner: {
1397
+ type: BooleanConstructor;
1398
+ default: boolean;
1399
+ };
1400
+ searchFilter: {
1401
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1402
+ default: () => {};
1403
+ };
1404
+ treeSetting: {
1405
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1406
+ default: () => {};
1407
+ };
1408
+ queryLoadChildData: {
1409
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1410
+ default: undefined;
1411
+ };
1412
+ queryTreeSearch: {
1413
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1414
+ default: () => Promise<never[]>;
1415
+ };
1416
+ forceShowSelectAll: {
1417
+ type: BooleanConstructor;
1418
+ };
1419
+ uncheckableField: {
1420
+ type: StringConstructor;
1421
+ };
1422
+ onlyForwardCascade: {
1423
+ type: BooleanConstructor;
1424
+ };
1425
+ height: {
1426
+ type: StringConstructor;
1427
+ };
1428
+ hideLeaf: {
1429
+ type: BooleanConstructor;
1430
+ default: boolean;
1431
+ };
1432
+ itemKey: {
1433
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1434
+ default: undefined;
1435
+ };
1436
+ }>> & {}>>;
1437
+ emit: any;
1438
+ keyword: import("vue").Ref<string>;
1439
+ checkedAll: import("vue").Ref<boolean>;
1440
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1441
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1442
+ treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1443
+ treeAsyncData: import("vue").Ref<{
1444
+ [x: string]: any;
1445
+ key: string | number;
1446
+ label: string;
1447
+ name: string;
1448
+ labelExpand: string;
1449
+ parentKey?: (string | number) | undefined;
1450
+ parentName: string;
1451
+ innerItemsNum: number;
1452
+ children: any[] | undefined;
1453
+ leaf: boolean;
1454
+ originItem: {
1455
+ [x: string]: any;
1456
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1457
+ label?: string | undefined;
1458
+ checkboxDisabled?: boolean | undefined;
1459
+ disabled?: boolean | undefined;
1460
+ isLeaf?: boolean | undefined;
1461
+ children?: {
1462
+ [x: string]: unknown;
1463
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1464
+ label?: string | undefined;
1465
+ checkboxDisabled?: boolean | undefined;
1466
+ disabled?: boolean | undefined;
1467
+ isLeaf?: boolean | undefined;
1468
+ children?: any[] | undefined;
1469
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1470
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1471
+ }[] | undefined;
1472
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1473
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1474
+ };
1475
+ disabled?: boolean | undefined;
1476
+ count?: number | undefined;
1477
+ }[]>;
1478
+ searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1479
+ searchData: import("vue").ShallowRef<{
1480
+ title: string;
1481
+ data: import("./src/types").PTreeOption[];
1482
+ }[]>;
1483
+ treeMap: Map<string | number, import("./src/types").PTreeOption>;
1484
+ isSearch: import("vue").Ref<boolean>;
1485
+ remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1486
+ isRemote: import("vue").ComputedRef<boolean>;
1487
+ checkStrategyResult: import("vue").ComputedRef<any>;
1488
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1489
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1490
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1491
+ caculateTagData: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
1492
+ renderTreeData: import("vue").ComputedRef<{
1493
+ [x: string]: any;
1494
+ key: string | number;
1495
+ label: string;
1496
+ name: string;
1497
+ labelExpand: string;
1498
+ parentKey?: (string | number) | undefined;
1499
+ parentName: string;
1500
+ innerItemsNum: number;
1501
+ children: any[] | undefined;
1502
+ leaf: boolean;
1503
+ originItem: {
1504
+ [x: string]: any;
1505
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1506
+ label?: string | undefined;
1507
+ checkboxDisabled?: boolean | undefined;
1508
+ disabled?: boolean | undefined;
1509
+ isLeaf?: boolean | undefined;
1510
+ children?: {
1511
+ [x: string]: unknown;
1512
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1513
+ label?: string | undefined;
1514
+ checkboxDisabled?: boolean | undefined;
1515
+ disabled?: boolean | undefined;
1516
+ isLeaf?: boolean | undefined;
1517
+ children?: any[] | undefined;
1518
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1519
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1520
+ }[] | undefined;
1521
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1522
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1523
+ };
1524
+ disabled?: boolean | undefined;
1525
+ count?: number | undefined;
1526
+ }[]>;
1527
+ initTreeData: () => void;
1528
+ queryLoadChildNode: (node: import("./src/types").PTreeOption) => Promise<import("../../shared/types").AnyObject>;
1529
+ renderLabel: ({ option }: {
1530
+ option: import("naive-ui").TreeOption;
1531
+ }) => JSX.Element;
1532
+ transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[], parentNode: import("./src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("./src/types").PTreeOption) => unknown>> | undefined) => {
1533
+ treeItems: import("./src/types").PTreeOption[];
1534
+ leafCount: number;
1535
+ };
1536
+ onSearch: () => Promise<void>;
1537
+ getAllKeys: (tree: import("./src/types").PTreeOption[], strategy: import("./src/types").Strategy) => (string | number)[];
1538
+ getParentKeys: (node: import("./src/types").PTreeOption, map: Map<string | number, import("./src/types").PTreeOption>) => never[];
1539
+ getTopLevelCheckedKey: (node: import("./src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("./src/types").PTreeOption>) => string | number;
1540
+ checkedAllChange: (checked: boolean) => void;
1541
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1542
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1543
+ node: import("naive-ui").TreeOption | null;
1544
+ action: "check" | "uncheck";
1545
+ }) => void;
1546
+ clearAll: () => void;
1547
+ updateChecked: (key: string | number, checked: boolean) => void;
1548
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1549
+ checkSearchClear: (kw: string) => void;
1550
+ getCheckWithLevel: (strategy?: import("./src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1551
+ parentNode: import("./src/types").PTreeOption | undefined;
1552
+ key: string | number;
1553
+ label: string;
1554
+ name: string;
1555
+ labelExpand: string;
1556
+ parentKey?: (string | number) | undefined;
1557
+ parentName: string;
1558
+ innerItemsNum: number;
1559
+ children: import("./src/types").PTreeOption[] | undefined;
1560
+ leaf: boolean;
1561
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject;
1562
+ disabled?: boolean | undefined;
1563
+ count?: number | undefined;
1564
+ }[];
1565
+ resetParams: () => void;
1566
+ NButton: any;
1567
+ NInput: any;
1568
+ NInputGroup: any;
1569
+ NCheckbox: any;
1570
+ NTree: any;
1571
+ NIcon: any;
1572
+ NSpace: any;
1573
+ NGrid: any;
1574
+ NGi: any;
1575
+ CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1576
+ SearchGroupList: import("vue").DefineComponent<{
1577
+ data: {
1578
+ type: import("vue").PropType<{
1579
+ title: string;
1580
+ data: {
1581
+ key: string | number;
1582
+ label: string;
1583
+ labelExpand: string;
1584
+ parentName: string;
1585
+ }[];
1586
+ }[]>;
1587
+ required: true;
1588
+ };
1589
+ type: {
1590
+ type: StringConstructor;
1591
+ default: string;
1592
+ };
1593
+ }, {
1594
+ emit: (event: "checked", ...args: any[]) => void;
1595
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1596
+ data: {
1597
+ type: import("vue").PropType<{
1598
+ title: string;
1599
+ data: {
1600
+ key: string | number;
1601
+ label: string;
1602
+ labelExpand: string;
1603
+ parentName: string;
1604
+ }[];
1605
+ }[]>;
1606
+ required: true;
1607
+ };
1608
+ type: {
1609
+ type: StringConstructor;
1610
+ default: string;
1611
+ };
1612
+ }>> & {
1613
+ onChecked?: ((...args: any[]) => any) | undefined;
1614
+ }>>;
1615
+ renderData: import("vue").ComputedRef<{
1616
+ title: string;
1617
+ data: {
1618
+ key: string | number;
1619
+ label: string;
1620
+ labelExpand: string;
1621
+ parentName: string;
1622
+ }[];
1623
+ }[]>;
1624
+ handleClick: (item: import("../../shared/types").AnyObject) => void;
1625
+ handleChange: (item: import("../../shared/types").AnyObject, checked: boolean) => void;
1626
+ NVirtualList: any;
1627
+ NCheckbox: any;
1628
+ CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1629
+ type: {
1630
+ type: StringConstructor;
1631
+ default: string;
1632
+ };
1633
+ config: {
1634
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1635
+ default: () => {
1636
+ title: string;
1637
+ content: string;
1638
+ };
1639
+ };
1640
+ }, {
1641
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1642
+ type: {
1643
+ type: StringConstructor;
1644
+ default: string;
1645
+ };
1646
+ config: {
1647
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1648
+ default: () => {
1649
+ title: string;
1650
+ content: string;
1651
+ };
1652
+ };
1653
+ }>> & {
1654
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1655
+ }>>;
1656
+ emit: (event: "reloadPage", ...args: any[]) => void;
1657
+ configResult: import("vue").ComputedRef<{
1658
+ title: string;
1659
+ content: string;
1660
+ img: string;
1661
+ }>;
1662
+ reloadPage: () => void;
1663
+ NIcon: any;
1664
+ Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1665
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1666
+ type: {
1667
+ type: StringConstructor;
1668
+ default: string;
1669
+ };
1670
+ config: {
1671
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1672
+ default: () => {
1673
+ title: string;
1674
+ content: string;
1675
+ };
1676
+ };
1677
+ }>> & {
1678
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1679
+ }, {
1680
+ type: string;
1681
+ config: import("../../shared/types").AnyObject;
1682
+ }>>;
1683
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1684
+ data: {
1685
+ type: import("vue").PropType<{
1686
+ title: string;
1687
+ data: {
1688
+ key: string | number;
1689
+ label: string;
1690
+ labelExpand: string;
1691
+ parentName: string;
1692
+ }[];
1693
+ }[]>;
1694
+ required: true;
1695
+ };
1696
+ type: {
1697
+ type: StringConstructor;
1698
+ default: string;
1699
+ };
1700
+ }>> & {
1701
+ onChecked?: ((...args: any[]) => any) | undefined;
1702
+ }, {
1703
+ type: string;
1704
+ }>;
1705
+ CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1706
+ type: {
1707
+ type: StringConstructor;
1708
+ default: string;
1709
+ };
1710
+ config: {
1711
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1712
+ default: () => {
1713
+ title: string;
1714
+ content: string;
1715
+ };
1716
+ };
1717
+ }, {
1718
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1719
+ type: {
1720
+ type: StringConstructor;
1721
+ default: string;
1722
+ };
1723
+ config: {
1724
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1725
+ default: () => {
1726
+ title: string;
1727
+ content: string;
1728
+ };
1729
+ };
1730
+ }>> & {
1731
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1732
+ }>>;
1733
+ emit: (event: "reloadPage", ...args: any[]) => void;
1734
+ configResult: import("vue").ComputedRef<{
1735
+ title: string;
1736
+ content: string;
1737
+ img: string;
1738
+ }>;
1739
+ reloadPage: () => void;
1740
+ NIcon: any;
1741
+ Refresh: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1742
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1743
+ type: {
1744
+ type: StringConstructor;
1745
+ default: string;
1746
+ };
1747
+ config: {
1748
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1749
+ default: () => {
1750
+ title: string;
1751
+ content: string;
1752
+ };
1753
+ };
1754
+ }>> & {
1755
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1756
+ }, {
1757
+ type: string;
1758
+ config: import("../../shared/types").AnyObject;
1759
+ }>>;
1760
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1761
+ defaultList: {
1762
+ type: import("vue").PropType<((string | number) | {
1763
+ [key: string]: any;
1764
+ key: string | number;
1765
+ })[]>;
1766
+ default: () => never[];
1767
+ };
1768
+ data: {
1769
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1770
+ default: () => never[];
1771
+ };
1772
+ searchPlaceholder: {
1773
+ type: StringConstructor;
1774
+ default: string;
1775
+ };
1776
+ searchButtonText: {
1777
+ type: StringConstructor;
1778
+ default: string;
1779
+ };
1780
+ wordbook: {
1781
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1782
+ default: () => {};
1783
+ };
1784
+ wordbookChild: {
1785
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1786
+ default: () => {};
1787
+ };
1788
+ showCount: {
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ };
1792
+ showClear: {
1793
+ type: BooleanConstructor;
1794
+ default: boolean;
1795
+ };
1796
+ multiple: {
1797
+ type: BooleanConstructor;
1798
+ default: boolean;
1799
+ };
1800
+ searchInner: {
1801
+ type: BooleanConstructor;
1802
+ default: boolean;
1803
+ };
1804
+ searchFilter: {
1805
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1806
+ default: () => {};
1807
+ };
1808
+ treeSetting: {
1809
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1810
+ default: () => {};
1811
+ };
1812
+ queryLoadChildData: {
1813
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1814
+ default: undefined;
1815
+ };
1816
+ queryTreeSearch: {
1817
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1818
+ default: () => Promise<never[]>;
1819
+ };
1820
+ forceShowSelectAll: {
1821
+ type: BooleanConstructor;
1822
+ };
1823
+ uncheckableField: {
1824
+ type: StringConstructor;
1825
+ };
1826
+ onlyForwardCascade: {
1827
+ type: BooleanConstructor;
1828
+ };
1829
+ height: {
1830
+ type: StringConstructor;
1831
+ };
1832
+ hideLeaf: {
1833
+ type: BooleanConstructor;
1834
+ default: boolean;
1835
+ };
1836
+ itemKey: {
1837
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1838
+ default: undefined;
1839
+ };
1840
+ }>>, {
1841
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
1842
+ defaultList: ((string | number) | {
1843
+ [key: string]: any;
1844
+ key: string | number;
1845
+ })[];
1846
+ searchPlaceholder: string;
1847
+ searchButtonText: string;
1848
+ wordbook: import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1849
+ wordbookChild: import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1850
+ showCount: boolean;
1851
+ showClear: boolean;
1852
+ multiple: boolean;
1853
+ searchInner: boolean;
1854
+ searchFilter: import("../../shared/types").AnyObject;
1855
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject;
1856
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>;
1857
+ queryTreeSearch: (keyWork: string) => Promise<import("./src/types").PTreeOption[]>;
1858
+ forceShowSelectAll: boolean;
1859
+ onlyForwardCascade: boolean;
1860
+ hideLeaf: boolean;
1861
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
1250
1862
  }>>;
1251
1863
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1252
1864
  defaultList: {
@@ -1355,6 +1967,18 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1355
1967
  onlyForwardCascade: {
1356
1968
  type: BooleanConstructor;
1357
1969
  };
1970
+ height: {
1971
+ type: StringConstructor;
1972
+ default: string;
1973
+ };
1974
+ hideLeaf: {
1975
+ type: BooleanConstructor;
1976
+ default: boolean;
1977
+ };
1978
+ itemKey: {
1979
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1980
+ default: undefined;
1981
+ };
1358
1982
  }>> & {
1359
1983
  onCheck?: ((...args: any[]) => any) | undefined;
1360
1984
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1470,11 +2094,24 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1470
2094
  onlyForwardCascade: {
1471
2095
  type: BooleanConstructor;
1472
2096
  };
2097
+ height: {
2098
+ type: StringConstructor;
2099
+ default: string;
2100
+ };
2101
+ hideLeaf: {
2102
+ type: BooleanConstructor;
2103
+ default: boolean;
2104
+ };
2105
+ itemKey: {
2106
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2107
+ default: undefined;
2108
+ };
1473
2109
  }>> & {
1474
2110
  onCheck?: ((...args: any[]) => any) | undefined;
1475
2111
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1476
2112
  }, {
1477
2113
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
2114
+ height: string;
1478
2115
  defaultList: ((string | number) | {
1479
2116
  [key: string]: any;
1480
2117
  key: string | number;
@@ -1509,5 +2146,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1509
2146
  tagProps: import("../../shared/types").AnyObject;
1510
2147
  forceShowSelectAll: boolean;
1511
2148
  onlyForwardCascade: boolean;
2149
+ hideLeaf: boolean;
2150
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
1512
2151
  }>>;
1513
2152
  export default SelectPerson;