@hortiview/shared-components 0.0.4470 → 0.0.4539
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/README.md +200 -20
- package/dist/{ListAreaService-BPp_O2BH.js → ListAreaService-CFOmATRF.js} +17 -16
- package/dist/SearchBar-CY2zfu6B.js +3232 -0
- package/dist/assets/main.css +22 -0
- package/dist/component-D1YrRAXe.js +673 -0
- package/dist/components/BaseView/BaseView.js +300 -46
- package/dist/components/BasicHeading/BasicHeading.js +24 -23
- package/dist/components/BasicHeading/BasicHeading.test.js +333 -32
- package/dist/components/BlockView/BlockView.js +17 -17
- package/dist/components/EmptyView/EmptyView.js +247 -8
- package/dist/components/HashTabView/HashTabView.js +1845 -59
- package/dist/components/Iconify/Iconify.js +1 -1
- package/dist/components/ListArea/ListArea.js +5326 -755
- package/dist/components/ListArea/ListArea.test.js +2 -2
- package/dist/components/ListArea/ListAreaService.js +5 -4
- package/dist/components/SearchBar/SearchBar.js +3 -31
- package/dist/components/SearchBar/SearchBar.test.js +1 -1
- package/dist/index.es-BD4kFWFx.js +673 -0
- package/dist/index.es-CUWXKh7P.js +106 -0
- package/dist/index.es-Cv6meSAn.js +1067 -0
- package/dist/index.es-DYsXox--.js +151 -0
- package/dist/index.es-WZ1mqvGz.js +1769 -0
- package/dist/index.es-mBp_Btvi.js +45 -0
- package/dist/main.js +23 -22
- package/dist/tslib.es6-BOWp4lfV.js +72 -0
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r, Fragment as i } from "react/jsx-runtime";
|
|
2
|
-
import { TypoButton as p } from "@element/react-components";
|
|
3
2
|
import { d as m, t as n, r as s, s as a, g as t, f as u } from "../../vi.JYQecGiw-8gz0k16C.js";
|
|
4
3
|
import { ListArea as c } from "./ListArea.js";
|
|
5
|
-
import { g as h } from "../../ListAreaService-
|
|
4
|
+
import { g as h } from "../../ListAreaService-CFOmATRF.js";
|
|
5
|
+
import { T as p } from "../../index.es-BD4kFWFx.js";
|
|
6
6
|
m("ListArea Test", () => {
|
|
7
7
|
const o = [
|
|
8
8
|
{
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "@element/react-components";
|
|
3
2
|
import "../Iconify/Iconify.js";
|
|
4
|
-
import { g as s, a
|
|
3
|
+
import { g as s, a, m as g } from "../../ListAreaService-CFOmATRF.js";
|
|
5
4
|
import "../../enums/AvailableCustomIcons.js";
|
|
5
|
+
import "../../index.es-BD4kFWFx.js";
|
|
6
|
+
import "../../index.es-Cv6meSAn.js";
|
|
6
7
|
export {
|
|
7
8
|
s as getGroupedItems,
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
a as getListedItems,
|
|
10
|
+
g as mapListElement
|
|
10
11
|
};
|
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
import "
|
|
2
|
-
import {
|
|
3
|
-
import { Textfield as i, IconButton as l } from "@element/react-components";
|
|
4
|
-
const s = "_searchbar_gnvwc_1", u = {
|
|
5
|
-
searchbar: s
|
|
6
|
-
}, b = ({
|
|
7
|
-
className: r = "",
|
|
8
|
-
dense: n = !1,
|
|
9
|
-
searchTerm: a,
|
|
10
|
-
setSearchTerm: o,
|
|
11
|
-
placeholder: c
|
|
12
|
-
}) => /* @__PURE__ */ t(
|
|
13
|
-
i,
|
|
14
|
-
{
|
|
15
|
-
className: `${r ?? ""} ${u.searchbar}`,
|
|
16
|
-
dense: n,
|
|
17
|
-
variant: "outlined",
|
|
18
|
-
placeholder: c,
|
|
19
|
-
value: a,
|
|
20
|
-
onChange: (e) => o(e.target.value),
|
|
21
|
-
fullWidth: !0,
|
|
22
|
-
trailingIcon: /* @__PURE__ */ t(
|
|
23
|
-
l,
|
|
24
|
-
{
|
|
25
|
-
icon: a ? "close" : "search",
|
|
26
|
-
onClick: () => a ? o("") : void 0
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { S as e } from "../../SearchBar-CY2zfu6B.js";
|
|
31
3
|
export {
|
|
32
|
-
|
|
4
|
+
e as SearchBar
|
|
33
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { d as h, t as r, r as s, v as o, g as e, s as t, f as l, a as m } from "../../vi.JYQecGiw-8gz0k16C.js";
|
|
3
|
-
import {
|
|
3
|
+
import { S as n } from "../../SearchBar-CY2zfu6B.js";
|
|
4
4
|
h("SearchBar Test", () => {
|
|
5
5
|
r("renders SearchBar component", () => {
|
|
6
6
|
s(
|