@vunk/form 1.2.2 → 1.3.1
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/components/button/src/index.vue.d.ts +282 -6
- package/components/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +13672 -8
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +906 -10
- package/components/color-picker/src/index.vue.d.ts +10950 -7
- package/components/date-picker/src/ctx.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +225 -11
- package/components/date-picker-range/src/ctx.d.ts +1 -1
- package/components/date-picker-range/src/index.vue.d.ts +24 -12
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/index.vue.d.ts +822 -8
- package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
- package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +373 -39
- package/components/form-item/index.cjs +3 -4
- package/components/form-item/index.mjs +3 -4
- package/components/form-item/src/index.vue.d.ts +185 -5
- package/components/form-item-renderer/src/index.vue.d.ts +5 -5
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
- package/components/geoinput/src/index.vue.d.ts +40 -17
- package/components/geoinput-read/src/append.vue.d.ts +379 -2
- package/components/geoinput-read/src/core.vue.d.ts +176 -14
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-read/src/index.vue.d.ts +743 -15
- package/components/geoinput-update/src/append.vue.d.ts +2231 -5
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +814 -20
- package/components/input/index.cjs +2 -2
- package/components/input/index.mjs +2 -2
- package/components/input/src/index.vue.d.ts +479 -13
- package/components/input-link/src/index.vue.d.ts +25 -13
- package/components/input-number/src/ctx.d.ts +1 -1
- package/components/input-number/src/index.vue.d.ts +1579 -12
- package/components/monaco-editor/index.cjs +83 -0
- package/components/monaco-editor/index.css +3 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/index.mjs +77 -0
- package/components/monaco-editor/src/ctx.d.ts +70 -0
- package/components/monaco-editor/src/index.vue.d.ts +209 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/src/index.vue.d.ts +444 -10
- package/components/select/src/ctx.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +12944 -31
- package/components/slider/index.cjs +3 -3
- package/components/slider/index.mjs +3 -3
- package/components/slider/src/index.vue.d.ts +25 -12
- package/components/switch/src/index.vue.d.ts +319 -8
- package/components/templates-default/index.cjs +41 -26
- package/components/templates-default/index.mjs +41 -26
- package/components/templates-default/src/index.vue.d.ts +162 -7
- package/components/templates-element-plus/src/index.vue.d.ts +193 -6
- package/components/templates-esri/src/index.vue.d.ts +30 -7
- package/components/templates-layout/src/index.vue.d.ts +148 -6
- package/components/templates-mapbox/src/index.vue.d.ts +30 -7
- package/components/templates-variant/src/index.vue.d.ts +30 -7
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +263 -6
- package/components/upload/src/index.vue.d.ts +2366 -9
- package/components/upload-plus/index.cjs +19 -20
- package/components/upload-plus/index.mjs +19 -20
- package/components/upload-plus/src/index.vue.d.ts +874 -12
- package/components/van-cascader/src/index.vue.d.ts +13048 -11
- package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
- package/components/vditor/index.cjs +43 -408
- package/components/vditor/index.mjs +44 -409
- package/components/vditor/src/ctx.d.ts +52 -6
- package/components/vditor/src/index.vue.d.ts +274 -16
- package/components/vditor/src/types.d.ts +7 -9
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +4 -13
- package/package.json +9 -4
- package/shared/element-plus/ctx.d.ts +3 -3
- package/shared/element-plus/instances.d.ts +2 -2
- package/components/vditor/index.css +0 -12
- package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
- package/components/vditor/src/handle-value.vue.d.ts +0 -18
- package/components/vditor/src/use.d.ts +0 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { Deferred } from '@vunk/core/shared/utils-promise';
|
|
3
3
|
import type { Map as MgMap, MapboxOptions } from 'mapbox-gl';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
showMap: {
|
|
6
6
|
type: BooleanConstructor;
|
|
7
7
|
default: boolean;
|
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
184
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
185
185
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
186
|
-
}
|
|
186
|
+
}>, {
|
|
187
187
|
inputBindProps: import("vue").ComputedRef<{
|
|
188
188
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
189
189
|
disabled: boolean;
|
|
@@ -240,19 +240,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
240
|
mouseleave: (e: any) => void;
|
|
241
241
|
};
|
|
242
242
|
append: () => JSX.Element;
|
|
243
|
-
dialogShow: Ref<boolean>;
|
|
243
|
+
dialogShow: Ref<boolean, boolean>;
|
|
244
244
|
mapDef: Deferred<MgMap>;
|
|
245
245
|
dialogOnOpen: () => Promise<void>;
|
|
246
246
|
dialogOnClose: () => Promise<void>;
|
|
247
247
|
mapOptions: import("vue").ComputedRef<Partial<MapboxOptions>>;
|
|
248
|
-
geoInputMapDialogNode: Ref<HTMLDivElement>;
|
|
249
|
-
geoInputMapXNode: Ref<HTMLDivElement>;
|
|
250
|
-
mapTo: import("vue").ComputedRef<
|
|
248
|
+
geoInputMapDialogNode: Ref<HTMLDivElement, HTMLDivElement>;
|
|
249
|
+
geoInputMapXNode: Ref<HTMLDivElement, HTMLDivElement>;
|
|
250
|
+
mapTo: import("vue").ComputedRef<string | import("vue").RendererElement | HTMLDivElement>;
|
|
251
251
|
mapControls: import("vue").ComputedRef<import("./types").EditType[]>;
|
|
252
252
|
doSave: () => void;
|
|
253
253
|
currentDrawValue: import("vue").ComputedRef<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
254
254
|
setCurrentDrawValue: (value: any) => void;
|
|
255
|
-
},
|
|
255
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
256
256
|
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
257
257
|
[name: string]: any;
|
|
258
258
|
}>;
|
|
@@ -450,27 +450,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
450
450
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
451
451
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
452
452
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
453
|
-
}>> & {
|
|
454
|
-
|
|
453
|
+
}>> & Readonly<{
|
|
454
|
+
onClear?: () => any;
|
|
455
455
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
456
456
|
[name: string]: any;
|
|
457
457
|
}>) => any;
|
|
458
|
+
onInput?: (value: string) => any;
|
|
459
|
+
onChange?: (value: string) => any;
|
|
458
460
|
onFocus?: (evt: FocusEvent) => any;
|
|
459
461
|
onBlur?: (evt: FocusEvent) => any;
|
|
460
462
|
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
461
|
-
|
|
462
|
-
onClear?: () => any;
|
|
463
|
-
onMouseleave?: (evt: MouseEvent) => any;
|
|
464
|
-
onMouseenter?: (evt: MouseEvent) => any;
|
|
463
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
465
464
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
466
465
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
467
|
-
|
|
466
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
467
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
468
468
|
onEditUpdate?: (e: any) => any;
|
|
469
|
-
}
|
|
469
|
+
}>, {
|
|
470
470
|
disabled: boolean;
|
|
471
471
|
type: string;
|
|
472
472
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
473
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
|
+
slots: import("./types").Slots;
|
|
474
475
|
formItemSize: "default" | "small" | "large";
|
|
475
476
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
476
477
|
inline: boolean;
|
|
@@ -479,12 +480,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
480
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
480
481
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
481
482
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
482
|
-
|
|
483
|
+
multiple: boolean;
|
|
483
484
|
id: string;
|
|
484
485
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
486
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
486
487
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
487
|
-
multiple: boolean;
|
|
488
488
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
489
489
|
autosize: false;
|
|
490
490
|
autocomplete: string;
|
|
@@ -497,12 +497,806 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
497
497
|
dialogEdit: boolean;
|
|
498
498
|
dialogEditFullscreen: boolean;
|
|
499
499
|
dialogEditTitle: string;
|
|
500
|
-
inputSlots:
|
|
500
|
+
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
501
501
|
rows: number;
|
|
502
|
-
mapTo:
|
|
502
|
+
mapTo: string | import("vue").RendererElement;
|
|
503
503
|
editControls: import("./types").EditType[];
|
|
504
504
|
mapCenter: import("mapbox-gl").LngLatLike;
|
|
505
505
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
506
506
|
spikSave: boolean;
|
|
507
|
-
}, {}
|
|
507
|
+
}, {}, {
|
|
508
|
+
VkfInput: {
|
|
509
|
+
new (...args: any[]): any;
|
|
510
|
+
__isFragment?: never;
|
|
511
|
+
__isTeleport?: never;
|
|
512
|
+
__isSuspense?: never;
|
|
513
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
514
|
+
[x: string]: any;
|
|
515
|
+
[x: symbol]: any;
|
|
516
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
517
|
+
install(app: import("vue").App): void;
|
|
518
|
+
};
|
|
519
|
+
ElDialog: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
520
|
+
readonly appendToBody: BooleanConstructor;
|
|
521
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
522
|
+
readonly beforeClose: {
|
|
523
|
+
readonly type: import("vue").PropType<import("element-plus/es/components/dialog/src/dialog").DialogBeforeCloseFn>;
|
|
524
|
+
readonly required: false;
|
|
525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
+
__epPropKey: true;
|
|
527
|
+
};
|
|
528
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
529
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
530
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
531
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
532
|
+
readonly modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
533
|
+
readonly openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
534
|
+
readonly closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
535
|
+
readonly top: {
|
|
536
|
+
readonly type: import("vue").PropType<string>;
|
|
537
|
+
readonly required: false;
|
|
538
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
+
__epPropKey: true;
|
|
540
|
+
};
|
|
541
|
+
readonly modelValue: BooleanConstructor;
|
|
542
|
+
readonly modalClass: StringConstructor;
|
|
543
|
+
readonly width: {
|
|
544
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
545
|
+
readonly required: false;
|
|
546
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
+
__epPropKey: true;
|
|
548
|
+
};
|
|
549
|
+
readonly zIndex: {
|
|
550
|
+
readonly type: import("vue").PropType<number>;
|
|
551
|
+
readonly required: false;
|
|
552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
+
__epPropKey: true;
|
|
554
|
+
};
|
|
555
|
+
readonly trapFocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
556
|
+
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
557
|
+
readonly center: BooleanConstructor;
|
|
558
|
+
readonly alignCenter: BooleanConstructor;
|
|
559
|
+
readonly closeIcon: {
|
|
560
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
561
|
+
readonly required: false;
|
|
562
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
+
__epPropKey: true;
|
|
564
|
+
};
|
|
565
|
+
readonly draggable: BooleanConstructor;
|
|
566
|
+
readonly overflow: BooleanConstructor;
|
|
567
|
+
readonly fullscreen: BooleanConstructor;
|
|
568
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
569
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
570
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
571
|
+
}, {
|
|
572
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
573
|
+
readonly appendToBody: BooleanConstructor;
|
|
574
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
575
|
+
readonly beforeClose: {
|
|
576
|
+
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
577
|
+
readonly required: false;
|
|
578
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
579
|
+
__epPropKey: true;
|
|
580
|
+
};
|
|
581
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
582
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
583
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
584
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
585
|
+
readonly modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
586
|
+
readonly openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
587
|
+
readonly closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
588
|
+
readonly top: {
|
|
589
|
+
readonly type: import("vue").PropType<string>;
|
|
590
|
+
readonly required: false;
|
|
591
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
|
+
__epPropKey: true;
|
|
593
|
+
};
|
|
594
|
+
readonly modelValue: BooleanConstructor;
|
|
595
|
+
readonly modalClass: StringConstructor;
|
|
596
|
+
readonly width: {
|
|
597
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
};
|
|
602
|
+
readonly zIndex: {
|
|
603
|
+
readonly type: import("vue").PropType<number>;
|
|
604
|
+
readonly required: false;
|
|
605
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
|
+
__epPropKey: true;
|
|
607
|
+
};
|
|
608
|
+
readonly trapFocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
609
|
+
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
610
|
+
readonly center: BooleanConstructor;
|
|
611
|
+
readonly alignCenter: BooleanConstructor;
|
|
612
|
+
readonly closeIcon: {
|
|
613
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
614
|
+
readonly required: false;
|
|
615
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
+
__epPropKey: true;
|
|
617
|
+
};
|
|
618
|
+
readonly draggable: BooleanConstructor;
|
|
619
|
+
readonly overflow: BooleanConstructor;
|
|
620
|
+
readonly fullscreen: BooleanConstructor;
|
|
621
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
622
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
623
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
624
|
+
}>> & {
|
|
625
|
+
onClose?: (() => any) | undefined;
|
|
626
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
627
|
+
onOpen?: (() => any) | undefined;
|
|
628
|
+
onOpened?: (() => any) | undefined;
|
|
629
|
+
onClosed?: (() => any) | undefined;
|
|
630
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
631
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
632
|
+
}>>;
|
|
633
|
+
slots: Readonly<{
|
|
634
|
+
[name: string]: import("vue").Slot | undefined;
|
|
635
|
+
}>;
|
|
636
|
+
ns: {
|
|
637
|
+
namespace: import("vue").ComputedRef<string>;
|
|
638
|
+
b: (blockSuffix?: string) => string;
|
|
639
|
+
e: (element?: string | undefined) => string;
|
|
640
|
+
m: (modifier?: string | undefined) => string;
|
|
641
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
642
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
643
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
644
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
645
|
+
is: {
|
|
646
|
+
(name: string, state: boolean | undefined): string;
|
|
647
|
+
(name: string): string;
|
|
648
|
+
};
|
|
649
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
650
|
+
cssVarName: (name: string) => string;
|
|
651
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
652
|
+
cssVarBlockName: (name: string) => string;
|
|
653
|
+
};
|
|
654
|
+
dialogRef: import("vue").Ref<HTMLElement | undefined>;
|
|
655
|
+
headerRef: import("vue").Ref<HTMLElement | undefined>;
|
|
656
|
+
dialogContentRef: import("vue").Ref<any>;
|
|
657
|
+
visible: import("vue").Ref<boolean>;
|
|
658
|
+
titleId: import("vue").Ref<string>;
|
|
659
|
+
bodyId: import("vue").Ref<string>;
|
|
660
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
661
|
+
overlayDialogStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
662
|
+
rendered: import("vue").Ref<boolean>;
|
|
663
|
+
zIndex: import("vue").Ref<number>;
|
|
664
|
+
afterEnter: () => void;
|
|
665
|
+
afterLeave: () => void;
|
|
666
|
+
beforeLeave: () => void;
|
|
667
|
+
handleClose: () => void;
|
|
668
|
+
onModalClick: () => void;
|
|
669
|
+
onOpenAutoFocus: () => void;
|
|
670
|
+
onCloseAutoFocus: () => void;
|
|
671
|
+
onCloseRequested: () => void;
|
|
672
|
+
onFocusoutPrevented: (event: CustomEvent<any>) => void;
|
|
673
|
+
overlayEvent: {
|
|
674
|
+
onClick: (e: MouseEvent) => void;
|
|
675
|
+
onMousedown: (e: MouseEvent) => void;
|
|
676
|
+
onMouseup: (e: MouseEvent) => void;
|
|
677
|
+
};
|
|
678
|
+
draggable: import("vue").ComputedRef<boolean>;
|
|
679
|
+
ElOverlay: import("vue").DefineComponent<{
|
|
680
|
+
readonly mask: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
681
|
+
readonly customMaskEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
682
|
+
readonly overlayClass: {
|
|
683
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>) | ((new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>))[], unknown, unknown>>;
|
|
684
|
+
readonly required: false;
|
|
685
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
|
+
__epPropKey: true;
|
|
687
|
+
};
|
|
688
|
+
readonly zIndex: {
|
|
689
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty) | ((new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty))[], unknown, unknown>>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
693
|
+
};
|
|
694
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
695
|
+
[key: string]: any;
|
|
696
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
697
|
+
click: (evt: MouseEvent) => boolean;
|
|
698
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
699
|
+
readonly mask: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
700
|
+
readonly customMaskEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
701
|
+
readonly overlayClass: {
|
|
702
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>) | ((new (...args: any[]) => (string | string[] | Record<string, boolean>) & {}) | (() => string | string[] | Record<string, boolean>))[], unknown, unknown>>;
|
|
703
|
+
readonly required: false;
|
|
704
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
705
|
+
__epPropKey: true;
|
|
706
|
+
};
|
|
707
|
+
readonly zIndex: {
|
|
708
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty) | ((new (...args: any[]) => import("csstype").ZIndexProperty & {}) | (() => import("csstype").ZIndexProperty))[], unknown, unknown>>;
|
|
709
|
+
readonly required: false;
|
|
710
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
711
|
+
__epPropKey: true;
|
|
712
|
+
};
|
|
713
|
+
}>> & {
|
|
714
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
715
|
+
}, {
|
|
716
|
+
readonly mask: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
|
+
readonly customMaskEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
|
+
}>;
|
|
719
|
+
ElFocusTrap: import("vue").DefineComponent<{
|
|
720
|
+
loop: BooleanConstructor;
|
|
721
|
+
trapped: BooleanConstructor;
|
|
722
|
+
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
723
|
+
focusStartEl: {
|
|
724
|
+
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
725
|
+
default: string;
|
|
726
|
+
};
|
|
727
|
+
}, {
|
|
728
|
+
onKeydown: (e: KeyboardEvent) => void;
|
|
729
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
730
|
+
loop: BooleanConstructor;
|
|
731
|
+
trapped: BooleanConstructor;
|
|
732
|
+
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
733
|
+
focusStartEl: {
|
|
734
|
+
type: import("vue").PropType<HTMLElement | "container" | "first">;
|
|
735
|
+
default: string;
|
|
736
|
+
};
|
|
737
|
+
}>> & {
|
|
738
|
+
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
739
|
+
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
740
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
741
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
742
|
+
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
743
|
+
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
744
|
+
}, {
|
|
745
|
+
trapped: boolean;
|
|
746
|
+
loop: boolean;
|
|
747
|
+
focusStartEl: HTMLElement | "container" | "first";
|
|
748
|
+
}>;
|
|
749
|
+
ElDialogContent: import("vue").DefineComponent<{
|
|
750
|
+
readonly center: BooleanConstructor;
|
|
751
|
+
readonly alignCenter: BooleanConstructor;
|
|
752
|
+
readonly closeIcon: {
|
|
753
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
754
|
+
readonly required: false;
|
|
755
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
|
+
__epPropKey: true;
|
|
757
|
+
};
|
|
758
|
+
readonly draggable: BooleanConstructor;
|
|
759
|
+
readonly overflow: BooleanConstructor;
|
|
760
|
+
readonly fullscreen: BooleanConstructor;
|
|
761
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
762
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
763
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
764
|
+
}, {
|
|
765
|
+
t: import("element-plus").Translator;
|
|
766
|
+
Close: any;
|
|
767
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
768
|
+
readonly center: BooleanConstructor;
|
|
769
|
+
readonly alignCenter: BooleanConstructor;
|
|
770
|
+
readonly closeIcon: {
|
|
771
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
772
|
+
readonly required: false;
|
|
773
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
|
+
__epPropKey: true;
|
|
775
|
+
};
|
|
776
|
+
readonly draggable: BooleanConstructor;
|
|
777
|
+
readonly overflow: BooleanConstructor;
|
|
778
|
+
readonly fullscreen: BooleanConstructor;
|
|
779
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
780
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
781
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
782
|
+
}>> & {
|
|
783
|
+
onClose?: (() => any) | undefined;
|
|
784
|
+
}>>;
|
|
785
|
+
dialogRef: import("vue").Ref<HTMLElement | undefined>;
|
|
786
|
+
headerRef: import("vue").Ref<HTMLElement | undefined>;
|
|
787
|
+
bodyId: import("vue").Ref<string>;
|
|
788
|
+
ns: {
|
|
789
|
+
namespace: import("vue").ComputedRef<string>;
|
|
790
|
+
b: (blockSuffix?: string) => string;
|
|
791
|
+
e: (element?: string | undefined) => string;
|
|
792
|
+
m: (modifier?: string | undefined) => string;
|
|
793
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
794
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
795
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
796
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
797
|
+
is: {
|
|
798
|
+
(name: string, state: boolean | undefined): string;
|
|
799
|
+
(name: string): string;
|
|
800
|
+
};
|
|
801
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
802
|
+
cssVarName: (name: string) => string;
|
|
803
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
804
|
+
cssVarBlockName: (name: string) => string;
|
|
805
|
+
};
|
|
806
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
807
|
+
focusTrapRef: import("vue").Ref<HTMLElement | undefined>;
|
|
808
|
+
dialogKls: import("vue").ComputedRef<(string | {
|
|
809
|
+
[x: string]: boolean;
|
|
810
|
+
})[]>;
|
|
811
|
+
composedDialogRef: (el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null) => void;
|
|
812
|
+
draggable: import("vue").ComputedRef<boolean>;
|
|
813
|
+
overflow: import("vue").ComputedRef<boolean>;
|
|
814
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
815
|
+
readonly size: {
|
|
816
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
817
|
+
readonly required: false;
|
|
818
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
819
|
+
__epPropKey: true;
|
|
820
|
+
};
|
|
821
|
+
readonly color: {
|
|
822
|
+
readonly type: import("vue").PropType<string>;
|
|
823
|
+
readonly required: false;
|
|
824
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
+
__epPropKey: true;
|
|
826
|
+
};
|
|
827
|
+
}, {
|
|
828
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
829
|
+
readonly size: {
|
|
830
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
831
|
+
readonly required: false;
|
|
832
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
+
__epPropKey: true;
|
|
834
|
+
};
|
|
835
|
+
readonly color: {
|
|
836
|
+
readonly type: import("vue").PropType<string>;
|
|
837
|
+
readonly required: false;
|
|
838
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
+
__epPropKey: true;
|
|
840
|
+
};
|
|
841
|
+
}>> & {
|
|
842
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
843
|
+
}>>;
|
|
844
|
+
ns: {
|
|
845
|
+
namespace: import("vue").ComputedRef<string>;
|
|
846
|
+
b: (blockSuffix?: string) => string;
|
|
847
|
+
e: (element?: string | undefined) => string;
|
|
848
|
+
m: (modifier?: string | undefined) => string;
|
|
849
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
850
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
851
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
852
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
853
|
+
is: {
|
|
854
|
+
(name: string, state: boolean | undefined): string;
|
|
855
|
+
(name: string): string;
|
|
856
|
+
};
|
|
857
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
858
|
+
cssVarName: (name: string) => string;
|
|
859
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
860
|
+
cssVarBlockName: (name: string) => string;
|
|
861
|
+
};
|
|
862
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
863
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
864
|
+
readonly size: {
|
|
865
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
866
|
+
readonly required: false;
|
|
867
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
+
__epPropKey: true;
|
|
869
|
+
};
|
|
870
|
+
readonly color: {
|
|
871
|
+
readonly type: import("vue").PropType<string>;
|
|
872
|
+
readonly required: false;
|
|
873
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
+
__epPropKey: true;
|
|
875
|
+
};
|
|
876
|
+
}>>, {}>> & Record<string, any>;
|
|
877
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
878
|
+
close: () => boolean;
|
|
879
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
880
|
+
readonly center: BooleanConstructor;
|
|
881
|
+
readonly alignCenter: BooleanConstructor;
|
|
882
|
+
readonly closeIcon: {
|
|
883
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
884
|
+
readonly required: false;
|
|
885
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
886
|
+
__epPropKey: true;
|
|
887
|
+
};
|
|
888
|
+
readonly draggable: BooleanConstructor;
|
|
889
|
+
readonly overflow: BooleanConstructor;
|
|
890
|
+
readonly fullscreen: BooleanConstructor;
|
|
891
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
892
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
893
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
894
|
+
}>> & {
|
|
895
|
+
onClose?: (() => any) | undefined;
|
|
896
|
+
}, {
|
|
897
|
+
readonly title: string;
|
|
898
|
+
readonly center: boolean;
|
|
899
|
+
readonly overflow: boolean;
|
|
900
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
901
|
+
readonly ariaLevel: string;
|
|
902
|
+
readonly alignCenter: boolean;
|
|
903
|
+
readonly draggable: boolean;
|
|
904
|
+
readonly fullscreen: boolean;
|
|
905
|
+
}>;
|
|
906
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
907
|
+
open: () => boolean;
|
|
908
|
+
opened: () => boolean;
|
|
909
|
+
close: () => boolean;
|
|
910
|
+
closed: () => boolean;
|
|
911
|
+
"update:modelValue": (value: boolean) => boolean;
|
|
912
|
+
openAutoFocus: () => boolean;
|
|
913
|
+
closeAutoFocus: () => boolean;
|
|
914
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
915
|
+
readonly appendToBody: BooleanConstructor;
|
|
916
|
+
readonly appendTo: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
917
|
+
readonly beforeClose: {
|
|
918
|
+
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
919
|
+
readonly required: false;
|
|
920
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
+
__epPropKey: true;
|
|
922
|
+
};
|
|
923
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
924
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
925
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
926
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
927
|
+
readonly modal: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
928
|
+
readonly openDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
929
|
+
readonly closeDelay: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
930
|
+
readonly top: {
|
|
931
|
+
readonly type: import("vue").PropType<string>;
|
|
932
|
+
readonly required: false;
|
|
933
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
934
|
+
__epPropKey: true;
|
|
935
|
+
};
|
|
936
|
+
readonly modelValue: BooleanConstructor;
|
|
937
|
+
readonly modalClass: StringConstructor;
|
|
938
|
+
readonly width: {
|
|
939
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
940
|
+
readonly required: false;
|
|
941
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
942
|
+
__epPropKey: true;
|
|
943
|
+
};
|
|
944
|
+
readonly zIndex: {
|
|
945
|
+
readonly type: import("vue").PropType<number>;
|
|
946
|
+
readonly required: false;
|
|
947
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
|
+
__epPropKey: true;
|
|
949
|
+
};
|
|
950
|
+
readonly trapFocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
951
|
+
readonly headerAriaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
952
|
+
readonly center: BooleanConstructor;
|
|
953
|
+
readonly alignCenter: BooleanConstructor;
|
|
954
|
+
readonly closeIcon: {
|
|
955
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
956
|
+
readonly required: false;
|
|
957
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
958
|
+
__epPropKey: true;
|
|
959
|
+
};
|
|
960
|
+
readonly draggable: BooleanConstructor;
|
|
961
|
+
readonly overflow: BooleanConstructor;
|
|
962
|
+
readonly fullscreen: BooleanConstructor;
|
|
963
|
+
readonly showClose: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
964
|
+
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
965
|
+
readonly ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
966
|
+
}>> & {
|
|
967
|
+
onClose?: (() => any) | undefined;
|
|
968
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
969
|
+
onOpen?: (() => any) | undefined;
|
|
970
|
+
onOpened?: (() => any) | undefined;
|
|
971
|
+
onClosed?: (() => any) | undefined;
|
|
972
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
973
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
974
|
+
}, {
|
|
975
|
+
readonly title: string;
|
|
976
|
+
readonly center: boolean;
|
|
977
|
+
readonly modelValue: boolean;
|
|
978
|
+
readonly appendTo: string;
|
|
979
|
+
readonly overflow: boolean;
|
|
980
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
981
|
+
readonly ariaLevel: string;
|
|
982
|
+
readonly alignCenter: boolean;
|
|
983
|
+
readonly draggable: boolean;
|
|
984
|
+
readonly fullscreen: boolean;
|
|
985
|
+
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
986
|
+
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
987
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
988
|
+
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
989
|
+
readonly openDelay: number;
|
|
990
|
+
readonly closeDelay: number;
|
|
991
|
+
readonly trapFocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
992
|
+
readonly headerAriaLevel: string;
|
|
993
|
+
readonly appendToBody: boolean;
|
|
994
|
+
readonly destroyOnClose: boolean;
|
|
995
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
996
|
+
VmMap: import("vue").DefineComponent<{
|
|
997
|
+
defaultOptions: {
|
|
998
|
+
type: import("vue").PropType<Partial<import("mapbox-gl").MapboxOptions>>;
|
|
999
|
+
default: () => {};
|
|
1000
|
+
};
|
|
1001
|
+
minZoom: NumberConstructor;
|
|
1002
|
+
maxZoom: NumberConstructor;
|
|
1003
|
+
}, {
|
|
1004
|
+
mapNode: Ref<HTMLDivElement>;
|
|
1005
|
+
map: Ref<MgMap>;
|
|
1006
|
+
style: Ref<import("mapbox-gl").Style>;
|
|
1007
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1008
|
+
load: (e: import("@vumap/core/components/map/src/types").LoadEvent) => import("@vumap/core/components/map/src/types").LoadEvent;
|
|
1009
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1010
|
+
defaultOptions: {
|
|
1011
|
+
type: import("vue").PropType<Partial<import("mapbox-gl").MapboxOptions>>;
|
|
1012
|
+
default: () => {};
|
|
1013
|
+
};
|
|
1014
|
+
minZoom: NumberConstructor;
|
|
1015
|
+
maxZoom: NumberConstructor;
|
|
1016
|
+
}>> & {
|
|
1017
|
+
onLoad?: ((e: import("@vumap/core/components/map/src/types").LoadEvent) => any) | undefined;
|
|
1018
|
+
}, {
|
|
1019
|
+
defaultOptions: Partial<import("mapbox-gl").MapboxOptions>;
|
|
1020
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1021
|
+
VmTdtLayers: import("vue").DefineComponent<{
|
|
1022
|
+
maxzoom: NumberConstructor;
|
|
1023
|
+
minzoom: NumberConstructor;
|
|
1024
|
+
before: StringConstructor;
|
|
1025
|
+
idPrefix: {
|
|
1026
|
+
type: StringConstructor;
|
|
1027
|
+
default: string;
|
|
1028
|
+
};
|
|
1029
|
+
type: {
|
|
1030
|
+
type: import("vue").PropType<import("@vumap/core/components/tdt-layers/src/types").Type>;
|
|
1031
|
+
default: string;
|
|
1032
|
+
};
|
|
1033
|
+
token: {
|
|
1034
|
+
type: StringConstructor;
|
|
1035
|
+
default: string;
|
|
1036
|
+
};
|
|
1037
|
+
anno: {
|
|
1038
|
+
type: BooleanConstructor;
|
|
1039
|
+
default: boolean;
|
|
1040
|
+
};
|
|
1041
|
+
}, {
|
|
1042
|
+
addBindProps: import("vue").ComputedRef<{
|
|
1043
|
+
before: string | undefined;
|
|
1044
|
+
}>;
|
|
1045
|
+
addOnEmits: {
|
|
1046
|
+
load: (e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => void;
|
|
1047
|
+
change: (e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => void;
|
|
1048
|
+
};
|
|
1049
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
1050
|
+
rasterProps: import("vue").ComputedRef<{
|
|
1051
|
+
maxzoom: number | undefined;
|
|
1052
|
+
minzoom: number | undefined;
|
|
1053
|
+
}>;
|
|
1054
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1055
|
+
load: (e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => import("@vumap/core/components/raster-add-layer/src/types").LoadEvent;
|
|
1056
|
+
change: (e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => import("@vumap/core/components/raster-add-layer/src/types").LoadEvent;
|
|
1057
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1058
|
+
maxzoom: NumberConstructor;
|
|
1059
|
+
minzoom: NumberConstructor;
|
|
1060
|
+
before: StringConstructor;
|
|
1061
|
+
idPrefix: {
|
|
1062
|
+
type: StringConstructor;
|
|
1063
|
+
default: string;
|
|
1064
|
+
};
|
|
1065
|
+
type: {
|
|
1066
|
+
type: import("vue").PropType<import("@vumap/core/components/tdt-layers/src/types").Type>;
|
|
1067
|
+
default: string;
|
|
1068
|
+
};
|
|
1069
|
+
token: {
|
|
1070
|
+
type: StringConstructor;
|
|
1071
|
+
default: string;
|
|
1072
|
+
};
|
|
1073
|
+
anno: {
|
|
1074
|
+
type: BooleanConstructor;
|
|
1075
|
+
default: boolean;
|
|
1076
|
+
};
|
|
1077
|
+
}>> & {
|
|
1078
|
+
onLoad?: ((e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => any) | undefined;
|
|
1079
|
+
onChange?: ((e: import("@vumap/core/components/raster-add-layer/src/types").LoadEvent) => any) | undefined;
|
|
1080
|
+
}, {
|
|
1081
|
+
type: import("@vumap/core/components/tdt-layers/src/types").Type;
|
|
1082
|
+
token: string;
|
|
1083
|
+
idPrefix: string;
|
|
1084
|
+
anno: boolean;
|
|
1085
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1086
|
+
VmControlDraw: import("vue").DefineComponent<{
|
|
1087
|
+
defaultOptions: {
|
|
1088
|
+
type: import("vue").PropType<{
|
|
1089
|
+
displayControlsDefault?: boolean | undefined;
|
|
1090
|
+
keybindings?: boolean | undefined;
|
|
1091
|
+
touchEnabled?: boolean | undefined;
|
|
1092
|
+
boxSelect?: boolean | undefined;
|
|
1093
|
+
clickBuffer?: number | undefined;
|
|
1094
|
+
touchBuffer?: number | undefined;
|
|
1095
|
+
controls?: MapboxDraw.MapboxDrawControls | undefined;
|
|
1096
|
+
styles?: object[] | undefined;
|
|
1097
|
+
modes?: {
|
|
1098
|
+
[modeKey: string]: MapboxDraw.DrawMode | MapboxDraw.DrawCustomMode<any, any>;
|
|
1099
|
+
} | undefined;
|
|
1100
|
+
defaultMode?: string | undefined;
|
|
1101
|
+
userProperties?: boolean | undefined;
|
|
1102
|
+
}>;
|
|
1103
|
+
default: () => {};
|
|
1104
|
+
};
|
|
1105
|
+
styles: {
|
|
1106
|
+
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
1107
|
+
default: () => never[];
|
|
1108
|
+
};
|
|
1109
|
+
modelValue: {
|
|
1110
|
+
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>>;
|
|
1111
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
1112
|
+
};
|
|
1113
|
+
multiple: {
|
|
1114
|
+
type: BooleanConstructor;
|
|
1115
|
+
default: boolean;
|
|
1116
|
+
};
|
|
1117
|
+
mode: {
|
|
1118
|
+
type: import("vue").PropType<"draw_polygon" | "draw_point" | "static">;
|
|
1119
|
+
default: undefined;
|
|
1120
|
+
};
|
|
1121
|
+
controls: {
|
|
1122
|
+
type: import("vue").PropType<(string | number | symbol)[]>;
|
|
1123
|
+
default: () => string[];
|
|
1124
|
+
};
|
|
1125
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1126
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>) => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
1127
|
+
update: (e: import("@vumap/core/components/control-draw/src/types").UpdateEvent) => import("@vumap/core/components/control-draw/src/types").UpdateEvent;
|
|
1128
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1129
|
+
defaultOptions: {
|
|
1130
|
+
type: import("vue").PropType<{
|
|
1131
|
+
displayControlsDefault?: boolean | undefined;
|
|
1132
|
+
keybindings?: boolean | undefined;
|
|
1133
|
+
touchEnabled?: boolean | undefined;
|
|
1134
|
+
boxSelect?: boolean | undefined;
|
|
1135
|
+
clickBuffer?: number | undefined;
|
|
1136
|
+
touchBuffer?: number | undefined;
|
|
1137
|
+
controls?: MapboxDraw.MapboxDrawControls | undefined;
|
|
1138
|
+
styles?: object[] | undefined;
|
|
1139
|
+
modes?: {
|
|
1140
|
+
[modeKey: string]: MapboxDraw.DrawMode | MapboxDraw.DrawCustomMode<any, any>;
|
|
1141
|
+
} | undefined;
|
|
1142
|
+
defaultMode?: string | undefined;
|
|
1143
|
+
userProperties?: boolean | undefined;
|
|
1144
|
+
}>;
|
|
1145
|
+
default: () => {};
|
|
1146
|
+
};
|
|
1147
|
+
styles: {
|
|
1148
|
+
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
1149
|
+
default: () => never[];
|
|
1150
|
+
};
|
|
1151
|
+
modelValue: {
|
|
1152
|
+
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>>;
|
|
1153
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
1154
|
+
};
|
|
1155
|
+
multiple: {
|
|
1156
|
+
type: BooleanConstructor;
|
|
1157
|
+
default: boolean;
|
|
1158
|
+
};
|
|
1159
|
+
mode: {
|
|
1160
|
+
type: import("vue").PropType<"draw_polygon" | "draw_point" | "static">;
|
|
1161
|
+
default: undefined;
|
|
1162
|
+
};
|
|
1163
|
+
controls: {
|
|
1164
|
+
type: import("vue").PropType<(string | number | symbol)[]>;
|
|
1165
|
+
default: () => string[];
|
|
1166
|
+
};
|
|
1167
|
+
}>> & {
|
|
1168
|
+
"onUpdate:modelValue"?: ((e: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>) => any) | undefined;
|
|
1169
|
+
onUpdate?: ((e: import("@vumap/core/components/control-draw/src/types").UpdateEvent) => any) | undefined;
|
|
1170
|
+
}, {
|
|
1171
|
+
mode: "draw_polygon" | "draw_point" | "static";
|
|
1172
|
+
defaultOptions: {
|
|
1173
|
+
displayControlsDefault?: boolean | undefined;
|
|
1174
|
+
keybindings?: boolean | undefined;
|
|
1175
|
+
touchEnabled?: boolean | undefined;
|
|
1176
|
+
boxSelect?: boolean | undefined;
|
|
1177
|
+
clickBuffer?: number | undefined;
|
|
1178
|
+
touchBuffer?: number | undefined;
|
|
1179
|
+
controls?: MapboxDraw.MapboxDrawControls | undefined;
|
|
1180
|
+
styles?: object[] | undefined;
|
|
1181
|
+
modes?: {
|
|
1182
|
+
[modeKey: string]: MapboxDraw.DrawMode | MapboxDraw.DrawCustomMode<any, any>;
|
|
1183
|
+
} | undefined;
|
|
1184
|
+
defaultMode?: string | undefined;
|
|
1185
|
+
userProperties?: boolean | undefined;
|
|
1186
|
+
};
|
|
1187
|
+
styles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
1188
|
+
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
1189
|
+
multiple: boolean;
|
|
1190
|
+
controls: (string | number | symbol)[];
|
|
1191
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1192
|
+
VkAsyncTeleport: import("vue").DefineComponent<{
|
|
1193
|
+
to: {
|
|
1194
|
+
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1195
|
+
default: any;
|
|
1196
|
+
};
|
|
1197
|
+
sleep: {
|
|
1198
|
+
type: NumberConstructor;
|
|
1199
|
+
default: number;
|
|
1200
|
+
};
|
|
1201
|
+
await: {
|
|
1202
|
+
type: PromiseConstructor;
|
|
1203
|
+
default: any;
|
|
1204
|
+
};
|
|
1205
|
+
teleport: {
|
|
1206
|
+
type: BooleanConstructor;
|
|
1207
|
+
default: boolean;
|
|
1208
|
+
};
|
|
1209
|
+
}, {
|
|
1210
|
+
ready: import("vue").Ref<boolean>;
|
|
1211
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1212
|
+
to: {
|
|
1213
|
+
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1214
|
+
default: any;
|
|
1215
|
+
};
|
|
1216
|
+
sleep: {
|
|
1217
|
+
type: NumberConstructor;
|
|
1218
|
+
default: number;
|
|
1219
|
+
};
|
|
1220
|
+
await: {
|
|
1221
|
+
type: PromiseConstructor;
|
|
1222
|
+
default: any;
|
|
1223
|
+
};
|
|
1224
|
+
teleport: {
|
|
1225
|
+
type: BooleanConstructor;
|
|
1226
|
+
default: boolean;
|
|
1227
|
+
};
|
|
1228
|
+
}>>, {
|
|
1229
|
+
to: any;
|
|
1230
|
+
sleep: number;
|
|
1231
|
+
await: Promise<unknown>;
|
|
1232
|
+
teleport: boolean;
|
|
1233
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1234
|
+
VmControlDrawUi: import("vue").DefineComponent<{}, {
|
|
1235
|
+
ctrlGp: Element | null;
|
|
1236
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1237
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1238
|
+
readonly size: {
|
|
1239
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1240
|
+
readonly required: false;
|
|
1241
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1242
|
+
__epPropKey: true;
|
|
1243
|
+
};
|
|
1244
|
+
readonly color: {
|
|
1245
|
+
readonly type: import("vue").PropType<string>;
|
|
1246
|
+
readonly required: false;
|
|
1247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1248
|
+
__epPropKey: true;
|
|
1249
|
+
};
|
|
1250
|
+
}, {
|
|
1251
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1252
|
+
readonly size: {
|
|
1253
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1254
|
+
readonly required: false;
|
|
1255
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1256
|
+
__epPropKey: true;
|
|
1257
|
+
};
|
|
1258
|
+
readonly color: {
|
|
1259
|
+
readonly type: import("vue").PropType<string>;
|
|
1260
|
+
readonly required: false;
|
|
1261
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1262
|
+
__epPropKey: true;
|
|
1263
|
+
};
|
|
1264
|
+
}>> & {
|
|
1265
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1266
|
+
}>>;
|
|
1267
|
+
ns: {
|
|
1268
|
+
namespace: import("vue").ComputedRef<string>;
|
|
1269
|
+
b: (blockSuffix?: string) => string;
|
|
1270
|
+
e: (element?: string | undefined) => string;
|
|
1271
|
+
m: (modifier?: string | undefined) => string;
|
|
1272
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1273
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1274
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1275
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1276
|
+
is: {
|
|
1277
|
+
(name: string, state: boolean | undefined): string;
|
|
1278
|
+
(name: string): string;
|
|
1279
|
+
};
|
|
1280
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1281
|
+
cssVarName: (name: string) => string;
|
|
1282
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1283
|
+
cssVarBlockName: (name: string) => string;
|
|
1284
|
+
};
|
|
1285
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1286
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1287
|
+
readonly size: {
|
|
1288
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1289
|
+
readonly required: false;
|
|
1290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1291
|
+
__epPropKey: true;
|
|
1292
|
+
};
|
|
1293
|
+
readonly color: {
|
|
1294
|
+
readonly type: import("vue").PropType<string>;
|
|
1295
|
+
readonly required: false;
|
|
1296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1297
|
+
__epPropKey: true;
|
|
1298
|
+
};
|
|
1299
|
+
}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
1300
|
+
Checked: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1301
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
508
1302
|
export default _default;
|