@anzusystems/common-admin 1.42.0 → 1.44.0
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 +40 -27
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-iohqH_6L.js → lib-FDzcrIKi.js} +32 -25
- package/dist/lib-FDzcrIKi.js.map +1 -0
- package/dist/{shortcut-buttons-flatpickr-lNPy8AB-.js → shortcut-buttons-flatpickr-zPJPBNKc.js} +2 -2
- package/dist/{shortcut-buttons-flatpickr-lNPy8AB-.js.map → shortcut-buttons-flatpickr-zPJPBNKc.js.map} +1 -1
- package/dist/{webfontloader-oZSb3ZWI.js → webfontloader-6GrI1eHT.js} +2 -2
- package/dist/{webfontloader-oZSb3ZWI.js.map → webfontloader-6GrI1eHT.js.map} +1 -1
- package/package.json +5 -5
- package/dist/lib-iohqH_6L.js.map +0 -1
|
@@ -1734,6 +1734,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1734
1734
|
};
|
|
1735
1735
|
};
|
|
1736
1736
|
|
|
1737
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1738
|
+
new (): {
|
|
1739
|
+
$slots: S;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1737
1743
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1738
1744
|
new (): {
|
|
1739
1745
|
$slots: S;
|
|
@@ -1977,8 +1983,8 @@ export declare const AActionEditButton: DefineComponent<__VLS_WithDefaults_41<__
|
|
|
1977
1983
|
}, {
|
|
1978
1984
|
size: number;
|
|
1979
1985
|
variant: ButtonVariant;
|
|
1980
|
-
dataCy: string;
|
|
1981
1986
|
loading: boolean;
|
|
1987
|
+
dataCy: string;
|
|
1982
1988
|
buttonClass: string;
|
|
1983
1989
|
buttonT: string;
|
|
1984
1990
|
routeParams: any | undefined;
|
|
@@ -2015,8 +2021,8 @@ export declare const AActionSaveAndCloseButton: DefineComponent<__VLS_WithDefaul
|
|
|
2015
2021
|
onSaveRecordAndClose?: (() => any) | undefined;
|
|
2016
2022
|
}, {
|
|
2017
2023
|
disabled: boolean;
|
|
2018
|
-
dataCy: string;
|
|
2019
2024
|
loading: boolean;
|
|
2025
|
+
dataCy: string;
|
|
2020
2026
|
buttonClass: string;
|
|
2021
2027
|
buttonT: string;
|
|
2022
2028
|
}, {}>;
|
|
@@ -2061,8 +2067,8 @@ export declare const AActionSaveButton: DefineComponent<__VLS_WithDefaults_43<__
|
|
|
2061
2067
|
size: number;
|
|
2062
2068
|
variant: ButtonVariant;
|
|
2063
2069
|
disabled: boolean;
|
|
2064
|
-
dataCy: string;
|
|
2065
2070
|
loading: boolean;
|
|
2071
|
+
dataCy: string;
|
|
2066
2072
|
buttonClass: string;
|
|
2067
2073
|
buttonT: string;
|
|
2068
2074
|
}, {}>;
|
|
@@ -2133,7 +2139,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
|
|
|
2133
2139
|
containerClass: string;
|
|
2134
2140
|
}, {}>;
|
|
2135
2141
|
|
|
2136
|
-
export declare const AAssetSelect:
|
|
2142
|
+
export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
|
|
2137
2143
|
modelValue?: boolean | undefined;
|
|
2138
2144
|
assetType: "image" | "audio" | "video" | "document" | DamAssetType;
|
|
2139
2145
|
minCount: number;
|
|
@@ -2246,7 +2252,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
|
|
|
2246
2252
|
invertColor: boolean;
|
|
2247
2253
|
}, {}>;
|
|
2248
2254
|
|
|
2249
|
-
export declare const ABtnSplit:
|
|
2255
|
+
export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
|
|
2250
2256
|
buttonT?: string | undefined;
|
|
2251
2257
|
buttonClass?: string | undefined;
|
|
2252
2258
|
dataCy?: string | undefined;
|
|
@@ -2300,8 +2306,8 @@ export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS
|
|
|
2300
2306
|
variant: ButtonVariantText;
|
|
2301
2307
|
rounded: "pill";
|
|
2302
2308
|
disabled: boolean;
|
|
2303
|
-
dataCy: string;
|
|
2304
2309
|
loading: boolean;
|
|
2310
|
+
dataCy: string;
|
|
2305
2311
|
buttonClass: string;
|
|
2306
2312
|
buttonT: string;
|
|
2307
2313
|
disableMore: boolean;
|
|
@@ -2514,15 +2520,15 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
|
|
|
2514
2520
|
fetchCachedUsers: () => Promisify<Promise<any>>;
|
|
2515
2521
|
}, {}>;
|
|
2516
2522
|
|
|
2517
|
-
export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2518
|
-
value:
|
|
2523
|
+
export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2524
|
+
value: string | number;
|
|
2519
2525
|
notifyT?: string | undefined;
|
|
2520
2526
|
dataCy?: string | undefined;
|
|
2521
2527
|
}>, {
|
|
2522
2528
|
notifyT: string;
|
|
2523
2529
|
dataCy: string;
|
|
2524
2530
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
|
|
2525
|
-
value:
|
|
2531
|
+
value: string | number;
|
|
2526
2532
|
notifyT?: string | undefined;
|
|
2527
2533
|
dataCy?: string | undefined;
|
|
2528
2534
|
}>, {
|
|
@@ -2531,7 +2537,14 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_Type
|
|
|
2531
2537
|
}>>>, {
|
|
2532
2538
|
dataCy: string;
|
|
2533
2539
|
notifyT: string;
|
|
2534
|
-
}, {}
|
|
2540
|
+
}, {}>, {
|
|
2541
|
+
activator?(_: {
|
|
2542
|
+
props: {
|
|
2543
|
+
onClick: (e: Event) => void;
|
|
2544
|
+
disabled: boolean;
|
|
2545
|
+
};
|
|
2546
|
+
}): any;
|
|
2547
|
+
}>;
|
|
2535
2548
|
|
|
2536
2549
|
export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
2537
2550
|
modelValue: PropType<boolean>;
|
|
@@ -2833,7 +2846,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
|
|
|
2833
2846
|
dataCy: string;
|
|
2834
2847
|
}, {}>;
|
|
2835
2848
|
|
|
2836
|
-
export declare const ACustomDataForm:
|
|
2849
|
+
export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
|
|
2837
2850
|
modelValue: {
|
|
2838
2851
|
[key: string]: any;
|
|
2839
2852
|
};
|
|
@@ -3083,9 +3096,9 @@ export declare const ADatetimePicker: __VLS_WithTemplateSlots_13<DefineComponent
|
|
|
3083
3096
|
enable: DateLimit<DateOption>[];
|
|
3084
3097
|
disabled: boolean;
|
|
3085
3098
|
type: "datetime" | "date";
|
|
3086
|
-
dataCy: string;
|
|
3087
3099
|
required: boolean;
|
|
3088
3100
|
label: string;
|
|
3101
|
+
dataCy: string;
|
|
3089
3102
|
hideLabel: boolean;
|
|
3090
3103
|
clearable: boolean;
|
|
3091
3104
|
hideDetails: boolean;
|
|
@@ -3475,7 +3488,6 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3475
3488
|
"onClick:append"?: ((data: string | number | null | undefined) => any) | undefined;
|
|
3476
3489
|
}, {
|
|
3477
3490
|
disabled: boolean;
|
|
3478
|
-
dataCy: string;
|
|
3479
3491
|
collab: {
|
|
3480
3492
|
room: string;
|
|
3481
3493
|
field: string;
|
|
@@ -3483,6 +3495,7 @@ export declare const AFormDatetimePicker: __VLS_WithTemplateSlots_7<DefineCompon
|
|
|
3483
3495
|
};
|
|
3484
3496
|
required: boolean;
|
|
3485
3497
|
label: string;
|
|
3498
|
+
dataCy: string;
|
|
3486
3499
|
clearable: boolean;
|
|
3487
3500
|
errorMessage: string;
|
|
3488
3501
|
v: any;
|
|
@@ -3540,13 +3553,13 @@ export declare const AFormFlagDatetimePicker: __VLS_WithTemplateSlots_8<DefineCo
|
|
|
3540
3553
|
"onClick:append"?: ((data: string | number | null) => any) | undefined;
|
|
3541
3554
|
}, {
|
|
3542
3555
|
disabled: boolean;
|
|
3543
|
-
dataCy: string;
|
|
3544
3556
|
collab: {
|
|
3545
3557
|
room: string;
|
|
3546
3558
|
field: string;
|
|
3547
3559
|
cachedUsers: CollabCachedUsersMap;
|
|
3548
3560
|
};
|
|
3549
3561
|
label: string;
|
|
3562
|
+
dataCy: string;
|
|
3550
3563
|
clearable: boolean;
|
|
3551
3564
|
errorMessage: string;
|
|
3552
3565
|
v: any;
|
|
@@ -3859,13 +3872,13 @@ export declare const AFormSwitch: __VLS_WithTemplateSlots_10<DefineComponent<__V
|
|
|
3859
3872
|
onBlur?: ((data: boolean) => any) | undefined;
|
|
3860
3873
|
}, {
|
|
3861
3874
|
disabled: boolean;
|
|
3862
|
-
dataCy: string;
|
|
3863
3875
|
collab: {
|
|
3864
3876
|
room: string;
|
|
3865
3877
|
field: string;
|
|
3866
3878
|
cachedUsers: CollabCachedUsersMap;
|
|
3867
3879
|
};
|
|
3868
3880
|
label: string;
|
|
3881
|
+
dataCy: string;
|
|
3869
3882
|
hideLabel: boolean;
|
|
3870
3883
|
}, {}>, {
|
|
3871
3884
|
locked?(_: {
|
|
@@ -3937,7 +3950,6 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3937
3950
|
appendIcon: string;
|
|
3938
3951
|
disabled: boolean;
|
|
3939
3952
|
prependIcon: string;
|
|
3940
|
-
dataCy: string;
|
|
3941
3953
|
collab: {
|
|
3942
3954
|
room: string;
|
|
3943
3955
|
field: string;
|
|
@@ -3945,6 +3957,7 @@ export declare const AFormTextarea: __VLS_WithTemplateSlots_6<DefineComponent<__
|
|
|
3945
3957
|
};
|
|
3946
3958
|
required: boolean;
|
|
3947
3959
|
label: string;
|
|
3960
|
+
dataCy: string;
|
|
3948
3961
|
hideLabel: boolean;
|
|
3949
3962
|
errorMessage: string;
|
|
3950
3963
|
v: any;
|
|
@@ -4036,7 +4049,6 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4036
4049
|
disabled: boolean;
|
|
4037
4050
|
prependIcon: string;
|
|
4038
4051
|
type: string;
|
|
4039
|
-
dataCy: string;
|
|
4040
4052
|
collab: {
|
|
4041
4053
|
room: string;
|
|
4042
4054
|
field: string;
|
|
@@ -4044,6 +4056,7 @@ export declare const AFormTextField: __VLS_WithTemplateSlots_5<DefineComponent<_
|
|
|
4044
4056
|
};
|
|
4045
4057
|
required: boolean;
|
|
4046
4058
|
label: string;
|
|
4059
|
+
dataCy: string;
|
|
4047
4060
|
hideLabel: boolean;
|
|
4048
4061
|
placeholder: string;
|
|
4049
4062
|
persistentPlaceholder: boolean;
|
|
@@ -4119,7 +4132,6 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4119
4132
|
onBlur?: ((data: any) => any) | undefined;
|
|
4120
4133
|
}, {
|
|
4121
4134
|
disabled: boolean;
|
|
4122
|
-
dataCy: string;
|
|
4123
4135
|
multiple: boolean;
|
|
4124
4136
|
collab: {
|
|
4125
4137
|
room: string;
|
|
@@ -4128,6 +4140,7 @@ export declare const AFormValueObjectOptionsSelect: __VLS_WithTemplateSlots_11<D
|
|
|
4128
4140
|
};
|
|
4129
4141
|
required: boolean;
|
|
4130
4142
|
label: string;
|
|
4143
|
+
dataCy: string;
|
|
4131
4144
|
hideLabel: boolean;
|
|
4132
4145
|
clearable: boolean;
|
|
4133
4146
|
hideDetails: boolean;
|
|
@@ -4233,7 +4246,6 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4233
4246
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
4234
4247
|
}, {
|
|
4235
4248
|
width: number;
|
|
4236
|
-
dataCy: string;
|
|
4237
4249
|
collab: {
|
|
4238
4250
|
room: string;
|
|
4239
4251
|
field: string;
|
|
@@ -4241,6 +4253,7 @@ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_63<__VLS_T
|
|
|
4241
4253
|
};
|
|
4242
4254
|
image: ImageAware;
|
|
4243
4255
|
label: string;
|
|
4256
|
+
dataCy: string;
|
|
4244
4257
|
readonly: boolean;
|
|
4245
4258
|
configName: string;
|
|
4246
4259
|
expandOptions: boolean;
|
|
@@ -4301,8 +4314,8 @@ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_65
|
|
|
4301
4314
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
4302
4315
|
}, {
|
|
4303
4316
|
width: number;
|
|
4304
|
-
dataCy: string;
|
|
4305
4317
|
label: string;
|
|
4318
|
+
dataCy: string;
|
|
4306
4319
|
readonly: boolean;
|
|
4307
4320
|
configName: string;
|
|
4308
4321
|
callDeleteApiOnRemove: boolean;
|
|
@@ -4359,7 +4372,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
|
|
|
4359
4372
|
images: ImageAware[];
|
|
4360
4373
|
}, {}>;
|
|
4361
4374
|
|
|
4362
|
-
export declare const AImageWidgetSimple:
|
|
4375
|
+
export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
|
|
4363
4376
|
modelValue: IntegerIdNullable | undefined;
|
|
4364
4377
|
image?: ImageAware | ImageCreateUpdateAware | null | undefined;
|
|
4365
4378
|
configName?: string | undefined;
|
|
@@ -4436,7 +4449,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineCompon
|
|
|
4436
4449
|
}): any;
|
|
4437
4450
|
}>;
|
|
4438
4451
|
|
|
4439
|
-
export declare const AJobDetailCommon:
|
|
4452
|
+
export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
|
|
4440
4453
|
job: JobBase<`job${string}`>;
|
|
4441
4454
|
loading?: boolean | undefined;
|
|
4442
4455
|
}>, {
|
|
@@ -4696,7 +4709,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
|
|
|
4696
4709
|
|
|
4697
4710
|
export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
|
|
4698
4711
|
|
|
4699
|
-
export declare const ASortable:
|
|
4712
|
+
export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
|
|
4700
4713
|
modelValue: any;
|
|
4701
4714
|
dirty?: Set<string | number> | undefined;
|
|
4702
4715
|
keyField?: string | undefined;
|
|
@@ -4806,7 +4819,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS
|
|
|
4806
4819
|
}): any;
|
|
4807
4820
|
}>;
|
|
4808
4821
|
|
|
4809
|
-
export declare const ASortableNested:
|
|
4822
|
+
export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
|
|
4810
4823
|
modelValue: SortableNested<any>;
|
|
4811
4824
|
maxDepth: number;
|
|
4812
4825
|
disableDraggable?: boolean | undefined;
|
|
@@ -5090,9 +5103,9 @@ declare enum AssetSelectReturnType {
|
|
|
5090
5103
|
}
|
|
5091
5104
|
|
|
5092
5105
|
export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
5093
|
-
pagination: Pagination;
|
|
5094
5106
|
submitFilter: Fn;
|
|
5095
5107
|
resetFilter: Fn;
|
|
5108
|
+
pagination: Pagination;
|
|
5096
5109
|
loading?: boolean | undefined;
|
|
5097
5110
|
modelValue?: boolean | undefined;
|
|
5098
5111
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5134,9 +5147,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5134
5147
|
open: () => void;
|
|
5135
5148
|
}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
5136
5149
|
props: {
|
|
5137
|
-
pagination: Pagination;
|
|
5138
5150
|
submitFilter: Fn;
|
|
5139
5151
|
resetFilter: Fn;
|
|
5152
|
+
pagination: Pagination;
|
|
5140
5153
|
loading?: boolean | undefined;
|
|
5141
5154
|
modelValue?: boolean | undefined;
|
|
5142
5155
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
|
@@ -5182,9 +5195,9 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: {
|
|
|
5182
5195
|
}> & {
|
|
5183
5196
|
__ctx?: {
|
|
5184
5197
|
props: {
|
|
5185
|
-
pagination: Pagination;
|
|
5186
5198
|
submitFilter: Fn;
|
|
5187
5199
|
resetFilter: Fn;
|
|
5200
|
+
pagination: Pagination;
|
|
5188
5201
|
loading?: boolean | undefined;
|
|
5189
5202
|
modelValue?: boolean | undefined;
|
|
5190
5203
|
"onUpdate:modelValue"?: ((data: boolean) => any) | undefined;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-
|
|
1
|
+
import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-FDzcrIKi.js";
|
|
2
2
|
import { useI18n as Ci } from "vue-i18n";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vuetify/lib/components/VChip/index.mjs";
|
|
@@ -4950,7 +4950,7 @@ const WV = { class: "ml-1" }, GV = {
|
|
|
4950
4950
|
},
|
|
4951
4951
|
{ immediate: !0 }
|
|
4952
4952
|
), Bt(() => {
|
|
4953
|
-
import("./shortcut-buttons-flatpickr-
|
|
4953
|
+
import("./shortcut-buttons-flatpickr-zPJPBNKc.js").then((G) => G.s).then((G) => {
|
|
4954
4954
|
s.value = G.default, r.value = !0;
|
|
4955
4955
|
});
|
|
4956
4956
|
}), Kn(() => {
|
|
@@ -6246,28 +6246,35 @@ const AT = /* @__PURE__ */ Z({
|
|
|
6246
6246
|
s(r(t.notifyT));
|
|
6247
6247
|
}));
|
|
6248
6248
|
};
|
|
6249
|
-
return (l, o) => (
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6249
|
+
return (l, o) => ge(l.$slots, "activator", {
|
|
6250
|
+
props: {
|
|
6251
|
+
onClick: ae((d) => n(d), ["stop"]),
|
|
6252
|
+
disabled: !h(a)
|
|
6253
|
+
}
|
|
6254
|
+
}, () => [
|
|
6255
|
+
z("div", {
|
|
6256
|
+
class: Xe([{ "cursor-pointer": h(a) }, "d-inline-flex align-center anzu-copy-text"]),
|
|
6257
|
+
"data-cy": l.dataCy,
|
|
6258
|
+
onClick: ae(n, ["stop"])
|
|
6259
|
+
}, [
|
|
6260
|
+
z("span", null, k(l.value), 1),
|
|
6261
|
+
h(a) ? (Y(), B(fe, {
|
|
6262
|
+
key: 0,
|
|
6263
|
+
class: "ml-1",
|
|
6264
|
+
size: "x-small",
|
|
6265
|
+
icon: "mdi-content-copy"
|
|
6266
|
+
})) : j("", !0),
|
|
6267
|
+
f(Ie, {
|
|
6268
|
+
activator: "parent",
|
|
6269
|
+
location: "bottom"
|
|
6270
|
+
}, {
|
|
6271
|
+
default: p(() => [
|
|
6272
|
+
P(" Copy ")
|
|
6273
|
+
]),
|
|
6274
|
+
_: 1
|
|
6275
|
+
})
|
|
6276
|
+
], 10, Vg)
|
|
6277
|
+
]);
|
|
6271
6278
|
}
|
|
6272
6279
|
}), gg = {
|
|
6273
6280
|
key: 0,
|
|
@@ -23924,7 +23931,7 @@ const gK = {
|
|
|
23924
23931
|
})
|
|
23925
23932
|
});
|
|
23926
23933
|
async function xK() {
|
|
23927
|
-
(await import("./webfontloader-
|
|
23934
|
+
(await import("./webfontloader-6GrI1eHT.js").then((t) => t.w)).load({
|
|
23928
23935
|
google: {
|
|
23929
23936
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
23930
23937
|
}
|
|
@@ -26587,4 +26594,4 @@ export {
|
|
|
26587
26594
|
pT as y,
|
|
26588
26595
|
gr as z
|
|
26589
26596
|
};
|
|
26590
|
-
//# sourceMappingURL=lib-
|
|
26597
|
+
//# sourceMappingURL=lib-FDzcrIKi.js.map
|