yc-design-vue 1.0.7 → 1.0.8

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 (91) hide show
  1. package/es/Alert/index.d.ts +3 -3
  2. package/es/Alert/index.vue.d.ts +1 -1
  3. package/es/AutoComplete/index.d.ts +10 -10
  4. package/es/AutoComplete/index.vue.d.ts +20 -20
  5. package/es/Cascader/CascaderOption.vue.d.ts +1 -1
  6. package/es/ColorPicker/hooks/useContext.d.ts +1 -1
  7. package/es/Descriptions/Descriptions.vue.d.ts +1 -1
  8. package/es/Descriptions/hooks/useContext.d.ts +1 -1
  9. package/es/Descriptions/index.d.ts +3 -3
  10. package/es/Drawer/Drawer.vue.d.ts +1 -1
  11. package/es/Drawer/DrawerService.vue.d.ts +1 -1
  12. package/es/Drawer/index.d.ts +3 -3
  13. package/es/InputNumber/InputOperaBtn.vue2.js +1 -1
  14. package/es/InputTag/index.d.ts +5 -5
  15. package/es/InputTag/index.vue.d.ts +2 -2
  16. package/es/List/List.vue.d.ts +2 -2
  17. package/es/List/index.d.ts +1 -1
  18. package/es/Mention/index.d.ts +13 -13
  19. package/es/Mention/index.vue.d.ts +21 -21
  20. package/es/Message/Message.vue.d.ts +1 -1
  21. package/es/Message/index.d.ts +3 -3
  22. package/es/Modal/Modal.vue.d.ts +2 -2
  23. package/es/Modal/ModalService.vue.d.ts +2 -2
  24. package/es/Modal/index.d.ts +6 -6
  25. package/es/Notification/Notification.vue.d.ts +3 -3
  26. package/es/Notification/index.d.ts +9 -9
  27. package/es/Pagination/hooks/useContext.d.ts +1 -1
  28. package/es/Popover/index.d.ts +3 -3
  29. package/es/Popover/index.vue.d.ts +1 -1
  30. package/es/Select/Select.vue.d.ts +12 -12
  31. package/es/Select/index.d.ts +10 -10
  32. package/es/Statistic/Countdown.vue.d.ts +1 -1
  33. package/es/Statistic/Statistic.vue.d.ts +1 -1
  34. package/es/Statistic/index.d.ts +6 -6
  35. package/es/Tabs/hooks/useContext.d.ts +1 -1
  36. package/es/Transfer/Transfer.vue.d.ts +1 -1
  37. package/es/Transfer/index.d.ts +3 -3
  38. package/es/Trigger/index.vue.js +1 -1
  39. package/es/Trigger/index.vue2.js +5 -2
  40. package/es/_shared/icons/IconMinus.vue.js +16 -1
  41. package/es/_shared/icons/IconMinus.vue2.js +1 -16
  42. package/es/_shared/utils/dom.d.ts +1 -1
  43. package/es/_shared/utils/global-config.d.ts +1 -1
  44. package/es/index.d.ts +3 -3
  45. package/es/style.css +1 -1
  46. package/lib/Alert/index.d.ts +3 -3
  47. package/lib/Alert/index.vue.d.ts +1 -1
  48. package/lib/AutoComplete/index.d.ts +10 -10
  49. package/lib/AutoComplete/index.vue.d.ts +20 -20
  50. package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
  51. package/lib/ColorPicker/hooks/useContext.d.ts +1 -1
  52. package/lib/Descriptions/Descriptions.vue.d.ts +1 -1
  53. package/lib/Descriptions/hooks/useContext.d.ts +1 -1
  54. package/lib/Descriptions/index.d.ts +3 -3
  55. package/lib/Drawer/Drawer.vue.d.ts +1 -1
  56. package/lib/Drawer/DrawerService.vue.d.ts +1 -1
  57. package/lib/Drawer/index.d.ts +3 -3
  58. package/lib/InputNumber/InputOperaBtn.vue2.js +1 -1
  59. package/lib/InputTag/index.d.ts +5 -5
  60. package/lib/InputTag/index.vue.d.ts +2 -2
  61. package/lib/List/List.vue.d.ts +2 -2
  62. package/lib/List/index.d.ts +1 -1
  63. package/lib/Mention/index.d.ts +13 -13
  64. package/lib/Mention/index.vue.d.ts +21 -21
  65. package/lib/Message/Message.vue.d.ts +1 -1
  66. package/lib/Message/index.d.ts +3 -3
  67. package/lib/Modal/Modal.vue.d.ts +2 -2
  68. package/lib/Modal/ModalService.vue.d.ts +2 -2
  69. package/lib/Modal/index.d.ts +6 -6
  70. package/lib/Notification/Notification.vue.d.ts +3 -3
  71. package/lib/Notification/index.d.ts +9 -9
  72. package/lib/Pagination/hooks/useContext.d.ts +1 -1
  73. package/lib/Popover/index.d.ts +3 -3
  74. package/lib/Popover/index.vue.d.ts +1 -1
  75. package/lib/Select/Select.vue.d.ts +12 -12
  76. package/lib/Select/index.d.ts +10 -10
  77. package/lib/Statistic/Countdown.vue.d.ts +1 -1
  78. package/lib/Statistic/Statistic.vue.d.ts +1 -1
  79. package/lib/Statistic/index.d.ts +6 -6
  80. package/lib/Tabs/hooks/useContext.d.ts +1 -1
  81. package/lib/Transfer/Transfer.vue.d.ts +1 -1
  82. package/lib/Transfer/index.d.ts +3 -3
  83. package/lib/Trigger/index.vue.js +1 -1
  84. package/lib/Trigger/index.vue2.js +1 -1
  85. package/lib/_shared/icons/IconMinus.vue.js +1 -1
  86. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  87. package/lib/_shared/utils/dom.d.ts +1 -1
  88. package/lib/_shared/utils/global-config.d.ts +1 -1
  89. package/lib/index.d.ts +3 -3
  90. package/lib/style.css +1 -1
  91. package/package.json +1 -1
@@ -71,7 +71,7 @@ declare function __VLS_template(): {
71
71
  outerStyle: import('vue').CSSProperties;
72
72
  }> & Omit<Readonly<import('../Scrollbar').ScrollbarProps> & Readonly<{
73
73
  onScroll?: ((left: number, top: number, ev: Event) => any) | undefined;
74
- }>, "scrollLeft" | "scrollTop" | "scrollTo" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
74
+ }>, "scrollTop" | "scrollLeft" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "scrollTo" | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
75
75
  scrollTo(options: ScrollOptions): void;
76
76
  scrollLeft(left: number): void;
77
77
  scrollTop(top: number): void;
@@ -230,7 +230,7 @@ declare const __VLS_component: import('vue').DefineComponent<ListProps, {}, {},
230
230
  outerStyle: import('vue').CSSProperties;
231
231
  }> & Omit<Readonly<import('../Scrollbar').ScrollbarProps> & Readonly<{
232
232
  onScroll?: ((left: number, top: number, ev: Event) => any) | undefined;
233
- }>, "scrollLeft" | "scrollTop" | "scrollTo" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
233
+ }>, "scrollTop" | "scrollLeft" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "scrollTo" | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
234
234
  scrollTo(options: ScrollOptions): void;
235
235
  scrollLeft(left: number): void;
236
236
  scrollTop(top: number): void;
@@ -99,7 +99,7 @@ declare const List: {
99
99
  outerStyle: import('vue').CSSProperties;
100
100
  }> & Omit<Readonly<import('..').ScrollbarProps> & Readonly<{
101
101
  onScroll?: ((left: number, top: number, ev: Event) => any) | undefined;
102
- }>, "scrollLeft" | "scrollTop" | "scrollTo" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
102
+ }>, "scrollTop" | "scrollLeft" | ("scrollbar" | "type" | "outerClass" | "outerStyle") | "scrollTo" | "getScrollRef"> & import('vue').ShallowUnwrapRef<{
103
103
  scrollTo(options: ScrollOptions): void;
104
104
  scrollLeft(left: number): void;
105
105
  scrollTop(top: number): void;
@@ -26,13 +26,13 @@ declare const Mention: {
26
26
  "update:modelValue": (value: string) => any;
27
27
  }, import('vue').PublicProps, {
28
28
  disabled: boolean;
29
- prefix: string | string[];
30
29
  split: string;
31
30
  type: "input" | "textarea";
32
31
  data: import('..').SelectOptions;
33
32
  modelValue: string;
34
33
  defaultValue: string;
35
34
  allowClear: boolean;
35
+ prefix: string | string[];
36
36
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
37
37
  autoCompleteRef: ({
38
38
  $: import('vue').ComponentInternalInstance;
@@ -114,9 +114,9 @@ declare const Mention: {
114
114
  readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
115
115
  readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
116
116
  readonly onClear?: (() => any) | undefined;
117
- readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
118
117
  readonly onSelect?: ((value: import('..').SelectValue) => any) | undefined;
119
118
  readonly onSearch?: ((value: string) => any) | undefined;
119
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
120
120
  readonly "onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
121
121
  readonly "onUpdate:inputValue"?: ((value: import('..').SelectValue) => any) | undefined;
122
122
  readonly "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -391,9 +391,9 @@ declare const Mention: {
391
391
  readonly allowCreate?: boolean | undefined;
392
392
  readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
393
393
  readonly onClear?: ((ev: MouseEvent) => any) | undefined;
394
- readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
395
394
  readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
396
395
  readonly onInput?: ((value: string) => any) | undefined;
396
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
397
397
  readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
398
398
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
399
399
  readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -414,14 +414,14 @@ declare const Mention: {
414
414
  $root: import('vue').ComponentPublicInstance | null;
415
415
  $parent: import('vue').ComponentPublicInstance | null;
416
416
  $host: Element | null;
417
- $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
417
+ $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
418
418
  $el: HTMLDivElement;
419
419
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
420
420
  onFocus?: ((ev: FocusEvent) => any) | undefined;
421
421
  onClear?: ((ev: MouseEvent) => any) | undefined;
422
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
423
422
  onBlur?: ((ev: FocusEvent) => any) | undefined;
424
423
  onInput?: ((value: string) => any) | undefined;
424
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
425
425
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
426
426
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
427
427
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -432,9 +432,9 @@ declare const Mention: {
432
432
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
433
433
  focus: (ev: FocusEvent) => any;
434
434
  clear: (ev: MouseEvent) => any;
435
- remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
436
435
  blur: (ev: FocusEvent) => any;
437
436
  input: (value: string) => any;
437
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
438
438
  "update:modelValue": (value: import('..').InputTagValue) => any;
439
439
  "update:inputValue": (value: string) => any;
440
440
  "input-value-change": (value: string, ev: Event) => any;
@@ -496,9 +496,9 @@ declare const Mention: {
496
496
  }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
497
497
  onFocus?: ((ev: FocusEvent) => any) | undefined;
498
498
  onClear?: ((ev: MouseEvent) => any) | undefined;
499
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
500
499
  onBlur?: ((ev: FocusEvent) => any) | undefined;
501
500
  onInput?: ((value: string) => any) | undefined;
501
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
502
502
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
503
503
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
504
504
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -516,16 +516,16 @@ declare const Mention: {
516
516
  $root: import('vue').ComponentPublicInstance | null;
517
517
  $parent: import('vue').ComponentPublicInstance | null;
518
518
  $host: Element | null;
519
- $emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "select", value: import('..').SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('..').SelectValue) => void) & ((event: "update:inputValue", value: import('..').SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: import('..').SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
519
+ $emit: ((event: "change", value: import('..').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: import('..').SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: import('..').SelectValue) => void) & ((event: "update:inputValue", value: import('..').SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: import('..').SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
520
520
  $el: any;
521
521
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').SelectProps> & Readonly<{
522
522
  onChange?: ((value: import('..').SelectValue) => any) | undefined;
523
523
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
524
524
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
525
525
  onClear?: (() => any) | undefined;
526
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
527
526
  onSelect?: ((value: import('..').SelectValue) => any) | undefined;
528
527
  onSearch?: ((value: string) => any) | undefined;
528
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
529
529
  "onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
530
530
  "onUpdate:inputValue"?: ((value: import('..').SelectValue) => any) | undefined;
531
531
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -541,9 +541,9 @@ declare const Mention: {
541
541
  "update:popupVisible": (value: boolean) => any;
542
542
  "popup-visible-change": (value: boolean) => any;
543
543
  clear: () => any;
544
- remove: (index: string | number, ev: Event) => any;
545
544
  select: (value: import('..').SelectValue) => any;
546
545
  search: (value: string) => any;
546
+ remove: (index: string | number, ev: Event) => any;
547
547
  "update:modelValue": (value: import('..').SelectValue) => any;
548
548
  "update:inputValue": (value: import('..').SelectValue) => any;
549
549
  "input-value-change": (value: string) => any;
@@ -643,9 +643,9 @@ declare const Mention: {
643
643
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
644
644
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
645
645
  onClear?: (() => any) | undefined;
646
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
647
646
  onSelect?: ((value: import('..').SelectValue) => any) | undefined;
648
647
  onSearch?: ((value: string) => any) | undefined;
648
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
649
649
  "onUpdate:modelValue"?: ((value: import('..').SelectValue) => any) | undefined;
650
650
  "onUpdate:inputValue"?: ((value: import('..').SelectValue) => any) | undefined;
651
651
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -861,13 +861,13 @@ declare const Mention: {
861
861
  blur(): void;
862
862
  }, {}, {}, {}, {
863
863
  disabled: boolean;
864
- prefix: string | string[];
865
864
  split: string;
866
865
  type: "input" | "textarea";
867
866
  data: import('..').SelectOptions;
868
867
  modelValue: string;
869
868
  defaultValue: string;
870
869
  allowClear: boolean;
870
+ prefix: string | string[];
871
871
  }>;
872
872
  __isFragment?: never;
873
873
  __isTeleport?: never;
@@ -895,13 +895,13 @@ declare const Mention: {
895
895
  "update:modelValue": (value: string) => any;
896
896
  }, string, {
897
897
  disabled: boolean;
898
- prefix: string | string[];
899
898
  split: string;
900
899
  type: "input" | "textarea";
901
900
  data: import('..').SelectOptions;
902
901
  modelValue: string;
903
902
  defaultValue: string;
904
903
  allowClear: boolean;
904
+ prefix: string | string[];
905
905
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
906
906
  $slots: Readonly<import('./type').MentionSlots> & import('./type').MentionSlots;
907
907
  }) & {
@@ -85,9 +85,9 @@ declare function __VLS_template(): {
85
85
  readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
86
86
  readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
87
87
  readonly onClear?: (() => any) | undefined;
88
- readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
89
88
  readonly onSelect?: ((value: SelectValue) => any) | undefined;
90
89
  readonly onSearch?: ((value: string) => any) | undefined;
90
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
91
91
  readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
92
92
  readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
93
93
  readonly "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -362,9 +362,9 @@ declare function __VLS_template(): {
362
362
  readonly allowCreate?: boolean | undefined;
363
363
  readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
364
364
  readonly onClear?: ((ev: MouseEvent) => any) | undefined;
365
- readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
366
365
  readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
367
366
  readonly onInput?: ((value: string) => any) | undefined;
367
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
368
368
  readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
369
369
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
370
370
  readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -385,14 +385,14 @@ declare function __VLS_template(): {
385
385
  $root: import('vue').ComponentPublicInstance | null;
386
386
  $parent: import('vue').ComponentPublicInstance | null;
387
387
  $host: Element | null;
388
- $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
388
+ $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
389
389
  $el: HTMLDivElement;
390
390
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
391
391
  onFocus?: ((ev: FocusEvent) => any) | undefined;
392
392
  onClear?: ((ev: MouseEvent) => any) | undefined;
393
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
394
393
  onBlur?: ((ev: FocusEvent) => any) | undefined;
395
394
  onInput?: ((value: string) => any) | undefined;
395
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
396
396
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
397
397
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
398
398
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -403,9 +403,9 @@ declare function __VLS_template(): {
403
403
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
404
404
  focus: (ev: FocusEvent) => any;
405
405
  clear: (ev: MouseEvent) => any;
406
- remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
407
406
  blur: (ev: FocusEvent) => any;
408
407
  input: (value: string) => any;
408
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
409
409
  "update:modelValue": (value: import('..').InputTagValue) => any;
410
410
  "update:inputValue": (value: string) => any;
411
411
  "input-value-change": (value: string, ev: Event) => any;
@@ -467,9 +467,9 @@ declare function __VLS_template(): {
467
467
  }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
468
468
  onFocus?: ((ev: FocusEvent) => any) | undefined;
469
469
  onClear?: ((ev: MouseEvent) => any) | undefined;
470
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
471
470
  onBlur?: ((ev: FocusEvent) => any) | undefined;
472
471
  onInput?: ((value: string) => any) | undefined;
472
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
473
473
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
474
474
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
475
475
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -487,16 +487,16 @@ declare function __VLS_template(): {
487
487
  $root: import('vue').ComponentPublicInstance | null;
488
488
  $parent: import('vue').ComponentPublicInstance | null;
489
489
  $host: Element | null;
490
- $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
490
+ $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
491
491
  $el: any;
492
492
  $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
493
493
  onChange?: ((value: SelectValue) => any) | undefined;
494
494
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
495
495
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
496
496
  onClear?: (() => any) | undefined;
497
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
498
497
  onSelect?: ((value: SelectValue) => any) | undefined;
499
498
  onSearch?: ((value: string) => any) | undefined;
499
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
500
500
  "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
501
501
  "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
502
502
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -512,9 +512,9 @@ declare function __VLS_template(): {
512
512
  "update:popupVisible": (value: boolean) => any;
513
513
  "popup-visible-change": (value: boolean) => any;
514
514
  clear: () => any;
515
- remove: (index: string | number, ev: Event) => any;
516
515
  select: (value: SelectValue) => any;
517
516
  search: (value: string) => any;
517
+ remove: (index: string | number, ev: Event) => any;
518
518
  "update:modelValue": (value: SelectValue) => any;
519
519
  "update:inputValue": (value: SelectValue) => any;
520
520
  "input-value-change": (value: string) => any;
@@ -614,9 +614,9 @@ declare function __VLS_template(): {
614
614
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
615
615
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
616
616
  onClear?: (() => any) | undefined;
617
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
618
617
  onSelect?: ((value: SelectValue) => any) | undefined;
619
618
  onSearch?: ((value: string) => any) | undefined;
619
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
620
620
  "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
621
621
  "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
622
622
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -838,13 +838,13 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
838
838
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
839
839
  }>, {
840
840
  disabled: boolean;
841
- prefix: string | string[];
842
841
  split: string;
843
842
  type: "input" | "textarea";
844
843
  data: import('../Select').SelectOptions;
845
844
  modelValue: string;
846
845
  defaultValue: string;
847
846
  allowClear: boolean;
847
+ prefix: string | string[];
848
848
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
849
849
  autoCompleteRef: ({
850
850
  $: import('vue').ComponentInternalInstance;
@@ -926,9 +926,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
926
926
  readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
927
927
  readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
928
928
  readonly onClear?: (() => any) | undefined;
929
- readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
930
929
  readonly onSelect?: ((value: SelectValue) => any) | undefined;
931
930
  readonly onSearch?: ((value: string) => any) | undefined;
931
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
932
932
  readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
933
933
  readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
934
934
  readonly "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -1203,9 +1203,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1203
1203
  readonly allowCreate?: boolean | undefined;
1204
1204
  readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
1205
1205
  readonly onClear?: ((ev: MouseEvent) => any) | undefined;
1206
- readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1207
1206
  readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
1208
1207
  readonly onInput?: ((value: string) => any) | undefined;
1208
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1209
1209
  readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1210
1210
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1211
1211
  readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -1226,14 +1226,14 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1226
1226
  $root: import('vue').ComponentPublicInstance | null;
1227
1227
  $parent: import('vue').ComponentPublicInstance | null;
1228
1228
  $host: Element | null;
1229
- $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
1229
+ $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
1230
1230
  $el: HTMLDivElement;
1231
1231
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
1232
1232
  onFocus?: ((ev: FocusEvent) => any) | undefined;
1233
1233
  onClear?: ((ev: MouseEvent) => any) | undefined;
1234
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1235
1234
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1236
1235
  onInput?: ((value: string) => any) | undefined;
1236
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1237
1237
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1238
1238
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1239
1239
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -1244,9 +1244,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1244
1244
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1245
1245
  focus: (ev: FocusEvent) => any;
1246
1246
  clear: (ev: MouseEvent) => any;
1247
- remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
1248
1247
  blur: (ev: FocusEvent) => any;
1249
1248
  input: (value: string) => any;
1249
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
1250
1250
  "update:modelValue": (value: import('..').InputTagValue) => any;
1251
1251
  "update:inputValue": (value: string) => any;
1252
1252
  "input-value-change": (value: string, ev: Event) => any;
@@ -1308,9 +1308,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1308
1308
  }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
1309
1309
  onFocus?: ((ev: FocusEvent) => any) | undefined;
1310
1310
  onClear?: ((ev: MouseEvent) => any) | undefined;
1311
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1312
1311
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1313
1312
  onInput?: ((value: string) => any) | undefined;
1313
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1314
1314
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1315
1315
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1316
1316
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
@@ -1328,16 +1328,16 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1328
1328
  $root: import('vue').ComponentPublicInstance | null;
1329
1329
  $parent: import('vue').ComponentPublicInstance | null;
1330
1330
  $host: Element | null;
1331
- $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
1331
+ $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
1332
1332
  $el: any;
1333
1333
  $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
1334
1334
  onChange?: ((value: SelectValue) => any) | undefined;
1335
1335
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1336
1336
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1337
1337
  onClear?: (() => any) | undefined;
1338
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1339
1338
  onSelect?: ((value: SelectValue) => any) | undefined;
1340
1339
  onSearch?: ((value: string) => any) | undefined;
1340
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1341
1341
  "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
1342
1342
  "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
1343
1343
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -1353,9 +1353,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1353
1353
  "update:popupVisible": (value: boolean) => any;
1354
1354
  "popup-visible-change": (value: boolean) => any;
1355
1355
  clear: () => any;
1356
- remove: (index: string | number, ev: Event) => any;
1357
1356
  select: (value: SelectValue) => any;
1358
1357
  search: (value: string) => any;
1358
+ remove: (index: string | number, ev: Event) => any;
1359
1359
  "update:modelValue": (value: SelectValue) => any;
1360
1360
  "update:inputValue": (value: SelectValue) => any;
1361
1361
  "input-value-change": (value: string) => any;
@@ -1455,9 +1455,9 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1455
1455
  "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1456
1456
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1457
1457
  onClear?: (() => any) | undefined;
1458
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1459
1458
  onSelect?: ((value: SelectValue) => any) | undefined;
1460
1459
  onSearch?: ((value: string) => any) | undefined;
1460
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1461
1461
  "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
1462
1462
  "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
1463
1463
  "onInput-value-change"?: ((value: string) => any) | undefined;
@@ -1,10 +1,10 @@
1
1
  import { MessageProps } from './type';
2
2
  declare const _default: import('vue').DefineComponent<MessageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MessageProps> & Readonly<{}>, {
3
3
  duration: number;
4
- id: string;
5
4
  content: import('../_shared/type').RenderContent;
6
5
  icon: import('vue').RenderFunction;
7
6
  type: import('./type').MessageType;
7
+ id: string;
8
8
  onClose: (id: string | number) => void;
9
9
  closable: boolean;
10
10
  showIcon: boolean;
@@ -6,10 +6,10 @@ export * from './type';
6
6
  declare const Message: {
7
7
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<MessageProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
8
8
  duration: number;
9
- id: string;
10
9
  content: import('../_shared/type').RenderContent;
11
10
  icon: import('vue').RenderFunction;
12
11
  type: MessageType;
12
+ id: string;
13
13
  onClose: (id: string | number) => void;
14
14
  closable: boolean;
15
15
  showIcon: boolean;
@@ -25,10 +25,10 @@ declare const Message: {
25
25
  Defaults: {};
26
26
  }, Readonly<MessageProps> & Readonly<{}>, {}, {}, {}, {}, {
27
27
  duration: number;
28
- id: string;
29
28
  content: import('../_shared/type').RenderContent;
30
29
  icon: import('vue').RenderFunction;
31
30
  type: MessageType;
31
+ id: string;
32
32
  onClose: (id: string | number) => void;
33
33
  closable: boolean;
34
34
  showIcon: boolean;
@@ -41,10 +41,10 @@ declare const Message: {
41
41
  __isSuspense?: never;
42
42
  } & import('vue').ComponentOptionsBase<Readonly<MessageProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
43
43
  duration: number;
44
- id: string;
45
44
  content: import('../_shared/type').RenderContent;
46
45
  icon: import('vue').RenderFunction;
47
46
  type: MessageType;
47
+ id: string;
48
48
  onClose: (id: string | number) => void;
49
49
  closable: boolean;
50
50
  showIcon: boolean;
@@ -31,11 +31,10 @@ declare const __VLS_component: import('vue').DefineComponent<ModalProps, {}, {},
31
31
  unmountOnClose: boolean;
32
32
  popupContainer: import('..').PopupContainer;
33
33
  renderToBody: boolean;
34
- draggable: boolean;
35
- title: string;
36
34
  width: number | string;
37
35
  visible: boolean;
38
36
  footer: boolean;
37
+ title: string;
39
38
  mask: boolean;
40
39
  defaultVisible: boolean;
41
40
  closable: boolean;
@@ -53,6 +52,7 @@ declare const __VLS_component: import('vue').DefineComponent<ModalProps, {}, {},
53
52
  modalClass: import('../_shared/type').ClassName;
54
53
  modalStyle: CSSProperties;
55
54
  escToClose: boolean;
55
+ draggable: boolean;
56
56
  fullscreen: boolean;
57
57
  maskAnimationName: string;
58
58
  modalAnimationName: string;
@@ -4,11 +4,10 @@ declare const _default: import('vue').DefineComponent<ModalServiceProps, {}, {},
4
4
  unmountOnClose: boolean;
5
5
  popupContainer: import('..').PopupContainer;
6
6
  renderToBody: boolean;
7
- draggable: boolean;
8
- title: string & import('../_shared/type').RenderContent;
9
7
  width: number | string;
10
8
  content: import('../_shared/type').RenderContent;
11
9
  footer: boolean;
10
+ title: string & import('../_shared/type').RenderContent;
12
11
  mask: boolean;
13
12
  closable: boolean;
14
13
  bodyStyle: import('vue').CSSProperties;
@@ -25,6 +24,7 @@ declare const _default: import('vue').DefineComponent<ModalServiceProps, {}, {},
25
24
  modalClass: import('../_shared/type').ClassName;
26
25
  modalStyle: import('vue').CSSProperties;
27
26
  escToClose: boolean;
27
+ draggable: boolean;
28
28
  fullscreen: boolean;
29
29
  maskAnimationName: string;
30
30
  modalAnimationName: string;
@@ -25,11 +25,10 @@ declare const Modal: {
25
25
  unmountOnClose: boolean;
26
26
  popupContainer: import('..').PopupContainer;
27
27
  renderToBody: boolean;
28
- draggable: boolean;
29
- title: string;
30
28
  width: number | string;
31
29
  visible: boolean;
32
30
  footer: boolean;
31
+ title: string;
33
32
  mask: boolean;
34
33
  defaultVisible: boolean;
35
34
  closable: boolean;
@@ -47,6 +46,7 @@ declare const Modal: {
47
46
  modalClass: import('../_shared/type').ClassName;
48
47
  modalStyle: import('vue').CSSProperties;
49
48
  escToClose: boolean;
49
+ draggable: boolean;
50
50
  fullscreen: boolean;
51
51
  maskAnimationName: string;
52
52
  modalAnimationName: string;
@@ -78,11 +78,10 @@ declare const Modal: {
78
78
  unmountOnClose: boolean;
79
79
  popupContainer: import('..').PopupContainer;
80
80
  renderToBody: boolean;
81
- draggable: boolean;
82
- title: string;
83
81
  width: number | string;
84
82
  visible: boolean;
85
83
  footer: boolean;
84
+ title: string;
86
85
  mask: boolean;
87
86
  defaultVisible: boolean;
88
87
  closable: boolean;
@@ -100,6 +99,7 @@ declare const Modal: {
100
99
  modalClass: import('../_shared/type').ClassName;
101
100
  modalStyle: import('vue').CSSProperties;
102
101
  escToClose: boolean;
102
+ draggable: boolean;
103
103
  fullscreen: boolean;
104
104
  maskAnimationName: string;
105
105
  modalAnimationName: string;
@@ -133,11 +133,10 @@ declare const Modal: {
133
133
  unmountOnClose: boolean;
134
134
  popupContainer: import('..').PopupContainer;
135
135
  renderToBody: boolean;
136
- draggable: boolean;
137
- title: string;
138
136
  width: number | string;
139
137
  visible: boolean;
140
138
  footer: boolean;
139
+ title: string;
141
140
  mask: boolean;
142
141
  defaultVisible: boolean;
143
142
  closable: boolean;
@@ -155,6 +154,7 @@ declare const Modal: {
155
154
  modalClass: import('../_shared/type').ClassName;
156
155
  modalStyle: import('vue').CSSProperties;
157
156
  escToClose: boolean;
157
+ draggable: boolean;
158
158
  fullscreen: boolean;
159
159
  maskAnimationName: string;
160
160
  modalAnimationName: string;
@@ -1,14 +1,14 @@
1
1
  import { NotificationProps } from './type';
2
2
  declare const _default: import('vue').DefineComponent<NotificationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<NotificationProps> & Readonly<{}>, {
3
3
  duration: number;
4
- title: import('../_shared/type').RenderContent;
5
- id: string;
6
- style: import('vue').CSSProperties;
7
4
  content: import('../_shared/type').RenderContent;
5
+ style: import('vue').CSSProperties;
8
6
  icon: import('vue').RenderFunction;
9
7
  type: import('./type').NotificationType;
10
8
  footer: import('vue').RenderFunction;
9
+ title: import('../_shared/type').RenderContent;
11
10
  class: import('../_shared/type').ClassName;
11
+ id: string;
12
12
  onClose: (id: string | number) => void;
13
13
  closable: boolean;
14
14
  showIcon: boolean;