@anzusystems/common-admin 1.47.0-beta.dev-1771894823 → 1.47.0-beta.dev-1771894830
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-jayVA7bh.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Blst4gx2.mjs} +1679 -1675
- package/dist/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-jayVA7bh.mjs.map → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Blst4gx2.mjs.map} +1 -1
- package/dist/common-admin.d.ts +156 -155
- package/dist/common-admin.js +1465 -1462
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.d.ts +1 -0
- package/dist/labs.js +306 -300
- package/dist/labs.js.map +1 -1
- package/dist/{webfontloader-jD2Z9E6E.mjs → webfontloader-G0iJC_Zs.mjs} +2 -2
- package/dist/{webfontloader-jD2Z9E6E.mjs.map → webfontloader-G0iJC_Zs.mjs.map} +1 -1
- package/package.json +9 -9
package/dist/common-admin.d.ts
CHANGED
|
@@ -554,13 +554,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
554
554
|
hint?: string | undefined;
|
|
555
555
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
556
556
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
557
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
557
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
558
558
|
reset: () => Promise<void>;
|
|
559
559
|
resetValidation: () => Promise<void>;
|
|
560
560
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
561
|
-
isValid:
|
|
562
|
-
errorMessages:
|
|
563
|
-
}
|
|
561
|
+
isValid: boolean | null;
|
|
562
|
+
errorMessages: string[];
|
|
563
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
564
564
|
modelValue?: unknown;
|
|
565
565
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
566
566
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -821,10 +821,10 @@ id?: string | undefined;
|
|
|
821
821
|
labelId?: string | undefined;
|
|
822
822
|
} & {
|
|
823
823
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
824
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
825
|
-
controlRef:
|
|
826
|
-
fieldIconColor:
|
|
827
|
-
}
|
|
824
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
825
|
+
controlRef: HTMLElement | undefined;
|
|
826
|
+
fieldIconColor: string | undefined;
|
|
827
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
828
828
|
modelValue?: unknown;
|
|
829
829
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
830
830
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -1299,13 +1299,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
1299
1299
|
hint?: string | undefined;
|
|
1300
1300
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1301
1301
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1302
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
1302
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
1303
1303
|
reset: () => Promise<void>;
|
|
1304
1304
|
resetValidation: () => Promise<void>;
|
|
1305
1305
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1306
|
-
isValid:
|
|
1307
|
-
errorMessages:
|
|
1308
|
-
}
|
|
1306
|
+
isValid: boolean | null;
|
|
1307
|
+
errorMessages: string[];
|
|
1308
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
1309
1309
|
modelValue?: unknown;
|
|
1310
1310
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1311
1311
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -1566,10 +1566,10 @@ id?: string | undefined;
|
|
|
1566
1566
|
labelId?: string | undefined;
|
|
1567
1567
|
} & {
|
|
1568
1568
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1569
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
1570
|
-
controlRef:
|
|
1571
|
-
fieldIconColor:
|
|
1572
|
-
}
|
|
1569
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1570
|
+
controlRef: HTMLElement | undefined;
|
|
1571
|
+
fieldIconColor: string | undefined;
|
|
1572
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
1573
1573
|
modelValue?: unknown;
|
|
1574
1574
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1575
1575
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -2059,9 +2059,9 @@ hoverOnly?: boolean;
|
|
|
2059
2059
|
}> & Readonly<{
|
|
2060
2060
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
2061
2061
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
2062
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
2062
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
2063
2063
|
activate: () => void;
|
|
2064
|
-
}
|
|
2064
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
2065
2065
|
$slots: {
|
|
2066
2066
|
activator?(_: {
|
|
2067
2067
|
props: {
|
|
@@ -2142,9 +2142,9 @@ toolbarT?: string;
|
|
|
2142
2142
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2143
2143
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
2144
2144
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
2145
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
2145
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
2146
2146
|
activate: () => void;
|
|
2147
|
-
}
|
|
2147
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
2148
2148
|
$slots: {
|
|
2149
2149
|
activator?(_: {
|
|
2150
2150
|
props: Record<string, any>;
|
|
@@ -2244,9 +2244,9 @@ editAssetLabel?: string;
|
|
|
2244
2244
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
2245
2245
|
onOnConfirm?: (() => any) | undefined;
|
|
2246
2246
|
onOnClose?: (() => any) | undefined;
|
|
2247
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
2247
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
2248
2248
|
confirm: () => void;
|
|
2249
|
-
}
|
|
2249
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
2250
2250
|
$slots: {
|
|
2251
2251
|
preview?(_: {
|
|
2252
2252
|
imageMedia: {
|
|
@@ -2408,9 +2408,9 @@ skipCurrentUserCheck?: boolean;
|
|
|
2408
2408
|
}> & Readonly<{
|
|
2409
2409
|
"onUpdate:modelValue"?: ((value: IntegerIdNullable) => any) | undefined;
|
|
2410
2410
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
2411
|
-
}>, "metadataConfirm" | ("collab" | "image" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "skipCurrentUserCheck" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> &
|
|
2411
|
+
}>, "metadataConfirm" | ("collab" | "image" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "skipCurrentUserCheck" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & {
|
|
2412
2412
|
metadataConfirm: () => void;
|
|
2413
|
-
}
|
|
2413
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
2414
2414
|
$slots: {
|
|
2415
2415
|
append?(_: {
|
|
2416
2416
|
image: {
|
|
@@ -2973,9 +2973,9 @@ hoverOnly?: boolean;
|
|
|
2973
2973
|
}> & Readonly<{
|
|
2974
2974
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
2975
2975
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
2976
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
2976
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
2977
2977
|
activate: () => void;
|
|
2978
|
-
}
|
|
2978
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
2979
2979
|
$slots: {
|
|
2980
2980
|
activator?(_: {
|
|
2981
2981
|
props: {
|
|
@@ -3056,9 +3056,9 @@ toolbarT?: string;
|
|
|
3056
3056
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3057
3057
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
3058
3058
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3059
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
3059
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
3060
3060
|
activate: () => void;
|
|
3061
|
-
}
|
|
3061
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3062
3062
|
$slots: {
|
|
3063
3063
|
activator?(_: {
|
|
3064
3064
|
props: Record<string, any>;
|
|
@@ -3158,9 +3158,9 @@ editAssetLabel?: string;
|
|
|
3158
3158
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
3159
3159
|
onOnConfirm?: (() => any) | undefined;
|
|
3160
3160
|
onOnClose?: (() => any) | undefined;
|
|
3161
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
3161
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
3162
3162
|
confirm: () => void;
|
|
3163
|
-
}
|
|
3163
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3164
3164
|
$slots: {
|
|
3165
3165
|
preview?(_: {
|
|
3166
3166
|
imageMedia: {
|
|
@@ -3371,9 +3371,9 @@ hoverOnly?: boolean;
|
|
|
3371
3371
|
}> & Readonly<{
|
|
3372
3372
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
3373
3373
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3374
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
3374
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
3375
3375
|
activate: () => void;
|
|
3376
|
-
}
|
|
3376
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3377
3377
|
$slots: {
|
|
3378
3378
|
activator?(_: {
|
|
3379
3379
|
props: {
|
|
@@ -3454,9 +3454,9 @@ toolbarT?: string;
|
|
|
3454
3454
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3455
3455
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
3456
3456
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
3457
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
3457
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
3458
3458
|
activate: () => void;
|
|
3459
|
-
}
|
|
3459
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3460
3460
|
$slots: {
|
|
3461
3461
|
activator?(_: {
|
|
3462
3462
|
props: Record<string, any>;
|
|
@@ -3556,9 +3556,9 @@ editAssetLabel?: string;
|
|
|
3556
3556
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
3557
3557
|
onOnConfirm?: (() => any) | undefined;
|
|
3558
3558
|
onOnClose?: (() => any) | undefined;
|
|
3559
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
3559
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
3560
3560
|
confirm: () => void;
|
|
3561
|
-
}
|
|
3561
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3562
3562
|
$slots: {
|
|
3563
3563
|
preview?(_: {
|
|
3564
3564
|
imageMedia: {
|
|
@@ -3721,9 +3721,9 @@ damHeight?: undefined | number;
|
|
|
3721
3721
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
3722
3722
|
"onUpdate:image"?: ((value: IntegerIdNullable) => any) | undefined;
|
|
3723
3723
|
"onUpdate:media"?: ((value: MediaAware<DamMedia> | null) => any) | undefined;
|
|
3724
|
-
}>, "metadataConfirm" | ("collab" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove" | "initialImage")> &
|
|
3724
|
+
}>, "metadataConfirm" | ("collab" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove" | "initialImage")> & {
|
|
3725
3725
|
metadataConfirm: () => void;
|
|
3726
|
-
}
|
|
3726
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
3727
3727
|
$slots: {
|
|
3728
3728
|
append?(_: {
|
|
3729
3729
|
imageMedia: {
|
|
@@ -4588,13 +4588,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
4588
4588
|
hint?: string | undefined;
|
|
4589
4589
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4590
4590
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4591
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
4591
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
4592
4592
|
reset: () => Promise<void>;
|
|
4593
4593
|
resetValidation: () => Promise<void>;
|
|
4594
4594
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
4595
|
-
isValid:
|
|
4596
|
-
errorMessages:
|
|
4597
|
-
}
|
|
4595
|
+
isValid: boolean | null;
|
|
4596
|
+
errorMessages: string[];
|
|
4597
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
4598
4598
|
modelValue?: unknown;
|
|
4599
4599
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
4600
4600
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -4855,10 +4855,10 @@ id?: string | undefined;
|
|
|
4855
4855
|
labelId?: string | undefined;
|
|
4856
4856
|
} & {
|
|
4857
4857
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
4858
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
4859
|
-
controlRef:
|
|
4860
|
-
fieldIconColor:
|
|
4861
|
-
}
|
|
4858
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
4859
|
+
controlRef: HTMLElement | undefined;
|
|
4860
|
+
fieldIconColor: string | undefined;
|
|
4861
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
4862
4862
|
modelValue?: unknown;
|
|
4863
4863
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
4864
4864
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -5333,13 +5333,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
5333
5333
|
hint?: string | undefined;
|
|
5334
5334
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
5335
5335
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
5336
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
5336
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
5337
5337
|
reset: () => Promise<void>;
|
|
5338
5338
|
resetValidation: () => Promise<void>;
|
|
5339
5339
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
5340
|
-
isValid:
|
|
5341
|
-
errorMessages:
|
|
5342
|
-
}
|
|
5340
|
+
isValid: boolean | null;
|
|
5341
|
+
errorMessages: string[];
|
|
5342
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
5343
5343
|
modelValue?: unknown;
|
|
5344
5344
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
5345
5345
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -5600,10 +5600,10 @@ id?: string | undefined;
|
|
|
5600
5600
|
labelId?: string | undefined;
|
|
5601
5601
|
} & {
|
|
5602
5602
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5603
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
5604
|
-
controlRef:
|
|
5605
|
-
fieldIconColor:
|
|
5606
|
-
}
|
|
5603
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
5604
|
+
controlRef: HTMLElement | undefined;
|
|
5605
|
+
fieldIconColor: string | undefined;
|
|
5606
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
5607
5607
|
modelValue?: unknown;
|
|
5608
5608
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
5609
5609
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -6070,10 +6070,10 @@ id?: string | undefined;
|
|
|
6070
6070
|
labelId?: string | undefined;
|
|
6071
6071
|
} & {
|
|
6072
6072
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
6073
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
6074
|
-
controlRef:
|
|
6075
|
-
fieldIconColor:
|
|
6076
|
-
}
|
|
6073
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
6074
|
+
controlRef: HTMLElement | undefined;
|
|
6075
|
+
fieldIconColor: string | undefined;
|
|
6076
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
6077
6077
|
modelValue?: unknown;
|
|
6078
6078
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
6079
6079
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & Omit<Omit<{
|
|
@@ -6316,13 +6316,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
6316
6316
|
hint?: string | undefined;
|
|
6317
6317
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6318
6318
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6319
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
6319
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
6320
6320
|
reset: () => Promise<void>;
|
|
6321
6321
|
resetValidation: () => Promise<void>;
|
|
6322
6322
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
6323
|
-
isValid:
|
|
6324
|
-
errorMessages:
|
|
6325
|
-
}
|
|
6323
|
+
isValid: boolean | null;
|
|
6324
|
+
errorMessages: string[];
|
|
6325
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
6326
6326
|
modelValue?: unknown;
|
|
6327
6327
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
6328
6328
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
@@ -6806,10 +6806,10 @@ id?: string | undefined;
|
|
|
6806
6806
|
labelId?: string | undefined;
|
|
6807
6807
|
} & {
|
|
6808
6808
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
6809
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
6810
|
-
controlRef:
|
|
6811
|
-
fieldIconColor:
|
|
6812
|
-
}
|
|
6809
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
6810
|
+
controlRef: HTMLElement | undefined;
|
|
6811
|
+
fieldIconColor: string | undefined;
|
|
6812
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
6813
6813
|
modelValue?: unknown;
|
|
6814
6814
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
6815
6815
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & Omit<Omit<{
|
|
@@ -7052,13 +7052,13 @@ hideDetails?: "auto" | boolean | undefined;
|
|
|
7052
7052
|
hint?: string | undefined;
|
|
7053
7053
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
7054
7054
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
7055
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
7055
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
7056
7056
|
reset: () => Promise<void>;
|
|
7057
7057
|
resetValidation: () => Promise<void>;
|
|
7058
7058
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
7059
|
-
isValid:
|
|
7060
|
-
errorMessages:
|
|
7061
|
-
}
|
|
7059
|
+
isValid: boolean | null;
|
|
7060
|
+
errorMessages: string[];
|
|
7061
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
7062
7062
|
modelValue?: unknown;
|
|
7063
7063
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
7064
7064
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
@@ -8693,13 +8693,13 @@ declare function __VLS_template_13(): {
|
|
|
8693
8693
|
hint?: string | undefined;
|
|
8694
8694
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8695
8695
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8696
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
8696
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
8697
8697
|
reset: () => Promise<void>;
|
|
8698
8698
|
resetValidation: () => Promise<void>;
|
|
8699
8699
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
8700
|
-
isValid:
|
|
8701
|
-
errorMessages:
|
|
8702
|
-
}
|
|
8700
|
+
isValid: boolean | null;
|
|
8701
|
+
errorMessages: string[];
|
|
8702
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
8703
8703
|
modelValue?: unknown;
|
|
8704
8704
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
8705
8705
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -8960,10 +8960,10 @@ declare function __VLS_template_13(): {
|
|
|
8960
8960
|
labelId?: string | undefined;
|
|
8961
8961
|
} & {
|
|
8962
8962
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
8963
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
8964
|
-
controlRef:
|
|
8965
|
-
fieldIconColor:
|
|
8966
|
-
}
|
|
8963
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
8964
|
+
controlRef: HTMLElement | undefined;
|
|
8965
|
+
fieldIconColor: string | undefined;
|
|
8966
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
8967
8967
|
modelValue?: unknown;
|
|
8968
8968
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
8969
8969
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -9438,13 +9438,13 @@ declare function __VLS_template_13(): {
|
|
|
9438
9438
|
hint?: string | undefined;
|
|
9439
9439
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9440
9440
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9441
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
9441
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
9442
9442
|
reset: () => Promise<void>;
|
|
9443
9443
|
resetValidation: () => Promise<void>;
|
|
9444
9444
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
9445
|
-
isValid:
|
|
9446
|
-
errorMessages:
|
|
9447
|
-
}
|
|
9445
|
+
isValid: boolean | null;
|
|
9446
|
+
errorMessages: string[];
|
|
9447
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
9448
9448
|
modelValue?: unknown;
|
|
9449
9449
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
9450
9450
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -9705,10 +9705,10 @@ declare function __VLS_template_13(): {
|
|
|
9705
9705
|
labelId?: string | undefined;
|
|
9706
9706
|
} & {
|
|
9707
9707
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
9708
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
9709
|
-
controlRef:
|
|
9710
|
-
fieldIconColor:
|
|
9711
|
-
}
|
|
9708
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
9709
|
+
controlRef: HTMLElement | undefined;
|
|
9710
|
+
fieldIconColor: string | undefined;
|
|
9711
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
9712
9712
|
modelValue?: unknown;
|
|
9713
9713
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
9714
9714
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -10116,9 +10116,9 @@ declare function __VLS_template_24(): {
|
|
|
10116
10116
|
}> & Readonly<{
|
|
10117
10117
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
10118
10118
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
10119
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
10120
|
-
|
|
10121
|
-
}
|
|
10119
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
10120
|
+
activate: () => void;
|
|
10121
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
10122
10122
|
$slots: {
|
|
10123
10123
|
activator?(_: {
|
|
10124
10124
|
props: {
|
|
@@ -10199,9 +10199,9 @@ declare function __VLS_template_24(): {
|
|
|
10199
10199
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10200
10200
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
10201
10201
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
10202
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
10203
|
-
|
|
10204
|
-
}
|
|
10202
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
10203
|
+
activate: () => void;
|
|
10204
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
10205
10205
|
$slots: {
|
|
10206
10206
|
activator?(_: {
|
|
10207
10207
|
props: Record<string, any>;
|
|
@@ -10301,9 +10301,9 @@ declare function __VLS_template_24(): {
|
|
|
10301
10301
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
10302
10302
|
onOnConfirm?: (() => any) | undefined;
|
|
10303
10303
|
onOnClose?: (() => any) | undefined;
|
|
10304
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
10305
|
-
|
|
10306
|
-
}
|
|
10304
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
10305
|
+
confirm: () => void;
|
|
10306
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
10307
10307
|
$slots: {
|
|
10308
10308
|
preview?(_: {
|
|
10309
10309
|
imageMedia: {
|
|
@@ -10465,9 +10465,9 @@ declare function __VLS_template_24(): {
|
|
|
10465
10465
|
}> & Readonly<{
|
|
10466
10466
|
"onUpdate:modelValue"?: ((value: IntegerIdNullable) => any) | undefined;
|
|
10467
10467
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
10468
|
-
}>, "metadataConfirm" | ("collab" | "image" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "skipCurrentUserCheck" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> &
|
|
10469
|
-
|
|
10470
|
-
}
|
|
10468
|
+
}>, "metadataConfirm" | ("collab" | "image" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "skipCurrentUserCheck" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove")> & {
|
|
10469
|
+
metadataConfirm: () => void;
|
|
10470
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
10471
10471
|
$slots: {
|
|
10472
10472
|
append?(_: {
|
|
10473
10473
|
image: {
|
|
@@ -11414,9 +11414,9 @@ declare function __VLS_template_25(): {
|
|
|
11414
11414
|
}> & Readonly<{
|
|
11415
11415
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
11416
11416
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
11417
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
11418
|
-
|
|
11419
|
-
}
|
|
11417
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
11418
|
+
activate: () => void;
|
|
11419
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
11420
11420
|
$slots: {
|
|
11421
11421
|
activator?(_: {
|
|
11422
11422
|
props: {
|
|
@@ -11497,9 +11497,9 @@ declare function __VLS_template_25(): {
|
|
|
11497
11497
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11498
11498
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
11499
11499
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
11500
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
11501
|
-
|
|
11502
|
-
}
|
|
11500
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
11501
|
+
activate: () => void;
|
|
11502
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
11503
11503
|
$slots: {
|
|
11504
11504
|
activator?(_: {
|
|
11505
11505
|
props: Record<string, any>;
|
|
@@ -11599,9 +11599,9 @@ declare function __VLS_template_25(): {
|
|
|
11599
11599
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
11600
11600
|
onOnConfirm?: (() => any) | undefined;
|
|
11601
11601
|
onOnClose?: (() => any) | undefined;
|
|
11602
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
11603
|
-
|
|
11604
|
-
}
|
|
11602
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
11603
|
+
confirm: () => void;
|
|
11604
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
11605
11605
|
$slots: {
|
|
11606
11606
|
preview?(_: {
|
|
11607
11607
|
imageMedia: {
|
|
@@ -11849,9 +11849,9 @@ declare function __VLS_template_26(): {
|
|
|
11849
11849
|
}> & Readonly<{
|
|
11850
11850
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
11851
11851
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
11852
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> &
|
|
11853
|
-
|
|
11854
|
-
}
|
|
11852
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "hoverOnly" | "fileInputKey" | "useDropzone" | "dropzoneVariant" | "onDropzoneClickCallback")> & {
|
|
11853
|
+
activate: () => void;
|
|
11854
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
11855
11855
|
$slots: {
|
|
11856
11856
|
activator?(_: {
|
|
11857
11857
|
props: {
|
|
@@ -11932,9 +11932,9 @@ declare function __VLS_template_26(): {
|
|
|
11932
11932
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11933
11933
|
onChange?: ((event: InputFileChangeEvent) => any) | undefined;
|
|
11934
11934
|
onFilesInput?: ((files: File[]) => any) | undefined;
|
|
11935
|
-
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> &
|
|
11936
|
-
|
|
11937
|
-
}
|
|
11935
|
+
}>, "activate" | ("accept" | "multiple" | "maxSizes" | "fileInputKey" | "toolbarT")> & {
|
|
11936
|
+
activate: () => void;
|
|
11937
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
11938
11938
|
$slots: {
|
|
11939
11939
|
activator?(_: {
|
|
11940
11940
|
props: Record<string, any>;
|
|
@@ -12034,9 +12034,9 @@ declare function __VLS_template_26(): {
|
|
|
12034
12034
|
onEditAsset?: ((data: string) => any) | undefined;
|
|
12035
12035
|
onOnConfirm?: (() => any) | undefined;
|
|
12036
12036
|
onOnClose?: (() => any) | undefined;
|
|
12037
|
-
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> &
|
|
12038
|
-
|
|
12039
|
-
}
|
|
12037
|
+
}>, "confirm" | ("editAssetLabel" | "showDamAuthors" | "sourceLabel" | "expand" | "showSourceEnabled")> & {
|
|
12038
|
+
confirm: () => void;
|
|
12039
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
12040
12040
|
$slots: {
|
|
12041
12041
|
preview?(_: {
|
|
12042
12042
|
imageMedia: {
|
|
@@ -12199,9 +12199,9 @@ declare function __VLS_template_26(): {
|
|
|
12199
12199
|
onAfterMetadataSaveSuccess?: (() => any) | undefined;
|
|
12200
12200
|
"onUpdate:image"?: ((value: IntegerIdNullable) => any) | undefined;
|
|
12201
12201
|
"onUpdate:media"?: ((value: MediaAware<DamMedia> | null) => any) | undefined;
|
|
12202
|
-
}>, "metadataConfirm" | ("collab" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove" | "initialImage")> &
|
|
12203
|
-
|
|
12204
|
-
}
|
|
12202
|
+
}>, "metadataConfirm" | ("collab" | "width" | "height" | "required" | "label" | "dataCy" | "maxWidth" | "readonly" | "configName" | "damWidth" | "damHeight" | "collabStatus" | "expandOptions" | "expandMetadata" | "disableOnClickMenu" | "callDeleteApiOnRemove" | "initialImage")> & {
|
|
12203
|
+
metadataConfirm: () => void;
|
|
12204
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
12205
12205
|
$slots: {
|
|
12206
12206
|
append?(_: {
|
|
12207
12207
|
imageMedia: {
|
|
@@ -14646,13 +14646,13 @@ declare function __VLS_template_5(): {
|
|
|
14646
14646
|
hint?: string | undefined;
|
|
14647
14647
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
14648
14648
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
14649
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
14649
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
14650
14650
|
reset: () => Promise<void>;
|
|
14651
14651
|
resetValidation: () => Promise<void>;
|
|
14652
14652
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
14653
|
-
isValid:
|
|
14654
|
-
errorMessages:
|
|
14655
|
-
}
|
|
14653
|
+
isValid: boolean | null;
|
|
14654
|
+
errorMessages: string[];
|
|
14655
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
14656
14656
|
modelValue?: unknown;
|
|
14657
14657
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
14658
14658
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -14913,10 +14913,10 @@ declare function __VLS_template_5(): {
|
|
|
14913
14913
|
labelId?: string | undefined;
|
|
14914
14914
|
} & {
|
|
14915
14915
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
14916
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
14917
|
-
controlRef:
|
|
14918
|
-
fieldIconColor:
|
|
14919
|
-
}
|
|
14916
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
14917
|
+
controlRef: HTMLElement | undefined;
|
|
14918
|
+
fieldIconColor: string | undefined;
|
|
14919
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
14920
14920
|
modelValue?: unknown;
|
|
14921
14921
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
14922
14922
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -15391,13 +15391,13 @@ declare function __VLS_template_5(): {
|
|
|
15391
15391
|
hint?: string | undefined;
|
|
15392
15392
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
15393
15393
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
15394
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
15394
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
15395
15395
|
reset: () => Promise<void>;
|
|
15396
15396
|
resetValidation: () => Promise<void>;
|
|
15397
15397
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
15398
|
-
isValid:
|
|
15399
|
-
errorMessages:
|
|
15400
|
-
}
|
|
15398
|
+
isValid: boolean | null;
|
|
15399
|
+
errorMessages: string[];
|
|
15400
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
15401
15401
|
modelValue?: unknown;
|
|
15402
15402
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
15403
15403
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
@@ -15658,10 +15658,10 @@ declare function __VLS_template_5(): {
|
|
|
15658
15658
|
labelId?: string | undefined;
|
|
15659
15659
|
} & {
|
|
15660
15660
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
15661
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
15662
|
-
controlRef:
|
|
15663
|
-
fieldIconColor:
|
|
15664
|
-
}
|
|
15661
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
15662
|
+
controlRef: HTMLElement | undefined;
|
|
15663
|
+
fieldIconColor: string | undefined;
|
|
15664
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
15665
15665
|
modelValue?: unknown;
|
|
15666
15666
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
15667
15667
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
@@ -16111,10 +16111,10 @@ declare function __VLS_template_6(): {
|
|
|
16111
16111
|
labelId?: string | undefined;
|
|
16112
16112
|
} & {
|
|
16113
16113
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
16114
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
16115
|
-
controlRef:
|
|
16116
|
-
fieldIconColor:
|
|
16117
|
-
}
|
|
16114
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
16115
|
+
controlRef: HTMLElement | undefined;
|
|
16116
|
+
fieldIconColor: string | undefined;
|
|
16117
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
16118
16118
|
modelValue?: unknown;
|
|
16119
16119
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
16120
16120
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & Omit<Omit<{
|
|
@@ -16357,13 +16357,13 @@ declare function __VLS_template_6(): {
|
|
|
16357
16357
|
hint?: string | undefined;
|
|
16358
16358
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
16359
16359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
16360
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
16360
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
16361
16361
|
reset: () => Promise<void>;
|
|
16362
16362
|
resetValidation: () => Promise<void>;
|
|
16363
16363
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
16364
|
-
isValid:
|
|
16365
|
-
errorMessages:
|
|
16366
|
-
}
|
|
16364
|
+
isValid: boolean | null;
|
|
16365
|
+
errorMessages: string[];
|
|
16366
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
16367
16367
|
modelValue?: unknown;
|
|
16368
16368
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
16369
16369
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
@@ -16847,10 +16847,10 @@ declare function __VLS_template_6(): {
|
|
|
16847
16847
|
labelId?: string | undefined;
|
|
16848
16848
|
} & {
|
|
16849
16849
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
16850
|
-
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> &
|
|
16851
|
-
controlRef:
|
|
16852
|
-
fieldIconColor:
|
|
16853
|
-
}
|
|
16850
|
+
}, "error" | "disabled" | "reverse" | "flat" | "style" | "rounded" | "tile" | "variant" | "details" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
16851
|
+
controlRef: HTMLElement | undefined;
|
|
16852
|
+
fieldIconColor: string | undefined;
|
|
16853
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
16854
16854
|
modelValue?: unknown;
|
|
16855
16855
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
16856
16856
|
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "class" | "style" | "rounded" | "tile" | "variant" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "details" | "bgColor" | "v-slot:loader" | "active" | "clearable" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & Omit<Omit<{
|
|
@@ -17093,13 +17093,13 @@ declare function __VLS_template_6(): {
|
|
|
17093
17093
|
hint?: string | undefined;
|
|
17094
17094
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
17095
17095
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
17096
|
-
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> &
|
|
17096
|
+
}, "error" | "messages" | "disabled" | "style" | "density" | "reset" | "isValid" | "resetValidation" | "validate" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules"> & {
|
|
17097
17097
|
reset: () => Promise<void>;
|
|
17098
17098
|
resetValidation: () => Promise<void>;
|
|
17099
17099
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
17100
|
-
isValid:
|
|
17101
|
-
errorMessages:
|
|
17102
|
-
}
|
|
17100
|
+
isValid: boolean | null;
|
|
17101
|
+
errorMessages: string[];
|
|
17102
|
+
} & ComponentCustomProperties & GenericProps< {
|
|
17103
17103
|
modelValue?: unknown;
|
|
17104
17104
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
17105
17105
|
}, VInputSlots>, "error" | "messages" | "disabled" | "id" | "theme" | "color" | "width" | "name" | "class" | "style" | "density" | "appendIcon" | "baseColor" | "label" | "prependIcon" | "modelValue" | "$children" | "v-slots" | "v-slot:append" | "v-slot:default" | "v-slot:prepend" | "onUpdate:modelValue" | keyof VNodeProps | "maxWidth" | "minWidth" | "centerAffix" | "direction" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "indentDetails" | "maxErrors" | "persistentHint" | "readonly" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
@@ -18389,9 +18389,9 @@ callDeleteApiOnRemove?: boolean;
|
|
|
18389
18389
|
skipCurrentUserCheck?: boolean;
|
|
18390
18390
|
}> & Readonly<{
|
|
18391
18391
|
"onUpdate:modelValue"?: ((data: number[]) => any) | undefined;
|
|
18392
|
-
}>, "saveImages" | ("width" | "label" | "dataCy" | "readonly" | "configName" | "disableDraggable" | "widgetIdentifierId" | "skipCurrentUserCheck" | "callDeleteApiOnRemove")> &
|
|
18392
|
+
}>, "saveImages" | ("width" | "label" | "dataCy" | "readonly" | "configName" | "disableDraggable" | "widgetIdentifierId" | "skipCurrentUserCheck" | "callDeleteApiOnRemove")> & {
|
|
18393
18393
|
saveImages: () => Promise<boolean>;
|
|
18394
|
-
}
|
|
18394
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
18395
18395
|
$slots: {
|
|
18396
18396
|
'asset-select-sidebar-prepend'?(_: {
|
|
18397
18397
|
asset: {
|
|
@@ -19244,6 +19244,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
19244
19244
|
} & Partial<{}>> & PublicProps;
|
|
19245
19245
|
expose(exposed: ShallowUnwrapRef< {
|
|
19246
19246
|
open: () => void;
|
|
19247
|
+
closeSidebarOnMobile: () => void;
|
|
19247
19248
|
}>): void;
|
|
19248
19249
|
attrs: any;
|
|
19249
19250
|
slots: {
|
|
@@ -19837,14 +19838,14 @@ configName: string;
|
|
|
19837
19838
|
export declare const DamAssetImageRoiSelect: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
|
|
19838
19839
|
configName: string;
|
|
19839
19840
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
19840
|
-
cropperInstance:
|
|
19841
|
+
cropperInstance: {
|
|
19841
19842
|
enable: () => void;
|
|
19842
19843
|
disable: () => void;
|
|
19843
19844
|
destroy: () => void;
|
|
19844
19845
|
getImageData: () => Cropper.ImageData | undefined;
|
|
19845
19846
|
getData: () => Cropper.Data | undefined;
|
|
19846
19847
|
setData: (data: Cropper.SetDataOptions) => Cropper | undefined;
|
|
19847
|
-
}
|
|
19848
|
+
} | null;
|
|
19848
19849
|
}, any>;
|
|
19849
19850
|
|
|
19850
19851
|
export declare interface DamAssetLicence extends DamAssetLicenceMinimal, AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
|