@pixelium/web-vue 0.0.3 → 0.0.5

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.
Files changed (127) hide show
  1. package/dist/index.d.ts +162 -120
  2. package/dist/pixelium-vue.cjs +1 -1
  3. package/dist/pixelium-vue.css +1 -1
  4. package/dist/pixelium-vue.js +19 -21
  5. package/dist/pixelium-vue.umd.cjs +1 -1
  6. package/es/alert/index.d.ts +3 -2
  7. package/es/alert/type.d.ts +15 -15
  8. package/es/aside/index.d.ts +3 -2
  9. package/es/auto-complete/index.css +1 -2
  10. package/es/auto-complete/index.d.ts +2 -1
  11. package/es/avatar/index.d.ts +3 -2
  12. package/es/back-top/index.d.ts +21 -0
  13. package/es/back-top/type.d.ts +46 -0
  14. package/es/badge/draw.d.ts +1 -0
  15. package/es/badge/index.d.ts +26 -0
  16. package/es/badge/type.d.ts +69 -0
  17. package/es/breadcrumb/index.d.ts +12 -0
  18. package/es/breadcrumb/type.d.ts +52 -0
  19. package/es/breadcrumb-item/index.d.ts +27 -0
  20. package/es/breadcrumb-item/type.d.ts +49 -0
  21. package/es/button/index.css +1 -8
  22. package/es/button/index.d.ts +3 -2
  23. package/es/button-group/index.d.ts +3 -2
  24. package/es/checkbox/index.d.ts +3 -2
  25. package/es/checkbox-group/index.d.ts +3 -2
  26. package/es/col/index.d.ts +3 -2
  27. package/es/container/index.d.ts +3 -2
  28. package/es/dialog/dialog-wrapped.d.ts +9 -8
  29. package/es/dialog/dialog.d.ts +9 -8
  30. package/es/dialog/type.d.ts +58 -58
  31. package/es/divider/index.d.ts +2 -1
  32. package/es/drop-down/index.d.ts +36 -0
  33. package/es/drop-down/type.d.ts +140 -0
  34. package/es/drop-down-list/index.d.ts +10 -0
  35. package/es/drop-down-list/type.d.ts +19 -0
  36. package/es/empty/index.d.ts +3 -2
  37. package/es/footer/index.d.ts +3 -2
  38. package/es/form/index.d.ts +3 -2
  39. package/es/form-item/index.d.ts +9 -8
  40. package/es/grid/index.d.ts +3 -2
  41. package/es/grid-item/index.d.ts +3 -2
  42. package/es/header/index.d.ts +3 -2
  43. package/es/icon/index.d.ts +3 -2
  44. package/es/image/index.d.ts +3 -2
  45. package/es/index.d.ts +1 -1
  46. package/es/index.js +1 -1
  47. package/es/input/index.css +1 -2
  48. package/es/input/index.d.ts +7 -6
  49. package/es/input-group/index.d.ts +3 -2
  50. package/es/input-group-label/index.d.ts +3 -2
  51. package/es/input-number/index.css +1 -2
  52. package/es/input-number/index.d.ts +5 -4
  53. package/es/input-tag/index.css +2 -2
  54. package/es/input-tag/index.d.ts +13 -12
  55. package/es/link/index.css +1 -6
  56. package/es/link/index.d.ts +3 -2
  57. package/es/main/index.d.ts +3 -2
  58. package/es/mask/index.d.ts +2 -1
  59. package/es/menu/index.d.ts +24 -0
  60. package/es/menu/type.d.ts +145 -0
  61. package/es/menu-group/index.d.ts +16 -0
  62. package/es/menu-group/type.d.ts +19 -0
  63. package/es/menu-item/index.d.ts +26 -0
  64. package/es/menu-item/type.d.ts +44 -0
  65. package/es/message/index.d.ts +2 -1
  66. package/es/message-box/message-box-wrapped.d.ts +2 -1
  67. package/es/message-box/message-box.d.ts +2 -1
  68. package/es/option-list/index.d.ts +2 -1
  69. package/es/popconfirm/index.d.ts +32 -0
  70. package/es/popconfirm/type.d.ts +199 -0
  71. package/es/popover/index.d.ts +2 -1
  72. package/es/popup/index.d.ts +2 -1
  73. package/es/popup/use-mouse-position.d.ts +1 -0
  74. package/es/popup/util.d.ts +6 -0
  75. package/es/popup-content/index.d.ts +5 -4
  76. package/es/popup-portal/index.d.ts +5 -4
  77. package/es/popup-trigger/index.d.ts +2 -1
  78. package/es/popup-wrapper/index.d.ts +5 -4
  79. package/es/popup-wrapper/use-popup-wrapper-manager.d.ts +22 -1
  80. package/es/progress/draw.d.ts +6 -0
  81. package/es/progress/index.d.ts +32 -0
  82. package/es/progress/type.d.ts +67 -0
  83. package/es/radio/index.d.ts +3 -2
  84. package/es/radio-group/index.d.ts +3 -2
  85. package/es/row/index.d.ts +3 -2
  86. package/es/scroll-bar/index.d.ts +40 -0
  87. package/es/scroll-bar/type.d.ts +85 -0
  88. package/es/scroll-bar/use-scroll-bar.d.ts +1 -0
  89. package/es/select/index.css +2 -3
  90. package/es/select/index.d.ts +2 -1
  91. package/es/share/hook/use-expand.d.ts +2 -0
  92. package/es/share/hook/use-hidden-measure.d.ts +1 -0
  93. package/es/share/hook/use-pixel-size.d.ts +1 -0
  94. package/es/share/util/locale.d.ts +8 -0
  95. package/es/share/util/scroll.d.ts +2 -0
  96. package/es/slider/index.d.ts +16 -15
  97. package/es/space/index.d.ts +2 -1
  98. package/es/spin/index.d.ts +6 -5
  99. package/es/submenu/index.d.ts +28 -0
  100. package/es/submenu/type.d.ts +60 -0
  101. package/es/switch/index.d.ts +3 -2
  102. package/es/table/index.d.ts +68 -0
  103. package/es/table/module/cell-span.d.ts +7 -0
  104. package/es/table/module/column.d.ts +46 -0
  105. package/es/table/module/draw.d.ts +11 -0
  106. package/es/table/module/event.d.ts +9 -0
  107. package/es/table/module/expandable.d.ts +20 -0
  108. package/es/table/module/filterable.d.ts +9 -0
  109. package/es/table/module/selection.d.ts +20 -0
  110. package/es/table/module/share.d.ts +8 -0
  111. package/es/table/module/sortable.d.ts +10 -0
  112. package/es/table/module/summary.d.ts +2 -0
  113. package/es/table/type.d.ts +733 -0
  114. package/es/tag/index.css +3 -3
  115. package/es/tag/index.d.ts +3 -2
  116. package/es/text-outline/index.d.ts +3 -2
  117. package/es/textarea/index.css +1 -2
  118. package/es/textarea/index.d.ts +5 -4
  119. package/es/theme/theme.d.ts +21 -0
  120. package/es/{share/util → theme}/theme.js +22 -22
  121. package/es/tooltip/index.d.ts +2 -1
  122. package/es/vendor.js +1 -1
  123. package/es/virtual-list/index.d.ts +2 -1
  124. package/package.json +1 -1
  125. package/es/share/hook/use-props-detect.d.ts +0 -2
  126. package/es/share/util/pixel.d.ts +0 -4
  127. package/es/share/util/theme.d.ts +0 -7
package/dist/index.d.ts CHANGED
@@ -91,14 +91,15 @@ export type __VLS_Slots = {} & {
91
91
  } & {
92
92
  default?: (props: typeof __VLS_8) => any;
93
93
  };
94
- declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
94
+ declare const __VLS_base: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
95
95
  disabled: boolean;
96
96
  loading: boolean;
97
97
  block: boolean;
98
98
  nativeType: "button" | "submit" | "reset";
99
99
  autofocus: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
101
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
101
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
102
+ declare const _default: typeof __VLS_export;
102
103
  export type __VLS_WithSlots<T, S> = T & {
103
104
  new (): {
104
105
  $slots: S;
@@ -145,11 +146,12 @@ declare var __VLS_1: {};
145
146
  type __VLS_Slots$1 = {} & {
146
147
  default?: (props: typeof __VLS_1) => any;
147
148
  };
148
- declare const __VLS_component$1: import("vue").DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
149
+ declare const __VLS_base$1: import("vue").DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
149
150
  disabled: boolean;
150
151
  shape: "rect" | "round" | "default";
151
152
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
152
- declare const _default$1: __VLS_WithSlots$1<typeof __VLS_component$1, __VLS_Slots$1>;
153
+ declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
154
+ declare const _default$1: typeof __VLS_export$1;
153
155
  type __VLS_WithSlots$1<T, S> = T & {
154
156
  new (): {
155
157
  $slots: S;
@@ -193,8 +195,9 @@ type __VLS_Slots$2 = {} & {
193
195
  } & {
194
196
  default?: (props: typeof __VLS_8$1) => any;
195
197
  };
196
- declare const __VLS_component$2: import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
197
- declare const _default$2: __VLS_WithSlots$2<typeof __VLS_component$2, __VLS_Slots$2>;
198
+ declare const __VLS_base$2: import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
199
+ declare const __VLS_export$2: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
200
+ declare const _default$2: typeof __VLS_export$2;
198
201
  type __VLS_WithSlots$2<T, S> = T & {
199
202
  new (): {
200
203
  $slots: S;
@@ -334,9 +337,10 @@ export type __VLS_Props = MessageBoxProps & {
334
337
  "onUpdate:messages": (value: MessageProps[]) => any;
335
338
  onClose: (id: string | number | symbol) => any;
336
339
  };
337
- declare const _default$3: import("vue").DefineComponent<__VLS_Props, MessageBoxExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
340
+ declare const __VLS_export$3: import("vue").DefineComponent<__VLS_Props, MessageBoxExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
338
341
  root: string | HTMLElement;
339
342
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
343
+ declare const _default$3: typeof __VLS_export$3;
340
344
  export type MessageFunction = (options: ValidContent | MessageOptions) => MessageReturn & {
341
345
  [key in MessageOptions["type"] & string]: (options: Omit<MessageOptions, "type"> | string) => MessageReturn;
342
346
  };
@@ -373,7 +377,7 @@ declare var __VLS_1$1: {};
373
377
  type __VLS_Slots$3 = {} & {
374
378
  default?: (props: typeof __VLS_1$1) => any;
375
379
  };
376
- declare const __VLS_component$3: import("vue").DefineComponent<RowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RowProps> & Readonly<{}>, {
380
+ declare const __VLS_base$3: import("vue").DefineComponent<RowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RowProps> & Readonly<{}>, {
377
381
  gutter: number | {
378
382
  x?: number;
379
383
  y?: number;
@@ -385,7 +389,8 @@ declare const __VLS_component$3: import("vue").DefineComponent<RowProps, {}, {},
385
389
  align: "start" | "center" | "end" | "stretch";
386
390
  wrap: boolean;
387
391
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
388
- declare const _default$4: __VLS_WithSlots$3<typeof __VLS_component$3, __VLS_Slots$3>;
392
+ declare const __VLS_export$4: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
393
+ declare const _default$4: typeof __VLS_export$4;
389
394
  type __VLS_WithSlots$3<T, S> = T & {
390
395
  new (): {
391
396
  $slots: S;
@@ -407,11 +412,12 @@ declare var __VLS_1$2: {};
407
412
  type __VLS_Slots$4 = {} & {
408
413
  default?: (props: typeof __VLS_1$2) => any;
409
414
  };
410
- declare const __VLS_component$4: import("vue").DefineComponent<ColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColProps> & Readonly<{}>, {
415
+ declare const __VLS_base$4: import("vue").DefineComponent<ColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColProps> & Readonly<{}>, {
411
416
  span: number | ValueWithDeviceWidth<number>;
412
417
  offset: number | ValueWithDeviceWidth<number>;
413
418
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
414
- declare const _default$5: __VLS_WithSlots$4<typeof __VLS_component$4, __VLS_Slots$4>;
419
+ declare const __VLS_export$5: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
420
+ declare const _default$5: typeof __VLS_export$5;
415
421
  type __VLS_WithSlots$4<T, S> = T & {
416
422
  new (): {
417
423
  $slots: S;
@@ -439,10 +445,11 @@ export type DividerProps = {
439
445
  */
440
446
  size?: number | string;
441
447
  };
442
- declare const _default$6: import("vue").DefineComponent<DividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DividerProps> & Readonly<{}>, {
448
+ declare const __VLS_export$6: import("vue").DefineComponent<DividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DividerProps> & Readonly<{}>, {
443
449
  variant: "solid" | "dashed" | "dotted" | "double" | "ridge" | "groove";
444
450
  direction: "horizontal" | "vertical";
445
451
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
452
+ declare const _default$6: typeof __VLS_export$6;
446
453
  export type SpaceProps = {
447
454
  /**
448
455
  * @property {'small' | 'medium' | 'large' | number | { x?: number; y?: number }} [margin='medium']
@@ -478,7 +485,7 @@ export type SpaceProps = {
478
485
  */
479
486
  inline?: boolean;
480
487
  };
481
- declare const _default$7: import("vue").DefineComponent<SpaceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpaceProps> & Readonly<{}>, {
488
+ declare const __VLS_export$7: import("vue").DefineComponent<SpaceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpaceProps> & Readonly<{}>, {
482
489
  justify: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly";
483
490
  wrap: boolean;
484
491
  direction: "horizontal" | "vertical";
@@ -488,6 +495,7 @@ declare const _default$7: import("vue").DefineComponent<SpaceProps, {}, {}, {},
488
495
  };
489
496
  inline: boolean;
490
497
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
498
+ declare const _default$7: typeof __VLS_export$7;
491
499
  export type GridProps = {
492
500
  /**
493
501
  * @property {number | ValueWithDeviceWidth<number>} [column=24]
@@ -510,7 +518,7 @@ declare var __VLS_1$3: {};
510
518
  type __VLS_Slots$5 = {} & {
511
519
  default?: (props: typeof __VLS_1$3) => any;
512
520
  };
513
- declare const __VLS_component$5: import("vue").DefineComponent<GridProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GridProps> & Readonly<{}>, {
521
+ declare const __VLS_base$5: import("vue").DefineComponent<GridProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GridProps> & Readonly<{}>, {
514
522
  gutter: number | {
515
523
  x?: number;
516
524
  y?: number;
@@ -520,7 +528,8 @@ declare const __VLS_component$5: import("vue").DefineComponent<GridProps, {}, {}
520
528
  }>;
521
529
  column: number | ValueWithDeviceWidth<number>;
522
530
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
523
- declare const _default$8: __VLS_WithSlots$5<typeof __VLS_component$5, __VLS_Slots$5>;
531
+ declare const __VLS_export$8: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
532
+ declare const _default$8: typeof __VLS_export$8;
524
533
  type __VLS_WithSlots$5<T, S> = T & {
525
534
  new (): {
526
535
  $slots: S;
@@ -542,10 +551,11 @@ declare var __VLS_1$4: {};
542
551
  type __VLS_Slots$6 = {} & {
543
552
  default?: (props: typeof __VLS_1$4) => any;
544
553
  };
545
- declare const __VLS_component$6: import("vue").DefineComponent<GridItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GridItemProps> & Readonly<{}>, {
554
+ declare const __VLS_base$6: import("vue").DefineComponent<GridItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GridItemProps> & Readonly<{}>, {
546
555
  offset: number | ValueWithDeviceWidth<number>;
547
556
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
548
- declare const _default$9: __VLS_WithSlots$6<typeof __VLS_component$6, __VLS_Slots$6>;
557
+ declare const __VLS_export$9: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
558
+ declare const _default$9: typeof __VLS_export$9;
549
559
  type __VLS_WithSlots$6<T, S> = T & {
550
560
  new (): {
551
561
  $slots: S;
@@ -562,8 +572,9 @@ declare var __VLS_1$5: {};
562
572
  type __VLS_Slots$7 = {} & {
563
573
  default?: (props: typeof __VLS_1$5) => any;
564
574
  };
565
- declare const __VLS_component$7: import("vue").DefineComponent<ContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
566
- declare const _default$10: __VLS_WithSlots$7<typeof __VLS_component$7, __VLS_Slots$7>;
575
+ declare const __VLS_base$7: import("vue").DefineComponent<ContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
576
+ declare const __VLS_export$10: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
577
+ declare const _default$10: typeof __VLS_export$10;
567
578
  type __VLS_WithSlots$7<T, S> = T & {
568
579
  new (): {
569
580
  $slots: S;
@@ -580,10 +591,11 @@ declare var __VLS_1$6: {};
580
591
  type __VLS_Slots$8 = {} & {
581
592
  default?: (props: typeof __VLS_1$6) => any;
582
593
  };
583
- declare const __VLS_component$8: import("vue").DefineComponent<MainProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MainProps> & Readonly<{}>, {
594
+ declare const __VLS_base$8: import("vue").DefineComponent<MainProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MainProps> & Readonly<{}>, {
584
595
  soft: boolean;
585
596
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
586
- declare const _default$11: __VLS_WithSlots$8<typeof __VLS_component$8, __VLS_Slots$8>;
597
+ declare const __VLS_export$11: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
598
+ declare const _default$11: typeof __VLS_export$11;
587
599
  type __VLS_WithSlots$8<T, S> = T & {
588
600
  new (): {
589
601
  $slots: S;
@@ -615,12 +627,13 @@ declare var __VLS_1$7: {};
615
627
  type __VLS_Slots$9 = {} & {
616
628
  default?: (props: typeof __VLS_1$7) => any;
617
629
  };
618
- declare const __VLS_component$9: import("vue").DefineComponent<AsideProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AsideProps> & Readonly<{}>, {
630
+ declare const __VLS_base$9: import("vue").DefineComponent<AsideProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AsideProps> & Readonly<{}>, {
619
631
  dark: boolean;
620
632
  bordered: boolean;
621
633
  side: "left" | "right";
622
634
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
623
- declare const _default$12: __VLS_WithSlots$9<typeof __VLS_component$9, __VLS_Slots$9>;
635
+ declare const __VLS_export$12: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
636
+ declare const _default$12: typeof __VLS_export$12;
624
637
  type __VLS_WithSlots$9<T, S> = T & {
625
638
  new (): {
626
639
  $slots: S;
@@ -647,10 +660,11 @@ declare var __VLS_1$8: {};
647
660
  type __VLS_Slots$10 = {} & {
648
661
  default?: (props: typeof __VLS_1$8) => any;
649
662
  };
650
- declare const __VLS_component$10: import("vue").DefineComponent<HeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HeaderProps> & Readonly<{}>, {
663
+ declare const __VLS_base$10: import("vue").DefineComponent<HeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HeaderProps> & Readonly<{}>, {
651
664
  dark: boolean;
652
665
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
653
- declare const _default$13: __VLS_WithSlots$10<typeof __VLS_component$10, __VLS_Slots$10>;
666
+ declare const __VLS_export$13: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
667
+ declare const _default$13: typeof __VLS_export$13;
654
668
  type __VLS_WithSlots$10<T, S> = T & {
655
669
  new (): {
656
670
  $slots: S;
@@ -677,10 +691,11 @@ declare var __VLS_1$9: {};
677
691
  type __VLS_Slots$11 = {} & {
678
692
  default?: (props: typeof __VLS_1$9) => any;
679
693
  };
680
- declare const __VLS_component$11: import("vue").DefineComponent<FooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FooterProps> & Readonly<{}>, {
694
+ declare const __VLS_base$11: import("vue").DefineComponent<FooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FooterProps> & Readonly<{}>, {
681
695
  dark: boolean;
682
696
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
683
- declare const _default$14: __VLS_WithSlots$11<typeof __VLS_component$11, __VLS_Slots$11>;
697
+ declare const __VLS_export$14: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
698
+ declare const _default$14: typeof __VLS_export$14;
684
699
  type __VLS_WithSlots$11<T, S> = T & {
685
700
  new (): {
686
701
  $slots: S;
@@ -691,7 +706,7 @@ export declare const setThemeColor: (theme: "primary" | "success" | "warning" |
691
706
  dark?: string[];
692
707
  }) => void;
693
708
  export declare const resetThemeColor: (theme: "primary" | "success" | "warning" | "danger" | "sakura" | "neutral") => void;
694
- export declare const setPixelSize: (size: number) => void;
709
+ export declare const setPixelSize: (size: number, dynamicComponentSize?: boolean) => void;
695
710
  export declare const resetPixelSize: () => void;
696
711
  export type Theme = "light" | "dark" | "unset";
697
712
  export declare function useThemeMode(defaultTheme?: Theme): readonly [
@@ -731,14 +746,15 @@ declare var __VLS_1$10: {};
731
746
  type __VLS_Slots$12 = {} & {
732
747
  default?: (props: typeof __VLS_1$10) => any;
733
748
  };
734
- declare const __VLS_component$12: import("vue").DefineComponent<IconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IconProps> & Readonly<{}>, {
749
+ declare const __VLS_base$12: import("vue").DefineComponent<IconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IconProps> & Readonly<{}>, {
735
750
  size: number | string;
736
751
  color: string;
737
752
  rotate: number;
738
753
  spin: boolean;
739
754
  flip: "horizontal" | "vertical" | "both" | "none";
740
755
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
741
- declare const _default$15: __VLS_WithSlots$12<typeof __VLS_component$12, __VLS_Slots$12>;
756
+ declare const __VLS_export$15: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
757
+ declare const _default$15: typeof __VLS_export$15;
742
758
  type __VLS_WithSlots$12<T, S> = T & {
743
759
  new (): {
744
760
  $slots: S;
@@ -858,19 +874,19 @@ export type InputExpose = {
858
874
  */
859
875
  select: () => void;
860
876
  };
861
- declare var __VLS_1$11: {}, __VLS_27: {
877
+ declare var __VLS_1$11: {}, __VLS_24: {
862
878
  value: string | import("parsnip-kit").Nullish;
863
879
  count: number;
864
880
  maxLength: number | undefined;
865
- }, __VLS_34: {};
881
+ }, __VLS_31: {};
866
882
  type __VLS_Slots$13 = {} & {
867
883
  prefix?: (props: typeof __VLS_1$11) => any;
868
884
  } & {
869
- count?: (props: typeof __VLS_27) => any;
885
+ count?: (props: typeof __VLS_24) => any;
870
886
  } & {
871
- suffix?: (props: typeof __VLS_34) => any;
887
+ suffix?: (props: typeof __VLS_31) => any;
872
888
  };
873
- declare const __VLS_component$13: import("vue").DefineComponent<InputProps, InputExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
889
+ declare const __VLS_base$13: import("vue").DefineComponent<InputProps, InputExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
874
890
  clear: (value: string) => any;
875
891
  change: (value: string, e?: Event | undefined) => any;
876
892
  blur: (e: FocusEvent) => any;
@@ -893,7 +909,8 @@ declare const __VLS_component$13: import("vue").DefineComponent<InputProps, Inpu
893
909
  showCount: boolean;
894
910
  status: "success" | "warning" | "error" | "normal";
895
911
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
896
- declare const _default$16: __VLS_WithSlots$13<typeof __VLS_component$13, __VLS_Slots$13>;
912
+ declare const __VLS_export$16: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
913
+ declare const _default$16: typeof __VLS_export$16;
897
914
  type __VLS_WithSlots$13<T, S> = T & {
898
915
  new (): {
899
916
  $slots: S;
@@ -1028,13 +1045,13 @@ export type InputNumberExpose = {
1028
1045
  */
1029
1046
  select: () => void;
1030
1047
  };
1031
- declare var __VLS_1$12: {}, __VLS_60: {};
1048
+ declare var __VLS_1$12: {}, __VLS_55: {};
1032
1049
  type __VLS_Slots$14 = {} & {
1033
1050
  prefix?: (props: typeof __VLS_1$12) => any;
1034
1051
  } & {
1035
- suffix?: (props: typeof __VLS_60) => any;
1052
+ suffix?: (props: typeof __VLS_55) => any;
1036
1053
  };
1037
- declare const __VLS_component$14: import("vue").DefineComponent<InputNumberProps, InputNumberExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1054
+ declare const __VLS_base$14: import("vue").DefineComponent<InputNumberProps, InputNumberExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1038
1055
  clear: (value: number) => any;
1039
1056
  change: (value: number, e?: Event | undefined) => any;
1040
1057
  blur: (e: FocusEvent) => any;
@@ -1060,7 +1077,8 @@ declare const __VLS_component$14: import("vue").DefineComponent<InputNumberProps
1060
1077
  strickStep: boolean;
1061
1078
  buttonPlacement: "start" | "end" | "both" | "start-reverse" | "end-reverse" | "both-reverse";
1062
1079
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1063
- declare const _default$17: __VLS_WithSlots$14<typeof __VLS_component$14, __VLS_Slots$14>;
1080
+ declare const __VLS_export$17: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$14>;
1081
+ declare const _default$17: typeof __VLS_export$17;
1064
1082
  type __VLS_WithSlots$14<T, S> = T & {
1065
1083
  new (): {
1066
1084
  $slots: S;
@@ -1185,15 +1203,15 @@ export type TextareaExpose = {
1185
1203
  */
1186
1204
  select: () => void;
1187
1205
  };
1188
- declare var __VLS_9: {
1206
+ declare var __VLS_8$2: {
1189
1207
  value: string | Nullish;
1190
1208
  count: number;
1191
1209
  maxLength: number | undefined;
1192
1210
  };
1193
1211
  type __VLS_Slots$15 = {} & {
1194
- count?: (props: typeof __VLS_9) => any;
1212
+ count?: (props: typeof __VLS_8$2) => any;
1195
1213
  };
1196
- declare const __VLS_component$15: import("vue").DefineComponent<TextareaProps, TextareaExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1214
+ declare const __VLS_base$15: import("vue").DefineComponent<TextareaProps, TextareaExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1197
1215
  clear: (value: string) => any;
1198
1216
  change: (value: string, e?: Event | undefined) => any;
1199
1217
  blur: (e: FocusEvent) => any;
@@ -1219,7 +1237,8 @@ declare const __VLS_component$15: import("vue").DefineComponent<TextareaProps, T
1219
1237
  maxRows: number;
1220
1238
  autoResize: boolean;
1221
1239
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1222
- declare const _default$18: __VLS_WithSlots$15<typeof __VLS_component$15, __VLS_Slots$15>;
1240
+ declare const __VLS_export$18: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$15>;
1241
+ declare const _default$18: typeof __VLS_export$18;
1223
1242
  type __VLS_WithSlots$15<T, S> = T & {
1224
1243
  new (): {
1225
1244
  $slots: S;
@@ -1281,7 +1300,7 @@ declare var __VLS_1$13: {};
1281
1300
  type __VLS_Slots$16 = {} & {
1282
1301
  default?: (props: typeof __VLS_1$13) => any;
1283
1302
  };
1284
- declare const __VLS_component$16: import("vue").DefineComponent<TagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1303
+ declare const __VLS_base$16: import("vue").DefineComponent<TagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1285
1304
  close: (e: MouseEvent) => any;
1286
1305
  }, string, import("vue").PublicProps, Readonly<TagProps> & Readonly<{
1287
1306
  onClose?: ((e: MouseEvent) => any) | undefined;
@@ -1292,7 +1311,8 @@ declare const __VLS_component$16: import("vue").DefineComponent<TagProps, {}, {}
1292
1311
  disabled: boolean;
1293
1312
  shape: "rect" | "round" | "default";
1294
1313
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1295
- declare const _default$19: __VLS_WithSlots$16<typeof __VLS_component$16, __VLS_Slots$16>;
1314
+ declare const __VLS_export$19: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$16>;
1315
+ declare const _default$19: typeof __VLS_export$19;
1296
1316
  type __VLS_WithSlots$16<T, S> = T & {
1297
1317
  new (): {
1298
1318
  $slots: S;
@@ -1329,12 +1349,13 @@ declare var __VLS_1$14: {};
1329
1349
  type __VLS_Slots$17 = {} & {
1330
1350
  default?: (props: typeof __VLS_1$14) => any;
1331
1351
  };
1332
- declare const __VLS_component$17: import("vue").DefineComponent<InputGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupProps> & Readonly<{}>, {
1352
+ declare const __VLS_base$17: import("vue").DefineComponent<InputGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupProps> & Readonly<{}>, {
1333
1353
  disabled: boolean;
1334
1354
  readonly: boolean;
1335
1355
  shape: "rect" | "round" | "default";
1336
1356
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1337
- declare const _default$20: __VLS_WithSlots$17<typeof __VLS_component$17, __VLS_Slots$17>;
1357
+ declare const __VLS_export$20: __VLS_WithSlots$17<typeof __VLS_base$17, __VLS_Slots$17>;
1358
+ declare const _default$20: typeof __VLS_export$20;
1338
1359
  type __VLS_WithSlots$17<T, S> = T & {
1339
1360
  new (): {
1340
1361
  $slots: S;
@@ -1366,8 +1387,9 @@ declare var __VLS_1$15: {};
1366
1387
  type __VLS_Slots$18 = {} & {
1367
1388
  default?: (props: typeof __VLS_1$15) => any;
1368
1389
  };
1369
- declare const __VLS_component$18: import("vue").DefineComponent<InputGroupLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1370
- declare const _default$21: __VLS_WithSlots$18<typeof __VLS_component$18, __VLS_Slots$18>;
1390
+ declare const __VLS_base$18: import("vue").DefineComponent<InputGroupLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<InputGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1391
+ declare const __VLS_export$21: __VLS_WithSlots$18<typeof __VLS_base$18, __VLS_Slots$18>;
1392
+ declare const _default$21: typeof __VLS_export$21;
1371
1393
  type __VLS_WithSlots$18<T, S> = T & {
1372
1394
  new (): {
1373
1395
  $slots: S;
@@ -1605,33 +1627,33 @@ export type InputTagExpose = {
1605
1627
  */
1606
1628
  clear: () => void;
1607
1629
  };
1608
- declare var __VLS_1$16: {}, __VLS_10: {
1630
+ declare var __VLS_1$16: {}, __VLS_11: {
1609
1631
  tag: string;
1610
1632
  index: number;
1611
- }, __VLS_16: {
1633
+ }, __VLS_19: {
1612
1634
  tag: string;
1613
1635
  index: number;
1614
- }, __VLS_26: {
1636
+ }, __VLS_33: {
1615
1637
  tag: string;
1616
1638
  index: number;
1617
- }, __VLS_36: {
1639
+ }, __VLS_44: {
1618
1640
  tag: string;
1619
1641
  index: number;
1620
- }, __VLS_51: {};
1642
+ }, __VLS_58: {};
1621
1643
  type __VLS_Slots$19 = {} & {
1622
1644
  prefix?: (props: typeof __VLS_1$16) => any;
1623
1645
  } & {
1624
- tag?: (props: typeof __VLS_10) => any;
1646
+ tag?: (props: typeof __VLS_11) => any;
1625
1647
  } & {
1626
- tag?: (props: typeof __VLS_16) => any;
1648
+ tag?: (props: typeof __VLS_19) => any;
1627
1649
  } & {
1628
- tag?: (props: typeof __VLS_26) => any;
1650
+ tag?: (props: typeof __VLS_33) => any;
1629
1651
  } & {
1630
- tag?: (props: typeof __VLS_36) => any;
1652
+ tag?: (props: typeof __VLS_44) => any;
1631
1653
  } & {
1632
- suffix?: (props: typeof __VLS_51) => any;
1654
+ suffix?: (props: typeof __VLS_58) => any;
1633
1655
  };
1634
- declare const __VLS_component$19: import("vue").DefineComponent<InputTagProps, InputTagExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1656
+ declare const __VLS_base$19: import("vue").DefineComponent<InputTagProps, InputTagExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1635
1657
  clear: (value: string[]) => any;
1636
1658
  change: (value: string[]) => any;
1637
1659
  blur: (e: FocusEvent) => any;
@@ -1664,7 +1686,8 @@ declare const __VLS_component$19: import("vue").DefineComponent<InputTagProps, I
1664
1686
  tagTheme: "primary" | "sakura" | "success" | "warning" | "danger" | "info";
1665
1687
  tagVariant: "primary" | "plain" | "outline";
1666
1688
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1667
- declare const _default$22: __VLS_WithSlots$19<typeof __VLS_component$19, __VLS_Slots$19>;
1689
+ declare const __VLS_export$22: __VLS_WithSlots$19<typeof __VLS_base$19, __VLS_Slots$19>;
1690
+ declare const _default$22: typeof __VLS_export$22;
1668
1691
  type __VLS_WithSlots$19<T, S> = T & {
1669
1692
  new (): {
1670
1693
  $slots: S;
@@ -1774,7 +1797,7 @@ export type PopupContentProps = {
1774
1797
  contentStyle?: CSSProperties;
1775
1798
  destroyOnHide?: boolean;
1776
1799
  };
1777
- declare const _default$23: import("vue").DefineComponent<TooltipProps, {
1800
+ declare const __VLS_export$23: import("vue").DefineComponent<TooltipProps, {
1778
1801
  readonly triggerContent: ({
1779
1802
  $: import("vue").ComponentInternalInstance;
1780
1803
  $data: {};
@@ -1896,7 +1919,8 @@ declare const _default$23: import("vue").DefineComponent<TooltipProps, {
1896
1919
  arrow: boolean;
1897
1920
  destroyOnHide: boolean;
1898
1921
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
1899
- declare const _default$24: import("vue").DefineComponent<PopoverProps, {
1922
+ declare const _default$23: typeof __VLS_export$23;
1923
+ declare const __VLS_export$24: import("vue").DefineComponent<PopoverProps, {
1900
1924
  readonly triggerContent: ({
1901
1925
  $: import("vue").ComponentInternalInstance;
1902
1926
  $data: {};
@@ -2019,6 +2043,7 @@ declare const _default$24: import("vue").DefineComponent<PopoverProps, {
2019
2043
  widthEqual: boolean;
2020
2044
  destroyOnHide: boolean;
2021
2045
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2046
+ declare const _default$24: typeof __VLS_export$24;
2022
2047
  export type EmptyProps = {
2023
2048
  /**
2024
2049
  * @property {string} [description='No Data']
@@ -2026,16 +2051,17 @@ export type EmptyProps = {
2026
2051
  */
2027
2052
  description?: string;
2028
2053
  };
2029
- declare var __VLS_1$17: {}, __VLS_8$2: {};
2054
+ declare var __VLS_1$17: {}, __VLS_8$3: {};
2030
2055
  type __VLS_Slots$20 = {} & {
2031
2056
  image?: (props: typeof __VLS_1$17) => any;
2032
2057
  } & {
2033
- description?: (props: typeof __VLS_8$2) => any;
2058
+ description?: (props: typeof __VLS_8$3) => any;
2034
2059
  };
2035
- declare const __VLS_component$20: import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
2060
+ declare const __VLS_base$20: import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
2036
2061
  description: string;
2037
2062
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2038
- declare const _default$25: __VLS_WithSlots$20<typeof __VLS_component$20, __VLS_Slots$20>;
2063
+ declare const __VLS_export$25: __VLS_WithSlots$20<typeof __VLS_base$20, __VLS_Slots$20>;
2064
+ declare const _default$25: typeof __VLS_export$25;
2039
2065
  type __VLS_WithSlots$20<T, S> = T & {
2040
2066
  new (): {
2041
2067
  $slots: S;
@@ -2204,7 +2230,7 @@ export type AutoCompleteExpose = {
2204
2230
  */
2205
2231
  select: () => void;
2206
2232
  };
2207
- declare const _default$26: import("vue").DefineComponent<AutoCompleteProps, AutoCompleteExpose & {
2233
+ declare const __VLS_export$26: import("vue").DefineComponent<AutoCompleteProps, AutoCompleteExpose & {
2208
2234
  getElementRendered: () => HTMLDivElement | null;
2209
2235
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2210
2236
  clear: (value: string) => any;
@@ -2234,6 +2260,7 @@ declare const _default$26: import("vue").DefineComponent<AutoCompleteProps, Auto
2234
2260
  append: boolean;
2235
2261
  optionsDestroyOnHide: boolean;
2236
2262
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2263
+ declare const _default$26: typeof __VLS_export$26;
2237
2264
  export type MaskProps = {
2238
2265
  /**
2239
2266
  * @property {string} [color]
@@ -2261,12 +2288,13 @@ export type MaskProps = {
2261
2288
  */
2262
2289
  zIndex?: number;
2263
2290
  };
2264
- declare const _default$27: import("vue").DefineComponent<MaskProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaskProps> & Readonly<{}>, {
2291
+ declare const __VLS_export$27: import("vue").DefineComponent<MaskProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaskProps> & Readonly<{}>, {
2265
2292
  zIndex: number;
2266
2293
  step: number;
2267
2294
  grid: boolean;
2268
2295
  lineWidth: number;
2269
2296
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2297
+ declare const _default$27: typeof __VLS_export$27;
2270
2298
  export type SpinProps = {
2271
2299
  /**
2272
2300
  * @property {boolean} [loading]
@@ -2309,15 +2337,15 @@ export type SpinProps = {
2309
2337
  */
2310
2338
  maskGrid?: boolean;
2311
2339
  };
2312
- declare var __VLS_1$18: {}, __VLS_7: {}, __VLS_14: {};
2340
+ declare var __VLS_1$18: {}, __VLS_8$4: {}, __VLS_15: {};
2313
2341
  type __VLS_Slots$21 = {} & {
2314
2342
  default?: (props: typeof __VLS_1$18) => any;
2315
2343
  } & {
2316
- icon?: (props: typeof __VLS_7) => any;
2344
+ icon?: (props: typeof __VLS_8$4) => any;
2317
2345
  } & {
2318
- description?: (props: typeof __VLS_14) => any;
2346
+ description?: (props: typeof __VLS_15) => any;
2319
2347
  };
2320
- declare const __VLS_component$21: import("vue").DefineComponent<SpinProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpinProps> & Readonly<{}>, {
2348
+ declare const __VLS_base$21: import("vue").DefineComponent<SpinProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SpinProps> & Readonly<{}>, {
2321
2349
  size: "medium" | "large" | "small" | number;
2322
2350
  loading: boolean;
2323
2351
  zIndex: number;
@@ -2325,7 +2353,8 @@ declare const __VLS_component$21: import("vue").DefineComponent<SpinProps, {}, {
2325
2353
  maskLineWidth: number;
2326
2354
  maskGrid: boolean;
2327
2355
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2328
- declare const _default$28: __VLS_WithSlots$21<typeof __VLS_component$21, __VLS_Slots$21>;
2356
+ declare const __VLS_export$28: __VLS_WithSlots$21<typeof __VLS_base$21, __VLS_Slots$21>;
2357
+ declare const _default$28: typeof __VLS_export$28;
2329
2358
  type __VLS_WithSlots$21<T, S> = T & {
2330
2359
  new (): {
2331
2360
  $slots: S;
@@ -2505,7 +2534,7 @@ export type SelectExpose = {
2505
2534
  */
2506
2535
  clear: () => void;
2507
2536
  };
2508
- declare const _default$29: import("vue").DefineComponent<SelectProps, SelectExpose & {
2537
+ declare const __VLS_export$29: import("vue").DefineComponent<SelectProps, SelectExpose & {
2509
2538
  getElementRendered: () => HTMLDivElement | null;
2510
2539
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2511
2540
  clear: (value: any) => any;
@@ -2545,7 +2574,8 @@ declare const _default$29: import("vue").DefineComponent<SelectProps, SelectExpo
2545
2574
  optionsDestroyOnHide: boolean;
2546
2575
  filterable: boolean;
2547
2576
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2548
- declare const _default$30: import("vue").DefineComponent<VirtualListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<VirtualListProps> & Readonly<{}>, {
2577
+ declare const _default$29: typeof __VLS_export$29;
2578
+ declare const __VLS_export$30: import("vue").DefineComponent<VirtualListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<VirtualListProps> & Readonly<{}>, {
2549
2579
  list: {
2550
2580
  render: ValidContent;
2551
2581
  key?: string | number | symbol;
@@ -2554,6 +2584,7 @@ declare const _default$30: import("vue").DefineComponent<VirtualListProps, {}, {
2554
2584
  estimatedHeight: number;
2555
2585
  buffer: number;
2556
2586
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2587
+ declare const _default$30: typeof __VLS_export$30;
2557
2588
  export type ImageProps = {
2558
2589
  /**
2559
2590
  * @property {string} [src]
@@ -2642,7 +2673,7 @@ type __VLS_Slots$22 = {} & {
2642
2673
  } & {
2643
2674
  error?: (props: typeof __VLS_3) => any;
2644
2675
  };
2645
- declare const __VLS_component$22: import("vue").DefineComponent<ImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2676
+ declare const __VLS_base$22: import("vue").DefineComponent<ImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2646
2677
  error: (img: HTMLImageElement, error: string | Event) => any;
2647
2678
  close: (event: MouseEvent) => any;
2648
2679
  load: (img: HTMLImageElement, event: Event) => any;
@@ -2666,7 +2697,8 @@ declare const __VLS_component$22: import("vue").DefineComponent<ImageProps, {},
2666
2697
  referrerpolicy: string;
2667
2698
  crossorigin: "anonymous" | "use-credentials" | "";
2668
2699
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2669
- declare const _default$31: __VLS_WithSlots$22<typeof __VLS_component$22, __VLS_Slots$22>;
2700
+ declare const __VLS_export$31: __VLS_WithSlots$22<typeof __VLS_base$22, __VLS_Slots$22>;
2701
+ declare const _default$31: typeof __VLS_export$31;
2670
2702
  type __VLS_WithSlots$22<T, S> = T & {
2671
2703
  new (): {
2672
2704
  $slots: S;
@@ -2703,10 +2735,11 @@ declare var __VLS_1$20: {};
2703
2735
  type __VLS_Slots$23 = {} & {
2704
2736
  default?: (props: typeof __VLS_1$20) => any;
2705
2737
  };
2706
- declare const __VLS_component$23: import("vue").DefineComponent<AvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
2738
+ declare const __VLS_base$23: import("vue").DefineComponent<AvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
2707
2739
  bordered: boolean;
2708
2740
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2709
- declare const _default$32: __VLS_WithSlots$23<typeof __VLS_component$23, __VLS_Slots$23>;
2741
+ declare const __VLS_export$32: __VLS_WithSlots$23<typeof __VLS_base$23, __VLS_Slots$23>;
2742
+ declare const _default$32: typeof __VLS_export$32;
2710
2743
  type __VLS_WithSlots$23<T, S> = T & {
2711
2744
  new (): {
2712
2745
  $slots: S;
@@ -2907,7 +2940,7 @@ declare var __VLS_1$21: {};
2907
2940
  type __VLS_Slots$24 = {} & {
2908
2941
  default?: (props: typeof __VLS_1$21) => any;
2909
2942
  };
2910
- declare const __VLS_component$24: import("vue").DefineComponent<FormProps, FormExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2943
+ declare const __VLS_base$24: import("vue").DefineComponent<FormProps, FormExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2911
2944
  submit: (form: Record<string | number, any>, event: Event) => any;
2912
2945
  reset: (form: Record<string | number, any>, event: Event) => any;
2913
2946
  }, string, import("vue").PublicProps, Readonly<FormProps> & Readonly<{
@@ -2922,7 +2955,8 @@ declare const __VLS_component$24: import("vue").DefineComponent<FormProps, FormE
2922
2955
  asteriskPlacement: "left" | "right" | "end";
2923
2956
  labelAutoWidth: boolean;
2924
2957
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2925
- declare const _default$33: __VLS_WithSlots$24<typeof __VLS_component$24, __VLS_Slots$24>;
2958
+ declare const __VLS_export$33: __VLS_WithSlots$24<typeof __VLS_base$24, __VLS_Slots$24>;
2959
+ declare const _default$33: typeof __VLS_export$33;
2926
2960
  type __VLS_WithSlots$24<T, S> = T & {
2927
2961
  new (): {
2928
2962
  $slots: S;
@@ -2985,20 +3019,20 @@ export type FormItemProps = {
2985
3019
  */
2986
3020
  contentProps?: ColProps;
2987
3021
  };
2988
- declare var __VLS_10$1: {}, __VLS_16$1: {}, __VLS_18: {
3022
+ declare var __VLS_14: {}, __VLS_22: {}, __VLS_24$1: {
2989
3023
  message: string;
2990
3024
  level: RuleLevel;
2991
- }, __VLS_20: {};
3025
+ }, __VLS_26: {};
2992
3026
  type __VLS_Slots$25 = {} & {
2993
- label?: (props: typeof __VLS_10$1) => any;
3027
+ label?: (props: typeof __VLS_14) => any;
2994
3028
  } & {
2995
- default?: (props: typeof __VLS_16$1) => any;
3029
+ default?: (props: typeof __VLS_22) => any;
2996
3030
  } & {
2997
- tip?: (props: typeof __VLS_18) => any;
3031
+ tip?: (props: typeof __VLS_24$1) => any;
2998
3032
  } & {
2999
- extra?: (props: typeof __VLS_20) => any;
3033
+ extra?: (props: typeof __VLS_26) => any;
3000
3034
  };
3001
- declare const __VLS_component$25: import("vue").DefineComponent<FormItemProps, {
3035
+ declare const __VLS_base$25: import("vue").DefineComponent<FormItemProps, {
3002
3036
  validate: (trigger?: RuleTrigger) => Promise<{
3003
3037
  message: string;
3004
3038
  level: RuleLevel;
@@ -3013,7 +3047,8 @@ declare const __VLS_component$25: import("vue").DefineComponent<FormItemProps, {
3013
3047
  labelProps: ColProps;
3014
3048
  contentProps: ColProps;
3015
3049
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3016
- declare const _default$34: __VLS_WithSlots$25<typeof __VLS_component$25, __VLS_Slots$25>;
3050
+ declare const __VLS_export$34: __VLS_WithSlots$25<typeof __VLS_base$25, __VLS_Slots$25>;
3051
+ declare const _default$34: typeof __VLS_export$34;
3017
3052
  type __VLS_WithSlots$25<T, S> = T & {
3018
3053
  new (): {
3019
3054
  $slots: S;
@@ -3092,7 +3127,7 @@ export type SwitchProps = {
3092
3127
  */
3093
3128
  inactiveColor?: string;
3094
3129
  };
3095
- declare var __VLS_1$22: {}, __VLS_3$1: {}, __VLS_5: {}, __VLS_12: {}, __VLS_14$1: {}, __VLS_16$2: {};
3130
+ declare var __VLS_1$22: {}, __VLS_3$1: {}, __VLS_5: {}, __VLS_12: {}, __VLS_14$1: {}, __VLS_16: {};
3096
3131
  type __VLS_Slots$26 = {} & {
3097
3132
  "inactive-label"?: (props: typeof __VLS_1$22) => any;
3098
3133
  } & {
@@ -3104,9 +3139,9 @@ type __VLS_Slots$26 = {} & {
3104
3139
  } & {
3105
3140
  "inactive-icon"?: (props: typeof __VLS_14$1) => any;
3106
3141
  } & {
3107
- "active-label"?: (props: typeof __VLS_16$2) => any;
3142
+ "active-label"?: (props: typeof __VLS_16) => any;
3108
3143
  };
3109
- declare const __VLS_component$26: import("vue").DefineComponent<SwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3144
+ declare const __VLS_base$26: import("vue").DefineComponent<SwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3110
3145
  change: (value: boolean, event: Event) => any;
3111
3146
  blur: (event: FocusEvent) => any;
3112
3147
  input: (value: boolean, event: InputEvent) => any;
@@ -3126,7 +3161,8 @@ declare const __VLS_component$26: import("vue").DefineComponent<SwitchProps, {},
3126
3161
  modelValue: boolean | null;
3127
3162
  defaultValue: boolean | null;
3128
3163
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3129
- declare const _default$35: __VLS_WithSlots$26<typeof __VLS_component$26, __VLS_Slots$26>;
3164
+ declare const __VLS_export$35: __VLS_WithSlots$26<typeof __VLS_base$26, __VLS_Slots$26>;
3165
+ declare const _default$35: typeof __VLS_export$35;
3130
3166
  type __VLS_WithSlots$26<T, S> = T & {
3131
3167
  new (): {
3132
3168
  $slots: S;
@@ -3226,35 +3262,35 @@ export type SliderProps = {
3226
3262
  declare var __VLS_1$23: {
3227
3263
  value: number;
3228
3264
  label: string | undefined;
3229
- }, __VLS_7$1: {}, __VLS_10$2: {
3265
+ }, __VLS_9: {}, __VLS_12$1: {
3230
3266
  value: number | null | undefined;
3231
- }, __VLS_12$1: {}, __VLS_18$1: {}, __VLS_21: {
3267
+ }, __VLS_14$2: {}, __VLS_22$1: {}, __VLS_25: {
3232
3268
  value: number | null | undefined;
3233
- }, __VLS_23: {}, __VLS_29: {}, __VLS_32: {
3269
+ }, __VLS_27: {}, __VLS_35: {}, __VLS_38: {
3234
3270
  value: number | null | undefined;
3235
- }, __VLS_34$1: {};
3271
+ }, __VLS_40: {};
3236
3272
  type __VLS_Slots$27 = {} & {
3237
3273
  mark?: (props: typeof __VLS_1$23) => any;
3238
3274
  } & {
3239
- thumb?: (props: typeof __VLS_7$1) => any;
3275
+ thumb?: (props: typeof __VLS_9) => any;
3240
3276
  } & {
3241
- "tooltip-content"?: (props: typeof __VLS_10$2) => any;
3277
+ "tooltip-content"?: (props: typeof __VLS_12$1) => any;
3242
3278
  } & {
3243
- thumb?: (props: typeof __VLS_12$1) => any;
3279
+ thumb?: (props: typeof __VLS_14$2) => any;
3244
3280
  } & {
3245
- "thumb-start"?: (props: typeof __VLS_18$1) => any;
3281
+ "thumb-start"?: (props: typeof __VLS_22$1) => any;
3246
3282
  } & {
3247
- "tooltip-content"?: (props: typeof __VLS_21) => any;
3283
+ "tooltip-content"?: (props: typeof __VLS_25) => any;
3248
3284
  } & {
3249
- "thumb-start"?: (props: typeof __VLS_23) => any;
3285
+ "thumb-start"?: (props: typeof __VLS_27) => any;
3250
3286
  } & {
3251
- "thumb-end"?: (props: typeof __VLS_29) => any;
3287
+ "thumb-end"?: (props: typeof __VLS_35) => any;
3252
3288
  } & {
3253
- "tooltip-content"?: (props: typeof __VLS_32) => any;
3289
+ "tooltip-content"?: (props: typeof __VLS_38) => any;
3254
3290
  } & {
3255
- "thumb-end"?: (props: typeof __VLS_34$1) => any;
3291
+ "thumb-end"?: (props: typeof __VLS_40) => any;
3256
3292
  };
3257
- declare const __VLS_component$27: import("vue").DefineComponent<SliderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3293
+ declare const __VLS_base$27: import("vue").DefineComponent<SliderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3258
3294
  change: (value: number | [
3259
3295
  number,
3260
3296
  number
@@ -3293,7 +3329,8 @@ declare const __VLS_component$27: import("vue").DefineComponent<SliderProps, {},
3293
3329
  precision: number | null;
3294
3330
  tooltip: boolean;
3295
3331
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3296
- declare const _default$36: __VLS_WithSlots$27<typeof __VLS_component$27, __VLS_Slots$27>;
3332
+ declare const __VLS_export$36: __VLS_WithSlots$27<typeof __VLS_base$27, __VLS_Slots$27>;
3333
+ declare const _default$36: typeof __VLS_export$36;
3297
3334
  type __VLS_WithSlots$27<T, S> = T & {
3298
3335
  new (): {
3299
3336
  $slots: S;
@@ -3345,7 +3382,7 @@ declare var __VLS_1$24: {};
3345
3382
  type __VLS_Slots$28 = {} & {
3346
3383
  default?: (props: typeof __VLS_1$24) => any;
3347
3384
  };
3348
- declare const __VLS_component$28: import("vue").DefineComponent<RadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3385
+ declare const __VLS_base$28: import("vue").DefineComponent<RadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3349
3386
  change: (value: boolean, event: Event) => any;
3350
3387
  blur: (event: FocusEvent) => any;
3351
3388
  input: (value: boolean, event: InputEvent) => any;
@@ -3363,7 +3400,8 @@ declare const __VLS_component$28: import("vue").DefineComponent<RadioProps, {},
3363
3400
  modelValue: boolean | null;
3364
3401
  defaultValue: boolean | null;
3365
3402
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3366
- declare const _default$37: __VLS_WithSlots$28<typeof __VLS_component$28, __VLS_Slots$28>;
3403
+ declare const __VLS_export$37: __VLS_WithSlots$28<typeof __VLS_base$28, __VLS_Slots$28>;
3404
+ declare const _default$37: typeof __VLS_export$37;
3367
3405
  type __VLS_WithSlots$28<T, S> = T & {
3368
3406
  new (): {
3369
3407
  $slots: S;
@@ -3419,7 +3457,7 @@ declare var __VLS_1$25: {};
3419
3457
  type __VLS_Slots$29 = {} & {
3420
3458
  default?: (props: typeof __VLS_1$25) => any;
3421
3459
  };
3422
- declare const __VLS_component$29: import("vue").DefineComponent<RadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3460
+ declare const __VLS_base$29: import("vue").DefineComponent<RadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3423
3461
  change: (value: any) => any;
3424
3462
  "update:modelValue": (value: any) => any;
3425
3463
  }, string, import("vue").PublicProps, Readonly<RadioGroupProps> & Readonly<{
@@ -3430,7 +3468,8 @@ declare const __VLS_component$29: import("vue").DefineComponent<RadioGroupProps,
3430
3468
  readonly: boolean;
3431
3469
  direction: "horizontal" | "vertical";
3432
3470
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3433
- declare const _default$38: __VLS_WithSlots$29<typeof __VLS_component$29, __VLS_Slots$29>;
3471
+ declare const __VLS_export$38: __VLS_WithSlots$29<typeof __VLS_base$29, __VLS_Slots$29>;
3472
+ declare const _default$38: typeof __VLS_export$38;
3434
3473
  type __VLS_WithSlots$29<T, S> = T & {
3435
3474
  new (): {
3436
3475
  $slots: S;
@@ -3487,7 +3526,7 @@ declare var __VLS_6$2: {};
3487
3526
  type __VLS_Slots$30 = {} & {
3488
3527
  default?: (props: typeof __VLS_6$2) => any;
3489
3528
  };
3490
- declare const __VLS_component$30: import("vue").DefineComponent<CheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3529
+ declare const __VLS_base$30: import("vue").DefineComponent<CheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3491
3530
  change: (value: boolean, event: Event) => any;
3492
3531
  blur: (event: FocusEvent) => any;
3493
3532
  input: (value: boolean, event: InputEvent) => any;
@@ -3506,7 +3545,8 @@ declare const __VLS_component$30: import("vue").DefineComponent<CheckboxProps, {
3506
3545
  defaultValue: boolean | null;
3507
3546
  indeterminate: boolean;
3508
3547
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3509
- declare const _default$39: __VLS_WithSlots$30<typeof __VLS_component$30, __VLS_Slots$30>;
3548
+ declare const __VLS_export$39: __VLS_WithSlots$30<typeof __VLS_base$30, __VLS_Slots$30>;
3549
+ declare const _default$39: typeof __VLS_export$39;
3510
3550
  type __VLS_WithSlots$30<T, S> = T & {
3511
3551
  new (): {
3512
3552
  $slots: S;
@@ -3562,7 +3602,7 @@ declare var __VLS_1$26: {};
3562
3602
  type __VLS_Slots$31 = {} & {
3563
3603
  default?: (props: typeof __VLS_1$26) => any;
3564
3604
  };
3565
- declare const __VLS_component$31: import("vue").DefineComponent<CheckboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3605
+ declare const __VLS_base$31: import("vue").DefineComponent<CheckboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3566
3606
  change: (value: any[]) => any;
3567
3607
  "update:modelValue": (value: any[]) => any;
3568
3608
  }, string, import("vue").PublicProps, Readonly<CheckboxGroupProps> & Readonly<{
@@ -3573,7 +3613,8 @@ declare const __VLS_component$31: import("vue").DefineComponent<CheckboxGroupPro
3573
3613
  readonly: boolean;
3574
3614
  direction: "horizontal" | "vertical";
3575
3615
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3576
- declare const _default$40: __VLS_WithSlots$31<typeof __VLS_component$31, __VLS_Slots$31>;
3616
+ declare const __VLS_export$40: __VLS_WithSlots$31<typeof __VLS_base$31, __VLS_Slots$31>;
3617
+ declare const _default$40: typeof __VLS_export$40;
3577
3618
  type __VLS_WithSlots$31<T, S> = T & {
3578
3619
  new (): {
3579
3620
  $slots: S;
@@ -3600,12 +3641,13 @@ declare var __VLS_1$27: {};
3600
3641
  type __VLS_Slots$32 = {} & {
3601
3642
  default?: (props: typeof __VLS_1$27) => any;
3602
3643
  };
3603
- declare const __VLS_component$32: import("vue").DefineComponent<TextOutlineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TextOutlineProps> & Readonly<{}>, {
3644
+ declare const __VLS_base$32: import("vue").DefineComponent<TextOutlineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TextOutlineProps> & Readonly<{}>, {
3604
3645
  color: string;
3605
3646
  outlineWidth: number | string;
3606
3647
  autoPadding: boolean;
3607
3648
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3608
- declare const _default$41: __VLS_WithSlots$32<typeof __VLS_component$32, __VLS_Slots$32>;
3649
+ declare const __VLS_export$41: __VLS_WithSlots$32<typeof __VLS_base$32, __VLS_Slots$32>;
3650
+ declare const _default$41: typeof __VLS_export$41;
3609
3651
  type __VLS_WithSlots$32<T, S> = T & {
3610
3652
  new (): {
3611
3653
  $slots: S;