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
@@ -94,10 +94,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
94
94
  value: string | number;
95
95
  row: RecordType;
96
96
  }) => OptionsRow<undefined>) | undefined;
97
- tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
97
+ tooltip?: string | Partial< Mutable<ElTooltipProps> & {
98
98
  style?: CSSProperties | undefined;
99
99
  class?: any;
100
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
100
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
101
101
  style?: CSSProperties | undefined;
102
102
  class?: any;
103
103
  } & RecordType>> | undefined;
@@ -165,7 +165,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
165
165
  };
166
166
  rows: number;
167
167
  autocomplete: string;
168
- 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";
168
+ 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";
169
169
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
170
170
  step: string | number;
171
171
  format: string | ProgressFn | undefined;
@@ -199,12 +199,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
199
199
  }) => any>> & Partial<Record<string, (_: {
200
200
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
201
201
  readonly label: string | ComputedRef<string>;
202
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
202
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
203
203
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
204
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
204
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
205
205
  style?: CSSProperties | undefined;
206
206
  class?: any;
207
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
207
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
208
208
  style?: CSSProperties | undefined;
209
209
  class?: any;
210
210
  } & RecordType>>;
@@ -226,7 +226,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
226
226
  };
227
227
  rows: number;
228
228
  autocomplete: string;
229
- 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";
229
+ 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";
230
230
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
231
231
  step: string | number;
232
232
  format: string | ProgressFn | undefined;
@@ -271,12 +271,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
271
271
  fieldInstance?: any;
272
272
  valueIsReady?: Ref<boolean> | undefined;
273
273
  prop: string;
274
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
274
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
275
275
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
276
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
276
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
277
277
  style?: CSSProperties | undefined;
278
278
  class?: any;
279
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
279
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
280
280
  style?: CSSProperties | undefined;
281
281
  class?: any;
282
282
  } & RecordType>>;
@@ -307,12 +307,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
307
307
  }) => any>> & Partial<Record<string, (_: {
308
308
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
309
309
  readonly label: string | ComputedRef<string>;
310
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
310
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
311
311
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
312
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
312
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
313
313
  style?: CSSProperties | undefined;
314
314
  class?: any;
315
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
315
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
316
316
  style?: CSSProperties | undefined;
317
317
  class?: any;
318
318
  } & RecordType>>;
@@ -334,7 +334,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
334
334
  };
335
335
  rows: number;
336
336
  autocomplete: string;
337
- 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";
337
+ 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";
338
338
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
339
339
  step: string | number;
340
340
  format: string | ProgressFn | undefined;
@@ -379,12 +379,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
379
379
  fieldInstance?: any;
380
380
  valueIsReady?: Ref<boolean> | undefined;
381
381
  prop: string;
382
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
382
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
383
383
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
384
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
384
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
385
385
  style?: CSSProperties | undefined;
386
386
  class?: any;
387
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
387
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
388
388
  style?: CSSProperties | undefined;
389
389
  class?: any;
390
390
  } & RecordType>>;
@@ -435,10 +435,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
435
435
  value: string | number;
436
436
  row: RecordType;
437
437
  }) => OptionsRow<undefined>) | undefined;
438
- tooltip?: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
438
+ tooltip?: string | Partial< Mutable<ElTooltipProps> & {
439
439
  style?: CSSProperties | undefined;
440
440
  class?: any;
441
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
441
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
442
442
  style?: CSSProperties | undefined;
443
443
  class?: any;
444
444
  } & RecordType>> | undefined;
@@ -506,7 +506,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
506
506
  };
507
507
  rows: number;
508
508
  autocomplete: string;
509
- 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";
509
+ 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";
510
510
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
511
511
  step: string | number;
512
512
  format: string | ProgressFn | undefined;