@deskhero/dh_ui 1.32.0 → 1.33.0
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 +2 -2
- 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
|
@@ -24539,9 +24539,9 @@ const _hoisted_1$7 = { class: "dp__options" };
|
|
|
24539
24539
|
const _hoisted_2$6 = { class: "dp__options_switch" };
|
|
24540
24540
|
const _hoisted_3$4 = /* @__PURE__ */ createElementVNode("span", { class: "dp__options_slider" }, null, -1);
|
|
24541
24541
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24542
|
-
return openBlock(), createElementBlock("
|
|
24542
|
+
return openBlock(), createElementBlock("label", _hoisted_1$7, [
|
|
24543
24543
|
createElementVNode("span", null, toDisplayString(_ctx.label), 1),
|
|
24544
|
-
createElementVNode("
|
|
24544
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
24545
24545
|
withDirectives(createElementVNode("input", {
|
|
24546
24546
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.checkedValue = $event),
|
|
24547
24547
|
name: "switch",
|