@anzusystems/common-admin 1.47.0-beta.dev-1771894801 → 1.47.0-beta.dev-1771894803
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/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-4opuzkLV.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs} +3 -5
- package/dist/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-4opuzkLV.mjs.map → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs.map} +1 -1
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.d.ts +158 -249
- package/dist/common-admin.js +10583 -10730
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.js +3 -2
- package/dist/labs.js.map +1 -1
- package/package.json +2 -2
package/dist/common-admin.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ import { ComponentProvideOptions } from 'vue';
|
|
|
27
27
|
import { ComponentPublicInstance } from 'vue';
|
|
28
28
|
import { ComputedRef } from 'vue';
|
|
29
29
|
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
30
|
-
import { CropperSelection } from 'cropperjs';
|
|
31
30
|
import { CSSProperties } from 'vue';
|
|
32
31
|
import { DamMedia as DamMedia_2 } from '../../types/MediaAware';
|
|
33
32
|
import { DamMediaTypeType } from '../../types/MediaAware';
|
|
@@ -37,7 +36,8 @@ import { DatetimeUTCNullable as DatetimeUTCNullable_3 } from '../../../../types/
|
|
|
37
36
|
import { DatetimeUTCNullable as DatetimeUTCNullable_4 } from '../../lib';
|
|
38
37
|
import { DebuggerEvent } from 'vue';
|
|
39
38
|
import { DeepReadonly } from 'vue';
|
|
40
|
-
import { default as default_2 } from '
|
|
39
|
+
import { default as default_2 } from 'cropperjs';
|
|
40
|
+
import { default as default_3 } from 'dayjs';
|
|
41
41
|
import { DefaultInputSlot } from 'vuetify/lib/components/VField/VField.mjs';
|
|
42
42
|
import { DefineComponent } from 'vue';
|
|
43
43
|
import { Density } from 'vuetify/lib/composables/density.mjs';
|
|
@@ -3475,12 +3475,12 @@ damHeight: number;
|
|
|
3475
3475
|
useHtmlImg: boolean;
|
|
3476
3476
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3477
3477
|
|
|
3478
|
-
declare const __VLS_component_29: DefineComponent<
|
|
3478
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_84, {
|
|
3479
3479
|
activate: () => void;
|
|
3480
3480
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3481
3481
|
change: (event: InputFileChangeEvent_3) => any;
|
|
3482
3482
|
filesInput: (files: File[]) => any;
|
|
3483
|
-
}, string, PublicProps, Readonly<
|
|
3483
|
+
}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
|
|
3484
3484
|
onChange?: ((event: InputFileChangeEvent_3) => any) | undefined;
|
|
3485
3485
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3486
3486
|
}>, {
|
|
@@ -3547,14 +3547,14 @@ skipCurrentUserCheck: boolean;
|
|
|
3547
3547
|
onDetailLoadedCallback: (asset: AssetDetailItemDto) => void;
|
|
3548
3548
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3549
3549
|
|
|
3550
|
-
declare const __VLS_component_33: DefineComponent<
|
|
3550
|
+
declare const __VLS_component_33: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
|
|
3551
3551
|
title: string;
|
|
3552
3552
|
dataCy: string;
|
|
3553
3553
|
logoUrl: string;
|
|
3554
3554
|
loginUrl: () => string;
|
|
3555
3555
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3556
3556
|
|
|
3557
|
-
declare const __VLS_component_34: DefineComponent<
|
|
3557
|
+
declare const __VLS_component_34: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {
|
|
3558
3558
|
title: string;
|
|
3559
3559
|
text: string;
|
|
3560
3560
|
icon: string;
|
|
@@ -6061,6 +6061,10 @@ declare type __VLS_PrettifyLocal_3<T> = {
|
|
|
6061
6061
|
[K in keyof T]: T[K];
|
|
6062
6062
|
} & {};
|
|
6063
6063
|
|
|
6064
|
+
declare type __VLS_PrettifyLocal_4<T> = {
|
|
6065
|
+
[K in keyof T]: T[K];
|
|
6066
|
+
} & {};
|
|
6067
|
+
|
|
6064
6068
|
declare type __VLS_Props = {
|
|
6065
6069
|
loading?: boolean;
|
|
6066
6070
|
title?: string;
|
|
@@ -6072,33 +6076,29 @@ declare type __VLS_Props_10 = {
|
|
|
6072
6076
|
};
|
|
6073
6077
|
|
|
6074
6078
|
declare type __VLS_Props_100 = {
|
|
6075
|
-
configName?: string;
|
|
6076
|
-
};
|
|
6077
|
-
|
|
6078
|
-
declare type __VLS_Props_101 = {
|
|
6079
6079
|
assetId?: DocIdNullable;
|
|
6080
6080
|
};
|
|
6081
6081
|
|
|
6082
|
-
declare type
|
|
6082
|
+
declare type __VLS_Props_101 = {
|
|
6083
6083
|
title?: string | undefined;
|
|
6084
6084
|
logoUrl?: string | undefined;
|
|
6085
6085
|
loginUrl?: undefined | (() => string);
|
|
6086
6086
|
dataCy?: string;
|
|
6087
6087
|
};
|
|
6088
6088
|
|
|
6089
|
-
declare type
|
|
6089
|
+
declare type __VLS_Props_102 = {
|
|
6090
6090
|
logoutUrl?: undefined | (() => string);
|
|
6091
6091
|
};
|
|
6092
6092
|
|
|
6093
|
-
declare type
|
|
6093
|
+
declare type __VLS_Props_103 = {
|
|
6094
6094
|
returnRouteName: string;
|
|
6095
6095
|
};
|
|
6096
6096
|
|
|
6097
|
-
declare type
|
|
6097
|
+
declare type __VLS_Props_104 = {
|
|
6098
6098
|
returnRouteName: string;
|
|
6099
6099
|
};
|
|
6100
6100
|
|
|
6101
|
-
declare type
|
|
6101
|
+
declare type __VLS_Props_105 = {
|
|
6102
6102
|
title?: string;
|
|
6103
6103
|
text?: string;
|
|
6104
6104
|
buttonText?: string;
|
|
@@ -6873,38 +6873,22 @@ declare type __VLS_Props_8 = {
|
|
|
6873
6873
|
};
|
|
6874
6874
|
|
|
6875
6875
|
declare type __VLS_Props_80 = {
|
|
6876
|
-
src?: string;
|
|
6877
|
-
alt?: string;
|
|
6878
|
-
containerStyle?: {
|
|
6879
|
-
[key: string]: string;
|
|
6880
|
-
} | undefined;
|
|
6881
|
-
imgStyle?: {
|
|
6882
|
-
[key: string]: string;
|
|
6883
|
-
} | undefined;
|
|
6884
|
-
aspectRatio?: number;
|
|
6885
|
-
background?: boolean;
|
|
6886
|
-
zoomOnWheel?: boolean;
|
|
6887
|
-
ready?: null | (() => void);
|
|
6888
|
-
cropend?: null | (() => void);
|
|
6889
|
-
};
|
|
6890
|
-
|
|
6891
|
-
declare type __VLS_Props_81 = {
|
|
6892
6876
|
extSystem: IntegerId;
|
|
6893
6877
|
};
|
|
6894
6878
|
|
|
6895
|
-
declare type
|
|
6879
|
+
declare type __VLS_Props_81 = {
|
|
6896
6880
|
id: null | undefined | IntegerId;
|
|
6897
6881
|
users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6898
6882
|
isModerator?: boolean;
|
|
6899
6883
|
};
|
|
6900
6884
|
|
|
6901
|
-
declare type
|
|
6885
|
+
declare type __VLS_Props_82 = {
|
|
6902
6886
|
label?: string;
|
|
6903
6887
|
seconds?: number;
|
|
6904
6888
|
parentheses?: boolean;
|
|
6905
6889
|
};
|
|
6906
6890
|
|
|
6907
|
-
declare type
|
|
6891
|
+
declare type __VLS_Props_83 = {
|
|
6908
6892
|
collabRoom: CollabRoom;
|
|
6909
6893
|
cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
|
|
6910
6894
|
isEdit?: boolean;
|
|
@@ -6917,7 +6901,7 @@ declare type __VLS_Props_84 = {
|
|
|
6917
6901
|
/**
|
|
6918
6902
|
* For accept and maxSizes check docs {@see useFormatAndSizeCheck}
|
|
6919
6903
|
*/
|
|
6920
|
-
declare type
|
|
6904
|
+
declare type __VLS_Props_84 = {
|
|
6921
6905
|
fileInputKey?: number | undefined;
|
|
6922
6906
|
accept?: string | undefined;
|
|
6923
6907
|
maxSizes?: Record<string, number> | undefined;
|
|
@@ -6928,7 +6912,7 @@ declare type __VLS_Props_85 = {
|
|
|
6928
6912
|
hoverOnly?: boolean;
|
|
6929
6913
|
};
|
|
6930
6914
|
|
|
6931
|
-
declare type
|
|
6915
|
+
declare type __VLS_Props_85 = {
|
|
6932
6916
|
assetType: DamAssetTypeType;
|
|
6933
6917
|
inPodcast?: boolean | null;
|
|
6934
6918
|
minCount: number;
|
|
@@ -6941,7 +6925,7 @@ declare type __VLS_Props_86 = {
|
|
|
6941
6925
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6942
6926
|
};
|
|
6943
6927
|
|
|
6944
|
-
declare type
|
|
6928
|
+
declare type __VLS_Props_86 = {
|
|
6945
6929
|
assetType: DamAssetTypeType;
|
|
6946
6930
|
queueKey: UploadQueueKey;
|
|
6947
6931
|
inPodcast?: boolean | null;
|
|
@@ -6952,7 +6936,7 @@ declare type __VLS_Props_87 = {
|
|
|
6952
6936
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6953
6937
|
};
|
|
6954
6938
|
|
|
6955
|
-
declare type
|
|
6939
|
+
declare type __VLS_Props_87 = {
|
|
6956
6940
|
assetType: DamAssetTypeType;
|
|
6957
6941
|
queueKey: UploadQueueKey;
|
|
6958
6942
|
selectConfigs: DamConfigLicenceExtSystemReturnType[];
|
|
@@ -6962,7 +6946,7 @@ declare type __VLS_Props_88 = {
|
|
|
6962
6946
|
onDetailLoadedCallback?: ((asset: AssetDetailItemDto) => void) | undefined;
|
|
6963
6947
|
};
|
|
6964
6948
|
|
|
6965
|
-
declare type
|
|
6949
|
+
declare type __VLS_Props_88 = {
|
|
6966
6950
|
modelValue: boolean | null;
|
|
6967
6951
|
dataCy?: string;
|
|
6968
6952
|
label?: string | undefined;
|
|
@@ -6971,12 +6955,7 @@ declare type __VLS_Props_89 = {
|
|
|
6971
6955
|
falseT?: string;
|
|
6972
6956
|
};
|
|
6973
6957
|
|
|
6974
|
-
declare type
|
|
6975
|
-
grant: GrantType;
|
|
6976
|
-
grantOrigin: GrantOriginType;
|
|
6977
|
-
};
|
|
6978
|
-
|
|
6979
|
-
declare type __VLS_Props_90 = {
|
|
6958
|
+
declare type __VLS_Props_89 = {
|
|
6980
6959
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
6981
6960
|
client: () => AxiosInstance;
|
|
6982
6961
|
label?: string | undefined;
|
|
@@ -6987,7 +6966,12 @@ declare type __VLS_Props_90 = {
|
|
|
6987
6966
|
hideDetails?: boolean;
|
|
6988
6967
|
};
|
|
6989
6968
|
|
|
6990
|
-
declare type
|
|
6969
|
+
declare type __VLS_Props_9 = {
|
|
6970
|
+
grant: GrantType;
|
|
6971
|
+
grantOrigin: GrantOriginType;
|
|
6972
|
+
};
|
|
6973
|
+
|
|
6974
|
+
declare type __VLS_Props_90 = {
|
|
6991
6975
|
modelValue: string[];
|
|
6992
6976
|
client: () => AxiosInstance;
|
|
6993
6977
|
multiple?: boolean;
|
|
@@ -6995,7 +6979,7 @@ declare type __VLS_Props_91 = {
|
|
|
6995
6979
|
dataCy?: string;
|
|
6996
6980
|
};
|
|
6997
6981
|
|
|
6998
|
-
declare type
|
|
6982
|
+
declare type __VLS_Props_91 = {
|
|
6999
6983
|
modelValue: string[];
|
|
7000
6984
|
client: () => AxiosInstance;
|
|
7001
6985
|
multiple?: boolean;
|
|
@@ -7003,7 +6987,7 @@ declare type __VLS_Props_92 = {
|
|
|
7003
6987
|
dataCy?: string;
|
|
7004
6988
|
};
|
|
7005
6989
|
|
|
7006
|
-
declare type
|
|
6990
|
+
declare type __VLS_Props_92 = {
|
|
7007
6991
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
7008
6992
|
client: () => AxiosInstance;
|
|
7009
6993
|
label?: string | undefined;
|
|
@@ -7015,7 +6999,7 @@ declare type __VLS_Props_93 = {
|
|
|
7015
6999
|
hideDetails?: boolean;
|
|
7016
7000
|
};
|
|
7017
7001
|
|
|
7018
|
-
declare type
|
|
7002
|
+
declare type __VLS_Props_93 = {
|
|
7019
7003
|
modelValue: IntegerId | null | IntegerId[] | any;
|
|
7020
7004
|
client: () => AxiosInstance;
|
|
7021
7005
|
label?: string | undefined;
|
|
@@ -7026,26 +7010,30 @@ declare type __VLS_Props_94 = {
|
|
|
7026
7010
|
hideDetails?: boolean;
|
|
7027
7011
|
};
|
|
7028
7012
|
|
|
7029
|
-
declare type
|
|
7013
|
+
declare type __VLS_Props_94 = {
|
|
7030
7014
|
name: string;
|
|
7031
7015
|
extSystem: IntegerId;
|
|
7032
7016
|
};
|
|
7033
7017
|
|
|
7018
|
+
declare type __VLS_Props_95 = {
|
|
7019
|
+
extSystem: IntegerId;
|
|
7020
|
+
};
|
|
7021
|
+
|
|
7034
7022
|
declare type __VLS_Props_96 = {
|
|
7023
|
+
name: string;
|
|
7035
7024
|
extSystem: IntegerId;
|
|
7036
7025
|
};
|
|
7037
7026
|
|
|
7038
7027
|
declare type __VLS_Props_97 = {
|
|
7039
|
-
name: string;
|
|
7040
7028
|
extSystem: IntegerId;
|
|
7041
7029
|
};
|
|
7042
7030
|
|
|
7043
7031
|
declare type __VLS_Props_98 = {
|
|
7044
|
-
|
|
7032
|
+
name: string;
|
|
7033
|
+
configName?: string;
|
|
7045
7034
|
};
|
|
7046
7035
|
|
|
7047
7036
|
declare type __VLS_Props_99 = {
|
|
7048
|
-
name: string;
|
|
7049
7037
|
configName?: string;
|
|
7050
7038
|
};
|
|
7051
7039
|
|
|
@@ -7056,31 +7044,31 @@ declare type __VLS_PublicProps = {
|
|
|
7056
7044
|
|
|
7057
7045
|
declare type __VLS_PublicProps_10 = {
|
|
7058
7046
|
'sort'?: number;
|
|
7059
|
-
} &
|
|
7047
|
+
} & __VLS_Props_86;
|
|
7060
7048
|
|
|
7061
7049
|
declare type __VLS_PublicProps_11 = {
|
|
7062
7050
|
'sort'?: number;
|
|
7063
|
-
} &
|
|
7051
|
+
} & __VLS_Props_87;
|
|
7064
7052
|
|
|
7065
7053
|
declare type __VLS_PublicProps_12 = {
|
|
7066
7054
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7067
|
-
} &
|
|
7055
|
+
} & __VLS_Props_92;
|
|
7068
7056
|
|
|
7069
7057
|
declare type __VLS_PublicProps_13 = {
|
|
7070
7058
|
'selected'?: ValueObjectOption<IntegerId>[];
|
|
7071
|
-
} &
|
|
7059
|
+
} & __VLS_Props_93;
|
|
7072
7060
|
|
|
7073
7061
|
declare type __VLS_PublicProps_14 = {
|
|
7074
7062
|
modelValue: Filter;
|
|
7075
|
-
} &
|
|
7063
|
+
} & __VLS_Props_95;
|
|
7076
7064
|
|
|
7077
7065
|
declare type __VLS_PublicProps_15 = {
|
|
7078
7066
|
modelValue: Filter;
|
|
7079
|
-
} &
|
|
7067
|
+
} & __VLS_Props_97;
|
|
7080
7068
|
|
|
7081
7069
|
declare type __VLS_PublicProps_16 = {
|
|
7082
7070
|
modelValue: Filter;
|
|
7083
|
-
} &
|
|
7071
|
+
} & __VLS_Props_99;
|
|
7084
7072
|
|
|
7085
7073
|
declare type __VLS_PublicProps_2 = {
|
|
7086
7074
|
'showAdvanced'?: boolean;
|
|
@@ -7117,7 +7105,7 @@ declare type __VLS_PublicProps_9 = {
|
|
|
7117
7105
|
modelValue?: boolean;
|
|
7118
7106
|
'sort'?: number;
|
|
7119
7107
|
'ready'?: boolean;
|
|
7120
|
-
} &
|
|
7108
|
+
} & __VLS_Props_85;
|
|
7121
7109
|
|
|
7122
7110
|
declare function __VLS_template(): {
|
|
7123
7111
|
attrs: Partial<{}>;
|
|
@@ -13294,9 +13282,9 @@ readonly: boolean;
|
|
|
13294
13282
|
randomColor: boolean;
|
|
13295
13283
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13296
13284
|
|
|
13297
|
-
export declare const ABooleanSelect: DefineComponent<
|
|
13285
|
+
export declare const ABooleanSelect: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13298
13286
|
"update:modelValue": (data: boolean | null) => any;
|
|
13299
|
-
}, string, PublicProps, Readonly<
|
|
13287
|
+
}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{
|
|
13300
13288
|
"onUpdate:modelValue"?: ((data: boolean | null) => any) | undefined;
|
|
13301
13289
|
}>, {
|
|
13302
13290
|
label: string;
|
|
@@ -13346,9 +13334,9 @@ export declare const Acl: <TAclValue extends AclValue>(__VLS_props: NonNullable<
|
|
|
13346
13334
|
|
|
13347
13335
|
export declare type AclValue = `${string}_${string}_${string}`;
|
|
13348
13336
|
|
|
13349
|
-
export declare const ACollabCountdown: DefineComponent<
|
|
13337
|
+
export declare const ACollabCountdown: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13350
13338
|
done: () => any;
|
|
13351
|
-
}, string, PublicProps, Readonly<
|
|
13339
|
+
}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{
|
|
13352
13340
|
onDone?: (() => any) | undefined;
|
|
13353
13341
|
}>, {
|
|
13354
13342
|
label: string;
|
|
@@ -13356,13 +13344,13 @@ seconds: number;
|
|
|
13356
13344
|
parentheses: boolean;
|
|
13357
13345
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
13358
13346
|
|
|
13359
|
-
export declare const ACollabLockedByUser: DefineComponent<
|
|
13347
|
+
export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
|
|
13360
13348
|
isModerator: boolean;
|
|
13361
13349
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13362
13350
|
|
|
13363
|
-
export declare const ACollabManagement: DefineComponent<
|
|
13351
|
+
export declare const ACollabManagement: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
13364
13352
|
approvedRequestToJoinCollabRoom: () => any;
|
|
13365
|
-
}, string, PublicProps, Readonly<
|
|
13353
|
+
}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{
|
|
13366
13354
|
onApprovedRequestToJoinCollabRoom?: (() => any) | undefined;
|
|
13367
13355
|
}>, {
|
|
13368
13356
|
isEdit: boolean;
|
|
@@ -13376,54 +13364,78 @@ export declare const ACopyText: __VLS_WithTemplateSlots_17<typeof __VLS_componen
|
|
|
13376
13364
|
|
|
13377
13365
|
export declare const ACreateDialog: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
13378
13366
|
|
|
13379
|
-
export declare const ACropperjs:
|
|
13380
|
-
|
|
13381
|
-
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
|
|
13391
|
-
|
|
13392
|
-
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
|
|
13397
|
-
|
|
13398
|
-
|
|
13399
|
-
|
|
13400
|
-
|
|
13401
|
-
|
|
13402
|
-
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
zoomOnWheel
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13367
|
+
export declare const ACropperjs: <T extends EventTarget = EventTarget>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
13368
|
+
props: __VLS_PrettifyLocal_3<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
|
|
13369
|
+
src?: string;
|
|
13370
|
+
alt?: string;
|
|
13371
|
+
containerStyle?: {
|
|
13372
|
+
[key: string]: string;
|
|
13373
|
+
} | undefined;
|
|
13374
|
+
imgStyle?: {
|
|
13375
|
+
[key: string]: string;
|
|
13376
|
+
} | undefined;
|
|
13377
|
+
aspectRatio?: number;
|
|
13378
|
+
autoCrop?: boolean;
|
|
13379
|
+
autoCropArea?: number;
|
|
13380
|
+
background?: boolean;
|
|
13381
|
+
center?: boolean;
|
|
13382
|
+
checkCrossOrigin?: boolean;
|
|
13383
|
+
checkOrientation?: boolean;
|
|
13384
|
+
cropBoxMovable?: boolean;
|
|
13385
|
+
cropBoxResizable?: boolean;
|
|
13386
|
+
data?: default_2.SetDataOptions | null;
|
|
13387
|
+
dragMode?: default_2.DragMode;
|
|
13388
|
+
guides?: boolean;
|
|
13389
|
+
highlight?: boolean;
|
|
13390
|
+
initialAspectRatio?: number;
|
|
13391
|
+
modal?: boolean;
|
|
13392
|
+
movable?: boolean;
|
|
13393
|
+
preview?: HTMLElement | HTMLElement[] | NodeListOf<HTMLElement> | string;
|
|
13394
|
+
responsive?: boolean;
|
|
13395
|
+
restore?: boolean;
|
|
13396
|
+
rotatable?: boolean;
|
|
13397
|
+
scalable?: boolean;
|
|
13398
|
+
toggleDragModeOnDblclick?: boolean;
|
|
13399
|
+
viewMode?: default_2.ViewMode;
|
|
13400
|
+
wheelZoomRatio?: number;
|
|
13401
|
+
zoomOnTouch?: boolean;
|
|
13402
|
+
zoomOnWheel?: boolean;
|
|
13403
|
+
zoomable?: boolean;
|
|
13404
|
+
minCanvasWidth?: number;
|
|
13405
|
+
minCanvasHeight?: number;
|
|
13406
|
+
minContainerWidth?: number;
|
|
13407
|
+
minContainerHeight?: number;
|
|
13408
|
+
minCropBoxWidth?: number;
|
|
13409
|
+
minCropBoxHeight?: number;
|
|
13410
|
+
ready?: null | ((event: default_2.ReadyEvent<T>) => void);
|
|
13411
|
+
crop?: null | ((event: default_2.CropEvent<T>) => void);
|
|
13412
|
+
cropend?: null | ((event: default_2.CropEndEvent<T>) => void);
|
|
13413
|
+
cropmove?: null | ((event: default_2.CropMoveEvent<T>) => void);
|
|
13414
|
+
cropstart?: null | ((event: default_2.CropStartEvent<T>) => void);
|
|
13415
|
+
zoom?: null | ((event: default_2.ZoomEvent<T>) => void);
|
|
13416
|
+
} & Partial<{}>> & PublicProps;
|
|
13417
|
+
expose(exposed: ShallowUnwrapRef< {
|
|
13418
|
+
enable: () => void;
|
|
13419
|
+
disable: () => void;
|
|
13420
|
+
destroy: () => void;
|
|
13421
|
+
getImageData: () => default_2.ImageData | undefined;
|
|
13422
|
+
getData: () => default_2.Data | undefined;
|
|
13423
|
+
setData: (data: default_2.SetDataOptions) => default_2 | undefined;
|
|
13424
|
+
}>): void;
|
|
13425
|
+
attrs: any;
|
|
13426
|
+
slots: {};
|
|
13427
|
+
emit: {};
|
|
13428
|
+
}>) => VNode & {
|
|
13429
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
13430
|
+
};
|
|
13419
13431
|
|
|
13420
13432
|
export declare interface ACropperjsExposed {
|
|
13421
13433
|
enable: () => void;
|
|
13422
13434
|
disable: () => void;
|
|
13423
13435
|
destroy: () => void;
|
|
13424
|
-
getImageData: () =>
|
|
13425
|
-
getData: () =>
|
|
13426
|
-
setData: (data:
|
|
13436
|
+
getImageData: () => Cropper.ImageData;
|
|
13437
|
+
getData: () => Cropper.Data;
|
|
13438
|
+
setData: (data: Cropper.SetDataOptions) => void;
|
|
13427
13439
|
}
|
|
13428
13440
|
|
|
13429
13441
|
export declare const ACurrentUserDropdown: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{}>, {
|
|
@@ -13448,8 +13460,8 @@ value: any;
|
|
|
13448
13460
|
validationScope: string | number | boolean | symbol;
|
|
13449
13461
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13450
13462
|
|
|
13451
|
-
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
13452
|
-
props:
|
|
13463
|
+
export declare const ADatatable: <TItem = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
13464
|
+
props: __VLS_PrettifyLocal_4<Pick<Partial<{}> & Omit<{
|
|
13453
13465
|
readonly "onClick:row"?: ((data: any) => any) | undefined;
|
|
13454
13466
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onClick:row"> & {
|
|
13455
13467
|
items: TItem[];
|
|
@@ -14324,13 +14336,13 @@ export declare const ALoginView: __VLS_WithTemplateSlots_33<typeof __VLS_compone
|
|
|
14324
14336
|
|
|
14325
14337
|
export declare const ALogLevelChip: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14326
14338
|
|
|
14327
|
-
export declare const ALogoutView: DefineComponent<
|
|
14339
|
+
export declare const ALogoutView: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {
|
|
14328
14340
|
logoutUrl: () => string;
|
|
14329
14341
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14330
14342
|
|
|
14331
14343
|
export declare const AMediaWidgetSimple: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
14332
14344
|
|
|
14333
|
-
export declare const ANotFoundView: DefineComponent<
|
|
14345
|
+
export declare const ANotFoundView: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14334
14346
|
|
|
14335
14347
|
export declare class AnzuApiDependencyExistsError extends Error {
|
|
14336
14348
|
dependencies: string[];
|
|
@@ -14813,7 +14825,7 @@ declare interface AudioAttributes {
|
|
|
14813
14825
|
bitrate: number;
|
|
14814
14826
|
}
|
|
14815
14827
|
|
|
14816
|
-
export declare const AUnauthorizedView: DefineComponent<
|
|
14828
|
+
export declare const AUnauthorizedView: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14817
14829
|
|
|
14818
14830
|
export declare const AUserAndTimeTrackingFields: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {
|
|
14819
14831
|
hideCreatedAt: boolean;
|
|
@@ -15271,16 +15283,6 @@ export declare interface CreatedByAware {
|
|
|
15271
15283
|
|
|
15272
15284
|
export declare const createFieldLockStatusPayload: (type: CollabFieldLockTypeType, status: CollabFieldLockStatusType) => CollabFieldLockStatusPayload;
|
|
15273
15285
|
|
|
15274
|
-
declare type CropperData = Pick<CropperSelection, 'x' | 'y' | 'width' | 'height'> & {
|
|
15275
|
-
rotate: number;
|
|
15276
|
-
scaleX: number;
|
|
15277
|
-
scaleY: number;
|
|
15278
|
-
};
|
|
15279
|
-
|
|
15280
|
-
declare type CropperImageData = Pick<HTMLImageElement, 'naturalWidth' | 'naturalHeight'>;
|
|
15281
|
-
|
|
15282
|
-
declare type CropperSetDataOptions = Pick<CropperSelection, 'x' | 'y' | 'width' | 'height'>;
|
|
15283
|
-
|
|
15284
15286
|
export declare const cropToRegion: (cropper: ACropperjsExposed, regionOfInterest: RegionOfInterest, originalImageWidth: number, originalImageHeight: number) => RegionOfInterest;
|
|
15285
15287
|
|
|
15286
15288
|
export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
|
|
@@ -15324,122 +15326,18 @@ export declare type CustomDataFormElementTypeType = (typeof CustomDataFormElemen
|
|
|
15324
15326
|
|
|
15325
15327
|
export declare type CustomDataValue = boolean | string | number | string[] | number[];
|
|
15326
15328
|
|
|
15327
|
-
export declare const DamAdminAssetLink: DefineComponent<
|
|
15329
|
+
export declare const DamAdminAssetLink: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {
|
|
15328
15330
|
assetId: DocIdNullable;
|
|
15329
15331
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15330
15332
|
|
|
15331
|
-
export declare const DamAssetImageRoiSelect: DefineComponent<
|
|
15332
|
-
cropperInstance:
|
|
15333
|
-
src?: string;
|
|
15334
|
-
alt?: string;
|
|
15335
|
-
containerStyle?: {
|
|
15336
|
-
[key: string]: string;
|
|
15337
|
-
} | undefined;
|
|
15338
|
-
imgStyle?: {
|
|
15339
|
-
[key: string]: string;
|
|
15340
|
-
} | undefined;
|
|
15341
|
-
aspectRatio?: number;
|
|
15342
|
-
background?: boolean;
|
|
15343
|
-
zoomOnWheel?: boolean;
|
|
15344
|
-
ready?: null | (() => void);
|
|
15345
|
-
cropend?: null | (() => void);
|
|
15346
|
-
}> & Readonly<{}>, {
|
|
15333
|
+
export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
15334
|
+
cropperInstance: ShallowUnwrapRef< {
|
|
15347
15335
|
enable: () => void;
|
|
15348
15336
|
disable: () => void;
|
|
15349
15337
|
destroy: () => void;
|
|
15350
|
-
getImageData: () =>
|
|
15351
|
-
|
|
15352
|
-
|
|
15353
|
-
} | undefined;
|
|
15354
|
-
getData: () => {
|
|
15355
|
-
x: number;
|
|
15356
|
-
y: number;
|
|
15357
|
-
width: number;
|
|
15358
|
-
height: number;
|
|
15359
|
-
rotate: number;
|
|
15360
|
-
scaleX: number;
|
|
15361
|
-
scaleY: number;
|
|
15362
|
-
} | undefined;
|
|
15363
|
-
setData: (data: {
|
|
15364
|
-
x: number;
|
|
15365
|
-
y: number;
|
|
15366
|
-
width: number;
|
|
15367
|
-
height: number;
|
|
15368
|
-
}) => void;
|
|
15369
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
15370
|
-
alt: string;
|
|
15371
|
-
src: string;
|
|
15372
|
-
ready: null | (() => void);
|
|
15373
|
-
aspectRatio: number;
|
|
15374
|
-
containerStyle: {
|
|
15375
|
-
[key: string]: string;
|
|
15376
|
-
};
|
|
15377
|
-
imgStyle: {
|
|
15378
|
-
[key: string]: string;
|
|
15379
|
-
};
|
|
15380
|
-
background: boolean;
|
|
15381
|
-
zoomOnWheel: boolean;
|
|
15382
|
-
cropend: null | (() => void);
|
|
15383
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
15384
|
-
imgEl: HTMLImageElement;
|
|
15385
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
15386
|
-
P: {};
|
|
15387
|
-
B: {};
|
|
15388
|
-
D: {};
|
|
15389
|
-
C: {};
|
|
15390
|
-
M: {};
|
|
15391
|
-
Defaults: {};
|
|
15392
|
-
}, Readonly<{
|
|
15393
|
-
src?: string;
|
|
15394
|
-
alt?: string;
|
|
15395
|
-
containerStyle?: {
|
|
15396
|
-
[key: string]: string;
|
|
15397
|
-
} | undefined;
|
|
15398
|
-
imgStyle?: {
|
|
15399
|
-
[key: string]: string;
|
|
15400
|
-
} | undefined;
|
|
15401
|
-
aspectRatio?: number;
|
|
15402
|
-
background?: boolean;
|
|
15403
|
-
zoomOnWheel?: boolean;
|
|
15404
|
-
ready?: null | (() => void);
|
|
15405
|
-
cropend?: null | (() => void);
|
|
15406
|
-
}> & Readonly<{}>, {
|
|
15407
|
-
enable: () => void;
|
|
15408
|
-
disable: () => void;
|
|
15409
|
-
destroy: () => void;
|
|
15410
|
-
getImageData: () => {
|
|
15411
|
-
naturalWidth: number;
|
|
15412
|
-
naturalHeight: number;
|
|
15413
|
-
} | undefined;
|
|
15414
|
-
getData: () => {
|
|
15415
|
-
x: number;
|
|
15416
|
-
y: number;
|
|
15417
|
-
width: number;
|
|
15418
|
-
height: number;
|
|
15419
|
-
rotate: number;
|
|
15420
|
-
scaleX: number;
|
|
15421
|
-
scaleY: number;
|
|
15422
|
-
} | undefined;
|
|
15423
|
-
setData: (data: {
|
|
15424
|
-
x: number;
|
|
15425
|
-
y: number;
|
|
15426
|
-
width: number;
|
|
15427
|
-
height: number;
|
|
15428
|
-
}) => void;
|
|
15429
|
-
}, {}, {}, {}, {
|
|
15430
|
-
alt: string;
|
|
15431
|
-
src: string;
|
|
15432
|
-
ready: null | (() => void);
|
|
15433
|
-
aspectRatio: number;
|
|
15434
|
-
containerStyle: {
|
|
15435
|
-
[key: string]: string;
|
|
15436
|
-
};
|
|
15437
|
-
imgStyle: {
|
|
15438
|
-
[key: string]: string;
|
|
15439
|
-
};
|
|
15440
|
-
background: boolean;
|
|
15441
|
-
zoomOnWheel: boolean;
|
|
15442
|
-
cropend: null | (() => void);
|
|
15338
|
+
getImageData: () => Cropper.ImageData | undefined;
|
|
15339
|
+
getData: () => Cropper.Data | undefined;
|
|
15340
|
+
setData: (data: Cropper.SetDataOptions) => Cropper | undefined;
|
|
15443
15341
|
}> | null;
|
|
15444
15342
|
}, any>;
|
|
15445
15343
|
|
|
@@ -15522,9 +15420,9 @@ export declare interface DamAuthor extends Pick<DamAuthorMinimal, 'id' | 'name'
|
|
|
15522
15420
|
childAuthors: DocId[];
|
|
15523
15421
|
}
|
|
15524
15422
|
|
|
15525
|
-
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<
|
|
15423
|
+
export declare const DamAuthorFilterRemoteAutocomplete: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15526
15424
|
change: () => any;
|
|
15527
|
-
}, string, PublicProps, Readonly<
|
|
15425
|
+
}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{
|
|
15528
15426
|
onChange?: (() => any) | undefined;
|
|
15529
15427
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15530
15428
|
|
|
@@ -15629,10 +15527,10 @@ export declare type DamDistributionRequirementStrategyType = (typeof DamDistribu
|
|
|
15629
15527
|
|
|
15630
15528
|
export declare type DamDistributionServiceName = string;
|
|
15631
15529
|
|
|
15632
|
-
export declare const DamDistributionServiceSelect: DefineComponent<
|
|
15530
|
+
export declare const DamDistributionServiceSelect: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15633
15531
|
blur: (data: string[]) => any;
|
|
15634
15532
|
"update:modelValue": (data: string[]) => any;
|
|
15635
|
-
}, string, PublicProps, Readonly<
|
|
15533
|
+
}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{
|
|
15636
15534
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15637
15535
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15638
15536
|
}>, {
|
|
@@ -15668,10 +15566,10 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
|
|
|
15668
15566
|
|
|
15669
15567
|
export declare type DamExternalProviderAssetName = string;
|
|
15670
15568
|
|
|
15671
|
-
export declare const DamExternalProviderAssetSelect: DefineComponent<
|
|
15569
|
+
export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15672
15570
|
blur: (data: string[]) => any;
|
|
15673
15571
|
"update:modelValue": (data: string[]) => any;
|
|
15674
|
-
}, string, PublicProps, Readonly<
|
|
15572
|
+
}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{
|
|
15675
15573
|
onBlur?: ((data: string[]) => any) | undefined;
|
|
15676
15574
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
15677
15575
|
}>, {
|
|
@@ -15721,9 +15619,9 @@ export declare interface DamExtSystemConfigItemImage extends DamExtSystemConfigI
|
|
|
15721
15619
|
export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
|
|
15722
15620
|
}
|
|
15723
15621
|
|
|
15724
|
-
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<
|
|
15622
|
+
export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15725
15623
|
"update:modelValue": (data: any) => any;
|
|
15726
|
-
}, string, PublicProps, Readonly<
|
|
15624
|
+
}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{
|
|
15727
15625
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
15728
15626
|
}>, {
|
|
15729
15627
|
required: boolean;
|
|
@@ -15743,9 +15641,9 @@ export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, Resour
|
|
|
15743
15641
|
flags: Flags_2;
|
|
15744
15642
|
}
|
|
15745
15643
|
|
|
15746
|
-
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<
|
|
15644
|
+
export declare const DamKeywordFilterRemoteAutocomplete: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15747
15645
|
change: () => any;
|
|
15748
|
-
}, string, PublicProps, Readonly<
|
|
15646
|
+
}, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{
|
|
15749
15647
|
onChange?: (() => any) | undefined;
|
|
15750
15648
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15751
15649
|
|
|
@@ -15913,9 +15811,9 @@ export declare interface DamUploadStartResponse {
|
|
|
15913
15811
|
export declare interface DamUser extends Omit<AnzuUser, 'id'>, DamUserUpdateDto {
|
|
15914
15812
|
}
|
|
15915
15813
|
|
|
15916
|
-
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<
|
|
15814
|
+
export declare const DamUserFilterRemoteAutocomplete: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
15917
15815
|
change: () => any;
|
|
15918
|
-
}, string, PublicProps, Readonly<
|
|
15816
|
+
}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{
|
|
15919
15817
|
onChange?: (() => any) | undefined;
|
|
15920
15818
|
}>, {
|
|
15921
15819
|
configName: string;
|
|
@@ -16007,7 +15905,7 @@ export declare type DatetimeUTC = string;
|
|
|
16007
15905
|
*/
|
|
16008
15906
|
export declare type DatetimeUTCNullable = string | null;
|
|
16009
15907
|
|
|
16010
|
-
export declare const dateToUtc: (date:
|
|
15908
|
+
export declare const dateToUtc: (date: default_3.ConfigType, suffix?: string) => string;
|
|
16011
15909
|
|
|
16012
15910
|
export declare const DefaultLanguageSymbol: InjectionKey<LanguageCode | undefined>;
|
|
16013
15911
|
|
|
@@ -20504,13 +20402,17 @@ export declare const useCommonVuetifyConfig: () => {
|
|
|
20504
20402
|
surface: string;
|
|
20505
20403
|
'on-surface': string;
|
|
20506
20404
|
primary: string;
|
|
20405
|
+
'on-primary': string;
|
|
20507
20406
|
secondary: string;
|
|
20508
20407
|
'on-secondary': string;
|
|
20509
20408
|
success: string;
|
|
20510
20409
|
'on-success': string;
|
|
20511
20410
|
warning: string;
|
|
20411
|
+
'on-warning': string;
|
|
20512
20412
|
error: string;
|
|
20413
|
+
'on-error': string;
|
|
20513
20414
|
info: string;
|
|
20415
|
+
'on-info': string;
|
|
20514
20416
|
};
|
|
20515
20417
|
variables: {};
|
|
20516
20418
|
};
|
|
@@ -20518,14 +20420,21 @@ export declare const useCommonVuetifyConfig: () => {
|
|
|
20518
20420
|
dark: boolean;
|
|
20519
20421
|
colors: {
|
|
20520
20422
|
background: string;
|
|
20423
|
+
'on-background': string;
|
|
20521
20424
|
surface: string;
|
|
20425
|
+
'on-surface': string;
|
|
20522
20426
|
primary: string;
|
|
20427
|
+
'on-primary': string;
|
|
20523
20428
|
secondary: string;
|
|
20524
20429
|
'on-secondary': string;
|
|
20525
20430
|
success: string;
|
|
20431
|
+
'on-success': string;
|
|
20526
20432
|
warning: string;
|
|
20433
|
+
'on-warning': string;
|
|
20527
20434
|
error: string;
|
|
20435
|
+
'on-error': string;
|
|
20528
20436
|
info: string;
|
|
20437
|
+
'on-info': string;
|
|
20529
20438
|
};
|
|
20530
20439
|
variables: {};
|
|
20531
20440
|
};
|