cnhis-design-vue 3.1.41-release.1 → 3.1.41-release.3

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