@anzusystems/common-admin 1.47.0-beta.202 → 1.47.0-beta.204

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.
@@ -5202,7 +5202,7 @@ declare type __VLS_Props_31 = {
5202
5202
 
5203
5203
  declare type __VLS_Props_32 = {
5204
5204
  modelValue?: number;
5205
- variant?: 'default' | 'most-relevant';
5205
+ variant?: 'default' | 'id' | 'most-relevant';
5206
5206
  customOptions?: undefined | DatatableOrderingOptions;
5207
5207
  };
5208
5208
 
@@ -11040,7 +11040,7 @@ sortByChange: (data: DatatableOrderingOption) => any;
11040
11040
  "onUpdate:modelValue"?: ((data: number) => any) | undefined;
11041
11041
  onSortByChange?: ((data: DatatableOrderingOption) => any) | undefined;
11042
11042
  }>, {
11043
- variant: "default" | "most-relevant";
11043
+ variant: "default" | "id" | "most-relevant";
11044
11044
  modelValue: number;
11045
11045
  customOptions: DatatableOrderingOptions;
11046
11046
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;