@wlydfe/pro-ui 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +119 -119
  2. package/es/components/check-card/index.d.ts +4 -4
  3. package/es/components/check-card/src/index.vue.d.ts +1 -1
  4. package/es/components/check-card-group/index.d.ts +4 -4
  5. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  6. package/es/components/date-picker/index.d.ts +11 -11
  7. package/es/components/date-picker/src/index.vue.d.ts +11 -11
  8. package/es/components/descriptions/index.d.ts +19 -19
  9. package/es/components/descriptions/src/index.vue.d.ts +1 -1
  10. package/es/components/dialog/index.d.ts +30 -30
  11. package/es/components/dialog/src/index.vue.d.ts +2 -2
  12. package/es/components/dialog-form/index.d.ts +6 -6
  13. package/es/components/dialog-form/src/index.vue.d.ts +3 -3
  14. package/es/components/display-item/index.d.ts +25 -25
  15. package/es/components/display-item/src/index.vue.d.ts +7 -7
  16. package/es/components/display-item/src/index.vue2.mjs +3 -0
  17. package/es/components/drawer-form/index.d.ts +36 -36
  18. package/es/components/drawer-form/src/index.vue.d.ts +5 -5
  19. package/es/components/form/index.d.ts +88 -88
  20. package/es/components/form/src/form-content.vue.d.ts +9 -9
  21. package/es/components/form/src/index.vue.d.ts +11 -11
  22. package/es/components/form-item/index.d.ts +84 -84
  23. package/es/components/form-item/src/index.vue.d.ts +16 -12
  24. package/es/components/input-tag/index.d.ts +6 -6
  25. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  26. package/es/components/page/index.d.ts +988 -988
  27. package/es/components/page/src/index.vue.d.ts +419 -387
  28. package/es/components/page/src/index.vue2.mjs +10 -3
  29. package/es/components/pagination/index.d.ts +27 -27
  30. package/es/components/pagination/src/index.vue.d.ts +3 -3
  31. package/es/components/popover/index.d.ts +49 -49
  32. package/es/components/popover/src/index.vue.d.ts +3 -3
  33. package/es/components/radio/index.d.ts +10 -10
  34. package/es/components/radio/src/index.vue.d.ts +2 -2
  35. package/es/components/render/index.d.ts +14 -14
  36. package/es/components/render/src/index.vue.d.ts +1 -1
  37. package/es/components/search/index.d.ts +266 -266
  38. package/es/components/search/src/index.vue.d.ts +77 -77
  39. package/es/components/sidebar/index.d.ts +16 -16
  40. package/es/components/steps-form/index.d.ts +23 -23
  41. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  42. package/es/components/table/index.d.ts +164 -164
  43. package/es/components/table/src/index.vue.d.ts +13 -13
  44. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  45. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  46. package/es/components/table/src/table-column.vue.d.ts +25 -43
  47. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  48. package/es/index.css +13 -13
  49. package/global.d.ts +29 -29
  50. package/index.js +13 -3
  51. package/index.min.js +2 -2
  52. package/index.min.mjs +2 -2
  53. package/index.mjs +13 -3
  54. package/lib/components/check-card/index.d.ts +4 -4
  55. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  56. package/lib/components/check-card-group/index.d.ts +4 -4
  57. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  58. package/lib/components/date-picker/index.d.ts +11 -11
  59. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  60. package/lib/components/descriptions/index.d.ts +19 -19
  61. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  62. package/lib/components/dialog/index.d.ts +30 -30
  63. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  64. package/lib/components/dialog-form/index.d.ts +6 -6
  65. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  66. package/lib/components/display-item/index.d.ts +25 -25
  67. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  68. package/lib/components/display-item/src/index.vue2.js +3 -0
  69. package/lib/components/drawer-form/index.d.ts +36 -36
  70. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  71. package/lib/components/form/index.d.ts +88 -88
  72. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  73. package/lib/components/form/src/index.vue.d.ts +11 -11
  74. package/lib/components/form-item/index.d.ts +84 -84
  75. package/lib/components/form-item/src/index.vue.d.ts +16 -12
  76. package/lib/components/input-tag/index.d.ts +6 -6
  77. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  78. package/lib/components/page/index.d.ts +988 -988
  79. package/lib/components/page/src/index.vue.d.ts +419 -387
  80. package/lib/components/page/src/index.vue2.js +9 -2
  81. package/lib/components/pagination/index.d.ts +27 -27
  82. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  83. package/lib/components/popover/index.d.ts +49 -49
  84. package/lib/components/popover/src/index.vue.d.ts +3 -3
  85. package/lib/components/radio/index.d.ts +10 -10
  86. package/lib/components/radio/src/index.vue.d.ts +2 -2
  87. package/lib/components/render/index.d.ts +14 -14
  88. package/lib/components/render/src/index.vue.d.ts +1 -1
  89. package/lib/components/search/index.d.ts +266 -266
  90. package/lib/components/search/src/index.vue.d.ts +77 -77
  91. package/lib/components/sidebar/index.d.ts +16 -16
  92. package/lib/components/steps-form/index.d.ts +23 -23
  93. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  94. package/lib/components/table/index.d.ts +164 -164
  95. package/lib/components/table/src/index.vue.d.ts +13 -13
  96. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  97. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  98. package/lib/components/table/src/table-column.vue.d.ts +25 -43
  99. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  100. package/lib/index.css +13 -13
  101. package/locale/en.js +1 -1
  102. package/locale/en.min.js +1 -1
  103. package/locale/en.min.mjs +1 -1
  104. package/locale/en.mjs +1 -1
  105. package/locale/ja.js +1 -1
  106. package/locale/ja.min.js +1 -1
  107. package/locale/ja.min.mjs +1 -1
  108. package/locale/ja.mjs +1 -1
  109. package/locale/ko.js +1 -1
  110. package/locale/ko.min.js +1 -1
  111. package/locale/ko.min.mjs +1 -1
  112. package/locale/ko.mjs +1 -1
  113. package/locale/zh-cn.js +1 -1
  114. package/locale/zh-cn.min.js +1 -1
  115. package/locale/zh-cn.min.mjs +1 -1
  116. package/locale/zh-cn.mjs +1 -1
  117. package/locale/zh-tw.js +1 -1
  118. package/locale/zh-tw.min.js +1 -1
  119. package/locale/zh-tw.min.mjs +1 -1
  120. package/locale/zh-tw.mjs +1 -1
  121. package/package.json +1 -1
  122. package/theme-chalk/src/breadcrumb.scss +9 -9
  123. package/theme-chalk/src/date-picker.scss +96 -96
  124. package/theme-chalk/src/descriptions.scss +41 -41
  125. package/theme-chalk/src/display-item.scss +82 -82
  126. package/theme-chalk/src/drawer-form.scss +16 -16
  127. package/theme-chalk/src/form.scss +34 -34
  128. package/theme-chalk/src/input-tag.scss +91 -91
  129. package/theme-chalk/src/layout.scss +36 -36
  130. package/theme-chalk/src/mixins/function.scss +73 -73
  131. package/theme-chalk/src/search.scss +49 -49
  132. package/theme-chalk/src/sidebar.scss +93 -93
  133. package/theme-chalk/src/table.scss +170 -170
  134. package/theme-chalk/src/var/index.scss +6 -6
package/README.md CHANGED
@@ -1,119 +1,119 @@
1
- <p align="center">
2
- <img width="180px" src="https://plus-pro-components.github.io/logo.png">
3
- </p>
4
-
5
- <p align="center">
6
- <a href="https://www.npmjs.com/package/plus-pro-components">
7
- <img src="https://img.shields.io/npm/v/plus-pro-components.svg?style=flat-square" />
8
- </a>
9
- <a href="https://vitepress.dev/">
10
- <img src="https://img.shields.io/badge/docs%20by-vitepress-10b981" />
11
- </a>
12
- <a href="https://rollupjs.org/">
13
- <img src="https://img.shields.io/badge/build%20with-rollup-646cff.svg" />
14
- </a>
15
- <a href="https://www.pnpm.cn/">
16
- <img src="https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg" />
17
- </a>
18
- <a href="https://element-plus.org/">
19
- <img src="https://img.shields.io/badge/ui%20width-element%20plus-409eff.svg" />
20
- </a>
21
- <a href="https://npmcharts.com/compare/plus-pro-components?minimal=true">
22
- <img src="https://img.shields.io/npm/dm/plus-pro-components" />
23
- </a>
24
- <br>
25
- </p>
26
-
27
- # plus-pro-components
28
-
29
- **Frontend components at the page level**
30
-
31
- **English** | [中文](https://github.com/plus-pro-components/plus-pro-components/blob/dev/README.zh-CN.md)
32
-
33
- ## Documentation
34
-
35
- [Documentation](https://plus-pro-components.github.io/)| [国内镜像文档](https://plus-pro-components.com)
36
-
37
- ## Introduction
38
-
39
- plus-pro-components is a page level component library based on Vue and element plus, which has the following advantages:
40
-
41
- - Powerful function:plus-pro-components not only provide basic UI display functions, but also have complex data operations and business logic processing capabilities, which can quickly build powerful enterprise applications.
42
-
43
- - Easy to use: plus-pro-components provide easy-to-use APIs and comprehensive documentation, allowing developers to quickly get started and use the components within them.
44
-
45
- - Highly customizable: plus-pro-components support multiple configurations and style customization, which can meet the needs of different projects.
46
-
47
- - Compatible with element plus: plus-pro-components are 100% compatible with components with the same name as element plus, including properties, events, methods, slots, and more.
48
-
49
- - Rich component library: plus-pro-components provide a large number of UI components based on element plus, including tables, forms, layout, etc., which can meet the needs of most enterprise applications.
50
-
51
- - Use TypeScript: plus-pro-components are fully written using TypeScript, seamlessly integrating with your TypeScript project.
52
-
53
- - internationalization: provide complete internationalization, connecting with the element plus system, without the need for redundant configuration.
54
-
55
- - Presets: plus-pro-components preset basic styles, which are in line with the element plus style. plus-pro-components preset basic behavior, with less code and more functionality.
56
-
57
- # Advanced Component List
58
-
59
- - [x] Table -- Finished
60
- - [x] Search -- Finished
61
- - [x] Page -- Finished
62
- - [x] Form -- Finished
63
- - [x] DialogForm -- Finished
64
- - [x] DrawerForm -- Finished
65
- - [x] Descriptions -- Finished
66
- - [x] Layout -- Finished
67
-
68
- # Built-in Components List
69
-
70
- - [x] Dialog -- Finished
71
- - [x] Pagination -- Finished
72
- - [x] Radio -- Finished
73
- - [x] DatePicker -- Finished
74
- - [x] InputTag -- Finished
75
- - [x] DisplayItem -- Finished
76
- - [x] FormItem -- Finished
77
- - [x] Sidebar -- Finished
78
- - [x] Breadcrumb -- Finished
79
- - [x] Header -- Finished
80
-
81
- ## shortcoming
82
-
83
- plus-pro-components is a Vue and element plus based component library that provides many commonly used UI and business components, making it easy for developers to quickly build front-end pages. Although plus-pro components have many advantages, they also have the following drawbacks:
84
-
85
- - Higher learning costs:plus-pro-components is relatively complex, and learning all components may take a long time. Therefore, for novice developers, the learning cost may be relatively high.
86
-
87
- - Highly customizable limited: plus-pro-components support high customizability, but it is still impossible to guarantee 100% complete customization of the components. Projects with very high customization requirements should be used with caution.
88
-
89
- ## 🖥 Browser Compatibility
90
-
91
- - modern browser
92
-
93
- | [![edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/) |
94
- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
95
- | Edge | last 2 versions | last 2 versions | last 2 versions |
96
-
97
- ## Contribution
98
-
99
- Please make sure to read the [Contributing Guide](https://plus-pro-components.github.io/guide/contribution.html) and [Local Development Guidelines](https://plus-pro-components.github.io/guide/dev.html) before making a pull request.
100
-
101
- Thank you to all the people who already contributed to plus-pro-components!
102
-
103
- <a href="https://github.com/plus-pro-components/plus-pro-components/graphs/contributors"><img src="https://opencollective.com/plus-pro-components/contributors.svg?width=890" /></a>
104
-
105
- ## Donate
106
-
107
- If you find this project useful, you can buy author a glass of juice 🍹
108
-
109
- | Wechat | Alipay |
110
- | -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
111
- | <img src="https://plus-pro-components-1252186245.cos.ap-chengdu.myqcloud.com/wx.jpg" height="188" width="188"> | <img src="https://plus-pro-components-1252186245.cos.ap-chengdu.myqcloud.com/ali.jpg" height="188" width="188"> |
112
-
113
- Thank you to all those who have made donations for the plus-pro-components! [Donation List](https://plus-pro-components.com/donate.html#%E6%8D%90%E8%B5%A0%E8%80%85%E5%90%8D%E5%8D%95)
114
-
115
- ## LICENSE
116
-
117
- MIT
118
-
119
- Copyright (c) 2023-present, xiaofei
1
+ <p align="center">
2
+ <img width="180px" src="https://plus-pro-components.github.io/logo.png">
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="https://www.npmjs.com/package/plus-pro-components">
7
+ <img src="https://img.shields.io/npm/v/plus-pro-components.svg?style=flat-square" />
8
+ </a>
9
+ <a href="https://vitepress.dev/">
10
+ <img src="https://img.shields.io/badge/docs%20by-vitepress-10b981" />
11
+ </a>
12
+ <a href="https://rollupjs.org/">
13
+ <img src="https://img.shields.io/badge/build%20with-rollup-646cff.svg" />
14
+ </a>
15
+ <a href="https://www.pnpm.cn/">
16
+ <img src="https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg" />
17
+ </a>
18
+ <a href="https://element-plus.org/">
19
+ <img src="https://img.shields.io/badge/ui%20width-element%20plus-409eff.svg" />
20
+ </a>
21
+ <a href="https://npmcharts.com/compare/plus-pro-components?minimal=true">
22
+ <img src="https://img.shields.io/npm/dm/plus-pro-components" />
23
+ </a>
24
+ <br>
25
+ </p>
26
+
27
+ # plus-pro-components
28
+
29
+ **Frontend components at the page level**
30
+
31
+ **English** | [中文](https://github.com/plus-pro-components/plus-pro-components/blob/dev/README.zh-CN.md)
32
+
33
+ ## Documentation
34
+
35
+ [Documentation](https://plus-pro-components.github.io/)| [国内镜像文档](https://plus-pro-components.com)
36
+
37
+ ## Introduction
38
+
39
+ plus-pro-components is a page level component library based on Vue and element plus, which has the following advantages:
40
+
41
+ - Powerful function:plus-pro-components not only provide basic UI display functions, but also have complex data operations and business logic processing capabilities, which can quickly build powerful enterprise applications.
42
+
43
+ - Easy to use: plus-pro-components provide easy-to-use APIs and comprehensive documentation, allowing developers to quickly get started and use the components within them.
44
+
45
+ - Highly customizable: plus-pro-components support multiple configurations and style customization, which can meet the needs of different projects.
46
+
47
+ - Compatible with element plus: plus-pro-components are 100% compatible with components with the same name as element plus, including properties, events, methods, slots, and more.
48
+
49
+ - Rich component library: plus-pro-components provide a large number of UI components based on element plus, including tables, forms, layout, etc., which can meet the needs of most enterprise applications.
50
+
51
+ - Use TypeScript: plus-pro-components are fully written using TypeScript, seamlessly integrating with your TypeScript project.
52
+
53
+ - internationalization: provide complete internationalization, connecting with the element plus system, without the need for redundant configuration.
54
+
55
+ - Presets: plus-pro-components preset basic styles, which are in line with the element plus style. plus-pro-components preset basic behavior, with less code and more functionality.
56
+
57
+ # Advanced Component List
58
+
59
+ - [x] Table -- Finished
60
+ - [x] Search -- Finished
61
+ - [x] Page -- Finished
62
+ - [x] Form -- Finished
63
+ - [x] DialogForm -- Finished
64
+ - [x] DrawerForm -- Finished
65
+ - [x] Descriptions -- Finished
66
+ - [x] Layout -- Finished
67
+
68
+ # Built-in Components List
69
+
70
+ - [x] Dialog -- Finished
71
+ - [x] Pagination -- Finished
72
+ - [x] Radio -- Finished
73
+ - [x] DatePicker -- Finished
74
+ - [x] InputTag -- Finished
75
+ - [x] DisplayItem -- Finished
76
+ - [x] FormItem -- Finished
77
+ - [x] Sidebar -- Finished
78
+ - [x] Breadcrumb -- Finished
79
+ - [x] Header -- Finished
80
+
81
+ ## shortcoming
82
+
83
+ plus-pro-components is a Vue and element plus based component library that provides many commonly used UI and business components, making it easy for developers to quickly build front-end pages. Although plus-pro components have many advantages, they also have the following drawbacks:
84
+
85
+ - Higher learning costs:plus-pro-components is relatively complex, and learning all components may take a long time. Therefore, for novice developers, the learning cost may be relatively high.
86
+
87
+ - Highly customizable limited: plus-pro-components support high customizability, but it is still impossible to guarantee 100% complete customization of the components. Projects with very high customization requirements should be used with caution.
88
+
89
+ ## 🖥 Browser Compatibility
90
+
91
+ - modern browser
92
+
93
+ | [![edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/) | [![safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/) |
94
+ | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
95
+ | Edge | last 2 versions | last 2 versions | last 2 versions |
96
+
97
+ ## Contribution
98
+
99
+ Please make sure to read the [Contributing Guide](https://plus-pro-components.github.io/guide/contribution.html) and [Local Development Guidelines](https://plus-pro-components.github.io/guide/dev.html) before making a pull request.
100
+
101
+ Thank you to all the people who already contributed to plus-pro-components!
102
+
103
+ <a href="https://github.com/plus-pro-components/plus-pro-components/graphs/contributors"><img src="https://opencollective.com/plus-pro-components/contributors.svg?width=890" /></a>
104
+
105
+ ## Donate
106
+
107
+ If you find this project useful, you can buy author a glass of juice 🍹
108
+
109
+ | Wechat | Alipay |
110
+ | -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
111
+ | <img src="https://plus-pro-components-1252186245.cos.ap-chengdu.myqcloud.com/wx.jpg" height="188" width="188"> | <img src="https://plus-pro-components-1252186245.cos.ap-chengdu.myqcloud.com/ali.jpg" height="188" width="188"> |
112
+
113
+ Thank you to all those who have made donations for the plus-pro-components! [Donation List](https://plus-pro-components.com/donate.html#%E6%8D%90%E8%B5%A0%E8%80%85%E5%90%8D%E5%8D%95)
114
+
115
+ ## LICENSE
116
+
117
+ MIT
118
+
119
+ Copyright (c) 2023-present, xiaofei
@@ -37,8 +37,8 @@ export declare const PlusCheckCard: {
37
37
  default: () => {};
38
38
  };
39
39
  }>> & {
40
- "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
41
40
  onChange?: ((checked: boolean) => any) | undefined;
41
+ "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
42
42
  onExtra?: (() => any) | undefined;
43
43
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
44
44
  "update:modelValue": (checked: boolean) => void;
@@ -78,8 +78,8 @@ export declare const PlusCheckCard: {
78
78
  default: () => {};
79
79
  };
80
80
  }>> & {
81
- "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
82
81
  onChange?: ((checked: boolean) => any) | undefined;
82
+ "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
83
83
  onExtra?: (() => any) | undefined;
84
84
  }, {
85
85
  avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
@@ -131,8 +131,8 @@ export declare const PlusCheckCard: {
131
131
  default: () => {};
132
132
  };
133
133
  }>> & {
134
- "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
135
134
  onChange?: ((checked: boolean) => any) | undefined;
135
+ "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
136
136
  onExtra?: (() => any) | undefined;
137
137
  }, {}, {}, {}, {}, {
138
138
  avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
@@ -181,8 +181,8 @@ export declare const PlusCheckCard: {
181
181
  default: () => {};
182
182
  };
183
183
  }>> & {
184
- "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
185
184
  onChange?: ((checked: boolean) => any) | undefined;
185
+ "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
186
186
  onExtra?: (() => any) | undefined;
187
187
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
188
188
  "update:modelValue": (checked: boolean) => void;
@@ -43,8 +43,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
43
43
  extra: undefined;
44
44
  disabled: boolean;
45
45
  }>>> & {
46
- "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
47
46
  onChange?: ((checked: boolean) => any) | undefined;
47
+ "onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
48
48
  onExtra?: (() => any) | undefined;
49
49
  }, {
50
50
  avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
@@ -28,8 +28,8 @@ export declare const PlusCheckCardGroup: {
28
28
  default: boolean;
29
29
  };
30
30
  }>> & {
31
- "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
32
31
  onChange?: ((checked: ValueType) => any) | undefined;
32
+ "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
33
33
  onExtra?: ((item: PlusCheckCardProps & {
34
34
  value: string | number;
35
35
  }) => any) | undefined;
@@ -63,8 +63,8 @@ export declare const PlusCheckCardGroup: {
63
63
  default: boolean;
64
64
  };
65
65
  }>> & {
66
- "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
67
66
  onChange?: ((checked: ValueType) => any) | undefined;
67
+ "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
68
68
  onExtra?: ((item: PlusCheckCardProps & {
69
69
  value: string | number;
70
70
  }) => any) | undefined;
@@ -107,8 +107,8 @@ export declare const PlusCheckCardGroup: {
107
107
  default: boolean;
108
108
  };
109
109
  }>> & {
110
- "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
111
110
  onChange?: ((checked: ValueType) => any) | undefined;
111
+ "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
112
112
  onExtra?: ((item: PlusCheckCardProps & {
113
113
  value: string | number;
114
114
  }) => any) | undefined;
@@ -148,8 +148,8 @@ export declare const PlusCheckCardGroup: {
148
148
  default: boolean;
149
149
  };
150
150
  }>> & {
151
- "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
152
151
  onChange?: ((checked: ValueType) => any) | undefined;
152
+ "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
153
153
  onExtra?: ((item: PlusCheckCardProps & {
154
154
  value: string | number;
155
155
  }) => any) | undefined;
@@ -45,8 +45,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
45
45
  disabled: boolean;
46
46
  multiple: boolean;
47
47
  }>>> & {
48
- "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
49
48
  onChange?: ((checked: ValueType) => any) | undefined;
49
+ "onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
50
50
  onExtra?: ((item: PlusCheckCardProps & {
51
51
  value: string | number;
52
52
  }) => any) | undefined;
@@ -46,7 +46,7 @@ export declare const PlusDatePicker: DefineComponent<{
46
46
  };
47
47
  }, {
48
48
  startPickerInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
49
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
49
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
50
50
  readonly disabledDate: {
51
51
  readonly type: PropType<Function>;
52
52
  readonly required: false;
@@ -134,7 +134,7 @@ export declare const PlusDatePicker: DefineComponent<{
134
134
  }>> & {
135
135
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
136
136
  }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
137
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
137
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
138
138
  readonly disabledDate: {
139
139
  readonly type: PropType<Function>;
140
140
  readonly required: false;
@@ -222,7 +222,7 @@ export declare const PlusDatePicker: DefineComponent<{
222
222
  }>> & {
223
223
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
224
224
  }, {
225
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
225
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
226
226
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
227
227
  readonly popperClass: string;
228
228
  readonly label: string;
@@ -249,7 +249,7 @@ export declare const PlusDatePicker: DefineComponent<{
249
249
  M: {};
250
250
  Defaults: {};
251
251
  }, Readonly< ExtractPropTypes<{
252
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
252
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
253
253
  readonly disabledDate: {
254
254
  readonly type: PropType<Function>;
255
255
  readonly required: false;
@@ -337,7 +337,7 @@ export declare const PlusDatePicker: DefineComponent<{
337
337
  }>> & {
338
338
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
339
339
  }, () => JSX.Element, {}, {}, {}, {
340
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
340
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
341
341
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
342
342
  readonly popperClass: string;
343
343
  readonly label: string;
@@ -358,7 +358,7 @@ export declare const PlusDatePicker: DefineComponent<{
358
358
  readonly isRange: boolean;
359
359
  }> | null | undefined>;
360
360
  endPickerInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
361
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
361
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
362
362
  readonly disabledDate: {
363
363
  readonly type: PropType<Function>;
364
364
  readonly required: false;
@@ -446,7 +446,7 @@ export declare const PlusDatePicker: DefineComponent<{
446
446
  }>> & {
447
447
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
448
448
  }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
449
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
449
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
450
450
  readonly disabledDate: {
451
451
  readonly type: PropType<Function>;
452
452
  readonly required: false;
@@ -534,7 +534,7 @@ export declare const PlusDatePicker: DefineComponent<{
534
534
  }>> & {
535
535
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
536
536
  }, {
537
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
537
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
538
538
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
539
539
  readonly popperClass: string;
540
540
  readonly label: string;
@@ -561,7 +561,7 @@ export declare const PlusDatePicker: DefineComponent<{
561
561
  M: {};
562
562
  Defaults: {};
563
563
  }, Readonly< ExtractPropTypes<{
564
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
564
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
565
565
  readonly disabledDate: {
566
566
  readonly type: PropType<Function>;
567
567
  readonly required: false;
@@ -649,7 +649,7 @@ export declare const PlusDatePicker: DefineComponent<{
649
649
  }>> & {
650
650
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
651
651
  }, () => JSX.Element, {}, {}, {}, {
652
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
652
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
653
653
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
654
654
  readonly popperClass: string;
655
655
  readonly label: string;
@@ -712,8 +712,8 @@ export declare const PlusDatePicker: DefineComponent<{
712
712
  };
713
713
  }>> & {
714
714
  onFocus?: ((event: FocusEvent) => any) | undefined;
715
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
716
715
  onChange?: ((value: string[]) => any) | undefined;
716
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
717
717
  }, {
718
718
  type: "date" | "year" | "month" | "dates" | "week" | "datetime";
719
719
  disabled: boolean;
@@ -39,7 +39,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
39
39
  endDisabledDate: (endTime: any, startValue: any) => boolean;
40
40
  }>, {
41
41
  startPickerInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
42
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
42
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
43
43
  readonly disabledDate: {
44
44
  readonly type: PropType<Function>;
45
45
  readonly required: false;
@@ -127,7 +127,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
127
127
  }>> & {
128
128
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
129
129
  }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
130
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
130
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
131
131
  readonly disabledDate: {
132
132
  readonly type: PropType<Function>;
133
133
  readonly required: false;
@@ -215,7 +215,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
215
215
  }>> & {
216
216
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
217
217
  }, {
218
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
218
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
219
219
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
220
220
  readonly popperClass: string;
221
221
  readonly label: string;
@@ -242,7 +242,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
242
242
  M: {};
243
243
  Defaults: {};
244
244
  }, Readonly< ExtractPropTypes<{
245
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
245
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
246
246
  readonly disabledDate: {
247
247
  readonly type: PropType<Function>;
248
248
  readonly required: false;
@@ -330,7 +330,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
330
330
  }>> & {
331
331
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
332
332
  }, () => JSX.Element, {}, {}, {}, {
333
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
333
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
334
334
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
335
335
  readonly popperClass: string;
336
336
  readonly label: string;
@@ -351,7 +351,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
351
351
  readonly isRange: boolean;
352
352
  }> | null | undefined>;
353
353
  endPickerInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
354
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
354
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
355
355
  readonly disabledDate: {
356
356
  readonly type: PropType<Function>;
357
357
  readonly required: false;
@@ -439,7 +439,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
439
439
  }>> & {
440
440
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
441
441
  }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
442
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
442
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
443
443
  readonly disabledDate: {
444
444
  readonly type: PropType<Function>;
445
445
  readonly required: false;
@@ -527,7 +527,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
527
527
  }>> & {
528
528
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
529
529
  }, {
530
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
530
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
531
531
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
532
532
  readonly popperClass: string;
533
533
  readonly label: string;
@@ -554,7 +554,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
554
554
  M: {};
555
555
  Defaults: {};
556
556
  }, Readonly< ExtractPropTypes<{
557
- readonly type: EpPropFinalized<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
557
+ readonly type: EpPropFinalized<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
558
558
  readonly disabledDate: {
559
559
  readonly type: PropType<Function>;
560
560
  readonly required: false;
@@ -642,7 +642,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
642
642
  }>> & {
643
643
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
644
644
  }, () => JSX.Element, {}, {}, {}, {
645
- readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime") | (() => IDatePickerType))[], unknown, unknown>;
645
+ readonly type: EpPropMergeType<(new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown>;
646
646
  readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
647
647
  readonly popperClass: string;
648
648
  readonly label: string;
@@ -678,8 +678,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
678
678
  endDisabledDate: (endTime: any, startValue: any) => boolean;
679
679
  }>>> & {
680
680
  onFocus?: ((event: FocusEvent) => any) | undefined;
681
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
682
681
  onChange?: ((value: string[]) => any) | undefined;
682
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
683
683
  }, {
684
684
  type: "date" | "year" | "month" | "dates" | "week" | "datetime";
685
685
  disabled: boolean;