@hybridcore/ui 1.5.7 → 1.5.9
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d, jsxs as x } from "react/jsx-runtime";
|
|
2
2
|
import s from "lodash";
|
|
3
|
-
import y from "./property.js";
|
|
3
|
+
import { Property as y } from "./property.js";
|
|
4
4
|
import { Box as c, Typography as I } from "@mui/material";
|
|
5
5
|
import { Accordion as A, AccordionSummary as K, AccordionDetails as N } from "./styled.js";
|
|
6
6
|
const j = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t, Fragment as T } from "react/jsx-runtime";
|
|
2
2
|
import { useState as Y } from "react";
|
|
3
|
-
import
|
|
3
|
+
import u from "dayjs";
|
|
4
4
|
import { KeyboardArrowUp as z, KeyboardArrowDown as L } from "@mui/icons-material";
|
|
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";
|
|
@@ -9,13 +9,13 @@ import { T as b } from "../../TextField-BjFXx91l.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";
|
|
12
|
-
|
|
12
|
+
const R = ({
|
|
13
13
|
property: e,
|
|
14
14
|
value: a,
|
|
15
15
|
size: r = "medium",
|
|
16
|
-
variant:
|
|
16
|
+
variant: c,
|
|
17
17
|
onChange: p
|
|
18
|
-
}) {
|
|
18
|
+
}) => {
|
|
19
19
|
var I, S, y, V, M;
|
|
20
20
|
const h = (l) => (n) => {
|
|
21
21
|
let o = { ...a };
|
|
@@ -33,7 +33,7 @@ function R({
|
|
|
33
33
|
});
|
|
34
34
|
}, g = (l) => (n) => {
|
|
35
35
|
let o = { ...a };
|
|
36
|
-
o[l] =
|
|
36
|
+
o[l] = u(n).format("YYYY-MM-DD"), p({
|
|
37
37
|
[e.propertyId]: o
|
|
38
38
|
});
|
|
39
39
|
};
|
|
@@ -47,7 +47,7 @@ function R({
|
|
|
47
47
|
value: a.exact ?? e.defaultValue ?? "",
|
|
48
48
|
size: r,
|
|
49
49
|
onChange: h("exact"),
|
|
50
|
-
variant:
|
|
50
|
+
variant: c,
|
|
51
51
|
type: "text",
|
|
52
52
|
multiline: e.type === "text",
|
|
53
53
|
disabled: !e.editable,
|
|
@@ -69,7 +69,7 @@ function R({
|
|
|
69
69
|
value: a.min ?? e.defaultValue ?? "",
|
|
70
70
|
size: r,
|
|
71
71
|
onChange: h("min"),
|
|
72
|
-
variant:
|
|
72
|
+
variant: c,
|
|
73
73
|
type: "number",
|
|
74
74
|
disabled: !e.editable,
|
|
75
75
|
fullWidth: !0,
|
|
@@ -87,7 +87,7 @@ function R({
|
|
|
87
87
|
value: a.max ?? e.defaultValue ?? "",
|
|
88
88
|
size: r,
|
|
89
89
|
onChange: h("max"),
|
|
90
|
-
variant:
|
|
90
|
+
variant: c,
|
|
91
91
|
type: "number",
|
|
92
92
|
disabled: !e.editable,
|
|
93
93
|
fullWidth: !0,
|
|
@@ -100,7 +100,7 @@ function R({
|
|
|
100
100
|
] })
|
|
101
101
|
] });
|
|
102
102
|
if (e.type === "date") {
|
|
103
|
-
const l = "DD/MM/YYYY", n = "YYYY-MM-DD", o = a.min &&
|
|
103
|
+
const l = "DD/MM/YYYY", n = "YYYY-MM-DD", o = a.min && u(a.min, n, !0).isValid() ? u(a.min, n) : null, i = a.max && u(a.max, n, !0).isValid() ? u(a.max, n) : null;
|
|
104
104
|
return /* @__PURE__ */ m(d, { mb: 1, children: [
|
|
105
105
|
/* @__PURE__ */ t(f, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
|
|
106
106
|
/* @__PURE__ */ m(d, { display: "flex", alignItems: "center", children: [
|
|
@@ -112,7 +112,7 @@ function R({
|
|
|
112
112
|
views: ["year", "month", "day"],
|
|
113
113
|
slotProps: {
|
|
114
114
|
textField: {
|
|
115
|
-
variant:
|
|
115
|
+
variant: c,
|
|
116
116
|
name: e.propertyId,
|
|
117
117
|
size: r,
|
|
118
118
|
fullWidth: !0,
|
|
@@ -139,7 +139,7 @@ function R({
|
|
|
139
139
|
views: ["year", "month", "day"],
|
|
140
140
|
slotProps: {
|
|
141
141
|
textField: {
|
|
142
|
-
variant:
|
|
142
|
+
variant: c,
|
|
143
143
|
name: e.propertyId,
|
|
144
144
|
size: r,
|
|
145
145
|
fullWidth: !0,
|
|
@@ -184,7 +184,7 @@ function R({
|
|
|
184
184
|
const [l, n] = Y(!1), o = 10;
|
|
185
185
|
let i = [];
|
|
186
186
|
return (y = e.dataTypeInfo) != null && y.enumValues && (i = e.dataTypeInfo.enumValues), (M = (V = e.dataTypeInfo) == null ? void 0 : V.innerType) != null && M.enumValues && (i = e.dataTypeInfo.innerType.enumValues), /* @__PURE__ */ m(d, { children: [
|
|
187
|
-
/* @__PURE__ */ m(B, { fullWidth: !0, component: "fieldset", variant:
|
|
187
|
+
/* @__PURE__ */ m(B, { fullWidth: !0, component: "fieldset", variant: c, children: [
|
|
188
188
|
/* @__PURE__ */ t(P, { component: "legend", sx: { mb: 1, fontSize: 12 }, children: e.name }),
|
|
189
189
|
/* @__PURE__ */ t(D, { children: i.slice(0, l ? 9999 : o).map((s, x) => /* @__PURE__ */ t(
|
|
190
190
|
O,
|
|
@@ -237,7 +237,7 @@ function R({
|
|
|
237
237
|
] });
|
|
238
238
|
}
|
|
239
239
|
return /* @__PURE__ */ t(T, {});
|
|
240
|
-
}
|
|
240
|
+
};
|
|
241
241
|
export {
|
|
242
|
-
R as
|
|
242
|
+
R as Property
|
|
243
243
|
};
|
|
@@ -1,31 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { SimpleTreeView as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { Box as
|
|
7
|
-
import { SearchInput as
|
|
8
|
-
import { flattenNestedTemplates as
|
|
9
|
-
import { ArrowDropDown as
|
|
1
|
+
import { jsxs as d, Fragment as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import u from "react";
|
|
3
|
+
import { SimpleTreeView as B } from "@mui/x-tree-view";
|
|
4
|
+
import C from "./item/index.js";
|
|
5
|
+
import a from "lodash";
|
|
6
|
+
import { Box as F, Divider as L } from "@mui/material";
|
|
7
|
+
import { SearchInput as _ } from "../search-input/index.js";
|
|
8
|
+
import { flattenNestedTemplates as j } from "../../utils/ontology.js";
|
|
9
|
+
import { ArrowDropDown as y, ArrowRight as z } from "@mui/icons-material";
|
|
10
10
|
const H = ({
|
|
11
|
-
data:
|
|
12
|
-
idKey:
|
|
13
|
-
selected:
|
|
11
|
+
data: i,
|
|
12
|
+
idKey: s = "id",
|
|
13
|
+
selected: m,
|
|
14
14
|
expanded: f,
|
|
15
|
-
disabled:
|
|
15
|
+
disabled: c,
|
|
16
16
|
disableSearch: h,
|
|
17
17
|
onChange: S,
|
|
18
18
|
onExpansionToggle: x
|
|
19
19
|
}) => {
|
|
20
|
-
const [
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
const [r, o] = u.useState(""), b = j(i), w = u.useMemo(() => r.length > 0 ? a.uniqBy(
|
|
21
|
+
b.filter(
|
|
22
|
+
(e) => e.name.toLowerCase().includes(r)
|
|
23
|
+
),
|
|
24
|
+
(e) => e.id
|
|
25
|
+
) : i, [r, i]);
|
|
26
|
+
let n = null;
|
|
24
27
|
const I = 500;
|
|
25
|
-
return /* @__PURE__ */
|
|
26
|
-
!h && /* @__PURE__ */
|
|
27
|
-
/* @__PURE__ */ t(
|
|
28
|
-
|
|
28
|
+
return /* @__PURE__ */ d(p, { children: [
|
|
29
|
+
!h && /* @__PURE__ */ d(p, { children: [
|
|
30
|
+
/* @__PURE__ */ t(F, { px: 1, pt: 0.75, children: /* @__PURE__ */ t(
|
|
31
|
+
_,
|
|
29
32
|
{
|
|
30
33
|
fullWidth: !0,
|
|
31
34
|
disableLabel: !0,
|
|
@@ -38,40 +41,40 @@ const H = ({
|
|
|
38
41
|
},
|
|
39
42
|
iconSize: "small",
|
|
40
43
|
onChange: (e) => {
|
|
41
|
-
|
|
44
|
+
n && clearTimeout(n), n = setTimeout(() => o(e.toLowerCase()), I);
|
|
42
45
|
},
|
|
43
46
|
onSubmit: (e) => {
|
|
44
|
-
|
|
47
|
+
o(e || "");
|
|
45
48
|
}
|
|
46
49
|
}
|
|
47
50
|
) }),
|
|
48
|
-
/* @__PURE__ */ t(
|
|
51
|
+
/* @__PURE__ */ t(L, { sx: { mt: 1.75 } })
|
|
49
52
|
] }),
|
|
50
53
|
/* @__PURE__ */ t(
|
|
51
|
-
|
|
54
|
+
B,
|
|
52
55
|
{
|
|
53
56
|
"aria-label": "tree view filter",
|
|
54
57
|
disableSelection: !0,
|
|
55
58
|
defaultExpandedItems: f,
|
|
56
59
|
slots: {
|
|
57
|
-
collapseIcon: () => /* @__PURE__ */ t(
|
|
58
|
-
expandIcon: () => /* @__PURE__ */ t(
|
|
60
|
+
collapseIcon: () => /* @__PURE__ */ t(y, {}),
|
|
61
|
+
expandIcon: () => /* @__PURE__ */ t(z, {})
|
|
59
62
|
},
|
|
60
63
|
onItemExpansionToggle: x,
|
|
61
64
|
children: w.map((e, g) => {
|
|
62
|
-
const
|
|
65
|
+
const l = String(e[s]), T = a.includes(m, l), D = a.includes(c, l);
|
|
63
66
|
return /* @__PURE__ */ t(
|
|
64
|
-
|
|
67
|
+
C,
|
|
65
68
|
{
|
|
66
|
-
id:
|
|
67
|
-
idKey:
|
|
69
|
+
id: l,
|
|
70
|
+
idKey: s,
|
|
68
71
|
name: e.name,
|
|
69
72
|
checked: T,
|
|
70
73
|
disabled: D,
|
|
71
|
-
disabledIds:
|
|
72
|
-
children: e.children,
|
|
74
|
+
disabledIds: c,
|
|
75
|
+
children: r ? [] : e.children,
|
|
73
76
|
onChange: S,
|
|
74
|
-
defaultSelected:
|
|
77
|
+
defaultSelected: m
|
|
75
78
|
},
|
|
76
79
|
g
|
|
77
80
|
);
|
package/dist/main.d.ts
CHANGED
|
@@ -555,6 +555,16 @@ declare type OrientationType_2 = "portrait" | "landscape";
|
|
|
555
555
|
|
|
556
556
|
export declare const PhoneInput: React.FC<Props_9>;
|
|
557
557
|
|
|
558
|
+
export declare const PropertyFilterInput: FC<PropertyProps>;
|
|
559
|
+
|
|
560
|
+
declare interface PropertyProps {
|
|
561
|
+
property: ONTOLOGY.Property;
|
|
562
|
+
value: FV.PropertyFilterValue;
|
|
563
|
+
size?: "small" | "medium";
|
|
564
|
+
variant?: "standard" | "outlined" | "filled";
|
|
565
|
+
onChange(value: any): void;
|
|
566
|
+
}
|
|
567
|
+
|
|
558
568
|
declare interface Props<T extends string> {
|
|
559
569
|
/**
|
|
560
570
|
*
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Access as Ht } from "./components/access/index.js";
|
|
2
|
-
import { alert as
|
|
2
|
+
import { alert as Bt, confirm as It } from "./components/confirm/index.js";
|
|
3
3
|
import { Card as jt } from "./components/card/index.js";
|
|
4
4
|
import { CardAlternate as $t } from "./components/card-alternate/index.js";
|
|
5
5
|
import { CollapsibleCard as Et } from "./components/collapsible-card/index.js";
|
|
@@ -23,14 +23,15 @@ import { SecurityLevel as ge } from "./components/data-security-selectors/securi
|
|
|
23
23
|
import { TemplateForm as Te } from "./components/template-form/index.js";
|
|
24
24
|
import { TemplateFilters as we } from "./components/template-filters/index.js";
|
|
25
25
|
import { TemplatePropertyFilters as ve } from "./components/template-property-filters/index.js";
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
26
|
+
import { Property as Se } from "./components/template-property-filters/property.js";
|
|
27
|
+
import { TreeSelect as be } from "./components/tree-select/index.js";
|
|
28
|
+
import { TreeViewFilter as Fe } from "./components/treeview-filter/index.js";
|
|
29
|
+
import { S as Ie } from "./utils-Bq0ye5vf.js";
|
|
30
|
+
import { i as je } from "./index-DlnzUkwe.js";
|
|
31
|
+
import { b as $e } from "./helpers-DaCoWmi2.js";
|
|
32
|
+
import { ThemeProvider as Ee, createTheme as Ue } from "@mui/material";
|
|
32
33
|
import { a as dt } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
33
|
-
import
|
|
34
|
+
import I from "dayjs";
|
|
34
35
|
import { h as U, j as z } from "./createTheme-DrgvKMA_.js";
|
|
35
36
|
import { b as ut } from "./index-CAaDu0NI.js";
|
|
36
37
|
var tt = { exports: {} };
|
|
@@ -115,7 +116,7 @@ var et = { exports: {} };
|
|
|
115
116
|
}], Y: [/[+-]?\d+/, a("year")], YY: [e, function(r) {
|
|
116
117
|
this.year = i(r);
|
|
117
118
|
}], YYYY: [/\d{4}/, a("year")], Z: x, ZZ: x };
|
|
118
|
-
function
|
|
119
|
+
function F(r) {
|
|
119
120
|
var h, d;
|
|
120
121
|
h = r, d = n && n.formats;
|
|
121
122
|
for (var u = (r = h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(S, w, M) {
|
|
@@ -124,16 +125,16 @@ var et = { exports: {} };
|
|
|
124
125
|
return v || A.slice(1);
|
|
125
126
|
});
|
|
126
127
|
})).match(c), g = u.length, Y = 0; Y < g; Y += 1) {
|
|
127
|
-
var
|
|
128
|
-
u[Y] = L ? { regex: T, parser: L } :
|
|
128
|
+
var C = u[Y], O = Z[C], T = O && O[0], L = O && O[1];
|
|
129
|
+
u[Y] = L ? { regex: T, parser: L } : C.replace(/^\[|\]$/g, "");
|
|
129
130
|
}
|
|
130
131
|
return function(S) {
|
|
131
132
|
for (var w = {}, M = 0, y = 0; M < g; M += 1) {
|
|
132
133
|
var k = u[M];
|
|
133
134
|
if (typeof k == "string") y += k.length;
|
|
134
135
|
else {
|
|
135
|
-
var v = k.regex, A = k.parser, j = S.slice(y),
|
|
136
|
-
A.call(w,
|
|
136
|
+
var v = k.regex, A = k.parser, j = S.slice(y), B = v.exec(j)[0];
|
|
137
|
+
A.call(w, B), S = S.replace(B, "");
|
|
137
138
|
}
|
|
138
139
|
}
|
|
139
140
|
return function(b) {
|
|
@@ -149,22 +150,22 @@ var et = { exports: {} };
|
|
|
149
150
|
d.p.customParseFormat = !0, r && r.parseTwoDigitYear && (i = r.parseTwoDigitYear);
|
|
150
151
|
var u = h.prototype, g = u.parse;
|
|
151
152
|
u.parse = function(Y) {
|
|
152
|
-
var
|
|
153
|
+
var C = Y.date, O = Y.utc, T = Y.args;
|
|
153
154
|
this.$u = O;
|
|
154
155
|
var L = T[1];
|
|
155
156
|
if (typeof L == "string") {
|
|
156
157
|
var S = T[2] === !0, w = T[3] === !0, M = S || w, y = T[2];
|
|
157
|
-
w && (y = T[2]), n = this.$locale(), !S && y && (n = d.Ls[y]), this.$d = function(j,
|
|
158
|
+
w && (y = T[2]), n = this.$locale(), !S && y && (n = d.Ls[y]), this.$d = function(j, B, b, P) {
|
|
158
159
|
try {
|
|
159
|
-
if (["x", "X"].indexOf(
|
|
160
|
-
var m = B
|
|
160
|
+
if (["x", "X"].indexOf(B) > -1) return new Date((B === "X" ? 1e3 : 1) * j);
|
|
161
|
+
var m = F(B)(j), N = m.year, $ = m.month, nt = m.day, ot = m.hours, at = m.minutes, it = m.seconds, ht = m.milliseconds, R = m.zone, X = m.week, J = /* @__PURE__ */ new Date(), _ = nt || (N || $ ? 1 : J.getDate()), V = N || J.getFullYear(), W = 0;
|
|
161
162
|
N && !$ || (W = $ > 0 ? $ - 1 : J.getMonth());
|
|
162
163
|
var E, q = ot || 0, G = at || 0, K = it || 0, Q = ht || 0;
|
|
163
164
|
return R ? new Date(Date.UTC(V, W, _, q, G, K, Q + 60 * R.offset * 1e3)) : b ? new Date(Date.UTC(V, W, _, q, G, K, Q)) : (E = new Date(V, W, _, q, G, K, Q), X && (E = P(E).week(X).toDate()), E);
|
|
164
165
|
} catch {
|
|
165
166
|
return /* @__PURE__ */ new Date("");
|
|
166
167
|
}
|
|
167
|
-
}(
|
|
168
|
+
}(C, L, O, d), this.init(), y && y !== !0 && (this.$L = this.locale(y).$L), M && C != this.format(L) && (this.$d = /* @__PURE__ */ new Date("")), n = {};
|
|
168
169
|
} else if (L instanceof Array) for (var k = L.length, v = 1; v <= k; v += 1) {
|
|
169
170
|
T[1] = L[v - 1];
|
|
170
171
|
var A = d.apply(this, T);
|
|
@@ -192,9 +193,9 @@ var rt = { exports: {} };
|
|
|
192
193
|
e.en.formats = f, s.format = function(n) {
|
|
193
194
|
n === void 0 && (n = "YYYY-MM-DDTHH:mm:ssZ");
|
|
194
195
|
var i = this.$locale().formats, a = function(x, p) {
|
|
195
|
-
return x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(H, Z,
|
|
196
|
-
var r =
|
|
197
|
-
return Z || p[
|
|
196
|
+
return x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(H, Z, F) {
|
|
197
|
+
var r = F && F.toUpperCase();
|
|
198
|
+
return Z || p[F] || f[F] || p[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
|
|
198
199
|
return d || u.slice(1);
|
|
199
200
|
});
|
|
200
201
|
});
|
|
@@ -221,9 +222,9 @@ var st = { exports: {} };
|
|
|
221
222
|
})(st);
|
|
222
223
|
var Mt = st.exports;
|
|
223
224
|
const Dt = /* @__PURE__ */ z(Mt);
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
I.extend(lt);
|
|
226
|
+
I.extend(yt);
|
|
227
|
+
I.extend(Dt);
|
|
227
228
|
const xt = ut(["Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale", "Or you forget to import the locale with `require('dayjs/locale/{localeUsed}')`", "fallback on English locale"]), gt = {
|
|
228
229
|
// Year
|
|
229
230
|
YY: "year",
|
|
@@ -346,7 +347,7 @@ class St {
|
|
|
346
347
|
end: "]"
|
|
347
348
|
}, this.formatTokenMap = gt, this.getLocaleFormats = () => {
|
|
348
349
|
var t;
|
|
349
|
-
const e = (t = this.rawDayJsInstance.Ls) != null ? t :
|
|
350
|
+
const e = (t = this.rawDayJsInstance.Ls) != null ? t : I.Ls, s = this.locale || "en";
|
|
350
351
|
let o = e[s];
|
|
351
352
|
return o === void 0 && (xt(), o = e.en), o.formats;
|
|
352
353
|
}, this.date = (t) => t === null ? null : this.dayjs(t), this.toJsDate = (t) => t.toDate(), this.parseISO = (t) => this.dayjs(t), this.toISO = (t) => t.toISOString(), this.parse = (t, e) => t === "" ? null : this.dayjs(t, e, this.locale, !0), this.getCurrentLocaleCode = () => this.locale || "en", this.is12HourCycleInCurrentLocale = () => /A|a/.test(this.getLocaleFormats().LT || ""), this.expandFormat = (t) => {
|
|
@@ -380,12 +381,12 @@ class St {
|
|
|
380
381
|
for (; i.isBefore(o); )
|
|
381
382
|
n.push(i), i = i.add(1, "year");
|
|
382
383
|
return n;
|
|
383
|
-
}, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c ||
|
|
384
|
+
}, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c || I, this.dayjs = Tt(this.rawDayJsInstance, D), this.locale = D, this.formats = dt({}, Yt, f), I.extend(ft);
|
|
384
385
|
}
|
|
385
386
|
}
|
|
386
387
|
export {
|
|
387
388
|
Ht as Access,
|
|
388
|
-
|
|
389
|
+
$e as AccessUtils,
|
|
389
390
|
St as AdapterDayjs,
|
|
390
391
|
jt as Card,
|
|
391
392
|
$t as CardAlternate,
|
|
@@ -400,22 +401,23 @@ export {
|
|
|
400
401
|
re as InstanceForm,
|
|
401
402
|
ne as InstanceHierarchyTable,
|
|
402
403
|
ae as InstanceTable,
|
|
403
|
-
|
|
404
|
+
Ie as KeyProductionUtils,
|
|
404
405
|
he as KeyProtectionMenu,
|
|
405
406
|
ue as LinearIndicator,
|
|
406
407
|
fe as Loading,
|
|
407
408
|
le as LocalizationProvider,
|
|
408
|
-
|
|
409
|
+
je as Map,
|
|
409
410
|
ye as PhoneInput,
|
|
411
|
+
Se as PropertyFilterInput,
|
|
410
412
|
De as SearchInput,
|
|
411
413
|
ge as SecurityLevel,
|
|
412
414
|
we as TemplateFilters,
|
|
413
415
|
Te as TemplateForm,
|
|
414
416
|
ve as TemplatePropertyFilters,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
417
|
+
Ee as ThemeProvider,
|
|
418
|
+
be as TreeSelect,
|
|
419
|
+
Fe as TreeViewFilter,
|
|
420
|
+
Bt as alert,
|
|
421
|
+
It as confirm,
|
|
422
|
+
Ue as createTheme
|
|
421
423
|
};
|