@deskhero/dh_ui 1.33.0 → 1.33.2
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/dh_ui.es.js +6 -3
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -23929,13 +23929,15 @@ const _sfc_main$c = defineComponent({
|
|
|
23929
23929
|
validated: false,
|
|
23930
23930
|
isMatch: false,
|
|
23931
23931
|
isExclude: false,
|
|
23932
|
-
isDisable: false
|
|
23932
|
+
isDisable: false,
|
|
23933
|
+
labels: []
|
|
23933
23934
|
};
|
|
23934
23935
|
},
|
|
23935
23936
|
mounted() {
|
|
23936
23937
|
this.isMatch = true;
|
|
23937
23938
|
this.setChartData(this.numberRange);
|
|
23938
23939
|
this.highlightChart();
|
|
23940
|
+
this.labels = [this.BarMinValue, this.max];
|
|
23939
23941
|
},
|
|
23940
23942
|
methods: {
|
|
23941
23943
|
matchFilter() {
|
|
@@ -24119,7 +24121,8 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24119
24121
|
}, null, 8, ["chart-data", "chart-id", "chart-options", "dataset-id-key", "height", "width"]),
|
|
24120
24122
|
createVNode(_component_MultiRangeSlider, {
|
|
24121
24123
|
"base-class-name": `multi-range-slider range-slider ${_ctx.isDisable}`,
|
|
24122
|
-
label:
|
|
24124
|
+
label: true,
|
|
24125
|
+
labels: _ctx.labels,
|
|
24123
24126
|
max: _ctx.rangeMax,
|
|
24124
24127
|
"max-caption": `${_ctx.max}`,
|
|
24125
24128
|
"max-value": _ctx.BarMaxValue,
|
|
@@ -24130,7 +24133,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24130
24133
|
ruler: false,
|
|
24131
24134
|
step: _ctx.steps,
|
|
24132
24135
|
onInput: _ctx.updateBarChart
|
|
24133
|
-
}, null, 8, ["base-class-name", "max", "max-caption", "max-value", "min-caption", "min-value", "step", "onInput"])
|
|
24136
|
+
}, null, 8, ["base-class-name", "labels", "max", "max-caption", "max-value", "min-caption", "min-value", "step", "onInput"])
|
|
24134
24137
|
]),
|
|
24135
24138
|
_ctx.includeForm ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
24136
24139
|
createElementVNode("div", _hoisted_4$4, [
|