@anzusystems/common-admin 1.47.0-beta.297 → 1.47.0-beta.299

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.
@@ -2983,16 +2983,18 @@ useHtmlImg: boolean;
2983
2983
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2984
2984
 
2985
2985
  declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_8, {
2986
- open: () => Promise<void>;
2986
+ open: () => void;
2987
2987
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2988
2988
  "update:modelValue": (value: boolean) => any;
2989
2989
  "update:sort": (value: number) => any;
2990
+ "update:ready": (value: boolean) => any;
2990
2991
  } & {
2991
2992
  onConfirm: (data: AssetSelectReturnData) => any;
2992
2993
  }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
2993
2994
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2994
2995
  onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
2995
2996
  "onUpdate:sort"?: ((value: number) => any) | undefined;
2997
+ "onUpdate:ready"?: ((value: boolean) => any) | undefined;
2996
2998
  }>, {
2997
2999
  inPodcast: boolean | null;
2998
3000
  configName: string;
@@ -6373,6 +6375,7 @@ declare type __VLS_PublicProps_7 = {
6373
6375
  declare type __VLS_PublicProps_8 = {
6374
6376
  modelValue?: boolean;
6375
6377
  'sort'?: number;
6378
+ 'ready'?: boolean;
6376
6379
  } & __VLS_Props_81;
6377
6380
 
6378
6381
  declare type __VLS_PublicProps_9 = {