@wlydfe/pro-ui 0.2.17 → 0.2.19
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.
- package/README.md +119 -119
- package/es/components/form-item/src/index.vue.d.ts +2 -6
- package/es/components/form-item/src/index.vue2.mjs +6 -6
- package/es/components/page/index.d.ts +48 -3
- package/es/components/page/src/index.vue.d.ts +64 -61
- package/es/components/page/src/index.vue2.mjs +2 -3
- package/es/components/radio/src/index.vue2.mjs +1 -1
- package/es/components/render/src/index.vue2.mjs +1 -1
- package/es/components/search/index.d.ts +19 -0
- package/es/components/search/src/index.vue.d.ts +3 -0
- package/es/components/search/src/index.vue2.mjs +3 -2
- package/es/components/search/src/type.d.ts +6 -0
- package/es/index.css +11 -11
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/global.d.ts +29 -29
- package/index.js +15 -15
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +15 -15
- package/lib/components/form-item/src/index.vue.d.ts +2 -6
- package/lib/components/form-item/src/index.vue2.js +6 -6
- package/lib/components/page/index.d.ts +48 -3
- package/lib/components/page/src/index.vue.d.ts +64 -61
- package/lib/components/page/src/index.vue2.js +2 -3
- package/lib/components/radio/src/index.vue2.js +1 -1
- package/lib/components/render/src/index.vue2.js +1 -1
- package/lib/components/search/index.d.ts +19 -0
- package/lib/components/search/src/index.vue.d.ts +3 -0
- package/lib/components/search/src/index.vue2.js +3 -2
- package/lib/components/search/src/type.d.ts +6 -0
- package/lib/{index.css → form.css} +12 -12
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/src/breadcrumb.scss +9 -9
- package/theme-chalk/src/date-picker.scss +96 -96
- package/theme-chalk/src/descriptions.scss +41 -41
- package/theme-chalk/src/display-item.scss +82 -82
- package/theme-chalk/src/drawer-form.scss +16 -16
- package/theme-chalk/src/form.scss +34 -34
- package/theme-chalk/src/input-tag.scss +91 -91
- package/theme-chalk/src/layout.scss +36 -36
- package/theme-chalk/src/mixins/function.scss +73 -73
- package/theme-chalk/src/search.scss +49 -49
- package/theme-chalk/src/sidebar.scss +93 -93
- package/theme-chalk/src/steps-form.scss +18 -18
- package/theme-chalk/src/table.scss +170 -170
- 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
|
-
| [](http://godban.github.io/browsers-support-badges/) | [](http://godban.github.io/browsers-support-badges/) | [](http://godban.github.io/browsers-support-badges/) | [](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
|
+
| [](http://godban.github.io/browsers-support-badges/) | [](http://godban.github.io/browsers-support-badges/) | [](http://godban.github.io/browsers-support-badges/) | [](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
|
|
@@ -423,9 +423,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
423
423
|
fieldProps: PropsItemType<Partial<{
|
|
424
424
|
[key: string]: any;
|
|
425
425
|
style: CSSProperties;
|
|
426
|
-
rows: number;
|
|
427
|
-
* @version v0.1.18
|
|
428
|
-
*/
|
|
426
|
+
rows: number;
|
|
429
427
|
autocomplete: string;
|
|
430
428
|
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
431
429
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
@@ -499,9 +497,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
499
497
|
readonly fieldProps: PropsItemType<Partial<{
|
|
500
498
|
[key: string]: any;
|
|
501
499
|
style: CSSProperties;
|
|
502
|
-
rows: number;
|
|
503
|
-
* @version v0.1.18
|
|
504
|
-
*/
|
|
500
|
+
rows: number;
|
|
505
501
|
autocomplete: string;
|
|
506
502
|
type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
507
503
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
@@ -19,20 +19,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
19
19
|
},
|
|
20
20
|
__name: "index",
|
|
21
21
|
props: {
|
|
22
|
-
modelValue: { default: "" },
|
|
23
|
-
hasLabel: { default: true },
|
|
22
|
+
modelValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
|
|
23
|
+
hasLabel: { type: [Boolean, Object], default: true },
|
|
24
24
|
label: { default: "" },
|
|
25
25
|
prop: {},
|
|
26
26
|
fieldProps: { default: () => ({}) },
|
|
27
27
|
valueType: { default: void 0 },
|
|
28
28
|
options: { default: () => [] },
|
|
29
29
|
formItemProps: { default: () => ({}) },
|
|
30
|
-
renderField: { default: void 0 },
|
|
31
|
-
renderLabel: { default: void 0 },
|
|
30
|
+
renderField: { type: Function, default: void 0 },
|
|
31
|
+
renderLabel: { type: Function, default: void 0 },
|
|
32
32
|
tooltip: { default: "" },
|
|
33
33
|
fieldSlots: { default: () => ({}) },
|
|
34
|
-
fieldChildrenSlot: { default: void 0 },
|
|
35
|
-
renderErrorMessage: { default: void 0 },
|
|
34
|
+
fieldChildrenSlot: { type: Function, default: void 0 },
|
|
35
|
+
renderErrorMessage: { type: Function, default: void 0 },
|
|
36
36
|
optionsMap: { default: void 0 },
|
|
37
37
|
index: { default: 0 },
|
|
38
38
|
clearable: { type: Boolean, default: true }
|
|
@@ -117,6 +117,7 @@ export declare const PlusPage: {
|
|
|
117
117
|
hasFooter: boolean;
|
|
118
118
|
hasReset: boolean;
|
|
119
119
|
resetText: string;
|
|
120
|
+
hasSearchIcon: boolean;
|
|
120
121
|
hasUnfold: boolean;
|
|
121
122
|
defaultUnfold: boolean;
|
|
122
123
|
searchText: string;
|
|
@@ -135,6 +136,7 @@ export declare const PlusPage: {
|
|
|
135
136
|
readonly hasFooter: boolean;
|
|
136
137
|
readonly hasReset: boolean;
|
|
137
138
|
readonly resetText: string;
|
|
139
|
+
readonly hasSearchIcon: boolean;
|
|
138
140
|
readonly hasUnfold: boolean;
|
|
139
141
|
readonly defaultUnfold: boolean;
|
|
140
142
|
readonly searchText: string;
|
|
@@ -201,6 +203,10 @@ export declare const PlusPage: {
|
|
|
201
203
|
type: PropType<string>;
|
|
202
204
|
default: string;
|
|
203
205
|
};
|
|
206
|
+
hasSearchIcon: {
|
|
207
|
+
type: PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
204
210
|
hasUnfold: {
|
|
205
211
|
type: PropType<boolean>;
|
|
206
212
|
default: boolean;
|
|
@@ -235,7 +241,7 @@ export declare const PlusPage: {
|
|
|
235
241
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
236
242
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
237
243
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
238
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
244
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
239
245
|
$attrs: {
|
|
240
246
|
[x: string]: unknown;
|
|
241
247
|
};
|
|
@@ -302,6 +308,10 @@ export declare const PlusPage: {
|
|
|
302
308
|
type: PropType<string>;
|
|
303
309
|
default: string;
|
|
304
310
|
};
|
|
311
|
+
hasSearchIcon: {
|
|
312
|
+
type: PropType<boolean>;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
305
315
|
hasUnfold: {
|
|
306
316
|
type: PropType<boolean>;
|
|
307
317
|
default: boolean;
|
|
@@ -1523,6 +1533,7 @@ export declare const PlusPage: {
|
|
|
1523
1533
|
hasFooter: boolean;
|
|
1524
1534
|
hasReset: boolean;
|
|
1525
1535
|
resetText: string;
|
|
1536
|
+
hasSearchIcon: boolean;
|
|
1526
1537
|
hasUnfold: boolean;
|
|
1527
1538
|
defaultUnfold: boolean;
|
|
1528
1539
|
searchText: string;
|
|
@@ -1603,6 +1614,10 @@ export declare const PlusPage: {
|
|
|
1603
1614
|
type: PropType<string>;
|
|
1604
1615
|
default: string;
|
|
1605
1616
|
};
|
|
1617
|
+
hasSearchIcon: {
|
|
1618
|
+
type: PropType<boolean>;
|
|
1619
|
+
default: boolean;
|
|
1620
|
+
};
|
|
1606
1621
|
hasUnfold: {
|
|
1607
1622
|
type: PropType<boolean>;
|
|
1608
1623
|
default: boolean;
|
|
@@ -4884,6 +4899,7 @@ export declare const PlusPage: {
|
|
|
4884
4899
|
hasFooter: boolean;
|
|
4885
4900
|
hasReset: boolean;
|
|
4886
4901
|
resetText: string;
|
|
4902
|
+
hasSearchIcon: boolean;
|
|
4887
4903
|
hasUnfold: boolean;
|
|
4888
4904
|
defaultUnfold: boolean;
|
|
4889
4905
|
searchText: string;
|
|
@@ -4902,6 +4918,7 @@ export declare const PlusPage: {
|
|
|
4902
4918
|
readonly hasFooter: boolean;
|
|
4903
4919
|
readonly hasReset: boolean;
|
|
4904
4920
|
readonly resetText: string;
|
|
4921
|
+
readonly hasSearchIcon: boolean;
|
|
4905
4922
|
readonly hasUnfold: boolean;
|
|
4906
4923
|
readonly defaultUnfold: boolean;
|
|
4907
4924
|
readonly searchText: string;
|
|
@@ -4968,6 +4985,10 @@ export declare const PlusPage: {
|
|
|
4968
4985
|
type: PropType<string>;
|
|
4969
4986
|
default: string;
|
|
4970
4987
|
};
|
|
4988
|
+
hasSearchIcon: {
|
|
4989
|
+
type: PropType<boolean>;
|
|
4990
|
+
default: boolean;
|
|
4991
|
+
};
|
|
4971
4992
|
hasUnfold: {
|
|
4972
4993
|
type: PropType<boolean>;
|
|
4973
4994
|
default: boolean;
|
|
@@ -5002,7 +5023,7 @@ export declare const PlusPage: {
|
|
|
5002
5023
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5003
5024
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5004
5025
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5005
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5026
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
5006
5027
|
$attrs: {
|
|
5007
5028
|
[x: string]: unknown;
|
|
5008
5029
|
};
|
|
@@ -5069,6 +5090,10 @@ export declare const PlusPage: {
|
|
|
5069
5090
|
type: PropType<string>;
|
|
5070
5091
|
default: string;
|
|
5071
5092
|
};
|
|
5093
|
+
hasSearchIcon: {
|
|
5094
|
+
type: PropType<boolean>;
|
|
5095
|
+
default: boolean;
|
|
5096
|
+
};
|
|
5072
5097
|
hasUnfold: {
|
|
5073
5098
|
type: PropType<boolean>;
|
|
5074
5099
|
default: boolean;
|
|
@@ -6290,6 +6315,7 @@ export declare const PlusPage: {
|
|
|
6290
6315
|
hasFooter: boolean;
|
|
6291
6316
|
hasReset: boolean;
|
|
6292
6317
|
resetText: string;
|
|
6318
|
+
hasSearchIcon: boolean;
|
|
6293
6319
|
hasUnfold: boolean;
|
|
6294
6320
|
defaultUnfold: boolean;
|
|
6295
6321
|
searchText: string;
|
|
@@ -6370,6 +6396,10 @@ export declare const PlusPage: {
|
|
|
6370
6396
|
type: PropType<string>;
|
|
6371
6397
|
default: string;
|
|
6372
6398
|
};
|
|
6399
|
+
hasSearchIcon: {
|
|
6400
|
+
type: PropType<boolean>;
|
|
6401
|
+
default: boolean;
|
|
6402
|
+
};
|
|
6373
6403
|
hasUnfold: {
|
|
6374
6404
|
type: PropType<boolean>;
|
|
6375
6405
|
default: boolean;
|
|
@@ -9554,6 +9584,7 @@ export declare const PlusPage: {
|
|
|
9554
9584
|
hasFooter: boolean;
|
|
9555
9585
|
hasReset: boolean;
|
|
9556
9586
|
resetText: string;
|
|
9587
|
+
hasSearchIcon: boolean;
|
|
9557
9588
|
hasUnfold: boolean;
|
|
9558
9589
|
defaultUnfold: boolean;
|
|
9559
9590
|
searchText: string;
|
|
@@ -9572,6 +9603,7 @@ export declare const PlusPage: {
|
|
|
9572
9603
|
readonly hasFooter: boolean;
|
|
9573
9604
|
readonly hasReset: boolean;
|
|
9574
9605
|
readonly resetText: string;
|
|
9606
|
+
readonly hasSearchIcon: boolean;
|
|
9575
9607
|
readonly hasUnfold: boolean;
|
|
9576
9608
|
readonly defaultUnfold: boolean;
|
|
9577
9609
|
readonly searchText: string;
|
|
@@ -9638,6 +9670,10 @@ export declare const PlusPage: {
|
|
|
9638
9670
|
type: PropType<string>;
|
|
9639
9671
|
default: string;
|
|
9640
9672
|
};
|
|
9673
|
+
hasSearchIcon: {
|
|
9674
|
+
type: PropType<boolean>;
|
|
9675
|
+
default: boolean;
|
|
9676
|
+
};
|
|
9641
9677
|
hasUnfold: {
|
|
9642
9678
|
type: PropType<boolean>;
|
|
9643
9679
|
default: boolean;
|
|
@@ -9672,7 +9708,7 @@ export declare const PlusPage: {
|
|
|
9672
9708
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
9673
9709
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
9674
9710
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
9675
|
-
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
9711
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
9676
9712
|
$attrs: {
|
|
9677
9713
|
[x: string]: unknown;
|
|
9678
9714
|
};
|
|
@@ -9739,6 +9775,10 @@ export declare const PlusPage: {
|
|
|
9739
9775
|
type: PropType<string>;
|
|
9740
9776
|
default: string;
|
|
9741
9777
|
};
|
|
9778
|
+
hasSearchIcon: {
|
|
9779
|
+
type: PropType<boolean>;
|
|
9780
|
+
default: boolean;
|
|
9781
|
+
};
|
|
9742
9782
|
hasUnfold: {
|
|
9743
9783
|
type: PropType<boolean>;
|
|
9744
9784
|
default: boolean;
|
|
@@ -10960,6 +11000,7 @@ export declare const PlusPage: {
|
|
|
10960
11000
|
hasFooter: boolean;
|
|
10961
11001
|
hasReset: boolean;
|
|
10962
11002
|
resetText: string;
|
|
11003
|
+
hasSearchIcon: boolean;
|
|
10963
11004
|
hasUnfold: boolean;
|
|
10964
11005
|
defaultUnfold: boolean;
|
|
10965
11006
|
searchText: string;
|
|
@@ -11040,6 +11081,10 @@ export declare const PlusPage: {
|
|
|
11040
11081
|
type: PropType<string>;
|
|
11041
11082
|
default: string;
|
|
11042
11083
|
};
|
|
11084
|
+
hasSearchIcon: {
|
|
11085
|
+
type: PropType<boolean>;
|
|
11086
|
+
default: boolean;
|
|
11087
|
+
};
|
|
11043
11088
|
hasUnfold: {
|
|
11044
11089
|
type: PropType<boolean>;
|
|
11045
11090
|
default: boolean;
|