@bscomp/ep-ui 0.1.5 → 0.1.6
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/lib/ep-ui.js +192 -191
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/lib/table/index.d.ts +30 -0
- package/lib/table/src/index.vue.d.ts +18 -0
- package/package.json +1 -1
|
@@ -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;
|