hrsass-components 2.5.7 → 2.5.8
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/hrsass-components.js +2 -1
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +15750 -0
package/lib/hrsass-components.js
CHANGED
|
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
|
|
|
65
65
|
var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
|
|
66
66
|
var saveSvgAsPng = require('save-svg-as-png');
|
|
67
67
|
|
|
68
|
-
var version = "2.5.
|
|
68
|
+
var version = "2.5.8";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -8067,6 +8067,7 @@ var HrTableBase = {
|
|
|
8067
8067
|
var hasReset = title && (_conditions.length > 0 || typeof $listeners.reset === "function");
|
|
8068
8068
|
var titleSolt = title && $scopedSlots.title ? this.normalizeTitleSlot($scopedSlots.title()) : null;
|
|
8069
8069
|
var toolbar = title ? h(Toolbar, [h(TableToolbar, {
|
|
8070
|
+
ref: "toolbar",
|
|
8070
8071
|
attrs: {
|
|
8071
8072
|
data: _conditions,
|
|
8072
8073
|
locale: locale,
|