@wx-design/components 1.1.30 → 1.1.32
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/es/core/Table/index.vue.d.ts +1 -0
- package/es/index.mjs +1525 -1525
- package/es/style.css +1 -1
- package/lib/core/Table/index.vue.d.ts +1 -0
- package/lib/index.js +6 -6
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/types/table/table.d.ts +3 -1
|
@@ -122,6 +122,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
122
122
|
autoColumnWidth: boolean;
|
|
123
123
|
rowBackgroundHighlight: boolean;
|
|
124
124
|
tableSetConfig: Partial<import("../../types/table").TableSetProps>;
|
|
125
|
+
reloadWithDestroy: boolean;
|
|
125
126
|
}, {}>;
|
|
126
127
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
127
128
|
export default _default;
|