react-kggraph 0.0.23 → 0.0.25

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/lib/index.es19.js CHANGED
@@ -1,56 +1,4 @@
1
- import { jsx as e, Fragment as m, jsxs as n } from "react/jsx-runtime";
2
- import { Form as c, Select as d, Input as u, Button as y } from "antd";
3
- import { CloseOutlined as C } from "@ant-design/icons";
4
- /* empty css */
5
- const x = ({ searchChange: o, isVisible: s, closeQuery: i }) => {
6
- const t = c.Item, r = d.Option, a = (l) => {
7
- console.log(l);
8
- }, p = (l) => {
9
- console.log(l), o && o(l);
10
- }, h = () => {
11
- i && i(!1);
12
- };
13
- return /* @__PURE__ */ e(m, { children: s && /* @__PURE__ */ n("div", { className: "query-node z-10", children: [
14
- /* @__PURE__ */ n("div", { className: "title", children: [
15
- /* @__PURE__ */ e("span", { children: "查询节点" }),
16
- /* @__PURE__ */ e(C, { onClick: () => h() })
17
- ] }),
18
- /* @__PURE__ */ n(
19
- c,
20
- {
21
- onFinish: p,
22
- children: [
23
- /* @__PURE__ */ e(
24
- t,
25
- {
26
- id: "select",
27
- label: "查询类型:",
28
- labelCol: { span: 6 },
29
- name: "id",
30
- wrapperCol: { span: 14 },
31
- children: /* @__PURE__ */ n(d, { id: "select", placeholder: "请选择", style: { width: 200 }, onChange: a, children: [
32
- /* @__PURE__ */ e(r, { value: "id", select: !0, children: "id" }),
33
- /* @__PURE__ */ e(r, { value: "名称", children: "名称" })
34
- ] })
35
- }
36
- ),
37
- /* @__PURE__ */ e(
38
- t,
39
- {
40
- id: "control-input",
41
- label: "查询类容:",
42
- labelCol: { span: 6 },
43
- name: "content",
44
- wrapperCol: { span: 14 },
45
- children: /* @__PURE__ */ e(u, { id: "control-input", placeholder: "请输入", style: { width: 200 } })
46
- }
47
- ),
48
- /* @__PURE__ */ e(t, { label: null, style: { textAlign: "center" }, children: /* @__PURE__ */ e(y, { type: "primary", htmlType: "submit", children: "查询" }) })
49
- ]
50
- }
51
- )
52
- ] }) });
53
- };
1
+ var s = { exports: {} };
54
2
  export {
55
- x as default
3
+ s as __module
56
4
  };