yc-pro-components 0.0.5 → 0.0.7

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 (187) hide show
  1. package/es/components/check-card/index.d.ts +57 -57
  2. package/es/components/check-card/src/index.vue.d.ts +14 -14
  3. package/es/components/check-card-group/index.d.ts +22 -22
  4. package/es/components/check-card-group/src/index.vue.d.ts +19 -19
  5. package/es/components/date-picker/index.d.ts +1 -1
  6. package/es/components/date-picker/src/index.vue.d.ts +1 -1
  7. package/es/components/descriptions/index.d.ts +39 -39
  8. package/es/components/descriptions/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog/index.d.ts +19 -19
  10. package/es/components/dialog/src/index.vue.d.ts +1 -1
  11. package/es/components/dialog-form/index.d.ts +47 -47
  12. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  13. package/es/components/display-item/index.d.ts +12 -12
  14. package/es/components/display-item/src/index.vue.d.ts +12 -12
  15. package/es/components/drawer-form/index.d.ts +28 -28
  16. package/es/components/drawer-form/src/index.vue.d.ts +6 -6
  17. package/es/components/form/index.d.ts +107 -107
  18. package/es/components/form/src/form-content.vue.d.ts +17 -17
  19. package/es/components/form/src/index.vue.d.ts +16 -16
  20. package/es/components/form-item/index.d.ts +106 -106
  21. package/es/components/form-item/src/index.vue.d.ts +14 -14
  22. package/es/components/header/index.d.ts +19 -19
  23. package/es/components/header/src/index.vue.d.ts +1 -1
  24. package/es/components/index.d.ts +0 -1
  25. package/es/components/index.mjs +0 -2
  26. package/es/components/input-tag/index.d.ts +11 -11
  27. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  28. package/es/components/page/index.d.ts +900 -900
  29. package/es/components/page/src/index.vue.d.ts +289 -289
  30. package/es/components/pagination/index.d.ts +4 -4
  31. package/es/components/pagination/src/index.vue.d.ts +1 -1
  32. package/es/components/radio/index.d.ts +26 -26
  33. package/es/components/radio/src/index.vue.d.ts +26 -26
  34. package/es/components/render/index.d.ts +17 -17
  35. package/es/components/render/src/index.vue.d.ts +2 -2
  36. package/es/components/search/index.d.ts +328 -328
  37. package/es/components/search/src/index.vue.d.ts +95 -95
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +74 -74
  41. package/es/components/table/src/index.vue.d.ts +19 -19
  42. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  43. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  44. package/es/components/table/src/table-column.vue.d.ts +12 -12
  45. package/es/components/utils/index.d.ts +15 -15
  46. package/es/components/yc-count-to/index.d.ts +1 -1
  47. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  48. package/es/components/yc-download-dialog/index.d.ts +19 -19
  49. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  50. package/es/components/yc-drawer/store.d.ts +6 -6
  51. package/es/components/yc-form-container-header/index.d.ts +12 -12
  52. package/es/components/yc-more-actions/index.d.ts +46 -46
  53. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  54. package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
  55. package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  56. package/es/components/yc-segmented/index.d.ts +1 -1
  57. package/es/components/yc-segmented/src/index.d.ts +1 -1
  58. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  59. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  60. package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
  61. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  62. package/es/hooks/usePlusFormReset.d.ts +193 -193
  63. package/es/index.css +2 -2
  64. package/es/index.mjs +0 -2
  65. package/index.css +19 -14
  66. package/index.js +10 -2049
  67. package/index.min.css +2 -2
  68. package/index.min.js +7 -7
  69. package/index.min.mjs +7 -7
  70. package/index.mjs +11 -2043
  71. package/lib/components/check-card/index.d.ts +57 -57
  72. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  73. package/lib/components/check-card-group/index.d.ts +22 -22
  74. package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
  75. package/lib/components/date-picker/index.d.ts +1 -1
  76. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  77. package/lib/components/descriptions/index.d.ts +39 -39
  78. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  79. package/lib/components/dialog/index.d.ts +19 -19
  80. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  81. package/lib/components/dialog-form/index.d.ts +47 -47
  82. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  83. package/lib/components/display-item/index.d.ts +12 -12
  84. package/lib/components/display-item/src/index.vue.d.ts +12 -12
  85. package/lib/components/drawer-form/index.d.ts +28 -28
  86. package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
  87. package/lib/components/form/index.d.ts +107 -107
  88. package/lib/components/form/src/form-content.vue.d.ts +17 -17
  89. package/lib/components/form/src/index.vue.d.ts +16 -16
  90. package/lib/components/form-item/index.d.ts +106 -106
  91. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  92. package/lib/components/header/index.d.ts +19 -19
  93. package/lib/components/header/src/index.vue.d.ts +1 -1
  94. package/lib/components/index.d.ts +0 -1
  95. package/lib/components/index.js +10 -19
  96. package/lib/components/input-tag/index.d.ts +11 -11
  97. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  98. package/lib/components/page/index.d.ts +900 -900
  99. package/lib/components/page/src/index.vue.d.ts +289 -289
  100. package/lib/components/pagination/index.d.ts +4 -4
  101. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  102. package/lib/components/radio/index.d.ts +26 -26
  103. package/lib/components/radio/src/index.vue.d.ts +26 -26
  104. package/lib/components/render/index.d.ts +17 -17
  105. package/lib/components/render/src/index.vue.d.ts +2 -2
  106. package/lib/components/search/index.d.ts +328 -328
  107. package/lib/components/search/src/index.vue.d.ts +95 -95
  108. package/lib/components/steps-form/index.d.ts +23 -23
  109. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  110. package/lib/components/table/index.d.ts +74 -74
  111. package/lib/components/table/src/index.vue.d.ts +19 -19
  112. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  113. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  114. package/lib/components/table/src/table-column.vue.d.ts +12 -12
  115. package/lib/components/utils/index.d.ts +15 -15
  116. package/lib/components/yc-count-to/index.d.ts +1 -1
  117. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  118. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  119. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  120. package/lib/components/yc-drawer/store.d.ts +6 -6
  121. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  122. package/lib/components/yc-more-actions/index.d.ts +46 -46
  123. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  124. package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
  125. package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  126. package/lib/components/yc-segmented/index.d.ts +1 -1
  127. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  128. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  129. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  130. package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
  131. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  132. package/lib/hooks/usePlusFormReset.d.ts +193 -193
  133. package/lib/index.css +2 -2
  134. package/lib/index.js +10 -19
  135. package/locale/en.js +1 -1
  136. package/locale/en.min.js +1 -1
  137. package/locale/en.min.mjs +1 -1
  138. package/locale/en.mjs +1 -1
  139. package/locale/ja.js +1 -1
  140. package/locale/ja.min.js +1 -1
  141. package/locale/ja.min.mjs +1 -1
  142. package/locale/ja.mjs +1 -1
  143. package/locale/ko.js +1 -1
  144. package/locale/ko.min.js +1 -1
  145. package/locale/ko.min.mjs +1 -1
  146. package/locale/ko.mjs +1 -1
  147. package/locale/zh-cn.js +1 -1
  148. package/locale/zh-cn.min.js +1 -1
  149. package/locale/zh-cn.min.mjs +1 -1
  150. package/locale/zh-cn.mjs +1 -1
  151. package/locale/zh-tw.js +1 -1
  152. package/locale/zh-tw.min.js +1 -1
  153. package/locale/zh-tw.min.mjs +1 -1
  154. package/locale/zh-tw.mjs +1 -1
  155. package/package.json +1 -2
  156. package/theme-chalk/index.css +1 -1
  157. package/theme-chalk/plus-yc-line-tree.css +1 -0
  158. package/theme-chalk/plus-yc-plus-tree.css +1 -1
  159. package/theme-chalk/plus-yc-status-dialog.css +1 -1
  160. package/theme-chalk/src/index.scss +1 -0
  161. package/theme-chalk/src/yc-line-tree.scss +64 -0
  162. package/theme-chalk/src/yc-plus-tree.scss +102 -0
  163. package/theme-chalk/src/yc-status-dialog.scss +7 -4
  164. package/es/components/yc-icon/index.d.ts +0 -49
  165. package/es/components/yc-icon/index.mjs +0 -10
  166. package/es/components/yc-icon/src/hooks.d.ts +0 -11
  167. package/es/components/yc-icon/src/hooks.mjs +0 -80
  168. package/es/components/yc-icon/src/iconfont.d.ts +0 -21
  169. package/es/components/yc-icon/src/iconfont.mjs +0 -45
  170. package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
  171. package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
  172. package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
  173. package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
  174. package/es/components/yc-icon/src/types.d.ts +0 -35
  175. package/es/components/yc-icon/src/types.mjs +0 -1
  176. package/lib/components/yc-icon/index.d.ts +0 -49
  177. package/lib/components/yc-icon/index.js +0 -18
  178. package/lib/components/yc-icon/src/hooks.d.ts +0 -11
  179. package/lib/components/yc-icon/src/hooks.js +0 -82
  180. package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
  181. package/lib/components/yc-icon/src/iconfont.js +0 -49
  182. package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
  183. package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
  184. package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
  185. package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
  186. package/lib/components/yc-icon/src/types.d.ts +0 -35
  187. package/lib/components/yc-icon/src/types.js +0 -2
@@ -410,11 +410,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
410
410
  clearable: boolean;
411
411
  index: number;
412
412
  }>>> & {
413
- onChange?: ((value: FieldValueType) => any) | undefined;
414
413
  "onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
414
+ onChange?: ((value: FieldValueType) => any) | undefined;
415
415
  }, {
416
- index: number;
417
416
  label: string | ComputedRef<string>;
417
+ index: number;
418
418
  tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
419
419
  style?: CSSProperties | undefined;
420
420
  class?: any;
@@ -440,7 +440,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
440
440
  };
441
441
  rows: number;
442
442
  autocomplete: string;
443
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
443
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
444
444
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
445
445
  step: string | number;
446
446
  format: string | ProgressFn | undefined;
@@ -451,25 +451,25 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
451
451
  autosize: InputAutoSize;
452
452
  } & 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>>>>;
453
453
  options: OptionsType;
454
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
454
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
455
455
  fieldSlots: {
456
456
  [slotName: string]: (data?: any) => RenderTypes;
457
457
  };
458
458
  fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
459
459
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
460
460
  clearable: boolean;
461
- valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "slider" | "time-picker" | "time-select" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
462
461
  renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
462
+ valueType: TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
463
+ optionsMap: {
464
+ label?: string | undefined;
465
+ value?: string | undefined;
466
+ };
463
467
  renderLabel: (label: string, props: PlusColumn) => RenderTypes;
464
468
  renderErrorMessage: (props: PlusColumn & {
465
469
  value?: FieldValueType;
466
470
  error?: string | undefined;
467
471
  label?: string | undefined;
468
472
  }) => RenderTypes;
469
- optionsMap: {
470
- label?: string | undefined;
471
- value?: string | undefined;
472
- };
473
473
  }, {}>, Partial<Record<string, (_: {
474
474
  label: string;
475
475
  fieldProps: RecordType;
@@ -478,7 +478,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
478
478
  fieldInstance?: any;
479
479
  valueIsReady?: Ref<boolean> | undefined;
480
480
  prop: string;
481
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
481
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
482
482
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
483
483
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
484
484
  style?: CSSProperties | undefined;
@@ -506,9 +506,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
506
506
  clearable: boolean;
507
507
  index: number;
508
508
  }) => any>> & Partial<Record<string, (_: {
509
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
509
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
510
510
  readonly label: string | ComputedRef<string>;
511
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
511
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
512
512
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
513
513
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
514
514
  style?: CSSProperties | undefined;
@@ -535,7 +535,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
535
535
  };
536
536
  rows: number;
537
537
  autocomplete: string;
538
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
538
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
539
539
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
540
540
  step: string | number;
541
541
  format: string | ProgressFn | undefined;
@@ -574,7 +574,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
574
574
  fieldInstance?: any;
575
575
  valueIsReady?: Ref<boolean> | undefined;
576
576
  prop: string;
577
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
577
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
578
578
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
579
579
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
580
580
  style?: CSSProperties | undefined;
@@ -3,14 +3,14 @@ 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
- };
10
6
  fixed: {
11
7
  type: PropType<boolean>;
12
8
  default: boolean;
13
9
  };
10
+ trigger: {
11
+ type: PropType<"hover" | "click">;
12
+ default: string;
13
+ };
14
14
  title: {
15
15
  type: PropType<string>;
16
16
  default: string;
@@ -67,14 +67,14 @@ 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
- };
74
70
  fixed: {
75
71
  type: PropType<boolean>;
76
72
  default: boolean;
77
73
  };
74
+ trigger: {
75
+ type: PropType<"hover" | "click">;
76
+ default: string;
77
+ };
78
78
  title: {
79
79
  type: PropType<string>;
80
80
  default: string;
@@ -126,8 +126,8 @@ export declare const PlusHeader: {
126
126
  value: string;
127
127
  }) => any) | undefined;
128
128
  }, {
129
- trigger: "hover" | "click";
130
129
  fixed: boolean;
130
+ trigger: "hover" | "click";
131
131
  title: string;
132
132
  logo: string;
133
133
  logoutText: string;
@@ -151,14 +151,14 @@ 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
- };
158
154
  fixed: {
159
155
  type: PropType<boolean>;
160
156
  default: boolean;
161
157
  };
158
+ trigger: {
159
+ type: PropType<"hover" | "click">;
160
+ default: string;
161
+ };
162
162
  title: {
163
163
  type: PropType<string>;
164
164
  default: string;
@@ -210,8 +210,8 @@ export declare const PlusHeader: {
210
210
  value: string;
211
211
  }) => any) | undefined;
212
212
  }, {}, {}, {}, {}, {
213
- trigger: "hover" | "click";
214
213
  fixed: boolean;
214
+ trigger: "hover" | "click";
215
215
  title: string;
216
216
  logo: string;
217
217
  logoutText: string;
@@ -232,14 +232,14 @@ 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
- };
239
235
  fixed: {
240
236
  type: PropType<boolean>;
241
237
  default: boolean;
242
238
  };
239
+ trigger: {
240
+ type: PropType<"hover" | "click">;
241
+ default: string;
242
+ };
243
243
  title: {
244
244
  type: PropType<string>;
245
245
  default: string;
@@ -296,8 +296,8 @@ export declare const PlusHeader: {
296
296
  value: string;
297
297
  }) => void;
298
298
  }, string, {
299
- trigger: "hover" | "click";
300
299
  fixed: boolean;
300
+ trigger: "hover" | "click";
301
301
  title: string;
302
302
  logo: string;
303
303
  logoutText: string;
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
30
30
  value: string;
31
31
  }) => any) | undefined;
32
32
  }, {
33
- trigger: "hover" | "click";
34
33
  fixed: boolean;
34
+ trigger: "hover" | "click";
35
35
  title: string;
36
36
  logo: string;
37
37
  logoutText: string;
@@ -40,6 +40,5 @@ export * from './yc-perms';
40
40
  export * from './yc-col';
41
41
  export * from './yc-segmented';
42
42
  export * from './yc-animate-selector';
43
- export * from './yc-icon';
44
43
  export * from './yc-download-dialog';
45
44
  export * from './yc-tabs-with-filter';
@@ -39,9 +39,8 @@ var index$H = require('./yc-perms/index.js');
39
39
  var index$J = require('./yc-col/index.js');
40
40
  var index$K = require('./yc-segmented/index.js');
41
41
  var index$M = require('./yc-animate-selector/index.js');
42
- var index$O = require('./yc-icon/index.js');
43
- var index$P = require('./yc-download-dialog/index.js');
44
- var index$R = require('./yc-tabs-with-filter/index.js');
42
+ var index$O = require('./yc-download-dialog/index.js');
43
+ var index$Q = require('./yc-tabs-with-filter/index.js');
45
44
  var type = require('./yc-config-provider/src/type.js');
46
45
  var useYcConfig = require('./yc-config-provider/src/useYcConfig.js');
47
46
  var index$o = require('./yc-select-v2/src/index.vue.js');
@@ -60,9 +59,8 @@ var index$I = require('./yc-perms/src/index.js');
60
59
  var index$L = require('./yc-segmented/src/index.js');
61
60
  var animate = require('./yc-animate-selector/src/animate.js');
62
61
  var index$N = require('./yc-animate-selector/src/index.vue.js');
63
- var hooks = require('./yc-icon/src/hooks.js');
64
- var index$Q = require('./yc-download-dialog/src/index.vue.js');
65
- var index$S = require('./yc-tabs-with-filter/src/index.vue.js');
62
+ var index$P = require('./yc-download-dialog/src/index.vue.js');
63
+ var index$R = require('./yc-tabs-with-filter/src/index.vue.js');
66
64
 
67
65
 
68
66
 
@@ -118,14 +116,8 @@ exports.ReCol = index$J.YcCol;
118
116
  exports.YcCol = index$J.YcCol;
119
117
  exports.YcSegmentedWithInstall = index$K.YcSegmentedWithInstall;
120
118
  exports.YcAnimateSelectorWithInstall = index$M.YcAnimateSelectorWithInstall;
121
- exports.FontIcon = index$O.YcFontIcon;
122
- exports.IconifyIconOffline = index$O.YcIconifyIconOffline;
123
- exports.IconifyIconOnline = index$O.YcIconifyIconOnline;
124
- exports.YcFontIcon = index$O.YcFontIcon;
125
- exports.YcIconifyIconOffline = index$O.YcIconifyIconOffline;
126
- exports.YcIconifyIconOnline = index$O.YcIconifyIconOnline;
127
- exports.YcDownloadDialogWithInstall = index$P.YcDownloadDialogWithInstall;
128
- exports.YcTabsWithFilterWithInstall = index$R.YcTabsWithFilterWithInstall;
119
+ exports.YcDownloadDialogWithInstall = index$O.YcDownloadDialogWithInstall;
120
+ exports.YcTabsWithFilterWithInstall = index$Q.YcTabsWithFilterWithInstall;
129
121
  exports.DEFAULT_CDN_CONFIG = type.DEFAULT_CDN_CONFIG;
130
122
  exports.DEFAULT_YC_CONFIG = type.DEFAULT_YC_CONFIG;
131
123
  exports.YC_CONFIG_KEY = type.YC_CONFIG_KEY;
@@ -176,8 +168,7 @@ exports.YcSegmented = index$L.default;
176
168
  exports.animates = animate.animates;
177
169
  exports.ReAnimateSelector = index$N.default;
178
170
  exports.YcAnimateSelector = index$N.default;
179
- exports.useRenderIcon = hooks.useRenderIcon;
180
- exports.ReDownloadDialog = index$Q.default;
181
- exports.YcDownloadDialog = index$Q.default;
182
- exports.ReTabsWithFilter = index$S.default;
183
- exports.YcTabsWithFilter = index$S.default;
171
+ exports.ReDownloadDialog = index$P.default;
172
+ exports.YcDownloadDialog = index$P.default;
173
+ exports.ReTabsWithFilter = index$R.default;
174
+ exports.YcTabsWithFilter = index$R.default;
@@ -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
- trigger: {
11
- type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
12
- default: () => string[];
13
- };
14
10
  disabled: {
15
11
  type: PropType<boolean>;
16
12
  default: boolean;
17
13
  };
14
+ trigger: {
15
+ type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
16
+ default: () => string[];
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
- trigger: {
1207
- type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
1208
- default: () => string[];
1209
- };
1210
1206
  disabled: {
1211
1207
  type: PropType<boolean>;
1212
1208
  default: boolean;
1213
1209
  };
1210
+ trigger: {
1211
+ type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
1212
+ default: () => string[];
1213
+ };
1214
1214
  modelValue: {
1215
1215
  type: PropType<string[]>;
1216
1216
  default: () => never[];
@@ -1243,14 +1243,14 @@ export declare const PlusInputTag: DefineComponent<{
1243
1243
  };
1244
1244
  }>> & {
1245
1245
  onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
1246
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
1246
1247
  onChange?: ((data: string[]) => any) | undefined;
1248
+ onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1247
1249
  onEnter?: ((value: string, event: MouseEvent) => any) | undefined;
1248
- "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
1249
1250
  onRemove?: ((tag: string) => any) | undefined;
1250
- onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1251
1251
  }, {
1252
- trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
1253
1252
  disabled: boolean;
1253
+ trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
1254
1254
  modelValue: string[];
1255
1255
  inputProps: Partial< Mutable<InputProps> & {
1256
1256
  style?: CSSProperties | undefined;
@@ -1208,14 +1208,14 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1208
1208
  retainInputValue: boolean;
1209
1209
  }>>> & {
1210
1210
  onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
1211
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
1211
1212
  onChange?: ((data: string[]) => any) | undefined;
1213
+ onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1212
1214
  onEnter?: ((value: string, event: MouseEvent) => any) | undefined;
1213
- "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
1214
1215
  onRemove?: ((tag: string) => any) | undefined;
1215
- onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
1216
1216
  }, {
1217
- trigger: TriggerType | TriggerType[];
1218
1217
  disabled: boolean;
1218
+ trigger: TriggerType | TriggerType[];
1219
1219
  modelValue: string[];
1220
1220
  inputProps: Partial<Mutable<InputProps> & {
1221
1221
  style?: CSSProperties | undefined;