@hybridcore/ui 1.5.67 → 1.5.70
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/{DialogContent-B8pD_s9h.js → DialogContent-WDuguvBY.js} +1 -1
- package/dist/{Modal-DpmJpbob.js → Modal-Csc9jNOg.js} +22 -22
- package/dist/{Select-DuyWoyoF.js → Select-BQ4C15bt.js} +1 -1
- package/dist/{TextField-CdKnj6de.js → TextField-Db_pNPbv.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/components/charts/candlestick/index.js +19881 -0
- package/dist/components/confirm/dialog.js +2 -2
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/geometry-picker/map/index.js +1 -1
- package/dist/components/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/instance-form/components/variable/index.js +3 -3
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/map/index.js +1 -1
- package/dist/components/paginated-list/index.js +90 -0
- package/dist/components/phone-input/index.js +1 -1
- package/dist/components/property-mapping/index.js +1 -1
- package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
- package/dist/components/range-selector/components/date-range/index.js +1 -1
- package/dist/components/range-selector/index.js +1 -1
- package/dist/components/template-form/components/property-list/index.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +3 -3
- package/dist/components/template-form/components/recognition-property-list/index.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +2 -2
- package/dist/components/template-form/index.js +2 -2
- package/dist/components/template-property-filters/property.js +1 -1
- package/dist/components/tree-select/index.js +2 -2
- package/dist/{dialog-C7_6_FBz.js → dialog-D6oTCUrm.js} +1 -1
- package/dist/{index-B6DDeKlQ.js → index-BmlSd3mA.js} +2 -2
- package/dist/{index-DlnzUkwe.js → index-JrtqxUdI.js} +1 -1
- package/dist/{index-CNMnXD0q.js → index-R_b1ETBe.js} +4 -4
- package/dist/main.d.ts +90 -0
- package/dist/main.js +104 -100
- package/dist/{property-list-form-BMdYISml.js → property-list-form-B7SCqmD0.js} +2 -2
- package/package.json +2 -1
|
@@ -2,8 +2,8 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react-confirm";
|
|
3
3
|
import "@mui/material";
|
|
4
4
|
import "@mui/icons-material";
|
|
5
|
-
import "../../DialogContent-
|
|
6
|
-
import { a as f } from "../../dialog-
|
|
5
|
+
import "../../DialogContent-WDuguvBY.js";
|
|
6
|
+
import { a as f } from "../../dialog-D6oTCUrm.js";
|
|
7
7
|
import "../../Button-jy67CcTH.js";
|
|
8
8
|
export {
|
|
9
9
|
f as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { O as u } from "../../../index-
|
|
3
|
+
import { O as u } from "../../../index-JrtqxUdI.js";
|
|
4
4
|
import d from "./logic.js";
|
|
5
5
|
import { Box as m } from "@mui/material";
|
|
6
6
|
import { ContextMenu as p } from "../../context-menu/index.js";
|
|
@@ -6,7 +6,7 @@ import "lodash";
|
|
|
6
6
|
import "react";
|
|
7
7
|
import "../../../../hooks/useToggle.js";
|
|
8
8
|
import "../../../conditional-wrapper/index.js";
|
|
9
|
-
import { C as s } from "../../../../index-
|
|
9
|
+
import { C as s } from "../../../../index-BmlSd3mA.js";
|
|
10
10
|
import "./styled.js";
|
|
11
11
|
export {
|
|
12
12
|
s as default
|
|
@@ -3,18 +3,18 @@ import "@mui/icons-material";
|
|
|
3
3
|
import "@mui/material";
|
|
4
4
|
import "dayjs";
|
|
5
5
|
import "lodash";
|
|
6
|
-
import { V as j } from "../../../../index-
|
|
6
|
+
import { V as j } from "../../../../index-BmlSd3mA.js";
|
|
7
7
|
import "../../../date-time-picker/index.js";
|
|
8
8
|
import "../../../geometry-picker/index.js";
|
|
9
9
|
import "../../../phone-input/index.js";
|
|
10
10
|
import "../../../conditional-wrapper/index.js";
|
|
11
11
|
import "../TopLabelWrapper.js";
|
|
12
12
|
import "../../../../Box-SSMZuKnS.js";
|
|
13
|
-
import "../../../../TextField-
|
|
13
|
+
import "../../../../TextField-Db_pNPbv.js";
|
|
14
14
|
import "../../../../FormControlLabel-BNT5EI0b.js";
|
|
15
15
|
import "../../../../Checkbox-B0P8LhCl.js";
|
|
16
16
|
import "../../../../InputLabel-ClDXuWBr.js";
|
|
17
|
-
import "../../../../Select-
|
|
17
|
+
import "../../../../Select-BQ4C15bt.js";
|
|
18
18
|
import "../../../../MenuItem-Lcjh1XlV.js";
|
|
19
19
|
export {
|
|
20
20
|
j as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as u, Fragment as I, jsxs as _ } from "react/jsx-runtime";
|
|
2
2
|
import b from "react";
|
|
3
|
-
import { V as g } from "../../../../index-
|
|
3
|
+
import { V as g } from "../../../../index-BmlSd3mA.js";
|
|
4
4
|
import p from "lodash";
|
|
5
5
|
import { Box as i } from "@mui/material";
|
|
6
6
|
function C({
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { jsxs as s, jsx as t, Fragment as i } from "react/jsx-runtime";
|
|
2
|
+
import { List as S, Box as E, Divider as l, ListItem as I, ListItemText as O, Typography as C, Button as P, TablePagination as j } from "@mui/material";
|
|
3
|
+
import k from "lodash";
|
|
4
|
+
import { useState as c } from "react";
|
|
5
|
+
import { Container as z } from "../container/index.js";
|
|
6
|
+
const A = [5, 10, 25, 50];
|
|
7
|
+
function U({
|
|
8
|
+
title: h,
|
|
9
|
+
data: a = [],
|
|
10
|
+
payload: n,
|
|
11
|
+
totalCount: m,
|
|
12
|
+
onChange: o
|
|
13
|
+
}) {
|
|
14
|
+
const [x, p] = c(0), [u, w] = c(5), [v, d] = c([]), f = (n == null ? void 0 : n.pageNumber) !== void 0 ? n.pageNumber : x, g = (n == null ? void 0 : n.rows) !== void 0 ? n.rows : u, L = (e, r) => {
|
|
15
|
+
p(r), o && o({ ...n, pageNumber: r, rows: g });
|
|
16
|
+
}, b = (e) => {
|
|
17
|
+
const r = parseInt(e.target.value, 10);
|
|
18
|
+
w(r), p(0), o && o({ ...n, pageNumber: 0, rows: r });
|
|
19
|
+
}, R = (e) => () => {
|
|
20
|
+
d((r) => [...r, e]);
|
|
21
|
+
}, T = (e) => () => {
|
|
22
|
+
d((r) => r.filter((N) => N !== e));
|
|
23
|
+
}, _ = o ? m || 0 : a.length;
|
|
24
|
+
return /* @__PURE__ */ s(
|
|
25
|
+
z,
|
|
26
|
+
{
|
|
27
|
+
title: h,
|
|
28
|
+
headerSx: {
|
|
29
|
+
py: 2,
|
|
30
|
+
px: 3
|
|
31
|
+
},
|
|
32
|
+
contentSx: { p: "0px !important" },
|
|
33
|
+
children: [
|
|
34
|
+
/* @__PURE__ */ t(S, { disablePadding: !0, children: a.map((e, r) => /* @__PURE__ */ s(E, { children: [
|
|
35
|
+
r === 0 && /* @__PURE__ */ t(l, { component: "li" }),
|
|
36
|
+
/* @__PURE__ */ t(I, { children: /* @__PURE__ */ t(
|
|
37
|
+
O,
|
|
38
|
+
{
|
|
39
|
+
primary: e.title,
|
|
40
|
+
secondaryTypographyProps: {
|
|
41
|
+
component: "div"
|
|
42
|
+
},
|
|
43
|
+
secondary: /* @__PURE__ */ t(i, { children: /* @__PURE__ */ t(C, { variant: "body2", children: v.includes(e.id) ? /* @__PURE__ */ s(i, { children: [
|
|
44
|
+
e.description,
|
|
45
|
+
/* @__PURE__ */ t(
|
|
46
|
+
P,
|
|
47
|
+
{
|
|
48
|
+
variant: "text",
|
|
49
|
+
size: "small",
|
|
50
|
+
sx: { py: 0, px: 1 },
|
|
51
|
+
onClick: T(e.id),
|
|
52
|
+
children: "show less"
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
] }) : /* @__PURE__ */ s(i, { children: [
|
|
56
|
+
k.truncate(e.description, { length: 100 }),
|
|
57
|
+
e.description && e.description.length > 100 && /* @__PURE__ */ t(
|
|
58
|
+
P,
|
|
59
|
+
{
|
|
60
|
+
variant: "text",
|
|
61
|
+
size: "small",
|
|
62
|
+
sx: { py: 0, px: 1 },
|
|
63
|
+
onClick: R(e.id),
|
|
64
|
+
children: "read more"
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
] }) }) })
|
|
68
|
+
}
|
|
69
|
+
) }),
|
|
70
|
+
/* @__PURE__ */ t(l, { component: "li" })
|
|
71
|
+
] }, e.id || r)) }),
|
|
72
|
+
/* @__PURE__ */ t(
|
|
73
|
+
j,
|
|
74
|
+
{
|
|
75
|
+
component: "div",
|
|
76
|
+
count: _,
|
|
77
|
+
page: f,
|
|
78
|
+
rowsPerPage: g,
|
|
79
|
+
rowsPerPageOptions: A,
|
|
80
|
+
onPageChange: L,
|
|
81
|
+
onRowsPerPageChange: b
|
|
82
|
+
}
|
|
83
|
+
)
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
export {
|
|
89
|
+
U as PaginatedList
|
|
90
|
+
};
|
|
@@ -2,7 +2,7 @@ import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import p from "react-phone-number-input";
|
|
3
3
|
import { Typography as i } from "@mui/material";
|
|
4
4
|
import { Container as a } from "./styled.js";
|
|
5
|
-
import '../../assets/
|
|
5
|
+
import '../../assets/index2.css';const u = ({
|
|
6
6
|
label: n,
|
|
7
7
|
value: o,
|
|
8
8
|
placeholder: e,
|
|
@@ -5,7 +5,7 @@ import { DataGrid as fe } from "@mui/x-data-grid";
|
|
|
5
5
|
import { useState as G, useEffect as ue } from "react";
|
|
6
6
|
import h from "lodash";
|
|
7
7
|
import { d as ye } from "../../ol-lGwSyEIV.js";
|
|
8
|
-
import { V as he } from "../../index-
|
|
8
|
+
import { V as he } from "../../index-BmlSd3mA.js";
|
|
9
9
|
import { RangeSelector as me } from "../range-selector/index.js";
|
|
10
10
|
const $e = ({
|
|
11
11
|
open: F,
|
|
@@ -3,7 +3,7 @@ import { Box as f, TextField as u } from "@mui/material";
|
|
|
3
3
|
import x from "../number-range/index.js";
|
|
4
4
|
import I from "../string-range/index.js";
|
|
5
5
|
import C from "../geometry-range/index.js";
|
|
6
|
-
import { D as c } from "../../../../index-
|
|
6
|
+
import { D as c } from "../../../../index-R_b1ETBe.js";
|
|
7
7
|
function j({
|
|
8
8
|
value: n,
|
|
9
9
|
innerType: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t, Fragment as a } from "react/jsx-runtime";
|
|
2
2
|
import n from "lodash";
|
|
3
3
|
import f from "./components/composite-list-range/index.js";
|
|
4
|
-
import { D as g } from "../../index-
|
|
4
|
+
import { D as g } from "../../index-R_b1ETBe.js";
|
|
5
5
|
import u from "./components/geometry-range/index.js";
|
|
6
6
|
import l from "./components/number-range/index.js";
|
|
7
7
|
import s from "./components/string-range/index.js";
|
|
@@ -2,13 +2,13 @@ import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { DataGrid as d } from "@mui/x-data-grid";
|
|
3
3
|
import { A as n, a as m, d as s } from "../../../../Add-Cjs72ewI.js";
|
|
4
4
|
import p from "./property-list-columns.js";
|
|
5
|
-
import { a as c } from "../../../../property-list-form-
|
|
5
|
+
import { a as c } from "../../../../property-list-form-B7SCqmD0.js";
|
|
6
6
|
import u from "./property-list-logic.js";
|
|
7
7
|
import { B as f } from "../../../../Box-SSMZuKnS.js";
|
|
8
8
|
import { T as y } from "../../../../Typography-CLq43OVQ.js";
|
|
9
9
|
import { B as h } from "../../../../Button-jy67CcTH.js";
|
|
10
|
-
import { D as g, a as b } from "../../../../DialogContent-
|
|
11
|
-
import { D } from "../../../../dialog-
|
|
10
|
+
import { D as g, a as b } from "../../../../DialogContent-WDuguvBY.js";
|
|
11
|
+
import { D } from "../../../../dialog-D6oTCUrm.js";
|
|
12
12
|
function v(t) {
|
|
13
13
|
var a;
|
|
14
14
|
const { state: o, action: r } = u(t);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "lodash";
|
|
4
|
-
import { a as b } from "../../../../property-list-form-
|
|
4
|
+
import { a as b } from "../../../../property-list-form-B7SCqmD0.js";
|
|
5
5
|
import "../../../../constants/index.js";
|
|
6
|
-
import "../../../../TextField-
|
|
6
|
+
import "../../../../TextField-Db_pNPbv.js";
|
|
7
7
|
import "../../../../InputLabel-ClDXuWBr.js";
|
|
8
|
-
import "../../../../Select-
|
|
8
|
+
import "../../../../Select-BQ4C15bt.js";
|
|
9
9
|
import "../../../../MenuItem-Lcjh1XlV.js";
|
|
10
10
|
import "../../../../FormControlLabel-BNT5EI0b.js";
|
|
11
11
|
import "../../../../Checkbox-B0P8LhCl.js";
|
|
@@ -7,8 +7,8 @@ import p from "./recognition-property-list-logic.js";
|
|
|
7
7
|
import { B as g } from "../../../../Box-SSMZuKnS.js";
|
|
8
8
|
import { T as u } from "../../../../Typography-CLq43OVQ.js";
|
|
9
9
|
import { B as h } from "../../../../Button-jy67CcTH.js";
|
|
10
|
-
import { D as f, a as y } from "../../../../DialogContent-
|
|
11
|
-
import { D as b } from "../../../../dialog-
|
|
10
|
+
import { D as f, a as y } from "../../../../DialogContent-WDuguvBY.js";
|
|
11
|
+
import { D as b } from "../../../../dialog-D6oTCUrm.js";
|
|
12
12
|
function L(i) {
|
|
13
13
|
const { state: l, action: t } = p(i);
|
|
14
14
|
return /* @__PURE__ */ r(g, { children: [
|
|
@@ -3,9 +3,9 @@ import o from "react";
|
|
|
3
3
|
import { r as C, i as g } from "../../../../createSvgIcon-CsckVnG-.js";
|
|
4
4
|
import { RECOGNITION_PROPERTY_OWNER_TYPE as h, RECOGNITION_PROPERTY_TYPE as T, RECOGNITION_PROPERTY_TERM_MATCH as v } from "../../../../constants/index.js";
|
|
5
5
|
import { F as c, I as u } from "../../../../InputLabel-ClDXuWBr.js";
|
|
6
|
-
import { S as d } from "../../../../Select-
|
|
6
|
+
import { S as d } from "../../../../Select-BQ4C15bt.js";
|
|
7
7
|
import { M as m } from "../../../../MenuItem-Lcjh1XlV.js";
|
|
8
|
-
import { T as b } from "../../../../TextField-
|
|
8
|
+
import { T as b } from "../../../../TextField-Db_pNPbv.js";
|
|
9
9
|
import { B as M } from "../../../../Box-SSMZuKnS.js";
|
|
10
10
|
import { B as y } from "../../../../Button-jy67CcTH.js";
|
|
11
11
|
var p = {}, q = g;
|
|
@@ -9,8 +9,8 @@ import { FormLabel as L, Button as g } from "@mui/material";
|
|
|
9
9
|
import { getNestedChildrenFromMap as _ } from "../../utils/ontology.js";
|
|
10
10
|
import { TreeSelect as w } from "../tree-select/index.js";
|
|
11
11
|
import A from "./components/select-icon/index.js";
|
|
12
|
-
import { T as m } from "../../TextField-
|
|
13
|
-
import { F as h } from "../../property-list-form-
|
|
12
|
+
import { T as m } from "../../TextField-Db_pNPbv.js";
|
|
13
|
+
import { F as h } from "../../property-list-form-B7SCqmD0.js";
|
|
14
14
|
import { F as d } from "../../FormControlLabel-BNT5EI0b.js";
|
|
15
15
|
import { C as c } from "../../Checkbox-B0P8LhCl.js";
|
|
16
16
|
import { B as p } from "../../Box-SSMZuKnS.js";
|
|
@@ -5,7 +5,7 @@ import { KeyboardArrowUp as z, KeyboardArrowDown as L } from "@mui/icons-materia
|
|
|
5
5
|
import { Typography as f, FormLabel as P, FormGroup as D, Button as W } from "@mui/material";
|
|
6
6
|
import { DatePicker as C } from "@mui/x-date-pickers";
|
|
7
7
|
import { B as d } from "../../Box-SSMZuKnS.js";
|
|
8
|
-
import { T as b } from "../../TextField-
|
|
8
|
+
import { T as b } from "../../TextField-Db_pNPbv.js";
|
|
9
9
|
import { F as O } from "../../FormControlLabel-BNT5EI0b.js";
|
|
10
10
|
import { C as k } from "../../Checkbox-B0P8LhCl.js";
|
|
11
11
|
import { F as B } from "../../InputLabel-ClDXuWBr.js";
|
|
@@ -4,9 +4,9 @@ import { TreeViewFilter as _ } from "../treeview-filter/index.js";
|
|
|
4
4
|
import s from "lodash";
|
|
5
5
|
import { flattenNestedTemplates as b } from "../../utils/ontology.js";
|
|
6
6
|
import { F as A, I as M } from "../../InputLabel-ClDXuWBr.js";
|
|
7
|
-
import { S as j } from "../../Select-
|
|
7
|
+
import { S as j } from "../../Select-BQ4C15bt.js";
|
|
8
8
|
import { M as B } from "../../MenuItem-Lcjh1XlV.js";
|
|
9
|
-
import { D as k, a as w, b as L } from "../../DialogContent-
|
|
9
|
+
import { D as k, a as w, b as L } from "../../DialogContent-WDuguvBY.js";
|
|
10
10
|
import { B as N } from "../../Button-jy67CcTH.js";
|
|
11
11
|
const U = ({
|
|
12
12
|
data: m,
|
|
@@ -2,7 +2,7 @@ import { jsx as s, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { confirmable as x } from "react-confirm";
|
|
3
3
|
import { IconButton as h } from "@mui/material";
|
|
4
4
|
import { Close as C } from "@mui/icons-material";
|
|
5
|
-
import { c as D, g as T, D as b, a as y, b as B } from "./DialogContent-
|
|
5
|
+
import { c as D, g as T, D as b, a as y, b as B } from "./DialogContent-WDuguvBY.js";
|
|
6
6
|
import { _ as j, a as v } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
7
7
|
import * as d from "react";
|
|
8
8
|
import { P as o } from "./createTheme-DrgvKMA_.js";
|
|
@@ -11,11 +11,11 @@ import { GeometryPicker as me } from "./components/geometry-picker/index.js";
|
|
|
11
11
|
import { PhoneInput as he } from "./components/phone-input/index.js";
|
|
12
12
|
import S from "./components/instance-form/components/TopLabelWrapper.js";
|
|
13
13
|
import { B as h } from "./Box-SSMZuKnS.js";
|
|
14
|
-
import { T as H } from "./TextField-
|
|
14
|
+
import { T as H } from "./TextField-Db_pNPbv.js";
|
|
15
15
|
import { F as ue } from "./FormControlLabel-BNT5EI0b.js";
|
|
16
16
|
import { C as re } from "./Checkbox-B0P8LhCl.js";
|
|
17
17
|
import { F as oe, I as se } from "./InputLabel-ClDXuWBr.js";
|
|
18
|
-
import { S as Ie } from "./Select-
|
|
18
|
+
import { S as Ie } from "./Select-BQ4C15bt.js";
|
|
19
19
|
import { M as fe } from "./MenuItem-Lcjh1XlV.js";
|
|
20
20
|
import { Container as ge, Values as we, MiniButton as xe } from "./components/instance-form/components/composite-list/styled.js";
|
|
21
21
|
function Ce({
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import o from "react";
|
|
3
3
|
import f from "./components/map/logic.js";
|
|
4
4
|
import a from "./components/map/styled.js";
|
|
5
|
-
import './assets/
|
|
5
|
+
import './assets/index.css';const l = (e, i) => {
|
|
6
6
|
var t, r;
|
|
7
7
|
const { refs: s, action: m } = f(e);
|
|
8
8
|
return o.useImperativeHandle(i, () => m), /* @__PURE__ */ n(
|
|
@@ -19,17 +19,17 @@ import { T as Ke } from "./Typography-CLq43OVQ.js";
|
|
|
19
19
|
import { u as ft } from "./useTheme-B6oa3v5u.js";
|
|
20
20
|
import { e as Kr } from "./extendSxProp-BmK2hLmq.js";
|
|
21
21
|
import { B as vt } from "./Button-jy67CcTH.js";
|
|
22
|
-
import { P as Gr, H as _t, u as Ce, a as Qr, F as mo, b as Zr, r as gn } from "./Modal-
|
|
22
|
+
import { P as Gr, H as _t, u as Ce, a as Qr, F as mo, b as Zr, r as gn } from "./Modal-Csc9jNOg.js";
|
|
23
23
|
import { f as Xr, T as yn, c as Jr } from "./utils-BRsEqTye.js";
|
|
24
24
|
import { u as Fe } from "./useControlled-BYdyS7Pn.js";
|
|
25
25
|
import { I as Rt } from "./IconButton-DekcZv4i.js";
|
|
26
26
|
import { u as zt } from "./useId-BHG98T5I.js";
|
|
27
|
-
import { T as ea } from "./TextField-
|
|
27
|
+
import { T as ea } from "./TextField-Db_pNPbv.js";
|
|
28
28
|
import { o as wt } from "./ownerDocument-CUrv0DIK.js";
|
|
29
29
|
import { P as ta } from "./Paper-DRRYGupP.js";
|
|
30
|
-
import { G as oa } from "./Select-
|
|
30
|
+
import { G as oa } from "./Select-BQ4C15bt.js";
|
|
31
31
|
import { I as na } from "./InputAdornment-BAVRrRts.js";
|
|
32
|
-
import { D as ra, d as jo, a as aa, b as sa } from "./DialogContent-
|
|
32
|
+
import { D as ra, d as jo, a as aa, b as sa } from "./DialogContent-WDuguvBY.js";
|
|
33
33
|
import { a as ia } from "./List-CNeRnfGL.js";
|
|
34
34
|
import { L as la } from "./ListItem-N_dSd02S.js";
|
|
35
35
|
const ca = (e, t = "warning") => {
|
package/dist/main.d.ts
CHANGED
|
@@ -63,6 +63,30 @@ declare interface ButtonType {
|
|
|
63
63
|
onClick?(event?: React.MouseEvent<HTMLElement>): void;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
export declare function CandlestickChart<T extends CandlestickData>({ data, seriesName, height, width, chartId, showVolume, risingColor, fallingColor, loading, emptyMessage, }: CandlestickChartProps<T>): JSX_2.Element;
|
|
67
|
+
|
|
68
|
+
export declare interface CandlestickChartProps<T extends CandlestickData> {
|
|
69
|
+
data: T[];
|
|
70
|
+
height?: string | number;
|
|
71
|
+
width?: string | number;
|
|
72
|
+
chartId?: string;
|
|
73
|
+
showVolume?: boolean;
|
|
74
|
+
risingColor?: string;
|
|
75
|
+
fallingColor?: string;
|
|
76
|
+
loading?: boolean;
|
|
77
|
+
emptyMessage?: string;
|
|
78
|
+
seriesName?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare interface CandlestickData {
|
|
82
|
+
date: number | Date; // timestamp or Date object
|
|
83
|
+
open: number;
|
|
84
|
+
high: number;
|
|
85
|
+
low: number;
|
|
86
|
+
close: number;
|
|
87
|
+
volume?: number; // optional volume
|
|
88
|
+
}
|
|
89
|
+
|
|
66
90
|
export declare const Card: React.FC<CardProps>;
|
|
67
91
|
|
|
68
92
|
export declare const CardAlternate: FC<CardAlternateProps>;
|
|
@@ -627,6 +651,16 @@ declare interface OptionsType {
|
|
|
627
651
|
|
|
628
652
|
declare type OrientationType_2 = "portrait" | "landscape";
|
|
629
653
|
|
|
654
|
+
export declare function PaginatedList({ title, data, payload, totalCount, onChange, }: PaginatedListProps): JSX_2.Element;
|
|
655
|
+
|
|
656
|
+
export declare interface PaginatedListProps {
|
|
657
|
+
title?: string;
|
|
658
|
+
data: API.Object[];
|
|
659
|
+
totalCount?: number;
|
|
660
|
+
payload?: Partial<FV.SearchDTO>;
|
|
661
|
+
onChange?: (params: Partial<FV.SearchDTO>) => void;
|
|
662
|
+
}
|
|
663
|
+
|
|
630
664
|
export declare const PhoneInput: React.FC<Props_9>;
|
|
631
665
|
|
|
632
666
|
export declare const PropertyFilterInput: FC<PropertyProps>;
|
|
@@ -1631,6 +1665,62 @@ declare namespace INSTANCE {
|
|
|
1631
1665
|
| INSTANCE.System;
|
|
1632
1666
|
}
|
|
1633
1667
|
|
|
1668
|
+
declare namespace API {
|
|
1669
|
+
interface ObjectOntology {
|
|
1670
|
+
id: number;
|
|
1671
|
+
templateKey: string;
|
|
1672
|
+
name: string;
|
|
1673
|
+
description: string;
|
|
1674
|
+
type: string;
|
|
1675
|
+
ontologyId: number;
|
|
1676
|
+
parent: string;
|
|
1677
|
+
icon: string;
|
|
1678
|
+
properties: Property[];
|
|
1679
|
+
version: any;
|
|
1680
|
+
creatable: boolean;
|
|
1681
|
+
editable: boolean;
|
|
1682
|
+
stationary: boolean;
|
|
1683
|
+
agentReferenceIds: number[];
|
|
1684
|
+
|
|
1685
|
+
// UI Spesific fields
|
|
1686
|
+
childrenKeys?: string[];
|
|
1687
|
+
children?: ObjectOntology[];
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
interface Object {
|
|
1691
|
+
id: number;
|
|
1692
|
+
title: string;
|
|
1693
|
+
description: string;
|
|
1694
|
+
template: Template;
|
|
1695
|
+
templateHierarchy?: Template[];
|
|
1696
|
+
variables: GroupedVariables;
|
|
1697
|
+
profileImageUrl?: string;
|
|
1698
|
+
createDate?: string;
|
|
1699
|
+
createUser?: string;
|
|
1700
|
+
updateDate?: string;
|
|
1701
|
+
updateUser?: string;
|
|
1702
|
+
securityLevelId: number;
|
|
1703
|
+
disseminationList: string[];
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
interface Property {
|
|
1707
|
+
id?: number;
|
|
1708
|
+
propertyId: string;
|
|
1709
|
+
name: string;
|
|
1710
|
+
type: string;
|
|
1711
|
+
defaultValue: string;
|
|
1712
|
+
dataTypeInfo?: DataTypeInfo;
|
|
1713
|
+
privacyPreservationMethod?: string;
|
|
1714
|
+
required: boolean;
|
|
1715
|
+
visible: boolean;
|
|
1716
|
+
editable: boolean;
|
|
1717
|
+
temporal: boolean;
|
|
1718
|
+
unique: boolean;
|
|
1719
|
+
distinctive: boolean;
|
|
1720
|
+
calculationTypes?: CalculationType[];
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1634
1724
|
declare namespace ONTOLOGY {
|
|
1635
1725
|
type CalculationType =
|
|
1636
1726
|
| "SUM"
|