@anzusystems/common-admin 1.47.0-beta.dev-1771894805 → 1.47.0-beta.dev-1771894807
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.
- package/dist/common-admin.d.ts +4 -1
- package/dist/common-admin.js +2643 -2627
- package/dist/common-admin.js.map +1 -1
- package/package.json +4 -4
package/dist/common-admin.d.ts
CHANGED
|
@@ -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 = {
|
|
@@ -15333,7 +15334,9 @@ export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_100, {}, {},
|
|
|
15333
15334
|
assetId: DocIdNullable;
|
|
15334
15335
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15335
15336
|
|
|
15336
|
-
export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {
|
|
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, {
|
|
15337
15340
|
cropperInstance: ShallowUnwrapRef< {
|
|
15338
15341
|
enable: () => void;
|
|
15339
15342
|
disable: () => void;
|