yc-pro-components 0.0.8 → 0.0.10

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 (140) 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 +7 -7
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/date-picker/index.d.ts +16 -16
  6. package/es/components/date-picker/src/index.vue.d.ts +8 -8
  7. package/es/components/dialog/index.d.ts +30 -30
  8. package/es/components/dialog/src/index.vue.d.ts +3 -3
  9. package/es/components/dialog-form/index.d.ts +80 -80
  10. package/es/components/dialog-form/src/index.vue.d.ts +28 -28
  11. package/es/components/display-item/index.d.ts +9 -9
  12. package/es/components/display-item/src/index.vue.d.ts +9 -9
  13. package/es/components/drawer-form/index.d.ts +95 -95
  14. package/es/components/drawer-form/src/index.vue.d.ts +28 -28
  15. package/es/components/form/index.d.ts +89 -89
  16. package/es/components/form/src/form-content.vue.d.ts +8 -8
  17. package/es/components/form/src/index.vue.d.ts +31 -31
  18. package/es/components/form-item/index.d.ts +46 -46
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  20. package/es/components/input-tag/index.d.ts +28 -28
  21. package/es/components/input-tag/src/index.vue.d.ts +28 -28
  22. package/es/components/layout/index.d.ts +30 -30
  23. package/es/components/layout/src/index.vue.d.ts +10 -10
  24. package/es/components/page/index.d.ts +507 -507
  25. package/es/components/page/src/index.vue.d.ts +171 -171
  26. package/es/components/pagination/index.d.ts +7 -7
  27. package/es/components/pagination/src/index.vue.d.ts +1 -1
  28. package/es/components/radio/index.d.ts +37 -37
  29. package/es/components/radio/src/index.vue.d.ts +37 -37
  30. package/es/components/render/index.d.ts +12 -12
  31. package/es/components/render/src/index.vue.d.ts +2 -2
  32. package/es/components/search/index.d.ts +205 -205
  33. package/es/components/search/src/index.vue.d.ts +69 -69
  34. package/es/components/sidebar/index.d.ts +15 -15
  35. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  36. package/es/components/table/index.d.ts +40 -40
  37. package/es/components/table/src/index.vue.d.ts +12 -12
  38. package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
  39. package/es/components/table/src/table-column.vue.d.ts +9 -9
  40. package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
  41. package/es/components/utils/index.d.ts +5 -5
  42. package/es/components/yc-count-to/index.d.ts +2 -2
  43. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  44. package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
  45. package/es/components/yc-dialog/index.d.ts +24 -24
  46. package/es/components/yc-drawer/store.d.ts +13 -13
  47. package/es/components/yc-more-actions/index.d.ts +84 -84
  48. package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
  49. package/es/components/yc-plus-page/src/index.vue.d.ts +378 -378
  50. package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  51. package/es/components/yc-segmented/index.d.ts +4 -4
  52. package/es/components/yc-segmented/src/index.d.ts +4 -4
  53. package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
  54. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  55. package/es/components/yc-text/src/index.vue2.mjs +31 -4
  56. package/es/hooks/usePlusFormReset.d.ts +384 -384
  57. package/index.js +31 -4
  58. package/index.min.js +2 -2
  59. package/index.min.mjs +3 -3
  60. package/index.mjs +31 -4
  61. package/lib/components/check-card/index.d.ts +38 -38
  62. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  63. package/lib/components/check-card-group/index.d.ts +7 -7
  64. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  65. package/lib/components/date-picker/index.d.ts +16 -16
  66. package/lib/components/date-picker/src/index.vue.d.ts +8 -8
  67. package/lib/components/dialog/index.d.ts +30 -30
  68. package/lib/components/dialog/src/index.vue.d.ts +3 -3
  69. package/lib/components/dialog-form/index.d.ts +80 -80
  70. package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
  71. package/lib/components/display-item/index.d.ts +9 -9
  72. package/lib/components/display-item/src/index.vue.d.ts +9 -9
  73. package/lib/components/drawer-form/index.d.ts +95 -95
  74. package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
  75. package/lib/components/form/index.d.ts +89 -89
  76. package/lib/components/form/src/form-content.vue.d.ts +8 -8
  77. package/lib/components/form/src/index.vue.d.ts +31 -31
  78. package/lib/components/form-item/index.d.ts +46 -46
  79. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  80. package/lib/components/input-tag/index.d.ts +28 -28
  81. package/lib/components/input-tag/src/index.vue.d.ts +28 -28
  82. package/lib/components/layout/index.d.ts +30 -30
  83. package/lib/components/layout/src/index.vue.d.ts +10 -10
  84. package/lib/components/page/index.d.ts +507 -507
  85. package/lib/components/page/src/index.vue.d.ts +171 -171
  86. package/lib/components/pagination/index.d.ts +7 -7
  87. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  88. package/lib/components/radio/index.d.ts +37 -37
  89. package/lib/components/radio/src/index.vue.d.ts +37 -37
  90. package/lib/components/render/index.d.ts +12 -12
  91. package/lib/components/render/src/index.vue.d.ts +2 -2
  92. package/lib/components/search/index.d.ts +205 -205
  93. package/lib/components/search/src/index.vue.d.ts +69 -69
  94. package/lib/components/sidebar/index.d.ts +15 -15
  95. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  96. package/lib/components/table/index.d.ts +40 -40
  97. package/lib/components/table/src/index.vue.d.ts +12 -12
  98. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
  99. package/lib/components/table/src/table-column.vue.d.ts +9 -9
  100. package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
  101. package/lib/components/utils/index.d.ts +5 -5
  102. package/lib/components/yc-count-to/index.d.ts +2 -2
  103. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  104. package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
  105. package/lib/components/yc-dialog/index.d.ts +24 -24
  106. package/lib/components/yc-drawer/store.d.ts +13 -13
  107. package/lib/components/yc-more-actions/index.d.ts +84 -84
  108. package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
  109. package/lib/components/yc-plus-page/src/index.vue.d.ts +378 -378
  110. package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  111. package/lib/components/yc-segmented/index.d.ts +4 -4
  112. package/lib/components/yc-segmented/src/index.d.ts +4 -4
  113. package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
  114. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  115. package/lib/components/yc-text/src/index.vue2.js +30 -3
  116. package/lib/hooks/usePlusFormReset.d.ts +384 -384
  117. package/locale/en.js +1 -1
  118. package/locale/en.min.js +1 -1
  119. package/locale/en.min.mjs +1 -1
  120. package/locale/en.mjs +1 -1
  121. package/locale/ja.js +1 -1
  122. package/locale/ja.min.js +1 -1
  123. package/locale/ja.min.mjs +1 -1
  124. package/locale/ja.mjs +1 -1
  125. package/locale/ko.js +1 -1
  126. package/locale/ko.min.js +1 -1
  127. package/locale/ko.min.mjs +1 -1
  128. package/locale/ko.mjs +1 -1
  129. package/locale/zh-cn.js +1 -1
  130. package/locale/zh-cn.min.js +1 -1
  131. package/locale/zh-cn.min.mjs +1 -1
  132. package/locale/zh-cn.mjs +1 -1
  133. package/locale/zh-tw.js +1 -1
  134. package/locale/zh-tw.min.js +1 -1
  135. package/locale/zh-tw.min.mjs +1 -1
  136. package/locale/zh-tw.mjs +1 -1
  137. package/package.json +1 -1
  138. package/theme-chalk/index.css +1 -1
  139. package/theme-chalk/plus-yc-status-dialog.css +1 -1
  140. package/theme-chalk/src/yc-status-dialog.scss +1 -0
@@ -4,14 +4,18 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
4
4
  export type { PlusCheckCardProps } from './src/index.vue';
5
5
  export declare const PlusCheckCard: {
6
6
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
- title: {
8
- type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
9
- default: undefined;
10
- };
11
7
  disabled: {
12
8
  type: PropType<boolean>;
13
9
  default: boolean;
14
10
  };
11
+ size: {
12
+ type: PropType<"" | "large" | "default" | "small">;
13
+ default: string;
14
+ };
15
+ title: {
16
+ type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
17
+ default: undefined;
18
+ };
15
19
  avatar: {
16
20
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
17
21
  default: undefined;
@@ -20,10 +24,6 @@ export declare const PlusCheckCard: {
20
24
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
21
25
  default: undefined;
22
26
  };
23
- size: {
24
- type: PropType<"" | "default" | "small" | "large">;
25
- default: string;
26
- };
27
27
  modelValue: {
28
28
  type: PropType<boolean>;
29
29
  default: boolean;
@@ -45,14 +45,18 @@ export declare const PlusCheckCard: {
45
45
  change: (checked: boolean) => void;
46
46
  extra: () => void;
47
47
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
48
- title: {
49
- type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
50
- default: undefined;
51
- };
52
48
  disabled: {
53
49
  type: PropType<boolean>;
54
50
  default: boolean;
55
51
  };
52
+ size: {
53
+ type: PropType<"" | "large" | "default" | "small">;
54
+ default: string;
55
+ };
56
+ title: {
57
+ type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
58
+ default: undefined;
59
+ };
56
60
  avatar: {
57
61
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
58
62
  default: undefined;
@@ -61,10 +65,6 @@ export declare const PlusCheckCard: {
61
65
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
62
66
  default: undefined;
63
67
  };
64
- size: {
65
- type: PropType<"" | "default" | "small" | "large">;
66
- default: string;
67
- };
68
68
  modelValue: {
69
69
  type: PropType<boolean>;
70
70
  default: boolean;
@@ -82,11 +82,11 @@ export declare const PlusCheckCard: {
82
82
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
83
83
  onExtra?: (() => any) | undefined;
84
84
  }, {
85
- title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
86
85
  disabled: boolean;
86
+ size: "" | "large" | "default" | "small";
87
+ title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
87
88
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
88
89
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
89
- size: "" | "default" | "small" | "large";
90
90
  modelValue: boolean;
91
91
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
92
92
  avatarProps: RecordType;
@@ -98,14 +98,18 @@ export declare const PlusCheckCard: {
98
98
  M: {};
99
99
  Defaults: {};
100
100
  }, Readonly< ExtractPropTypes<{
101
- title: {
102
- type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
103
- default: undefined;
104
- };
105
101
  disabled: {
106
102
  type: PropType<boolean>;
107
103
  default: boolean;
108
104
  };
105
+ size: {
106
+ type: PropType<"" | "large" | "default" | "small">;
107
+ default: string;
108
+ };
109
+ title: {
110
+ type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
111
+ default: undefined;
112
+ };
109
113
  avatar: {
110
114
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
111
115
  default: undefined;
@@ -114,10 +118,6 @@ export declare const PlusCheckCard: {
114
118
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
115
119
  default: undefined;
116
120
  };
117
- size: {
118
- type: PropType<"" | "default" | "small" | "large">;
119
- default: string;
120
- };
121
121
  modelValue: {
122
122
  type: PropType<boolean>;
123
123
  default: boolean;
@@ -135,11 +135,11 @@ export declare const PlusCheckCard: {
135
135
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
136
136
  onExtra?: (() => any) | undefined;
137
137
  }, {}, {}, {}, {}, {
138
- title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
139
138
  disabled: boolean;
139
+ size: "" | "large" | "default" | "small";
140
+ title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
140
141
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
141
142
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
142
- size: "" | "default" | "small" | "large";
143
143
  modelValue: boolean;
144
144
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
145
145
  avatarProps: RecordType;
@@ -148,14 +148,18 @@ export declare const PlusCheckCard: {
148
148
  __isTeleport?: undefined;
149
149
  __isSuspense?: undefined;
150
150
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
151
- title: {
152
- type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
153
- default: undefined;
154
- };
155
151
  disabled: {
156
152
  type: PropType<boolean>;
157
153
  default: boolean;
158
154
  };
155
+ size: {
156
+ type: PropType<"" | "large" | "default" | "small">;
157
+ default: string;
158
+ };
159
+ title: {
160
+ type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
161
+ default: undefined;
162
+ };
159
163
  avatar: {
160
164
  type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
161
165
  default: undefined;
@@ -164,10 +168,6 @@ export declare const PlusCheckCard: {
164
168
  type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
165
169
  default: undefined;
166
170
  };
167
- size: {
168
- type: PropType<"" | "default" | "small" | "large">;
169
- default: string;
170
- };
171
171
  modelValue: {
172
172
  type: PropType<boolean>;
173
173
  default: boolean;
@@ -189,11 +189,11 @@ export declare const PlusCheckCard: {
189
189
  change: (checked: boolean) => void;
190
190
  extra: () => void;
191
191
  }, string, {
192
- title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
193
192
  disabled: boolean;
193
+ size: "" | "large" | "default" | "small";
194
+ title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
194
195
  avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
195
196
  extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
196
- size: "" | "default" | "small" | "large";
197
197
  modelValue: boolean;
198
198
  description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
199
199
  avatarProps: RecordType;
@@ -47,11 +47,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
47
47
  "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
48
48
  onExtra?: (() => any) | undefined;
49
49
  }, {
50
- title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
51
50
  disabled: boolean;
51
+ size: "" | "large" | "default" | "small";
52
+ title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
52
53
  avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
53
54
  extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
54
- size: "" | "default" | "small" | "large";
55
55
  modelValue: boolean;
56
56
  description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
57
57
  avatarProps: RecordType;
@@ -9,7 +9,7 @@ export declare const PlusCheckCardGroup: {
9
9
  default: boolean;
10
10
  };
11
11
  size: {
12
- type: PropType<"" | "default" | "small" | "large">;
12
+ type: PropType<"" | "large" | "default" | "small">;
13
13
  default: undefined;
14
14
  };
15
15
  options: {
@@ -44,7 +44,7 @@ export declare const PlusCheckCardGroup: {
44
44
  default: boolean;
45
45
  };
46
46
  size: {
47
- type: PropType<"" | "default" | "small" | "large">;
47
+ type: PropType<"" | "large" | "default" | "small">;
48
48
  default: undefined;
49
49
  };
50
50
  options: {
@@ -69,7 +69,7 @@ export declare const PlusCheckCardGroup: {
69
69
  }) => any) | undefined;
70
70
  }, {
71
71
  disabled: boolean;
72
- size: "" | "default" | "small" | "large";
72
+ size: "" | "large" | "default" | "small";
73
73
  options: ( PlusCheckCardProps & {
74
74
  value: string | number;
75
75
  })[];
@@ -88,7 +88,7 @@ export declare const PlusCheckCardGroup: {
88
88
  default: boolean;
89
89
  };
90
90
  size: {
91
- type: PropType<"" | "default" | "small" | "large">;
91
+ type: PropType<"" | "large" | "default" | "small">;
92
92
  default: undefined;
93
93
  };
94
94
  options: {
@@ -113,7 +113,7 @@ export declare const PlusCheckCardGroup: {
113
113
  }) => any) | undefined;
114
114
  }, {}, {}, {}, {}, {
115
115
  disabled: boolean;
116
- size: "" | "default" | "small" | "large";
116
+ size: "" | "large" | "default" | "small";
117
117
  options: ( PlusCheckCardProps & {
118
118
  value: string | number;
119
119
  })[];
@@ -129,7 +129,7 @@ export declare const PlusCheckCardGroup: {
129
129
  default: boolean;
130
130
  };
131
131
  size: {
132
- type: PropType<"" | "default" | "small" | "large">;
132
+ type: PropType<"" | "large" | "default" | "small">;
133
133
  default: undefined;
134
134
  };
135
135
  options: {
@@ -160,7 +160,7 @@ export declare const PlusCheckCardGroup: {
160
160
  }) => void;
161
161
  }, string, {
162
162
  disabled: boolean;
163
- size: "" | "default" | "small" | "large";
163
+ size: "" | "large" | "default" | "small";
164
164
  options: ( PlusCheckCardProps & {
165
165
  value: string | number;
166
166
  })[];
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
52
52
  }) => any) | undefined;
53
53
  }, {
54
54
  disabled: boolean;
55
- size: "" | "default" | "small" | "large";
55
+ size: "" | "large" | "default" | "small";
56
56
  options: (PlusCheckCardProps & {
57
57
  value: string | number;
58
58
  })[];
@@ -8,14 +8,14 @@ import { default as DatePicker } from './src/index.vue';
8
8
  export type PlusDatePickerInstance = InstanceType<typeof DatePicker>;
9
9
  export type { PlusDatePickerProps } from './src/index.vue';
10
10
  export declare const PlusDatePicker: DefineComponent<{
11
- type: {
12
- type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
13
- default: string;
14
- };
15
11
  disabled: {
16
12
  type: PropType<boolean>;
17
13
  default: boolean;
18
14
  };
15
+ type: {
16
+ type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
17
+ default: string;
18
+ };
19
19
  modelValue: {
20
20
  type: PropType<string[]>;
21
21
  default: () => never[];
@@ -105,7 +105,7 @@ export declare const PlusDatePicker: DefineComponent<{
105
105
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
106
106
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
107
107
  readonly size: {
108
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
108
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
109
109
  readonly required: false;
110
110
  readonly validator: ((val: unknown) => boolean) | undefined;
111
111
  __epPropKey: true;
@@ -193,7 +193,7 @@ export declare const PlusDatePicker: DefineComponent<{
193
193
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
194
194
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
195
195
  readonly size: {
196
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
196
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
197
197
  readonly required: false;
198
198
  readonly validator: ((val: unknown) => boolean) | undefined;
199
199
  __epPropKey: true;
@@ -308,7 +308,7 @@ export declare const PlusDatePicker: DefineComponent<{
308
308
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
309
309
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
310
310
  readonly size: {
311
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
311
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
312
312
  readonly required: false;
313
313
  readonly validator: ((val: unknown) => boolean) | undefined;
314
314
  __epPropKey: true;
@@ -417,7 +417,7 @@ export declare const PlusDatePicker: DefineComponent<{
417
417
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
418
418
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
419
419
  readonly size: {
420
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
420
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
421
421
  readonly required: false;
422
422
  readonly validator: ((val: unknown) => boolean) | undefined;
423
423
  __epPropKey: true;
@@ -505,7 +505,7 @@ export declare const PlusDatePicker: DefineComponent<{
505
505
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
506
506
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
507
507
  readonly size: {
508
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
508
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
509
509
  readonly required: false;
510
510
  readonly validator: ((val: unknown) => boolean) | undefined;
511
511
  __epPropKey: true;
@@ -620,7 +620,7 @@ export declare const PlusDatePicker: DefineComponent<{
620
620
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
621
621
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
622
622
  readonly size: {
623
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
623
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
624
624
  readonly required: false;
625
625
  readonly validator: ((val: unknown) => boolean) | undefined;
626
626
  __epPropKey: true;
@@ -674,14 +674,14 @@ export declare const PlusDatePicker: DefineComponent<{
674
674
  focus: (event: FocusEvent) => void;
675
675
  "update:modelValue": (value: string[]) => void;
676
676
  }, string, PublicProps, Readonly< ExtractPropTypes<{
677
- type: {
678
- type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
679
- default: string;
680
- };
681
677
  disabled: {
682
678
  type: PropType<boolean>;
683
679
  default: boolean;
684
680
  };
681
+ type: {
682
+ type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
683
+ default: string;
684
+ };
685
685
  modelValue: {
686
686
  type: PropType<string[]>;
687
687
  default: () => never[];
@@ -711,12 +711,12 @@ export declare const PlusDatePicker: DefineComponent<{
711
711
  default: (endTime: any, startValue: any) => boolean;
712
712
  };
713
713
  }>> & {
714
- onFocus?: ((event: FocusEvent) => any) | undefined;
715
714
  onChange?: ((value: string[]) => any) | undefined;
715
+ onFocus?: ((event: FocusEvent) => any) | undefined;
716
716
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
717
717
  }, {
718
- type: "date" | "year" | "month" | "dates" | "week" | "datetime";
719
718
  disabled: boolean;
719
+ type: "date" | "year" | "month" | "dates" | "week" | "datetime";
720
720
  modelValue: string[];
721
721
  valueFormat: string;
722
722
  rangeSeparator: string;
@@ -98,7 +98,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
98
98
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
99
99
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
100
100
  readonly size: {
101
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
101
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
102
102
  readonly required: false;
103
103
  readonly validator: ((val: unknown) => boolean) | undefined;
104
104
  __epPropKey: true;
@@ -186,7 +186,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
186
186
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
187
187
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
188
188
  readonly size: {
189
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
189
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
190
190
  readonly required: false;
191
191
  readonly validator: ((val: unknown) => boolean) | undefined;
192
192
  __epPropKey: true;
@@ -301,7 +301,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
301
301
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
302
302
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
303
303
  readonly size: {
304
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
304
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
305
305
  readonly required: false;
306
306
  readonly validator: ((val: unknown) => boolean) | undefined;
307
307
  __epPropKey: true;
@@ -410,7 +410,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
410
410
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
411
411
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
412
412
  readonly size: {
413
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
413
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
414
414
  readonly required: false;
415
415
  readonly validator: ((val: unknown) => boolean) | undefined;
416
416
  __epPropKey: true;
@@ -498,7 +498,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
498
498
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
499
499
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
500
500
  readonly size: {
501
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
501
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
502
502
  readonly required: false;
503
503
  readonly validator: ((val: unknown) => boolean) | undefined;
504
504
  __epPropKey: true;
@@ -613,7 +613,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
613
613
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
614
614
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, "", boolean>;
615
615
  readonly size: {
616
- readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
616
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
617
617
  readonly required: false;
618
618
  readonly validator: ((val: unknown) => boolean) | undefined;
619
619
  __epPropKey: true;
@@ -677,12 +677,12 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
677
677
  startDisabledDate: (startTime: any, endValue: any) => boolean;
678
678
  endDisabledDate: (endTime: any, startValue: any) => boolean;
679
679
  }>>> & {
680
- onFocus?: ((event: FocusEvent) => any) | undefined;
681
680
  onChange?: ((value: string[]) => any) | undefined;
681
+ onFocus?: ((event: FocusEvent) => any) | undefined;
682
682
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
683
683
  }, {
684
- type: "date" | "year" | "month" | "dates" | "week" | "datetime";
685
684
  disabled: boolean;
685
+ type: "date" | "year" | "month" | "dates" | "week" | "datetime";
686
686
  modelValue: string[];
687
687
  valueFormat: string;
688
688
  rangeSeparator: string;
@@ -5,6 +5,10 @@ export type PlusDialogInstance = InstanceType<typeof Dialog>;
5
5
  export * from './src/type';
6
6
  export declare const PlusDialog: {
7
7
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8
+ top: {
9
+ type: PropType<string>;
10
+ default: string;
11
+ };
8
12
  title: {
9
13
  type: PropType<string>;
10
14
  default: string;
@@ -13,10 +17,6 @@ export declare const PlusDialog: {
13
17
  type: PropType<string | number>;
14
18
  default: string;
15
19
  };
16
- top: {
17
- type: PropType<string>;
18
- default: string;
19
- };
20
20
  modelValue: {
21
21
  type: PropType<boolean>;
22
22
  default: boolean;
@@ -26,7 +26,7 @@ export declare const PlusDialog: {
26
26
  default: boolean;
27
27
  };
28
28
  footerAlign: {
29
- type: PropType<"right" | "left" | "center">;
29
+ type: PropType<"left" | "right" | "center">;
30
30
  default: string;
31
31
  };
32
32
  confirmLoading: {
@@ -42,14 +42,18 @@ export declare const PlusDialog: {
42
42
  default: string;
43
43
  };
44
44
  }>> & {
45
- "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
46
45
  onCancel?: (() => any) | undefined;
46
+ "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
47
47
  onConfirm?: (() => any) | undefined;
48
48
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
49
49
  "update:modelValue": (visible: boolean) => void;
50
50
  cancel: () => void;
51
51
  confirm: () => void;
52
52
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
53
+ top: {
54
+ type: PropType<string>;
55
+ default: string;
56
+ };
53
57
  title: {
54
58
  type: PropType<string>;
55
59
  default: string;
@@ -58,10 +62,6 @@ export declare const PlusDialog: {
58
62
  type: PropType<string | number>;
59
63
  default: string;
60
64
  };
61
- top: {
62
- type: PropType<string>;
63
- default: string;
64
- };
65
65
  modelValue: {
66
66
  type: PropType<boolean>;
67
67
  default: boolean;
@@ -71,7 +71,7 @@ export declare const PlusDialog: {
71
71
  default: boolean;
72
72
  };
73
73
  footerAlign: {
74
- type: PropType<"right" | "left" | "center">;
74
+ type: PropType<"left" | "right" | "center">;
75
75
  default: string;
76
76
  };
77
77
  confirmLoading: {
@@ -87,16 +87,16 @@ export declare const PlusDialog: {
87
87
  default: string;
88
88
  };
89
89
  }>> & {
90
- "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
91
90
  onCancel?: (() => any) | undefined;
91
+ "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
92
92
  onConfirm?: (() => any) | undefined;
93
93
  }, {
94
+ top: string;
94
95
  title: string;
95
96
  width: string | number;
96
- top: string;
97
97
  modelValue: boolean;
98
98
  hasFooter: boolean;
99
- footerAlign: "right" | "left" | "center";
99
+ footerAlign: "left" | "right" | "center";
100
100
  confirmLoading: boolean;
101
101
  cancelText: string;
102
102
  confirmText: string;
@@ -108,6 +108,10 @@ export declare const PlusDialog: {
108
108
  M: {};
109
109
  Defaults: {};
110
110
  }, Readonly< ExtractPropTypes<{
111
+ top: {
112
+ type: PropType<string>;
113
+ default: string;
114
+ };
111
115
  title: {
112
116
  type: PropType<string>;
113
117
  default: string;
@@ -116,10 +120,6 @@ export declare const PlusDialog: {
116
120
  type: PropType<string | number>;
117
121
  default: string;
118
122
  };
119
- top: {
120
- type: PropType<string>;
121
- default: string;
122
- };
123
123
  modelValue: {
124
124
  type: PropType<boolean>;
125
125
  default: boolean;
@@ -129,7 +129,7 @@ export declare const PlusDialog: {
129
129
  default: boolean;
130
130
  };
131
131
  footerAlign: {
132
- type: PropType<"right" | "left" | "center">;
132
+ type: PropType<"left" | "right" | "center">;
133
133
  default: string;
134
134
  };
135
135
  confirmLoading: {
@@ -145,16 +145,16 @@ export declare const PlusDialog: {
145
145
  default: string;
146
146
  };
147
147
  }>> & {
148
- "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
149
148
  onCancel?: (() => any) | undefined;
149
+ "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
150
150
  onConfirm?: (() => any) | undefined;
151
151
  }, {}, {}, {}, {}, {
152
+ top: string;
152
153
  title: string;
153
154
  width: string | number;
154
- top: string;
155
155
  modelValue: boolean;
156
156
  hasFooter: boolean;
157
- footerAlign: "right" | "left" | "center";
157
+ footerAlign: "left" | "right" | "center";
158
158
  confirmLoading: boolean;
159
159
  cancelText: string;
160
160
  confirmText: string;
@@ -163,6 +163,10 @@ export declare const PlusDialog: {
163
163
  __isTeleport?: undefined;
164
164
  __isSuspense?: undefined;
165
165
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
166
+ top: {
167
+ type: PropType<string>;
168
+ default: string;
169
+ };
166
170
  title: {
167
171
  type: PropType<string>;
168
172
  default: string;
@@ -171,10 +175,6 @@ export declare const PlusDialog: {
171
175
  type: PropType<string | number>;
172
176
  default: string;
173
177
  };
174
- top: {
175
- type: PropType<string>;
176
- default: string;
177
- };
178
178
  modelValue: {
179
179
  type: PropType<boolean>;
180
180
  default: boolean;
@@ -184,7 +184,7 @@ export declare const PlusDialog: {
184
184
  default: boolean;
185
185
  };
186
186
  footerAlign: {
187
- type: PropType<"right" | "left" | "center">;
187
+ type: PropType<"left" | "right" | "center">;
188
188
  default: string;
189
189
  };
190
190
  confirmLoading: {
@@ -200,20 +200,20 @@ export declare const PlusDialog: {
200
200
  default: string;
201
201
  };
202
202
  }>> & {
203
- "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
204
203
  onCancel?: (() => any) | undefined;
204
+ "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
205
205
  onConfirm?: (() => any) | undefined;
206
206
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
207
207
  "update:modelValue": (visible: boolean) => void;
208
208
  cancel: () => void;
209
209
  confirm: () => void;
210
210
  }, string, {
211
+ top: string;
211
212
  title: string;
212
213
  width: string | number;
213
- top: string;
214
214
  modelValue: boolean;
215
215
  hasFooter: boolean;
216
- footerAlign: "right" | "left" | "center";
216
+ footerAlign: "left" | "right" | "center";
217
217
  confirmLoading: boolean;
218
218
  cancelText: string;
219
219
  confirmText: string;
@@ -26,16 +26,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
26
26
  width: string;
27
27
  footerAlign: string;
28
28
  }>>> & {
29
- "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
30
29
  onCancel?: (() => any) | undefined;
30
+ "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
31
31
  onConfirm?: (() => any) | undefined;
32
32
  }, {
33
+ top: string;
33
34
  title: string;
34
35
  width: string | number;
35
- top: string;
36
36
  modelValue: boolean;
37
37
  hasFooter: boolean;
38
- footerAlign: "right" | "left" | "center";
38
+ footerAlign: "left" | "right" | "center";
39
39
  confirmLoading: boolean;
40
40
  cancelText: string;
41
41
  confirmText: string;