@bscomp/ep-ui 0.1.5 → 0.1.7

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.
@@ -97,6 +97,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
97
97
  type: import('vue').PropType<boolean>;
98
98
  default: boolean;
99
99
  };
100
+ ascs: {
101
+ type: import('vue').PropType<string>;
102
+ default: string;
103
+ };
104
+ descs: {
105
+ type: import('vue').PropType<string>;
106
+ default: string;
107
+ };
100
108
  }>, {
101
109
  tableInstance: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
102
110
  data: {
@@ -1112,6 +1120,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1112
1120
  type: import('vue').PropType<boolean>;
1113
1121
  default: boolean;
1114
1122
  };
1123
+ ascs: {
1124
+ type: import('vue').PropType<string>;
1125
+ default: string;
1126
+ };
1127
+ descs: {
1128
+ type: import('vue').PropType<string>;
1129
+ default: string;
1130
+ };
1115
1131
  }>> & Readonly<{
1116
1132
  onSort?: ((...args: any[]) => any) | undefined;
1117
1133
  onEditSave?: ((...args: any[]) => any) | undefined;
@@ -1134,6 +1150,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1134
1150
  };
1135
1151
  extra: number;
1136
1152
  isShowRefresh: boolean;
1153
+ ascs: string;
1154
+ descs: string;
1137
1155
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<any, (_: {
1138
1156
  scope: {
1139
1157
  [x: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bscomp/ep-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Vue3 中基于Element-plus二次封装基础组件文档",
5
5
  "author": "bishang",
6
6
  "license": "MIT",