@vtj/ui 0.13.24 → 0.13.26

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/ui",
3
3
  "private": false,
4
- "version": "0.13.24",
4
+ "version": "0.13.26",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -29,8 +29,8 @@
29
29
  "sortablejs": "~1.15.6",
30
30
  "vxe-table": "~4.6.17",
31
31
  "vxe-table-plugin-menus": "~4.0.3",
32
- "@vtj/icons": "~0.13.24",
33
- "@vtj/utils": "~0.13.24"
32
+ "@vtj/utils": "~0.13.26",
33
+ "@vtj/icons": "~0.13.26"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/qrcode": "^1.5.5",
@@ -38,7 +38,7 @@
38
38
  "qrcode": "~1.5.3",
39
39
  "vue": "~3.5.5",
40
40
  "vue-router": "~4.5.0",
41
- "@vtj/cli": "~0.12.12"
41
+ "@vtj/cli": "~0.12.13"
42
42
  },
43
43
  "files": [
44
44
  "dist",
@@ -1,7 +1,7 @@
1
1
  import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { IconParam, BaseSize, BaseType } from '..';
3
3
  import { ActionMode, ActionMenuItem, ActionDropdown } from './types';
4
- import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, PopperEffect } from 'element-plus';
4
+ import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, Measurable, PopperEffect } from 'element-plus';
5
5
  declare function __VLS_template(): {
6
6
  attrs: Partial<{}>;
7
7
  slots: Readonly<Record<string, any>> & Record<string, any>;
@@ -109,6 +109,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
109
109
  } & {
110
110
  readonly default: () => string[];
111
111
  };
112
+ readonly virtualTriggering: BooleanConstructor;
113
+ readonly virtualRef: {
114
+ readonly type: PropType<Measurable>;
115
+ readonly required: false;
116
+ readonly validator: ((val: unknown) => boolean) | undefined;
117
+ __epPropKey: true;
118
+ };
112
119
  readonly effect: {
113
120
  readonly default: "light";
114
121
  readonly type: PropType<PopperEffect>;
@@ -164,6 +171,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
164
171
  } & {
165
172
  readonly default: true;
166
173
  };
174
+ readonly showArrow: {
175
+ readonly type: PropType<boolean>;
176
+ readonly required: false;
177
+ readonly validator: ((val: unknown) => boolean) | undefined;
178
+ __epPropKey: true;
179
+ } & {
180
+ readonly default: true;
181
+ };
167
182
  readonly showTimeout: {
168
183
  readonly type: PropType<number>;
169
184
  readonly required: false;
@@ -309,6 +324,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
309
324
  } & {
310
325
  readonly default: () => string[];
311
326
  };
327
+ readonly virtualTriggering: BooleanConstructor;
328
+ readonly virtualRef: {
329
+ readonly type: PropType<Measurable>;
330
+ readonly required: false;
331
+ readonly validator: ((val: unknown) => boolean) | undefined;
332
+ __epPropKey: true;
333
+ };
312
334
  readonly effect: {
313
335
  readonly default: "light";
314
336
  readonly type: PropType<PopperEffect>;
@@ -364,6 +386,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
364
386
  } & {
365
387
  readonly default: true;
366
388
  };
389
+ readonly showArrow: {
390
+ readonly type: PropType<boolean>;
391
+ readonly required: false;
392
+ readonly validator: ((val: unknown) => boolean) | undefined;
393
+ __epPropKey: true;
394
+ } & {
395
+ readonly default: true;
396
+ };
367
397
  readonly showTimeout: {
368
398
  readonly type: PropType<number>;
369
399
  readonly required: false;
@@ -508,6 +538,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
508
538
  } & {
509
539
  readonly default: () => string[];
510
540
  };
541
+ readonly virtualTriggering: BooleanConstructor;
542
+ readonly virtualRef: {
543
+ readonly type: PropType<Measurable>;
544
+ readonly required: false;
545
+ readonly validator: ((val: unknown) => boolean) | undefined;
546
+ __epPropKey: true;
547
+ };
511
548
  readonly effect: {
512
549
  readonly default: "light";
513
550
  readonly type: PropType<PopperEffect>;
@@ -563,6 +600,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
563
600
  } & {
564
601
  readonly default: true;
565
602
  };
603
+ readonly showArrow: {
604
+ readonly type: PropType<boolean>;
605
+ readonly required: false;
606
+ readonly validator: ((val: unknown) => boolean) | undefined;
607
+ __epPropKey: true;
608
+ } & {
609
+ readonly default: true;
610
+ };
566
611
  readonly showTimeout: {
567
612
  readonly type: PropType<number>;
568
613
  readonly required: false;
@@ -763,6 +808,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
763
808
  } & {
764
809
  readonly default: () => string[];
765
810
  };
811
+ readonly virtualTriggering: BooleanConstructor;
812
+ readonly virtualRef: {
813
+ readonly type: PropType<Measurable>;
814
+ readonly required: false;
815
+ readonly validator: ((val: unknown) => boolean) | undefined;
816
+ __epPropKey: true;
817
+ };
766
818
  readonly effect: {
767
819
  readonly default: "light";
768
820
  readonly type: PropType<PopperEffect>;
@@ -818,6 +870,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
818
870
  } & {
819
871
  readonly default: true;
820
872
  };
873
+ readonly showArrow: {
874
+ readonly type: PropType<boolean>;
875
+ readonly required: false;
876
+ readonly validator: ((val: unknown) => boolean) | undefined;
877
+ __epPropKey: true;
878
+ } & {
879
+ readonly default: true;
880
+ };
821
881
  readonly showTimeout: {
822
882
  readonly type: PropType<number>;
823
883
  readonly required: false;
@@ -963,6 +1023,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
963
1023
  } & {
964
1024
  readonly default: () => string[];
965
1025
  };
1026
+ readonly virtualTriggering: BooleanConstructor;
1027
+ readonly virtualRef: {
1028
+ readonly type: PropType<Measurable>;
1029
+ readonly required: false;
1030
+ readonly validator: ((val: unknown) => boolean) | undefined;
1031
+ __epPropKey: true;
1032
+ };
966
1033
  readonly effect: {
967
1034
  readonly default: "light";
968
1035
  readonly type: PropType<PopperEffect>;
@@ -1018,6 +1085,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1018
1085
  } & {
1019
1086
  readonly default: true;
1020
1087
  };
1088
+ readonly showArrow: {
1089
+ readonly type: PropType<boolean>;
1090
+ readonly required: false;
1091
+ readonly validator: ((val: unknown) => boolean) | undefined;
1092
+ __epPropKey: true;
1093
+ } & {
1094
+ readonly default: true;
1095
+ };
1021
1096
  readonly showTimeout: {
1022
1097
  readonly type: PropType<number>;
1023
1098
  readonly required: false;
@@ -1162,6 +1237,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1162
1237
  } & {
1163
1238
  readonly default: () => string[];
1164
1239
  };
1240
+ readonly virtualTriggering: BooleanConstructor;
1241
+ readonly virtualRef: {
1242
+ readonly type: PropType<Measurable>;
1243
+ readonly required: false;
1244
+ readonly validator: ((val: unknown) => boolean) | undefined;
1245
+ __epPropKey: true;
1246
+ };
1165
1247
  readonly effect: {
1166
1248
  readonly default: "light";
1167
1249
  readonly type: PropType<PopperEffect>;
@@ -1217,6 +1299,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1217
1299
  } & {
1218
1300
  readonly default: true;
1219
1301
  };
1302
+ readonly showArrow: {
1303
+ readonly type: PropType<boolean>;
1304
+ readonly required: false;
1305
+ readonly validator: ((val: unknown) => boolean) | undefined;
1306
+ __epPropKey: true;
1307
+ } & {
1308
+ readonly default: true;
1309
+ };
1220
1310
  readonly showTimeout: {
1221
1311
  readonly type: PropType<number>;
1222
1312
  readonly required: false;
@@ -1,4 +1,4 @@
1
- import { ElTooltipProps, BadgeProps, TooltipTriggerType, PopperEffect, ButtonProps } from 'element-plus';
1
+ import { ElTooltipProps, BadgeProps, TooltipTriggerType, Measurable, PopperEffect, ButtonProps } from 'element-plus';
2
2
  import { ActionProps } from './types';
3
3
  import { ComputedRef, ExtractPropTypes, PropType } from 'vue';
4
4
  export declare function useTooltip(props: ActionProps): ComputedRef<Partial<ElTooltipProps> | undefined>;
@@ -20,6 +20,13 @@ export declare function useDropdown(props: ActionProps): ComputedRef<Partial< Ex
20
20
  } & {
21
21
  readonly default: () => string[];
22
22
  };
23
+ readonly virtualTriggering: BooleanConstructor;
24
+ readonly virtualRef: {
25
+ readonly type: PropType<Measurable>;
26
+ readonly required: false;
27
+ readonly validator: ((val: unknown) => boolean) | undefined;
28
+ __epPropKey: true;
29
+ };
23
30
  readonly effect: {
24
31
  readonly default: "light";
25
32
  readonly type: PropType<PopperEffect>;
@@ -75,6 +82,14 @@ export declare function useDropdown(props: ActionProps): ComputedRef<Partial< Ex
75
82
  } & {
76
83
  readonly default: true;
77
84
  };
85
+ readonly showArrow: {
86
+ readonly type: PropType<boolean>;
87
+ readonly required: false;
88
+ readonly validator: ((val: unknown) => boolean) | undefined;
89
+ __epPropKey: true;
90
+ } & {
91
+ readonly default: true;
92
+ };
78
93
  readonly showTimeout: {
79
94
  readonly type: PropType<number>;
80
95
  readonly required: false;
@@ -3,7 +3,7 @@ import { ActionBarItems } from './types';
3
3
  import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  import { ActionMode, ActionDropdown } from '../action';
5
5
  import { BaseSize, BaseType } from '../shared';
6
- import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, PopperEffect } from 'element-plus';
6
+ import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType, Measurable, PopperEffect } from 'element-plus';
7
7
  import { IconParam } from '../icon';
8
8
  declare const _default: DefineComponent<ExtractPropTypes<{
9
9
  items: {
@@ -87,6 +87,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
87
87
  } & {
88
88
  readonly default: () => string[];
89
89
  };
90
+ readonly virtualTriggering: BooleanConstructor;
91
+ readonly virtualRef: {
92
+ readonly type: PropType<Measurable>;
93
+ readonly required: false;
94
+ readonly validator: ((val: unknown) => boolean) | undefined;
95
+ __epPropKey: true;
96
+ };
90
97
  readonly effect: {
91
98
  readonly default: "light";
92
99
  readonly type: PropType<PopperEffect>;
@@ -142,6 +149,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
142
149
  } & {
143
150
  readonly default: true;
144
151
  };
152
+ readonly showArrow: {
153
+ readonly type: PropType<boolean>;
154
+ readonly required: false;
155
+ readonly validator: ((val: unknown) => boolean) | undefined;
156
+ __epPropKey: true;
157
+ } & {
158
+ readonly default: true;
159
+ };
145
160
  readonly showTimeout: {
146
161
  readonly type: PropType<number>;
147
162
  readonly required: false;
@@ -286,6 +301,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
286
301
  } & {
287
302
  readonly default: () => string[];
288
303
  };
304
+ readonly virtualTriggering: BooleanConstructor;
305
+ readonly virtualRef: {
306
+ readonly type: PropType<Measurable>;
307
+ readonly required: false;
308
+ readonly validator: ((val: unknown) => boolean) | undefined;
309
+ __epPropKey: true;
310
+ };
289
311
  readonly effect: {
290
312
  readonly default: "light";
291
313
  readonly type: PropType<PopperEffect>;
@@ -341,6 +363,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
341
363
  } & {
342
364
  readonly default: true;
343
365
  };
366
+ readonly showArrow: {
367
+ readonly type: PropType<boolean>;
368
+ readonly required: false;
369
+ readonly validator: ((val: unknown) => boolean) | undefined;
370
+ __epPropKey: true;
371
+ } & {
372
+ readonly default: true;
373
+ };
344
374
  readonly showTimeout: {
345
375
  readonly type: PropType<number>;
346
376
  readonly required: false;
@@ -523,6 +553,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
523
553
  } & {
524
554
  readonly default: () => string[];
525
555
  };
556
+ readonly virtualTriggering: BooleanConstructor;
557
+ readonly virtualRef: {
558
+ readonly type: PropType<Measurable>;
559
+ readonly required: false;
560
+ readonly validator: ((val: unknown) => boolean) | undefined;
561
+ __epPropKey: true;
562
+ };
526
563
  readonly effect: {
527
564
  readonly default: "light";
528
565
  readonly type: PropType<PopperEffect>;
@@ -578,6 +615,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
578
615
  } & {
579
616
  readonly default: true;
580
617
  };
618
+ readonly showArrow: {
619
+ readonly type: PropType<boolean>;
620
+ readonly required: false;
621
+ readonly validator: ((val: unknown) => boolean) | undefined;
622
+ __epPropKey: true;
623
+ } & {
624
+ readonly default: true;
625
+ };
581
626
  readonly showTimeout: {
582
627
  readonly type: PropType<number>;
583
628
  readonly required: false;
@@ -722,6 +767,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
722
767
  } & {
723
768
  readonly default: () => string[];
724
769
  };
770
+ readonly virtualTriggering: BooleanConstructor;
771
+ readonly virtualRef: {
772
+ readonly type: PropType<Measurable>;
773
+ readonly required: false;
774
+ readonly validator: ((val: unknown) => boolean) | undefined;
775
+ __epPropKey: true;
776
+ };
725
777
  readonly effect: {
726
778
  readonly default: "light";
727
779
  readonly type: PropType<PopperEffect>;
@@ -777,6 +829,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
777
829
  } & {
778
830
  readonly default: true;
779
831
  };
832
+ readonly showArrow: {
833
+ readonly type: PropType<boolean>;
834
+ readonly required: false;
835
+ readonly validator: ((val: unknown) => boolean) | undefined;
836
+ __epPropKey: true;
837
+ } & {
838
+ readonly default: true;
839
+ };
780
840
  readonly showTimeout: {
781
841
  readonly type: PropType<number>;
782
842
  readonly required: false;
@@ -3,7 +3,7 @@ import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, Pub
3
3
  import { IconParam } from '../icon';
4
4
  import { ActionBarItems } from '../action-bar';
5
5
  import { ActionMode } from '../action';
6
- import { ElTooltipProps, BadgeProps, TooltipTriggerType, PopperEffect, ButtonProps } from 'element-plus';
6
+ import { ElTooltipProps, BadgeProps, TooltipTriggerType, Measurable, PopperEffect, ButtonProps } from 'element-plus';
7
7
  import { BaseSize, BaseType } from '../shared';
8
8
  declare function __VLS_template(): {
9
9
  attrs: Partial<{}>;
@@ -110,6 +110,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
110
110
  } & {
111
111
  readonly default: () => string[];
112
112
  };
113
+ readonly virtualTriggering: BooleanConstructor;
114
+ readonly virtualRef: {
115
+ readonly type: PropType<Measurable>;
116
+ readonly required: false;
117
+ readonly validator: ((val: unknown) => boolean) | undefined;
118
+ __epPropKey: true;
119
+ };
113
120
  readonly effect: {
114
121
  readonly default: "light";
115
122
  readonly type: PropType<PopperEffect>;
@@ -165,6 +172,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
165
172
  } & {
166
173
  readonly default: true;
167
174
  };
175
+ readonly showArrow: {
176
+ readonly type: PropType<boolean>;
177
+ readonly required: false;
178
+ readonly validator: ((val: unknown) => boolean) | undefined;
179
+ __epPropKey: true;
180
+ } & {
181
+ readonly default: true;
182
+ };
168
183
  readonly showTimeout: {
169
184
  readonly type: PropType<number>;
170
185
  readonly required: false;
@@ -309,6 +324,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
309
324
  } & {
310
325
  readonly default: () => string[];
311
326
  };
327
+ readonly virtualTriggering: BooleanConstructor;
328
+ readonly virtualRef: {
329
+ readonly type: PropType<Measurable>;
330
+ readonly required: false;
331
+ readonly validator: ((val: unknown) => boolean) | undefined;
332
+ __epPropKey: true;
333
+ };
312
334
  readonly effect: {
313
335
  readonly default: "light";
314
336
  readonly type: PropType<PopperEffect>;
@@ -364,6 +386,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
364
386
  } & {
365
387
  readonly default: true;
366
388
  };
389
+ readonly showArrow: {
390
+ readonly type: PropType<boolean>;
391
+ readonly required: false;
392
+ readonly validator: ((val: unknown) => boolean) | undefined;
393
+ __epPropKey: true;
394
+ } & {
395
+ readonly default: true;
396
+ };
367
397
  readonly showTimeout: {
368
398
  readonly type: PropType<number>;
369
399
  readonly required: false;
@@ -558,6 +588,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
558
588
  } & {
559
589
  readonly default: () => string[];
560
590
  };
591
+ readonly virtualTriggering: BooleanConstructor;
592
+ readonly virtualRef: {
593
+ readonly type: PropType<Measurable>;
594
+ readonly required: false;
595
+ readonly validator: ((val: unknown) => boolean) | undefined;
596
+ __epPropKey: true;
597
+ };
561
598
  readonly effect: {
562
599
  readonly default: "light";
563
600
  readonly type: PropType<PopperEffect>;
@@ -613,6 +650,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
613
650
  } & {
614
651
  readonly default: true;
615
652
  };
653
+ readonly showArrow: {
654
+ readonly type: PropType<boolean>;
655
+ readonly required: false;
656
+ readonly validator: ((val: unknown) => boolean) | undefined;
657
+ __epPropKey: true;
658
+ } & {
659
+ readonly default: true;
660
+ };
616
661
  readonly showTimeout: {
617
662
  readonly type: PropType<number>;
618
663
  readonly required: false;
@@ -757,6 +802,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
757
802
  } & {
758
803
  readonly default: () => string[];
759
804
  };
805
+ readonly virtualTriggering: BooleanConstructor;
806
+ readonly virtualRef: {
807
+ readonly type: PropType<Measurable>;
808
+ readonly required: false;
809
+ readonly validator: ((val: unknown) => boolean) | undefined;
810
+ __epPropKey: true;
811
+ };
760
812
  readonly effect: {
761
813
  readonly default: "light";
762
814
  readonly type: PropType<PopperEffect>;
@@ -812,6 +864,14 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
812
864
  } & {
813
865
  readonly default: true;
814
866
  };
867
+ readonly showArrow: {
868
+ readonly type: PropType<boolean>;
869
+ readonly required: false;
870
+ readonly validator: ((val: unknown) => boolean) | undefined;
871
+ __epPropKey: true;
872
+ } & {
873
+ readonly default: true;
874
+ };
815
875
  readonly showTimeout: {
816
876
  readonly type: PropType<number>;
817
877
  readonly required: false;
@@ -584,6 +584,7 @@ declare function __VLS_template(): {
584
584
  footer?(_: {}): any;
585
585
  };
586
586
  }) | null;
587
+ iframeRef: HTMLIFrameElement;
587
588
  };
588
589
  rootEl: any;
589
590
  };
@@ -704,6 +705,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
704
705
  componentInstance: {
705
706
  componentInstance: Record<string, any>;
706
707
  } | undefined;
708
+ iframeRef: Ref<any, any>;
707
709
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
708
710
  close: () => any;
709
711
  open: (instance: ComponentInternalInstance) => any;
@@ -1481,6 +1483,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1481
1483
  footer?(_: {}): any;
1482
1484
  };
1483
1485
  }) | null;
1486
+ iframeRef: HTMLIFrameElement;
1484
1487
  }, any>;
1485
1488
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1486
1489
  export default _default;
@@ -691,6 +691,7 @@ declare function __VLS_template(): {
691
691
  footer?(_: {}): any;
692
692
  };
693
693
  }) | null;
694
+ iframeRef: HTMLIFrameElement;
694
695
  };
695
696
  $slots: Readonly<{
696
697
  [name: string]: Slot<any> | undefined;
@@ -905,6 +906,7 @@ declare function __VLS_template(): {
905
906
  componentInstance: {
906
907
  componentInstance: Record<string, any>;
907
908
  } | undefined;
909
+ iframeRef: Ref<any, any>;
908
910
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
909
911
  close: () => any;
910
912
  open: (instance: ComponentInternalInstance) => any;
@@ -1149,7 +1151,7 @@ declare function __VLS_template(): {
1149
1151
  isOutside: ShallowRef<boolean, boolean>;
1150
1152
  stop: () => void;
1151
1153
  }) => any) | undefined;
1152
- }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
1154
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
1153
1155
  $vtjEl: ComputedRef<any>;
1154
1156
  panelRef: Ref<any, any>;
1155
1157
  state: {
@@ -1175,6 +1177,7 @@ declare function __VLS_template(): {
1175
1177
  componentInstance: {
1176
1178
  componentInstance: Record<string, any>;
1177
1179
  } | undefined;
1180
+ iframeRef: Ref<any, any>;
1178
1181
  }> & {} & ComponentCustomProperties & {} & {
1179
1182
  $slots: {
1180
1183
  actions?(_: {}): any;
@@ -3551,6 +3554,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
3551
3554
  footer?(_: {}): any;
3552
3555
  };
3553
3556
  }) | null;
3557
+ iframeRef: HTMLIFrameElement;
3554
3558
  };
3555
3559
  $slots: Readonly<{
3556
3560
  [name: string]: Slot<any> | undefined;
@@ -3765,6 +3769,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
3765
3769
  componentInstance: {
3766
3770
  componentInstance: Record<string, any>;
3767
3771
  } | undefined;
3772
+ iframeRef: Ref<any, any>;
3768
3773
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3769
3774
  close: () => any;
3770
3775
  open: (instance: ComponentInternalInstance) => any;
@@ -4009,7 +4014,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
4009
4014
  isOutside: ShallowRef<boolean, boolean>;
4010
4015
  stop: () => void;
4011
4016
  }) => any) | undefined;
4012
- }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
4017
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
4013
4018
  $vtjEl: ComputedRef<any>;
4014
4019
  panelRef: Ref<any, any>;
4015
4020
  state: {
@@ -4035,6 +4040,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
4035
4040
  componentInstance: {
4036
4041
  componentInstance: Record<string, any>;
4037
4042
  } | undefined;
4043
+ iframeRef: Ref<any, any>;
4038
4044
  }> & {} & ComponentCustomProperties & {} & {
4039
4045
  $slots: {
4040
4046
  actions?(_: {}): any;
@@ -705,6 +705,7 @@ declare function __VLS_template(): {
705
705
  footer?(_: {}): any;
706
706
  };
707
707
  }) | null;
708
+ iframeRef: HTMLIFrameElement;
708
709
  };
709
710
  $slots: Readonly<{
710
711
  [name: string]: Slot<any> | undefined;
@@ -919,6 +920,7 @@ declare function __VLS_template(): {
919
920
  componentInstance: {
920
921
  componentInstance: Record<string, any>;
921
922
  } | undefined;
923
+ iframeRef: Ref<any, any>;
922
924
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
923
925
  close: () => any;
924
926
  open: (instance: ComponentInternalInstance) => any;
@@ -1163,7 +1165,7 @@ declare function __VLS_template(): {
1163
1165
  isOutside: ShallowRef<boolean, boolean>;
1164
1166
  stop: () => void;
1165
1167
  }) => any) | undefined;
1166
- }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
1168
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
1167
1169
  $vtjEl: ComputedRef<any>;
1168
1170
  panelRef: Ref<any, any>;
1169
1171
  state: {
@@ -1189,6 +1191,7 @@ declare function __VLS_template(): {
1189
1191
  componentInstance: {
1190
1192
  componentInstance: Record<string, any>;
1191
1193
  } | undefined;
1194
+ iframeRef: Ref<any, any>;
1192
1195
  }> & {} & ComponentCustomProperties & {} & {
1193
1196
  $slots: {
1194
1197
  actions?(_: {}): any;
@@ -3174,6 +3177,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
3174
3177
  footer?(_: {}): any;
3175
3178
  };
3176
3179
  }) | null;
3180
+ iframeRef: HTMLIFrameElement;
3177
3181
  };
3178
3182
  $slots: Readonly<{
3179
3183
  [name: string]: Slot<any> | undefined;
@@ -3388,6 +3392,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
3388
3392
  componentInstance: {
3389
3393
  componentInstance: Record<string, any>;
3390
3394
  } | undefined;
3395
+ iframeRef: Ref<any, any>;
3391
3396
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3392
3397
  close: () => any;
3393
3398
  open: (instance: ComponentInternalInstance) => any;
@@ -3632,7 +3637,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
3632
3637
  isOutside: ShallowRef<boolean, boolean>;
3633
3638
  stop: () => void;
3634
3639
  }) => any) | undefined;
3635
- }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
3640
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
3636
3641
  $vtjEl: ComputedRef<any>;
3637
3642
  panelRef: Ref<any, any>;
3638
3643
  state: {
@@ -3658,6 +3663,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
3658
3663
  componentInstance: {
3659
3664
  componentInstance: Record<string, any>;
3660
3665
  } | undefined;
3666
+ iframeRef: Ref<any, any>;
3661
3667
  }> & {} & ComponentCustomProperties & {} & {
3662
3668
  $slots: {
3663
3669
  actions?(_: {}): any;