@arpproject/recrate 0.1.9 → 0.1.11
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/crate-builder/RenderEntity/RenderControls.d.ts +1 -0
- package/dist/crate-builder/RenderEntity/Shell2.d.ts +2 -0
- package/dist/crate-builder/Shell.d.ts +2 -0
- package/dist/crate-builder/locales/en.d.ts +1 -0
- package/dist/crate-builder/locales/hu.d.ts +1 -0
- package/dist/css-entry.d.ts +1 -0
- package/dist/css-entry.js +1 -0
- package/dist/recrate.css +3 -1896
- package/dist/recrate.es.js +107094 -27258
- package/dist/webfonts/webfonts/fa-brands-400.ttf +0 -0
- package/dist/webfonts/webfonts/fa-brands-400.woff2 +0 -0
- package/dist/webfonts/webfonts/fa-regular-400.ttf +0 -0
- package/dist/webfonts/webfonts/fa-regular-400.woff2 +0 -0
- package/dist/webfonts/webfonts/fa-solid-900.ttf +0 -0
- package/dist/webfonts/webfonts/fa-solid-900.woff2 +0 -0
- package/dist/webfonts/webfonts/fa-v4compatibility.ttf +0 -0
- package/dist/webfonts/webfonts/fa-v4compatibility.woff2 +0 -0
- package/package.json +1 -1
|
@@ -9,6 +9,8 @@ interface RenderEntityProps {
|
|
|
9
9
|
onSaveEntityTemplate: () => void;
|
|
10
10
|
onWarning: () => void;
|
|
11
11
|
onError: () => void;
|
|
12
|
+
onAddNewProfileRequest?: (requested: boolean) => void;
|
|
13
|
+
onRemoveProfile?: (data: any) => void;
|
|
12
14
|
}
|
|
13
15
|
declare const RenderEntity: React.ForwardRefExoticComponent<RenderEntityProps & React.RefAttributes<any>>;
|
|
14
16
|
export default RenderEntity;
|
|
@@ -32,6 +32,8 @@ export interface DescriboCrateBuilderProps {
|
|
|
32
32
|
crate: any;
|
|
33
33
|
}) => void;
|
|
34
34
|
onSaveEntityTemplate?: (entity: any) => void;
|
|
35
|
+
onAddNewProfileRequest?: (requested: boolean) => void;
|
|
36
|
+
onRemoveProfile?: (payload: any) => void;
|
|
35
37
|
}
|
|
36
38
|
export declare const ProfileManagerContext: React.Context<any>;
|
|
37
39
|
export declare const CrateManagerContext: React.Context<any>;
|
|
@@ -70,6 +70,7 @@ declare namespace en {
|
|
|
70
70
|
let associate_from_datapack: string;
|
|
71
71
|
let create_new_entity: string;
|
|
72
72
|
let select_a_type_to_add: string;
|
|
73
|
+
let add_schema_button_tooltip: string;
|
|
73
74
|
let select_a_class_to_add: string;
|
|
74
75
|
let filter_the_entities: string;
|
|
75
76
|
let pagination_total: string;
|
|
@@ -70,6 +70,7 @@ declare namespace hu {
|
|
|
70
70
|
let associate_from_datapack: string;
|
|
71
71
|
let create_new_entity: string;
|
|
72
72
|
let select_a_type_to_add: string;
|
|
73
|
+
let add_schema_button_tooltip: string;
|
|
73
74
|
let select_a_class_to_add: string;
|
|
74
75
|
let filter_the_entities: string;
|
|
75
76
|
let pagination_total: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|