@anzusystems/common-admin 1.47.0-beta.170 → 1.47.0-beta.172
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 +43 -17
- package/dist/common-admin.es.js +276 -275
- package/dist/{lib-N8bSXBvV.js → lib-D_R65_rQ.js} +2442 -2435
- package/dist/lib-D_R65_rQ.js.map +1 -0
- package/dist/{webfontloader-CVys9OVP.js → webfontloader-FSAxTd3w.js} +2 -2
- package/dist/{webfontloader-CVys9OVP.js.map → webfontloader-FSAxTd3w.js.map} +1 -1
- package/package.json +12 -12
- package/dist/lib-N8bSXBvV.js.map +0 -1
|
@@ -56,7 +56,7 @@ import { IntlNumberFormat } from '../../vue-i18n/dist/vue-i18n.esm-bundler.js';
|
|
|
56
56
|
import { JSXComponent } from 'vuetify/lib/types.mjs';
|
|
57
57
|
import { LoaderSlotProps } from 'vuetify/lib/composables/loader.mjs';
|
|
58
58
|
import { MaybeRef } from 'vue';
|
|
59
|
-
import { MediaExtServiceType as MediaExtServiceType_2 } from '../../types/MediaAware
|
|
59
|
+
import { MediaExtServiceType as MediaExtServiceType_2 } from '../../types/MediaAware';
|
|
60
60
|
import { Method } from 'axios';
|
|
61
61
|
import { nextTick } from 'vue';
|
|
62
62
|
import { OnCleanup } from '@vue/reactivity';
|
|
@@ -657,6 +657,7 @@ iconColor?: string | boolean | undefined;
|
|
|
657
657
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
658
658
|
}, {
|
|
659
659
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
660
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
660
661
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
661
662
|
"update:focused": (focused: boolean) => true;
|
|
662
663
|
"update:modelValue": (value: any) => true;
|
|
@@ -764,12 +765,13 @@ centerAffix?: boolean | undefined;
|
|
|
764
765
|
iconColor?: string | boolean | undefined;
|
|
765
766
|
} & {
|
|
766
767
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
767
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
768
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
768
769
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
770
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
769
771
|
}> & ComponentCustomProperties & GenericProps< {
|
|
770
772
|
modelValue?: unknown;
|
|
771
773
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
772
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
774
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
773
775
|
_allExposed: {
|
|
774
776
|
reset: () => Promise<void>;
|
|
775
777
|
resetValidation: () => Promise<void>;
|
|
@@ -778,6 +780,7 @@ isValid: ComputedRef<boolean | null>;
|
|
|
778
780
|
errorMessages: ComputedRef<string[]>;
|
|
779
781
|
} | {
|
|
780
782
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
783
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
781
784
|
} | {};
|
|
782
785
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
783
786
|
'click:control': (e: MouseEvent) => true;
|
|
@@ -1305,6 +1308,7 @@ iconColor?: string | boolean | undefined;
|
|
|
1305
1308
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1306
1309
|
}, {
|
|
1307
1310
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1311
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
1308
1312
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
1309
1313
|
"update:focused": (focused: boolean) => true;
|
|
1310
1314
|
"update:modelValue": (value: any) => true;
|
|
@@ -1412,12 +1416,13 @@ centerAffix?: boolean | undefined;
|
|
|
1412
1416
|
iconColor?: string | boolean | undefined;
|
|
1413
1417
|
} & {
|
|
1414
1418
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1415
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
1419
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
1416
1420
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1421
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
1417
1422
|
}> & ComponentCustomProperties & GenericProps< {
|
|
1418
1423
|
modelValue?: unknown;
|
|
1419
1424
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1420
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
1425
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
1421
1426
|
_allExposed: {
|
|
1422
1427
|
reset: () => Promise<void>;
|
|
1423
1428
|
resetValidation: () => Promise<void>;
|
|
@@ -1426,6 +1431,7 @@ isValid: ComputedRef<boolean | null>;
|
|
|
1426
1431
|
errorMessages: ComputedRef<string[]>;
|
|
1427
1432
|
} | {
|
|
1428
1433
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1434
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
1429
1435
|
} | {};
|
|
1430
1436
|
}, {}, {}, {}, {
|
|
1431
1437
|
flat: boolean;
|
|
@@ -3193,6 +3199,7 @@ iconColor?: string | boolean | undefined;
|
|
|
3193
3199
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3194
3200
|
}, {
|
|
3195
3201
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3202
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3196
3203
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
3197
3204
|
"update:focused": (focused: boolean) => true;
|
|
3198
3205
|
"update:modelValue": (value: any) => true;
|
|
@@ -3300,12 +3307,13 @@ centerAffix?: boolean | undefined;
|
|
|
3300
3307
|
iconColor?: string | boolean | undefined;
|
|
3301
3308
|
} & {
|
|
3302
3309
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3303
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
3310
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
3304
3311
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3312
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3305
3313
|
}> & ComponentCustomProperties & GenericProps< {
|
|
3306
3314
|
modelValue?: unknown;
|
|
3307
3315
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
3308
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
3316
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
3309
3317
|
_allExposed: {
|
|
3310
3318
|
reset: () => Promise<void>;
|
|
3311
3319
|
resetValidation: () => Promise<void>;
|
|
@@ -3314,6 +3322,7 @@ isValid: ComputedRef<boolean | null>;
|
|
|
3314
3322
|
errorMessages: ComputedRef<string[]>;
|
|
3315
3323
|
} | {
|
|
3316
3324
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3325
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3317
3326
|
} | {};
|
|
3318
3327
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3319
3328
|
'click:control': (e: MouseEvent) => true;
|
|
@@ -3841,6 +3850,7 @@ iconColor?: string | boolean | undefined;
|
|
|
3841
3850
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3842
3851
|
}, {
|
|
3843
3852
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3853
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3844
3854
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
3845
3855
|
"update:focused": (focused: boolean) => true;
|
|
3846
3856
|
"update:modelValue": (value: any) => true;
|
|
@@ -3948,12 +3958,13 @@ centerAffix?: boolean | undefined;
|
|
|
3948
3958
|
iconColor?: string | boolean | undefined;
|
|
3949
3959
|
} & {
|
|
3950
3960
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3951
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
3961
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
3952
3962
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3963
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3953
3964
|
}> & ComponentCustomProperties & GenericProps< {
|
|
3954
3965
|
modelValue?: unknown;
|
|
3955
3966
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
3956
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
3967
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
3957
3968
|
_allExposed: {
|
|
3958
3969
|
reset: () => Promise<void>;
|
|
3959
3970
|
resetValidation: () => Promise<void>;
|
|
@@ -3962,6 +3973,7 @@ isValid: ComputedRef<boolean | null>;
|
|
|
3962
3973
|
errorMessages: ComputedRef<string[]>;
|
|
3963
3974
|
} | {
|
|
3964
3975
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3976
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
3965
3977
|
} | {};
|
|
3966
3978
|
}, {}, {}, {}, {
|
|
3967
3979
|
flat: boolean;
|
|
@@ -6352,6 +6364,7 @@ declare function __VLS_template_13(): {
|
|
|
6352
6364
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
6353
6365
|
}, {
|
|
6354
6366
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6367
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
6355
6368
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
6356
6369
|
"update:focused": (focused: boolean) => true;
|
|
6357
6370
|
"update:modelValue": (value: any) => true;
|
|
@@ -6459,12 +6472,13 @@ declare function __VLS_template_13(): {
|
|
|
6459
6472
|
iconColor?: string | boolean | undefined;
|
|
6460
6473
|
} & {
|
|
6461
6474
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
6462
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
6475
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
6463
6476
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6477
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
6464
6478
|
}> & ComponentCustomProperties & GenericProps< {
|
|
6465
6479
|
modelValue?: unknown;
|
|
6466
6480
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
6467
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
6481
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
6468
6482
|
_allExposed: {
|
|
6469
6483
|
reset: () => Promise<void>;
|
|
6470
6484
|
resetValidation: () => Promise<void>;
|
|
@@ -6473,6 +6487,7 @@ declare function __VLS_template_13(): {
|
|
|
6473
6487
|
errorMessages: ComputedRef<string[]>;
|
|
6474
6488
|
} | {
|
|
6475
6489
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6490
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
6476
6491
|
} | {};
|
|
6477
6492
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
6478
6493
|
'click:control': (e: MouseEvent) => true;
|
|
@@ -7000,6 +7015,7 @@ declare function __VLS_template_13(): {
|
|
|
7000
7015
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
7001
7016
|
}, {
|
|
7002
7017
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
7018
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
7003
7019
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
7004
7020
|
"update:focused": (focused: boolean) => true;
|
|
7005
7021
|
"update:modelValue": (value: any) => true;
|
|
@@ -7107,12 +7123,13 @@ declare function __VLS_template_13(): {
|
|
|
7107
7123
|
iconColor?: string | boolean | undefined;
|
|
7108
7124
|
} & {
|
|
7109
7125
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
7110
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
7126
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
7111
7127
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
7128
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
7112
7129
|
}> & ComponentCustomProperties & GenericProps< {
|
|
7113
7130
|
modelValue?: unknown;
|
|
7114
7131
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
7115
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
7132
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
7116
7133
|
_allExposed: {
|
|
7117
7134
|
reset: () => Promise<void>;
|
|
7118
7135
|
resetValidation: () => Promise<void>;
|
|
@@ -7121,6 +7138,7 @@ declare function __VLS_template_13(): {
|
|
|
7121
7138
|
errorMessages: ComputedRef<string[]>;
|
|
7122
7139
|
} | {
|
|
7123
7140
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
7141
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
7124
7142
|
} | {};
|
|
7125
7143
|
}, {}, {}, {}, {
|
|
7126
7144
|
flat: boolean;
|
|
@@ -8802,6 +8820,7 @@ declare function __VLS_template_5(): {
|
|
|
8802
8820
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
8803
8821
|
}, {
|
|
8804
8822
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8823
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
8805
8824
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
8806
8825
|
"update:focused": (focused: boolean) => true;
|
|
8807
8826
|
"update:modelValue": (value: any) => true;
|
|
@@ -8909,12 +8928,13 @@ declare function __VLS_template_5(): {
|
|
|
8909
8928
|
iconColor?: string | boolean | undefined;
|
|
8910
8929
|
} & {
|
|
8911
8930
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
8912
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
8931
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
8913
8932
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8933
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
8914
8934
|
}> & ComponentCustomProperties & GenericProps< {
|
|
8915
8935
|
modelValue?: unknown;
|
|
8916
8936
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
8917
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
8937
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
8918
8938
|
_allExposed: {
|
|
8919
8939
|
reset: () => Promise<void>;
|
|
8920
8940
|
resetValidation: () => Promise<void>;
|
|
@@ -8923,6 +8943,7 @@ declare function __VLS_template_5(): {
|
|
|
8923
8943
|
errorMessages: ComputedRef<string[]>;
|
|
8924
8944
|
} | {
|
|
8925
8945
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8946
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
8926
8947
|
} | {};
|
|
8927
8948
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8928
8949
|
'click:control': (e: MouseEvent) => true;
|
|
@@ -9450,6 +9471,7 @@ declare function __VLS_template_5(): {
|
|
|
9450
9471
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
9451
9472
|
}, {
|
|
9452
9473
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9474
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
9453
9475
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
|
|
9454
9476
|
"update:focused": (focused: boolean) => true;
|
|
9455
9477
|
"update:modelValue": (value: any) => true;
|
|
@@ -9557,12 +9579,13 @@ declare function __VLS_template_5(): {
|
|
|
9557
9579
|
iconColor?: string | boolean | undefined;
|
|
9558
9580
|
} & {
|
|
9559
9581
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
9560
|
-
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef"> & ShallowUnwrapRef< {
|
|
9582
|
+
}, "error" | "disabled" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "style" | "active" | "focused" | "centerAffix" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & ShallowUnwrapRef< {
|
|
9561
9583
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9584
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
9562
9585
|
}> & ComponentCustomProperties & GenericProps< {
|
|
9563
9586
|
modelValue?: unknown;
|
|
9564
9587
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
9565
|
-
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "v-slot:loader" | "active" | "
|
|
9588
|
+
}, VFieldSlots>, "error" | "disabled" | "id" | "theme" | "color" | "loading" | "reverse" | "flat" | "variant" | "rounded" | "tile" | "class" | "style" | "baseColor" | "label" | "modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:label" | "onUpdate:modelValue" | keyof VNodeProps | "bgColor" | "v-slot:loader" | "active" | "focused" | "centerAffix" | "glow" | "onUpdate:focused" | "iconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
9566
9589
|
_allExposed: {
|
|
9567
9590
|
reset: () => Promise<void>;
|
|
9568
9591
|
resetValidation: () => Promise<void>;
|
|
@@ -9571,6 +9594,7 @@ declare function __VLS_template_5(): {
|
|
|
9571
9594
|
errorMessages: ComputedRef<string[]>;
|
|
9572
9595
|
} | {
|
|
9573
9596
|
controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9597
|
+
fieldIconColor: ComputedRef<string | undefined>;
|
|
9574
9598
|
} | {};
|
|
9575
9599
|
}, {}, {}, {}, {
|
|
9576
9600
|
flat: boolean;
|
|
@@ -11676,6 +11700,8 @@ export declare interface ApiResponseList<T> {
|
|
|
11676
11700
|
*/
|
|
11677
11701
|
export declare const apiUpdateOne: <T, R = T>(client: () => AxiosInstance, object: (T | Record<string, never>) | undefined, urlTemplate: string, urlParams: UrlParams | undefined, system: string, entity: string, options?: AxiosRequestConfig) => Promise<R>;
|
|
11678
11702
|
|
|
11703
|
+
export declare const AProgress: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11704
|
+
|
|
11679
11705
|
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
11680
11706
|
|
|
11681
11707
|
export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
|