@hybridcore/ui 1.4.32 → 1.4.34
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 +18 -5
- package/dist/main.js +17 -15
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -234,10 +234,6 @@ declare function generateKey(): Promise<CryptoKey>;
|
|
|
234
234
|
|
|
235
235
|
export declare const GeometryPicker: React.FC<Props_5>;
|
|
236
236
|
|
|
237
|
-
declare interface Handle {
|
|
238
|
-
reset: () => void;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
237
|
declare const hasAccess: (path: string, access: AccessType, permissions: AUTH.PermissionType) => boolean;
|
|
242
238
|
|
|
243
239
|
/**
|
|
@@ -712,7 +708,11 @@ declare interface Props_9 {
|
|
|
712
708
|
|
|
713
709
|
declare function register(): Promise<Credential | null>;
|
|
714
710
|
|
|
715
|
-
export declare const SearchInput: (props: SearchInputProps & default_2.RefAttributes<
|
|
711
|
+
export declare const SearchInput: (props: SearchInputProps & default_2.RefAttributes<SearchInputHandle>) => default_2.ReactNode | null;
|
|
712
|
+
|
|
713
|
+
export declare interface SearchInputHandle {
|
|
714
|
+
reset: () => void;
|
|
715
|
+
}
|
|
716
716
|
|
|
717
717
|
declare interface SearchInputProps {
|
|
718
718
|
defaultValue?: string;
|
|
@@ -811,6 +811,19 @@ declare interface SubmitButton_2 {
|
|
|
811
811
|
onClick?(): void;
|
|
812
812
|
}
|
|
813
813
|
|
|
814
|
+
declare interface TabItem {
|
|
815
|
+
label: default_2.ReactNode;
|
|
816
|
+
templates: Map<string | number, ONTOLOGY.TemplateType>;
|
|
817
|
+
filters: FV.TemplateFilter[];
|
|
818
|
+
onChange: (filters: FV.TemplateFilter[]) => void;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
declare interface TemplateFilterProps {
|
|
822
|
+
tabs: TabItem[];
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export declare const TemplateFilters: React.FC<TemplateFilterProps>;
|
|
826
|
+
|
|
814
827
|
export declare const TemplateForm: <T extends ONTOLOGY.Object | ONTOLOGY.Event | ONTOLOGY.Agent | ONTOLOGY.File, K extends ONTOLOGY.CreateObjectDTO | ONTOLOGY.CreateEventDTO | ONTOLOGY.CreateFileDTO | ONTOLOGY.CreateAgentDTO | ONTOLOGY.UpdateObjectDTO | ONTOLOGY.UpdateEventDTO | ONTOLOGY.UpdateFileDTO | ONTOLOGY.UpdateAgentDTO>(props: TemplateFormProps<T, K> & default_2.RefAttributes<TemplateFormHandle>) => default_2.ReactNode | null;
|
|
815
828
|
|
|
816
829
|
declare interface TemplateFormHandle {
|
package/dist/main.js
CHANGED
|
@@ -20,13 +20,14 @@ import { PhoneInput as le } from "./components/phone-input/index.js";
|
|
|
20
20
|
import { SearchInput as ye } from "./components/search-input/index.js";
|
|
21
21
|
import { SecurityLevel as De } from "./components/data-security-selectors/security-level/index.js";
|
|
22
22
|
import { TemplateForm as ge } from "./components/template-form/index.js";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
23
|
+
import { TemplateFilters as Te } from "./components/template-filters/index.js";
|
|
24
|
+
import { TemplatePropertyFilters as we } from "./components/template-property-filters/index.js";
|
|
25
|
+
import { TreeSelect as ve } from "./components/tree-select/index.js";
|
|
26
|
+
import { TreeViewFilter as Se } from "./components/treeview-filter/index.js";
|
|
27
|
+
import { S as be } from "./utils-Bq0ye5vf.js";
|
|
28
|
+
import { i as Be } from "./index-DlnzUkwe.js";
|
|
29
|
+
import { b as Ce } from "./helpers-DaCoWmi2.js";
|
|
30
|
+
import { ThemeProvider as Ie, createTheme as Pe } from "@mui/material";
|
|
30
31
|
import { a as dt } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
31
32
|
import C from "dayjs";
|
|
32
33
|
import { h as U, j as z } from "./createTheme-DrgvKMA_.js";
|
|
@@ -383,7 +384,7 @@ class St {
|
|
|
383
384
|
}
|
|
384
385
|
export {
|
|
385
386
|
Ht as Access,
|
|
386
|
-
|
|
387
|
+
Ce as AccessUtils,
|
|
387
388
|
St as AdapterDayjs,
|
|
388
389
|
It as Card,
|
|
389
390
|
$t as CardAlternate,
|
|
@@ -398,20 +399,21 @@ export {
|
|
|
398
399
|
re as InstanceForm,
|
|
399
400
|
ne as InstanceHierarchyTable,
|
|
400
401
|
ae as InstanceTable,
|
|
401
|
-
|
|
402
|
+
be as KeyProductionUtils,
|
|
402
403
|
he as KeyProtectionMenu,
|
|
403
404
|
ue as Loading,
|
|
404
405
|
fe as LocalizationProvider,
|
|
405
|
-
|
|
406
|
+
Be as Map,
|
|
406
407
|
le as PhoneInput,
|
|
407
408
|
ye as SearchInput,
|
|
408
409
|
De as SecurityLevel,
|
|
410
|
+
Te as TemplateFilters,
|
|
409
411
|
ge as TemplateForm,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
we as TemplatePropertyFilters,
|
|
413
|
+
Ie as ThemeProvider,
|
|
414
|
+
ve as TreeSelect,
|
|
415
|
+
Se as TreeViewFilter,
|
|
414
416
|
Ft as alert,
|
|
415
417
|
Ct as confirm,
|
|
416
|
-
|
|
418
|
+
Pe as createTheme
|
|
417
419
|
};
|