@mat3ra/prode 2025.11.25-0
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/.babelrc +17 -0
- package/LICENSE.md +15 -0
- package/README.md +93 -0
- package/dist/js/MetaProperty.d.ts +3 -0
- package/dist/js/MetaProperty.js +9 -0
- package/dist/js/Property.d.ts +25 -0
- package/dist/js/Property.js +25 -0
- package/dist/js/PropertyFactory.d.ts +54 -0
- package/dist/js/PropertyFactory.js +137 -0
- package/dist/js/ProtoProperty.d.ts +5 -0
- package/dist/js/ProtoProperty.js +11 -0
- package/dist/js/charts/highcharts.d.ts +57 -0
- package/dist/js/charts/highcharts.js +96 -0
- package/dist/js/generated/AtomicConstraintsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/AtomicConstraintsPropertySchemaMixin.js +15 -0
- package/dist/js/generated/AtomicForcesPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/AtomicForcesPropertySchemaMixin.js +18 -0
- package/dist/js/generated/AveragePotentialProfilePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/AveragePotentialProfilePropertySchemaMixin.js +24 -0
- package/dist/js/generated/BandGapsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/BandGapsPropertySchemaMixin.js +18 -0
- package/dist/js/generated/BandStructurePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/BandStructurePropertySchemaMixin.js +27 -0
- package/dist/js/generated/BoundaryConditionsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/BoundaryConditionsPropertySchemaMixin.js +18 -0
- package/dist/js/generated/ChargeDensityProfilePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ChargeDensityProfilePropertySchemaMixin.js +24 -0
- package/dist/js/generated/ConvergenceElectronicPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ConvergenceElectronicPropertySchemaMixin.js +18 -0
- package/dist/js/generated/ConvergenceIonicPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ConvergenceIonicPropertySchemaMixin.js +21 -0
- package/dist/js/generated/DensityOfStatesPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/DensityOfStatesPropertySchemaMixin.js +27 -0
- package/dist/js/generated/DielectricTensorPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/DielectricTensorPropertySchemaMixin.js +15 -0
- package/dist/js/generated/FermiEnergyPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/FermiEnergyPropertySchemaMixin.js +18 -0
- package/dist/js/generated/FileContentPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/FileContentPropertySchemaMixin.js +24 -0
- package/dist/js/generated/FinalStructurePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/FinalStructurePropertySchemaMixin.js +18 -0
- package/dist/js/generated/HubbardUPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/HubbardUPropertySchemaMixin.js +18 -0
- package/dist/js/generated/HubbardVNNPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/HubbardVNNPropertySchemaMixin.js +18 -0
- package/dist/js/generated/HubbardVPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/HubbardVPropertySchemaMixin.js +18 -0
- package/dist/js/generated/IonizationPotentialElementalPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/IonizationPotentialElementalPropertySchemaMixin.js +18 -0
- package/dist/js/generated/IsRelaxedPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/IsRelaxedPropertySchemaMixin.js +18 -0
- package/dist/js/generated/JupyterNotebookEndpointPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/JupyterNotebookEndpointPropertySchemaMixin.js +21 -0
- package/dist/js/generated/MagneticMomentsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/MagneticMomentsPropertySchemaMixin.js +18 -0
- package/dist/js/generated/MetaPropertyHolderSchemaMixin.d.ts +5 -0
- package/dist/js/generated/MetaPropertyHolderSchemaMixin.js +15 -0
- package/dist/js/generated/PhononDOSPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/PhononDOSPropertySchemaMixin.js +24 -0
- package/dist/js/generated/PhononDispersionsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/PhononDispersionsPropertySchemaMixin.js +24 -0
- package/dist/js/generated/PotentialProfilePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/PotentialProfilePropertySchemaMixin.js +24 -0
- package/dist/js/generated/PressurePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/PressurePropertySchemaMixin.js +18 -0
- package/dist/js/generated/PropertyHolderSchemaMixin.d.ts +5 -0
- package/dist/js/generated/PropertyHolderSchemaMixin.js +30 -0
- package/dist/js/generated/ProtoPropertyHolderSchemaMixin.d.ts +5 -0
- package/dist/js/generated/ProtoPropertyHolderSchemaMixin.js +15 -0
- package/dist/js/generated/PseudopotentialMetaPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/PseudopotentialMetaPropertySchemaMixin.js +45 -0
- package/dist/js/generated/ReactionEnergyBarrierPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ReactionEnergyBarrierPropertySchemaMixin.js +18 -0
- package/dist/js/generated/ReactionEnergyProfilePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ReactionEnergyProfilePropertySchemaMixin.js +24 -0
- package/dist/js/generated/StressTensorPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/StressTensorPropertySchemaMixin.js +18 -0
- package/dist/js/generated/SurfaceEnergyPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/SurfaceEnergyPropertySchemaMixin.js +18 -0
- package/dist/js/generated/TotalEnergyContributionsPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/TotalEnergyContributionsPropertySchemaMixin.js +57 -0
- package/dist/js/generated/TotalEnergyPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/TotalEnergyPropertySchemaMixin.js +18 -0
- package/dist/js/generated/TotalForcePropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/TotalForcePropertySchemaMixin.js +18 -0
- package/dist/js/generated/ValenceBandOffsetPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ValenceBandOffsetPropertySchemaMixin.js +18 -0
- package/dist/js/generated/WorkflowPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/WorkflowPropertySchemaMixin.js +33 -0
- package/dist/js/generated/ZeroPointEnergyPropertySchemaMixin.d.ts +5 -0
- package/dist/js/generated/ZeroPointEnergyPropertySchemaMixin.js +18 -0
- package/dist/js/holders/MetaPropertyHolder.d.ts +10 -0
- package/dist/js/holders/MetaPropertyHolder.js +12 -0
- package/dist/js/holders/PropertyHolder.d.ts +10 -0
- package/dist/js/holders/PropertyHolder.js +12 -0
- package/dist/js/holders/ProtoPropertyHolder.d.ts +10 -0
- package/dist/js/holders/ProtoPropertyHolder.js +12 -0
- package/dist/js/holders/mixins/MetaPropertyHolderMixin.d.ts +12 -0
- package/dist/js/holders/mixins/MetaPropertyHolderMixin.js +18 -0
- package/dist/js/holders/mixins/PropertyHolderMixin.d.ts +16 -0
- package/dist/js/holders/mixins/PropertyHolderMixin.js +37 -0
- package/dist/js/holders/mixins/ProtoPropertyHolderMixin.d.ts +12 -0
- package/dist/js/holders/mixins/ProtoPropertyHolderMixin.js +18 -0
- package/dist/js/index.d.ts +20 -0
- package/dist/js/index.js +60 -0
- package/dist/js/meta_properties/PseudopotentialMetaProperty.d.ts +78 -0
- package/dist/js/meta_properties/PseudopotentialMetaProperty.js +157 -0
- package/dist/js/properties/include/mixins/2d_plot.d.ts +27 -0
- package/dist/js/properties/include/mixins/2d_plot.js +79 -0
- package/dist/js/properties/non-scalar/AveragePotentialProfileProperty.d.ts +38 -0
- package/dist/js/properties/non-scalar/AveragePotentialProfileProperty.js +54 -0
- package/dist/js/properties/non-scalar/BandGapsProperty.d.ts +59 -0
- package/dist/js/properties/non-scalar/BandGapsProperty.js +52 -0
- package/dist/js/properties/non-scalar/BandStructureProperty.d.ts +186 -0
- package/dist/js/properties/non-scalar/BandStructureProperty.js +218 -0
- package/dist/js/properties/non-scalar/ChargeDensityProfileProperty.d.ts +25 -0
- package/dist/js/properties/non-scalar/ChargeDensityProfileProperty.js +34 -0
- package/dist/js/properties/non-scalar/DensityOfStatesProperty.d.ts +145 -0
- package/dist/js/properties/non-scalar/DensityOfStatesProperty.js +126 -0
- package/dist/js/properties/non-scalar/DielectricTensorProperty.d.ts +49 -0
- package/dist/js/properties/non-scalar/DielectricTensorProperty.js +119 -0
- package/dist/js/properties/non-scalar/FileContentProperty.d.ts +15 -0
- package/dist/js/properties/non-scalar/FileContentProperty.js +18 -0
- package/dist/js/properties/non-scalar/FinalStructureProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/FinalStructureProperty.js +17 -0
- package/dist/js/properties/non-scalar/HubbardUProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/HubbardUProperty.js +17 -0
- package/dist/js/properties/non-scalar/HubbardVNNProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/HubbardVNNProperty.js +17 -0
- package/dist/js/properties/non-scalar/HubbardVProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/HubbardVProperty.js +17 -0
- package/dist/js/properties/non-scalar/IsRelaxedProperty.d.ts +15 -0
- package/dist/js/properties/non-scalar/IsRelaxedProperty.js +18 -0
- package/dist/js/properties/non-scalar/JupyterNotebookEndpointProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/JupyterNotebookEndpointProperty.js +17 -0
- package/dist/js/properties/non-scalar/PhononDOSProperty.d.ts +19 -0
- package/dist/js/properties/non-scalar/PhononDOSProperty.js +37 -0
- package/dist/js/properties/non-scalar/PhononDispersionsProperty.d.ts +21 -0
- package/dist/js/properties/non-scalar/PhononDispersionsProperty.js +28 -0
- package/dist/js/properties/non-scalar/PotentialProfileProperty.d.ts +38 -0
- package/dist/js/properties/non-scalar/PotentialProfileProperty.js +58 -0
- package/dist/js/properties/non-scalar/ReactionEnergyProfileProperty.d.ts +25 -0
- package/dist/js/properties/non-scalar/ReactionEnergyProfileProperty.js +34 -0
- package/dist/js/properties/non-scalar/WorkflowProperty.d.ts +14 -0
- package/dist/js/properties/non-scalar/WorkflowProperty.js +17 -0
- package/dist/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.d.ts +17 -0
- package/dist/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.js +63 -0
- package/dist/js/properties/non-scalar/convergence/ConvergenceIonicProperty.d.ts +17 -0
- package/dist/js/properties/non-scalar/convergence/ConvergenceIonicProperty.js +45 -0
- package/dist/js/properties/object/TotalEnergyContributionsProperty.d.ts +18 -0
- package/dist/js/properties/object/TotalEnergyContributionsProperty.js +20 -0
- package/dist/js/properties/scalar/FermiEnergyProperty.d.ts +14 -0
- package/dist/js/properties/scalar/FermiEnergyProperty.js +17 -0
- package/dist/js/properties/scalar/IonizationPotentialElementalProperty.d.ts +14 -0
- package/dist/js/properties/scalar/IonizationPotentialElementalProperty.js +17 -0
- package/dist/js/properties/scalar/PressureProperty.d.ts +15 -0
- package/dist/js/properties/scalar/PressureProperty.js +18 -0
- package/dist/js/properties/scalar/ReactionEnergyBarrierProperty.d.ts +15 -0
- package/dist/js/properties/scalar/ReactionEnergyBarrierProperty.js +18 -0
- package/dist/js/properties/scalar/SurfaceEnergyProperty.d.ts +15 -0
- package/dist/js/properties/scalar/SurfaceEnergyProperty.js +18 -0
- package/dist/js/properties/scalar/TotalEnergyProperty.d.ts +15 -0
- package/dist/js/properties/scalar/TotalEnergyProperty.js +18 -0
- package/dist/js/properties/scalar/TotalForceProperty.d.ts +14 -0
- package/dist/js/properties/scalar/TotalForceProperty.js +17 -0
- package/dist/js/properties/scalar/ValenceBandOffsetProperty.d.ts +15 -0
- package/dist/js/properties/scalar/ValenceBandOffsetProperty.js +18 -0
- package/dist/js/properties/scalar/ZeroPointEnergyProperty.d.ts +14 -0
- package/dist/js/properties/scalar/ZeroPointEnergyProperty.js +17 -0
- package/dist/js/properties/tensor/AtomicForcesProperty.d.ts +14 -0
- package/dist/js/properties/tensor/AtomicForcesProperty.js +17 -0
- package/dist/js/properties/tensor/MagneticMomentsProperty.d.ts +14 -0
- package/dist/js/properties/tensor/MagneticMomentsProperty.js +17 -0
- package/dist/js/properties/tensor/StressTensorProperty.d.ts +14 -0
- package/dist/js/properties/tensor/StressTensorProperty.js +17 -0
- package/dist/js/proto_properties/AtomicConstraintsProperty.d.ts +13 -0
- package/dist/js/proto_properties/AtomicConstraintsProperty.js +16 -0
- package/dist/js/proto_properties/BoundaryConditionsProperty.d.ts +13 -0
- package/dist/js/proto_properties/BoundaryConditionsProperty.js +16 -0
- package/dist/js/settings.d.ts +48 -0
- package/dist/js/settings.js +56 -0
- package/dist/js/types.d.ts +14 -0
- package/dist/js/types.js +2 -0
- package/package.json +101 -0
- package/src/js/MetaProperty.ts +3 -0
- package/src/js/Property.ts +49 -0
- package/src/js/PropertyFactory.ts +208 -0
- package/src/js/ProtoProperty.ts +6 -0
- package/src/js/charts/highcharts.ts +172 -0
- package/src/js/generated/AtomicConstraintsPropertySchemaMixin.ts +24 -0
- package/src/js/generated/AtomicForcesPropertySchemaMixin.ts +26 -0
- package/src/js/generated/AveragePotentialProfilePropertySchemaMixin.ts +37 -0
- package/src/js/generated/BandGapsPropertySchemaMixin.ts +26 -0
- package/src/js/generated/BandStructurePropertySchemaMixin.ts +35 -0
- package/src/js/generated/BoundaryConditionsPropertySchemaMixin.ts +27 -0
- package/src/js/generated/ChargeDensityProfilePropertySchemaMixin.ts +37 -0
- package/src/js/generated/ConvergenceElectronicPropertySchemaMixin.ts +27 -0
- package/src/js/generated/ConvergenceIonicPropertySchemaMixin.ts +30 -0
- package/src/js/generated/DensityOfStatesPropertySchemaMixin.ts +36 -0
- package/src/js/generated/DielectricTensorPropertySchemaMixin.ts +24 -0
- package/src/js/generated/FermiEnergyPropertySchemaMixin.ts +26 -0
- package/src/js/generated/FileContentPropertySchemaMixin.ts +32 -0
- package/src/js/generated/FinalStructurePropertySchemaMixin.ts +27 -0
- package/src/js/generated/HubbardUPropertySchemaMixin.ts +26 -0
- package/src/js/generated/HubbardVNNPropertySchemaMixin.ts +26 -0
- package/src/js/generated/HubbardVPropertySchemaMixin.ts +26 -0
- package/src/js/generated/IonizationPotentialElementalPropertySchemaMixin.ts +27 -0
- package/src/js/generated/IsRelaxedPropertySchemaMixin.ts +26 -0
- package/src/js/generated/JupyterNotebookEndpointPropertySchemaMixin.ts +30 -0
- package/src/js/generated/MagneticMomentsPropertySchemaMixin.ts +27 -0
- package/src/js/generated/MetaPropertyHolderSchemaMixin.ts +23 -0
- package/src/js/generated/PhononDOSPropertySchemaMixin.ts +36 -0
- package/src/js/generated/PhononDispersionsPropertySchemaMixin.ts +35 -0
- package/src/js/generated/PotentialProfilePropertySchemaMixin.ts +33 -0
- package/src/js/generated/PressurePropertySchemaMixin.ts +26 -0
- package/src/js/generated/PropertyHolderSchemaMixin.ts +38 -0
- package/src/js/generated/ProtoPropertyHolderSchemaMixin.ts +23 -0
- package/src/js/generated/PseudopotentialMetaPropertySchemaMixin.ts +54 -0
- package/src/js/generated/README.md +27 -0
- package/src/js/generated/ReactionEnergyBarrierPropertySchemaMixin.ts +27 -0
- package/src/js/generated/ReactionEnergyProfilePropertySchemaMixin.ts +37 -0
- package/src/js/generated/StressTensorPropertySchemaMixin.ts +26 -0
- package/src/js/generated/SurfaceEnergyPropertySchemaMixin.ts +26 -0
- package/src/js/generated/TotalEnergyContributionsPropertySchemaMixin.ts +80 -0
- package/src/js/generated/TotalEnergyPropertySchemaMixin.ts +26 -0
- package/src/js/generated/TotalForcePropertySchemaMixin.ts +26 -0
- package/src/js/generated/ValenceBandOffsetPropertySchemaMixin.ts +27 -0
- package/src/js/generated/WorkflowPropertySchemaMixin.ts +41 -0
- package/src/js/generated/ZeroPointEnergyPropertySchemaMixin.ts +27 -0
- package/src/js/holders/MetaPropertyHolder.ts +19 -0
- package/src/js/holders/PropertyHolder.ts +17 -0
- package/src/js/holders/ProtoPropertyHolder.ts +17 -0
- package/src/js/holders/mixins/MetaPropertyHolderMixin.ts +31 -0
- package/src/js/holders/mixins/PropertyHolderMixin.ts +55 -0
- package/src/js/holders/mixins/ProtoPropertyHolderMixin.ts +31 -0
- package/src/js/index.ts +21 -0
- package/src/js/meta_properties/PseudopotentialMetaProperty.ts +206 -0
- package/src/js/properties/include/mixins/2d_plot.ts +105 -0
- package/src/js/properties/non-scalar/AveragePotentialProfileProperty.ts +69 -0
- package/src/js/properties/non-scalar/BandGapsProperty.ts +65 -0
- package/src/js/properties/non-scalar/BandStructureProperty.ts +284 -0
- package/src/js/properties/non-scalar/ChargeDensityProfileProperty.ts +48 -0
- package/src/js/properties/non-scalar/DensityOfStatesProperty.ts +174 -0
- package/src/js/properties/non-scalar/DielectricTensorProperty.ts +153 -0
- package/src/js/properties/non-scalar/FileContentProperty.ts +27 -0
- package/src/js/properties/non-scalar/FinalStructureProperty.ts +25 -0
- package/src/js/properties/non-scalar/HubbardUProperty.ts +25 -0
- package/src/js/properties/non-scalar/HubbardVNNProperty.ts +25 -0
- package/src/js/properties/non-scalar/HubbardVProperty.ts +25 -0
- package/src/js/properties/non-scalar/IsRelaxedProperty.ts +27 -0
- package/src/js/properties/non-scalar/JupyterNotebookEndpointProperty.ts +26 -0
- package/src/js/properties/non-scalar/PhononDOSProperty.ts +57 -0
- package/src/js/properties/non-scalar/PhononDispersionsProperty.ts +46 -0
- package/src/js/properties/non-scalar/PotentialProfileProperty.ts +76 -0
- package/src/js/properties/non-scalar/ReactionEnergyProfileProperty.ts +48 -0
- package/src/js/properties/non-scalar/WorkflowProperty.ts +25 -0
- package/src/js/properties/non-scalar/convergence/ConvergenceElectronicProperty.ts +82 -0
- package/src/js/properties/non-scalar/convergence/ConvergenceIonicProperty.ts +62 -0
- package/src/js/properties/object/TotalEnergyContributionsProperty.ts +29 -0
- package/src/js/properties/scalar/FermiEnergyProperty.ts +25 -0
- package/src/js/properties/scalar/IonizationPotentialElementalProperty.ts +27 -0
- package/src/js/properties/scalar/PressureProperty.ts +27 -0
- package/src/js/properties/scalar/ReactionEnergyBarrierProperty.ts +29 -0
- package/src/js/properties/scalar/SurfaceEnergyProperty.ts +27 -0
- package/src/js/properties/scalar/TotalEnergyProperty.ts +27 -0
- package/src/js/properties/scalar/TotalForceProperty.ts +25 -0
- package/src/js/properties/scalar/ValenceBandOffsetProperty.ts +27 -0
- package/src/js/properties/scalar/ZeroPointEnergyProperty.ts +25 -0
- package/src/js/properties/tensor/AtomicForcesProperty.ts +27 -0
- package/src/js/properties/tensor/MagneticMomentsProperty.ts +27 -0
- package/src/js/properties/tensor/StressTensorProperty.ts +25 -0
- package/src/js/proto_properties/AtomicConstraintsProperty.ts +25 -0
- package/src/js/proto_properties/BoundaryConditionsProperty.ts +25 -0
- package/src/js/settings.ts +52 -0
- package/src/js/types.ts +24 -0
- package/tsconfig.json +3 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bandGapsPropertySchemaMixin = bandGapsPropertySchemaMixin;
|
|
4
|
+
function bandGapsPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get values() {
|
|
11
|
+
return this.requiredProp("values");
|
|
12
|
+
},
|
|
13
|
+
get eigenvalues() {
|
|
14
|
+
return this.prop("eigenvalues");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { BandStructurePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type BandStructurePropertySchemaMixin = Omit<BandStructurePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type BandStructurePropertyInMemoryEntity = InMemoryEntity & BandStructurePropertySchemaMixin;
|
|
5
|
+
export declare function bandStructurePropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bandStructurePropertySchemaMixin = bandStructurePropertySchemaMixin;
|
|
4
|
+
function bandStructurePropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get spin() {
|
|
17
|
+
return this.requiredProp("spin");
|
|
18
|
+
},
|
|
19
|
+
get xDataArray() {
|
|
20
|
+
return this.requiredProp("xDataArray");
|
|
21
|
+
},
|
|
22
|
+
get yDataSeries() {
|
|
23
|
+
return this.requiredProp("yDataSeries");
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
27
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { BoundaryConditionsPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type BoundaryConditionsPropertySchemaMixin = Omit<BoundaryConditionsPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type BoundaryConditionsPropertyInMemoryEntity = InMemoryEntity & BoundaryConditionsPropertySchemaMixin;
|
|
5
|
+
export declare function boundaryConditionsPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.boundaryConditionsPropertySchemaMixin = boundaryConditionsPropertySchemaMixin;
|
|
4
|
+
function boundaryConditionsPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get type() {
|
|
11
|
+
return this.requiredProp("type");
|
|
12
|
+
},
|
|
13
|
+
get offset() {
|
|
14
|
+
return this.requiredProp("offset");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { ChargeDensityProfilePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type ChargeDensityProfilePropertySchemaMixin = Omit<ChargeDensityProfilePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type ChargeDensityProfilePropertyInMemoryEntity = InMemoryEntity & ChargeDensityProfilePropertySchemaMixin;
|
|
5
|
+
export declare function chargeDensityProfilePropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.chargeDensityProfilePropertySchemaMixin = chargeDensityProfilePropertySchemaMixin;
|
|
4
|
+
function chargeDensityProfilePropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get xDataArray() {
|
|
17
|
+
return this.requiredProp("xDataArray");
|
|
18
|
+
},
|
|
19
|
+
get yDataSeries() {
|
|
20
|
+
return this.requiredProp("yDataSeries");
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { ConvergenceElectronicPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type ConvergenceElectronicPropertySchemaMixin = Omit<ConvergenceElectronicPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type ConvergenceElectronicPropertyInMemoryEntity = InMemoryEntity & ConvergenceElectronicPropertySchemaMixin;
|
|
5
|
+
export declare function convergenceElectronicPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convergenceElectronicPropertySchemaMixin = convergenceElectronicPropertySchemaMixin;
|
|
4
|
+
function convergenceElectronicPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get data() {
|
|
14
|
+
return this.requiredProp("data");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { ConvergenceIonicPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type ConvergenceIonicPropertySchemaMixin = Omit<ConvergenceIonicPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type ConvergenceIonicPropertyInMemoryEntity = InMemoryEntity & ConvergenceIonicPropertySchemaMixin;
|
|
5
|
+
export declare function convergenceIonicPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convergenceIonicPropertySchemaMixin = convergenceIonicPropertySchemaMixin;
|
|
4
|
+
function convergenceIonicPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get tolerance() {
|
|
11
|
+
return this.prop("tolerance");
|
|
12
|
+
},
|
|
13
|
+
get units() {
|
|
14
|
+
return this.requiredProp("units");
|
|
15
|
+
},
|
|
16
|
+
get data() {
|
|
17
|
+
return this.requiredProp("data");
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
21
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { DensityOfStatesPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type DensityOfStatesPropertySchemaMixin = Omit<DensityOfStatesPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type DensityOfStatesPropertyInMemoryEntity = InMemoryEntity & DensityOfStatesPropertySchemaMixin;
|
|
5
|
+
export declare function densityOfStatesPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.densityOfStatesPropertySchemaMixin = densityOfStatesPropertySchemaMixin;
|
|
4
|
+
function densityOfStatesPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get legend() {
|
|
17
|
+
return this.requiredProp("legend");
|
|
18
|
+
},
|
|
19
|
+
get xDataArray() {
|
|
20
|
+
return this.requiredProp("xDataArray");
|
|
21
|
+
},
|
|
22
|
+
get yDataSeries() {
|
|
23
|
+
return this.requiredProp("yDataSeries");
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
27
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { DielectricTensorPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type DielectricTensorPropertySchemaMixin = Omit<DielectricTensorPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type DielectricTensorPropertyInMemoryEntity = InMemoryEntity & DielectricTensorPropertySchemaMixin;
|
|
5
|
+
export declare function dielectricTensorPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.dielectricTensorPropertySchemaMixin = dielectricTensorPropertySchemaMixin;
|
|
4
|
+
function dielectricTensorPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get values() {
|
|
11
|
+
return this.requiredProp("values");
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
15
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { FermiEnergyPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type FermiEnergyPropertySchemaMixin = Omit<FermiEnergyPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type FermiEnergyPropertyInMemoryEntity = InMemoryEntity & FermiEnergyPropertySchemaMixin;
|
|
5
|
+
export declare function fermiEnergyPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fermiEnergyPropertySchemaMixin = fermiEnergyPropertySchemaMixin;
|
|
4
|
+
function fermiEnergyPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get value() {
|
|
14
|
+
return this.requiredProp("value");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { FileContentPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type FileContentPropertySchemaMixin = Omit<FileContentPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type FileContentPropertyInMemoryEntity = InMemoryEntity & FileContentPropertySchemaMixin;
|
|
5
|
+
export declare function fileContentPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fileContentPropertySchemaMixin = fileContentPropertySchemaMixin;
|
|
4
|
+
function fileContentPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get filetype() {
|
|
11
|
+
return this.requiredProp("filetype");
|
|
12
|
+
},
|
|
13
|
+
get objectData() {
|
|
14
|
+
return this.requiredProp("objectData");
|
|
15
|
+
},
|
|
16
|
+
get pathname() {
|
|
17
|
+
return this.prop("pathname");
|
|
18
|
+
},
|
|
19
|
+
get basename() {
|
|
20
|
+
return this.prop("basename");
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { FinalStructurePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type FinalStructurePropertySchemaMixin = Omit<FinalStructurePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type FinalStructurePropertyInMemoryEntity = InMemoryEntity & FinalStructurePropertySchemaMixin;
|
|
5
|
+
export declare function finalStructurePropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.finalStructurePropertySchemaMixin = finalStructurePropertySchemaMixin;
|
|
4
|
+
function finalStructurePropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get isRelaxed() {
|
|
11
|
+
return this.requiredProp("isRelaxed");
|
|
12
|
+
},
|
|
13
|
+
get materialId() {
|
|
14
|
+
return this.requiredProp("materialId");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { HubbardUParametersPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type HubbardUPropertySchemaMixin = Omit<HubbardUParametersPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type HubbardUPropertyInMemoryEntity = InMemoryEntity & HubbardUPropertySchemaMixin;
|
|
5
|
+
export declare function hubbardUPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.hubbardUPropertySchemaMixin = hubbardUPropertySchemaMixin;
|
|
4
|
+
function hubbardUPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get values() {
|
|
14
|
+
return this.requiredProp("values");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { HubbardVNNParametersPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type HubbardVNNPropertySchemaMixin = Omit<HubbardVNNParametersPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type HubbardVNNPropertyInMemoryEntity = InMemoryEntity & HubbardVNNPropertySchemaMixin;
|
|
5
|
+
export declare function hubbardVNNPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.hubbardVNNPropertySchemaMixin = hubbardVNNPropertySchemaMixin;
|
|
4
|
+
function hubbardVNNPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get values() {
|
|
14
|
+
return this.requiredProp("values");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { HubbardVParametersPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type HubbardVPropertySchemaMixin = Omit<HubbardVParametersPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type HubbardVPropertyInMemoryEntity = InMemoryEntity & HubbardVPropertySchemaMixin;
|
|
5
|
+
export declare function hubbardVPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.hubbardVPropertySchemaMixin = hubbardVPropertySchemaMixin;
|
|
4
|
+
function hubbardVPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get values() {
|
|
14
|
+
return this.requiredProp("values");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { IonizationPotentialElementalPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type IonizationPotentialElementalPropertySchemaMixin = Omit<IonizationPotentialElementalPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type IonizationPotentialElementalPropertyInMemoryEntity = InMemoryEntity & IonizationPotentialElementalPropertySchemaMixin;
|
|
5
|
+
export declare function ionizationPotentialElementalPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ionizationPotentialElementalPropertySchemaMixin = ionizationPotentialElementalPropertySchemaMixin;
|
|
4
|
+
function ionizationPotentialElementalPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get units() {
|
|
11
|
+
return this.requiredProp("units");
|
|
12
|
+
},
|
|
13
|
+
get value() {
|
|
14
|
+
return this.requiredProp("value");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { IsRelaxedPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type IsRelaxedPropertySchemaMixin = Omit<IsRelaxedPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type IsRelaxedPropertyInMemoryEntity = InMemoryEntity & IsRelaxedPropertySchemaMixin;
|
|
5
|
+
export declare function isRelaxedPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isRelaxedPropertySchemaMixin = isRelaxedPropertySchemaMixin;
|
|
4
|
+
function isRelaxedPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get value() {
|
|
11
|
+
return this.requiredProp("value");
|
|
12
|
+
},
|
|
13
|
+
get materialId() {
|
|
14
|
+
return this.requiredProp("materialId");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { JupyterNotebookEndpointPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type JupyterNotebookEndpointPropertySchemaMixin = Omit<JupyterNotebookEndpointPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type JupyterNotebookEndpointPropertyInMemoryEntity = InMemoryEntity & JupyterNotebookEndpointPropertySchemaMixin;
|
|
5
|
+
export declare function jupyterNotebookEndpointPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.jupyterNotebookEndpointPropertySchemaMixin = jupyterNotebookEndpointPropertySchemaMixin;
|
|
4
|
+
function jupyterNotebookEndpointPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get host() {
|
|
11
|
+
return this.requiredProp("host");
|
|
12
|
+
},
|
|
13
|
+
get port() {
|
|
14
|
+
return this.requiredProp("port");
|
|
15
|
+
},
|
|
16
|
+
get token() {
|
|
17
|
+
return this.requiredProp("token");
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
21
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { MagneticMomentsPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type MagneticMomentsPropertySchemaMixin = Omit<MagneticMomentsPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type MagneticMomentsPropertyInMemoryEntity = InMemoryEntity & MagneticMomentsPropertySchemaMixin;
|
|
5
|
+
export declare function magneticMomentsPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.magneticMomentsPropertySchemaMixin = magneticMomentsPropertySchemaMixin;
|
|
4
|
+
function magneticMomentsPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get name() {
|
|
8
|
+
return this.requiredProp("name");
|
|
9
|
+
},
|
|
10
|
+
get values() {
|
|
11
|
+
return this.requiredProp("values");
|
|
12
|
+
},
|
|
13
|
+
get units() {
|
|
14
|
+
return this.requiredProp("units");
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
18
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { MetaPropertyHolderSchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type MetaPropertyHolderSchemaMixin = Omit<MetaPropertyHolderSchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type MetaPropertyHolderInMemoryEntity = InMemoryEntity & MetaPropertyHolderSchemaMixin;
|
|
5
|
+
export declare function metaPropertyHolderSchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.metaPropertyHolderSchemaMixin = metaPropertyHolderSchemaMixin;
|
|
4
|
+
function metaPropertyHolderSchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get data() {
|
|
8
|
+
return this.requiredProp("data");
|
|
9
|
+
},
|
|
10
|
+
get source() {
|
|
11
|
+
return this.requiredProp("source");
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
15
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { PhononDensityOfStatesPropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type PhononDOSPropertySchemaMixin = Omit<PhononDensityOfStatesPropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type PhononDOSPropertyInMemoryEntity = InMemoryEntity & PhononDOSPropertySchemaMixin;
|
|
5
|
+
export declare function phononDOSPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.phononDOSPropertySchemaMixin = phononDOSPropertySchemaMixin;
|
|
4
|
+
function phononDOSPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get xDataArray() {
|
|
17
|
+
return this.requiredProp("xDataArray");
|
|
18
|
+
},
|
|
19
|
+
get yDataSeries() {
|
|
20
|
+
return this.requiredProp("yDataSeries");
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { PhononBandStructurePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type PhononDispersionsPropertySchemaMixin = Omit<PhononBandStructurePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type PhononDispersionsPropertyInMemoryEntity = InMemoryEntity & PhononDispersionsPropertySchemaMixin;
|
|
5
|
+
export declare function phononDispersionsPropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.phononDispersionsPropertySchemaMixin = phononDispersionsPropertySchemaMixin;
|
|
4
|
+
function phononDispersionsPropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get xDataArray() {
|
|
17
|
+
return this.requiredProp("xDataArray");
|
|
18
|
+
},
|
|
19
|
+
get yDataSeries() {
|
|
20
|
+
return this.requiredProp("yDataSeries");
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { PotentialProfilePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type PotentialProfilePropertySchemaMixin = Omit<PotentialProfilePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type PotentialProfilePropertyInMemoryEntity = InMemoryEntity & PotentialProfilePropertySchemaMixin;
|
|
5
|
+
export declare function potentialProfilePropertySchemaMixin(item: InMemoryEntity): void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.potentialProfilePropertySchemaMixin = potentialProfilePropertySchemaMixin;
|
|
4
|
+
function potentialProfilePropertySchemaMixin(item) {
|
|
5
|
+
// @ts-expect-error
|
|
6
|
+
const properties = {
|
|
7
|
+
get xAxis() {
|
|
8
|
+
return this.requiredProp("xAxis");
|
|
9
|
+
},
|
|
10
|
+
get yAxis() {
|
|
11
|
+
return this.requiredProp("yAxis");
|
|
12
|
+
},
|
|
13
|
+
get name() {
|
|
14
|
+
return this.requiredProp("name");
|
|
15
|
+
},
|
|
16
|
+
get xDataArray() {
|
|
17
|
+
return this.requiredProp("xDataArray");
|
|
18
|
+
},
|
|
19
|
+
get yDataSeries() {
|
|
20
|
+
return this.requiredProp("yDataSeries");
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperties(item, Object.getOwnPropertyDescriptors(properties));
|
|
24
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { InMemoryEntity } from "@mat3ra/code/dist/js/entity";
|
|
2
|
+
import type { PressurePropertySchema } from "@mat3ra/esse/dist/js/types";
|
|
3
|
+
export type PressurePropertySchemaMixin = Omit<PressurePropertySchema, "_id" | "slug" | "systemName" | "schemaVersion">;
|
|
4
|
+
export type PressurePropertyInMemoryEntity = InMemoryEntity & PressurePropertySchemaMixin;
|
|
5
|
+
export declare function pressurePropertySchemaMixin(item: InMemoryEntity): void;
|