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