@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
|
@@ -6,7 +6,7 @@ import { s as m } from "./styled-DkqItiLo.js";
|
|
|
6
6
|
import { g as y } from "./createTheme-DVoJnXAT.js";
|
|
7
7
|
import { u as q } from "./useTheme-B6oa3v5u.js";
|
|
8
8
|
import { jsx as p } from "react/jsx-runtime";
|
|
9
|
-
import { B as G, M as J, F as Q } from "./Modal-
|
|
9
|
+
import { B as G, M as J, F as Q } from "./Modal-Csc9jNOg.js";
|
|
10
10
|
import { P as O } from "./Paper-DRRYGupP.js";
|
|
11
11
|
import { u as Z } from "./useId-BHG98T5I.js";
|
|
12
12
|
function oo(e) {
|
|
@@ -14,31 +14,21 @@ import { o as ie } from "./ownerWindow-niciwP7I.js";
|
|
|
14
14
|
import { c as me } from "./useId-BHG98T5I.js";
|
|
15
15
|
import { i as Ne } from "./isHostComponent-kiaBvYVo.js";
|
|
16
16
|
import * as $e from "react-dom";
|
|
17
|
-
function
|
|
18
|
-
if (process.env.NODE_ENV === "production")
|
|
19
|
-
return null;
|
|
20
|
-
const s = o[n], l = i || n;
|
|
21
|
-
return s == null ? null : s && s.nodeType !== 1 ? new Error(`Invalid ${t} \`${l}\` supplied to \`${r}\`. Expected an HTMLElement.`) : null;
|
|
22
|
-
}
|
|
23
|
-
function Ue(o) {
|
|
24
|
-
const n = o.documentElement.clientWidth;
|
|
25
|
-
return Math.abs(window.innerWidth - n);
|
|
26
|
-
}
|
|
27
|
-
function Ke(o, n, r) {
|
|
17
|
+
function Ue(o, n, r) {
|
|
28
18
|
return o === void 0 || Ne(o) ? n : b({}, n, {
|
|
29
19
|
ownerState: b({}, n.ownerState, r)
|
|
30
20
|
});
|
|
31
21
|
}
|
|
32
|
-
const
|
|
22
|
+
const Ke = {
|
|
33
23
|
disableDefaultClasses: !1
|
|
34
|
-
},
|
|
35
|
-
function
|
|
24
|
+
}, Ve = /* @__PURE__ */ a.createContext(Ke);
|
|
25
|
+
function We(o) {
|
|
36
26
|
const {
|
|
37
27
|
disableDefaultClasses: n
|
|
38
|
-
} = a.useContext(
|
|
28
|
+
} = a.useContext(Ve);
|
|
39
29
|
return (r) => n ? "" : o(r);
|
|
40
30
|
}
|
|
41
|
-
function
|
|
31
|
+
function qe(o, n = []) {
|
|
42
32
|
if (o === void 0)
|
|
43
33
|
return {};
|
|
44
34
|
const r = {};
|
|
@@ -49,6 +39,16 @@ function ze(o, n = []) {
|
|
|
49
39
|
function re(o, n) {
|
|
50
40
|
return typeof o == "function" ? o(n) : o;
|
|
51
41
|
}
|
|
42
|
+
function le(o, n, r, t, i) {
|
|
43
|
+
if (process.env.NODE_ENV === "production")
|
|
44
|
+
return null;
|
|
45
|
+
const s = o[n], l = i || n;
|
|
46
|
+
return s == null ? null : s && s.nodeType !== 1 ? new Error(`Invalid ${t} \`${l}\` supplied to \`${r}\`. Expected an HTMLElement.`) : null;
|
|
47
|
+
}
|
|
48
|
+
function ze(o) {
|
|
49
|
+
const n = o.documentElement.clientWidth;
|
|
50
|
+
return Math.abs(window.innerWidth - n);
|
|
51
|
+
}
|
|
52
52
|
function Se(o) {
|
|
53
53
|
var n, r, t = "";
|
|
54
54
|
if (typeof o == "string" || typeof o == "number") t += o;
|
|
@@ -83,7 +83,7 @@ function Ye(o) {
|
|
|
83
83
|
internalRef: void 0
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
|
-
const l =
|
|
86
|
+
const l = qe(b({}, i, t)), c = he(t), u = he(i), f = n(l), T = be(f == null ? void 0 : f.className, r == null ? void 0 : r.className, s, i == null ? void 0 : i.className, t == null ? void 0 : t.className), y = b({}, f == null ? void 0 : f.style, r == null ? void 0 : r.style, i == null ? void 0 : i.style, t == null ? void 0 : t.style), h = b({}, f, r, u, c);
|
|
87
87
|
return T.length > 0 && (h.className = T), Object.keys(y).length > 0 && (h.style = y), {
|
|
88
88
|
props: h,
|
|
89
89
|
internalRef: f.ref
|
|
@@ -102,7 +102,7 @@ function ye(o) {
|
|
|
102
102
|
} = Ye(b({}, s, {
|
|
103
103
|
externalSlotProps: l
|
|
104
104
|
})), f = z(u, l == null ? void 0 : l.ref, (n = o.additionalProps) == null ? void 0 : n.ref);
|
|
105
|
-
return
|
|
105
|
+
return Ue(r, b({}, c, {
|
|
106
106
|
ref: f
|
|
107
107
|
}), i);
|
|
108
108
|
}
|
|
@@ -357,7 +357,7 @@ function so(o, n) {
|
|
|
357
357
|
const r = [], t = o.container;
|
|
358
358
|
if (!n.disableScrollLock) {
|
|
359
359
|
if (to(t)) {
|
|
360
|
-
const l =
|
|
360
|
+
const l = ze(H(t));
|
|
361
361
|
r.push({
|
|
362
362
|
value: t.style.paddingRight,
|
|
363
363
|
property: "padding-right",
|
|
@@ -461,7 +461,7 @@ const co = ["children", "closeAfterTransition", "component", "container", "disab
|
|
|
461
461
|
return Te({
|
|
462
462
|
root: ["root", !n && r && "hidden"],
|
|
463
463
|
backdrop: ["backdrop"]
|
|
464
|
-
},
|
|
464
|
+
}, We(ao));
|
|
465
465
|
};
|
|
466
466
|
function fo(o) {
|
|
467
467
|
return typeof o == "function" ? o() : o;
|
|
@@ -1276,9 +1276,9 @@ export {
|
|
|
1276
1276
|
le as H,
|
|
1277
1277
|
Po as M,
|
|
1278
1278
|
X as P,
|
|
1279
|
-
|
|
1279
|
+
We as a,
|
|
1280
1280
|
Z as b,
|
|
1281
|
-
|
|
1281
|
+
ze as g,
|
|
1282
1282
|
re as r,
|
|
1283
1283
|
ye as u
|
|
1284
1284
|
};
|
|
@@ -7,7 +7,7 @@ import { s as V, r as Oe, a as yn } from "./styled-DkqItiLo.js";
|
|
|
7
7
|
import { u as Qe } from "./useTheme-B6oa3v5u.js";
|
|
8
8
|
import { g as ue } from "./createTheme-DVoJnXAT.js";
|
|
9
9
|
import { jsx as k, jsxs as Ze } from "react/jsx-runtime";
|
|
10
|
-
import { g as En, M as Pn, H as Me } from "./Modal-
|
|
10
|
+
import { g as En, M as Pn, H as Me } from "./Modal-Csc9jNOg.js";
|
|
11
11
|
import { P as en, i as On } from "./Paper-DRRYGupP.js";
|
|
12
12
|
import { u as Rn, a as pe, r as Re, e as Cn } from "./ButtonBase-CgQC8DUB.js";
|
|
13
13
|
import { o as ae } from "./ownerDocument-CUrv0DIK.js";
|
|
@@ -7,7 +7,7 @@ import { g as V } from "./createTheme-DVoJnXAT.js";
|
|
|
7
7
|
import { jsx as p, jsxs as le } from "react/jsx-runtime";
|
|
8
8
|
import { f as ie, F as ae, I as de } from "./InputLabel-ClDXuWBr.js";
|
|
9
9
|
import { u as ce } from "./useId-BHG98T5I.js";
|
|
10
|
-
import { S as ue, F as pe } from "./Select-
|
|
10
|
+
import { S as ue, F as pe } from "./Select-BQ4C15bt.js";
|
|
11
11
|
import { u as fe } from "./useFormControl-CatNKXAi.js";
|
|
12
12
|
import { r as me } from "./ButtonBase-CgQC8DUB.js";
|
|
13
13
|
import { I as be } from "./Input-BAbDr3Tk.js";
|
package/dist/assets/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--
|
|
1
|
+
:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset}.ol-viewport{touch-action:none}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
|
package/dist/assets/index2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root
|
|
1
|
+
:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
|