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
@@ -113,6 +113,18 @@ 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
+ };
116
128
  }, {
117
129
  $attrs: {
118
130
  [x: string]: unknown;
@@ -211,6 +223,18 @@ declare const _default: import("vue").DefineComponent<{
211
223
  onlyForwardCascade: {
212
224
  type: BooleanConstructor;
213
225
  };
226
+ height: {
227
+ type: StringConstructor;
228
+ default: string;
229
+ };
230
+ hideLeaf: {
231
+ type: BooleanConstructor;
232
+ default: boolean;
233
+ };
234
+ itemKey: {
235
+ type: PropType<(node: ITreeOption) => IKey>;
236
+ default: undefined;
237
+ };
214
238
  }>> & {
215
239
  onCheck?: ((...args: any[]) => any) | undefined;
216
240
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1241,6 +1265,594 @@ declare const _default: import("vue").DefineComponent<{
1241
1265
  roleFields: Record<string, any>;
1242
1266
  forceShowSelectAll: boolean;
1243
1267
  onlyForwardCascade: boolean;
1268
+ }> | import("vue").DefineComponent<{
1269
+ defaultList: {
1270
+ type: PropType<((string | number) | {
1271
+ [key: string]: any;
1272
+ key: string | number;
1273
+ })[]>;
1274
+ default: () => never[];
1275
+ };
1276
+ data: {
1277
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1278
+ default: () => never[];
1279
+ };
1280
+ searchPlaceholder: {
1281
+ type: StringConstructor;
1282
+ default: string;
1283
+ };
1284
+ searchButtonText: {
1285
+ type: StringConstructor;
1286
+ default: string;
1287
+ };
1288
+ wordbook: {
1289
+ type: PropType<import("./types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1290
+ default: () => {};
1291
+ };
1292
+ wordbookChild: {
1293
+ type: PropType<import("./types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1294
+ default: () => {};
1295
+ };
1296
+ showCount: {
1297
+ type: BooleanConstructor;
1298
+ default: boolean;
1299
+ };
1300
+ showClear: {
1301
+ type: BooleanConstructor;
1302
+ default: boolean;
1303
+ };
1304
+ multiple: {
1305
+ type: BooleanConstructor;
1306
+ default: boolean;
1307
+ };
1308
+ searchInner: {
1309
+ type: BooleanConstructor;
1310
+ default: boolean;
1311
+ };
1312
+ searchFilter: {
1313
+ type: PropType<AnyObject>;
1314
+ default: () => {};
1315
+ };
1316
+ treeSetting: {
1317
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1318
+ default: () => {};
1319
+ };
1320
+ queryLoadChildData: {
1321
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
1322
+ default: undefined;
1323
+ };
1324
+ queryTreeSearch: {
1325
+ type: PropType<(keyWork: string) => Promise<import("./types").PTreeOption[]>>;
1326
+ default: () => Promise<never[]>;
1327
+ };
1328
+ forceShowSelectAll: {
1329
+ type: BooleanConstructor;
1330
+ };
1331
+ uncheckableField: {
1332
+ type: StringConstructor;
1333
+ };
1334
+ onlyForwardCascade: {
1335
+ type: BooleanConstructor;
1336
+ };
1337
+ height: {
1338
+ type: StringConstructor;
1339
+ };
1340
+ hideLeaf: {
1341
+ type: BooleanConstructor;
1342
+ default: boolean;
1343
+ };
1344
+ itemKey: {
1345
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1346
+ default: undefined;
1347
+ };
1348
+ }, {
1349
+ $message: import("naive-ui").MessageApi;
1350
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1351
+ defaultList: {
1352
+ type: PropType<((string | number) | {
1353
+ [key: string]: any;
1354
+ key: string | number;
1355
+ })[]>;
1356
+ default: () => never[];
1357
+ };
1358
+ data: {
1359
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1360
+ default: () => never[];
1361
+ };
1362
+ searchPlaceholder: {
1363
+ type: StringConstructor;
1364
+ default: string;
1365
+ };
1366
+ searchButtonText: {
1367
+ type: StringConstructor;
1368
+ default: string;
1369
+ };
1370
+ wordbook: {
1371
+ type: PropType<import("./types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1372
+ default: () => {};
1373
+ };
1374
+ wordbookChild: {
1375
+ type: PropType<import("./types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1376
+ default: () => {};
1377
+ };
1378
+ showCount: {
1379
+ type: BooleanConstructor;
1380
+ default: boolean;
1381
+ };
1382
+ showClear: {
1383
+ type: BooleanConstructor;
1384
+ default: boolean;
1385
+ };
1386
+ multiple: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ searchInner: {
1391
+ type: BooleanConstructor;
1392
+ default: boolean;
1393
+ };
1394
+ searchFilter: {
1395
+ type: PropType<AnyObject>;
1396
+ default: () => {};
1397
+ };
1398
+ treeSetting: {
1399
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1400
+ default: () => {};
1401
+ };
1402
+ queryLoadChildData: {
1403
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
1404
+ default: undefined;
1405
+ };
1406
+ queryTreeSearch: {
1407
+ type: PropType<(keyWork: string) => Promise<import("./types").PTreeOption[]>>;
1408
+ default: () => Promise<never[]>;
1409
+ };
1410
+ forceShowSelectAll: {
1411
+ type: BooleanConstructor;
1412
+ };
1413
+ uncheckableField: {
1414
+ type: StringConstructor;
1415
+ };
1416
+ onlyForwardCascade: {
1417
+ type: BooleanConstructor;
1418
+ };
1419
+ height: {
1420
+ type: StringConstructor;
1421
+ };
1422
+ hideLeaf: {
1423
+ type: BooleanConstructor;
1424
+ default: boolean;
1425
+ };
1426
+ itemKey: {
1427
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1428
+ default: undefined;
1429
+ };
1430
+ }>> & {}>>;
1431
+ emit: any;
1432
+ keyword: import("vue").Ref<string>;
1433
+ checkedAll: import("vue").Ref<boolean>;
1434
+ checkedKeys: import("vue").Ref<(string | number)[]>;
1435
+ expandedKeys: import("vue").Ref<(string | number)[]>;
1436
+ treeData: import("vue").ShallowRef<import("./types").PTreeOption[]>;
1437
+ treeAsyncData: import("vue").Ref<{
1438
+ [x: string]: any;
1439
+ key: string | number;
1440
+ label: string;
1441
+ name: string;
1442
+ labelExpand: string;
1443
+ parentKey?: (string | number) | undefined;
1444
+ parentName: string;
1445
+ innerItemsNum: number;
1446
+ children: any[] | undefined;
1447
+ leaf: boolean;
1448
+ originItem: {
1449
+ [x: string]: any;
1450
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1451
+ label?: string | undefined;
1452
+ checkboxDisabled?: boolean | undefined;
1453
+ disabled?: boolean | undefined;
1454
+ isLeaf?: boolean | undefined;
1455
+ children?: {
1456
+ [x: string]: unknown;
1457
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1458
+ label?: string | undefined;
1459
+ checkboxDisabled?: boolean | undefined;
1460
+ disabled?: boolean | undefined;
1461
+ isLeaf?: boolean | undefined;
1462
+ children?: any[] | undefined;
1463
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1464
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1465
+ }[] | undefined;
1466
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1467
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1468
+ };
1469
+ disabled?: boolean | undefined;
1470
+ count?: number | undefined;
1471
+ }[]>;
1472
+ searchTreeData: import("vue").ShallowRef<import("./types").PTreeOption[]>;
1473
+ searchData: import("vue").ShallowRef<{
1474
+ title: string;
1475
+ data: import("./types").PTreeOption[];
1476
+ }[]>;
1477
+ treeMap: Map<string | number, import("./types").PTreeOption>;
1478
+ isSearch: import("vue").Ref<boolean>;
1479
+ remoteDefaultList: import("vue").Ref<AnyObject[]>;
1480
+ isRemote: import("vue").ComputedRef<boolean>;
1481
+ checkStrategyResult: import("vue").ComputedRef<any>;
1482
+ isSearchFilter: import("vue").ComputedRef<boolean>;
1483
+ isShowGroupList: import("vue").ComputedRef<boolean>;
1484
+ showType: import("vue").ComputedRef<"" | "searchGroup" | "searchChild">;
1485
+ caculateTagData: import("vue").ComputedRef<AnyObject[]>;
1486
+ renderTreeData: import("vue").ComputedRef<{
1487
+ [x: string]: any;
1488
+ key: string | number;
1489
+ label: string;
1490
+ name: string;
1491
+ labelExpand: string;
1492
+ parentKey?: (string | number) | undefined;
1493
+ parentName: string;
1494
+ innerItemsNum: number;
1495
+ children: any[] | undefined;
1496
+ leaf: boolean;
1497
+ originItem: {
1498
+ [x: string]: any;
1499
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1500
+ label?: string | undefined;
1501
+ checkboxDisabled?: boolean | undefined;
1502
+ disabled?: boolean | undefined;
1503
+ isLeaf?: boolean | undefined;
1504
+ children?: {
1505
+ [x: string]: unknown;
1506
+ key?: import("naive-ui/es/tree/src/interface").Key | undefined;
1507
+ label?: string | undefined;
1508
+ checkboxDisabled?: boolean | undefined;
1509
+ disabled?: boolean | undefined;
1510
+ isLeaf?: boolean | undefined;
1511
+ children?: any[] | undefined;
1512
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1513
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1514
+ }[] | undefined;
1515
+ prefix?: (() => import("vue").VNodeChild) | undefined;
1516
+ suffix?: (() => import("vue").VNodeChild) | undefined;
1517
+ };
1518
+ disabled?: boolean | undefined;
1519
+ count?: number | undefined;
1520
+ }[]>;
1521
+ initTreeData: () => void;
1522
+ queryLoadChildNode: (node: import("./types").PTreeOption) => Promise<AnyObject>;
1523
+ renderLabel: ({ option }: {
1524
+ option: TreeOption;
1525
+ }) => JSX.Element;
1526
+ 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) => {
1527
+ treeItems: import("./types").PTreeOption[];
1528
+ leafCount: number;
1529
+ };
1530
+ onSearch: () => Promise<void>;
1531
+ getAllKeys: (tree: import("./types").PTreeOption[], strategy: import("./types").Strategy) => (string | number)[];
1532
+ getParentKeys: (node: import("./types").PTreeOption, map: Map<string | number, import("./types").PTreeOption>) => never[];
1533
+ getTopLevelCheckedKey: (node: import("./types").PTreeOption, checked: Set<string | number>, map: Map<string | number, import("./types").PTreeOption>) => string | number;
1534
+ checkedAllChange: (checked: boolean) => void;
1535
+ getFlattenKeys: (tree: TreeOption[]) => any[];
1536
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
1537
+ node: TreeOption | null;
1538
+ action: "check" | "uncheck";
1539
+ }) => void;
1540
+ clearAll: () => void;
1541
+ updateChecked: (key: string | number, checked: boolean) => void;
1542
+ notifyCheck: (key: string | number, isChecked?: boolean) => void;
1543
+ checkSearchClear: (kw: string) => void;
1544
+ getCheckWithLevel: (strategy?: import("./types").Strategy | undefined, hideLeaf?: boolean | undefined) => {
1545
+ parentNode: import("./types").PTreeOption | undefined;
1546
+ key: string | number;
1547
+ label: string;
1548
+ name: string;
1549
+ labelExpand: string;
1550
+ parentKey?: (string | number) | undefined;
1551
+ parentName: string;
1552
+ innerItemsNum: number;
1553
+ children: import("./types").PTreeOption[] | undefined;
1554
+ leaf: boolean;
1555
+ originItem: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1556
+ disabled?: boolean | undefined;
1557
+ count?: number | undefined;
1558
+ }[];
1559
+ resetParams: () => void;
1560
+ NButton: any;
1561
+ NInput: any;
1562
+ NInputGroup: any;
1563
+ NCheckbox: any;
1564
+ NTree: any;
1565
+ NIcon: any;
1566
+ NSpace: any;
1567
+ NGrid: any;
1568
+ NGi: any;
1569
+ 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<{}>>, {}>;
1570
+ SearchGroupList: import("vue").DefineComponent<{
1571
+ data: {
1572
+ type: PropType<{
1573
+ title: string;
1574
+ data: {
1575
+ key: string | number;
1576
+ label: string;
1577
+ labelExpand: string;
1578
+ parentName: string;
1579
+ }[];
1580
+ }[]>;
1581
+ required: true;
1582
+ };
1583
+ type: {
1584
+ type: StringConstructor;
1585
+ default: string;
1586
+ };
1587
+ }, {
1588
+ emit: (event: "checked", ...args: any[]) => void;
1589
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1590
+ data: {
1591
+ type: PropType<{
1592
+ title: string;
1593
+ data: {
1594
+ key: string | number;
1595
+ label: string;
1596
+ labelExpand: string;
1597
+ parentName: string;
1598
+ }[];
1599
+ }[]>;
1600
+ required: true;
1601
+ };
1602
+ type: {
1603
+ type: StringConstructor;
1604
+ default: string;
1605
+ };
1606
+ }>> & {
1607
+ onChecked?: ((...args: any[]) => any) | undefined;
1608
+ }>>;
1609
+ renderData: import("vue").ComputedRef<{
1610
+ title: string;
1611
+ data: {
1612
+ key: string | number;
1613
+ label: string;
1614
+ labelExpand: string;
1615
+ parentName: string;
1616
+ }[];
1617
+ }[]>;
1618
+ handleClick: (item: AnyObject) => void;
1619
+ handleChange: (item: AnyObject, checked: boolean) => void;
1620
+ NVirtualList: any;
1621
+ NCheckbox: any;
1622
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1623
+ type: {
1624
+ type: StringConstructor;
1625
+ default: string;
1626
+ };
1627
+ config: {
1628
+ type: PropType<AnyObject>;
1629
+ default: () => {
1630
+ title: string;
1631
+ content: string;
1632
+ };
1633
+ };
1634
+ }, {
1635
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1636
+ type: {
1637
+ type: StringConstructor;
1638
+ default: string;
1639
+ };
1640
+ config: {
1641
+ type: PropType<AnyObject>;
1642
+ default: () => {
1643
+ title: string;
1644
+ content: string;
1645
+ };
1646
+ };
1647
+ }>> & {
1648
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1649
+ }>>;
1650
+ emit: (event: "reloadPage", ...args: any[]) => void;
1651
+ configResult: import("vue").ComputedRef<{
1652
+ title: string;
1653
+ content: string;
1654
+ img: string;
1655
+ }>;
1656
+ reloadPage: () => void;
1657
+ NIcon: any;
1658
+ 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<{}>>, {}>;
1659
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1660
+ type: {
1661
+ type: StringConstructor;
1662
+ default: string;
1663
+ };
1664
+ config: {
1665
+ type: PropType<AnyObject>;
1666
+ default: () => {
1667
+ title: string;
1668
+ content: string;
1669
+ };
1670
+ };
1671
+ }>> & {
1672
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1673
+ }, {
1674
+ type: string;
1675
+ config: AnyObject;
1676
+ }>>;
1677
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1678
+ data: {
1679
+ type: PropType<{
1680
+ title: string;
1681
+ data: {
1682
+ key: string | number;
1683
+ label: string;
1684
+ labelExpand: string;
1685
+ parentName: string;
1686
+ }[];
1687
+ }[]>;
1688
+ required: true;
1689
+ };
1690
+ type: {
1691
+ type: StringConstructor;
1692
+ default: string;
1693
+ };
1694
+ }>> & {
1695
+ onChecked?: ((...args: any[]) => any) | undefined;
1696
+ }, {
1697
+ type: string;
1698
+ }>;
1699
+ CDefaultPage: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1700
+ type: {
1701
+ type: StringConstructor;
1702
+ default: string;
1703
+ };
1704
+ config: {
1705
+ type: PropType<AnyObject>;
1706
+ default: () => {
1707
+ title: string;
1708
+ content: string;
1709
+ };
1710
+ };
1711
+ }, {
1712
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1713
+ type: {
1714
+ type: StringConstructor;
1715
+ default: string;
1716
+ };
1717
+ config: {
1718
+ type: PropType<AnyObject>;
1719
+ default: () => {
1720
+ title: string;
1721
+ content: string;
1722
+ };
1723
+ };
1724
+ }>> & {
1725
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1726
+ }>>;
1727
+ emit: (event: "reloadPage", ...args: any[]) => void;
1728
+ configResult: import("vue").ComputedRef<{
1729
+ title: string;
1730
+ content: string;
1731
+ img: string;
1732
+ }>;
1733
+ reloadPage: () => void;
1734
+ NIcon: any;
1735
+ 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<{}>>, {}>;
1736
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1737
+ type: {
1738
+ type: StringConstructor;
1739
+ default: string;
1740
+ };
1741
+ config: {
1742
+ type: PropType<AnyObject>;
1743
+ default: () => {
1744
+ title: string;
1745
+ content: string;
1746
+ };
1747
+ };
1748
+ }>> & {
1749
+ onReloadPage?: ((...args: any[]) => any) | undefined;
1750
+ }, {
1751
+ type: string;
1752
+ config: AnyObject;
1753
+ }>>;
1754
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1755
+ defaultList: {
1756
+ type: PropType<((string | number) | {
1757
+ [key: string]: any;
1758
+ key: string | number;
1759
+ })[]>;
1760
+ default: () => never[];
1761
+ };
1762
+ data: {
1763
+ type: PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[]>;
1764
+ default: () => never[];
1765
+ };
1766
+ searchPlaceholder: {
1767
+ type: StringConstructor;
1768
+ default: string;
1769
+ };
1770
+ searchButtonText: {
1771
+ type: StringConstructor;
1772
+ default: string;
1773
+ };
1774
+ wordbook: {
1775
+ type: PropType<import("./types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1776
+ default: () => {};
1777
+ };
1778
+ wordbookChild: {
1779
+ type: PropType<import("./types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>>;
1780
+ default: () => {};
1781
+ };
1782
+ showCount: {
1783
+ type: BooleanConstructor;
1784
+ default: boolean;
1785
+ };
1786
+ showClear: {
1787
+ type: BooleanConstructor;
1788
+ default: boolean;
1789
+ };
1790
+ multiple: {
1791
+ type: BooleanConstructor;
1792
+ default: boolean;
1793
+ };
1794
+ searchInner: {
1795
+ type: BooleanConstructor;
1796
+ default: boolean;
1797
+ };
1798
+ searchFilter: {
1799
+ type: PropType<AnyObject>;
1800
+ default: () => {};
1801
+ };
1802
+ treeSetting: {
1803
+ type: PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1804
+ default: () => {};
1805
+ };
1806
+ queryLoadChildData: {
1807
+ type: PropType<(node: TreeOption) => Promise<AnyObject>>;
1808
+ default: undefined;
1809
+ };
1810
+ queryTreeSearch: {
1811
+ type: PropType<(keyWork: string) => Promise<import("./types").PTreeOption[]>>;
1812
+ default: () => Promise<never[]>;
1813
+ };
1814
+ forceShowSelectAll: {
1815
+ type: BooleanConstructor;
1816
+ };
1817
+ uncheckableField: {
1818
+ type: StringConstructor;
1819
+ };
1820
+ onlyForwardCascade: {
1821
+ type: BooleanConstructor;
1822
+ };
1823
+ height: {
1824
+ type: StringConstructor;
1825
+ };
1826
+ hideLeaf: {
1827
+ type: BooleanConstructor;
1828
+ default: boolean;
1829
+ };
1830
+ itemKey: {
1831
+ type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
1832
+ default: undefined;
1833
+ };
1834
+ }>>, {
1835
+ data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1836
+ defaultList: ((string | number) | {
1837
+ [key: string]: any;
1838
+ key: string | number;
1839
+ })[];
1840
+ searchPlaceholder: string;
1841
+ searchButtonText: string;
1842
+ wordbook: import("./types").IWordBook<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1843
+ wordbookChild: import("./types").IWordBookChild<import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject>;
1844
+ showCount: boolean;
1845
+ showClear: boolean;
1846
+ multiple: boolean;
1847
+ searchInner: boolean;
1848
+ searchFilter: AnyObject;
1849
+ treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject;
1850
+ queryLoadChildData: (node: TreeOption) => Promise<AnyObject>;
1851
+ queryTreeSearch: (keyWork: string) => Promise<import("./types").PTreeOption[]>;
1852
+ forceShowSelectAll: boolean;
1853
+ onlyForwardCascade: boolean;
1854
+ hideLeaf: boolean;
1855
+ itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
1244
1856
  }>>;
1245
1857
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1246
1858
  defaultList: {
@@ -1336,6 +1948,18 @@ declare const _default: import("vue").DefineComponent<{
1336
1948
  onlyForwardCascade: {
1337
1949
  type: BooleanConstructor;
1338
1950
  };
1951
+ height: {
1952
+ type: StringConstructor;
1953
+ default: string;
1954
+ };
1955
+ hideLeaf: {
1956
+ type: BooleanConstructor;
1957
+ default: boolean;
1958
+ };
1959
+ itemKey: {
1960
+ type: PropType<(node: ITreeOption) => IKey>;
1961
+ default: undefined;
1962
+ };
1339
1963
  }>> & {
1340
1964
  onCheck?: ((...args: any[]) => any) | undefined;
1341
1965
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1438,11 +2062,24 @@ declare const _default: import("vue").DefineComponent<{
1438
2062
  onlyForwardCascade: {
1439
2063
  type: BooleanConstructor;
1440
2064
  };
2065
+ height: {
2066
+ type: StringConstructor;
2067
+ default: string;
2068
+ };
2069
+ hideLeaf: {
2070
+ type: BooleanConstructor;
2071
+ default: boolean;
2072
+ };
2073
+ itemKey: {
2074
+ type: PropType<(node: ITreeOption) => IKey>;
2075
+ default: undefined;
2076
+ };
1441
2077
  }>> & {
1442
2078
  onCheck?: ((...args: any[]) => any) | undefined;
1443
2079
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
1444
2080
  }, {
1445
2081
  data: ITreeOption[];
2082
+ height: string;
1446
2083
  defaultList: (IKey | ITag)[];
1447
2084
  searchPlaceholder: string;
1448
2085
  searchButtonText: string;
@@ -1464,5 +2101,7 @@ declare const _default: import("vue").DefineComponent<{
1464
2101
  tagProps: AnyObject;
1465
2102
  forceShowSelectAll: boolean;
1466
2103
  onlyForwardCascade: boolean;
2104
+ hideLeaf: boolean;
2105
+ itemKey: (node: ITreeOption) => IKey;
1467
2106
  }>;
1468
2107
  export default _default;