@gx-design-vue/pro-table 0.2.0-beta.76 → 0.2.0-beta.77

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/dist/props.d.ts CHANGED
@@ -173,16 +173,6 @@ export declare const proTableProps: {
173
173
  type: PropType<ProTableProps["align"]>;
174
174
  default: string;
175
175
  };
176
- /**
177
- * @Author gx12358
178
- * @DateTime 2022/2/8
179
- * @lastTime 2022/2/8
180
- * @description 是否展示外边框和列边框
181
- */
182
- bordered: {
183
- type: PropType<ProTableProps["bordered"]>;
184
- default: boolean;
185
- };
186
176
  /**
187
177
  * @Author gx12358
188
178
  * @DateTime 2022/2/8
@@ -246,6 +236,10 @@ export declare const proTableProps: {
246
236
  onRequestError: PropType<ProTableProps["onRequestError"]>;
247
237
  onBeforeSearchSubmit: PropType<ProTableProps["onBeforeSearchSubmit"]>;
248
238
  onColumnsStateChange: PropType<ProTableProps["onColumnsStateChange"]>;
239
+ bordered: {
240
+ type: PropType<import("ant-design-vue/es/table/Table").TableProps["bordered"]>;
241
+ default: boolean;
242
+ };
249
243
  loading: {
250
244
  type: PropType<boolean | import("ant-design-vue/es/spin/Spin").SpinProps>;
251
245
  default: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gx-design-vue/pro-table",
3
- "version": "0.2.0-beta.76",
3
+ "version": "0.2.0-beta.77",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",