@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 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 { CollapsibleCard as $t } from "./components/collapsible-card/index.js";
5
- import { ConditionalWrapper as Et } from "./components/conditional-wrapper/index.js";
6
- import { Container as zt } from "./components/container/index.js";
7
- import { ContextMenu as Nt } from "./components/context-menu/index.js";
8
- import { DateTimePicker as _t } from "./components/date-time-picker/index.js";
9
- import { DisseminationList as qt } from "./components/data-security-selectors/dissemination-list/index.js";
10
- import { GeometryPicker as Kt } from "./components/geometry-picker/index.js";
11
- import { IconButton as Rt } from "./components/icon-button/index.js";
12
- import { InstanceForm as te } from "./components/instance-form/index.js";
13
- import { InstanceHierarchyTable as re } from "./components/instance-hierarchy-table/index.js";
14
- import { InstanceTable as ne } from "./components/instance-table/index.js";
15
- import { KeyProtectionMenu as ae } from "./components/key-protection/menu.js";
16
- import { Loading as he } from "./components/loading/index.js";
17
- import { LocalizationProvider as ue } from "@mui/x-date-pickers";
18
- import { PhoneInput as fe } from "./components/phone-input/index.js";
19
- import { SearchInput as le } from "./components/search-input/index.js";
20
- import { SecurityLevel as ye } from "./components/data-security-selectors/security-level/index.js";
21
- import { TemplateForm as De } from "./components/template-form/index.js";
22
- import { TemplatePropertyFilters as xe } from "./components/template-property-filters/index.js";
23
- import { TreeSelect as Te } from "./components/tree-select/index.js";
24
- import { TreeViewFilter as we } from "./components/treeview-filter/index.js";
25
- import { S as ve } from "./utils-Bq0ye5vf.js";
26
- import { i as Se } from "./index-DlnzUkwe.js";
27
- import { h as be } from "./helpers-B4UL9NMD.js";
28
- import { ThemeProvider as Be, createTheme as Fe } from "@mui/material";
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
- be as AccessUtils,
386
+ Be as AccessUtils,
386
387
  St as AdapterDayjs,
387
388
  jt as Card,
388
- $t as CollapsibleCard,
389
- Et as ConditionalWrapper,
390
- zt as Container,
391
- Nt as ContextMenu,
392
- _t as DateTimePicker,
393
- qt as DisseminationList,
394
- Kt as GeometryPicker,
395
- Rt as IconButton,
396
- te as InstanceForm,
397
- re as InstanceHierarchyTable,
398
- ne as InstanceTable,
399
- ve as KeyProductionUtils,
400
- ae as KeyProtectionMenu,
401
- he as Loading,
402
- ue as LocalizationProvider,
403
- Se as Map,
404
- fe as PhoneInput,
405
- le as SearchInput,
406
- ye as SecurityLevel,
407
- De as TemplateForm,
408
- xe as TemplatePropertyFilters,
409
- Be as ThemeProvider,
410
- Te as TreeSelect,
411
- we as TreeViewFilter,
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
- Fe as createTheme
416
+ Ie as createTheme
415
417
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.4.30",
4
+ "version": "1.4.31",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",