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