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

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 (99) 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 +710 -0
  18. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +710 -0
  19. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +710 -0
  20. package/es/components/expand-field/src/components/form.vue.d.ts +710 -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 +710 -0
  23. package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
  24. package/es/components/field-editor/src/fields.d.ts +1 -0
  25. package/es/components/field-editor/src/fields.js +6 -0
  26. package/es/components/field-set/src/FieldSet.vue.d.ts +31 -0
  27. package/es/components/field-set/src/FieldSet.vue2.js +112 -65
  28. package/es/components/field-set/src/Index.vue2.js +3 -2
  29. package/es/components/field-set/src/TableStyle.vue2.js +2 -2
  30. package/es/components/field-set/src/constants/index.d.ts +1 -1
  31. package/es/components/field-set/style/index.css +1 -1
  32. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +8 -1
  33. package/es/components/form-render/src/components/renderer/formItem.js +8 -1
  34. package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
  35. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +8 -1
  36. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  37. package/es/components/iho-chat/style/index.css +1 -1
  38. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  39. package/es/components/index.css +1 -1
  40. package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
  41. package/es/components/scale-view/index.d.ts +26 -15
  42. package/es/components/scale-view/src/ScaleView.vue.d.ts +26 -15
  43. package/es/components/scale-view/src/ScaleView.vue2.js +13 -7
  44. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
  45. package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
  46. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
  47. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
  48. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
  49. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
  50. package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
  51. package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
  52. package/es/components/scale-view/src/components/ScaleScore.js +47 -4
  53. package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
  54. package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
  55. package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
  56. package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
  57. package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
  58. package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
  59. package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
  60. package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
  61. package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
  62. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
  63. package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
  64. package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
  65. package/es/components/scale-view/src/hooks/use-noData.js +33 -5
  66. package/es/components/scale-view/style/index.css +1 -1
  67. package/es/components/select-person/index.d.ts +710 -0
  68. package/es/components/select-person/src/SelectPerson.vue.d.ts +356 -344
  69. package/es/components/select-person/src/SelectPerson.vue2.js +512 -678
  70. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
  71. package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
  72. package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
  73. package/es/components/select-person/src/SelectPersonTest.vue.d.ts +555 -0
  74. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +132 -0
  75. package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
  76. package/es/components/select-person/src/components/SearchGroupList.vue2.js +116 -0
  77. package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
  78. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
  79. package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
  80. package/es/components/select-person/src/components/TagItem.vue.js +6 -0
  81. package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
  82. package/es/components/select-person/src/index.vue.d.ts +710 -0
  83. package/es/components/select-person/src/index.vue2.js +19 -2
  84. package/es/components/select-person/src/types/index.d.ts +35 -0
  85. package/es/components/select-person/src/types/index.js +1 -0
  86. package/es/components/select-person/src/utils/index.d.ts +1 -0
  87. package/es/components/select-person/src/utils/index.js +6 -8
  88. package/es/components/select-person/style/index.css +1 -1
  89. package/es/components/vod-chunk-upload/index.d.ts +3 -0
  90. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
  91. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
  92. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
  93. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
  94. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  95. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
  96. package/es/env.d.ts +25 -25
  97. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  98. package/es/shared/package.json.js +1 -1
  99. package/package.json +2 -2
@@ -201,6 +201,22 @@ 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
+ };
216
+ showTagHover: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
204
220
  }, {
205
221
  $attrs: {
206
222
  [x: string]: unknown;
@@ -312,6 +328,22 @@ declare const _default: import("vue").DefineComponent<{
312
328
  onlyForwardCascade: {
313
329
  type: BooleanConstructor;
314
330
  };
331
+ height: {
332
+ type: StringConstructor;
333
+ default: string;
334
+ };
335
+ hideLeaf: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
339
+ itemKey: {
340
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
341
+ default: undefined;
342
+ };
343
+ showTagHover: {
344
+ type: BooleanConstructor;
345
+ default: boolean;
346
+ };
315
347
  }>> & {
316
348
  onCheck?: ((...args: any[]) => any) | undefined;
317
349
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1342,6 +1374,648 @@ declare const _default: import("vue").DefineComponent<{
1342
1374
  roleFields: Record<string, any>;
1343
1375
  forceShowSelectAll: boolean;
1344
1376
  onlyForwardCascade: boolean;
1377
+ }> | import("vue").DefineComponent<{
1378
+ defaultList: {
1379
+ type: PropType<((string | number) | {
1380
+ [key: string]: any;
1381
+ key: string | number;
1382
+ })[]>;
1383
+ default: () => never[];
1384
+ };
1385
+ data: {
1386
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1387
+ default: () => never[];
1388
+ };
1389
+ searchPlaceholder: {
1390
+ type: StringConstructor;
1391
+ default: string;
1392
+ };
1393
+ searchButtonText: {
1394
+ type: StringConstructor;
1395
+ default: string;
1396
+ };
1397
+ wordbook: {
1398
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1399
+ default: () => {};
1400
+ };
1401
+ wordbookChild: {
1402
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1403
+ default: () => {};
1404
+ };
1405
+ showCount: {
1406
+ type: BooleanConstructor;
1407
+ default: boolean;
1408
+ };
1409
+ showClear: {
1410
+ type: BooleanConstructor;
1411
+ default: boolean;
1412
+ };
1413
+ multiple: {
1414
+ type: BooleanConstructor;
1415
+ default: boolean;
1416
+ };
1417
+ searchInner: {
1418
+ type: BooleanConstructor;
1419
+ default: boolean;
1420
+ };
1421
+ searchFilter: {
1422
+ type: PropType<import("../../../../shared/types").AnyObject>;
1423
+ default: () => {};
1424
+ };
1425
+ treeSetting: {
1426
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1427
+ default: () => {};
1428
+ };
1429
+ queryLoadChildData: {
1430
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1431
+ default: undefined;
1432
+ };
1433
+ queryTreeSearch: {
1434
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1435
+ default: () => Promise<never[]>;
1436
+ };
1437
+ forceShowSelectAll: {
1438
+ type: BooleanConstructor;
1439
+ };
1440
+ uncheckableField: {
1441
+ type: StringConstructor;
1442
+ };
1443
+ onlyForwardCascade: {
1444
+ type: BooleanConstructor;
1445
+ };
1446
+ height: {
1447
+ type: StringConstructor;
1448
+ };
1449
+ hideLeaf: {
1450
+ type: BooleanConstructor;
1451
+ default: boolean;
1452
+ };
1453
+ itemKey: {
1454
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1455
+ default: undefined;
1456
+ };
1457
+ showTagHover: {
1458
+ type: BooleanConstructor;
1459
+ default: boolean;
1460
+ };
1461
+ }, {
1462
+ $message: import("naive-ui").MessageApi;
1463
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1464
+ defaultList: {
1465
+ type: PropType<((string | number) | {
1466
+ [key: string]: any;
1467
+ key: string | number;
1468
+ })[]>;
1469
+ default: () => never[];
1470
+ };
1471
+ data: {
1472
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1473
+ default: () => never[];
1474
+ };
1475
+ searchPlaceholder: {
1476
+ type: StringConstructor;
1477
+ default: string;
1478
+ };
1479
+ searchButtonText: {
1480
+ type: StringConstructor;
1481
+ default: string;
1482
+ };
1483
+ wordbook: {
1484
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1485
+ default: () => {};
1486
+ };
1487
+ wordbookChild: {
1488
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1489
+ default: () => {};
1490
+ };
1491
+ showCount: {
1492
+ type: BooleanConstructor;
1493
+ default: boolean;
1494
+ };
1495
+ showClear: {
1496
+ type: BooleanConstructor;
1497
+ default: boolean;
1498
+ };
1499
+ multiple: {
1500
+ type: BooleanConstructor;
1501
+ default: boolean;
1502
+ };
1503
+ searchInner: {
1504
+ type: BooleanConstructor;
1505
+ default: boolean;
1506
+ };
1507
+ searchFilter: {
1508
+ type: PropType<import("../../../../shared/types").AnyObject>;
1509
+ default: () => {};
1510
+ };
1511
+ treeSetting: {
1512
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1513
+ default: () => {};
1514
+ };
1515
+ queryLoadChildData: {
1516
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1517
+ default: undefined;
1518
+ };
1519
+ queryTreeSearch: {
1520
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1521
+ default: () => Promise<never[]>;
1522
+ };
1523
+ forceShowSelectAll: {
1524
+ type: BooleanConstructor;
1525
+ };
1526
+ uncheckableField: {
1527
+ type: StringConstructor;
1528
+ };
1529
+ onlyForwardCascade: {
1530
+ type: BooleanConstructor;
1531
+ };
1532
+ height: {
1533
+ type: StringConstructor;
1534
+ };
1535
+ hideLeaf: {
1536
+ type: BooleanConstructor;
1537
+ default: boolean;
1538
+ };
1539
+ itemKey: {
1540
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1541
+ default: undefined;
1542
+ };
1543
+ showTagHover: {
1544
+ type: BooleanConstructor;
1545
+ default: boolean;
1546
+ };
1547
+ }>> & {}>>;
1548
+ emit: any;
1549
+ keyword: import("vue").Ref<string>;
1550
+ checkedAll: import("vue").Ref<boolean>;
1551
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1552
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1553
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1554
+ treeAsyncData: import("vue").Ref<{
1555
+ [x: string]: any;
1556
+ key: string | number;
1557
+ label: string;
1558
+ name: string;
1559
+ labelExpand: string;
1560
+ parentKey?: (string | number) | undefined;
1561
+ parentName: string;
1562
+ innerItemsNum: number;
1563
+ children: any[] | undefined;
1564
+ leaf: boolean;
1565
+ originItem: {
1566
+ [x: string]: any;
1567
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1568
+ label?: string | undefined;
1569
+ checkboxDisabled?: boolean | undefined;
1570
+ disabled?: boolean | undefined;
1571
+ isLeaf?: boolean | undefined;
1572
+ children?: {
1573
+ [x: string]: unknown;
1574
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1575
+ label?: string | undefined;
1576
+ checkboxDisabled?: boolean | undefined;
1577
+ disabled?: boolean | undefined;
1578
+ isLeaf?: boolean | undefined;
1579
+ children?: any[] | undefined;
1580
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1581
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1582
+ }[] | undefined;
1583
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1584
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1585
+ };
1586
+ disabled?: boolean | undefined;
1587
+ count?: number | undefined;
1588
+ }[]>;
1589
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1590
+ searchData: import("vue").ShallowRef<{
1591
+ title: string;
1592
+ data: import("../../../select-person/src/types").PTreeOption[];
1593
+ }[]>;
1594
+ treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1595
+ isSearch: import("vue").Ref<boolean>;
1596
+ remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[]>;
1597
+ isRemote: import("vue").ComputedRef<boolean>;
1598
+ checkStrategyResult: import("vue").ComputedRef<any>;
1599
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1600
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1601
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1602
+ caculateTagData: import("vue").ComputedRef<import("../../../../shared/types").AnyObject[]>;
1603
+ renderTreeData: import("vue").ComputedRef<{
1604
+ [x: string]: any;
1605
+ key: string | number;
1606
+ label: string;
1607
+ name: string;
1608
+ labelExpand: string;
1609
+ parentKey?: (string | number) | undefined;
1610
+ parentName: string;
1611
+ innerItemsNum: number;
1612
+ children: any[] | undefined;
1613
+ leaf: boolean;
1614
+ originItem: {
1615
+ [x: string]: any;
1616
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1617
+ label?: string | undefined;
1618
+ checkboxDisabled?: boolean | undefined;
1619
+ disabled?: boolean | undefined;
1620
+ isLeaf?: boolean | undefined;
1621
+ children?: {
1622
+ [x: string]: unknown;
1623
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1624
+ label?: string | undefined;
1625
+ checkboxDisabled?: boolean | undefined;
1626
+ disabled?: boolean | undefined;
1627
+ isLeaf?: boolean | undefined;
1628
+ children?: any[] | undefined;
1629
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1630
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1631
+ }[] | undefined;
1632
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1633
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1634
+ };
1635
+ disabled?: boolean | undefined;
1636
+ count?: number | undefined;
1637
+ }[]>;
1638
+ initTreeData: () => void;
1639
+ queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<import("../../../../shared/types").AnyObject>;
1640
+ renderLabel: ({ option }: {
1641
+ option: import("naive-ui").TreeOption;
1642
+ }) => JSX.Element;
1643
+ 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) => {
1644
+ treeItems: import("../../../select-person/src/types").PTreeOption[];
1645
+ leafCount: number;
1646
+ innerItems: any[];
1647
+ };
1648
+ getTreeOptionChildren: (item: import("../../../select-person/src/types").PTreeOption) => void;
1649
+ onSearch: () => Promise<void>;
1650
+ getAllKeys: (tree: import("../../../select-person/src/types").PTreeOption[], strategy: import("../../../select-person/src/types").Strategy) => (string | number)[];
1651
+ getParentKeys: (node: import("../../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => never[];
1652
+ getTopLevelCheckedKey: (node: import("../../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => string | number;
1653
+ checkedAllChange: (checked: boolean) => void;
1654
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1655
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1656
+ node: import("naive-ui").TreeOption | null;
1657
+ action: "check" | "uncheck";
1658
+ }) => void;
1659
+ clearAll: () => void;
1660
+ updateChecked: (key: string | number, checked: boolean) => void;
1661
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1662
+ checkSearchClear: (kw: string) => void;
1663
+ getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1664
+ parentNode: import("../../../select-person/src/types").PTreeOption | undefined;
1665
+ key: string | number;
1666
+ label: string;
1667
+ name: string;
1668
+ labelExpand: string;
1669
+ parentKey?: (string | number) | undefined;
1670
+ parentName: string;
1671
+ innerItemsNum: number;
1672
+ children: import("../../../select-person/src/types").PTreeOption[] | undefined;
1673
+ leaf: boolean;
1674
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject;
1675
+ disabled?: boolean | undefined;
1676
+ count?: number | undefined;
1677
+ }[];
1678
+ resetParams: () => void;
1679
+ NButton: any;
1680
+ NInput: any;
1681
+ NInputGroup: any;
1682
+ NCheckbox: any;
1683
+ NTree: any;
1684
+ NSpace: any;
1685
+ NGrid: any;
1686
+ NGi: any;
1687
+ NPopover: any;
1688
+ SearchGroupList: import("vue").DefineComponent<{
1689
+ data: {
1690
+ type: PropType<{
1691
+ title: string;
1692
+ data: {
1693
+ key: string | number;
1694
+ label: string;
1695
+ labelExpand: string;
1696
+ parentName: string;
1697
+ }[];
1698
+ }[]>;
1699
+ required: true;
1700
+ };
1701
+ type: {
1702
+ type: StringConstructor;
1703
+ default: string;
1704
+ };
1705
+ }, {
1706
+ emit: (event: "checked", ...args: any[]) => void;
1707
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1708
+ data: {
1709
+ type: PropType<{
1710
+ title: string;
1711
+ data: {
1712
+ key: string | number;
1713
+ label: string;
1714
+ labelExpand: string;
1715
+ parentName: string;
1716
+ }[];
1717
+ }[]>;
1718
+ required: true;
1719
+ };
1720
+ type: {
1721
+ type: StringConstructor;
1722
+ default: string;
1723
+ };
1724
+ }>> & {
1725
+ onChecked?: ((...args: any[]) => any) | undefined;
1726
+ }>>;
1727
+ renderData: import("vue").ComputedRef<{
1728
+ title: string;
1729
+ data: {
1730
+ key: string | number;
1731
+ label: string;
1732
+ labelExpand: string;
1733
+ parentName: string;
1734
+ }[];
1735
+ }[]>;
1736
+ handleClick: (item: import("../../../../shared/types").AnyObject) => void;
1737
+ handleChange: (item: import("../../../../shared/types").AnyObject, checked: boolean) => void;
1738
+ NVirtualList: any;
1739
+ NCheckbox: any;
1740
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1741
+ type: {
1742
+ type: StringConstructor;
1743
+ default: string;
1744
+ };
1745
+ config: {
1746
+ type: PropType<import("../../../../shared/types").AnyObject>;
1747
+ default: () => {
1748
+ title: string;
1749
+ content: string;
1750
+ };
1751
+ };
1752
+ }, {
1753
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1754
+ type: {
1755
+ type: StringConstructor;
1756
+ default: string;
1757
+ };
1758
+ config: {
1759
+ type: PropType<import("../../../../shared/types").AnyObject>;
1760
+ default: () => {
1761
+ title: string;
1762
+ content: string;
1763
+ };
1764
+ };
1765
+ }>> & {
1766
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1767
+ }>>;
1768
+ emit: (event: "reloadPage", ...args: any[]) => void;
1769
+ configResult: import("vue").ComputedRef<{
1770
+ title: string;
1771
+ content: string;
1772
+ img: string;
1773
+ }>;
1774
+ reloadPage: () => void;
1775
+ NIcon: any;
1776
+ 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<{}>>, {}>;
1777
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1778
+ type: {
1779
+ type: StringConstructor;
1780
+ default: string;
1781
+ };
1782
+ config: {
1783
+ type: PropType<import("../../../../shared/types").AnyObject>;
1784
+ default: () => {
1785
+ title: string;
1786
+ content: string;
1787
+ };
1788
+ };
1789
+ }>> & {
1790
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1791
+ }, {
1792
+ type: string;
1793
+ config: import("../../../../shared/types").AnyObject;
1794
+ }>>;
1795
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1796
+ data: {
1797
+ type: PropType<{
1798
+ title: string;
1799
+ data: {
1800
+ key: string | number;
1801
+ label: string;
1802
+ labelExpand: string;
1803
+ parentName: string;
1804
+ }[];
1805
+ }[]>;
1806
+ required: true;
1807
+ };
1808
+ type: {
1809
+ type: StringConstructor;
1810
+ default: string;
1811
+ };
1812
+ }>> & {
1813
+ onChecked?: ((...args: any[]) => any) | undefined;
1814
+ }, {
1815
+ type: string;
1816
+ }>;
1817
+ TagItem: import("vue").DefineComponent<{
1818
+ tag: {
1819
+ type: PropType<import("../../../../shared/types").AnyObject>;
1820
+ required: true;
1821
+ };
1822
+ showClose: {
1823
+ type: BooleanConstructor;
1824
+ default: boolean;
1825
+ };
1826
+ }, {
1827
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1828
+ tag: {
1829
+ type: PropType<import("../../../../shared/types").AnyObject>;
1830
+ required: true;
1831
+ };
1832
+ showClose: {
1833
+ type: BooleanConstructor;
1834
+ default: boolean;
1835
+ };
1836
+ }>> & {
1837
+ onUnchecked?: ((...args: any[]) => any) | undefined;
1838
+ }>>;
1839
+ emit: (event: "unchecked", ...args: any[]) => void;
1840
+ updateChecked: (key: string, checked: boolean) => void;
1841
+ NIcon: any;
1842
+ 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<{}>>, {}>;
1843
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1844
+ tag: {
1845
+ type: PropType<import("../../../../shared/types").AnyObject>;
1846
+ required: true;
1847
+ };
1848
+ showClose: {
1849
+ type: BooleanConstructor;
1850
+ default: boolean;
1851
+ };
1852
+ }>> & {
1853
+ onUnchecked?: ((...args: any[]) => any) | undefined;
1854
+ }, {
1855
+ showClose: boolean;
1856
+ }>;
1857
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1858
+ type: {
1859
+ type: StringConstructor;
1860
+ default: string;
1861
+ };
1862
+ config: {
1863
+ type: PropType<import("../../../../shared/types").AnyObject>;
1864
+ default: () => {
1865
+ title: string;
1866
+ content: string;
1867
+ };
1868
+ };
1869
+ }, {
1870
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1871
+ type: {
1872
+ type: StringConstructor;
1873
+ default: string;
1874
+ };
1875
+ config: {
1876
+ type: PropType<import("../../../../shared/types").AnyObject>;
1877
+ default: () => {
1878
+ title: string;
1879
+ content: string;
1880
+ };
1881
+ };
1882
+ }>> & {
1883
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1884
+ }>>;
1885
+ emit: (event: "reloadPage", ...args: any[]) => void;
1886
+ configResult: import("vue").ComputedRef<{
1887
+ title: string;
1888
+ content: string;
1889
+ img: string;
1890
+ }>;
1891
+ reloadPage: () => void;
1892
+ NIcon: any;
1893
+ 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<{}>>, {}>;
1894
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1895
+ type: {
1896
+ type: StringConstructor;
1897
+ default: string;
1898
+ };
1899
+ config: {
1900
+ type: PropType<import("../../../../shared/types").AnyObject>;
1901
+ default: () => {
1902
+ title: string;
1903
+ content: string;
1904
+ };
1905
+ };
1906
+ }>> & {
1907
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1908
+ }, {
1909
+ type: string;
1910
+ config: import("../../../../shared/types").AnyObject;
1911
+ }>>;
1912
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1913
+ defaultList: {
1914
+ type: PropType<((string | number) | {
1915
+ [key: string]: any;
1916
+ key: string | number;
1917
+ })[]>;
1918
+ default: () => never[];
1919
+ };
1920
+ data: {
1921
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[]>;
1922
+ default: () => never[];
1923
+ };
1924
+ searchPlaceholder: {
1925
+ type: StringConstructor;
1926
+ default: string;
1927
+ };
1928
+ searchButtonText: {
1929
+ type: StringConstructor;
1930
+ default: string;
1931
+ };
1932
+ wordbook: {
1933
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1934
+ default: () => {};
1935
+ };
1936
+ wordbookChild: {
1937
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>>;
1938
+ default: () => {};
1939
+ };
1940
+ showCount: {
1941
+ type: BooleanConstructor;
1942
+ default: boolean;
1943
+ };
1944
+ showClear: {
1945
+ type: BooleanConstructor;
1946
+ default: boolean;
1947
+ };
1948
+ multiple: {
1949
+ type: BooleanConstructor;
1950
+ default: boolean;
1951
+ };
1952
+ searchInner: {
1953
+ type: BooleanConstructor;
1954
+ default: boolean;
1955
+ };
1956
+ searchFilter: {
1957
+ type: PropType<import("../../../../shared/types").AnyObject>;
1958
+ default: () => {};
1959
+ };
1960
+ treeSetting: {
1961
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
1962
+ default: () => {};
1963
+ };
1964
+ queryLoadChildData: {
1965
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>>;
1966
+ default: undefined;
1967
+ };
1968
+ queryTreeSearch: {
1969
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1970
+ default: () => Promise<never[]>;
1971
+ };
1972
+ forceShowSelectAll: {
1973
+ type: BooleanConstructor;
1974
+ };
1975
+ uncheckableField: {
1976
+ type: StringConstructor;
1977
+ };
1978
+ onlyForwardCascade: {
1979
+ type: BooleanConstructor;
1980
+ };
1981
+ height: {
1982
+ type: StringConstructor;
1983
+ };
1984
+ hideLeaf: {
1985
+ type: BooleanConstructor;
1986
+ default: boolean;
1987
+ };
1988
+ itemKey: {
1989
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
1990
+ default: undefined;
1991
+ };
1992
+ showTagHover: {
1993
+ type: BooleanConstructor;
1994
+ default: boolean;
1995
+ };
1996
+ }>>, {
1997
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
1998
+ defaultList: ((string | number) | {
1999
+ [key: string]: any;
2000
+ key: string | number;
2001
+ })[];
2002
+ searchPlaceholder: string;
2003
+ searchButtonText: string;
2004
+ wordbook: import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
2005
+ wordbookChild: import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject>;
2006
+ showCount: boolean;
2007
+ showClear: boolean;
2008
+ multiple: boolean;
2009
+ searchInner: boolean;
2010
+ searchFilter: import("../../../../shared/types").AnyObject;
2011
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject;
2012
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<import("../../../../shared/types").AnyObject>;
2013
+ queryTreeSearch: (keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>;
2014
+ forceShowSelectAll: boolean;
2015
+ onlyForwardCascade: boolean;
2016
+ hideLeaf: boolean;
2017
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
2018
+ showTagHover: boolean;
1345
2019
  }>>;
1346
2020
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1347
2021
  defaultList: {
@@ -1450,6 +2124,22 @@ declare const _default: import("vue").DefineComponent<{
1450
2124
  onlyForwardCascade: {
1451
2125
  type: BooleanConstructor;
1452
2126
  };
2127
+ height: {
2128
+ type: StringConstructor;
2129
+ default: string;
2130
+ };
2131
+ hideLeaf: {
2132
+ type: BooleanConstructor;
2133
+ default: boolean;
2134
+ };
2135
+ itemKey: {
2136
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
2137
+ default: undefined;
2138
+ };
2139
+ showTagHover: {
2140
+ type: BooleanConstructor;
2141
+ default: boolean;
2142
+ };
1453
2143
  }>> & {
1454
2144
  onCheck?: ((...args: any[]) => any) | undefined;
1455
2145
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1565,11 +2255,28 @@ declare const _default: import("vue").DefineComponent<{
1565
2255
  onlyForwardCascade: {
1566
2256
  type: BooleanConstructor;
1567
2257
  };
2258
+ height: {
2259
+ type: StringConstructor;
2260
+ default: string;
2261
+ };
2262
+ hideLeaf: {
2263
+ type: BooleanConstructor;
2264
+ default: boolean;
2265
+ };
2266
+ itemKey: {
2267
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
2268
+ default: undefined;
2269
+ };
2270
+ showTagHover: {
2271
+ type: BooleanConstructor;
2272
+ default: boolean;
2273
+ };
1568
2274
  }>> & {
1569
2275
  onCheck?: ((...args: any[]) => any) | undefined;
1570
2276
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1571
2277
  }, {
1572
2278
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
2279
+ height: string;
1573
2280
  defaultList: ((string | number) | {
1574
2281
  [key: string]: any;
1575
2282
  key: string | number;
@@ -1604,6 +2311,9 @@ declare const _default: import("vue").DefineComponent<{
1604
2311
  tagProps: import("../../../../shared/types").AnyObject;
1605
2312
  forceShowSelectAll: boolean;
1606
2313
  onlyForwardCascade: boolean;
2314
+ hideLeaf: boolean;
2315
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
2316
+ showTagHover: boolean;
1607
2317
  }>>;
1608
2318
  }, 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
2319
  visible: {