erp-plus 1.0.83 → 1.0.85

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.
@@ -1657,6 +1657,7 @@ declare const __VLS_component: DefineComponent<TableProps, {
1657
1657
  columnIndex: number;
1658
1658
  }) => string) | string;
1659
1659
  tooltipEffect: tooltipEffect;
1660
+ scrollbarAlwaysOn: boolean;
1660
1661
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1661
1662
  tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1662
1663
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erp-plus",
3
- "version": "1.0.83",
3
+ "version": "1.0.85",
4
4
  "author": "zhangxl",
5
5
  "main": "dist/erp-plus.umd.js",
6
6
  "module": "dist/erp-plus.es.js",