bkui-vue 0.0.1-beta.437 → 0.0.1-beta.439
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/index.cjs.js +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/popover/index.js +1 -1
- package/lib/table/components/table-column.d.ts +2 -2
- package/lib/table/index.d.ts +6 -6
- package/lib/table/props.d.ts +2 -2
- package/lib/table/table.css +4 -1
- package/lib/table/table.less +2 -1
- package/lib/table/table.variable.css +4 -1
- package/lib/table-column/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13715,13 +13715,13 @@ var Component$r = defineComponent({
|
|
13715
13715
|
innerHTML: target.innerHTML
|
13716
13716
|
});
|
13717
13717
|
}
|
13718
|
-
return content;
|
13718
|
+
return props2.content;
|
13719
13719
|
}
|
13720
13720
|
return h$1("div", {
|
13721
13721
|
innerHTML: props2.content
|
13722
13722
|
});
|
13723
13723
|
}
|
13724
|
-
return content;
|
13724
|
+
return props2.content;
|
13725
13725
|
};
|
13726
13726
|
return {
|
13727
13727
|
boundary,
|