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
@@ -106,6 +106,22 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
106
106
  onlyForwardCascade: {
107
107
  type: BooleanConstructor;
108
108
  };
109
+ height: {
110
+ type: StringConstructor;
111
+ default: string;
112
+ };
113
+ hideLeaf: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
117
+ itemKey: {
118
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
119
+ default: undefined;
120
+ };
121
+ showTagHover: {
122
+ type: BooleanConstructor;
123
+ default: boolean;
124
+ };
109
125
  }, {
110
126
  $attrs: {
111
127
  [x: string]: unknown;
@@ -217,6 +233,22 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
217
233
  onlyForwardCascade: {
218
234
  type: BooleanConstructor;
219
235
  };
236
+ height: {
237
+ type: StringConstructor;
238
+ default: string;
239
+ };
240
+ hideLeaf: {
241
+ type: BooleanConstructor;
242
+ default: boolean;
243
+ };
244
+ itemKey: {
245
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
246
+ default: undefined;
247
+ };
248
+ showTagHover: {
249
+ type: BooleanConstructor;
250
+ default: boolean;
251
+ };
220
252
  }>> & {
221
253
  onCheck?: ((...args: any[]) => any) | undefined;
222
254
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1247,6 +1279,648 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1247
1279
  roleFields: Record<string, any>;
1248
1280
  forceShowSelectAll: boolean;
1249
1281
  onlyForwardCascade: boolean;
1282
+ }> | import("vue").DefineComponent<{
1283
+ defaultList: {
1284
+ type: import("vue").PropType<((string | number) | {
1285
+ [key: string]: any;
1286
+ key: string | number;
1287
+ })[]>;
1288
+ default: () => never[];
1289
+ };
1290
+ data: {
1291
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1292
+ default: () => never[];
1293
+ };
1294
+ searchPlaceholder: {
1295
+ type: StringConstructor;
1296
+ default: string;
1297
+ };
1298
+ searchButtonText: {
1299
+ type: StringConstructor;
1300
+ default: string;
1301
+ };
1302
+ wordbook: {
1303
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1304
+ default: () => {};
1305
+ };
1306
+ wordbookChild: {
1307
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1308
+ default: () => {};
1309
+ };
1310
+ showCount: {
1311
+ type: BooleanConstructor;
1312
+ default: boolean;
1313
+ };
1314
+ showClear: {
1315
+ type: BooleanConstructor;
1316
+ default: boolean;
1317
+ };
1318
+ multiple: {
1319
+ type: BooleanConstructor;
1320
+ default: boolean;
1321
+ };
1322
+ searchInner: {
1323
+ type: BooleanConstructor;
1324
+ default: boolean;
1325
+ };
1326
+ searchFilter: {
1327
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1328
+ default: () => {};
1329
+ };
1330
+ treeSetting: {
1331
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1332
+ default: () => {};
1333
+ };
1334
+ queryLoadChildData: {
1335
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1336
+ default: undefined;
1337
+ };
1338
+ queryTreeSearch: {
1339
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1340
+ default: () => Promise<never[]>;
1341
+ };
1342
+ forceShowSelectAll: {
1343
+ type: BooleanConstructor;
1344
+ };
1345
+ uncheckableField: {
1346
+ type: StringConstructor;
1347
+ };
1348
+ onlyForwardCascade: {
1349
+ type: BooleanConstructor;
1350
+ };
1351
+ height: {
1352
+ type: StringConstructor;
1353
+ };
1354
+ hideLeaf: {
1355
+ type: BooleanConstructor;
1356
+ default: boolean;
1357
+ };
1358
+ itemKey: {
1359
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1360
+ default: undefined;
1361
+ };
1362
+ showTagHover: {
1363
+ type: BooleanConstructor;
1364
+ default: boolean;
1365
+ };
1366
+ }, {
1367
+ $message: import("naive-ui").MessageApi;
1368
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1369
+ defaultList: {
1370
+ type: import("vue").PropType<((string | number) | {
1371
+ [key: string]: any;
1372
+ key: string | number;
1373
+ })[]>;
1374
+ default: () => never[];
1375
+ };
1376
+ data: {
1377
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1378
+ default: () => never[];
1379
+ };
1380
+ searchPlaceholder: {
1381
+ type: StringConstructor;
1382
+ default: string;
1383
+ };
1384
+ searchButtonText: {
1385
+ type: StringConstructor;
1386
+ default: string;
1387
+ };
1388
+ wordbook: {
1389
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1390
+ default: () => {};
1391
+ };
1392
+ wordbookChild: {
1393
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1394
+ default: () => {};
1395
+ };
1396
+ showCount: {
1397
+ type: BooleanConstructor;
1398
+ default: boolean;
1399
+ };
1400
+ showClear: {
1401
+ type: BooleanConstructor;
1402
+ default: boolean;
1403
+ };
1404
+ multiple: {
1405
+ type: BooleanConstructor;
1406
+ default: boolean;
1407
+ };
1408
+ searchInner: {
1409
+ type: BooleanConstructor;
1410
+ default: boolean;
1411
+ };
1412
+ searchFilter: {
1413
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1414
+ default: () => {};
1415
+ };
1416
+ treeSetting: {
1417
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1418
+ default: () => {};
1419
+ };
1420
+ queryLoadChildData: {
1421
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1422
+ default: undefined;
1423
+ };
1424
+ queryTreeSearch: {
1425
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1426
+ default: () => Promise<never[]>;
1427
+ };
1428
+ forceShowSelectAll: {
1429
+ type: BooleanConstructor;
1430
+ };
1431
+ uncheckableField: {
1432
+ type: StringConstructor;
1433
+ };
1434
+ onlyForwardCascade: {
1435
+ type: BooleanConstructor;
1436
+ };
1437
+ height: {
1438
+ type: StringConstructor;
1439
+ };
1440
+ hideLeaf: {
1441
+ type: BooleanConstructor;
1442
+ default: boolean;
1443
+ };
1444
+ itemKey: {
1445
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1446
+ default: undefined;
1447
+ };
1448
+ showTagHover: {
1449
+ type: BooleanConstructor;
1450
+ default: boolean;
1451
+ };
1452
+ }>> & {}>>;
1453
+ emit: any;
1454
+ keyword: import("vue").Ref<string>;
1455
+ checkedAll: import("vue").Ref<boolean>;
1456
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1457
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1458
+ treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1459
+ treeAsyncData: import("vue").Ref<{
1460
+ [x: string]: any;
1461
+ key: string | number;
1462
+ label: string;
1463
+ name: string;
1464
+ labelExpand: string;
1465
+ parentKey?: (string | number) | undefined;
1466
+ parentName: string;
1467
+ innerItemsNum: number;
1468
+ children: any[] | undefined;
1469
+ leaf: boolean;
1470
+ originItem: {
1471
+ [x: string]: any;
1472
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1473
+ label?: string | undefined;
1474
+ checkboxDisabled?: boolean | undefined;
1475
+ disabled?: boolean | undefined;
1476
+ isLeaf?: boolean | undefined;
1477
+ children?: {
1478
+ [x: string]: unknown;
1479
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1480
+ label?: string | undefined;
1481
+ checkboxDisabled?: boolean | undefined;
1482
+ disabled?: boolean | undefined;
1483
+ isLeaf?: boolean | undefined;
1484
+ children?: any[] | undefined;
1485
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1486
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1487
+ }[] | undefined;
1488
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1489
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1490
+ };
1491
+ disabled?: boolean | undefined;
1492
+ count?: number | undefined;
1493
+ }[]>;
1494
+ searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
1495
+ searchData: import("vue").ShallowRef<{
1496
+ title: string;
1497
+ data: import("./src/types").PTreeOption[];
1498
+ }[]>;
1499
+ treeMap: Map<string | number, import("./src/types").PTreeOption>;
1500
+ isSearch: import("vue").Ref<boolean>;
1501
+ remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
1502
+ isRemote: import("vue").ComputedRef<boolean>;
1503
+ checkStrategyResult: import("vue").ComputedRef<any>;
1504
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1505
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1506
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1507
+ caculateTagData: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
1508
+ renderTreeData: import("vue").ComputedRef<{
1509
+ [x: string]: any;
1510
+ key: string | number;
1511
+ label: string;
1512
+ name: string;
1513
+ labelExpand: string;
1514
+ parentKey?: (string | number) | undefined;
1515
+ parentName: string;
1516
+ innerItemsNum: number;
1517
+ children: any[] | undefined;
1518
+ leaf: boolean;
1519
+ originItem: {
1520
+ [x: string]: any;
1521
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1522
+ label?: string | undefined;
1523
+ checkboxDisabled?: boolean | undefined;
1524
+ disabled?: boolean | undefined;
1525
+ isLeaf?: boolean | undefined;
1526
+ children?: {
1527
+ [x: string]: unknown;
1528
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1529
+ label?: string | undefined;
1530
+ checkboxDisabled?: boolean | undefined;
1531
+ disabled?: boolean | undefined;
1532
+ isLeaf?: boolean | undefined;
1533
+ children?: any[] | undefined;
1534
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1535
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1536
+ }[] | undefined;
1537
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1538
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1539
+ };
1540
+ disabled?: boolean | undefined;
1541
+ count?: number | undefined;
1542
+ }[]>;
1543
+ initTreeData: () => void;
1544
+ queryLoadChildNode: (node: import("./src/types").PTreeOption) => Promise<import("../../shared/types").AnyObject>;
1545
+ renderLabel: ({ option }: {
1546
+ option: import("naive-ui").TreeOption;
1547
+ }) => JSX.Element;
1548
+ transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[], parentNode: import("./src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("./src/types").PTreeOption) => unknown>> | undefined) => {
1549
+ treeItems: import("./src/types").PTreeOption[];
1550
+ leafCount: number;
1551
+ innerItems: any[];
1552
+ };
1553
+ getTreeOptionChildren: (item: import("./src/types").PTreeOption) => void;
1554
+ onSearch: () => Promise<void>;
1555
+ getAllKeys: (tree: import("./src/types").PTreeOption[], strategy: import("./src/types").Strategy) => (string | number)[];
1556
+ getParentKeys: (node: import("./src/types").PTreeOption, map: Map<string | number, import("./src/types").PTreeOption>) => never[];
1557
+ getTopLevelCheckedKey: (node: import("./src/types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("./src/types").PTreeOption>) => string | number;
1558
+ checkedAllChange: (checked: boolean) => void;
1559
+ getFlattenKeys: (tree: import("naive-ui").TreeOption[]) => any[];
1560
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1561
+ node: import("naive-ui").TreeOption | null;
1562
+ action: "check" | "uncheck";
1563
+ }) => void;
1564
+ clearAll: () => void;
1565
+ updateChecked: (key: string | number, checked: boolean) => void;
1566
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1567
+ checkSearchClear: (kw: string) => void;
1568
+ getCheckWithLevel: (strategy?: import("./src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1569
+ parentNode: import("./src/types").PTreeOption | undefined;
1570
+ key: string | number;
1571
+ label: string;
1572
+ name: string;
1573
+ labelExpand: string;
1574
+ parentKey?: (string | number) | undefined;
1575
+ parentName: string;
1576
+ innerItemsNum: number;
1577
+ children: import("./src/types").PTreeOption[] | undefined;
1578
+ leaf: boolean;
1579
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject;
1580
+ disabled?: boolean | undefined;
1581
+ count?: number | undefined;
1582
+ }[];
1583
+ resetParams: () => void;
1584
+ NButton: any;
1585
+ NInput: any;
1586
+ NInputGroup: any;
1587
+ NCheckbox: any;
1588
+ NTree: any;
1589
+ NSpace: any;
1590
+ NGrid: any;
1591
+ NGi: any;
1592
+ NPopover: any;
1593
+ SearchGroupList: import("vue").DefineComponent<{
1594
+ data: {
1595
+ type: import("vue").PropType<{
1596
+ title: string;
1597
+ data: {
1598
+ key: string | number;
1599
+ label: string;
1600
+ labelExpand: string;
1601
+ parentName: string;
1602
+ }[];
1603
+ }[]>;
1604
+ required: true;
1605
+ };
1606
+ type: {
1607
+ type: StringConstructor;
1608
+ default: string;
1609
+ };
1610
+ }, {
1611
+ emit: (event: "checked", ...args: any[]) => void;
1612
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1613
+ data: {
1614
+ type: import("vue").PropType<{
1615
+ title: string;
1616
+ data: {
1617
+ key: string | number;
1618
+ label: string;
1619
+ labelExpand: string;
1620
+ parentName: string;
1621
+ }[];
1622
+ }[]>;
1623
+ required: true;
1624
+ };
1625
+ type: {
1626
+ type: StringConstructor;
1627
+ default: string;
1628
+ };
1629
+ }>> & {
1630
+ onChecked?: ((...args: any[]) => any) | undefined;
1631
+ }>>;
1632
+ renderData: import("vue").ComputedRef<{
1633
+ title: string;
1634
+ data: {
1635
+ key: string | number;
1636
+ label: string;
1637
+ labelExpand: string;
1638
+ parentName: string;
1639
+ }[];
1640
+ }[]>;
1641
+ handleClick: (item: import("../../shared/types").AnyObject) => void;
1642
+ handleChange: (item: import("../../shared/types").AnyObject, checked: boolean) => void;
1643
+ NVirtualList: any;
1644
+ NCheckbox: any;
1645
+ CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1646
+ type: {
1647
+ type: StringConstructor;
1648
+ default: string;
1649
+ };
1650
+ config: {
1651
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1652
+ default: () => {
1653
+ title: string;
1654
+ content: string;
1655
+ };
1656
+ };
1657
+ }, {
1658
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1659
+ type: {
1660
+ type: StringConstructor;
1661
+ default: string;
1662
+ };
1663
+ config: {
1664
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1665
+ default: () => {
1666
+ title: string;
1667
+ content: string;
1668
+ };
1669
+ };
1670
+ }>> & {
1671
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1672
+ }>>;
1673
+ emit: (event: "reloadPage", ...args: any[]) => void;
1674
+ configResult: import("vue").ComputedRef<{
1675
+ title: string;
1676
+ content: string;
1677
+ img: string;
1678
+ }>;
1679
+ reloadPage: () => void;
1680
+ NIcon: any;
1681
+ 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<{}>>, {}>;
1682
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1683
+ type: {
1684
+ type: StringConstructor;
1685
+ default: string;
1686
+ };
1687
+ config: {
1688
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1689
+ default: () => {
1690
+ title: string;
1691
+ content: string;
1692
+ };
1693
+ };
1694
+ }>> & {
1695
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1696
+ }, {
1697
+ type: string;
1698
+ config: import("../../shared/types").AnyObject;
1699
+ }>>;
1700
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1701
+ data: {
1702
+ type: import("vue").PropType<{
1703
+ title: string;
1704
+ data: {
1705
+ key: string | number;
1706
+ label: string;
1707
+ labelExpand: string;
1708
+ parentName: string;
1709
+ }[];
1710
+ }[]>;
1711
+ required: true;
1712
+ };
1713
+ type: {
1714
+ type: StringConstructor;
1715
+ default: string;
1716
+ };
1717
+ }>> & {
1718
+ onChecked?: ((...args: any[]) => any) | undefined;
1719
+ }, {
1720
+ type: string;
1721
+ }>;
1722
+ TagItem: import("vue").DefineComponent<{
1723
+ tag: {
1724
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1725
+ required: true;
1726
+ };
1727
+ showClose: {
1728
+ type: BooleanConstructor;
1729
+ default: boolean;
1730
+ };
1731
+ }, {
1732
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1733
+ tag: {
1734
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1735
+ required: true;
1736
+ };
1737
+ showClose: {
1738
+ type: BooleanConstructor;
1739
+ default: boolean;
1740
+ };
1741
+ }>> & {
1742
+ onUnchecked?: ((...args: any[]) => any) | undefined;
1743
+ }>>;
1744
+ emit: (event: "unchecked", ...args: any[]) => void;
1745
+ updateChecked: (key: string, checked: boolean) => void;
1746
+ NIcon: any;
1747
+ 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<{}>>, {}>;
1748
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1749
+ tag: {
1750
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1751
+ required: true;
1752
+ };
1753
+ showClose: {
1754
+ type: BooleanConstructor;
1755
+ default: boolean;
1756
+ };
1757
+ }>> & {
1758
+ onUnchecked?: ((...args: any[]) => any) | undefined;
1759
+ }, {
1760
+ showClose: boolean;
1761
+ }>;
1762
+ CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
1763
+ type: {
1764
+ type: StringConstructor;
1765
+ default: string;
1766
+ };
1767
+ config: {
1768
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1769
+ default: () => {
1770
+ title: string;
1771
+ content: string;
1772
+ };
1773
+ };
1774
+ }, {
1775
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1776
+ type: {
1777
+ type: StringConstructor;
1778
+ default: string;
1779
+ };
1780
+ config: {
1781
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1782
+ default: () => {
1783
+ title: string;
1784
+ content: string;
1785
+ };
1786
+ };
1787
+ }>> & {
1788
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1789
+ }>>;
1790
+ emit: (event: "reloadPage", ...args: any[]) => void;
1791
+ configResult: import("vue").ComputedRef<{
1792
+ title: string;
1793
+ content: string;
1794
+ img: string;
1795
+ }>;
1796
+ reloadPage: () => void;
1797
+ NIcon: any;
1798
+ 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<{}>>, {}>;
1799
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1800
+ type: {
1801
+ type: StringConstructor;
1802
+ default: string;
1803
+ };
1804
+ config: {
1805
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1806
+ default: () => {
1807
+ title: string;
1808
+ content: string;
1809
+ };
1810
+ };
1811
+ }>> & {
1812
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1813
+ }, {
1814
+ type: string;
1815
+ config: import("../../shared/types").AnyObject;
1816
+ }>>;
1817
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1818
+ defaultList: {
1819
+ type: import("vue").PropType<((string | number) | {
1820
+ [key: string]: any;
1821
+ key: string | number;
1822
+ })[]>;
1823
+ default: () => never[];
1824
+ };
1825
+ data: {
1826
+ type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[]>;
1827
+ default: () => never[];
1828
+ };
1829
+ searchPlaceholder: {
1830
+ type: StringConstructor;
1831
+ default: string;
1832
+ };
1833
+ searchButtonText: {
1834
+ type: StringConstructor;
1835
+ default: string;
1836
+ };
1837
+ wordbook: {
1838
+ type: import("vue").PropType<import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1839
+ default: () => {};
1840
+ };
1841
+ wordbookChild: {
1842
+ type: import("vue").PropType<import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>>;
1843
+ default: () => {};
1844
+ };
1845
+ showCount: {
1846
+ type: BooleanConstructor;
1847
+ default: boolean;
1848
+ };
1849
+ showClear: {
1850
+ type: BooleanConstructor;
1851
+ default: boolean;
1852
+ };
1853
+ multiple: {
1854
+ type: BooleanConstructor;
1855
+ default: boolean;
1856
+ };
1857
+ searchInner: {
1858
+ type: BooleanConstructor;
1859
+ default: boolean;
1860
+ };
1861
+ searchFilter: {
1862
+ type: import("vue").PropType<import("../../shared/types").AnyObject>;
1863
+ default: () => {};
1864
+ };
1865
+ treeSetting: {
1866
+ type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1867
+ default: () => {};
1868
+ };
1869
+ queryLoadChildData: {
1870
+ type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>>;
1871
+ default: undefined;
1872
+ };
1873
+ queryTreeSearch: {
1874
+ type: import("vue").PropType<(keyWork: string) => Promise<import("./src/types").PTreeOption[]>>;
1875
+ default: () => Promise<never[]>;
1876
+ };
1877
+ forceShowSelectAll: {
1878
+ type: BooleanConstructor;
1879
+ };
1880
+ uncheckableField: {
1881
+ type: StringConstructor;
1882
+ };
1883
+ onlyForwardCascade: {
1884
+ type: BooleanConstructor;
1885
+ };
1886
+ height: {
1887
+ type: StringConstructor;
1888
+ };
1889
+ hideLeaf: {
1890
+ type: BooleanConstructor;
1891
+ default: boolean;
1892
+ };
1893
+ itemKey: {
1894
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
1895
+ default: undefined;
1896
+ };
1897
+ showTagHover: {
1898
+ type: BooleanConstructor;
1899
+ default: boolean;
1900
+ };
1901
+ }>>, {
1902
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
1903
+ defaultList: ((string | number) | {
1904
+ [key: string]: any;
1905
+ key: string | number;
1906
+ })[];
1907
+ searchPlaceholder: string;
1908
+ searchButtonText: string;
1909
+ wordbook: import("./src/types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1910
+ wordbookChild: import("./src/types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject>;
1911
+ showCount: boolean;
1912
+ showClear: boolean;
1913
+ multiple: boolean;
1914
+ searchInner: boolean;
1915
+ searchFilter: import("../../shared/types").AnyObject;
1916
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject;
1917
+ queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<import("../../shared/types").AnyObject>;
1918
+ queryTreeSearch: (keyWork: string) => Promise<import("./src/types").PTreeOption[]>;
1919
+ forceShowSelectAll: boolean;
1920
+ onlyForwardCascade: boolean;
1921
+ hideLeaf: boolean;
1922
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
1923
+ showTagHover: boolean;
1250
1924
  }>>;
1251
1925
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1252
1926
  defaultList: {
@@ -1355,6 +2029,22 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1355
2029
  onlyForwardCascade: {
1356
2030
  type: BooleanConstructor;
1357
2031
  };
2032
+ height: {
2033
+ type: StringConstructor;
2034
+ default: string;
2035
+ };
2036
+ hideLeaf: {
2037
+ type: BooleanConstructor;
2038
+ default: boolean;
2039
+ };
2040
+ itemKey: {
2041
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2042
+ default: undefined;
2043
+ };
2044
+ showTagHover: {
2045
+ type: BooleanConstructor;
2046
+ default: boolean;
2047
+ };
1358
2048
  }>> & {
1359
2049
  onCheck?: ((...args: any[]) => any) | undefined;
1360
2050
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1470,11 +2160,28 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1470
2160
  onlyForwardCascade: {
1471
2161
  type: BooleanConstructor;
1472
2162
  };
2163
+ height: {
2164
+ type: StringConstructor;
2165
+ default: string;
2166
+ };
2167
+ hideLeaf: {
2168
+ type: BooleanConstructor;
2169
+ default: boolean;
2170
+ };
2171
+ itemKey: {
2172
+ type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
2173
+ default: undefined;
2174
+ };
2175
+ showTagHover: {
2176
+ type: BooleanConstructor;
2177
+ default: boolean;
2178
+ };
1473
2179
  }>> & {
1474
2180
  onCheck?: ((...args: any[]) => any) | undefined;
1475
2181
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1476
2182
  }, {
1477
2183
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
2184
+ height: string;
1478
2185
  defaultList: ((string | number) | {
1479
2186
  [key: string]: any;
1480
2187
  key: string | number;
@@ -1509,5 +2216,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
1509
2216
  tagProps: import("../../shared/types").AnyObject;
1510
2217
  forceShowSelectAll: boolean;
1511
2218
  onlyForwardCascade: boolean;
2219
+ hideLeaf: boolean;
2220
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
2221
+ showTagHover: boolean;
1512
2222
  }>>;
1513
2223
  export default SelectPerson;