cnhis-design-vue 3.3.3-beta.0 → 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 (97) 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/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  24. package/es/components/form-config/index.d.ts +2 -0
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +2 -0
  26. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2 -0
  27. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  28. package/es/components/form-config/src/constants/index.d.ts +1 -0
  29. package/es/components/form-config/src/constants/index.js +1 -0
  30. package/es/components/form-config/src/hooks/useConfigurationField.js +6 -1
  31. package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
  32. package/es/components/form-config/src/hooks/useLocale.js +1 -0
  33. package/es/components/form-config/src/types/index.d.ts +1 -0
  34. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  35. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  36. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  37. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  38. package/es/components/iho-chat/style/index.css +1 -1
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  40. package/es/components/index.css +1 -1
  41. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  42. package/es/components/scale-view/index.d.ts +26 -15
  43. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  44. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  45. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  46. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  47. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  48. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  49. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  50. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  51. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  52. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  53. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  54. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  55. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  56. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  57. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  58. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  59. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  60. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  61. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  62. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  63. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  64. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  65. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  66. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  67. package/es/components/scale-view/style/index.css +1 -1
  68. package/es/components/select-person/index.d.ts +639 -0
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +305 -347
  70. package/es/components/select-person/src/SelectPerson.vue2.js +477 -678
  71. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  72. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  73. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  74. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  75. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  76. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  77. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  78. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  79. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  80. package/es/components/select-person/src/index.vue.d.ts +639 -0
  81. package/es/components/select-person/src/index.vue2.js +15 -2
  82. package/es/components/select-person/src/types/index.d.ts +35 -0
  83. package/es/components/select-person/src/types/index.js +1 -0
  84. package/es/components/select-person/src/utils/index.d.ts +1 -0
  85. package/es/components/select-person/src/utils/index.js +6 -8
  86. package/es/components/select-person/style/index.css +1 -1
  87. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  88. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  89. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  90. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  91. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  92. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  93. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  94. package/es/env.d.ts +25 -25
  95. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  96. package/es/shared/package.json.js +1 -1
  97. package/package.json +2 -2
@@ -201,6 +201,18 @@ declare const _default: import("vue").DefineComponent<{
201
201
  onlyForwardCascade: {
202
202
  type: BooleanConstructor;
203
203
  };
204
+ height: {
205
+ type: StringConstructor;
206
+ default: string;
207
+ };
208
+ hideLeaf: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ itemKey: {
213
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
214
+ default: undefined;
215
+ };
204
216
  }, {
205
217
  $attrs: {
206
218
  [x: string]: unknown;
@@ -312,6 +324,18 @@ declare const _default: import("vue").DefineComponent<{
312
324
  onlyForwardCascade: {
313
325
  type: BooleanConstructor;
314
326
  };
327
+ height: {
328
+ type: StringConstructor;
329
+ default: string;
330
+ };
331
+ hideLeaf: {
332
+ type: BooleanConstructor;
333
+ default: boolean;
334
+ };
335
+ itemKey: {
336
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
337
+ default: undefined;
338
+ };
315
339
  }>> & {
316
340
  onCheck?: ((...args: any[]) => any) | undefined;
317
341
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1342,6 +1366,594 @@ declare const _default: import("vue").DefineComponent<{
1342
1366
  roleFields: Record<string, any>;
1343
1367
  forceShowSelectAll: boolean;
1344
1368
  onlyForwardCascade: boolean;
1369
+ }> | import("vue").DefineComponent<{
1370
+ defaultList: {
1371
+ type: PropType<((string | number) | {
1372
+ [key: string]: any;
1373
+ key: string | number;
1374
+ })[]>;
1375
+ default: () => never[];
1376
+ };
1377
+ data: {
1378
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1379
+ default: () => never[];
1380
+ };
1381
+ searchPlaceholder: {
1382
+ type: StringConstructor;
1383
+ default: string;
1384
+ };
1385
+ searchButtonText: {
1386
+ type: StringConstructor;
1387
+ default: string;
1388
+ };
1389
+ wordbook: {
1390
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1391
+ default: () => {};
1392
+ };
1393
+ wordbookChild: {
1394
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1395
+ default: () => {};
1396
+ };
1397
+ showCount: {
1398
+ type: BooleanConstructor;
1399
+ default: boolean;
1400
+ };
1401
+ showClear: {
1402
+ type: BooleanConstructor;
1403
+ default: boolean;
1404
+ };
1405
+ multiple: {
1406
+ type: BooleanConstructor;
1407
+ default: boolean;
1408
+ };
1409
+ searchInner: {
1410
+ type: BooleanConstructor;
1411
+ default: boolean;
1412
+ };
1413
+ searchFilter: {
1414
+ type: PropType<import("../../../../shared/types").AnyObject>;
1415
+ default: () => {};
1416
+ };
1417
+ treeSetting: {
1418
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1419
+ default: () => {};
1420
+ };
1421
+ queryLoadChildData: {
1422
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1423
+ default: undefined;
1424
+ };
1425
+ queryTreeSearch: {
1426
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1427
+ default: () => Promise<never[]>;
1428
+ };
1429
+ forceShowSelectAll: {
1430
+ type: BooleanConstructor;
1431
+ };
1432
+ uncheckableField: {
1433
+ type: StringConstructor;
1434
+ };
1435
+ onlyForwardCascade: {
1436
+ type: BooleanConstructor;
1437
+ };
1438
+ height: {
1439
+ type: StringConstructor;
1440
+ };
1441
+ hideLeaf: {
1442
+ type: BooleanConstructor;
1443
+ default: boolean;
1444
+ };
1445
+ itemKey: {
1446
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1447
+ default: undefined;
1448
+ };
1449
+ }, {
1450
+ $message: import("naive-ui").MessageApi;
1451
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1452
+ defaultList: {
1453
+ type: PropType<((string | number) | {
1454
+ [key: string]: any;
1455
+ key: string | number;
1456
+ })[]>;
1457
+ default: () => never[];
1458
+ };
1459
+ data: {
1460
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1461
+ default: () => never[];
1462
+ };
1463
+ searchPlaceholder: {
1464
+ type: StringConstructor;
1465
+ default: string;
1466
+ };
1467
+ searchButtonText: {
1468
+ type: StringConstructor;
1469
+ default: string;
1470
+ };
1471
+ wordbook: {
1472
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1473
+ default: () => {};
1474
+ };
1475
+ wordbookChild: {
1476
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1477
+ default: () => {};
1478
+ };
1479
+ showCount: {
1480
+ type: BooleanConstructor;
1481
+ default: boolean;
1482
+ };
1483
+ showClear: {
1484
+ type: BooleanConstructor;
1485
+ default: boolean;
1486
+ };
1487
+ multiple: {
1488
+ type: BooleanConstructor;
1489
+ default: boolean;
1490
+ };
1491
+ searchInner: {
1492
+ type: BooleanConstructor;
1493
+ default: boolean;
1494
+ };
1495
+ searchFilter: {
1496
+ type: PropType<import("../../../../shared/types").AnyObject>;
1497
+ default: () => {};
1498
+ };
1499
+ treeSetting: {
1500
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1501
+ default: () => {};
1502
+ };
1503
+ queryLoadChildData: {
1504
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1505
+ default: undefined;
1506
+ };
1507
+ queryTreeSearch: {
1508
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1509
+ default: () => Promise<never[]>;
1510
+ };
1511
+ forceShowSelectAll: {
1512
+ type: BooleanConstructor;
1513
+ };
1514
+ uncheckableField: {
1515
+ type: StringConstructor;
1516
+ };
1517
+ onlyForwardCascade: {
1518
+ type: BooleanConstructor;
1519
+ };
1520
+ height: {
1521
+ type: StringConstructor;
1522
+ };
1523
+ hideLeaf: {
1524
+ type: BooleanConstructor;
1525
+ default: boolean;
1526
+ };
1527
+ itemKey: {
1528
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1529
+ default: undefined;
1530
+ };
1531
+ }>> & {}>>;
1532
+ emit: any;
1533
+ keyword: import("vue").Ref<string>;
1534
+ checkedAll: import("vue").Ref<boolean>;
1535
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1536
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1537
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1538
+ treeAsyncData: import("vue").Ref<{
1539
+ [x: string]: any;
1540
+ key: string | number;
1541
+ label: string;
1542
+ name: string;
1543
+ labelExpand: string;
1544
+ parentKey?: (string | number) | undefined;
1545
+ parentName: string;
1546
+ innerItemsNum: number;
1547
+ children: any[] | undefined;
1548
+ leaf: boolean;
1549
+ originItem: {
1550
+ [x: string]: any;
1551
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1552
+ label?: string | undefined;
1553
+ checkboxDisabled?: boolean | undefined;
1554
+ disabled?: boolean | undefined;
1555
+ isLeaf?: boolean | undefined;
1556
+ children?: {
1557
+ [x: string]: unknown;
1558
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1559
+ label?: string | undefined;
1560
+ checkboxDisabled?: boolean | undefined;
1561
+ disabled?: boolean | undefined;
1562
+ isLeaf?: boolean | undefined;
1563
+ children?: any[] | undefined;
1564
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1565
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1566
+ }[] | undefined;
1567
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1568
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1569
+ };
1570
+ disabled?: boolean | undefined;
1571
+ count?: number | undefined;
1572
+ }[]>;
1573
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1574
+ searchData: import("vue").ShallowRef<{
1575
+ title: string;
1576
+ data: import("../../../select-person/src/types").PTreeOption[];
1577
+ }[]>;
1578
+ treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1579
+ isSearch: import("vue").Ref<boolean>;
1580
+ remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[]>;
1581
+ isRemote: import("vue").ComputedRef<boolean>;
1582
+ checkStrategyResult: import("vue").ComputedRef<any>;
1583
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1584
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1585
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1586
+ caculateTagData: import("vue").ComputedRef<import("../../../../shared/types").AnyObject[]>;
1587
+ renderTreeData: import("vue").ComputedRef<{
1588
+ [x: string]: any;
1589
+ key: string | number;
1590
+ label: string;
1591
+ name: string;
1592
+ labelExpand: string;
1593
+ parentKey?: (string | number) | undefined;
1594
+ parentName: string;
1595
+ innerItemsNum: number;
1596
+ children: any[] | undefined;
1597
+ leaf: boolean;
1598
+ originItem: {
1599
+ [x: string]: any;
1600
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1601
+ label?: string | undefined;
1602
+ checkboxDisabled?: boolean | undefined;
1603
+ disabled?: boolean | undefined;
1604
+ isLeaf?: boolean | undefined;
1605
+ children?: {
1606
+ [x: string]: unknown;
1607
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1608
+ label?: string | undefined;
1609
+ checkboxDisabled?: boolean | undefined;
1610
+ disabled?: boolean | undefined;
1611
+ isLeaf?: boolean | undefined;
1612
+ children?: any[] | undefined;
1613
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1614
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1615
+ }[] | undefined;
1616
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1617
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1618
+ };
1619
+ disabled?: boolean | undefined;
1620
+ count?: number | undefined;
1621
+ }[]>;
1622
+ initTreeData: () => void;
1623
+ queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<import("../../../../shared/types").AnyObject>;
1624
+ renderLabel: ({ option }: {
1625
+ option: import("naive-ui").TreeOption;
1626
+ }) => JSX.Element;
1627
+ transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
1628
+ treeItems: import("../../../select-person/src/types").PTreeOption[];
1629
+ leafCount: number;
1630
+ };
1631
+ onSearch: () => Promise<void>;
1632
+ getAllKeys: (tree: import("../../../select-person/src/types").PTreeOption[], strategy: import("../../../select-person/src/types").Strategy) => (string | number)[];
1633
+ getParentKeys: (node: import("../../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => never[];
1634
+ getTopLevelCheckedKey: (node: import("../../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => string | number;
1635
+ checkedAllChange: (checked: boolean) => void;
1636
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1637
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1638
+ node: import("naive-ui").TreeOption | null;
1639
+ action: "check" | "uncheck";
1640
+ }) => void;
1641
+ clearAll: () => void;
1642
+ updateChecked: (key: string | number, checked: boolean) => void;
1643
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1644
+ checkSearchClear: (kw: string) => void;
1645
+ getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1646
+ parentNode: import("../../../select-person/src/types").PTreeOption | undefined;
1647
+ key: string | number;
1648
+ label: string;
1649
+ name: string;
1650
+ labelExpand: string;
1651
+ parentKey?: (string | number) | undefined;
1652
+ parentName: string;
1653
+ innerItemsNum: number;
1654
+ children: import("../../../select-person/src/types").PTreeOption[] | undefined;
1655
+ leaf: boolean;
1656
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject;
1657
+ disabled?: boolean | undefined;
1658
+ count?: number | undefined;
1659
+ }[];
1660
+ resetParams: () => void;
1661
+ NButton: any;
1662
+ NInput: any;
1663
+ NInputGroup: any;
1664
+ NCheckbox: any;
1665
+ NTree: any;
1666
+ NIcon: any;
1667
+ NSpace: any;
1668
+ NGrid: any;
1669
+ NGi: any;
1670
+ 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<{}>>, {}>;
1671
+ SearchGroupList: import("vue").DefineComponent<{
1672
+ data: {
1673
+ type: PropType<{
1674
+ title: string;
1675
+ data: {
1676
+ key: string | number;
1677
+ label: string;
1678
+ labelExpand: string;
1679
+ parentName: string;
1680
+ }[];
1681
+ }[]>;
1682
+ required: true;
1683
+ };
1684
+ type: {
1685
+ type: StringConstructor;
1686
+ default: string;
1687
+ };
1688
+ }, {
1689
+ emit: (event: "checked", ...args: any[]) => void;
1690
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1691
+ data: {
1692
+ type: PropType<{
1693
+ title: string;
1694
+ data: {
1695
+ key: string | number;
1696
+ label: string;
1697
+ labelExpand: string;
1698
+ parentName: string;
1699
+ }[];
1700
+ }[]>;
1701
+ required: true;
1702
+ };
1703
+ type: {
1704
+ type: StringConstructor;
1705
+ default: string;
1706
+ };
1707
+ }>> & {
1708
+ onChecked?: ((...args: any[]) => any) | undefined;
1709
+ }>>;
1710
+ renderData: import("vue").ComputedRef<{
1711
+ title: string;
1712
+ data: {
1713
+ key: string | number;
1714
+ label: string;
1715
+ labelExpand: string;
1716
+ parentName: string;
1717
+ }[];
1718
+ }[]>;
1719
+ handleClick: (item: import("../../../../shared/types").AnyObject) => void;
1720
+ handleChange: (item: import("../../../../shared/types").AnyObject, checked: boolean) => void;
1721
+ NVirtualList: any;
1722
+ NCheckbox: any;
1723
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1724
+ type: {
1725
+ type: StringConstructor;
1726
+ default: string;
1727
+ };
1728
+ config: {
1729
+ type: PropType<import("../../../../shared/types").AnyObject>;
1730
+ default: () => {
1731
+ title: string;
1732
+ content: string;
1733
+ };
1734
+ };
1735
+ }, {
1736
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1737
+ type: {
1738
+ type: StringConstructor;
1739
+ default: string;
1740
+ };
1741
+ config: {
1742
+ type: PropType<import("../../../../shared/types").AnyObject>;
1743
+ default: () => {
1744
+ title: string;
1745
+ content: string;
1746
+ };
1747
+ };
1748
+ }>> & {
1749
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1750
+ }>>;
1751
+ emit: (event: "reloadPage", ...args: any[]) => void;
1752
+ configResult: import("vue").ComputedRef<{
1753
+ title: string;
1754
+ content: string;
1755
+ img: string;
1756
+ }>;
1757
+ reloadPage: () => void;
1758
+ NIcon: any;
1759
+ 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<{}>>, {}>;
1760
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1761
+ type: {
1762
+ type: StringConstructor;
1763
+ default: string;
1764
+ };
1765
+ config: {
1766
+ type: PropType<import("../../../../shared/types").AnyObject>;
1767
+ default: () => {
1768
+ title: string;
1769
+ content: string;
1770
+ };
1771
+ };
1772
+ }>> & {
1773
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1774
+ }, {
1775
+ type: string;
1776
+ config: import("../../../../shared/types").AnyObject;
1777
+ }>>;
1778
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1779
+ data: {
1780
+ type: PropType<{
1781
+ title: string;
1782
+ data: {
1783
+ key: string | number;
1784
+ label: string;
1785
+ labelExpand: string;
1786
+ parentName: string;
1787
+ }[];
1788
+ }[]>;
1789
+ required: true;
1790
+ };
1791
+ type: {
1792
+ type: StringConstructor;
1793
+ default: string;
1794
+ };
1795
+ }>> & {
1796
+ onChecked?: ((...args: any[]) => any) | undefined;
1797
+ }, {
1798
+ type: string;
1799
+ }>;
1800
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1801
+ type: {
1802
+ type: StringConstructor;
1803
+ default: string;
1804
+ };
1805
+ config: {
1806
+ type: PropType<import("../../../../shared/types").AnyObject>;
1807
+ default: () => {
1808
+ title: string;
1809
+ content: string;
1810
+ };
1811
+ };
1812
+ }, {
1813
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1814
+ type: {
1815
+ type: StringConstructor;
1816
+ default: string;
1817
+ };
1818
+ config: {
1819
+ type: PropType<import("../../../../shared/types").AnyObject>;
1820
+ default: () => {
1821
+ title: string;
1822
+ content: string;
1823
+ };
1824
+ };
1825
+ }>> & {
1826
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1827
+ }>>;
1828
+ emit: (event: "reloadPage", ...args: any[]) => void;
1829
+ configResult: import("vue").ComputedRef<{
1830
+ title: string;
1831
+ content: string;
1832
+ img: string;
1833
+ }>;
1834
+ reloadPage: () => void;
1835
+ NIcon: any;
1836
+ 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<{}>>, {}>;
1837
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1838
+ type: {
1839
+ type: StringConstructor;
1840
+ default: string;
1841
+ };
1842
+ config: {
1843
+ type: PropType<import("../../../../shared/types").AnyObject>;
1844
+ default: () => {
1845
+ title: string;
1846
+ content: string;
1847
+ };
1848
+ };
1849
+ }>> & {
1850
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1851
+ }, {
1852
+ type: string;
1853
+ config: import("../../../../shared/types").AnyObject;
1854
+ }>>;
1855
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1856
+ defaultList: {
1857
+ type: PropType<((string | number) | {
1858
+ [key: string]: any;
1859
+ key: string | number;
1860
+ })[]>;
1861
+ default: () => never[];
1862
+ };
1863
+ data: {
1864
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1865
+ default: () => never[];
1866
+ };
1867
+ searchPlaceholder: {
1868
+ type: StringConstructor;
1869
+ default: string;
1870
+ };
1871
+ searchButtonText: {
1872
+ type: StringConstructor;
1873
+ default: string;
1874
+ };
1875
+ wordbook: {
1876
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1877
+ default: () => {};
1878
+ };
1879
+ wordbookChild: {
1880
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1881
+ default: () => {};
1882
+ };
1883
+ showCount: {
1884
+ type: BooleanConstructor;
1885
+ default: boolean;
1886
+ };
1887
+ showClear: {
1888
+ type: BooleanConstructor;
1889
+ default: boolean;
1890
+ };
1891
+ multiple: {
1892
+ type: BooleanConstructor;
1893
+ default: boolean;
1894
+ };
1895
+ searchInner: {
1896
+ type: BooleanConstructor;
1897
+ default: boolean;
1898
+ };
1899
+ searchFilter: {
1900
+ type: PropType<import("../../../../shared/types").AnyObject>;
1901
+ default: () => {};
1902
+ };
1903
+ treeSetting: {
1904
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1905
+ default: () => {};
1906
+ };
1907
+ queryLoadChildData: {
1908
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1909
+ default: undefined;
1910
+ };
1911
+ queryTreeSearch: {
1912
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1913
+ default: () => Promise<never[]>;
1914
+ };
1915
+ forceShowSelectAll: {
1916
+ type: BooleanConstructor;
1917
+ };
1918
+ uncheckableField: {
1919
+ type: StringConstructor;
1920
+ };
1921
+ onlyForwardCascade: {
1922
+ type: BooleanConstructor;
1923
+ };
1924
+ height: {
1925
+ type: StringConstructor;
1926
+ };
1927
+ hideLeaf: {
1928
+ type: BooleanConstructor;
1929
+ default: boolean;
1930
+ };
1931
+ itemKey: {
1932
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1933
+ default: undefined;
1934
+ };
1935
+ }>>, {
1936
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
1937
+ defaultList: ((string | number) | {
1938
+ [key: string]: any;
1939
+ key: string | number;
1940
+ })[];
1941
+ searchPlaceholder: string;
1942
+ searchButtonText: string;
1943
+ wordbook: import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1944
+ wordbookChild: import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1945
+ showCount: boolean;
1946
+ showClear: boolean;
1947
+ multiple: boolean;
1948
+ searchInner: boolean;
1949
+ searchFilter: import("../../../../shared/types").AnyObject;
1950
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject;
1951
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>;
1952
+ queryTreeSearch: (keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>;
1953
+ forceShowSelectAll: boolean;
1954
+ onlyForwardCascade: boolean;
1955
+ hideLeaf: boolean;
1956
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
1345
1957
  }>>;
1346
1958
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1347
1959
  defaultList: {
@@ -1450,6 +2062,18 @@ declare const _default: import("vue").DefineComponent<{
1450
2062
  onlyForwardCascade: {
1451
2063
  type: BooleanConstructor;
1452
2064
  };
2065
+ height: {
2066
+ type: StringConstructor;
2067
+ default: string;
2068
+ };
2069
+ hideLeaf: {
2070
+ type: BooleanConstructor;
2071
+ default: boolean;
2072
+ };
2073
+ itemKey: {
2074
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
2075
+ default: undefined;
2076
+ };
1453
2077
  }>> & {
1454
2078
  onCheck?: ((...args: any[]) => any) | undefined;
1455
2079
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1565,11 +2189,24 @@ declare const _default: import("vue").DefineComponent<{
1565
2189
  onlyForwardCascade: {
1566
2190
  type: BooleanConstructor;
1567
2191
  };
2192
+ height: {
2193
+ type: StringConstructor;
2194
+ default: string;
2195
+ };
2196
+ hideLeaf: {
2197
+ type: BooleanConstructor;
2198
+ default: boolean;
2199
+ };
2200
+ itemKey: {
2201
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
2202
+ default: undefined;
2203
+ };
1568
2204
  }>> & {
1569
2205
  onCheck?: ((...args: any[]) => any) | undefined;
1570
2206
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1571
2207
  }, {
1572
2208
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
2209
+ height: string;
1573
2210
  defaultList: ((string | number) | {
1574
2211
  [key: string]: any;
1575
2212
  key: string | number;
@@ -1604,6 +2241,8 @@ declare const _default: import("vue").DefineComponent<{
1604
2241
  tagProps: import("../../../../shared/types").AnyObject;
1605
2242
  forceShowSelectAll: boolean;
1606
2243
  onlyForwardCascade: boolean;
2244
+ hideLeaf: boolean;
2245
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
1607
2246
  }>>;
1608
2247
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1609
2248
  visible: {