fds-vue-core 2.0.1 → 2.0.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/fds-vue-core.cjs.js
CHANGED
|
@@ -1177,7 +1177,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1177
1177
|
};
|
|
1178
1178
|
}
|
|
1179
1179
|
});
|
|
1180
|
-
const _hoisted_1$g = { class: "flex items-
|
|
1180
|
+
const _hoisted_1$g = { class: "flex items-center" };
|
|
1181
1181
|
const _hoisted_2$b = ["innerHTML"];
|
|
1182
1182
|
const _hoisted_3$a = { key: 1 };
|
|
1183
1183
|
const _hoisted_4$8 = {
|
|
@@ -1388,7 +1388,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
1388
1388
|
checked: vue.unref(treeState)?.isNodeSelected(props.nodeId),
|
|
1389
1389
|
indeterminate: _ctx.showIndeterminate && (vue.unref(treeState)?.isNodeIndeterminateById(props.nodeId) ?? false),
|
|
1390
1390
|
onChange: _cache[1] || (_cache[1] = ($event) => vue.unref(treeState)?.toggleSelectNode(props.nodeId, props.title, props.data)),
|
|
1391
|
-
class: "pl-0 flex-1 flex items-
|
|
1391
|
+
class: "pl-0 flex-1 flex items-center"
|
|
1392
1392
|
}, {
|
|
1393
1393
|
default: vue.withCtx(() => [
|
|
1394
1394
|
vue.createElementVNode("div", null, [
|