@a2simcode/ui 0.0.54 → 0.0.55
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/simcode-ui.es.js +2 -2
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/docs/components/meta/tree-select.ts +199 -112
- package/docs/components/panel.md +37 -37
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -9117,7 +9117,7 @@ const Bf = { class: "j-table-footer" }, If = {
|
|
|
9117
9117
|
},
|
|
9118
9118
|
emits: ["update:modelValue", "change"],
|
|
9119
9119
|
setup(e, { emit: t }) {
|
|
9120
|
-
const n = e, { useData: o } = bt(), { getTreeData: i } = o(), a = R(() => (console.log(
|
|
9120
|
+
const n = e, { useData: o } = bt(), { getTreeData: i } = o(), a = R(() => (console.log(o(), i), i ? i({
|
|
9121
9121
|
dataType: n.dataType,
|
|
9122
9122
|
dataCode: n.dataCode,
|
|
9123
9123
|
labelKey: n.labelKey,
|
|
@@ -9125,7 +9125,7 @@ const Bf = { class: "j-table-footer" }, If = {
|
|
|
9125
9125
|
pidKey: n.pidKey,
|
|
9126
9126
|
idKey: n.idKey,
|
|
9127
9127
|
notLoad: !1
|
|
9128
|
-
}) || []
|
|
9128
|
+
}) || [] : [])), l = R(() => n.dataCode || n.dataType ? a.value : n.options || []), r = t, s = R({
|
|
9129
9129
|
get() {
|
|
9130
9130
|
return n.modelValue;
|
|
9131
9131
|
},
|