@fileverse-dev/dsheet 2.0.1-search-3 → 2.0.1-search-4
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/index.es.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -50815,7 +50815,7 @@ const kf = [
|
|
|
50815
50815
|
className: "fortune-quick-search-counter",
|
|
50816
50816
|
"aria-live": "polite",
|
|
50817
50817
|
"aria-atomic": "true",
|
|
50818
|
-
children: e.quickSearchLoading ? /* @__PURE__ */ m.jsx("span", { className: "fortune-quick-search-loading", children: o.quickSearchSearching }) : p ? y ? o.quickSearchNoResults : o.quickSearchCounterTemplate.replace("{current}", String(g + 1)).replace("{total}", String(f)) : null
|
|
50818
|
+
children: e.quickSearchLoading ? /* @__PURE__ */ m.jsx("span", { className: "fortune-quick-search-loading", children: o.quickSearchSearching }) : p ? y ? o.quickSearchNoResults || "No results" : o.quickSearchCounterTemplate.replace("{current}", String(g + 1)).replace("{total}", String(f)) : null
|
|
50819
50819
|
}
|
|
50820
50820
|
)
|
|
50821
50821
|
]
|
|
@@ -50826,7 +50826,7 @@ const kf = [
|
|
|
50826
50826
|
Et,
|
|
50827
50827
|
{
|
|
50828
50828
|
type: "button",
|
|
50829
|
-
icon: "
|
|
50829
|
+
icon: "ChevronUp",
|
|
50830
50830
|
variant: "ghost",
|
|
50831
50831
|
className: "fortune-quick-search-icon-btn",
|
|
50832
50832
|
"aria-label": o.quickSearchPrevAria,
|
|
@@ -50838,7 +50838,7 @@ const kf = [
|
|
|
50838
50838
|
Et,
|
|
50839
50839
|
{
|
|
50840
50840
|
type: "button",
|
|
50841
|
-
icon: "
|
|
50841
|
+
icon: "ChevronDown",
|
|
50842
50842
|
variant: "ghost",
|
|
50843
50843
|
className: "fortune-quick-search-icon-btn",
|
|
50844
50844
|
"aria-label": o.quickSearchNextAria,
|