qy-ui-for-ls 0.2.3 → 0.2.5

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.
@@ -3081,6 +3081,7 @@ declare const QyTablePlus: ({
3081
3081
  hideBorder: boolean;
3082
3082
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3083
3083
  $slots: Partial<Record<"expand", (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
3084
+ "search-before"?(_: {}): any;
3084
3085
  tableHandle?(_: {}): any;
3085
3086
  statusBar?(_: {}): any;
3086
3087
  default?(_: {}): any;
@@ -32,6 +32,7 @@ export interface ProTableProps {
32
32
  hideBorder?: boolean;
33
33
  }
34
34
  declare function __VLS_template(): Partial<Record<"expand", (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
35
+ "search-before"?(_: {}): any;
35
36
  tableHandle?(_: {}): any;
36
37
  statusBar?(_: {}): any;
37
38
  default?(_: {}): any;