@qqt-product/ui 15.0.0 → 16.0.0

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 (119) hide show
  1. package/dist/index.es.js +74893 -72513
  2. package/dist/index.umd.js +143 -161
  3. package/dist/lib/components/audit-modal/index.d.ts +4 -4
  4. package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +4 -4
  5. package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +4 -4
  6. package/dist/lib/components/audit-modal/src/component/afterSignModal.vue.d.ts +232 -0
  7. package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +15 -4
  8. package/dist/lib/components/basicTitle/index.d.ts +96 -0
  9. package/dist/lib/components/basicTitle/src/BasicHelp.d.ts +99 -0
  10. package/dist/lib/components/basicTitle/src/BasicTitle.vue.d.ts +123 -0
  11. package/dist/lib/components/breadcrumb/index.d.ts +2 -7
  12. package/dist/lib/components/card-list-layout/index.d.ts +1 -1
  13. package/dist/lib/components/card-list-layout/src/index.vue.d.ts +1 -1
  14. package/dist/lib/components/cascader/index.d.ts +3 -3
  15. package/dist/lib/components/cascader/src/cascader-types.d.ts +1 -1
  16. package/dist/lib/components/cascader/src/cascader.vue.d.ts +3 -3
  17. package/dist/lib/components/checkbox/index.d.ts +4 -4
  18. package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -1
  19. package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
  20. package/dist/lib/components/code-editor-model/index.d.ts +5 -0
  21. package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +23 -9
  22. package/dist/lib/components/countdown/index.d.ts +2 -2
  23. package/dist/lib/components/countdown/src/countdown.d.ts +2 -2
  24. package/dist/lib/components/currency/index.d.ts +3 -3
  25. package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
  26. package/dist/lib/components/custom-remote-select/src/type.d.ts +7 -0
  27. package/dist/lib/components/detail-grid/index.d.ts +14 -4
  28. package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +14 -4
  29. package/dist/lib/components/edit-form/index.d.ts +2 -2
  30. package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +2 -2
  31. package/dist/lib/components/edit-grid/index.d.ts +14 -4
  32. package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +4 -0
  33. package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +14 -4
  34. package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +1 -1
  35. package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
  36. package/dist/lib/components/empty/index.d.ts +2 -2
  37. package/dist/lib/components/flow-view/index.d.ts +1 -1
  38. package/dist/lib/components/flow-view/src/flow-view.d.ts +1 -1
  39. package/dist/lib/components/import-modal/index.d.ts +1 -1
  40. package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
  41. package/dist/lib/components/index.d.ts +6 -1
  42. package/dist/lib/components/ladder-price/index.d.ts +2 -2
  43. package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +2 -2
  44. package/dist/lib/components/layout/index.d.ts +8 -3
  45. package/dist/lib/components/layout/src/header/index.vue.d.ts +1 -1
  46. package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +1 -1
  47. package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +1 -1
  48. package/dist/lib/components/layout/src/index.vue.d.ts +8 -3
  49. package/dist/lib/components/layout/src/sider/index.vue.d.ts +7 -2
  50. package/dist/lib/components/layout/src/sider/logo.vue.d.ts +7 -2
  51. package/dist/lib/components/layout-anchor/index.d.ts +5 -0
  52. package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +5 -0
  53. package/dist/lib/components/layout-pattern/index.d.ts +7 -2
  54. package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +1 -1
  55. package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +7 -2
  56. package/dist/lib/components/list-page-layout/index.d.ts +1 -1
  57. package/dist/lib/components/list-page-layout/src/components/common/record-modal/mock.d.ts +1 -1
  58. package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +6 -6
  59. package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +1 -1
  60. package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +1 -1
  61. package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +1 -1
  62. package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +2 -2
  63. package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
  64. package/dist/lib/components/menu/index.d.ts +2 -80
  65. package/dist/lib/components/modal/index.d.ts +1364 -0
  66. package/dist/lib/components/modal/src/BasicModal.vue.d.ts +1358 -0
  67. package/dist/lib/components/modal/src/components/Modal.d.ts +255 -0
  68. package/dist/lib/components/modal/src/components/ModalClose.vue.d.ts +56 -0
  69. package/dist/lib/components/modal/src/components/ModalFooter.vue.d.ts +262 -0
  70. package/dist/lib/components/modal/src/components/ModalHeader.vue.d.ts +19 -0
  71. package/dist/lib/components/modal/src/components/ModalWrapper.vue.d.ts +102 -0
  72. package/dist/lib/components/modal/src/hooks/useModal.d.ts +6 -0
  73. package/dist/lib/components/modal/src/hooks/useModalContext.d.ts +7 -0
  74. package/dist/lib/components/modal/src/hooks/useModalDrag.d.ts +7 -0
  75. package/dist/lib/components/modal/src/hooks/useModalFullScreen.d.ts +11 -0
  76. package/dist/lib/components/modal/src/props.d.ts +150 -0
  77. package/dist/lib/components/modal/src/typing.d.ts +204 -0
  78. package/dist/lib/components/page-layout/src/util.d.ts +18 -2
  79. package/dist/lib/components/radio/index.d.ts +4 -4
  80. package/dist/lib/components/radio/src/radio-types.d.ts +1 -1
  81. package/dist/lib/components/radio/src/radio.vue.d.ts +4 -4
  82. package/dist/lib/components/relation-graph/index.d.ts +6 -0
  83. package/dist/lib/components/relation-graph/src/relation-graph.vue.d.ts +89 -0
  84. package/dist/lib/components/remote-select/index.d.ts +2 -2
  85. package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +2 -2
  86. package/dist/lib/components/sale-template/index.d.ts +2 -1
  87. package/dist/lib/components/scrollContainer/index.d.ts +14 -0
  88. package/dist/lib/components/scrollContainer/src/ScrollContainer.vue.d.ts +10 -0
  89. package/dist/lib/components/scrollContainer/src/typing.d.ts +17 -0
  90. package/dist/lib/components/scrollbar/index.d.ts +80 -0
  91. package/dist/lib/components/scrollbar/src/Scrollbar.vue.d.ts +73 -0
  92. package/dist/lib/components/scrollbar/src/bar.d.ts +15 -0
  93. package/dist/lib/components/scrollbar/src/types.d.ts +18 -0
  94. package/dist/lib/components/scrollbar/src/util.d.ts +8 -0
  95. package/dist/lib/components/select/index.d.ts +2 -2
  96. package/dist/lib/components/select/src/select.vue.d.ts +2 -2
  97. package/dist/lib/components/select-modal/index.d.ts +2 -2
  98. package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +2 -2
  99. package/dist/lib/components/tree-select/index.d.ts +2 -2
  100. package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +2 -2
  101. package/dist/lib/components/upload-file/index.d.ts +4 -4
  102. package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +4 -4
  103. package/dist/lib/components/upload-image/index.d.ts +4 -3
  104. package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +4 -3
  105. package/dist/lib/hooks/core/useAttrs.d.ts +9 -0
  106. package/dist/lib/hooks/core/useContext.d.ts +11 -0
  107. package/dist/lib/hooks/core/useTimeout.d.ts +11 -0
  108. package/dist/lib/hooks/event/useScrollTo.d.ts +10 -0
  109. package/dist/lib/hooks/event/useWindowSizeFn.d.ts +7 -0
  110. package/dist/lib/index.d.ts +1 -0
  111. package/dist/lib/types/index.d.ts +32 -0
  112. package/dist/lib/utils/domUtils.d.ts +36 -0
  113. package/dist/lib/utils/event/index.d.ts +3 -0
  114. package/dist/lib/utils/helper/tsxHelper.d.ts +13 -0
  115. package/dist/lib/utils/index.d.ts +7 -0
  116. package/dist/lib/utils/is.d.ts +22 -0
  117. package/dist/lib/utils/log.d.ts +2 -0
  118. package/dist/style.css +1 -1
  119. package/package.json +15 -13
@@ -61,6 +61,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
61
61
  readonly type: PropType<boolean>;
62
62
  readonly default: false;
63
63
  };
64
+ readonly setMaxHeight: {
65
+ readonly type: PropType<boolean>;
66
+ readonly default: true;
67
+ };
64
68
  }, {
65
69
  groupName: Ref<string>;
66
70
  groupNameI18nKey: Ref<string>;
@@ -71,7 +75,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
71
75
  }>;
72
76
  buttons: Ref<PageButton[]>;
73
77
  total: Ref<Record<string, any>>;
74
- wrapBoxHeight: ComputedRef<number>;
78
+ setMaxHeight: Ref<boolean>;
79
+ wrapBoxHeight: ComputedRef<string | number>;
75
80
  isVertical: ComputedRef<boolean>;
76
81
  xGrid: Ref<VxeGridInstance<any> | undefined>;
77
82
  gridOptions: {
@@ -1927,7 +1932,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1927
1932
  }) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
1928
1933
  } | undefined;
1929
1934
  editConfig?: {
1930
- trigger?: "" | "click" | "manual" | "dblclick" | null | undefined;
1935
+ trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
1931
1936
  enabled?: boolean | undefined;
1932
1937
  mode?: string | undefined;
1933
1938
  icon?: string | undefined;
@@ -1990,7 +1995,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
1990
1995
  scrollToLeftOnChange?: boolean | undefined;
1991
1996
  } | undefined;
1992
1997
  scrollY?: {
1993
- mode?: "default" | "wheel" | undefined;
1998
+ mode?: "wheel" | "default" | undefined;
1994
1999
  gt?: number | undefined;
1995
2000
  oSize?: number | undefined;
1996
2001
  enabled?: boolean | undefined;
@@ -2269,7 +2274,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
2269
2274
  enabled?: boolean | undefined;
2270
2275
  slots?: any;
2271
2276
  size?: SizeType | undefined;
2272
- layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Number" | "Jump")[] | undefined;
2277
+ layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
2273
2278
  currentPage?: number | undefined;
2274
2279
  loading?: boolean | undefined;
2275
2280
  pageSize?: number | undefined;
@@ -2697,6 +2702,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
2697
2702
  readonly type: PropType<boolean>;
2698
2703
  readonly default: false;
2699
2704
  };
2705
+ readonly setMaxHeight: {
2706
+ readonly type: PropType<boolean>;
2707
+ readonly default: true;
2708
+ };
2700
2709
  }>>, {
2701
2710
  readonly total: Record<string, any>;
2702
2711
  readonly columns: ColumnItem[];
@@ -2711,5 +2720,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
2711
2720
  readonly slot: boolean;
2712
2721
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2713
2722
  readonly useAllConfig: boolean;
2723
+ readonly setMaxHeight: boolean;
2714
2724
  }, {}>>;
2715
2725
  export default _default;
@@ -54,6 +54,10 @@ export declare const editGridProps: {
54
54
  readonly type: PropType<boolean>;
55
55
  readonly default: false;
56
56
  };
57
+ readonly setMaxHeight: {
58
+ readonly type: PropType<boolean>;
59
+ readonly default: true;
60
+ };
57
61
  };
58
62
  export type EditGridProps = ExtractPropTypes<typeof editGridProps>;
59
63
  export interface EditGridReturnType {
@@ -56,6 +56,10 @@ declare const _sfc_main: DefineComponent<{
56
56
  readonly type: PropType<boolean>;
57
57
  readonly default: false;
58
58
  };
59
+ readonly setMaxHeight: {
60
+ readonly type: PropType<boolean>;
61
+ readonly default: true;
62
+ };
59
63
  }, {
60
64
  groupName: Ref<string>;
61
65
  groupNameI18nKey: Ref<string>;
@@ -66,7 +70,8 @@ declare const _sfc_main: DefineComponent<{
66
70
  }>;
67
71
  buttons: Ref<PageButton[]>;
68
72
  total: Ref<Record<string, any>>;
69
- wrapBoxHeight: ComputedRef<number>;
73
+ setMaxHeight: Ref<boolean>;
74
+ wrapBoxHeight: ComputedRef<string | number>;
70
75
  isVertical: ComputedRef<boolean>;
71
76
  xGrid: Ref<VxeGridInstance<any> | undefined>;
72
77
  gridOptions: {
@@ -1922,7 +1927,7 @@ declare const _sfc_main: DefineComponent<{
1922
1927
  }) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
1923
1928
  } | undefined;
1924
1929
  editConfig?: {
1925
- trigger?: "" | "click" | "manual" | "dblclick" | null | undefined;
1930
+ trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
1926
1931
  enabled?: boolean | undefined;
1927
1932
  mode?: string | undefined;
1928
1933
  icon?: string | undefined;
@@ -1985,7 +1990,7 @@ declare const _sfc_main: DefineComponent<{
1985
1990
  scrollToLeftOnChange?: boolean | undefined;
1986
1991
  } | undefined;
1987
1992
  scrollY?: {
1988
- mode?: "default" | "wheel" | undefined;
1993
+ mode?: "wheel" | "default" | undefined;
1989
1994
  gt?: number | undefined;
1990
1995
  oSize?: number | undefined;
1991
1996
  enabled?: boolean | undefined;
@@ -2264,7 +2269,7 @@ declare const _sfc_main: DefineComponent<{
2264
2269
  enabled?: boolean | undefined;
2265
2270
  slots?: any;
2266
2271
  size?: SizeType | undefined;
2267
- layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Number" | "Jump")[] | undefined;
2272
+ layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
2268
2273
  currentPage?: number | undefined;
2269
2274
  loading?: boolean | undefined;
2270
2275
  pageSize?: number | undefined;
@@ -2692,6 +2697,10 @@ declare const _sfc_main: DefineComponent<{
2692
2697
  readonly type: PropType<boolean>;
2693
2698
  readonly default: false;
2694
2699
  };
2700
+ readonly setMaxHeight: {
2701
+ readonly type: PropType<boolean>;
2702
+ readonly default: true;
2703
+ };
2695
2704
  }>>, {
2696
2705
  readonly total: Record<string, any>;
2697
2706
  readonly columns: ColumnItem[];
@@ -2706,5 +2715,6 @@ declare const _sfc_main: DefineComponent<{
2706
2715
  readonly slot: boolean;
2707
2716
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2708
2717
  readonly useAllConfig: boolean;
2718
+ readonly setMaxHeight: boolean;
2709
2719
  }, {}>;
2710
2720
  export default _sfc_main;
@@ -1,4 +1,4 @@
1
1
  import type { Ref, ComputedRef } from 'vue';
2
2
  import type { VxeGridProps } from 'vxe-table';
3
3
  import { RecordString } from '../../../edit-page-layout';
4
- export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<number>;
4
+ export default function useGridHeight(config: VxeGridProps, pageData: Ref<RecordString>, groupCode: Ref<string>): ComputedRef<string | number>;
@@ -266,6 +266,7 @@ export interface Group {
266
266
  slot?: boolean;
267
267
  master?: boolean;
268
268
  useAllConfig?: boolean;
269
+ setMaxHeight?: boolean;
269
270
  enableTile?: '0' | '1';
270
271
  columns?: ColumnItem[];
271
272
  formFields?: FormFieldsItem[];
@@ -54,9 +54,9 @@ declare const Empty: DefineComponent<{
54
54
  readonly default: "horizontal";
55
55
  };
56
56
  }>>, {
57
+ readonly color: string;
57
58
  readonly mode: "vertical" | "horizontal";
58
59
  readonly size: string;
59
- readonly color: string;
60
60
  readonly noMsg: string;
61
61
  }, {}>;
62
62
  export { Empty };
@@ -95,9 +95,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
95
95
  readonly default: "horizontal";
96
96
  };
97
97
  }>>, {
98
+ readonly color: string;
98
99
  readonly mode: "vertical" | "horizontal";
99
100
  readonly size: string;
100
- readonly color: string;
101
101
  readonly noMsg: string;
102
102
  }, {}>>;
103
103
  export default _default;
@@ -108,6 +108,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
108
108
  default: unknown;
109
109
  };
110
110
  }>>, {
111
+ width: string;
111
112
  title: string;
112
113
  button: any;
113
114
  onChange: ((args: any) => void) | ((args: any) => void)[];
@@ -115,7 +116,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
115
116
  visible: boolean;
116
117
  currentRow: any;
117
118
  token: string;
118
- width: string;
119
119
  flowId: string;
120
120
  isDesign: boolean;
121
121
  workFlowType: string;
@@ -105,6 +105,7 @@ declare const _default: DefineComponent<{
105
105
  default: unknown;
106
106
  };
107
107
  }>>, {
108
+ width: string;
108
109
  title: string;
109
110
  button: any;
110
111
  onChange: ((args: any) => void) | ((args: any) => void)[];
@@ -112,7 +113,6 @@ declare const _default: DefineComponent<{
112
113
  visible: boolean;
113
114
  currentRow: any;
114
115
  token: string;
115
- width: string;
116
116
  flowId: string;
117
117
  isDesign: boolean;
118
118
  workFlowType: string;
@@ -1,6 +1,6 @@
1
1
  import type { SrmI18n } from '../../utils/type';
2
2
  import type { UploadChangeParam, UploadFile } from 'ant-design-vue';
3
- import type { MessageType } from 'ant-design-vue/lib/message';
3
+ import type { MessageType } from 'ant-design-vue/es/message';
4
4
  import type { ButtonItem } from './src/import-modal-types';
5
5
  import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
6
6
  import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
@@ -1,5 +1,5 @@
1
1
  import type { SrmI18n } from '../../../utils/type';
2
- import type { MessageType } from 'ant-design-vue/lib/message';
2
+ import type { MessageType } from 'ant-design-vue/es/message';
3
3
  import type { ButtonItem } from './import-modal-types';
4
4
  import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
5
5
  import type { UploadChangeParam } from 'ant-design-vue';
@@ -14,6 +14,7 @@ import * as QFieldSelectModal from './field-select-modal';
14
14
  import * as QSelectModal from './select-modal';
15
15
  import * as QRemoteSelect from './remote-select';
16
16
  import * as QEditor from './editor';
17
+ import * as QCustomRemoteSelect from './custom-remote-select';
17
18
  import * as QSaleTemplate from './sale-template';
18
19
  import * as QLadderPrice from './ladder-price';
19
20
  import * as FlowViewModal from './flow-view';
@@ -42,4 +43,8 @@ import * as QImportModal from './import-modal/index';
42
43
  import * as QRelationGraph from './relation-graph/index';
43
44
  import * as QAuditModal from './audit-modal/index';
44
45
  import * as QRichEditorModel from './rich-editor-model/index';
45
- export { QLayout, QSwitch, QSelect, QMenu, QTreeSelect, QVxeSelect, QCascader, QBreadcrumb, QCountdown, QEmpty, QLink, QCollapseTransition, QEditPageLayout, QDetailPageLayout, QPageLayout, QLayoutPattern, QLayoutButtons, QLayoutAnchor, QEditForm, QDetailForm, QEditGrid, QDetailGrid, QItemWrap, QListLayout, QRadio, QFieldSelectModal, QCodeEditorModel, QCheckBox, QCurrency, QSelectModal, QUploadImage, QRemoteSelect, QEditor, QSaleTemplate, QLadderPrice, FlowViewModal, QUploadFile, QCardListLayout, QUploadFileVxe, QSelectTemplate, QImportModal, QRelationGraph, QAuditModal, QRichEditorModel, };
46
+ import * as QBasicTitle from './basicTitle';
47
+ import * as QScrollbar from './scrollbar';
48
+ import * as QScrollContainer from './scrollContainer';
49
+ import * as QBasicModal from './modal';
50
+ export { QLayout, QSwitch, QSelect, QMenu, QTreeSelect, QVxeSelect, QCascader, QBreadcrumb, QCountdown, QEmpty, QLink, QCollapseTransition, QEditPageLayout, QDetailPageLayout, QPageLayout, QLayoutPattern, QLayoutButtons, QLayoutAnchor, QEditForm, QDetailForm, QEditGrid, QDetailGrid, QItemWrap, QListLayout, QRadio, QFieldSelectModal, QCodeEditorModel, QCheckBox, QCurrency, QSelectModal, QUploadImage, QRemoteSelect, QEditor, QSaleTemplate, QLadderPrice, FlowViewModal, QUploadFile, QCardListLayout, QUploadFileVxe, QSelectTemplate, QImportModal, QRelationGraph, QAuditModal, QRichEditorModel, QCustomRemoteSelect, QBasicTitle, QScrollbar, QScrollContainer, QBasicModal, };
@@ -40,7 +40,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
40
40
  ladderPriceModal: Ref<any>;
41
41
  ladderNotPriceModal: Ref<any>;
42
42
  handleOk: (itemList: RecordString[]) => void;
43
- initRowLadderJson: (jsonData: any) => any;
43
+ initRowLadderJson: (jsonData: any) => never[];
44
44
  getRowLadder: (jsonData: any) => string;
45
45
  isRebateLadder: boolean;
46
46
  isQuotePriceLadder: boolean;
@@ -74,8 +74,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
74
74
  default: boolean;
75
75
  };
76
76
  }>>, {
77
- row: Row;
78
77
  value: string;
78
+ row: Row;
79
79
  disabled: boolean;
80
80
  config: Config;
81
81
  isRow: boolean;
@@ -38,7 +38,7 @@ declare const _sfc_main: DefineComponent<{
38
38
  ladderPriceModal: Ref<any>;
39
39
  ladderNotPriceModal: Ref<any>;
40
40
  handleOk: (itemList: RecordString[]) => void;
41
- initRowLadderJson: (jsonData: any) => any;
41
+ initRowLadderJson: (jsonData: any) => never[];
42
42
  getRowLadder: (jsonData: any) => string;
43
43
  isRebateLadder: boolean;
44
44
  isQuotePriceLadder: boolean;
@@ -72,8 +72,8 @@ declare const _sfc_main: DefineComponent<{
72
72
  default: boolean;
73
73
  };
74
74
  }>>, {
75
- row: Row;
76
75
  value: string;
76
+ row: Row;
77
77
  disabled: boolean;
78
78
  config: Config;
79
79
  isRow: boolean;
@@ -1,7 +1,7 @@
1
1
  import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
2
2
  import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
3
3
  import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
4
- import type { DefaultOptionType } from 'ant-design-vue/lib/select';
4
+ import type { DefaultOptionType } from 'ant-design-vue/es/select';
5
5
  import type { Request } from '@qqt-product/api/dist/utils/request';
6
6
  import type { CloseCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CloseCircleOutlined';
7
7
  import type { SearchOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SearchOutlined';
@@ -246,31 +246,36 @@ declare const _default: SFCWithInstall<DefineComponent<{
246
246
  logo: DefineComponent<{
247
247
  title: {
248
248
  type: StringConstructor;
249
+ required: false;
249
250
  default: string;
250
251
  };
251
252
  collapsed: {
252
253
  type: BooleanConstructor;
254
+ required: false;
253
255
  default: boolean;
254
256
  };
255
257
  logoUrl: {
256
258
  type: StringConstructor;
259
+ required: false;
257
260
  default: string;
258
261
  };
259
262
  }, {
260
- onImageLoad: () => void;
261
263
  imgRef: Ref<any>;
262
- shouldHide: Ref<boolean>;
264
+ onImageLoad: () => void;
263
265
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
264
266
  title: {
265
267
  type: StringConstructor;
268
+ required: false;
266
269
  default: string;
267
270
  };
268
271
  collapsed: {
269
272
  type: BooleanConstructor;
273
+ required: false;
270
274
  default: boolean;
271
275
  };
272
276
  logoUrl: {
273
277
  type: StringConstructor;
278
+ required: false;
274
279
  default: string;
275
280
  };
276
281
  }>>, {
@@ -2,7 +2,7 @@ import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/Chec
2
2
  import type { ColorListType } from '../types';
3
3
  import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
4
4
  import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
5
- import type { DefaultOptionType } from 'ant-design-vue/lib/select';
5
+ import type { DefaultOptionType } from 'ant-design-vue/es/select';
6
6
  import type { Request } from '@qqt-product/api/dist/utils/request';
7
7
  import type { SrmI18n } from '../../../../utils/type';
8
8
  import type { DefineComponent, Ref, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
@@ -2,7 +2,7 @@ import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/Chec
2
2
  import type { ColorListType } from '../../types';
3
3
  import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
4
4
  import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
5
- import type { DefaultOptionType } from 'ant-design-vue/lib/select';
5
+ import type { DefaultOptionType } from 'ant-design-vue/es/select';
6
6
  import type { Request } from '@qqt-product/api/dist/utils/request';
7
7
  import type { SrmI18n } from '../../../../../utils/type';
8
8
  import type { DefineComponent, Ref, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
@@ -1,4 +1,4 @@
1
- import type { DefaultOptionType } from 'ant-design-vue/lib/select';
1
+ import type { DefaultOptionType } from 'ant-design-vue/es/select';
2
2
  import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
3
  import qqtApi from '@qqt-product/api';
4
4
  declare const _sfc_main: DefineComponent<{}, {
@@ -1,7 +1,7 @@
1
1
  import type { CheckOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CheckOutlined';
2
2
  import type { LogoutOutlinedIconType } from '@ant-design/icons-vue/lib/icons/LogoutOutlined';
3
3
  import type { SettingOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SettingOutlined';
4
- import type { DefaultOptionType } from 'ant-design-vue/lib/select';
4
+ import type { DefaultOptionType } from 'ant-design-vue/es/select';
5
5
  import type { Request } from '@qqt-product/api/dist/utils/request';
6
6
  import type { CloseCircleOutlinedIconType } from '@ant-design/icons-vue/lib/icons/CloseCircleOutlined';
7
7
  import type { SearchOutlinedIconType } from '@ant-design/icons-vue/lib/icons/SearchOutlined';
@@ -243,31 +243,36 @@ declare const _sfc_main: DefineComponent<{
243
243
  logo: DefineComponent<{
244
244
  title: {
245
245
  type: StringConstructor;
246
+ required: false;
246
247
  default: string;
247
248
  };
248
249
  collapsed: {
249
250
  type: BooleanConstructor;
251
+ required: false;
250
252
  default: boolean;
251
253
  };
252
254
  logoUrl: {
253
255
  type: StringConstructor;
256
+ required: false;
254
257
  default: string;
255
258
  };
256
259
  }, {
257
- onImageLoad: () => void;
258
260
  imgRef: Ref<any>;
259
- shouldHide: Ref<boolean>;
261
+ onImageLoad: () => void;
260
262
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
261
263
  title: {
262
264
  type: StringConstructor;
265
+ required: false;
263
266
  default: string;
264
267
  };
265
268
  collapsed: {
266
269
  type: BooleanConstructor;
270
+ required: false;
267
271
  default: boolean;
268
272
  };
269
273
  logoUrl: {
270
274
  type: StringConstructor;
275
+ required: false;
271
276
  default: string;
272
277
  };
273
278
  }>>, {
@@ -111,31 +111,36 @@ declare const _sfc_main: DefineComponent<{
111
111
  logo: DefineComponent<{
112
112
  title: {
113
113
  type: StringConstructor;
114
+ required: false;
114
115
  default: string;
115
116
  };
116
117
  collapsed: {
117
118
  type: BooleanConstructor;
119
+ required: false;
118
120
  default: boolean;
119
121
  };
120
122
  logoUrl: {
121
123
  type: StringConstructor;
124
+ required: false;
122
125
  default: string;
123
126
  };
124
127
  }, {
125
- onImageLoad: () => void;
126
128
  imgRef: Ref<any>;
127
- shouldHide: Ref<boolean>;
129
+ onImageLoad: () => void;
128
130
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
129
131
  title: {
130
132
  type: StringConstructor;
133
+ required: false;
131
134
  default: string;
132
135
  };
133
136
  collapsed: {
134
137
  type: BooleanConstructor;
138
+ required: false;
135
139
  default: boolean;
136
140
  };
137
141
  logoUrl: {
138
142
  type: StringConstructor;
143
+ required: false;
139
144
  default: string;
140
145
  };
141
146
  }>>, {
@@ -2,31 +2,36 @@ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedCo
2
2
  declare const _sfc_main: DefineComponent<{
3
3
  title: {
4
4
  type: StringConstructor;
5
+ required: false;
5
6
  default: string;
6
7
  };
7
8
  collapsed: {
8
9
  type: BooleanConstructor;
10
+ required: false;
9
11
  default: boolean;
10
12
  };
11
13
  logoUrl: {
12
14
  type: StringConstructor;
15
+ required: false;
13
16
  default: string;
14
17
  };
15
18
  }, {
16
- onImageLoad: () => void;
17
19
  imgRef: Ref<any>;
18
- shouldHide: Ref<boolean>;
20
+ onImageLoad: () => void;
19
21
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
20
22
  title: {
21
23
  type: StringConstructor;
24
+ required: false;
22
25
  default: string;
23
26
  };
24
27
  collapsed: {
25
28
  type: BooleanConstructor;
29
+ required: false;
26
30
  default: boolean;
27
31
  };
28
32
  logoUrl: {
29
33
  type: StringConstructor;
34
+ required: false;
30
35
  default: string;
31
36
  };
32
37
  }>>, {
@@ -20,6 +20,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
20
20
  }) => void;
21
21
  groups: Ref<GroupItem[]>;
22
22
  show: Ref<boolean>;
23
+ anchorLinkItems: Ref<{
24
+ key: string;
25
+ href: string;
26
+ title: string;
27
+ }[]>;
23
28
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
24
29
  groups: {
25
30
  type: PropType<GroupItem[]>;
@@ -16,6 +16,11 @@ declare const _sfc_main: DefineComponent<{
16
16
  }) => void;
17
17
  groups: Ref<GroupItem[]>;
18
18
  show: Ref<boolean>;
19
+ anchorLinkItems: Ref<{
20
+ key: string;
21
+ href: string;
22
+ title: string;
23
+ }[]>;
19
24
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
20
25
  groups: {
21
26
  type: PropType<GroupItem[]>;
@@ -122,6 +122,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
122
122
  approvalModalVisible: Ref<boolean>;
123
123
  nodeHistoryModalVisible: Ref<boolean>;
124
124
  auditModalProps: Ref<{
125
+ width?: string | undefined;
125
126
  form?: {
126
127
  [x: string]: unknown;
127
128
  type: string;
@@ -141,7 +142,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
141
142
  businessType?: string | undefined;
142
143
  token?: string | undefined;
143
144
  busAccount?: string | undefined;
144
- width?: string | undefined;
145
145
  taskAction?: string | undefined;
146
146
  needFlow?: string | undefined;
147
147
  flowIframeUrl?: string | undefined;
@@ -183,17 +183,22 @@ declare const _default: SFCWithInstall<DefineComponent<{
183
183
  handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
184
184
  callback?: ((payload: PageButtonPayload) => void) | undefined;
185
185
  } | undefined;
186
+ width?: string | undefined;
186
187
  title?: string | undefined;
187
188
  onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
188
189
  'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
189
190
  visible?: boolean | undefined;
190
191
  currentRow?: any;
191
192
  token?: string | undefined;
192
- width?: string | undefined;
193
193
  flowId?: string | undefined;
194
194
  isDesign?: boolean | undefined;
195
195
  workFlowType?: string | undefined;
196
196
  }>;
197
+ layoutExtraInfo: {
198
+ token: string;
199
+ };
200
+ afterSignModalVisible: Ref<boolean>;
201
+ handleAfterSignModal: () => void;
197
202
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
198
203
  title: {
199
204
  type: PropType<string>;
@@ -12,6 +12,7 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
12
12
  auditModalConfirm: Ref<any>;
13
13
  auditModalCancel: Ref<any>;
14
14
  auditModalProps: Ref<{
15
+ width?: string | undefined;
15
16
  form?: {
16
17
  [x: string]: unknown;
17
18
  type: string;
@@ -31,7 +32,6 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
31
32
  businessType?: string | undefined;
32
33
  token?: string | undefined;
33
34
  busAccount?: string | undefined;
34
- width?: string | undefined;
35
35
  taskAction?: string | undefined;
36
36
  needFlow?: string | undefined;
37
37
  flowIframeUrl?: string | undefined;
@@ -117,6 +117,7 @@ declare const _sfc_main: DefineComponent<{
117
117
  approvalModalVisible: Ref<boolean>;
118
118
  nodeHistoryModalVisible: Ref<boolean>;
119
119
  auditModalProps: Ref<{
120
+ width?: string | undefined;
120
121
  form?: {
121
122
  [x: string]: unknown;
122
123
  type: string;
@@ -136,7 +137,6 @@ declare const _sfc_main: DefineComponent<{
136
137
  businessType?: string | undefined;
137
138
  token?: string | undefined;
138
139
  busAccount?: string | undefined;
139
- width?: string | undefined;
140
140
  taskAction?: string | undefined;
141
141
  needFlow?: string | undefined;
142
142
  flowIframeUrl?: string | undefined;
@@ -178,17 +178,22 @@ declare const _sfc_main: DefineComponent<{
178
178
  handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
179
179
  callback?: ((payload: PageButtonPayload) => void) | undefined;
180
180
  } | undefined;
181
+ width?: string | undefined;
181
182
  title?: string | undefined;
182
183
  onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
183
184
  'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
184
185
  visible?: boolean | undefined;
185
186
  currentRow?: any;
186
187
  token?: string | undefined;
187
- width?: string | undefined;
188
188
  flowId?: string | undefined;
189
189
  isDesign?: boolean | undefined;
190
190
  workFlowType?: string | undefined;
191
191
  }>;
192
+ layoutExtraInfo: {
193
+ token: string;
194
+ };
195
+ afterSignModalVisible: Ref<boolean>;
196
+ handleAfterSignModal: () => void;
192
197
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
193
198
  title: {
194
199
  type: PropType<string>;
@@ -245,7 +245,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
245
245
  enabled?: boolean | undefined;
246
246
  slots?: any;
247
247
  size?: SizeType | undefined;
248
- layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Number" | "Jump")[] | undefined;
248
+ layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
249
249
  currentPage?: number | undefined;
250
250
  loading?: boolean | undefined;
251
251
  pageSize?: number | undefined;
@@ -1,7 +1,7 @@
1
1
  type SrmI18n = (i18nKey: string, defaultValue: string, account?: string | number) => string;
2
2
  export declare const tabs: string[];
3
3
  export declare const operaUrl = "/log/queryOptHisList";
4
- export declare const auditUrl = "/elsUflo/audit/auditHislist";
4
+ export declare const auditUrl = "/workflow/task/audit/history/list";
5
5
  export declare function useMock(srmI18n: SrmI18n): {
6
6
  operaPagerConfig: {
7
7
  total: number;