@dao-style/core 1.12.0 → 1.12.1
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/dao-style.mjs
CHANGED
|
@@ -6456,6 +6456,7 @@ function u$(e, t, n, o, a, s) {
|
|
|
6456
6456
|
}, {
|
|
6457
6457
|
content: z(() => [
|
|
6458
6458
|
I(e.$slots, "optionsHeader", {}, () => [
|
|
6459
|
+
I(e.$slots, "before-search"),
|
|
6459
6460
|
e.search ? (E(), C("div", s$, [
|
|
6460
6461
|
Se(R("input", {
|
|
6461
6462
|
ref: "searchInput",
|
|
@@ -12951,6 +12952,7 @@ function VO(e, t, n, o, a, s) {
|
|
|
12951
12952
|
}, {
|
|
12952
12953
|
content: z(() => [
|
|
12953
12954
|
I(e.$slots, "optionsHeader", {}, () => [
|
|
12955
|
+
I(e.$slots, "before-search"),
|
|
12954
12956
|
e.search ? (E(), C("div", AO, [
|
|
12955
12957
|
Se(R("input", {
|
|
12956
12958
|
ref: "searchInput",
|