yc-pro-components 0.0.17 → 0.0.18

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/es/components/check-card/index.d.ts +38 -38
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +19 -19
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/dialog/src/index.vue2.mjs +6 -3
  6. package/es/components/dialog-form/index.d.ts +1154 -0
  7. package/es/components/dialog-form/src/index.vue.d.ts +493 -0
  8. package/es/components/dialog-form/src/index.vue2.mjs +7 -4
  9. package/es/components/display-item/index.d.ts +41 -41
  10. package/es/components/display-item/src/index.vue.d.ts +22 -22
  11. package/es/components/drawer-form/index.d.ts +3467 -0
  12. package/es/components/drawer-form/src/index.vue.d.ts +1254 -0
  13. package/es/components/drawer-form/src/index.vue2.mjs +7 -4
  14. package/es/components/form/index.d.ts +1665 -1
  15. package/es/components/form/src/form-content.vue.d.ts +20 -20
  16. package/es/components/form/src/index.vue.d.ts +652 -0
  17. package/es/components/form/src/index.vue2.mjs +7 -4
  18. package/es/components/form-item/index.d.ts +32 -32
  19. package/es/components/form-item/src/index.vue.d.ts +12 -12
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +9 -9
  23. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  24. package/es/components/page/index.d.ts +15386 -0
  25. package/es/components/page/src/index.vue.d.ts +5306 -0
  26. package/es/components/popover/src/index.vue2.mjs +6 -3
  27. package/es/components/radio/index.d.ts +25 -25
  28. package/es/components/radio/src/index.vue.d.ts +25 -25
  29. package/es/components/render/index.d.ts +6 -6
  30. package/es/components/render/src/index.vue.d.ts +2 -2
  31. package/es/components/search/index.d.ts +4514 -0
  32. package/es/components/search/src/index.vue.d.ts +1539 -0
  33. package/es/components/table/index.d.ts +54 -54
  34. package/es/components/table/src/index.vue.d.ts +18 -18
  35. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  36. package/es/components/table/src/table-column.vue.d.ts +37 -37
  37. package/es/components/yc-count-to/index.d.ts +1 -1
  38. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  39. package/es/components/yc-dialog/index.d.ts +24 -24
  40. package/es/components/yc-more-actions/index.d.ts +46 -46
  41. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  42. package/es/components/yc-plus-page/src/index.vue.d.ts +12804 -0
  43. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  44. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
  46. package/es/components/yc-status-dialog/src/index.vue2.mjs +6 -3
  47. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  49. package/es/hooks/usePlusFormReset.d.ts +9833 -5
  50. package/es/index.css +1 -1
  51. package/index.css +7 -7
  52. package/index.js +41 -23
  53. package/index.min.css +1 -1
  54. package/index.min.js +7 -7
  55. package/index.min.mjs +7 -7
  56. package/index.mjs +41 -23
  57. package/lib/components/check-card/index.d.ts +38 -38
  58. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  59. package/lib/components/check-card-group/index.d.ts +19 -19
  60. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  61. package/lib/components/dialog/src/index.vue2.js +6 -3
  62. package/lib/components/dialog-form/index.d.ts +1154 -0
  63. package/lib/components/dialog-form/src/index.vue.d.ts +493 -0
  64. package/lib/components/dialog-form/src/index.vue2.js +7 -4
  65. package/lib/components/display-item/index.d.ts +41 -41
  66. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  67. package/lib/components/drawer-form/index.d.ts +3467 -0
  68. package/lib/components/drawer-form/src/index.vue.d.ts +1254 -0
  69. package/lib/components/drawer-form/src/index.vue2.js +7 -4
  70. package/lib/components/form/index.d.ts +1665 -1
  71. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  72. package/lib/components/form/src/index.vue.d.ts +652 -0
  73. package/lib/components/form/src/index.vue2.js +7 -4
  74. package/lib/components/form-item/index.d.ts +32 -32
  75. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  76. package/lib/components/header/index.d.ts +19 -19
  77. package/lib/components/header/src/index.vue.d.ts +1 -1
  78. package/lib/components/input-tag/index.d.ts +9 -9
  79. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  80. package/lib/components/page/index.d.ts +15386 -0
  81. package/lib/components/page/src/index.vue.d.ts +5306 -0
  82. package/lib/components/popover/src/index.vue2.js +6 -3
  83. package/lib/components/radio/index.d.ts +25 -25
  84. package/lib/components/radio/src/index.vue.d.ts +25 -25
  85. package/lib/components/render/index.d.ts +6 -6
  86. package/lib/components/render/src/index.vue.d.ts +2 -2
  87. package/lib/components/search/index.d.ts +4514 -0
  88. package/lib/components/search/src/index.vue.d.ts +1539 -0
  89. package/lib/components/table/index.d.ts +54 -54
  90. package/lib/components/table/src/index.vue.d.ts +18 -18
  91. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  92. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  93. package/lib/components/yc-count-to/index.d.ts +1 -1
  94. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  95. package/lib/components/yc-dialog/index.d.ts +24 -24
  96. package/lib/components/yc-more-actions/index.d.ts +46 -46
  97. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  98. package/lib/components/yc-plus-page/src/index.vue.d.ts +12804 -0
  99. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  100. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  101. package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
  102. package/lib/components/yc-status-dialog/src/index.vue2.js +6 -3
  103. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  104. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  105. package/lib/hooks/usePlusFormReset.d.ts +9833 -5
  106. package/lib/index.css +1 -1
  107. package/locale/en.js +1 -1
  108. package/locale/en.min.js +1 -1
  109. package/locale/en.min.mjs +1 -1
  110. package/locale/en.mjs +1 -1
  111. package/locale/ja.js +1 -1
  112. package/locale/ja.min.js +1 -1
  113. package/locale/ja.min.mjs +1 -1
  114. package/locale/ja.mjs +1 -1
  115. package/locale/ko.js +1 -1
  116. package/locale/ko.min.js +1 -1
  117. package/locale/ko.min.mjs +1 -1
  118. package/locale/ko.mjs +1 -1
  119. package/locale/zh-cn.js +1 -1
  120. package/locale/zh-cn.min.js +1 -1
  121. package/locale/zh-cn.min.mjs +1 -1
  122. package/locale/zh-cn.mjs +1 -1
  123. package/locale/zh-tw.js +1 -1
  124. package/locale/zh-tw.min.js +1 -1
  125. package/locale/zh-tw.min.mjs +1 -1
  126. package/locale/zh-tw.mjs +1 -1
  127. package/package.json +3 -3
@@ -113,12 +113,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
113
113
  }
114
114
  return false;
115
115
  };
116
- const handleSubmit = debounce(doSubmit, 300, {
116
+ const debouncedSubmit = debounce(doSubmit, 300, {
117
117
  leading: true,
118
118
  // 立即执行第一次
119
119
  trailing: false
120
120
  // 不执行最后一次
121
121
  });
122
+ const handleSubmit = () => {
123
+ debouncedSubmit();
124
+ };
122
125
  const handleReset = () => {
123
126
  clearValidate();
124
127
  values.value = { ...props.defaultValues };
@@ -267,7 +270,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
267
270
  style: normalizeStyle(style.value)
268
271
  },
269
272
  [
270
- renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps({ handleReset, handleSubmit: unref(handleSubmit) })), () => [
273
+ renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps({ handleReset, handleSubmit })), () => [
271
274
  _ctx.hasReset ? (openBlock(), createBlock(unref(ElButton), {
272
275
  key: 0,
273
276
  onClick: handleReset
@@ -286,7 +289,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
286
289
  createVNode(unref(ElButton), {
287
290
  type: "primary",
288
291
  loading: computedLoading.value,
289
- onClick: unref(handleSubmit)
292
+ onClick: handleSubmit
290
293
  }, {
291
294
  default: withCtx(() => [
292
295
  createCommentVNode(" \u63D0\u4EA4 "),
@@ -298,7 +301,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
298
301
  ]),
299
302
  _: 1
300
303
  /* STABLE */
301
- }, 8, ["loading", "onClick"])
304
+ }, 8, ["loading"])
302
305
  ])
303
306
  ],
304
307
  4
@@ -22,10 +22,10 @@ export declare const PlusFormItem: {
22
22
  required: true;
23
23
  };
24
24
  tooltip: {
25
- type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
25
+ type: PropType<string | Partial< Mutable<ElTooltipProps> & {
26
26
  style?: CSSProperties | undefined;
27
27
  class?: any;
28
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
28
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
29
29
  style?: CSSProperties | undefined;
30
30
  class?: any;
31
31
  } & RecordType>>>;
@@ -53,7 +53,7 @@ export declare const PlusFormItem: {
53
53
  };
54
54
  rows: number;
55
55
  autocomplete: string;
56
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
56
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
57
57
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
58
58
  step: string | number;
59
59
  format: string | ProgressFn | undefined;
@@ -70,7 +70,7 @@ export declare const PlusFormItem: {
70
70
  default: () => never[];
71
71
  };
72
72
  modelValue: {
73
- type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
73
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
74
74
  default: string;
75
75
  };
76
76
  fieldSlots: {
@@ -481,10 +481,10 @@ export declare const PlusFormItem: {
481
481
  required: true;
482
482
  };
483
483
  tooltip: {
484
- type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
484
+ type: PropType<string | Partial< Mutable<ElTooltipProps> & {
485
485
  style?: CSSProperties | undefined;
486
486
  class?: any;
487
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
487
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
488
488
  style?: CSSProperties | undefined;
489
489
  class?: any;
490
490
  } & RecordType>>>;
@@ -512,7 +512,7 @@ export declare const PlusFormItem: {
512
512
  };
513
513
  rows: number;
514
514
  autocomplete: string;
515
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
515
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
516
516
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
517
517
  step: string | number;
518
518
  format: string | ProgressFn | undefined;
@@ -529,7 +529,7 @@ export declare const PlusFormItem: {
529
529
  default: () => never[];
530
530
  };
531
531
  modelValue: {
532
- type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
532
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
533
533
  default: string;
534
534
  };
535
535
  fieldSlots: {
@@ -617,7 +617,7 @@ export declare const PlusFormItem: {
617
617
  };
618
618
  rows: number;
619
619
  autocomplete: string;
620
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
620
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
621
621
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
622
622
  step: string | number;
623
623
  format: string | ProgressFn | undefined;
@@ -628,7 +628,7 @@ export declare const PlusFormItem: {
628
628
  autosize: InputAutoSize;
629
629
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
630
630
  options: OptionsType;
631
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
631
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
632
632
  fieldSlots: {
633
633
  [slotName: string]: (data?: any) => RenderTypes;
634
634
  };
@@ -674,10 +674,10 @@ export declare const PlusFormItem: {
674
674
  required: true;
675
675
  };
676
676
  tooltip: {
677
- type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
677
+ type: PropType<string | Partial< Mutable<ElTooltipProps> & {
678
678
  style?: CSSProperties | undefined;
679
679
  class?: any;
680
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
680
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
681
681
  style?: CSSProperties | undefined;
682
682
  class?: any;
683
683
  } & RecordType>>>;
@@ -705,7 +705,7 @@ export declare const PlusFormItem: {
705
705
  };
706
706
  rows: number;
707
707
  autocomplete: string;
708
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
708
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
709
709
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
710
710
  step: string | number;
711
711
  format: string | ProgressFn | undefined;
@@ -722,7 +722,7 @@ export declare const PlusFormItem: {
722
722
  default: () => never[];
723
723
  };
724
724
  modelValue: {
725
- type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
725
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
726
726
  default: string;
727
727
  };
728
728
  fieldSlots: {
@@ -1144,7 +1144,7 @@ export declare const PlusFormItem: {
1144
1144
  };
1145
1145
  rows: number;
1146
1146
  autocomplete: string;
1147
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1147
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1148
1148
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1149
1149
  step: string | number;
1150
1150
  format: string | ProgressFn | undefined;
@@ -1155,7 +1155,7 @@ export declare const PlusFormItem: {
1155
1155
  autosize: InputAutoSize;
1156
1156
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
1157
1157
  options: OptionsType;
1158
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1158
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1159
1159
  fieldSlots: {
1160
1160
  [slotName: string]: (data?: any) => RenderTypes;
1161
1161
  };
@@ -1198,10 +1198,10 @@ export declare const PlusFormItem: {
1198
1198
  required: true;
1199
1199
  };
1200
1200
  tooltip: {
1201
- type: PropType<string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1201
+ type: PropType<string | Partial< Mutable<ElTooltipProps> & {
1202
1202
  style?: CSSProperties | undefined;
1203
1203
  class?: any;
1204
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1204
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1205
1205
  style?: CSSProperties | undefined;
1206
1206
  class?: any;
1207
1207
  } & RecordType>>>;
@@ -1229,7 +1229,7 @@ export declare const PlusFormItem: {
1229
1229
  };
1230
1230
  rows: number;
1231
1231
  autocomplete: string;
1232
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1232
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1233
1233
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1234
1234
  step: string | number;
1235
1235
  format: string | ProgressFn | undefined;
@@ -1246,7 +1246,7 @@ export declare const PlusFormItem: {
1246
1246
  default: () => never[];
1247
1247
  };
1248
1248
  modelValue: {
1249
- type: PropType<string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
1249
+ type: PropType<string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
1250
1250
  default: string;
1251
1251
  };
1252
1252
  fieldSlots: {
@@ -1671,7 +1671,7 @@ export declare const PlusFormItem: {
1671
1671
  };
1672
1672
  rows: number;
1673
1673
  autocomplete: string;
1674
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1674
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1675
1675
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1676
1676
  step: string | number;
1677
1677
  format: string | ProgressFn | undefined;
@@ -1682,7 +1682,7 @@ export declare const PlusFormItem: {
1682
1682
  autosize: InputAutoSize;
1683
1683
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
1684
1684
  options: OptionsType;
1685
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1685
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1686
1686
  fieldSlots: {
1687
1687
  [slotName: string]: (data?: any) => RenderTypes;
1688
1688
  };
@@ -1716,12 +1716,12 @@ export declare const PlusFormItem: {
1716
1716
  fieldInstance?: any;
1717
1717
  valueIsReady?: Ref<boolean> | undefined;
1718
1718
  prop: string;
1719
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1719
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1720
1720
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1721
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1721
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1722
1722
  style?: CSSProperties | undefined;
1723
1723
  class?: any;
1724
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1724
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1725
1725
  style?: CSSProperties | undefined;
1726
1726
  class?: any;
1727
1727
  } & RecordType>>;
@@ -1752,12 +1752,12 @@ export declare const PlusFormItem: {
1752
1752
  }) => any>> & Partial<Record<string, (_: {
1753
1753
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1754
1754
  readonly label: string | ComputedRef<string>;
1755
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1755
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1756
1756
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1757
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1757
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1758
1758
  style?: CSSProperties | undefined;
1759
1759
  class?: any;
1760
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1760
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1761
1761
  style?: CSSProperties | undefined;
1762
1762
  class?: any;
1763
1763
  } & RecordType>>;
@@ -1779,7 +1779,7 @@ export declare const PlusFormItem: {
1779
1779
  };
1780
1780
  rows: number;
1781
1781
  autocomplete: string;
1782
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1782
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1783
1783
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1784
1784
  step: string | number;
1785
1785
  format: string | ProgressFn | undefined;
@@ -1824,12 +1824,12 @@ export declare const PlusFormItem: {
1824
1824
  fieldInstance?: any;
1825
1825
  valueIsReady?: Ref<boolean> | undefined;
1826
1826
  prop: string;
1827
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1827
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1828
1828
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1829
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1829
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1830
1830
  style?: CSSProperties | undefined;
1831
1831
  class?: any;
1832
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1832
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1833
1833
  style?: CSSProperties | undefined;
1834
1834
  class?: any;
1835
1835
  } & RecordType>>;
@@ -447,7 +447,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
447
447
  };
448
448
  rows: number;
449
449
  autocomplete: string;
450
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
450
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
451
451
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
452
452
  step: string | number;
453
453
  format: string | ProgressFn | undefined;
@@ -458,7 +458,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
458
458
  autosize: InputAutoSize;
459
459
  } & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
460
460
  options: OptionsType;
461
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
461
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
462
462
  fieldSlots: {
463
463
  [slotName: string]: (data?: any) => RenderTypes;
464
464
  };
@@ -491,12 +491,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
491
491
  fieldInstance?: any;
492
492
  valueIsReady?: Ref<boolean> | undefined;
493
493
  prop: string;
494
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
494
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
495
495
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
496
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
496
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
497
497
  style?: CSSProperties | undefined;
498
498
  class?: any;
499
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
499
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
500
500
  style?: CSSProperties | undefined;
501
501
  class?: any;
502
502
  } & RecordType>>;
@@ -527,12 +527,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
527
527
  }) => any>> & Partial<Record<string, (_: {
528
528
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
529
529
  readonly label: string | ComputedRef<string>;
530
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
530
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
531
531
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
532
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
532
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
533
533
  style?: CSSProperties | undefined;
534
534
  class?: any;
535
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
535
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
536
536
  style?: CSSProperties | undefined;
537
537
  class?: any;
538
538
  } & RecordType>>;
@@ -554,7 +554,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
554
554
  };
555
555
  rows: number;
556
556
  autocomplete: string;
557
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
557
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
558
558
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
559
559
  step: string | number;
560
560
  format: string | ProgressFn | undefined;
@@ -599,12 +599,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
599
599
  fieldInstance?: any;
600
600
  valueIsReady?: Ref<boolean> | undefined;
601
601
  prop: string;
602
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
602
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
603
603
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
604
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
604
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
605
605
  style?: CSSProperties | undefined;
606
606
  class?: any;
607
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
607
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
608
608
  style?: CSSProperties | undefined;
609
609
  class?: any;
610
610
  } & RecordType>>;
@@ -3,6 +3,10 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
3
3
  export * from './src/type';
4
4
  export declare const PlusHeader: {
5
5
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
6
+ trigger: {
7
+ type: PropType<"hover" | "click">;
8
+ default: string;
9
+ };
6
10
  fixed: {
7
11
  type: PropType<boolean>;
8
12
  default: boolean;
@@ -11,10 +15,6 @@ export declare const PlusHeader: {
11
15
  type: PropType<string>;
12
16
  default: string;
13
17
  };
14
- trigger: {
15
- type: PropType<"hover" | "click">;
16
- default: string;
17
- };
18
18
  logo: {
19
19
  type: PropType<string>;
20
20
  default: string;
@@ -67,6 +67,10 @@ export declare const PlusHeader: {
67
67
  value: string;
68
68
  }) => void;
69
69
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
70
+ trigger: {
71
+ type: PropType<"hover" | "click">;
72
+ default: string;
73
+ };
70
74
  fixed: {
71
75
  type: PropType<boolean>;
72
76
  default: boolean;
@@ -75,10 +79,6 @@ export declare const PlusHeader: {
75
79
  type: PropType<string>;
76
80
  default: string;
77
81
  };
78
- trigger: {
79
- type: PropType<"hover" | "click">;
80
- default: string;
81
- };
82
82
  logo: {
83
83
  type: PropType<string>;
84
84
  default: string;
@@ -126,9 +126,9 @@ export declare const PlusHeader: {
126
126
  value: string;
127
127
  }) => any) | undefined;
128
128
  }, {
129
+ trigger: "hover" | "click";
129
130
  fixed: boolean;
130
131
  title: string;
131
- trigger: "hover" | "click";
132
132
  logo: string;
133
133
  logoutText: string;
134
134
  userInfo: {
@@ -151,6 +151,10 @@ export declare const PlusHeader: {
151
151
  M: {};
152
152
  Defaults: {};
153
153
  }, Readonly< ExtractPropTypes<{
154
+ trigger: {
155
+ type: PropType<"hover" | "click">;
156
+ default: string;
157
+ };
154
158
  fixed: {
155
159
  type: PropType<boolean>;
156
160
  default: boolean;
@@ -159,10 +163,6 @@ export declare const PlusHeader: {
159
163
  type: PropType<string>;
160
164
  default: string;
161
165
  };
162
- trigger: {
163
- type: PropType<"hover" | "click">;
164
- default: string;
165
- };
166
166
  logo: {
167
167
  type: PropType<string>;
168
168
  default: string;
@@ -210,9 +210,9 @@ export declare const PlusHeader: {
210
210
  value: string;
211
211
  }) => any) | undefined;
212
212
  }, {}, {}, {}, {}, {
213
+ trigger: "hover" | "click";
213
214
  fixed: boolean;
214
215
  title: string;
215
- trigger: "hover" | "click";
216
216
  logo: string;
217
217
  logoutText: string;
218
218
  userInfo: {
@@ -232,6 +232,10 @@ export declare const PlusHeader: {
232
232
  __isTeleport?: undefined;
233
233
  __isSuspense?: undefined;
234
234
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
235
+ trigger: {
236
+ type: PropType<"hover" | "click">;
237
+ default: string;
238
+ };
235
239
  fixed: {
236
240
  type: PropType<boolean>;
237
241
  default: boolean;
@@ -240,10 +244,6 @@ export declare const PlusHeader: {
240
244
  type: PropType<string>;
241
245
  default: string;
242
246
  };
243
- trigger: {
244
- type: PropType<"hover" | "click">;
245
- default: string;
246
- };
247
247
  logo: {
248
248
  type: PropType<string>;
249
249
  default: string;
@@ -296,9 +296,9 @@ export declare const PlusHeader: {
296
296
  value: string;
297
297
  }) => void;
298
298
  }, string, {
299
+ trigger: "hover" | "click";
299
300
  fixed: boolean;
300
301
  title: string;
301
- trigger: "hover" | "click";
302
302
  logo: string;
303
303
  logoutText: string;
304
304
  userInfo: {
@@ -30,9 +30,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
30
30
  value: string;
31
31
  }) => any) | undefined;
32
32
  }, {
33
+ trigger: "hover" | "click";
33
34
  fixed: boolean;
34
35
  title: string;
35
- trigger: "hover" | "click";
36
36
  logo: string;
37
37
  logoutText: string;
38
38
  userInfo: {
@@ -7,14 +7,14 @@ import { PlusInputTagProps } from './src/index.vue';
7
7
 
8
8
  export type { PlusInputTagProps };
9
9
  export declare const PlusInputTag: DefineComponent<{
10
- disabled: {
11
- type: PropType<boolean>;
12
- default: boolean;
13
- };
14
10
  trigger: {
15
11
  type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
16
12
  default: () => string[];
17
13
  };
14
+ disabled: {
15
+ type: PropType<boolean>;
16
+ default: boolean;
17
+ };
18
18
  modelValue: {
19
19
  type: PropType<string[]>;
20
20
  default: () => never[];
@@ -1203,14 +1203,14 @@ export declare const PlusInputTag: DefineComponent<{
1203
1203
  enter: (value: string, event: MouseEvent) => void;
1204
1204
  space: (value: string, event: MouseEvent) => void;
1205
1205
  }, string, PublicProps, Readonly< ExtractPropTypes<{
1206
- disabled: {
1207
- type: PropType<boolean>;
1208
- default: boolean;
1209
- };
1210
1206
  trigger: {
1211
1207
  type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
1212
1208
  default: () => string[];
1213
1209
  };
1210
+ disabled: {
1211
+ type: PropType<boolean>;
1212
+ default: boolean;
1213
+ };
1214
1214
  modelValue: {
1215
1215
  type: PropType<string[]>;
1216
1216
  default: () => never[];
@@ -1249,8 +1249,8 @@ export declare const PlusInputTag: DefineComponent<{
1249
1249
  onRemove?: ((tag: string) => any) | undefined;
1250
1250
  onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1251
1251
  }, {
1252
- disabled: boolean;
1253
1252
  trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
1253
+ disabled: boolean;
1254
1254
  modelValue: string[];
1255
1255
  inputProps: Partial< Mutable<InputProps> & {
1256
1256
  style?: CSSProperties | undefined;
@@ -1214,8 +1214,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1214
1214
  onRemove?: ((tag: string) => any) | undefined;
1215
1215
  onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1216
1216
  }, {
1217
- disabled: boolean;
1218
1217
  trigger: TriggerType | TriggerType[];
1218
+ disabled: boolean;
1219
1219
  modelValue: string[];
1220
1220
  inputProps: Partial<Mutable<InputProps> & {
1221
1221
  style?: CSSProperties | undefined;