@qqt-product/ui 11.0.8 → 11.0.9

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 (42) hide show
  1. package/dist/index.es.js +26871 -27413
  2. package/dist/index.umd.js +104 -104
  3. package/dist/lib/components/audit-modal/index.d.ts +0 -2
  4. package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +0 -2
  5. package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +3 -89
  6. package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +3 -91
  7. package/dist/lib/components/audit-modal/src/hook/use-audit-config-hook.d.ts +2 -36
  8. package/dist/lib/components/detail-grid/index.d.ts +6 -13
  9. package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +6 -13
  10. package/dist/lib/components/detail-page-layout/index.d.ts +2 -2
  11. package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +2 -2
  12. package/dist/lib/components/edit-grid/index.d.ts +6 -13
  13. package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +0 -4
  14. package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +6 -13
  15. package/dist/lib/components/edit-page-layout/index.d.ts +2 -2
  16. package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +15 -69
  17. package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +2 -2
  18. package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -1
  19. package/dist/lib/components/field-select-modal/index.d.ts +0 -1
  20. package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +0 -1
  21. package/dist/lib/components/ladder-price/index.d.ts +0 -10
  22. package/dist/lib/components/ladder-price/src/ladder-price-types.d.ts +0 -4
  23. package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +0 -10
  24. package/dist/lib/components/layout-pattern/index.d.ts +2 -2
  25. package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +1 -35
  26. package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -2
  27. package/dist/lib/components/list-page-layout/index.d.ts +0 -7
  28. package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +0 -6
  29. package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +0 -7
  30. package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +0 -6
  31. package/dist/lib/components/page-layout/src/constant/buttons.d.ts +0 -1
  32. package/dist/lib/components/page-layout/src/constant/symbol.d.ts +2 -29
  33. package/dist/lib/components/select-modal/index.d.ts +0 -2
  34. package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +0 -2
  35. package/dist/lib/components/upload-file/index.d.ts +13 -18
  36. package/dist/lib/components/upload-file/src/upload-file-types.d.ts +2 -2
  37. package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +14 -19
  38. package/dist/lib/index.d.ts +1 -1
  39. package/dist/lib/setting/vxe-table/config.d.ts +0 -1
  40. package/dist/lib/utils/event.d.ts +4 -19
  41. package/dist/style.css +1 -1
  42. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- import type { UploadOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UploadOutlined';
2
1
  import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
3
2
  import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './src/component/field-select-modal-types';
4
3
  import type { UserOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UserOutlined';
@@ -263,7 +262,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
263
262
  placeholder: string;
264
263
  selectModal: ModalType;
265
264
  }, {}>;
266
- readonly UploadOutlined: UploadOutlinedIconType;
267
265
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "ok" | "cancel")[], "update:visible" | "ok" | "cancel", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
268
266
  visible: {
269
267
  type: BooleanConstructor;
@@ -1,4 +1,3 @@
1
- import type { UploadOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UploadOutlined';
2
1
  import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
3
2
  import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './component/field-select-modal-types';
4
3
  import type { UserOutlinedIconType } from '@ant-design/icons-vue/lib/icons/UserOutlined';
@@ -259,7 +258,6 @@ declare const _sfc_main: DefineComponent<{
259
258
  placeholder: string;
260
259
  selectModal: ModalType;
261
260
  }, {}>;
262
- readonly UploadOutlined: UploadOutlinedIconType;
263
261
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "ok" | "cancel")[], "update:visible" | "ok" | "cancel", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
264
262
  visible: {
265
263
  type: BooleanConstructor;
@@ -3,7 +3,7 @@ import type { SrmI18n } from '../../../../utils/type';
3
3
  import type { Form } from '../audit-modal-type';
4
4
  import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
5
5
  import qqtApi from '@qqt-product/api';
6
- import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, SizeType, VxeGridPropTypes } from 'vxe-table';
6
+ import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeGridProps } from 'vxe-table';
7
7
  declare const _sfc_main: DefineComponent<{
8
8
  visible: {
9
9
  type: BooleanConstructor;
@@ -61,6 +61,7 @@ declare const _sfc_main: DefineComponent<{
61
61
  props: any;
62
62
  emit: (event: "update:visible" | "ok" | "cancel", ...args: any[]) => void;
63
63
  confirmLoading: Ref<boolean>;
64
+ title: Ref<string>;
64
65
  visible: Ref<boolean>;
65
66
  handleCancel: () => void;
66
67
  submit: () => void;
@@ -333,94 +334,7 @@ declare const _sfc_main: DefineComponent<{
333
334
  params?: any;
334
335
  }[]>;
335
336
  Request: qqtApi.Request;
336
- gridConfig: {
337
- height: number;
338
- size?: SizeType | undefined;
339
- id?: string | undefined;
340
- data?: VxeTablePropTypes.Data<VxeTableDataRow> | undefined;
341
- maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
342
- resizable?: boolean | undefined;
343
- stripe?: boolean | undefined;
344
- round?: boolean | undefined;
345
- border?: VxeTablePropTypes.Border | undefined;
346
- loading?: boolean | undefined;
347
- align?: VxeTablePropTypes.Align | undefined;
348
- headerAlign?: VxeTablePropTypes.Align | undefined;
349
- footerAlign?: VxeTablePropTypes.Align | undefined;
350
- showHeader?: boolean | undefined;
351
- highlightCurrentRow?: boolean | undefined;
352
- highlightHoverRow?: boolean | undefined;
353
- highlightCurrentColumn?: boolean | undefined;
354
- highlightHoverColumn?: boolean | undefined;
355
- highlightCell?: boolean | undefined;
356
- showFooter?: boolean | undefined;
357
- footerMethod?: VxeTablePropTypes.FooterMethod<VxeTableDataRow> | undefined;
358
- rowClassName?: VxeTablePropTypes.RowClassName<VxeTableDataRow> | undefined;
359
- cellClassName?: VxeTablePropTypes.CellClassName<VxeTableDataRow> | undefined;
360
- headerRowClassName?: VxeTablePropTypes.HeaderRowClassName<VxeTableDataRow> | undefined;
361
- headerCellClassName?: VxeTablePropTypes.HeaderCellClassName<VxeTableDataRow> | undefined;
362
- footerRowClassName?: VxeTablePropTypes.FooterRowClassName<VxeTableDataRow> | undefined;
363
- footerCellClassName?: VxeTablePropTypes.FooterCellClassName<VxeTableDataRow> | undefined;
364
- cellStyle?: VxeTablePropTypes.CellStyle<VxeTableDataRow> | undefined;
365
- rowStyle?: VxeTablePropTypes.RowStyle<VxeTableDataRow> | undefined;
366
- headerCellStyle?: VxeTablePropTypes.HeaderCellStyle<VxeTableDataRow> | undefined;
367
- headerRowStyle?: VxeTablePropTypes.HeaderRowStyle<VxeTableDataRow> | undefined;
368
- footerRowStyle?: VxeTablePropTypes.FooterRowStyle<VxeTableDataRow> | undefined;
369
- footerCellStyle?: VxeTablePropTypes.FooterCellStyle<VxeTableDataRow> | undefined;
370
- mergeCells?: VxeTablePropTypes.MergeCells<VxeTableDataRow> | undefined;
371
- mergeFooterItems?: VxeTablePropTypes.MergeFooterItems<VxeTableDataRow> | undefined;
372
- spanMethod?: VxeTablePropTypes.SpanMethod<VxeTableDataRow> | undefined;
373
- footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod<VxeTableDataRow> | undefined;
374
- showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
375
- showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
376
- showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
377
- columnKey?: boolean | undefined;
378
- rowKey?: boolean | undefined;
379
- rowId?: string | undefined;
380
- keepSource?: boolean | undefined;
381
- autoResize?: boolean | undefined;
382
- syncResize?: VxeTablePropTypes.SyncResize | undefined;
383
- columnConfig?: VxeTablePropTypes.ColumnConfig | undefined;
384
- rowConfig?: VxeTablePropTypes.RowConfig | undefined;
385
- customConfig?: VxeTablePropTypes.CustomConfig<VxeTableDataRow> | undefined;
386
- resizeConfig?: VxeTablePropTypes.ResizeConfig | undefined;
387
- resizableConfig?: VxeTablePropTypes.ResizableConfig<VxeTableDataRow> | undefined;
388
- seqConfig?: VxeTablePropTypes.SeqConfig<VxeTableDataRow> | undefined;
389
- sortConfig?: VxeTablePropTypes.SortConfig<VxeTableDataRow> | undefined;
390
- filterConfig?: VxeTablePropTypes.FilterConfig<VxeTableDataRow> | undefined;
391
- radioConfig?: VxeTablePropTypes.RadioConfig<VxeTableDataRow> | undefined;
392
- checkboxConfig?: VxeTablePropTypes.CheckboxConfig<VxeTableDataRow> | undefined;
393
- tooltipConfig?: VxeTablePropTypes.TooltipConfig<VxeTableDataRow> | undefined;
394
- exportConfig?: VxeTablePropTypes.ExportConfig | undefined;
395
- importConfig?: VxeTablePropTypes.ImportConfig | undefined;
396
- printConfig?: VxeTablePropTypes.PrintConfig | undefined;
397
- expandConfig?: VxeTablePropTypes.ExpandConfig<VxeTableDataRow> | undefined;
398
- treeConfig?: VxeTablePropTypes.TreeConfig<VxeTableDataRow> | undefined;
399
- menuConfig?: VxeTablePropTypes.MenuConfig<VxeTableDataRow> | undefined;
400
- mouseConfig?: VxeTablePropTypes.MouseConfig | undefined;
401
- areaConfig?: VxeTablePropTypes.AreaConfig<VxeTableDataRow> | undefined;
402
- fnrConfig?: VxeTablePropTypes.FNRConfig<VxeTableDataRow> | undefined;
403
- keyboardConfig?: VxeTablePropTypes.KeyboardConfig<VxeTableDataRow> | undefined;
404
- clipConfig?: VxeTablePropTypes.ClipConfig<VxeTableDataRow> | undefined;
405
- editConfig?: VxeTablePropTypes.EditConfig<VxeTableDataRow> | undefined;
406
- validConfig?: VxeTablePropTypes.ValidConfig | undefined;
407
- editRules?: VxeTablePropTypes.EditRules<VxeTableDataRow> | undefined;
408
- emptyText?: string | undefined;
409
- emptyRender?: VxeTablePropTypes.EmptyRender | undefined;
410
- loadingConfig?: VxeTablePropTypes.LoadingConfig | undefined;
411
- fit?: boolean | undefined;
412
- animat?: boolean | undefined;
413
- delayHover?: number | undefined;
414
- scrollX?: VxeTablePropTypes.ScrollX | undefined;
415
- scrollY?: VxeTablePropTypes.ScrollY | undefined;
416
- params?: any;
417
- columns?: VxeGridPropTypes.Columns<VxeTableDataRow> | undefined;
418
- pagerConfig?: VxeGridPropTypes.PagerConfig | undefined;
419
- proxyConfig?: VxeGridPropTypes.ProxyConfig<VxeTableDataRow> | undefined;
420
- toolbarConfig?: VxeGridPropTypes.ToolbarConfig | undefined;
421
- formConfig?: VxeGridPropTypes.FormConfig | undefined;
422
- zoomConfig?: VxeGridPropTypes.ZoomConfig | undefined;
423
- };
337
+ gridConfig: VxeGridProps<VxeTableDataRow>;
424
338
  getHistoryTableData: () => void;
425
339
  allBack: () => void;
426
340
  useHistorySlots: () => {
@@ -1,9 +1,8 @@
1
1
  import type { ObjectMap } from '../../../list-page-layout';
2
- import type { SrmI18n } from '../../../../utils/type';
3
2
  import type { Form } from '../audit-modal-type';
4
3
  import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
5
4
  import qqtApi from '@qqt-product/api';
6
- import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, SizeType, VxeGridPropTypes } from 'vxe-table';
5
+ import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeGridPropTypes, VxeGridProps } from 'vxe-table';
7
6
  declare const _sfc_main: DefineComponent<{
8
7
  visible: {
9
8
  type: BooleanConstructor;
@@ -58,10 +57,10 @@ declare const _sfc_main: DefineComponent<{
58
57
  default: unknown;
59
58
  };
60
59
  }, {
61
- srmI18n: SrmI18n;
62
60
  props: any;
63
61
  emit: (event: "update:visible" | "ok" | "cancel", ...args: any[]) => void;
64
62
  confirmLoading: Ref<boolean>;
63
+ title: Ref<string>;
65
64
  visible: Ref<boolean>;
66
65
  handleCancel: () => void;
67
66
  submit: () => void;
@@ -339,94 +338,7 @@ declare const _sfc_main: DefineComponent<{
339
338
  }[];
340
339
  tableData: Ref<VxeGridPropTypes.Columns<VxeTableDataRow> | undefined>;
341
340
  Request: qqtApi.Request;
342
- gridConfig: {
343
- height: number;
344
- size?: SizeType | undefined;
345
- id?: string | undefined;
346
- data?: VxeTablePropTypes.Data<VxeTableDataRow> | undefined;
347
- maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
348
- resizable?: boolean | undefined;
349
- stripe?: boolean | undefined;
350
- round?: boolean | undefined;
351
- border?: VxeTablePropTypes.Border | undefined;
352
- loading?: boolean | undefined;
353
- align?: VxeTablePropTypes.Align | undefined;
354
- headerAlign?: VxeTablePropTypes.Align | undefined;
355
- footerAlign?: VxeTablePropTypes.Align | undefined;
356
- showHeader?: boolean | undefined;
357
- highlightCurrentRow?: boolean | undefined;
358
- highlightHoverRow?: boolean | undefined;
359
- highlightCurrentColumn?: boolean | undefined;
360
- highlightHoverColumn?: boolean | undefined;
361
- highlightCell?: boolean | undefined;
362
- showFooter?: boolean | undefined;
363
- footerMethod?: VxeTablePropTypes.FooterMethod<VxeTableDataRow> | undefined;
364
- rowClassName?: VxeTablePropTypes.RowClassName<VxeTableDataRow> | undefined;
365
- cellClassName?: VxeTablePropTypes.CellClassName<VxeTableDataRow> | undefined;
366
- headerRowClassName?: VxeTablePropTypes.HeaderRowClassName<VxeTableDataRow> | undefined;
367
- headerCellClassName?: VxeTablePropTypes.HeaderCellClassName<VxeTableDataRow> | undefined;
368
- footerRowClassName?: VxeTablePropTypes.FooterRowClassName<VxeTableDataRow> | undefined;
369
- footerCellClassName?: VxeTablePropTypes.FooterCellClassName<VxeTableDataRow> | undefined;
370
- cellStyle?: VxeTablePropTypes.CellStyle<VxeTableDataRow> | undefined;
371
- rowStyle?: VxeTablePropTypes.RowStyle<VxeTableDataRow> | undefined;
372
- headerCellStyle?: VxeTablePropTypes.HeaderCellStyle<VxeTableDataRow> | undefined;
373
- headerRowStyle?: VxeTablePropTypes.HeaderRowStyle<VxeTableDataRow> | undefined;
374
- footerRowStyle?: VxeTablePropTypes.FooterRowStyle<VxeTableDataRow> | undefined;
375
- footerCellStyle?: VxeTablePropTypes.FooterCellStyle<VxeTableDataRow> | undefined;
376
- mergeCells?: VxeTablePropTypes.MergeCells<VxeTableDataRow> | undefined;
377
- mergeFooterItems?: VxeTablePropTypes.MergeFooterItems<VxeTableDataRow> | undefined;
378
- spanMethod?: VxeTablePropTypes.SpanMethod<VxeTableDataRow> | undefined;
379
- footerSpanMethod?: VxeTablePropTypes.FooterSpanMethod<VxeTableDataRow> | undefined;
380
- showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
381
- showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
382
- showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
383
- columnKey?: boolean | undefined;
384
- rowKey?: boolean | undefined;
385
- rowId?: string | undefined;
386
- keepSource?: boolean | undefined;
387
- autoResize?: boolean | undefined;
388
- syncResize?: VxeTablePropTypes.SyncResize | undefined;
389
- columnConfig?: VxeTablePropTypes.ColumnConfig | undefined;
390
- rowConfig?: VxeTablePropTypes.RowConfig | undefined;
391
- customConfig?: VxeTablePropTypes.CustomConfig<VxeTableDataRow> | undefined;
392
- resizeConfig?: VxeTablePropTypes.ResizeConfig | undefined;
393
- resizableConfig?: VxeTablePropTypes.ResizableConfig<VxeTableDataRow> | undefined;
394
- seqConfig?: VxeTablePropTypes.SeqConfig<VxeTableDataRow> | undefined;
395
- sortConfig?: VxeTablePropTypes.SortConfig<VxeTableDataRow> | undefined;
396
- filterConfig?: VxeTablePropTypes.FilterConfig<VxeTableDataRow> | undefined;
397
- radioConfig?: VxeTablePropTypes.RadioConfig<VxeTableDataRow> | undefined;
398
- checkboxConfig?: VxeTablePropTypes.CheckboxConfig<VxeTableDataRow> | undefined;
399
- tooltipConfig?: VxeTablePropTypes.TooltipConfig<VxeTableDataRow> | undefined;
400
- exportConfig?: VxeTablePropTypes.ExportConfig | undefined;
401
- importConfig?: VxeTablePropTypes.ImportConfig | undefined;
402
- printConfig?: VxeTablePropTypes.PrintConfig | undefined;
403
- expandConfig?: VxeTablePropTypes.ExpandConfig<VxeTableDataRow> | undefined;
404
- treeConfig?: VxeTablePropTypes.TreeConfig<VxeTableDataRow> | undefined;
405
- menuConfig?: VxeTablePropTypes.MenuConfig<VxeTableDataRow> | undefined;
406
- mouseConfig?: VxeTablePropTypes.MouseConfig | undefined;
407
- areaConfig?: VxeTablePropTypes.AreaConfig<VxeTableDataRow> | undefined;
408
- fnrConfig?: VxeTablePropTypes.FNRConfig<VxeTableDataRow> | undefined;
409
- keyboardConfig?: VxeTablePropTypes.KeyboardConfig<VxeTableDataRow> | undefined;
410
- clipConfig?: VxeTablePropTypes.ClipConfig<VxeTableDataRow> | undefined;
411
- editConfig?: VxeTablePropTypes.EditConfig<VxeTableDataRow> | undefined;
412
- validConfig?: VxeTablePropTypes.ValidConfig | undefined;
413
- editRules?: VxeTablePropTypes.EditRules<VxeTableDataRow> | undefined;
414
- emptyText?: string | undefined;
415
- emptyRender?: VxeTablePropTypes.EmptyRender | undefined;
416
- loadingConfig?: VxeTablePropTypes.LoadingConfig | undefined;
417
- fit?: boolean | undefined;
418
- animat?: boolean | undefined;
419
- delayHover?: number | undefined;
420
- scrollX?: VxeTablePropTypes.ScrollX | undefined;
421
- scrollY?: VxeTablePropTypes.ScrollY | undefined;
422
- params?: any;
423
- columns?: VxeGridPropTypes.Columns<VxeTableDataRow> | undefined;
424
- pagerConfig?: VxeGridPropTypes.PagerConfig | undefined;
425
- proxyConfig?: VxeGridPropTypes.ProxyConfig<VxeTableDataRow> | undefined;
426
- toolbarConfig?: VxeGridPropTypes.ToolbarConfig | undefined;
427
- formConfig?: VxeGridPropTypes.FormConfig | undefined;
428
- zoomConfig?: VxeGridPropTypes.ZoomConfig | undefined;
429
- };
341
+ gridConfig: VxeGridProps<VxeTableDataRow>;
430
342
  getHistoryTableData: () => void;
431
343
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:visible" | "ok" | "cancel")[], "update:visible" | "ok" | "cancel", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
432
344
  visible: {
@@ -1,40 +1,6 @@
1
1
  import { ObjectMap } from '../../../list-page-layout/src/list-page-layout-types';
2
- import type { PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload, CurrentRow, PageButton, RecordString } from '../../../edit-page-layout';
3
- import type { Ref } from 'vue';
2
+ import { CurrentRow } from '../../../edit-page-layout/src/edit-page-layout-types';
3
+ import { Ref } from 'vue';
4
4
  export default function useAuditConfigHook(auditVisble: Ref<boolean>, currentRow: CurrentRow): {
5
5
  auditFormModal: ObjectMap;
6
- cacheParams: Ref<RecordString>;
7
- cacheAuditButton: Ref<{
8
- title: string;
9
- i18nKey?: string | undefined;
10
- key: string | symbol;
11
- args: PageButtonArgsFunctionType | {
12
- [x: string]: unknown;
13
- url: string;
14
- };
15
- authorityCode?: string | undefined;
16
- attrs?: RecordString | undefined;
17
- icon?: {
18
- type: string;
19
- size: number;
20
- color?: string | undefined;
21
- } | undefined;
22
- emit?: boolean | undefined;
23
- emitKey?: string | undefined;
24
- showMessage?: boolean | undefined;
25
- checkBefore?: boolean | undefined;
26
- confirm?: {
27
- title: string;
28
- content: string;
29
- } | undefined;
30
- dropdown?: boolean | undefined;
31
- isExistFrozenSource?: boolean | undefined;
32
- isExistFrozenSourceUrl?: string | undefined;
33
- isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
34
- disabled?: ((pageData: RecordString) => boolean) | undefined;
35
- handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
36
- handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
37
- callback?: ((payload: PageButtonPayload) => void) | undefined;
38
- }>;
39
- handleSetCacheAuditButton: (btn: PageButton) => void;
40
6
  };
@@ -1,8 +1,8 @@
1
1
  import type { RecordString } from '../select-modal';
2
2
  import type { SrmI18n } from '../../utils/type';
3
- import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridListeners } from 'vxe-table';
4
- import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, PageButtonDeleteFileRow } from '../edit-page-layout';
5
- import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
+ import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
4
+ import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, GridCheckboxChangeParams, GridCheckboxAllParams, PageButtonDeleteFileRow } from '../edit-page-layout';
5
+ import type { DefineComponent, PropType, Ref, ComputedRef, CSSProperties, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
6
6
  import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
7
7
  import QDetailForm from './src/detail-grid.vue';
8
8
  export { QDetailForm };
@@ -55,10 +55,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
55
55
  readonly type: PropType<boolean>;
56
56
  readonly default: false;
57
57
  };
58
- readonly useAllConfig: {
59
- readonly type: PropType<boolean>;
60
- readonly default: false;
61
- };
62
58
  }, {
63
59
  groupName: Ref<string>;
64
60
  groupNameI18nKey: Ref<string>;
@@ -70,6 +66,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
70
66
  buttons: Ref<PageButton[]>;
71
67
  wrapBoxHeight: ComputedRef<number>;
72
68
  isVertical: ComputedRef<boolean>;
69
+ style: ComputedRef<CSSProperties>;
73
70
  xGrid: Ref<VxeGridInstance<any> | undefined>;
74
71
  gridOptions: {
75
72
  size?: SizeType | undefined;
@@ -2638,8 +2635,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
2638
2635
  handleDownLoadAll: (btn: PageDownLoadButton) => void;
2639
2636
  computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2640
2637
  shake: Ref<boolean>;
2638
+ handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
2639
+ handleCheckboxAll: (params: GridCheckboxAllParams) => void;
2641
2640
  handleRemoveAll: (btn: PageButtonDeleteFileRow) => void;
2642
- gridEvents: VxeGridListeners<VxeTableDataRow>;
2643
2641
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2644
2642
  readonly groupName: {
2645
2643
  readonly type: PropType<string>;
@@ -2689,10 +2687,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
2689
2687
  readonly type: PropType<boolean>;
2690
2688
  readonly default: false;
2691
2689
  };
2692
- readonly useAllConfig: {
2693
- readonly type: PropType<boolean>;
2694
- readonly default: false;
2695
- };
2696
2690
  }>>, {
2697
2691
  readonly total: Record<string, any>;
2698
2692
  readonly columns: ColumnItem[];
@@ -2706,6 +2700,5 @@ declare const _default: SFCWithInstall<DefineComponent<{
2706
2700
  readonly shake: boolean;
2707
2701
  readonly slot: boolean;
2708
2702
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2709
- readonly useAllConfig: boolean;
2710
2703
  }, {}>>;
2711
2704
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import type { SrmI18n } from '../../../utils/type';
2
- import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
3
- import type { ColumnItem, PageButton, PageButtonWithGroupCode, PageButtonDeleteFileRow, RecordString, PageDownLoadButton } from '../../edit-page-layout';
4
- import type { SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps, VxeGridListeners, VxeTableDataRow } from 'vxe-table';
2
+ import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, CSSProperties } from 'vue';
3
+ import type { ColumnItem, PageButton, PageButtonWithGroupCode, PageButtonDeleteFileRow, RecordString, PageDownLoadButton, GridCheckboxChangeParams, GridCheckboxAllParams } from '../../edit-page-layout';
4
+ import type { VxeTableDataRow, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps } from 'vxe-table';
5
5
  declare const _sfc_main: DefineComponent<{
6
6
  readonly groupName: {
7
7
  readonly type: PropType<string>;
@@ -51,10 +51,6 @@ declare const _sfc_main: DefineComponent<{
51
51
  readonly type: PropType<boolean>;
52
52
  readonly default: false;
53
53
  };
54
- readonly useAllConfig: {
55
- readonly type: PropType<boolean>;
56
- readonly default: false;
57
- };
58
54
  }, {
59
55
  groupName: Ref<string>;
60
56
  groupNameI18nKey: Ref<string>;
@@ -66,6 +62,7 @@ declare const _sfc_main: DefineComponent<{
66
62
  buttons: Ref<PageButton[]>;
67
63
  wrapBoxHeight: ComputedRef<number>;
68
64
  isVertical: ComputedRef<boolean>;
65
+ style: ComputedRef<CSSProperties>;
69
66
  xGrid: Ref<VxeGridInstance<any> | undefined>;
70
67
  gridOptions: {
71
68
  size?: SizeType | undefined;
@@ -2634,8 +2631,9 @@ declare const _sfc_main: DefineComponent<{
2634
2631
  handleDownLoadAll: (btn: PageDownLoadButton) => void;
2635
2632
  computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2636
2633
  shake: Ref<boolean>;
2634
+ handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
2635
+ handleCheckboxAll: (params: GridCheckboxAllParams) => void;
2637
2636
  handleRemoveAll: (btn: PageButtonDeleteFileRow) => void;
2638
- gridEvents: VxeGridListeners<VxeTableDataRow>;
2639
2637
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2640
2638
  readonly groupName: {
2641
2639
  readonly type: PropType<string>;
@@ -2685,10 +2683,6 @@ declare const _sfc_main: DefineComponent<{
2685
2683
  readonly type: PropType<boolean>;
2686
2684
  readonly default: false;
2687
2685
  };
2688
- readonly useAllConfig: {
2689
- readonly type: PropType<boolean>;
2690
- readonly default: false;
2691
- };
2692
2686
  }>>, {
2693
2687
  readonly total: Record<string, any>;
2694
2688
  readonly columns: ColumnItem[];
@@ -2702,6 +2696,5 @@ declare const _sfc_main: DefineComponent<{
2702
2696
  readonly shake: boolean;
2703
2697
  readonly slot: boolean;
2704
2698
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2705
- readonly useAllConfig: boolean;
2706
2699
  }, {}>;
2707
2700
  export default _sfc_main;
@@ -218,12 +218,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
218
218
  businessType: string;
219
219
  token: string;
220
220
  userInfo: UserInfo;
221
- isUseLocalPattern: boolean;
222
- isDetail: boolean;
223
221
  showPageHeader: boolean;
224
222
  showLayoutAnchor: boolean;
223
+ isDetail: boolean;
225
224
  role: Role;
226
225
  refreshMethods: (row?: CurrentRow | undefined) => void;
226
+ isUseLocalPattern: boolean;
227
227
  localConfig: Partial<RemoteConfig>;
228
228
  handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
229
229
  detailApi: string | DetailApiFunctionType;
@@ -214,12 +214,12 @@ declare const _sfc_main: DefineComponent<{
214
214
  businessType: string;
215
215
  token: string;
216
216
  userInfo: UserInfo;
217
- isUseLocalPattern: boolean;
218
- isDetail: boolean;
219
217
  showPageHeader: boolean;
220
218
  showLayoutAnchor: boolean;
219
+ isDetail: boolean;
221
220
  role: Role;
222
221
  refreshMethods: (row?: CurrentRow | undefined) => void;
222
+ isUseLocalPattern: boolean;
223
223
  localConfig: Partial<RemoteConfig>;
224
224
  handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
225
225
  detailApi: string | DetailApiFunctionType;
@@ -1,9 +1,9 @@
1
1
  import type { ruleItem } from './src/hook/use-grid-config-hook';
2
2
  import type { RecordString } from '../select-modal';
3
3
  import type { SrmI18n } from '../../utils/type';
4
- import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeTableListeners, VxeGridListeners } from 'vxe-table';
5
- import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, PageButtonDeleteFileRow } from '../edit-page-layout';
6
- import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
4
+ import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
5
+ import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, PageButtonDeleteFileRow, GridCheckboxChangeParams, GridCheckboxAllParams } from '../edit-page-layout';
6
+ import type { DefineComponent, PropType, Ref, ComputedRef, CSSProperties, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
7
7
  import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
8
8
  import QEditForm from './src/edit-grid.vue';
9
9
  export * from './src/edit-grid-types';
@@ -57,10 +57,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
57
57
  readonly type: PropType<boolean>;
58
58
  readonly default: false;
59
59
  };
60
- readonly useAllConfig: {
61
- readonly type: PropType<boolean>;
62
- readonly default: false;
63
- };
64
60
  }, {
65
61
  groupName: Ref<string>;
66
62
  groupNameI18nKey: Ref<string>;
@@ -73,6 +69,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
73
69
  total: Ref<Record<string, any>>;
74
70
  wrapBoxHeight: ComputedRef<number>;
75
71
  isVertical: ComputedRef<boolean>;
72
+ style: ComputedRef<CSSProperties>;
76
73
  xGrid: Ref<VxeGridInstance<any> | undefined>;
77
74
  gridOptions: {
78
75
  size?: SizeType | undefined;
@@ -2643,7 +2640,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
2643
2640
  computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2644
2641
  editRules: ComputedRef<ruleItem>;
2645
2642
  shake: Ref<boolean>;
2646
- gridEvents: VxeTableListeners<VxeTableDataRow> & VxeGridListeners<VxeTableDataRow>;
2643
+ handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
2644
+ handleCheckboxAll: (params: GridCheckboxAllParams) => void;
2647
2645
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2648
2646
  readonly groupName: {
2649
2647
  readonly type: PropType<string>;
@@ -2693,10 +2691,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
2693
2691
  readonly type: PropType<boolean>;
2694
2692
  readonly default: false;
2695
2693
  };
2696
- readonly useAllConfig: {
2697
- readonly type: PropType<boolean>;
2698
- readonly default: false;
2699
- };
2700
2694
  }>>, {
2701
2695
  readonly total: Record<string, any>;
2702
2696
  readonly columns: ColumnItem[];
@@ -2710,6 +2704,5 @@ declare const _default: SFCWithInstall<DefineComponent<{
2710
2704
  readonly shake: boolean;
2711
2705
  readonly slot: boolean;
2712
2706
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2713
- readonly useAllConfig: boolean;
2714
2707
  }, {}>>;
2715
2708
  export default _default;
@@ -50,10 +50,6 @@ export declare const editGridProps: {
50
50
  readonly type: PropType<boolean>;
51
51
  readonly default: false;
52
52
  };
53
- readonly useAllConfig: {
54
- readonly type: PropType<boolean>;
55
- readonly default: false;
56
- };
57
53
  };
58
54
  export type EditGridProps = ExtractPropTypes<typeof editGridProps>;
59
55
  export interface EditGridReturnType {
@@ -1,8 +1,8 @@
1
1
  import type { ruleItem } from './hook/use-grid-config-hook';
2
2
  import type { SrmI18n } from '../../../utils/type';
3
- import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
4
- import type { ColumnItem, PageButton, PageButtonWithGroupCode, RecordString, PageDownLoadButton, PageButtonDeleteFileRow } from '../../edit-page-layout';
5
- import type { SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps, VxeTableListeners, VxeGridListeners, VxeTableDataRow, VxeTableDefines } from 'vxe-table';
3
+ import type { DefineComponent, PropType, Ref, ComputedRef, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, CSSProperties } from 'vue';
4
+ import type { ColumnItem, PageButton, PageButtonWithGroupCode, RecordString, PageDownLoadButton, PageButtonDeleteFileRow, GridCheckboxChangeParams, GridCheckboxAllParams } from '../../edit-page-layout';
5
+ import type { VxeTableDataRow, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps } from 'vxe-table';
6
6
  declare const _sfc_main: DefineComponent<{
7
7
  readonly groupName: {
8
8
  readonly type: PropType<string>;
@@ -52,10 +52,6 @@ declare const _sfc_main: DefineComponent<{
52
52
  readonly type: PropType<boolean>;
53
53
  readonly default: false;
54
54
  };
55
- readonly useAllConfig: {
56
- readonly type: PropType<boolean>;
57
- readonly default: false;
58
- };
59
55
  }, {
60
56
  groupName: Ref<string>;
61
57
  groupNameI18nKey: Ref<string>;
@@ -68,6 +64,7 @@ declare const _sfc_main: DefineComponent<{
68
64
  total: Ref<Record<string, any>>;
69
65
  wrapBoxHeight: ComputedRef<number>;
70
66
  isVertical: ComputedRef<boolean>;
67
+ style: ComputedRef<CSSProperties>;
71
68
  xGrid: Ref<VxeGridInstance<any> | undefined>;
72
69
  gridOptions: {
73
70
  size?: SizeType | undefined;
@@ -2638,7 +2635,8 @@ declare const _sfc_main: DefineComponent<{
2638
2635
  computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
2639
2636
  editRules: ComputedRef<ruleItem>;
2640
2637
  shake: Ref<boolean>;
2641
- gridEvents: VxeTableListeners<VxeTableDataRow> & VxeGridListeners<VxeTableDataRow>;
2638
+ handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
2639
+ handleCheckboxAll: (params: GridCheckboxAllParams) => void;
2642
2640
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2643
2641
  readonly groupName: {
2644
2642
  readonly type: PropType<string>;
@@ -2688,10 +2686,6 @@ declare const _sfc_main: DefineComponent<{
2688
2686
  readonly type: PropType<boolean>;
2689
2687
  readonly default: false;
2690
2688
  };
2691
- readonly useAllConfig: {
2692
- readonly type: PropType<boolean>;
2693
- readonly default: false;
2694
- };
2695
2689
  }>>, {
2696
2690
  readonly total: Record<string, any>;
2697
2691
  readonly columns: ColumnItem[];
@@ -2705,6 +2699,5 @@ declare const _sfc_main: DefineComponent<{
2705
2699
  readonly shake: boolean;
2706
2700
  readonly slot: boolean;
2707
2701
  readonly vxeGridConfig: VxeGridProps<VxeTableDataRow>;
2708
- readonly useAllConfig: boolean;
2709
2702
  }, {}>;
2710
2703
  export default _sfc_main;
@@ -219,12 +219,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
219
219
  businessType: string;
220
220
  token: string;
221
221
  userInfo: UserInfo;
222
- isUseLocalPattern: boolean;
223
- isDetail: boolean;
224
222
  showPageHeader: boolean;
225
223
  showLayoutAnchor: boolean;
224
+ isDetail: boolean;
226
225
  role: Role;
227
226
  refreshMethods: (row?: CurrentRow | undefined) => void;
227
+ isUseLocalPattern: boolean;
228
228
  localConfig: Partial<RemoteConfig>;
229
229
  handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
230
230
  detailApi: string | DetailApiFunctionType;