@partex/one-core 2.0.12 → 2.0.14

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.
@@ -136,7 +136,7 @@ declare const _default: DefineComponent<{
136
136
  showChange: (element: any) => void;
137
137
  submit: (value: TableQuery) => void;
138
138
  exportData: () => void;
139
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
139
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("on-update:value" | "update:loading")[], "on-update:value" | "update:loading", PublicProps, Readonly<ExtractPropTypes<{
140
140
  columns: {
141
141
  required: true;
142
142
  type: PropType<IOcDataTableColumns>;
@@ -212,7 +212,10 @@ declare const _default: DefineComponent<{
212
212
  }>;
213
213
  default: undefined;
214
214
  };
215
- }>>, {
215
+ }>> & {
216
+ "onOn-update:value"?: ((...args: any[]) => any) | undefined;
217
+ "onUpdate:loading"?: ((...args: any[]) => any) | undefined;
218
+ }, {
216
219
  actions: IActionButton[];
217
220
  pagination: boolean;
218
221
  minHeight: string | number;