cnhis-design-vue 3.1.41-release.2 → 3.1.41-release.4

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 (62) hide show
  1. package/README.md +87 -87
  2. package/es/components/button-print/src/utils/print.d.ts +1 -1
  3. package/es/components/button-print/src/utils/print.js +1 -1
  4. package/es/components/form-config/index.d.ts +7 -0
  5. package/es/components/form-config/src/FormConfig.vue.d.ts +7 -0
  6. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +3 -0
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -0
  8. package/es/components/form-render/index.d.ts +3 -0
  9. package/es/components/form-render/src/FormRender.vue.d.ts +3 -0
  10. package/es/components/form-render/src/FormRender.vue.js +1 -1
  11. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +3 -0
  12. package/es/components/form-render/src/components/renderer/date.d.ts +2 -0
  13. package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -0
  14. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  15. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  16. package/es/components/form-render/src/components/renderer/select.js +1 -1
  17. package/es/components/form-render/src/constants/index.d.ts +2 -0
  18. package/es/components/form-render/src/constants/index.js +1 -1
  19. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  20. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  21. package/es/components/form-render/src/hooks/useFormGraph.d.ts +6 -0
  22. package/es/components/form-render/src/hooks/useFormGraph.js +1 -0
  23. package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  26. package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -3
  27. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  28. package/es/components/shortcut-setter/index.d.ts +4 -0
  29. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -0
  30. package/es/components/table-filter/index.d.ts +418 -251
  31. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +43 -256
  32. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  33. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +385 -4
  34. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  35. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +19 -0
  36. package/es/components/table-filter/src/classification/search-class-name.vue.js +1 -1
  37. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +353 -3
  38. package/es/components/table-filter/src/classification/search-professional-model.vue.js +1 -1
  39. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  40. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
  41. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +27 -0
  42. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  43. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +1 -1
  44. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  45. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  46. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +28 -1
  47. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +28 -1
  48. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -1
  49. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  50. package/es/components/table-filter/src/hooks/useMixins.d.ts +2 -1
  51. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  52. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +4 -3
  53. package/es/components/table-filter/style/index.css +1 -1
  54. package/es/env.d.ts +24 -24
  55. package/package.json +2 -2
  56. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  57. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  58. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  59. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  60. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  61. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  62. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -320,6 +320,10 @@ declare const _default: import("vue").DefineComponent<{
320
320
  ChevronForward: 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<{}>>, {}>;
321
321
  Close: 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<{}>>, {}>;
322
322
  searchProfessionalModel: import("vue").DefineComponent<{
323
+ tableDataType: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
323
327
  originConditionList: {
324
328
  type: PropType<IClassifyListType[]>;
325
329
  default: () => never[];
@@ -336,9 +340,18 @@ declare const _default: import("vue").DefineComponent<{
336
340
  type: PropType<ITreeDataType[]>;
337
341
  default: () => never[];
338
342
  };
343
+ filterApiConfig: {
344
+ type: ObjectConstructor;
345
+ default: () => {};
346
+ };
339
347
  }, {
340
348
  validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
349
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
341
350
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
351
+ tableDataType: {
352
+ type: StringConstructor;
353
+ default: string;
354
+ };
342
355
  originConditionList: {
343
356
  type: PropType<IClassifyListType[]>;
344
357
  default: () => never[];
@@ -355,6 +368,10 @@ declare const _default: import("vue").DefineComponent<{
355
368
  type: PropType<ITreeDataType[]>;
356
369
  default: () => never[];
357
370
  };
371
+ filterApiConfig: {
372
+ type: ObjectConstructor;
373
+ default: () => {};
374
+ };
358
375
  }>> & {
359
376
  onChangeSearch?: ((...args: any[]) => any) | undefined;
360
377
  onChangeShowName?: ((...args: any[]) => any) | undefined;
@@ -366,8 +383,9 @@ declare const _default: import("vue").DefineComponent<{
366
383
  instance: import("axios").AxiosInstance;
367
384
  $message: import("naive-ui").MessageApi;
368
385
  comWrap: any;
369
- conditionRef: any;
370
- className: any;
386
+ conditionApiRef: any;
387
+ conditionSqlRef: any;
388
+ searchClsName: any;
371
389
  actionList_prop: import("vue").Ref<IClassifyListType | undefined>;
372
390
  conOjbConfig: import("vue").Ref<IClassifyListType | undefined>;
373
391
  showInnerModal: import("vue").Ref<boolean>;
@@ -383,6 +401,7 @@ declare const _default: import("vue").DefineComponent<{
383
401
  conObjLen: import("vue").ComputedRef<any>;
384
402
  showConditionList: import("vue").ComputedRef<IClassifyListType[]>;
385
403
  saveBtnName: import("vue").ComputedRef<"保存模板" | "另存为模板">;
404
+ isApiFilter: import("vue").ComputedRef<boolean>;
386
405
  init: () => void;
387
406
  handleAddCondition: () => void;
388
407
  handleSearch: () => void;
@@ -402,7 +421,7 @@ declare const _default: import("vue").DefineComponent<{
402
421
  handleFiltrationCancel: () => void;
403
422
  handleConditionFiltration: () => void;
404
423
  onSearch: () => void;
405
- handleSaveAdd: (params: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
424
+ handleSaveAdd: (params: import("../../../../../es/components/table-filter/src/types").ISaveType) => Promise<void>;
406
425
  NIcon: any;
407
426
  NButton: any;
408
427
  NInputGroup: import("vue").DefineComponent<{
@@ -1252,6 +1271,308 @@ declare const _default: import("vue").DefineComponent<{
1252
1271
  showCompareField: boolean;
1253
1272
  hideAddBtn: boolean;
1254
1273
  }>;
1274
+ SearchConditionByApi: import("vue").DefineComponent<{
1275
+ actionList_prop: {
1276
+ type: PropType<IClassifyListType>;
1277
+ default: () => {};
1278
+ };
1279
+ conditionList: {
1280
+ type: ArrayConstructor;
1281
+ default: () => never[];
1282
+ };
1283
+ tableId: {
1284
+ type: StringConstructor;
1285
+ default: string;
1286
+ };
1287
+ showItemName: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ hideAddBtn: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ }, {
1296
+ $message: import("naive-ui").MessageApi;
1297
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1298
+ actionList_prop: {
1299
+ type: PropType<IClassifyListType>;
1300
+ default: () => {};
1301
+ };
1302
+ conditionList: {
1303
+ type: ArrayConstructor;
1304
+ default: () => never[];
1305
+ };
1306
+ tableId: {
1307
+ type: StringConstructor;
1308
+ default: string;
1309
+ };
1310
+ showItemName: {
1311
+ type: BooleanConstructor;
1312
+ default: boolean;
1313
+ };
1314
+ hideAddBtn: {
1315
+ type: BooleanConstructor;
1316
+ default: boolean;
1317
+ };
1318
+ }>> & {
1319
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
1320
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1321
+ }>>;
1322
+ emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
1323
+ $attrs: {
1324
+ [x: string]: unknown;
1325
+ };
1326
+ FormState: {
1327
+ className: string;
1328
+ displayCategory: string;
1329
+ filterConditions: {
1330
+ value: string;
1331
+ key: string;
1332
+ condition: string;
1333
+ presetVal: string;
1334
+ }[];
1335
+ };
1336
+ loading: import("vue").Ref<boolean>;
1337
+ DisplayCategoryState: {
1338
+ addDisplayCategory: string;
1339
+ displayCategories: {
1340
+ disabled: boolean;
1341
+ value: string;
1342
+ }[];
1343
+ displayCategoryOriginLen: number;
1344
+ showAdd: boolean;
1345
+ };
1346
+ isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
1347
+ editDisplayCategory: (e: any, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1348
+ handleDisplayCategorySelect: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1349
+ handleDisplayCategoryRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1350
+ handleDisplayCategoryAdd: (e: any) => void;
1351
+ handlerBlur: () => void;
1352
+ initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
1353
+ FilterConditionsState: any;
1354
+ paramOptions: import("vue").ComputedRef<any>;
1355
+ addFilterCondition: () => void;
1356
+ delFilterCondition: (index: number) => void;
1357
+ updateKey: (index: number, val: any) => void;
1358
+ updateCondition: (index: number, val: any) => void;
1359
+ getParamCfg: (key: string) => any;
1360
+ initFilterConditions: (tableId: string, rawConditions: import("../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
1361
+ getRawFilterConditions: () => {
1362
+ field_key: any;
1363
+ con: any;
1364
+ value: any;
1365
+ unit: any;
1366
+ }[];
1367
+ findConditionByDisplayCategory: (displayCategory: string) => unknown;
1368
+ handleDisplayCategorySelectProxy: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1369
+ clearFormData: () => void;
1370
+ handleInitConditions: () => Promise<void>;
1371
+ validate: () => Promise<unknown>;
1372
+ saveAdd: () => void;
1373
+ cancelSaveAdd: () => void;
1374
+ checkActionList: () => boolean;
1375
+ NSpin: any;
1376
+ NIcon: any;
1377
+ NInput: any;
1378
+ NButton: any;
1379
+ NTooltip: any;
1380
+ NSelect: any;
1381
+ AddOutline: 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<{}>>, {}>;
1382
+ AddCircleSharp: 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<{}>>, {}>;
1383
+ CloseOutline: 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<{}>>, {}>;
1384
+ SvgIcon: import("vue").DefineComponent<{
1385
+ iconClass: {
1386
+ type: StringConstructor;
1387
+ required: true;
1388
+ default: string;
1389
+ };
1390
+ title: {
1391
+ type: StringConstructor;
1392
+ required: false;
1393
+ default: string;
1394
+ };
1395
+ className: {
1396
+ type: StringConstructor;
1397
+ required: false;
1398
+ };
1399
+ }, {
1400
+ props: {
1401
+ iconClass: string;
1402
+ title: string;
1403
+ className?: string | undefined;
1404
+ };
1405
+ iconName: import("vue").ComputedRef<string>;
1406
+ svgClass: import("vue").ComputedRef<string>;
1407
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1408
+ iconClass: {
1409
+ type: StringConstructor;
1410
+ required: true;
1411
+ default: string;
1412
+ };
1413
+ title: {
1414
+ type: StringConstructor;
1415
+ required: false;
1416
+ default: string;
1417
+ };
1418
+ className: {
1419
+ type: StringConstructor;
1420
+ required: false;
1421
+ };
1422
+ }>>, {
1423
+ title: string;
1424
+ iconClass: string;
1425
+ }>;
1426
+ ValueCfg: import("vue").DefineComponent<{
1427
+ paramCfg: {
1428
+ type: ObjectConstructor;
1429
+ default: null;
1430
+ };
1431
+ modelValue: {
1432
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1433
+ default: null;
1434
+ };
1435
+ presetVal: {
1436
+ type: StringConstructor;
1437
+ default: null;
1438
+ };
1439
+ }, {
1440
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1441
+ paramCfg: {
1442
+ type: ObjectConstructor;
1443
+ default: null;
1444
+ };
1445
+ modelValue: {
1446
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1447
+ default: null;
1448
+ };
1449
+ presetVal: {
1450
+ type: StringConstructor;
1451
+ default: null;
1452
+ };
1453
+ }>> & {
1454
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1455
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1456
+ }>>;
1457
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1458
+ valueCp: import("vue").WritableComputedRef<unknown>;
1459
+ presetValCp: import("vue").WritableComputedRef<unknown>;
1460
+ widgetType: import("vue").ComputedRef<any>;
1461
+ optionSetting: import("vue").ComputedRef<any>;
1462
+ mappingConfig: import("vue").ComputedRef<any>;
1463
+ widgetOptions: import("vue").ComputedRef<{
1464
+ label: string;
1465
+ value: string;
1466
+ }[]>;
1467
+ NInputNumber: any;
1468
+ NInput: any;
1469
+ NSelect: any;
1470
+ NDatePicker: any;
1471
+ WidgetTypeEnums: {
1472
+ INPUT_NUMBER: string;
1473
+ INPUT: string;
1474
+ SELECT: string;
1475
+ DATE: string;
1476
+ DATE_TIME: string;
1477
+ };
1478
+ WidgetValEnums: {
1479
+ CUSTOM: string;
1480
+ FIRST_VAL: string;
1481
+ NOW: string;
1482
+ TODAY: string;
1483
+ TODAY_START: string;
1484
+ TODAY_END: string;
1485
+ TOMORROW: string;
1486
+ TOMORROW_START: string;
1487
+ TOMORROW_END: string;
1488
+ YESTERDAY: string;
1489
+ YESTERDAY_START: string;
1490
+ YESTERDAY_END: string;
1491
+ THIS_WEEK: string;
1492
+ WEEK_START: string;
1493
+ WEEK_END: string;
1494
+ NEXT_WEEK: string;
1495
+ LAST_WEEK: string;
1496
+ THIS_MONTH: string;
1497
+ MONTH_START: string;
1498
+ MONTH_END: string;
1499
+ NEXT_MONTH: string;
1500
+ LAST_MONTH: string;
1501
+ THIS_QUARTER: string;
1502
+ NEXT_QUARTER: string;
1503
+ LAST_QUARTER: string;
1504
+ THIS_YEAR: string;
1505
+ NEXT_YEAR: string;
1506
+ LAST_YEAR: string;
1507
+ };
1508
+ WidgetOptionEnums: {
1509
+ RADIO: string;
1510
+ MULTIPLE: string;
1511
+ ALL: string;
1512
+ SELECT_TIME: string;
1513
+ PAST_TIME: string;
1514
+ FUTURE_TIME: string;
1515
+ };
1516
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1517
+ paramCfg: {
1518
+ type: ObjectConstructor;
1519
+ default: null;
1520
+ };
1521
+ modelValue: {
1522
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1523
+ default: null;
1524
+ };
1525
+ presetVal: {
1526
+ type: StringConstructor;
1527
+ default: null;
1528
+ };
1529
+ }>> & {
1530
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1531
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1532
+ }, {
1533
+ modelValue: string | number | unknown[];
1534
+ presetVal: string;
1535
+ paramCfg: Record<string, any>;
1536
+ }>;
1537
+ ConditionEnums: {
1538
+ NULL: string;
1539
+ EQUAL: string;
1540
+ };
1541
+ conditionOptions: {
1542
+ label: string;
1543
+ value: string;
1544
+ }[];
1545
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1546
+ actionList_prop: {
1547
+ type: PropType<IClassifyListType>;
1548
+ default: () => {};
1549
+ };
1550
+ conditionList: {
1551
+ type: ArrayConstructor;
1552
+ default: () => never[];
1553
+ };
1554
+ tableId: {
1555
+ type: StringConstructor;
1556
+ default: string;
1557
+ };
1558
+ showItemName: {
1559
+ type: BooleanConstructor;
1560
+ default: boolean;
1561
+ };
1562
+ hideAddBtn: {
1563
+ type: BooleanConstructor;
1564
+ default: boolean;
1565
+ };
1566
+ }>> & {
1567
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
1568
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1569
+ }, {
1570
+ tableId: string;
1571
+ actionList_prop: IClassifyListType;
1572
+ showItemName: boolean;
1573
+ conditionList: unknown[];
1574
+ hideAddBtn: boolean;
1575
+ }>;
1255
1576
  TextOverTooltip: import("vue").DefineComponent<{
1256
1577
  content: {
1257
1578
  type: (NumberConstructor | StringConstructor)[];
@@ -1351,6 +1672,10 @@ declare const _default: import("vue").DefineComponent<{
1351
1672
  type: ObjectConstructor;
1352
1673
  default: () => {};
1353
1674
  };
1675
+ conditionList: {
1676
+ type: ArrayConstructor;
1677
+ default: () => never[];
1678
+ };
1354
1679
  }, {
1355
1680
  attrs: any;
1356
1681
  $message: import("naive-ui").MessageApi;
@@ -1367,6 +1692,10 @@ declare const _default: import("vue").DefineComponent<{
1367
1692
  type: ObjectConstructor;
1368
1693
  default: () => {};
1369
1694
  };
1695
+ conditionList: {
1696
+ type: ArrayConstructor;
1697
+ default: () => never[];
1698
+ };
1370
1699
  }>> & {}>>;
1371
1700
  showAdd: import("vue").Ref<boolean>;
1372
1701
  className: import("vue").Ref<string>;
@@ -1386,9 +1715,15 @@ declare const _default: import("vue").DefineComponent<{
1386
1715
  handleParentNameSelect: (item: import("../../../../../es/components/table-filter/src/types").IParentNamesType, index: number) => void;
1387
1716
  handleParentNamesRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1388
1717
  handleParent: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1718
+ handleGetParams: () => {
1719
+ displayCategory: string;
1720
+ name: string;
1721
+ } | undefined;
1722
+ NIcon: any;
1389
1723
  NButton: any;
1390
1724
  NInput: any;
1391
1725
  CloseOutline: 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<{}>>, {}>;
1726
+ AddOutline: 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<{}>>, {}>;
1392
1727
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1393
1728
  showItemName: {
1394
1729
  type: BooleanConstructor;
@@ -1402,12 +1737,21 @@ declare const _default: import("vue").DefineComponent<{
1402
1737
  type: ObjectConstructor;
1403
1738
  default: () => {};
1404
1739
  };
1740
+ conditionList: {
1741
+ type: ArrayConstructor;
1742
+ default: () => never[];
1743
+ };
1405
1744
  }>>, {
1406
1745
  tableId: string;
1407
1746
  actionList_prop: Record<string, any>;
1408
1747
  showItemName: boolean;
1748
+ conditionList: unknown[];
1409
1749
  }>;
1410
1750
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification")[], "changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1751
+ tableDataType: {
1752
+ type: StringConstructor;
1753
+ default: string;
1754
+ };
1411
1755
  originConditionList: {
1412
1756
  type: PropType<IClassifyListType[]>;
1413
1757
  default: () => never[];
@@ -1424,6 +1768,10 @@ declare const _default: import("vue").DefineComponent<{
1424
1768
  type: PropType<ITreeDataType[]>;
1425
1769
  default: () => never[];
1426
1770
  };
1771
+ filterApiConfig: {
1772
+ type: ObjectConstructor;
1773
+ default: () => {};
1774
+ };
1427
1775
  }>> & {
1428
1776
  onChangeSearch?: ((...args: any[]) => any) | undefined;
1429
1777
  onChangeShowName?: ((...args: any[]) => any) | undefined;
@@ -1432,7 +1780,9 @@ declare const _default: import("vue").DefineComponent<{
1432
1780
  }, {
1433
1781
  searchFieldList: ISearchType[];
1434
1782
  searchFieldLimit: Record<string, any>;
1783
+ filterApiConfig: Record<string, any>;
1435
1784
  originConditionList: IClassifyListType[];
1785
+ tableDataType: string;
1436
1786
  treeData: ITreeDataType[];
1437
1787
  }>;
1438
1788
  setClassification: import("vue").DefineComponent<{
@@ -2680,6 +3030,14 @@ declare const _default: import("vue").DefineComponent<{
2680
3030
  type: StringConstructor;
2681
3031
  default: string;
2682
3032
  };
3033
+ showItemName: {
3034
+ type: BooleanConstructor;
3035
+ default: boolean;
3036
+ };
3037
+ hideAddBtn: {
3038
+ type: BooleanConstructor;
3039
+ default: boolean;
3040
+ };
2683
3041
  }, {
2684
3042
  $message: import("naive-ui").MessageApi;
2685
3043
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -2695,6 +3053,14 @@ declare const _default: import("vue").DefineComponent<{
2695
3053
  type: StringConstructor;
2696
3054
  default: string;
2697
3055
  };
3056
+ showItemName: {
3057
+ type: BooleanConstructor;
3058
+ default: boolean;
3059
+ };
3060
+ hideAddBtn: {
3061
+ type: BooleanConstructor;
3062
+ default: boolean;
3063
+ };
2698
3064
  }>> & {
2699
3065
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2700
3066
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
@@ -2751,6 +3117,7 @@ declare const _default: import("vue").DefineComponent<{
2751
3117
  validate: () => Promise<unknown>;
2752
3118
  saveAdd: () => void;
2753
3119
  cancelSaveAdd: () => void;
3120
+ checkActionList: () => boolean;
2754
3121
  NSpin: any;
2755
3122
  NIcon: any;
2756
3123
  NInput: any;
@@ -2934,13 +3301,23 @@ declare const _default: import("vue").DefineComponent<{
2934
3301
  type: StringConstructor;
2935
3302
  default: string;
2936
3303
  };
3304
+ showItemName: {
3305
+ type: BooleanConstructor;
3306
+ default: boolean;
3307
+ };
3308
+ hideAddBtn: {
3309
+ type: BooleanConstructor;
3310
+ default: boolean;
3311
+ };
2937
3312
  }>> & {
2938
3313
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2939
3314
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2940
3315
  }, {
2941
3316
  tableId: string;
2942
3317
  actionList_prop: IClassifyListType;
3318
+ showItemName: boolean;
2943
3319
  conditionList: unknown[];
3320
+ hideAddBtn: boolean;
2944
3321
  }>;
2945
3322
  SvgIcon: import("vue").DefineComponent<{
2946
3323
  iconClass: {
@@ -3016,8 +3393,8 @@ declare const _default: import("vue").DefineComponent<{
3016
3393
  modalTitle: string;
3017
3394
  searchFieldList: unknown[];
3018
3395
  filterApiConfig: Record<string, any>;
3019
- conditionList: unknown[];
3020
3396
  tableDataType: string;
3397
+ conditionList: unknown[];
3021
3398
  }>;
3022
3399
  DataTypeEnums: {
3023
3400
  SQL: string;
@@ -3061,6 +3438,10 @@ declare const _default: import("vue").DefineComponent<{
3061
3438
  mounted(el: any, { value }: any): void;
3062
3439
  beforeUnmount(el: any): void;
3063
3440
  };
3441
+ DataTypeEnums: {
3442
+ SQL: string;
3443
+ API: string;
3444
+ };
3064
3445
  SvgIcon: import("vue").DefineComponent<{
3065
3446
  iconClass: {
3066
3447
  type: StringConstructor;