@hybridcore/ui 1.4.30 → 1.4.31
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/main.d.ts +14 -0
- package/dist/main.js +53 -51
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -62,6 +62,20 @@ declare interface ButtonType {
|
|
|
62
62
|
|
|
63
63
|
export declare const Card: React.FC<CardProps>;
|
|
64
64
|
|
|
65
|
+
export declare const CardAlternate: FC<CardAlternateProps>;
|
|
66
|
+
|
|
67
|
+
declare interface CardAlternateProps {
|
|
68
|
+
title: string;
|
|
69
|
+
subTitle?: string;
|
|
70
|
+
text: string;
|
|
71
|
+
avatar?: default_2.ReactNode;
|
|
72
|
+
footer?: default_2.ReactNode;
|
|
73
|
+
menu?: default_2.ReactNode;
|
|
74
|
+
extra?: default_2.ReactNode;
|
|
75
|
+
loading?: boolean;
|
|
76
|
+
onClick?(): void;
|
|
77
|
+
}
|
|
78
|
+
|
|
65
79
|
declare interface CardProps {
|
|
66
80
|
title: string;
|
|
67
81
|
text: string;
|
package/dist/main.js
CHANGED
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
import { Access as Ht } from "./components/access/index.js";
|
|
2
2
|
import { alert as Ft, confirm as Ct } from "./components/confirm/index.js";
|
|
3
3
|
import { Card as jt } from "./components/card/index.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
4
|
+
import { CardAlternate as $t } from "./components/card-alternate/index.js";
|
|
5
|
+
import { CollapsibleCard as Et } from "./components/collapsible-card/index.js";
|
|
6
|
+
import { ConditionalWrapper as zt } from "./components/conditional-wrapper/index.js";
|
|
7
|
+
import { Container as Nt } from "./components/container/index.js";
|
|
8
|
+
import { ContextMenu as _t } from "./components/context-menu/index.js";
|
|
9
|
+
import { DateTimePicker as qt } from "./components/date-time-picker/index.js";
|
|
10
|
+
import { DisseminationList as Kt } from "./components/data-security-selectors/dissemination-list/index.js";
|
|
11
|
+
import { GeometryPicker as Rt } from "./components/geometry-picker/index.js";
|
|
12
|
+
import { IconButton as te } from "./components/icon-button/index.js";
|
|
13
|
+
import { InstanceForm as re } from "./components/instance-form/index.js";
|
|
14
|
+
import { InstanceHierarchyTable as ne } from "./components/instance-hierarchy-table/index.js";
|
|
15
|
+
import { InstanceTable as ae } from "./components/instance-table/index.js";
|
|
16
|
+
import { KeyProtectionMenu as he } from "./components/key-protection/menu.js";
|
|
17
|
+
import { Loading as ue } from "./components/loading/index.js";
|
|
18
|
+
import { LocalizationProvider as fe } from "@mui/x-date-pickers";
|
|
19
|
+
import { PhoneInput as le } from "./components/phone-input/index.js";
|
|
20
|
+
import { SearchInput as ye } from "./components/search-input/index.js";
|
|
21
|
+
import { SecurityLevel as De } from "./components/data-security-selectors/security-level/index.js";
|
|
22
|
+
import { TemplateForm as xe } from "./components/template-form/index.js";
|
|
23
|
+
import { TemplatePropertyFilters as Te } from "./components/template-property-filters/index.js";
|
|
24
|
+
import { TreeSelect as we } from "./components/tree-select/index.js";
|
|
25
|
+
import { TreeViewFilter as ve } from "./components/treeview-filter/index.js";
|
|
26
|
+
import { S as Se } from "./utils-Bq0ye5vf.js";
|
|
27
|
+
import { i as be } from "./index-DlnzUkwe.js";
|
|
28
|
+
import { h as Be } from "./helpers-B4UL9NMD.js";
|
|
29
|
+
import { ThemeProvider as Ce, createTheme as Ie } from "@mui/material";
|
|
29
30
|
import { _ as dt } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
|
|
30
31
|
import C from "dayjs";
|
|
31
32
|
import { c as U, g as z } from "./createStyled-BzvgQjjR.js";
|
|
@@ -382,34 +383,35 @@ class St {
|
|
|
382
383
|
}
|
|
383
384
|
export {
|
|
384
385
|
Ht as Access,
|
|
385
|
-
|
|
386
|
+
Be as AccessUtils,
|
|
386
387
|
St as AdapterDayjs,
|
|
387
388
|
jt as Card,
|
|
388
|
-
$t as
|
|
389
|
-
Et as
|
|
390
|
-
zt as
|
|
391
|
-
Nt as
|
|
392
|
-
_t as
|
|
393
|
-
qt as
|
|
394
|
-
Kt as
|
|
395
|
-
Rt as
|
|
396
|
-
te as
|
|
397
|
-
re as
|
|
398
|
-
ne as
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
he as
|
|
402
|
-
ue as
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
le as
|
|
406
|
-
ye as
|
|
407
|
-
De as
|
|
408
|
-
xe as
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
we as
|
|
389
|
+
$t as CardAlternate,
|
|
390
|
+
Et as CollapsibleCard,
|
|
391
|
+
zt as ConditionalWrapper,
|
|
392
|
+
Nt as Container,
|
|
393
|
+
_t as ContextMenu,
|
|
394
|
+
qt as DateTimePicker,
|
|
395
|
+
Kt as DisseminationList,
|
|
396
|
+
Rt as GeometryPicker,
|
|
397
|
+
te as IconButton,
|
|
398
|
+
re as InstanceForm,
|
|
399
|
+
ne as InstanceHierarchyTable,
|
|
400
|
+
ae as InstanceTable,
|
|
401
|
+
Se as KeyProductionUtils,
|
|
402
|
+
he as KeyProtectionMenu,
|
|
403
|
+
ue as Loading,
|
|
404
|
+
fe as LocalizationProvider,
|
|
405
|
+
be as Map,
|
|
406
|
+
le as PhoneInput,
|
|
407
|
+
ye as SearchInput,
|
|
408
|
+
De as SecurityLevel,
|
|
409
|
+
xe as TemplateForm,
|
|
410
|
+
Te as TemplatePropertyFilters,
|
|
411
|
+
Ce as ThemeProvider,
|
|
412
|
+
we as TreeSelect,
|
|
413
|
+
ve as TreeViewFilter,
|
|
412
414
|
Ft as alert,
|
|
413
415
|
Ct as confirm,
|
|
414
|
-
|
|
416
|
+
Ie as createTheme
|
|
415
417
|
};
|