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
@@ -160,6 +160,18 @@ declare const _default: import("vue").DefineComponent<{
160
160
  onlyForwardCascade: {
161
161
  type: BooleanConstructor;
162
162
  };
163
+ height: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
167
+ hideLeaf: {
168
+ type: BooleanConstructor;
169
+ default: boolean;
170
+ };
171
+ itemKey: {
172
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
173
+ default: undefined;
174
+ };
163
175
  }, {
164
176
  $attrs: {
165
177
  [x: string]: unknown;
@@ -271,6 +283,18 @@ declare const _default: import("vue").DefineComponent<{
271
283
  onlyForwardCascade: {
272
284
  type: BooleanConstructor;
273
285
  };
286
+ height: {
287
+ type: StringConstructor;
288
+ default: string;
289
+ };
290
+ hideLeaf: {
291
+ type: BooleanConstructor;
292
+ default: boolean;
293
+ };
294
+ itemKey: {
295
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
296
+ default: undefined;
297
+ };
274
298
  }>> & {
275
299
  onCheck?: ((...args: any[]) => any) | undefined;
276
300
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1301,6 +1325,594 @@ declare const _default: import("vue").DefineComponent<{
1301
1325
  roleFields: Record<string, any>;
1302
1326
  forceShowSelectAll: boolean;
1303
1327
  onlyForwardCascade: boolean;
1328
+ }> | import("vue").DefineComponent<{
1329
+ defaultList: {
1330
+ type: PropType<((string | number) | {
1331
+ [key: string]: any;
1332
+ key: string | number;
1333
+ })[]>;
1334
+ default: () => never[];
1335
+ };
1336
+ data: {
1337
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1338
+ default: () => never[];
1339
+ };
1340
+ searchPlaceholder: {
1341
+ type: StringConstructor;
1342
+ default: string;
1343
+ };
1344
+ searchButtonText: {
1345
+ type: StringConstructor;
1346
+ default: string;
1347
+ };
1348
+ wordbook: {
1349
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1350
+ default: () => {};
1351
+ };
1352
+ wordbookChild: {
1353
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1354
+ default: () => {};
1355
+ };
1356
+ showCount: {
1357
+ type: BooleanConstructor;
1358
+ default: boolean;
1359
+ };
1360
+ showClear: {
1361
+ type: BooleanConstructor;
1362
+ default: boolean;
1363
+ };
1364
+ multiple: {
1365
+ type: BooleanConstructor;
1366
+ default: boolean;
1367
+ };
1368
+ searchInner: {
1369
+ type: BooleanConstructor;
1370
+ default: boolean;
1371
+ };
1372
+ searchFilter: {
1373
+ type: PropType<AnyObject>;
1374
+ default: () => {};
1375
+ };
1376
+ treeSetting: {
1377
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1378
+ default: () => {};
1379
+ };
1380
+ queryLoadChildData: {
1381
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1382
+ default: undefined;
1383
+ };
1384
+ queryTreeSearch: {
1385
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1386
+ default: () => Promise<never[]>;
1387
+ };
1388
+ forceShowSelectAll: {
1389
+ type: BooleanConstructor;
1390
+ };
1391
+ uncheckableField: {
1392
+ type: StringConstructor;
1393
+ };
1394
+ onlyForwardCascade: {
1395
+ type: BooleanConstructor;
1396
+ };
1397
+ height: {
1398
+ type: StringConstructor;
1399
+ };
1400
+ hideLeaf: {
1401
+ type: BooleanConstructor;
1402
+ default: boolean;
1403
+ };
1404
+ itemKey: {
1405
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1406
+ default: undefined;
1407
+ };
1408
+ }, {
1409
+ $message: import("naive-ui").MessageApi;
1410
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1411
+ defaultList: {
1412
+ type: PropType<((string | number) | {
1413
+ [key: string]: any;
1414
+ key: string | number;
1415
+ })[]>;
1416
+ default: () => never[];
1417
+ };
1418
+ data: {
1419
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1420
+ default: () => never[];
1421
+ };
1422
+ searchPlaceholder: {
1423
+ type: StringConstructor;
1424
+ default: string;
1425
+ };
1426
+ searchButtonText: {
1427
+ type: StringConstructor;
1428
+ default: string;
1429
+ };
1430
+ wordbook: {
1431
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1432
+ default: () => {};
1433
+ };
1434
+ wordbookChild: {
1435
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1436
+ default: () => {};
1437
+ };
1438
+ showCount: {
1439
+ type: BooleanConstructor;
1440
+ default: boolean;
1441
+ };
1442
+ showClear: {
1443
+ type: BooleanConstructor;
1444
+ default: boolean;
1445
+ };
1446
+ multiple: {
1447
+ type: BooleanConstructor;
1448
+ default: boolean;
1449
+ };
1450
+ searchInner: {
1451
+ type: BooleanConstructor;
1452
+ default: boolean;
1453
+ };
1454
+ searchFilter: {
1455
+ type: PropType<AnyObject>;
1456
+ default: () => {};
1457
+ };
1458
+ treeSetting: {
1459
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1460
+ default: () => {};
1461
+ };
1462
+ queryLoadChildData: {
1463
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1464
+ default: undefined;
1465
+ };
1466
+ queryTreeSearch: {
1467
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1468
+ default: () => Promise<never[]>;
1469
+ };
1470
+ forceShowSelectAll: {
1471
+ type: BooleanConstructor;
1472
+ };
1473
+ uncheckableField: {
1474
+ type: StringConstructor;
1475
+ };
1476
+ onlyForwardCascade: {
1477
+ type: BooleanConstructor;
1478
+ };
1479
+ height: {
1480
+ type: StringConstructor;
1481
+ };
1482
+ hideLeaf: {
1483
+ type: BooleanConstructor;
1484
+ default: boolean;
1485
+ };
1486
+ itemKey: {
1487
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1488
+ default: undefined;
1489
+ };
1490
+ }>> & {}>>;
1491
+ emit: any;
1492
+ keyword: import("vue").Ref<string>;
1493
+ checkedAll: import("vue").Ref<boolean>;
1494
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1495
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1496
+ treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1497
+ treeAsyncData: import("vue").Ref<{
1498
+ [x: string]: any;
1499
+ key: string | number;
1500
+ label: string;
1501
+ name: string;
1502
+ labelExpand: string;
1503
+ parentKey?: (string | number) | undefined;
1504
+ parentName: string;
1505
+ innerItemsNum: number;
1506
+ children: any[] | undefined;
1507
+ leaf: boolean;
1508
+ originItem: {
1509
+ [x: string]: any;
1510
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1511
+ label?: string | undefined;
1512
+ checkboxDisabled?: boolean | undefined;
1513
+ disabled?: boolean | undefined;
1514
+ isLeaf?: boolean | undefined;
1515
+ children?: {
1516
+ [x: string]: unknown;
1517
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1518
+ label?: string | undefined;
1519
+ checkboxDisabled?: boolean | undefined;
1520
+ disabled?: boolean | undefined;
1521
+ isLeaf?: boolean | undefined;
1522
+ children?: any[] | undefined;
1523
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1524
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1525
+ }[] | undefined;
1526
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1527
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1528
+ };
1529
+ disabled?: boolean | undefined;
1530
+ count?: number | undefined;
1531
+ }[]>;
1532
+ searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
1533
+ searchData: import("vue").ShallowRef<{
1534
+ title: string;
1535
+ data: import("../../../select-person/src/types").PTreeOption[];
1536
+ }[]>;
1537
+ treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
1538
+ isSearch: import("vue").Ref<boolean>;
1539
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
1540
+ isRemote: import("vue").ComputedRef<boolean>;
1541
+ checkStrategyResult: import("vue").ComputedRef<any>;
1542
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1543
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1544
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1545
+ caculateTagData: import("vue").ComputedRef<AnyObject[]>;
1546
+ renderTreeData: import("vue").ComputedRef<{
1547
+ [x: string]: any;
1548
+ key: string | number;
1549
+ label: string;
1550
+ name: string;
1551
+ labelExpand: string;
1552
+ parentKey?: (string | number) | undefined;
1553
+ parentName: string;
1554
+ innerItemsNum: number;
1555
+ children: any[] | undefined;
1556
+ leaf: boolean;
1557
+ originItem: {
1558
+ [x: string]: any;
1559
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1560
+ label?: string | undefined;
1561
+ checkboxDisabled?: boolean | undefined;
1562
+ disabled?: boolean | undefined;
1563
+ isLeaf?: boolean | undefined;
1564
+ children?: {
1565
+ [x: string]: unknown;
1566
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1567
+ label?: string | undefined;
1568
+ checkboxDisabled?: boolean | undefined;
1569
+ disabled?: boolean | undefined;
1570
+ isLeaf?: boolean | undefined;
1571
+ children?: any[] | undefined;
1572
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1573
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1574
+ }[] | undefined;
1575
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1576
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1577
+ };
1578
+ disabled?: boolean | undefined;
1579
+ count?: number | undefined;
1580
+ }[]>;
1581
+ initTreeData: () => void;
1582
+ queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
1583
+ renderLabel: ({ option }: {
1584
+ option: import("naive-ui").TreeOption;
1585
+ }) => JSX.Element;
1586
+ transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
1587
+ treeItems: import("../../../select-person/src/types").PTreeOption[];
1588
+ leafCount: number;
1589
+ };
1590
+ onSearch: () => Promise<void>;
1591
+ getAllKeys: (tree: import("../../../select-person/src/types").PTreeOption[], strategy: import("../../../select-person/src/types").Strategy) => (string | number)[];
1592
+ getParentKeys: (node: import("../../../select-person/src/types").PTreeOption, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => never[];
1593
+ getTopLevelCheckedKey: (node: import("../../../select-person/src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("../../../select-person/src/types").PTreeOption>) => string | number;
1594
+ checkedAllChange: (checked: boolean) => void;
1595
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1596
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1597
+ node: import("naive-ui").TreeOption | null;
1598
+ action: "check" | "uncheck";
1599
+ }) => void;
1600
+ clearAll: () => void;
1601
+ updateChecked: (key: string | number, checked: boolean) => void;
1602
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1603
+ checkSearchClear: (kw: string) => void;
1604
+ getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1605
+ parentNode: import("../../../select-person/src/types").PTreeOption | undefined;
1606
+ key: string | number;
1607
+ label: string;
1608
+ name: string;
1609
+ labelExpand: string;
1610
+ parentKey?: (string | number) | undefined;
1611
+ parentName: string;
1612
+ innerItemsNum: number;
1613
+ children: import("../../../select-person/src/types").PTreeOption[] | undefined;
1614
+ leaf: boolean;
1615
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1616
+ disabled?: boolean | undefined;
1617
+ count?: number | undefined;
1618
+ }[];
1619
+ resetParams: () => void;
1620
+ NButton: any;
1621
+ NInput: any;
1622
+ NInputGroup: any;
1623
+ NCheckbox: any;
1624
+ NTree: any;
1625
+ NIcon: any;
1626
+ NSpace: any;
1627
+ NGrid: any;
1628
+ NGi: any;
1629
+ 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<{}>>, {}>;
1630
+ SearchGroupList: import("vue").DefineComponent<{
1631
+ data: {
1632
+ type: PropType<{
1633
+ title: string;
1634
+ data: {
1635
+ key: string | number;
1636
+ label: string;
1637
+ labelExpand: string;
1638
+ parentName: string;
1639
+ }[];
1640
+ }[]>;
1641
+ required: true;
1642
+ };
1643
+ type: {
1644
+ type: StringConstructor;
1645
+ default: string;
1646
+ };
1647
+ }, {
1648
+ emit: (event: "checked", ...args: any[]) => void;
1649
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1650
+ data: {
1651
+ type: PropType<{
1652
+ title: string;
1653
+ data: {
1654
+ key: string | number;
1655
+ label: string;
1656
+ labelExpand: string;
1657
+ parentName: string;
1658
+ }[];
1659
+ }[]>;
1660
+ required: true;
1661
+ };
1662
+ type: {
1663
+ type: StringConstructor;
1664
+ default: string;
1665
+ };
1666
+ }>> & {
1667
+ onChecked?: ((...args: any[]) => any) | undefined;
1668
+ }>>;
1669
+ renderData: import("vue").ComputedRef<{
1670
+ title: string;
1671
+ data: {
1672
+ key: string | number;
1673
+ label: string;
1674
+ labelExpand: string;
1675
+ parentName: string;
1676
+ }[];
1677
+ }[]>;
1678
+ handleClick: (item: AnyObject) => void;
1679
+ handleChange: (item: AnyObject, checked: boolean) => void;
1680
+ NVirtualList: any;
1681
+ NCheckbox: any;
1682
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1683
+ type: {
1684
+ type: StringConstructor;
1685
+ default: string;
1686
+ };
1687
+ config: {
1688
+ type: PropType<AnyObject>;
1689
+ default: () => {
1690
+ title: string;
1691
+ content: string;
1692
+ };
1693
+ };
1694
+ }, {
1695
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1696
+ type: {
1697
+ type: StringConstructor;
1698
+ default: string;
1699
+ };
1700
+ config: {
1701
+ type: PropType<AnyObject>;
1702
+ default: () => {
1703
+ title: string;
1704
+ content: string;
1705
+ };
1706
+ };
1707
+ }>> & {
1708
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1709
+ }>>;
1710
+ emit: (event: "reloadPage", ...args: any[]) => void;
1711
+ configResult: import("vue").ComputedRef<{
1712
+ title: string;
1713
+ content: string;
1714
+ img: string;
1715
+ }>;
1716
+ reloadPage: () => void;
1717
+ NIcon: any;
1718
+ 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<{}>>, {}>;
1719
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1720
+ type: {
1721
+ type: StringConstructor;
1722
+ default: string;
1723
+ };
1724
+ config: {
1725
+ type: PropType<AnyObject>;
1726
+ default: () => {
1727
+ title: string;
1728
+ content: string;
1729
+ };
1730
+ };
1731
+ }>> & {
1732
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1733
+ }, {
1734
+ type: string;
1735
+ config: AnyObject;
1736
+ }>>;
1737
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1738
+ data: {
1739
+ type: PropType<{
1740
+ title: string;
1741
+ data: {
1742
+ key: string | number;
1743
+ label: string;
1744
+ labelExpand: string;
1745
+ parentName: string;
1746
+ }[];
1747
+ }[]>;
1748
+ required: true;
1749
+ };
1750
+ type: {
1751
+ type: StringConstructor;
1752
+ default: string;
1753
+ };
1754
+ }>> & {
1755
+ onChecked?: ((...args: any[]) => any) | undefined;
1756
+ }, {
1757
+ type: string;
1758
+ }>;
1759
+ CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1760
+ type: {
1761
+ type: StringConstructor;
1762
+ default: string;
1763
+ };
1764
+ config: {
1765
+ type: PropType<AnyObject>;
1766
+ default: () => {
1767
+ title: string;
1768
+ content: string;
1769
+ };
1770
+ };
1771
+ }, {
1772
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1773
+ type: {
1774
+ type: StringConstructor;
1775
+ default: string;
1776
+ };
1777
+ config: {
1778
+ type: PropType<AnyObject>;
1779
+ default: () => {
1780
+ title: string;
1781
+ content: string;
1782
+ };
1783
+ };
1784
+ }>> & {
1785
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1786
+ }>>;
1787
+ emit: (event: "reloadPage", ...args: any[]) => void;
1788
+ configResult: import("vue").ComputedRef<{
1789
+ title: string;
1790
+ content: string;
1791
+ img: string;
1792
+ }>;
1793
+ reloadPage: () => void;
1794
+ NIcon: any;
1795
+ 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<{}>>, {}>;
1796
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1797
+ type: {
1798
+ type: StringConstructor;
1799
+ default: string;
1800
+ };
1801
+ config: {
1802
+ type: PropType<AnyObject>;
1803
+ default: () => {
1804
+ title: string;
1805
+ content: string;
1806
+ };
1807
+ };
1808
+ }>> & {
1809
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1810
+ }, {
1811
+ type: string;
1812
+ config: AnyObject;
1813
+ }>>;
1814
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1815
+ defaultList: {
1816
+ type: PropType<((string | number) | {
1817
+ [key: string]: any;
1818
+ key: string | number;
1819
+ })[]>;
1820
+ default: () => never[];
1821
+ };
1822
+ data: {
1823
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1824
+ default: () => never[];
1825
+ };
1826
+ searchPlaceholder: {
1827
+ type: StringConstructor;
1828
+ default: string;
1829
+ };
1830
+ searchButtonText: {
1831
+ type: StringConstructor;
1832
+ default: string;
1833
+ };
1834
+ wordbook: {
1835
+ type: PropType<import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1836
+ default: () => {};
1837
+ };
1838
+ wordbookChild: {
1839
+ type: PropType<import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1840
+ default: () => {};
1841
+ };
1842
+ showCount: {
1843
+ type: BooleanConstructor;
1844
+ default: boolean;
1845
+ };
1846
+ showClear: {
1847
+ type: BooleanConstructor;
1848
+ default: boolean;
1849
+ };
1850
+ multiple: {
1851
+ type: BooleanConstructor;
1852
+ default: boolean;
1853
+ };
1854
+ searchInner: {
1855
+ type: BooleanConstructor;
1856
+ default: boolean;
1857
+ };
1858
+ searchFilter: {
1859
+ type: PropType<AnyObject>;
1860
+ default: () => {};
1861
+ };
1862
+ treeSetting: {
1863
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1864
+ default: () => {};
1865
+ };
1866
+ queryLoadChildData: {
1867
+ type: PropType<(node: import("naive-ui").TreeOption) => Promise<AnyObject>>;
1868
+ default: undefined;
1869
+ };
1870
+ queryTreeSearch: {
1871
+ type: PropType<(keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>>;
1872
+ default: () => Promise<never[]>;
1873
+ };
1874
+ forceShowSelectAll: {
1875
+ type: BooleanConstructor;
1876
+ };
1877
+ uncheckableField: {
1878
+ type: StringConstructor;
1879
+ };
1880
+ onlyForwardCascade: {
1881
+ type: BooleanConstructor;
1882
+ };
1883
+ height: {
1884
+ type: StringConstructor;
1885
+ };
1886
+ hideLeaf: {
1887
+ type: BooleanConstructor;
1888
+ default: boolean;
1889
+ };
1890
+ itemKey: {
1891
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1892
+ default: undefined;
1893
+ };
1894
+ }>>, {
1895
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1896
+ defaultList: ((string | number) | {
1897
+ [key: string]: any;
1898
+ key: string | number;
1899
+ })[];
1900
+ searchPlaceholder: string;
1901
+ searchButtonText: string;
1902
+ wordbook: import("../../../select-person/src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1903
+ wordbookChild: import("../../../select-person/src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1904
+ showCount: boolean;
1905
+ showClear: boolean;
1906
+ multiple: boolean;
1907
+ searchInner: boolean;
1908
+ searchFilter: AnyObject;
1909
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1910
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<AnyObject>;
1911
+ queryTreeSearch: (keyWork: string) => Promise<import("../../../select-person/src/types").PTreeOption[]>;
1912
+ forceShowSelectAll: boolean;
1913
+ onlyForwardCascade: boolean;
1914
+ hideLeaf: boolean;
1915
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1304
1916
  }>>;
1305
1917
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1306
1918
  defaultList: {
@@ -1409,6 +2021,18 @@ declare const _default: import("vue").DefineComponent<{
1409
2021
  onlyForwardCascade: {
1410
2022
  type: BooleanConstructor;
1411
2023
  };
2024
+ height: {
2025
+ type: StringConstructor;
2026
+ default: string;
2027
+ };
2028
+ hideLeaf: {
2029
+ type: BooleanConstructor;
2030
+ default: boolean;
2031
+ };
2032
+ itemKey: {
2033
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2034
+ default: undefined;
2035
+ };
1412
2036
  }>> & {
1413
2037
  onCheck?: ((...args: any[]) => any) | undefined;
1414
2038
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1524,11 +2148,24 @@ declare const _default: import("vue").DefineComponent<{
1524
2148
  onlyForwardCascade: {
1525
2149
  type: BooleanConstructor;
1526
2150
  };
2151
+ height: {
2152
+ type: StringConstructor;
2153
+ default: string;
2154
+ };
2155
+ hideLeaf: {
2156
+ type: BooleanConstructor;
2157
+ default: boolean;
2158
+ };
2159
+ itemKey: {
2160
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
2161
+ default: undefined;
2162
+ };
1527
2163
  }>> & {
1528
2164
  onCheck?: ((...args: any[]) => any) | undefined;
1529
2165
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1530
2166
  }, {
1531
2167
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
2168
+ height: string;
1532
2169
  defaultList: ((string | number) | {
1533
2170
  [key: string]: any;
1534
2171
  key: string | number;
@@ -1563,6 +2200,8 @@ declare const _default: import("vue").DefineComponent<{
1563
2200
  tagProps: AnyObject;
1564
2201
  forceShowSelectAll: boolean;
1565
2202
  onlyForwardCascade: boolean;
2203
+ hideLeaf: boolean;
2204
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1566
2205
  }>>;
1567
2206
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1568
2207
  visible: {