@hybridcore/ui 1.1.0 → 1.1.2
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/{ButtonBase-B6WYZgVU.js → ButtonBase-BYmh3G5j.js} +3 -3
- package/dist/{Checkbox-CxbQ9tJ5.js → Checkbox-DostZSwR.js} +1 -1
- package/dist/{Button-BZR43NHz.js → DialogContent-2aPOjKE7.js} +1252 -1252
- package/dist/{FormControl-C4PmH1vh.js → FormControl-BiAFm76F.js} +1 -1
- package/dist/{IconButton-CKHPuOyh.js → IconButton-CQJ8wZE8.js} +1 -1
- package/dist/{Input-CH_JyT5B.js → Input-Bf5G3tFN.js} +2 -2
- package/dist/{OutlinedInput-gnp48tDo.js → OutlinedInput-BEVE8VZQ.js} +2 -2
- package/dist/{Select-DOyHt8I_.js → Select-DxpxZbJp.js} +8 -8
- package/dist/{Source-Bo1Eq6y-.js → Source-CnCcu5UP.js} +275 -275
- package/dist/{Text-DVP2PrYM.js → Text-BT5kPHOo.js} +1156 -1156
- package/dist/assets/index.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/components/confirm/dialog.js +1 -1
- package/dist/components/context-menu/index.js +642 -642
- package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/data-management/instance-form/components/variable/index.js +4 -4
- package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
- package/dist/components/geometry-picker/coordinate/index.js +1 -1
- package/dist/components/geometry-picker/edit/index.js +3 -3
- package/dist/components/geometry-picker/geometry/index.js +1 -1
- package/dist/components/geometry-picker/index.js +2 -2
- package/dist/components/geometry-picker/kml/index.js +7 -7
- package/dist/components/geometry-picker/map/index.js +1 -1
- package/dist/components/geometry-picker/map/logic.js +4 -4
- package/dist/components/geometry-picker/map/style.js +1 -1
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/map/helpers/mapbox.js +1 -1
- package/dist/components/map/helpers/ol.js +4 -4
- package/dist/components/map/index.js +6 -28
- package/dist/components/map/logic.js +62 -62
- package/dist/components/map/styled.js +2 -2
- package/dist/components/phone-input/index.js +1 -1
- package/dist/components/search-input/index.js +3 -3
- package/dist/components/tree-select/index.js +3 -3
- package/dist/components/treeview-filter/index.js +4 -4
- package/dist/components/treeview-filter/item/index.js +1 -1
- package/dist/components/treeview-filter/item-label/index.js +1 -1
- package/dist/{Object-DBPgar-D.js → has-9_asnBxn.js} +108 -108
- package/dist/{index-DHFb1Qpn.js → index-Bw_m9ult.js} +7 -7
- package/dist/index-IvOfmM1F.js +34 -0
- package/dist/{index-BQE8B4sc.js → index-wW2D1aTG.js} +2 -2
- package/dist/{List-BX_5LP1i.js → listItemTextClasses-BvXFz-Oc.js} +16 -16
- package/dist/main.d.ts +677 -6
- package/dist/main.js +41 -2
- package/dist/{ol-CMEkXXLJ.js → ol-DXmSLlWv.js} +8 -8
- package/dist/{styled-B22KrhDR.js → styled-C43K9x7T.js} +1 -1
- package/dist/{utils-C13eMoWa.js → utils-DLpkeyhZ.js} +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,4 +1,43 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Access as e } from "./components/access/index.js";
|
|
2
|
+
import { Card as m } from "./components/card/index.js";
|
|
3
|
+
import { ConditionalWrapper as f } from "./components/conditional-wrapper/index.js";
|
|
4
|
+
import { alert as n, confirm as i } from "./components/confirm/index.js";
|
|
5
|
+
import { Container as c } from "./components/container/index.js";
|
|
6
|
+
import { ContextMenu as u } from "./components/context-menu/index.js";
|
|
7
|
+
import { InstanceForm as P } from "./components/data-management/instance-form/index.js";
|
|
8
|
+
import { DisseminationList as y } from "./components/data-security-selectors/dissemination-list/index.js";
|
|
9
|
+
import { SecurityLevel as I } from "./components/data-security-selectors/security-level/index.js";
|
|
10
|
+
import { DateTimePicker as L } from "./components/date-time-picker/index.js";
|
|
11
|
+
import { GeometryPicker as T } from "./components/geometry-picker/index.js";
|
|
12
|
+
import { IconButton as k } from "./components/icon-button/index.js";
|
|
13
|
+
import { KeyProtectionMenu as F } from "./components/key-protection/menu.js";
|
|
14
|
+
import { S as g } from "./utils-Bq0ye5vf.js";
|
|
15
|
+
import { Loading as w } from "./components/loading/index.js";
|
|
16
|
+
import { i as B } from "./index-IvOfmM1F.js";
|
|
17
|
+
import { PhoneInput as U } from "./components/phone-input/index.js";
|
|
18
|
+
import { SearchInput as W } from "./components/search-input/index.js";
|
|
19
|
+
import { TreeSelect as j } from "./components/tree-select/index.js";
|
|
20
|
+
import { TreeViewFilter as z } from "./components/treeview-filter/index.js";
|
|
2
21
|
export {
|
|
3
|
-
|
|
22
|
+
e as Access,
|
|
23
|
+
m as Card,
|
|
24
|
+
f as ConditionalWrapper,
|
|
25
|
+
c as Container,
|
|
26
|
+
u as ContextMenu,
|
|
27
|
+
L as DateTimePicker,
|
|
28
|
+
y as DisseminationList,
|
|
29
|
+
T as GeometryPicker,
|
|
30
|
+
k as IconButton,
|
|
31
|
+
P as InstanceForm,
|
|
32
|
+
g as KeyProductionUtils,
|
|
33
|
+
F as KeyProtectionMenu,
|
|
34
|
+
w as Loading,
|
|
35
|
+
B as Map,
|
|
36
|
+
U as PhoneInput,
|
|
37
|
+
W as SearchInput,
|
|
38
|
+
I as SecurityLevel,
|
|
39
|
+
j as TreeSelect,
|
|
40
|
+
z as TreeViewFilter,
|
|
41
|
+
n as alert,
|
|
42
|
+
i as confirm
|
|
4
43
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import li from "lodash";
|
|
2
|
-
import { u as Se, v as ls, w as hr, x as ft, y as cr, R as Wt, B as bo, z as ni, A as yi, C as ko, D as dr, E as ur, F as fr, o as We, G as Ut, V as ae, h as Go, H as st, f as Yo, I as he, J as ws, K as Xo, M as hi, N as gr, O as _r, Q as Wo, L as _n, T as mn, U as mr, W as pr, X as yr, Y as Uo, Z as Bo, _ as zn, c as Ls, $ as It, a0 as Zi, p as zt, a1 as xr, a2 as Vn, a3 as xi, a4 as Er,
|
|
3
|
-
import {
|
|
4
|
-
import { s as Fr, b as Ga, d as xn, r as Ya, e as jn, f as ds, g as Fs, h as Xa, i as Ds, j as Yi, k as Os, l as lt, m as Jn, n as Mt, o as Wa, p as En, t as Ua, S as _t, F as Ve, I as Ht, a as tn, T as Ri, R as Ba, C as Ka, q as za, u as Va, v as ce, w as Rt, x as en, y as nn, z as Bt, A as Kt, B as sn, D as rn, E as on, G as xe, H as gi, J as an, K as Dr, L as Ha, M as Za, N as qa, O as Ms } from "./Text-
|
|
2
|
+
import { u as Se, v as ls, w as hr, x as ft, y as cr, R as Wt, B as bo, z as ni, A as yi, C as ko, D as dr, E as ur, F as fr, o as We, G as Ut, V as ae, h as Go, H as st, f as Yo, I as he, J as ws, K as Xo, M as hi, N as gr, O as _r, Q as Wo, L as _n, T as mn, U as mr, W as pr, X as yr, Y as Uo, Z as Bo, _ as zn, c as Ls, $ as It, a0 as Zi, p as zt, a1 as xr, a2 as Vn, a3 as xi, a4 as Er, t as Ko, a5 as vs, a6 as hs, i as Hn, a7 as Ps, a8 as Tr, a9 as ci, aa as zo, ab as Ei, ac as Ti, ad as Vo, ae as Ho, af as Zo, ag as ke, ah as qo, ai as jo, aj as Cr, ak as Jo, al as Qo, am as Zn, an as $o, ao as ta, ap as ea, P as Vt, aq as ia, ar as na, as as sa, at as ra, au as oa, av as aa, aw as As, ax as qn, ay as la, az as ha, aA as ca, aB as da, aC as ua, aD as fa, aE as Ji, aF as ga, aG as Sr, S as _a, aH as ma, aI as ti, d as pa, k as pn, aJ as ya, aK as xa, aL as Ea, aM as Ta, aN as si, aO as Ca, aP as Sa, aQ as Ra, aR as Ia, j as wa, aS as yn, a as La, r as Rr } from "./Source-CnCcu5UP.js";
|
|
3
|
+
import { f as Ci, A as va, B as ze, D as Ir, i as tt, T as di, l as Z, O as ui, u as it, d as ot, c as wr, E as W, g as q, j as Lr, P as vr, V as cs, a as Re, F as Si, v as Pa, M as Pr, w as Aa, b as fi, x as Ar, y as Fa, m as An, z as Da, r as Qi, C as Oa, p as St, e as V, s as Ma, k as Na, G as $i, H as ba, t as ka } from "./has-9_asnBxn.js";
|
|
4
|
+
import { s as Fr, b as Ga, d as xn, r as Ya, e as jn, f as ds, g as Fs, h as Xa, i as Ds, j as Yi, k as Os, l as lt, m as Jn, n as Mt, o as Wa, p as En, t as Ua, S as _t, F as Ve, I as Ht, a as tn, T as Ri, R as Ba, C as Ka, q as za, u as Va, v as ce, w as Rt, x as en, y as nn, z as Bt, A as Kt, B as sn, D as rn, E as on, G as xe, H as gi, J as an, K as Dr, L as Ha, M as Za, N as qa, O as Ms } from "./Text-BT5kPHOo.js";
|
|
5
5
|
import { Feature as me } from "ol";
|
|
6
6
|
import { getNumberCoordinates as us, validate as Or, parse as Mr, getGeometries as Qn, findPlacemarkCoordinates as ja, build as Ja } from "./components/map/helpers/kml.js";
|
|
7
|
-
import { d as Nr, a as Qa } from "./styled-
|
|
7
|
+
import { d as Nr, a as Qa } from "./styled-C43K9x7T.js";
|
|
8
8
|
import { parse as $a, findCoordinate as tl } from "./components/map/helpers/wkt.js";
|
|
9
9
|
const gt = {
|
|
10
10
|
/**
|
|
@@ -15012,10 +15012,10 @@ export {
|
|
|
15012
15012
|
wi as P,
|
|
15013
15013
|
Qs as R,
|
|
15014
15014
|
Fo as V,
|
|
15015
|
-
|
|
15016
|
-
|
|
15017
|
-
|
|
15018
|
-
|
|
15015
|
+
ru as a,
|
|
15016
|
+
nu as b,
|
|
15017
|
+
Nd as c,
|
|
15018
|
+
Jd as d,
|
|
15019
15019
|
pl as e,
|
|
15020
15020
|
gt as f,
|
|
15021
15021
|
au as g,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as b, F as w, a as j, C as D, I as P, T as B } from "./Text-
|
|
1
|
+
import { S as b, F as w, a as j, C as D, I as P, T as B } from "./Text-BT5kPHOo.js";
|
|
2
2
|
import { _ as E, a as l } from "./extends-C3382pL0.js";
|
|
3
3
|
import { a as G, i as H, s as J, c as K, g as Q, b as X, e as Y } from "./createTheme-agWfFD64.js";
|
|
4
4
|
const Z = ["ownerState"], ee = ["variants"], te = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as D } from "./extends-C3382pL0.js";
|
|
2
|
-
import { _ as C, T as S } from "./ButtonBase-
|
|
2
|
+
import { _ as C, T as S } from "./ButtonBase-BYmh3G5j.js";
|
|
3
3
|
import { P as i } from "./createTheme-agWfFD64.js";
|
|
4
4
|
import v from "react";
|
|
5
5
|
import b from "react-dom";
|