@anzusystems/common-admin 1.47.0-beta.95 → 1.47.0-beta.96
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.es.d.ts +81 -91
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-BsvTYoz5.js → lib-CVDpAymD.js} +4844 -4800
- package/dist/lib-CVDpAymD.js.map +1 -0
- package/dist/{webfontloader-D-Q7jtMc.js → webfontloader-MTyt5uhd.js} +2 -2
- package/dist/{webfontloader-D-Q7jtMc.js.map → webfontloader-MTyt5uhd.js.map} +1 -1
- package/package.json +8 -8
- package/dist/lib-BsvTYoz5.js.map +0 -1
|
@@ -214,9 +214,9 @@ disabled: boolean;
|
|
|
214
214
|
color: string;
|
|
215
215
|
size: "small" | "x-small";
|
|
216
216
|
loading: boolean;
|
|
217
|
-
dataCy: string;
|
|
218
217
|
variant: ButtonVariantText;
|
|
219
218
|
rounded: "pill";
|
|
219
|
+
dataCy: string;
|
|
220
220
|
buttonT: string;
|
|
221
221
|
buttonClass: string;
|
|
222
222
|
disableMore: boolean;
|
|
@@ -483,8 +483,8 @@ cachedUsers: CollabCachedUsersMap;
|
|
|
483
483
|
image: ImageAware;
|
|
484
484
|
width: number;
|
|
485
485
|
height: number;
|
|
486
|
-
dataCy: string;
|
|
487
486
|
label: string;
|
|
487
|
+
dataCy: string;
|
|
488
488
|
maxWidth: number;
|
|
489
489
|
readonly: boolean;
|
|
490
490
|
configName: string;
|
|
@@ -534,13 +534,13 @@ damWidth: number;
|
|
|
534
534
|
damHeight: number;
|
|
535
535
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
536
536
|
|
|
537
|
-
declare const __VLS_component_22: DefineComponent<
|
|
537
|
+
declare const __VLS_component_22: DefineComponent<__VLS_PublicProps_7, {
|
|
538
538
|
open: () => void;
|
|
539
539
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
540
540
|
"update:modelValue": (modelValue: boolean) => any;
|
|
541
541
|
} & {
|
|
542
542
|
onConfirm: (data: AssetSelectReturnData) => any;
|
|
543
|
-
}, string, PublicProps, Readonly<
|
|
543
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
544
544
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
545
545
|
onOnConfirm?: ((data: AssetSelectReturnData) => any) | undefined;
|
|
546
546
|
}>, {
|
|
@@ -609,8 +609,8 @@ field: CollabFieldName;
|
|
|
609
609
|
cachedUsers: CollabCachedUsersMap;
|
|
610
610
|
};
|
|
611
611
|
disabled: boolean;
|
|
612
|
-
dataCy: string;
|
|
613
612
|
label: string;
|
|
613
|
+
dataCy: string;
|
|
614
614
|
errorMessage: string;
|
|
615
615
|
v: any;
|
|
616
616
|
clearable: boolean;
|
|
@@ -651,8 +651,8 @@ field: CollabFieldName;
|
|
|
651
651
|
cachedUsers: CollabCachedUsersMap;
|
|
652
652
|
};
|
|
653
653
|
disabled: boolean;
|
|
654
|
-
dataCy: string;
|
|
655
654
|
label: string;
|
|
655
|
+
dataCy: string;
|
|
656
656
|
errorMessage: string;
|
|
657
657
|
v: any;
|
|
658
658
|
clearable: boolean;
|
|
@@ -725,8 +725,8 @@ field: CollabFieldName;
|
|
|
725
725
|
cachedUsers: CollabCachedUsersMap;
|
|
726
726
|
};
|
|
727
727
|
disabled: boolean;
|
|
728
|
-
dataCy: string;
|
|
729
728
|
label: string;
|
|
729
|
+
dataCy: string;
|
|
730
730
|
hideLabel: boolean;
|
|
731
731
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
732
732
|
|
|
@@ -774,8 +774,8 @@ field: CollabFieldName;
|
|
|
774
774
|
cachedUsers: CollabCachedUsersMap;
|
|
775
775
|
};
|
|
776
776
|
disabled: boolean;
|
|
777
|
-
dataCy: string;
|
|
778
777
|
label: string;
|
|
778
|
+
dataCy: string;
|
|
779
779
|
errorMessage: string;
|
|
780
780
|
v: any;
|
|
781
781
|
hideLabel: boolean;
|
|
@@ -813,6 +813,10 @@ declare type __VLS_PublicProps_11 = {
|
|
|
813
813
|
modelValue: Filter;
|
|
814
814
|
} & typeof __VLS_typeProps_10;
|
|
815
815
|
|
|
816
|
+
declare type __VLS_PublicProps_12 = {
|
|
817
|
+
modelValue: Filter;
|
|
818
|
+
} & typeof __VLS_typeProps_11;
|
|
819
|
+
|
|
816
820
|
declare type __VLS_PublicProps_2 = {
|
|
817
821
|
'showAdvanced'?: boolean;
|
|
818
822
|
} & typeof __VLS_typeProps_2;
|
|
@@ -822,19 +826,19 @@ declare type __VLS_PublicProps_3 = {
|
|
|
822
826
|
} & typeof __VLS_typeProps_3;
|
|
823
827
|
|
|
824
828
|
declare type __VLS_PublicProps_4 = {
|
|
825
|
-
|
|
826
|
-
};
|
|
829
|
+
'search'?: string;
|
|
830
|
+
} & typeof __VLS_typeProps_4;
|
|
827
831
|
|
|
828
832
|
declare type __VLS_PublicProps_5 = {
|
|
829
|
-
modelValue:
|
|
830
|
-
}
|
|
833
|
+
modelValue: JobBase;
|
|
834
|
+
};
|
|
831
835
|
|
|
832
836
|
declare type __VLS_PublicProps_6 = {
|
|
833
|
-
modelValue
|
|
837
|
+
modelValue: IntegerIdNullable;
|
|
834
838
|
} & typeof __VLS_typeProps_5;
|
|
835
839
|
|
|
836
840
|
declare type __VLS_PublicProps_7 = {
|
|
837
|
-
|
|
841
|
+
modelValue?: boolean;
|
|
838
842
|
} & typeof __VLS_typeProps_6;
|
|
839
843
|
|
|
840
844
|
declare type __VLS_PublicProps_8 = {
|
|
@@ -842,7 +846,7 @@ declare type __VLS_PublicProps_8 = {
|
|
|
842
846
|
} & typeof __VLS_typeProps_7;
|
|
843
847
|
|
|
844
848
|
declare type __VLS_PublicProps_9 = {
|
|
845
|
-
|
|
849
|
+
'selected'?: ValueObjectOption<IntegerId>[];
|
|
846
850
|
} & typeof __VLS_typeProps_8;
|
|
847
851
|
|
|
848
852
|
declare function __VLS_template(): {
|
|
@@ -1082,8 +1086,8 @@ declare function __VLS_template_20(): {
|
|
|
1082
1086
|
image: ImageAware;
|
|
1083
1087
|
width: number;
|
|
1084
1088
|
height: number;
|
|
1085
|
-
dataCy: string;
|
|
1086
1089
|
label: string;
|
|
1090
|
+
dataCy: string;
|
|
1087
1091
|
maxWidth: number;
|
|
1088
1092
|
readonly: boolean;
|
|
1089
1093
|
configName: string;
|
|
@@ -1124,8 +1128,8 @@ declare function __VLS_template_20(): {
|
|
|
1124
1128
|
image: ImageAware;
|
|
1125
1129
|
width: number;
|
|
1126
1130
|
height: number;
|
|
1127
|
-
dataCy: string;
|
|
1128
1131
|
label: string;
|
|
1132
|
+
dataCy: string;
|
|
1129
1133
|
maxWidth: number;
|
|
1130
1134
|
readonly: boolean;
|
|
1131
1135
|
configName: string;
|
|
@@ -1162,7 +1166,7 @@ declare function __VLS_template_20(): {
|
|
|
1162
1166
|
}> & Readonly<{
|
|
1163
1167
|
"onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
|
|
1164
1168
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
1165
|
-
}>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "height" | "
|
|
1169
|
+
}>, "metadataConfirm" | ("required" | "collab" | "image" | "width" | "height" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & ShallowUnwrapRef< {
|
|
1166
1170
|
metadataConfirm: () => void;
|
|
1167
1171
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1168
1172
|
$slots: {
|
|
@@ -1368,6 +1372,10 @@ declare let __VLS_typeProps: {
|
|
|
1368
1372
|
};
|
|
1369
1373
|
|
|
1370
1374
|
declare let __VLS_typeProps_10: {
|
|
1375
|
+
extSystem: IntegerId;
|
|
1376
|
+
};
|
|
1377
|
+
|
|
1378
|
+
declare let __VLS_typeProps_11: {
|
|
1371
1379
|
configName?: string;
|
|
1372
1380
|
};
|
|
1373
1381
|
|
|
@@ -1390,6 +1398,27 @@ declare let __VLS_typeProps_3: {
|
|
|
1390
1398
|
};
|
|
1391
1399
|
|
|
1392
1400
|
declare let __VLS_typeProps_4: {
|
|
1401
|
+
modelValue: any;
|
|
1402
|
+
label?: string | undefined;
|
|
1403
|
+
required?: boolean;
|
|
1404
|
+
multiple?: boolean;
|
|
1405
|
+
clearable?: boolean;
|
|
1406
|
+
v?: any;
|
|
1407
|
+
errorMessage?: string;
|
|
1408
|
+
hideLabel?: boolean;
|
|
1409
|
+
fetchItemsMinimal: FetchItemsMinimalType;
|
|
1410
|
+
innerFilter: FilterBag;
|
|
1411
|
+
filterByField?: string;
|
|
1412
|
+
filterSortBy?: string | null;
|
|
1413
|
+
loading?: boolean;
|
|
1414
|
+
useCached: UseCachedType;
|
|
1415
|
+
itemTitle?: string;
|
|
1416
|
+
itemValue?: string;
|
|
1417
|
+
minSearchChars?: number;
|
|
1418
|
+
minSearchText?: string;
|
|
1419
|
+
};
|
|
1420
|
+
|
|
1421
|
+
declare let __VLS_typeProps_5: {
|
|
1393
1422
|
selectLicences: IntegerId[];
|
|
1394
1423
|
image?: ImageAware | undefined;
|
|
1395
1424
|
configName?: string;
|
|
@@ -1397,7 +1426,7 @@ declare let __VLS_typeProps_4: {
|
|
|
1397
1426
|
dataCy?: string | undefined;
|
|
1398
1427
|
};
|
|
1399
1428
|
|
|
1400
|
-
declare let
|
|
1429
|
+
declare let __VLS_typeProps_6: {
|
|
1401
1430
|
assetType: DamAssetTypeType;
|
|
1402
1431
|
minCount: number;
|
|
1403
1432
|
maxCount: number;
|
|
@@ -1407,7 +1436,7 @@ declare let __VLS_typeProps_5: {
|
|
|
1407
1436
|
skipCurrentUserCheck?: boolean;
|
|
1408
1437
|
};
|
|
1409
1438
|
|
|
1410
|
-
declare let
|
|
1439
|
+
declare let __VLS_typeProps_7: {
|
|
1411
1440
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
1412
1441
|
client: () => AxiosInstance;
|
|
1413
1442
|
label?: string | undefined;
|
|
@@ -1420,7 +1449,7 @@ declare let __VLS_typeProps_6: {
|
|
|
1420
1449
|
disableInitFetch?: boolean;
|
|
1421
1450
|
};
|
|
1422
1451
|
|
|
1423
|
-
declare let
|
|
1452
|
+
declare let __VLS_typeProps_8: {
|
|
1424
1453
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
1425
1454
|
client: () => AxiosInstance;
|
|
1426
1455
|
label?: string | undefined;
|
|
@@ -1432,10 +1461,6 @@ declare let __VLS_typeProps_7: {
|
|
|
1432
1461
|
disableInitFetch?: boolean;
|
|
1433
1462
|
};
|
|
1434
1463
|
|
|
1435
|
-
declare let __VLS_typeProps_8: {
|
|
1436
|
-
extSystem: IntegerId;
|
|
1437
|
-
};
|
|
1438
|
-
|
|
1439
1464
|
declare let __VLS_typeProps_9: {
|
|
1440
1465
|
extSystem: IntegerId;
|
|
1441
1466
|
};
|
|
@@ -1611,8 +1636,8 @@ size?: number;
|
|
|
1611
1636
|
variant?: ButtonVariant;
|
|
1612
1637
|
}> & Readonly<{}>, {
|
|
1613
1638
|
size: number;
|
|
1614
|
-
dataCy: string;
|
|
1615
1639
|
variant: ButtonVariant;
|
|
1640
|
+
dataCy: string;
|
|
1616
1641
|
buttonT: string;
|
|
1617
1642
|
buttonClass: string;
|
|
1618
1643
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1659,8 +1684,8 @@ onDeleteRecord?: (() => any) | undefined;
|
|
|
1659
1684
|
disabled: boolean;
|
|
1660
1685
|
color: string;
|
|
1661
1686
|
size: number;
|
|
1662
|
-
dataCy: string;
|
|
1663
1687
|
variant: ButtonVariant;
|
|
1688
|
+
dataCy: string;
|
|
1664
1689
|
buttonT: string;
|
|
1665
1690
|
buttonClass: string;
|
|
1666
1691
|
dialogMessageT: string;
|
|
@@ -1699,8 +1724,8 @@ onEditRecord?: (() => any) | undefined;
|
|
|
1699
1724
|
}>, {
|
|
1700
1725
|
size: number;
|
|
1701
1726
|
loading: boolean;
|
|
1702
|
-
dataCy: string;
|
|
1703
1727
|
variant: ButtonVariant;
|
|
1728
|
+
dataCy: string;
|
|
1704
1729
|
buttonT: string;
|
|
1705
1730
|
buttonClass: string;
|
|
1706
1731
|
routeParams: any | undefined;
|
|
@@ -1755,8 +1780,8 @@ onSaveRecord?: (() => any) | undefined;
|
|
|
1755
1780
|
disabled: boolean;
|
|
1756
1781
|
size: number;
|
|
1757
1782
|
loading: boolean;
|
|
1758
|
-
dataCy: string;
|
|
1759
1783
|
variant: ButtonVariant;
|
|
1784
|
+
dataCy: string;
|
|
1760
1785
|
buttonT: string;
|
|
1761
1786
|
buttonClass: string;
|
|
1762
1787
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1784,8 +1809,8 @@ customClass?: string | undefined;
|
|
|
1784
1809
|
}> & Readonly<{}>, {
|
|
1785
1810
|
group: string;
|
|
1786
1811
|
width: string;
|
|
1787
|
-
position: string;
|
|
1788
1812
|
max: number;
|
|
1813
|
+
position: string;
|
|
1789
1814
|
customClass: string;
|
|
1790
1815
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1791
1816
|
|
|
@@ -1856,8 +1881,8 @@ falseT?: string;
|
|
|
1856
1881
|
}> & Readonly<{
|
|
1857
1882
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
1858
1883
|
}>, {
|
|
1859
|
-
dataCy: string;
|
|
1860
1884
|
label: string;
|
|
1885
|
+
dataCy: string;
|
|
1861
1886
|
allT: string;
|
|
1862
1887
|
trueT: string;
|
|
1863
1888
|
falseT: string;
|
|
@@ -2386,56 +2411,21 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_6<typeof _
|
|
|
2386
2411
|
|
|
2387
2412
|
export declare const AFormRemoteAutocomplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2388
2413
|
|
|
2389
|
-
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
required?: boolean;
|
|
2393
|
-
multiple?: boolean;
|
|
2394
|
-
clearable?: boolean;
|
|
2395
|
-
v?: any;
|
|
2396
|
-
errorMessage?: string;
|
|
2397
|
-
hideLabel?: boolean;
|
|
2398
|
-
fetchItemsMinimal: FetchItemsMinimalType;
|
|
2399
|
-
innerFilter: FilterBag;
|
|
2400
|
-
filterByField?: string;
|
|
2401
|
-
filterSortBy?: string | null;
|
|
2402
|
-
loading?: boolean;
|
|
2403
|
-
useCached: UseCachedType;
|
|
2404
|
-
itemTitle?: string;
|
|
2405
|
-
itemValue?: string;
|
|
2406
|
-
minSearchChars?: number;
|
|
2407
|
-
minSearchText?: string;
|
|
2408
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2414
|
+
export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2415
|
+
"update:search": (search: string) => any;
|
|
2416
|
+
} & {
|
|
2409
2417
|
blur: (data: string | number | string[] | number[] | null | undefined) => any;
|
|
2410
2418
|
focus: (data: string | number | string[] | number[] | null | undefined) => any;
|
|
2411
2419
|
"update:modelValue": (data: string | number | string[] | number[] | null | undefined) => any;
|
|
2412
2420
|
searchChange: (data: string) => any;
|
|
2413
2421
|
searchChangeDebounced: (data: string) => any;
|
|
2414
|
-
}, string, PublicProps, Readonly<{
|
|
2415
|
-
modelValue: any;
|
|
2416
|
-
label?: string | undefined;
|
|
2417
|
-
required?: boolean;
|
|
2418
|
-
multiple?: boolean;
|
|
2419
|
-
clearable?: boolean;
|
|
2420
|
-
v?: any;
|
|
2421
|
-
errorMessage?: string;
|
|
2422
|
-
hideLabel?: boolean;
|
|
2423
|
-
fetchItemsMinimal: FetchItemsMinimalType;
|
|
2424
|
-
innerFilter: FilterBag;
|
|
2425
|
-
filterByField?: string;
|
|
2426
|
-
filterSortBy?: string | null;
|
|
2427
|
-
loading?: boolean;
|
|
2428
|
-
useCached: UseCachedType;
|
|
2429
|
-
itemTitle?: string;
|
|
2430
|
-
itemValue?: string;
|
|
2431
|
-
minSearchChars?: number;
|
|
2432
|
-
minSearchText?: string;
|
|
2433
|
-
}> & Readonly<{
|
|
2422
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
2434
2423
|
onBlur?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
|
|
2435
2424
|
onFocus?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
|
|
2436
2425
|
"onUpdate:modelValue"?: ((data: string | number | string[] | number[] | null | undefined) => any) | undefined;
|
|
2437
2426
|
onSearchChange?: ((data: string) => any) | undefined;
|
|
2438
2427
|
onSearchChangeDebounced?: ((data: string) => any) | undefined;
|
|
2428
|
+
"onUpdate:search"?: ((search: string) => any) | undefined;
|
|
2439
2429
|
}>, {
|
|
2440
2430
|
required: boolean;
|
|
2441
2431
|
loading: boolean;
|
|
@@ -2531,14 +2521,14 @@ secondaryIcon: null | string;
|
|
|
2531
2521
|
secondaryText: null | string;
|
|
2532
2522
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2533
2523
|
|
|
2534
|
-
export declare const AImagePublicInput: DefineComponent<
|
|
2524
|
+
export declare const AImagePublicInput: DefineComponent<__VLS_PublicProps_6, {
|
|
2535
2525
|
submit: () => Promise<{
|
|
2536
2526
|
asset: AssetDetailItemDto;
|
|
2537
2527
|
image: ImageAware;
|
|
2538
2528
|
} | undefined>;
|
|
2539
2529
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2540
2530
|
"update:modelValue": (modelValue: IntegerIdNullable) => any;
|
|
2541
|
-
}, string, PublicProps, Readonly<
|
|
2531
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
2542
2532
|
"onUpdate:modelValue"?: ((modelValue: IntegerIdNullable) => any) | undefined;
|
|
2543
2533
|
}>, {
|
|
2544
2534
|
image: ImageAware;
|
|
@@ -2579,8 +2569,8 @@ callDeleteApiOnRemove?: boolean;
|
|
|
2579
2569
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
2580
2570
|
}>, {
|
|
2581
2571
|
width: number;
|
|
2582
|
-
dataCy: string;
|
|
2583
2572
|
label: string;
|
|
2573
|
+
dataCy: string;
|
|
2584
2574
|
readonly: boolean;
|
|
2585
2575
|
configName: string;
|
|
2586
2576
|
callDeleteApiOnRemove: boolean;
|
|
@@ -2619,9 +2609,9 @@ images: ImageAware[];
|
|
|
2619
2609
|
|
|
2620
2610
|
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
2621
2611
|
|
|
2622
|
-
export declare const AJobBaseCreateForm: DefineComponent<
|
|
2612
|
+
export declare const AJobBaseCreateForm: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2623
2613
|
"update:modelValue": (modelValue: JobBase<`job${string}`>) => any;
|
|
2624
|
-
}, string, PublicProps, Readonly<
|
|
2614
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
2625
2615
|
"onUpdate:modelValue"?: ((modelValue: JobBase<`job${string}`>) => any) | undefined;
|
|
2626
2616
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2627
2617
|
|
|
@@ -3711,17 +3701,17 @@ export declare interface DamAssetLicenceGroup extends AnzuUserAndTimeTrackingAwa
|
|
|
3711
3701
|
licences: IntegerId[];
|
|
3712
3702
|
}
|
|
3713
3703
|
|
|
3714
|
-
export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<
|
|
3704
|
+
export declare const DamAssetLicenceGroupRemoteAutocomplete: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3715
3705
|
"update:selected": (selected: ValueObjectOption<number>[]) => any;
|
|
3716
3706
|
} & {
|
|
3717
3707
|
"update:modelValue": (data: any) => any;
|
|
3718
|
-
}, string, PublicProps, Readonly<
|
|
3708
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
3719
3709
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
3720
3710
|
"onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
|
|
3721
3711
|
}>, {
|
|
3722
3712
|
required: boolean;
|
|
3723
|
-
dataCy: string;
|
|
3724
3713
|
label: string;
|
|
3714
|
+
dataCy: string;
|
|
3725
3715
|
hideDetails: boolean;
|
|
3726
3716
|
clearable: boolean;
|
|
3727
3717
|
multiple: boolean;
|
|
@@ -3733,17 +3723,17 @@ export declare interface DamAssetLicenceMinimal {
|
|
|
3733
3723
|
name: string;
|
|
3734
3724
|
}
|
|
3735
3725
|
|
|
3736
|
-
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<
|
|
3726
|
+
export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3737
3727
|
"update:selected": (selected: ValueObjectOption<number>[]) => any;
|
|
3738
3728
|
} & {
|
|
3739
3729
|
"update:modelValue": (data: any) => any;
|
|
3740
|
-
}, string, PublicProps, Readonly<
|
|
3730
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
3741
3731
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
3742
3732
|
"onUpdate:selected"?: ((selected: ValueObjectOption<number>[]) => any) | undefined;
|
|
3743
3733
|
}>, {
|
|
3744
3734
|
required: boolean;
|
|
3745
|
-
dataCy: string;
|
|
3746
3735
|
label: string;
|
|
3736
|
+
dataCy: string;
|
|
3747
3737
|
hideDetails: boolean;
|
|
3748
3738
|
clearable: boolean;
|
|
3749
3739
|
multiple: boolean;
|
|
@@ -3778,9 +3768,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
|
|
|
3778
3768
|
type: DamAuthorTypeType;
|
|
3779
3769
|
}
|
|
3780
3770
|
|
|
3781
|
-
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<
|
|
3771
|
+
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3782
3772
|
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
3783
|
-
}, string, PublicProps, Readonly<
|
|
3773
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
3784
3774
|
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
3785
3775
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3786
3776
|
|
|
@@ -3898,8 +3888,8 @@ dataCy?: string;
|
|
|
3898
3888
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
3899
3889
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
3900
3890
|
}>, {
|
|
3901
|
-
dataCy: string;
|
|
3902
3891
|
label: string;
|
|
3892
|
+
dataCy: string;
|
|
3903
3893
|
multiple: boolean;
|
|
3904
3894
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3905
3895
|
|
|
@@ -3949,8 +3939,8 @@ dataCy?: string;
|
|
|
3949
3939
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
3950
3940
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
3951
3941
|
}>, {
|
|
3952
|
-
dataCy: string;
|
|
3953
3942
|
label: string;
|
|
3943
|
+
dataCy: string;
|
|
3954
3944
|
multiple: boolean;
|
|
3955
3945
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3956
3946
|
|
|
@@ -4015,8 +4005,8 @@ disableInitFetch?: boolean;
|
|
|
4015
4005
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
4016
4006
|
}>, {
|
|
4017
4007
|
required: boolean;
|
|
4018
|
-
dataCy: string;
|
|
4019
4008
|
label: string;
|
|
4009
|
+
dataCy: string;
|
|
4020
4010
|
hideDetails: boolean;
|
|
4021
4011
|
clearable: boolean;
|
|
4022
4012
|
multiple: boolean;
|
|
@@ -4032,9 +4022,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
|
|
|
4032
4022
|
flags: Flags_2;
|
|
4033
4023
|
}
|
|
4034
4024
|
|
|
4035
|
-
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<
|
|
4025
|
+
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4036
4026
|
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
4037
|
-
}, string, PublicProps, Readonly<
|
|
4027
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
4038
4028
|
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
4039
4029
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4040
4030
|
|
|
@@ -4166,9 +4156,9 @@ export declare interface DamUploadStartResponse {
|
|
|
4166
4156
|
export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
|
|
4167
4157
|
}
|
|
4168
4158
|
|
|
4169
|
-
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<
|
|
4159
|
+
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4170
4160
|
"update:modelValue": (modelValue: Filter<any>) => any;
|
|
4171
|
-
}, string, PublicProps, Readonly<
|
|
4161
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
4172
4162
|
"onUpdate:modelValue"?: ((modelValue: Filter<any>) => any) | undefined;
|
|
4173
4163
|
}>, {
|
|
4174
4164
|
configName: string;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as s, S as t, T as o, U as i, V as r, W as l, K as n, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as D, _ as S, a as T, c as C, ar as F, aq as g, as as y, O as E, G as R, ap as B, aa as L, ai as h, aj as f, au as I, D as U, E as O, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as H, u as z, $ as G, v as j, Y as x, t as J, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as la, am as na, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Da, a7 as Sa, aE as Ta, aF as Ca, aH as Fa, f as ga, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as ha, i as fa, a0 as Ia, a1 as Ua, a2 as Oa, a4 as Pa, M as _a, aG as va, Q as ka, N as Na, ec as Ma, eh as Va, ee as wa, ek as Ha, em as za, en as Ga, bv as ja, bx as xa, bw as Ja, by as qa, bz as Wa, dp as Ka, e7 as Qa, e6 as Xa, dB as Ya, d$ as Za, e0 as $a, dX as ae, dW as ee, e5 as se, e4 as te, e3 as oe, d_ as ie, bG as re, bH as le, ct as ne, cs as ue, aA as ce, az as Ae, bK as me, bL as de, bI as be, bJ as pe, aB as De, bU as Se, bV as Te, bM as Ce, bN as Fe, ay as ge, bO as ye, bP as Ee, bQ as Re, aw as Be, ax as Le, aC as he, bT as fe, aD as Ie, dq as Ue, bf as Oe, bg as Pe, bi as _e, bj as ve, du as ke, ds as Ne, dw as Me, dx as Ve, dt as we, dr as He, dv as ze, dy as Ge, bq as je, br as xe, bs as Je, bl as qe, bm as We, dA as Ke, dz as Qe, dn as Xe, dm as Ye, aS as Ze, bE as $e, bF as as, bR as es, bS as ss, cW as ts, cX as os, cY as is, cZ as rs, c_ as ls, c$ as ns, d0 as us, d3 as cs, d1 as As, cP as ms, cO as ds, cM as bs, cN as ps, cQ as Ds, bC as Ss, bD as Ts, bA as Cs, bB as Fs, eg as gs, ej as ys, eb as Es, cL as Rs, cS as Bs, cR as Ls, b_ as hs, aP as fs, dY as Is, d8 as Us, er as Os, cH as Ps, cA as _s, cC as vs, cF as ks, cv as Ns, cy as Ms, cx as Vs, cz as ws, cw as Hs, cD as zs, cB as Gs, bd as js, be as xs, aR as Js, bu as qs, cT as Ws, dc as Ks, db as Qs, da as Xs, d9 as Ys, es as Zs, de as $s, dd as at, di as et, dg as st, df as tt, aX as ot, cU as it, cV as rt, eq as lt, e9 as nt, b3 as ut, ea as ct, ef as At, ed as mt, ei as dt, el as bt, c3 as pt, c5 as Dt, e2 as St, e1 as Tt, bp as Ct, c9 as Ft, c6 as gt, b$ as yt, c2 as Et, c0 as Rt, c4 as Bt, ca as Lt, c7 as ht, cc as ft, c1 as It, bo as Ut, cb as Ot, c8 as Pt, cJ as _t, ep as vt, aL as kt, dj as Nt, dk as Mt, dl as Vt, aU as wt, cK as Ht, ch as zt, cg as Gt, ce as jt, cd as xt, cf as Jt, cI as qt, d7 as Wt, cp as Kt, co as Qt, cl as Xt, cj as Yt, ci as Zt, cn as $t, ck as ao, cm as eo, cq as so, cr as to, cG as oo, cu as io, dh as ro, aN as lo, bW as no, d2 as uo, b2 as co, bX as Ao, dK as mo, dP as bo, dS as po, dF as Do, dH as So, dZ as To, dO as Co, dJ as Fo, dD as go, dR as yo, dV as Eo, dM as Ro, dQ as Bo, dT as Lo, dU as ho, dI as fo, dL as Io, dN as Uo, dG as Oo, dE as Po, bc as _o, bt as vo, eo as ko, aY as No, aZ as Mo, b1 as Vo, ba as wo, b7 as Ho, b8 as zo, a_ as Go, e8 as jo, b9 as xo, b6 as Jo, b4 as qo, b0 as Wo, b5 as Ko, aO as Qo, aK as Xo, bh as Yo, bk as Zo, bb as $o, d4 as ai, d5 as ei, d6 as si, aT as ti, bn as oi, aV as ii, aI as ri, aJ as li, bY as ni, bZ as ui, aM as ci, aW as Ai, aQ as mi, a$ as di, dC as bi, cE as pi } from "./lib-
|
|
1
|
+
import { R as s, S as t, T as o, U as i, V as r, W as l, K as n, d as u, a8 as c, at as A, a9 as m, av as d, e as b, a3 as p, J as D, _ as S, a as T, c as C, ar as F, aq as g, as as y, O as E, G as R, ap as B, aa as L, ai as h, aj as f, au as I, D as U, E as O, C as P, z as _, B as v, F as k, L as N, X as M, A as V, x as w, y as H, u as z, $ as G, v as j, Y as x, t as J, Z as q, w as W, s as K, l as Q, m as X, n as Y, ab as Z, o as $, p as aa, q as ea, j as sa, k as ta, r as oa, P as ia, ao as ra, ak as la, am as na, an as ua, al as ca, ae as Aa, ac as ma, ad as da, I as ba, a5 as pa, H as Da, a7 as Sa, aE as Ta, aF as Ca, aH as Fa, f as ga, h as ya, b as Ea, af as Ra, ag as Ba, ah as La, a6 as ha, i as fa, a0 as Ia, a1 as Ua, a2 as Oa, a4 as Pa, M as _a, aG as va, Q as ka, N as Na, ec as Ma, eh as Va, ee as wa, ek as Ha, em as za, en as Ga, bv as ja, bx as xa, bw as Ja, by as qa, bz as Wa, dp as Ka, e7 as Qa, e6 as Xa, dB as Ya, d$ as Za, e0 as $a, dX as ae, dW as ee, e5 as se, e4 as te, e3 as oe, d_ as ie, bG as re, bH as le, ct as ne, cs as ue, aA as ce, az as Ae, bK as me, bL as de, bI as be, bJ as pe, aB as De, bU as Se, bV as Te, bM as Ce, bN as Fe, ay as ge, bO as ye, bP as Ee, bQ as Re, aw as Be, ax as Le, aC as he, bT as fe, aD as Ie, dq as Ue, bf as Oe, bg as Pe, bi as _e, bj as ve, du as ke, ds as Ne, dw as Me, dx as Ve, dt as we, dr as He, dv as ze, dy as Ge, bq as je, br as xe, bs as Je, bl as qe, bm as We, dA as Ke, dz as Qe, dn as Xe, dm as Ye, aS as Ze, bE as $e, bF as as, bR as es, bS as ss, cW as ts, cX as os, cY as is, cZ as rs, c_ as ls, c$ as ns, d0 as us, d3 as cs, d1 as As, cP as ms, cO as ds, cM as bs, cN as ps, cQ as Ds, bC as Ss, bD as Ts, bA as Cs, bB as Fs, eg as gs, ej as ys, eb as Es, cL as Rs, cS as Bs, cR as Ls, b_ as hs, aP as fs, dY as Is, d8 as Us, er as Os, cH as Ps, cA as _s, cC as vs, cF as ks, cv as Ns, cy as Ms, cx as Vs, cz as ws, cw as Hs, cD as zs, cB as Gs, bd as js, be as xs, aR as Js, bu as qs, cT as Ws, dc as Ks, db as Qs, da as Xs, d9 as Ys, es as Zs, de as $s, dd as at, di as et, dg as st, df as tt, aX as ot, cU as it, cV as rt, eq as lt, e9 as nt, b3 as ut, ea as ct, ef as At, ed as mt, ei as dt, el as bt, c3 as pt, c5 as Dt, e2 as St, e1 as Tt, bp as Ct, c9 as Ft, c6 as gt, b$ as yt, c2 as Et, c0 as Rt, c4 as Bt, ca as Lt, c7 as ht, cc as ft, c1 as It, bo as Ut, cb as Ot, c8 as Pt, cJ as _t, ep as vt, aL as kt, dj as Nt, dk as Mt, dl as Vt, aU as wt, cK as Ht, ch as zt, cg as Gt, ce as jt, cd as xt, cf as Jt, cI as qt, d7 as Wt, cp as Kt, co as Qt, cl as Xt, cj as Yt, ci as Zt, cn as $t, ck as ao, cm as eo, cq as so, cr as to, cG as oo, cu as io, dh as ro, aN as lo, bW as no, d2 as uo, b2 as co, bX as Ao, dK as mo, dP as bo, dS as po, dF as Do, dH as So, dZ as To, dO as Co, dJ as Fo, dD as go, dR as yo, dV as Eo, dM as Ro, dQ as Bo, dT as Lo, dU as ho, dI as fo, dL as Io, dN as Uo, dG as Oo, dE as Po, bc as _o, bt as vo, eo as ko, aY as No, aZ as Mo, b1 as Vo, ba as wo, b7 as Ho, b8 as zo, a_ as Go, e8 as jo, b9 as xo, b6 as Jo, b4 as qo, b0 as Wo, b5 as Ko, aO as Qo, aK as Xo, bh as Yo, bk as Zo, bb as $o, d4 as ai, d5 as ei, d6 as si, aT as ti, bn as oi, aV as ii, aI as ri, aJ as li, bY as ni, bZ as ui, aM as ci, aW as Ai, aQ as mi, a$ as di, dC as bi, cE as pi } from "./lib-CVDpAymD.js";
|
|
2
2
|
import { useI18n as Si } from "vue-i18n";
|
|
3
3
|
export {
|
|
4
4
|
s as AActionCloseButton,
|