@anzusystems/common-admin 1.47.0-beta.196 → 1.47.0-beta.198
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 +12 -1
- package/dist/common-admin.js +2 -1
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.js.map +1 -1
- package/package.json +3 -3
package/dist/common-admin.d.ts
CHANGED
|
@@ -10968,7 +10968,7 @@ export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_pro
|
|
|
10968
10968
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
10969
10969
|
};
|
|
10970
10970
|
|
|
10971
|
-
declare interface ACropperjsExposed {
|
|
10971
|
+
export declare interface ACropperjsExposed {
|
|
10972
10972
|
enable: () => void;
|
|
10973
10973
|
disable: () => void;
|
|
10974
10974
|
destroy: () => void;
|
|
@@ -12531,6 +12531,17 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
|
|
|
12531
12531
|
|
|
12532
12532
|
export declare type CustomDataValue = boolean | string | number | string[] | number[];
|
|
12533
12533
|
|
|
12534
|
+
export declare const DamAssetImageRoiSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
12535
|
+
cropper: ShallowUnwrapRef< {
|
|
12536
|
+
enable: () => void;
|
|
12537
|
+
disable: () => void;
|
|
12538
|
+
destroy: () => void;
|
|
12539
|
+
getImageData: () => Cropper.ImageData | undefined;
|
|
12540
|
+
getData: () => Cropper.Data | undefined;
|
|
12541
|
+
setData: (data: Cropper.SetDataOptions) => Cropper | undefined;
|
|
12542
|
+
}> | null;
|
|
12543
|
+
}, any>;
|
|
12544
|
+
|
|
12534
12545
|
export declare interface DamAssetLicence extends DamAssetLicenceMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
|
|
12535
12546
|
extSystem: IntegerIdNullable;
|
|
12536
12547
|
extId: string;
|
package/dist/common-admin.js
CHANGED
|
@@ -14378,7 +14378,7 @@ const uh = { class: "d-flex flex-column" }, ch = {
|
|
|
14378
14378
|
]));
|
|
14379
14379
|
}
|
|
14380
14380
|
}), fh = 16 / 9, tu = /* @__PURE__ */ H({
|
|
14381
|
-
__name: "
|
|
14381
|
+
__name: "DamAssetImageRoiSelect",
|
|
14382
14382
|
setup(s) {
|
|
14383
14383
|
const { showRecordWas: t, showErrorsDefault: e } = He(), a = { overflow: "hidden", maxHeight: "calc(100vh - 160px)" }, i = Td(), { damClient: o } = et(), r = _(null), l = x(() => {
|
|
14384
14384
|
var A;
|
|
@@ -21366,6 +21366,7 @@ export {
|
|
|
21366
21366
|
o_ as CustomDataFormElementTypeDefault,
|
|
21367
21367
|
lS as DATETIME_MAX,
|
|
21368
21368
|
dS as DATETIME_MIN,
|
|
21369
|
+
tu as DamAssetImageRoiSelect,
|
|
21369
21370
|
H_ as DamAssetLicenceGroupRemoteAutocomplete,
|
|
21370
21371
|
j_ as DamAssetLicenceRemoteAutocomplete,
|
|
21371
21372
|
ct as DamAssetStatus,
|