@anzusystems/common-admin 1.47.0-beta.dev-1771894804 → 1.47.0-beta.dev-1771894806

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.
@@ -6876,6 +6876,7 @@ declare type __VLS_Props_8 = {
6876
6876
 
6877
6877
  declare type __VLS_Props_80 = {
6878
6878
  extSystem: IntegerId;
6879
+ configName?: string;
6879
6880
  };
6880
6881
 
6881
6882
  declare type __VLS_Props_81 = {
@@ -10489,6 +10490,7 @@ declare function __VLS_template_34(): {
10489
10490
  attrs: Partial<{}>;
10490
10491
  slots: {
10491
10492
  default?(_: {}): any;
10493
+ actions?(_: {}): any;
10492
10494
  };
10493
10495
  refs: {};
10494
10496
  rootEl: HTMLDivElement;
@@ -15332,7 +15334,9 @@ export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_100, {}, {},
15332
15334
  assetId: DocIdNullable;
15333
15335
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15334
15336
 
15335
- export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15337
+ export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {
15338
+ configName: string;
15339
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
15336
15340
  cropperInstance: ShallowUnwrapRef< {
15337
15341
  enable: () => void;
15338
15342
  disable: () => void;