@wlydfe/pro-ui 0.2.14 → 0.2.16

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 (70) hide show
  1. package/README.md +119 -119
  2. package/es/components/form-item/src/index.vue.d.ts +6 -2
  3. package/es/components/form-item/src/index.vue2.mjs +6 -6
  4. package/es/components/page/src/index.vue.d.ts +30 -54
  5. package/es/components/radio/src/index.vue2.mjs +1 -1
  6. package/es/components/render/src/index.vue2.mjs +1 -1
  7. package/es/directives/copy.d.ts +0 -0
  8. package/es/directives/copy.mjs +1 -0
  9. package/es/directives/longpress.d.ts +0 -0
  10. package/es/directives/longpress.mjs +1 -0
  11. package/es/directives/optimize.d.ts +0 -0
  12. package/es/directives/optimize.mjs +1 -0
  13. package/es/directives/tippy.d.ts +0 -0
  14. package/es/directives/tippy.mjs +1 -0
  15. package/es/index.css +13 -12
  16. package/global.d.ts +29 -29
  17. package/index.js +9 -9
  18. package/index.min.js +2 -2
  19. package/index.min.mjs +1 -1
  20. package/index.mjs +9 -9
  21. package/lib/components/form-item/src/index.vue.d.ts +6 -2
  22. package/lib/components/form-item/src/index.vue2.js +6 -6
  23. package/lib/components/page/src/index.vue.d.ts +30 -54
  24. package/lib/components/radio/src/index.vue2.js +1 -1
  25. package/lib/components/render/src/index.vue2.js +1 -1
  26. package/lib/directives/copy.d.ts +0 -0
  27. package/lib/directives/copy.js +2 -0
  28. package/lib/directives/longpress.d.ts +0 -0
  29. package/lib/directives/longpress.js +2 -0
  30. package/lib/directives/optimize.d.ts +0 -0
  31. package/lib/directives/optimize.js +2 -0
  32. package/lib/directives/tippy.d.ts +0 -0
  33. package/lib/directives/tippy.js +2 -0
  34. package/lib/{form.css → index.css} +15 -15
  35. package/locale/en.js +1 -1
  36. package/locale/en.min.js +1 -1
  37. package/locale/en.min.mjs +1 -1
  38. package/locale/en.mjs +1 -1
  39. package/locale/ja.js +1 -1
  40. package/locale/ja.min.js +1 -1
  41. package/locale/ja.min.mjs +1 -1
  42. package/locale/ja.mjs +1 -1
  43. package/locale/ko.js +1 -1
  44. package/locale/ko.min.js +1 -1
  45. package/locale/ko.min.mjs +1 -1
  46. package/locale/ko.mjs +1 -1
  47. package/locale/zh-cn.js +1 -1
  48. package/locale/zh-cn.min.js +1 -1
  49. package/locale/zh-cn.min.mjs +1 -1
  50. package/locale/zh-cn.mjs +1 -1
  51. package/locale/zh-tw.js +1 -1
  52. package/locale/zh-tw.min.js +1 -1
  53. package/locale/zh-tw.min.mjs +1 -1
  54. package/locale/zh-tw.mjs +1 -1
  55. package/package.json +2 -2
  56. package/theme-chalk/src/breadcrumb.scss +9 -9
  57. package/theme-chalk/src/date-picker.scss +96 -96
  58. package/theme-chalk/src/descriptions.scss +41 -41
  59. package/theme-chalk/src/display-item.scss +82 -82
  60. package/theme-chalk/src/drawer-form.scss +16 -16
  61. package/theme-chalk/src/form.scss +34 -34
  62. package/theme-chalk/src/input-tag.scss +91 -91
  63. package/theme-chalk/src/layout.scss +36 -36
  64. package/theme-chalk/src/mixins/function.scss +73 -73
  65. package/theme-chalk/src/search.scss +49 -49
  66. package/theme-chalk/src/sidebar.scss +93 -93
  67. package/theme-chalk/src/steps-form.scss +18 -18
  68. package/theme-chalk/src/table.scss +170 -170
  69. package/theme-chalk/src/var/index.scss +6 -6
  70. package/LICENSE +0 -21
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
@@ -423,7 +423,9 @@ 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;
426
+ rows: number; /**
427
+ * @version v0.1.18
428
+ */
427
429
  autocomplete: string;
428
430
  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";
429
431
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
@@ -497,7 +499,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
497
499
  readonly fieldProps: PropsItemType<Partial<{
498
500
  [key: string]: any;
499
501
  style: CSSProperties;
500
- rows: number;
502
+ rows: number; /**
503
+ * @version v0.1.18
504
+ */
501
505
  autocomplete: string;
502
506
  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";
503
507
  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: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
23
- hasLabel: { type: [Boolean, Object], default: true },
22
+ modelValue: { default: "" },
23
+ hasLabel: { 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: { type: Function, default: void 0 },
31
- renderLabel: { type: Function, default: void 0 },
30
+ renderField: { default: void 0 },
31
+ renderLabel: { default: void 0 },
32
32
  tooltip: { default: "" },
33
33
  fieldSlots: { default: () => ({}) },
34
- fieldChildrenSlot: { type: Function, default: void 0 },
35
- renderErrorMessage: { type: Function, default: void 0 },
34
+ fieldChildrenSlot: { default: void 0 },
35
+ renderErrorMessage: { default: void 0 },
36
36
  optionsMap: { default: void 0 },
37
37
  index: { default: 0 },
38
38
  clearable: { type: Boolean, default: true }
@@ -1375,16 +1375,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1375
1375
  }>;
1376
1376
  readonly fieldProps: PropsItemType<Partial<{
1377
1377
  [key: string]: any;
1378
- style: CSSProperties;
1378
+ style: CSSProperties; /**
1379
+ * 表格和搜索是否需要el-card 包裹 默认true
1380
+ */
1379
1381
  rows: number;
1380
1382
  autocomplete: string;
1381
1383
  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";
1382
1384
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1383
- step: string | number; /**
1384
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
1385
- * @version v0.1.25
1386
- * @default false
1387
- */
1385
+ step: string | number;
1388
1386
  format: string | ProgressFn | undefined;
1389
1387
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
1390
1388
  id: string | [string, string];
@@ -1454,16 +1452,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1454
1452
  }>;
1455
1453
  readonly fieldProps: PropsItemType<Partial<{
1456
1454
  [key: string]: any;
1457
- style: CSSProperties;
1455
+ style: CSSProperties; /**
1456
+ * 表格和搜索是否需要el-card 包裹 默认true
1457
+ */
1458
1458
  rows: number;
1459
1459
  autocomplete: string;
1460
1460
  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";
1461
1461
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1462
- step: string | number; /**
1463
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
1464
- * @version v0.1.25
1465
- * @default false
1466
- */
1462
+ step: string | number;
1467
1463
  format: string | ProgressFn | undefined;
1468
1464
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
1469
1465
  id: string | [string, string];
@@ -2684,16 +2680,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2684
2680
  }>;
2685
2681
  readonly fieldProps: PropsItemType<Partial<{
2686
2682
  [key: string]: any;
2687
- style: CSSProperties;
2683
+ style: CSSProperties; /**
2684
+ * 表格和搜索是否需要el-card 包裹 默认true
2685
+ */
2688
2686
  rows: number;
2689
2687
  autocomplete: string;
2690
2688
  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";
2691
2689
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2692
- step: string | number; /**
2693
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2694
- * @version v0.1.25
2695
- * @default false
2696
- */
2690
+ step: string | number;
2697
2691
  format: string | ProgressFn | undefined;
2698
2692
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2699
2693
  id: string | [string, string];
@@ -2763,16 +2757,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2763
2757
  }>;
2764
2758
  readonly fieldProps: PropsItemType<Partial<{
2765
2759
  [key: string]: any;
2766
- style: CSSProperties;
2760
+ style: CSSProperties; /**
2761
+ * 表格和搜索是否需要el-card 包裹 默认true
2762
+ */
2767
2763
  rows: number;
2768
2764
  autocomplete: string;
2769
2765
  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";
2770
2766
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2771
- step: string | number; /**
2772
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2773
- * @version v0.1.25
2774
- * @default false
2775
- */
2767
+ step: string | number;
2776
2768
  format: string | ProgressFn | undefined;
2777
2769
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2778
2770
  id: string | [string, string];
@@ -2860,16 +2852,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2860
2852
  }>;
2861
2853
  readonly fieldProps: PropsItemType<Partial<{
2862
2854
  [key: string]: any;
2863
- style: CSSProperties;
2855
+ style: CSSProperties; /**
2856
+ * 表格和搜索是否需要el-card 包裹 默认true
2857
+ */
2864
2858
  rows: number;
2865
2859
  autocomplete: string;
2866
2860
  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";
2867
2861
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2868
- step: string | number; /**
2869
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
2870
- * @version v0.1.25
2871
- * @default false
2872
- */
2862
+ step: string | number;
2873
2863
  format: string | ProgressFn | undefined;
2874
2864
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
2875
2865
  id: string | [string, string];
@@ -2957,9 +2947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2957
2947
  actionBar: false | Partial< ActionBarProps>;
2958
2948
  hasIndexColumn: boolean;
2959
2949
  titleBar: boolean | Partial<Partial<{
2960
- title?: string | undefined; /**
2961
- * TODO: 将会在v0.2.0中移除
2962
- */
2950
+ title?: string | undefined;
2963
2951
  refresh?: boolean | undefined;
2964
2952
  density?: boolean | undefined;
2965
2953
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3003,9 +2991,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3003
2991
  readonly actionBar: false | Partial< ActionBarProps>;
3004
2992
  readonly hasIndexColumn: boolean;
3005
2993
  readonly titleBar: boolean | Partial<Partial<{
3006
- title?: string | undefined; /**
3007
- * TODO: 将会在v0.2.0中移除
3008
- */
2994
+ title?: string | undefined;
3009
2995
  refresh?: boolean | undefined;
3010
2996
  density?: boolean | undefined;
3011
2997
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3098,9 +3084,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3098
3084
  };
3099
3085
  titleBar: {
3100
3086
  type: PropType<boolean | Partial<Partial<{
3101
- title?: string | undefined; /**
3102
- * TODO: 将会在v0.2.0中移除
3103
- */
3087
+ title?: string | undefined;
3104
3088
  refresh?: boolean | undefined;
3105
3089
  density?: boolean | undefined;
3106
3090
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3260,9 +3244,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3260
3244
  };
3261
3245
  titleBar: {
3262
3246
  type: PropType<boolean | Partial<Partial<{
3263
- title?: string | undefined; /**
3264
- * TODO: 将会在v0.2.0中移除
3265
- */
3247
+ title?: string | undefined;
3266
3248
  refresh?: boolean | undefined;
3267
3249
  density?: boolean | undefined;
3268
3250
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -3935,9 +3917,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3935
3917
  actionBar: false | Partial< ActionBarProps>;
3936
3918
  hasIndexColumn: boolean;
3937
3919
  titleBar: boolean | Partial<Partial<{
3938
- title?: string | undefined; /**
3939
- * TODO: 将会在v0.2.0中移除
3940
- */
3920
+ title?: string | undefined;
3941
3921
  refresh?: boolean | undefined;
3942
3922
  density?: boolean | undefined;
3943
3923
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -4037,9 +4017,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4037
4017
  };
4038
4018
  titleBar: {
4039
4019
  type: PropType<boolean | Partial<Partial<{
4040
- title?: string | undefined; /**
4041
- * TODO: 将会在v0.2.0中移除
4042
- */
4020
+ title?: string | undefined;
4043
4021
  refresh?: boolean | undefined;
4044
4022
  density?: boolean | undefined;
4045
4023
  columnSetting?: boolean | ColumnSetting | undefined;
@@ -4792,16 +4770,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4792
4770
  }>;
4793
4771
  readonly fieldProps: PropsItemType<Partial<{
4794
4772
  [key: string]: any;
4795
- style: CSSProperties;
4773
+ style: CSSProperties; /**
4774
+ * 表格和搜索是否需要el-card 包裹 默认true
4775
+ */
4796
4776
  rows: number;
4797
4777
  autocomplete: string;
4798
4778
  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";
4799
4779
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4800
- step: string | number; /**
4801
- * 自定义的插槽是否对 PlusSearch 组件提供。当启用时,自定义的插槽 PlusTable 内的表单不生效
4802
- * @version v0.1.25
4803
- * @default false
4804
- */
4780
+ step: string | number;
4805
4781
  format: string | ProgressFn | undefined;
4806
4782
  filterMethod: Function | ((node: CascaderNode, keyword: string) => boolean) | undefined;
4807
4783
  id: string | [string, string];
@@ -13,7 +13,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  options: { default: () => [] },
14
14
  isCancel: { type: Boolean, default: true },
15
15
  fieldSlots: { default: void 0 },
16
- fieldChildrenSlot: { type: Function, default: void 0 }
16
+ fieldChildrenSlot: { default: void 0 }
17
17
  },
18
18
  emits: ["change", "update:modelValue"],
19
19
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -9,7 +9,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "index",
10
10
  props: {
11
11
  renderType: { default: void 0 },
12
- callbackValue: { type: [String, Number, Boolean, null, Date, Array, Object], default: "" },
12
+ callbackValue: { default: "" },
13
13
  customFieldProps: { default: () => ({}) },
14
14
  render: {},
15
15
  params: { default: () => ({}) },
File without changes
@@ -0,0 +1 @@
1
+
File without changes
@@ -0,0 +1 @@
1
+
File without changes
@@ -0,0 +1 @@
1
+
File without changes
@@ -0,0 +1 @@
1
+