@sunny-base-web/effects 0.8.78 → 0.8.80

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.
package/dist/index.d.ts CHANGED
@@ -469,8 +469,6 @@ export declare const defaultResponseInterceptor: ({ codeField, dataField, succes
469
469
  */
470
470
  export declare const defaultSelectOptionsAdapter: SelectOptionsAdapter;
471
471
 
472
- export declare const Design: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
473
-
474
472
  declare type DownloadRequestConfig = {
475
473
  /**
476
474
  * 定义期望获得的数据类型。
@@ -2661,7 +2659,7 @@ declare interface UseFormOptions extends Partial<SunnyFormProps> {
2661
2659
  handleValuesChange?: (values: Record<string, any>, changedFields: string[]) => void;
2662
2660
  }
2663
2661
 
2664
- export declare function useFormTable({ formSchema, tableColumns, tableEditRules, tableToolbarButtons, objectToValueFields, aggregateConfig, }?: UseFormTableOptions): readonly [DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
2662
+ export declare function useFormTable({ formSchema, tableColumns, tableEditRules, tableToolbarButtons, objectToValueFields, aggregateConfig, gridEvents, }?: UseFormTableOptions): readonly [DefineComponent< {}, () => VNode<RendererNode, RendererElement, {
2665
2663
  [key: string]: any;
2666
2664
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, FormApi, DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, PublicProps>, VxeGridApi_2];
2667
2665
 
@@ -2679,6 +2677,8 @@ declare interface UseFormTableOptions {
2679
2677
  groupFields?: string[];
2680
2678
  [key: string]: any;
2681
2679
  };
2680
+ /** 表格事件 */
2681
+ gridEvents?: Record<string, (...args: any[]) => any>;
2682
2682
  }
2683
2683
 
2684
2684
  export declare function useFormTabs({ formSchema, tabsConfig, objectToValueFields }?: UseFormTabsOptions): readonly [DefineComponent< {}, () => VNode<RendererNode, RendererElement, {