@enervance/insight-cim-model 0.0.1
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/.nycrc +28 -0
- package/README.md +25 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.d.ts +1 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.js +46 -0
- package/dist/config/lew-sincal/lew-sincal-load.config.js.map +1 -0
- package/dist/config/power-system-datamodel/psdm-load.config.d.ts +1 -0
- package/dist/config/power-system-datamodel/psdm-load.config.js +43 -0
- package/dist/config/power-system-datamodel/psdm-load.config.js.map +1 -0
- package/dist/config/westnetz-integral7/integral7-load.config.d.ts +1 -0
- package/dist/config/westnetz-integral7/integral7-load.config.js +44 -0
- package/dist/config/westnetz-integral7/integral7-load.config.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.d.ts +10 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js +153 -0
- package/dist/config/westnetz-neplan/callbacks/cb-connectivitynode.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.d.ts +6 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js +26 -0
- package/dist/config/westnetz-neplan/callbacks/cb-psr.js.map +1 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.d.ts +6 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js +60 -0
- package/dist/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.js.map +1 -0
- package/dist/config/westnetz-neplan/neplan-load.config.d.ts +1 -0
- package/dist/config/westnetz-neplan/neplan-load.config.js +51 -0
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.d.ts +47 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.js +54 -0
- package/dist/config/westnetz-neplan/property-handler-westenergy.config.js.map +1 -0
- package/dist/constants/cim-class-definition.d.ts +1 -0
- package/dist/constants/cim-class-definition.js +120 -0
- package/dist/constants/cim-class-definition.js.map +1 -0
- package/dist/constants/cim-class-names.d.ts +72 -0
- package/dist/constants/cim-class-names.js +77 -0
- package/dist/constants/cim-class-names.js.map +1 -0
- package/dist/constants/cim-constants.d.ts +5 -0
- package/dist/constants/cim-constants.js +10 -0
- package/dist/constants/cim-constants.js.map +1 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.d.ts +1 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js +49 -0
- package/dist/constants/init-data/ASSET_HEALTH_EVENTS.js.map +1 -0
- package/dist/constants/init-data/ASSSET_OWNER.d.ts +1 -0
- package/dist/constants/init-data/ASSSET_OWNER.js +15 -0
- package/dist/constants/init-data/ASSSET_OWNER.js.map +1 -0
- package/dist/constants/init-data/JENA_SPARQL.d.ts +11 -0
- package/dist/constants/init-data/JENA_SPARQL.js +328 -0
- package/dist/constants/init-data/JENA_SPARQL.js.map +1 -0
- package/dist/constants/init-data/PSR_TYPES.d.ts +1 -0
- package/dist/constants/init-data/PSR_TYPES.js +78 -0
- package/dist/constants/init-data/PSR_TYPES.js.map +1 -0
- package/dist/constants/rdf-xml.d.ts +39 -0
- package/dist/constants/rdf-xml.js +44 -0
- package/dist/constants/rdf-xml.js.map +1 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.d.ts +18 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js +380 -0
- package/dist/converter/PSDM/ConverterPowerSystemDataModel.js.map +1 -0
- package/dist/converter/PSDM/model/FixedFeedIn.d.ts +11 -0
- package/dist/converter/PSDM/model/FixedFeedIn.js +3 -0
- package/dist/converter/PSDM/model/FixedFeedIn.js.map +1 -0
- package/dist/converter/PSDM/model/Line.d.ts +15 -0
- package/dist/converter/PSDM/model/Line.js +3 -0
- package/dist/converter/PSDM/model/Line.js.map +1 -0
- package/dist/converter/PSDM/model/LineType.d.ts +10 -0
- package/dist/converter/PSDM/model/LineType.js +3 -0
- package/dist/converter/PSDM/model/LineType.js.map +1 -0
- package/dist/converter/PSDM/model/Load.d.ts +14 -0
- package/dist/converter/PSDM/model/Load.js +3 -0
- package/dist/converter/PSDM/model/Load.js.map +1 -0
- package/dist/converter/PSDM/model/Node.d.ts +14 -0
- package/dist/converter/PSDM/model/Node.js +3 -0
- package/dist/converter/PSDM/model/Node.js.map +1 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.d.ts +5 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.js +3 -0
- package/dist/converter/PSDM/model/TimeSeriesMapping.js.map +1 -0
- package/dist/converter/PSDM/model/Transformer.d.ts +13 -0
- package/dist/converter/PSDM/model/Transformer.js +3 -0
- package/dist/converter/PSDM/model/Transformer.js.map +1 -0
- package/dist/converter/PSDM/model/TransformerType.d.ts +17 -0
- package/dist/converter/PSDM/model/TransformerType.js +3 -0
- package/dist/converter/PSDM/model/TransformerType.js.map +1 -0
- package/dist/converter/PSDM/model/geo/Crs.d.ts +4 -0
- package/dist/converter/PSDM/model/geo/Crs.js +3 -0
- package/dist/converter/PSDM/model/geo/Crs.js.map +1 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.d.ts +6 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.js +3 -0
- package/dist/converter/PSDM/model/geo/GeoPosition.js.map +1 -0
- package/dist/converter/integral7/ConverterIntegral7.d.ts +106 -0
- package/dist/converter/integral7/ConverterIntegral7.js +2275 -0
- package/dist/converter/integral7/ConverterIntegral7.js.map +1 -0
- package/dist/converter/integral7/config/db-config.d.ts +11 -0
- package/dist/converter/integral7/config/db-config.js +3 -0
- package/dist/converter/integral7/config/db-config.js.map +1 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.d.ts +50 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.js +54 -0
- package/dist/converter/integral7/config/generation-unit-fuel-types.js.map +1 -0
- package/dist/converter/integral7/config/integral-prefix.d.ts +20 -0
- package/dist/converter/integral7/config/integral-prefix.js +24 -0
- package/dist/converter/integral7/config/integral-prefix.js.map +1 -0
- package/dist/converter/integral7/model/integral/BaseClass.d.ts +13 -0
- package/dist/converter/integral7/model/integral/BaseClass.js +19 -0
- package/dist/converter/integral7/model/integral/BaseClass.js.map +1 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.d.ts +11 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js +15 -0
- package/dist/converter/integral7/model/integral/BaseClassNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/KnotenSo.d.ts +14 -0
- package/dist/converter/integral7/model/integral/KnotenSo.js +29 -0
- package/dist/converter/integral7/model/integral/KnotenSo.js.map +1 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.d.ts +11 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js +13 -0
- package/dist/converter/integral7/model/integral/KnotenSoNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Leitung.d.ts +14 -0
- package/dist/converter/integral7/model/integral/Leitung.js +64 -0
- package/dist/converter/integral7/model/integral/Leitung.js.map +1 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.d.ts +14 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.js +28 -0
- package/dist/converter/integral7/model/integral/LeitungNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Point.d.ts +6 -0
- package/dist/converter/integral7/model/integral/Point.js +14 -0
- package/dist/converter/integral7/model/integral/Point.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.d.ts +21 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.js +147 -0
- package/dist/converter/integral7/model/integral/Schaltanlage.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.d.ts +14 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js +15 -0
- package/dist/converter/integral7/model/integral/SchaltanlageNSG.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.d.ts +16 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js +30 -0
- package/dist/converter/integral7/model/integral/Schaltanlagenabschnitt.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.d.ts +13 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js +15 -0
- package/dist/converter/integral7/model/integral/SchaltanlagenabschnittNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.d.ts +20 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.js +100 -0
- package/dist/converter/integral7/model/integral/Schaltfeld.js.map +1 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.d.ts +17 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js +16 -0
- package/dist/converter/integral7/model/integral/SchaltfeldNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Standort.d.ts +24 -0
- package/dist/converter/integral7/model/integral/Standort.js +34 -0
- package/dist/converter/integral7/model/integral/Standort.js.map +1 -0
- package/dist/converter/integral7/model/integral/StandortNsg.d.ts +10 -0
- package/dist/converter/integral7/model/integral/StandortNsg.js +13 -0
- package/dist/converter/integral7/model/integral/StandortNsg.js.map +1 -0
- package/dist/converter/integral7/model/integral/Trafo2w.d.ts +15 -0
- package/dist/converter/integral7/model/integral/Trafo2w.js +11 -0
- package/dist/converter/integral7/model/integral/Trafo2w.js.map +1 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.d.ts +2 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js +7 -0
- package/dist/converter/integral7/model/integral/Trafo2wNsg.js.map +1 -0
- package/dist/converter/integral7/model/interfaces.d.ts +352 -0
- package/dist/converter/integral7/model/interfaces.js +3 -0
- package/dist/converter/integral7/model/interfaces.js.map +1 -0
- package/dist/converter/integral7/sql/integral.sql.d.ts +124 -0
- package/dist/converter/integral7/sql/integral.sql.js +285 -0
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -0
- package/dist/converter/integral7/utils-schema.d.ts +6 -0
- package/dist/converter/integral7/utils-schema.js +43 -0
- package/dist/converter/integral7/utils-schema.js.map +1 -0
- package/dist/converter/integral7/utils-trafo3w.d.ts +13 -0
- package/dist/converter/integral7/utils-trafo3w.js +236 -0
- package/dist/converter/integral7/utils-trafo3w.js.map +1 -0
- package/dist/converter/integral7/utils.d.ts +38 -0
- package/dist/converter/integral7/utils.js +577 -0
- package/dist/converter/integral7/utils.js.map +1 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.d.ts +8 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.js +113 -0
- package/dist/etl-neplan/etl-neplan-contingency-analysis.js.map +1 -0
- package/dist/etl-neplan/etl-neplan-feederline.d.ts +6 -0
- package/dist/etl-neplan/etl-neplan-feederline.js +91 -0
- package/dist/etl-neplan/etl-neplan-feederline.js.map +1 -0
- package/dist/etl-neplan/etl-neplan.d.ts +9 -0
- package/dist/etl-neplan/etl-neplan.js +222 -0
- package/dist/etl-neplan/etl-neplan.js.map +1 -0
- package/dist/index.d.ts +170 -0
- package/dist/index.js +349 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/model/assets/IAsset.d.ts +3 -0
- package/dist/interfaces/model/assets/IAsset.js +3 -0
- package/dist/interfaces/model/assets/IAsset.js.map +1 -0
- package/dist/interfaces/model/assets/IAssetContainer.d.ts +3 -0
- package/dist/interfaces/model/assets/IAssetContainer.js +3 -0
- package/dist/interfaces/model/assets/IAssetContainer.js.map +1 -0
- package/dist/interfaces/model/assets/IFacility.d.ts +3 -0
- package/dist/interfaces/model/assets/IFacility.js +3 -0
- package/dist/interfaces/model/assets/IFacility.js.map +1 -0
- package/dist/interfaces/model/common/IDocument.d.ts +3 -0
- package/dist/interfaces/model/common/IDocument.js +3 -0
- package/dist/interfaces/model/common/IDocument.js.map +1 -0
- package/dist/interfaces/model/core/IACDCTerminal.d.ts +5 -0
- package/dist/interfaces/model/core/IACDCTerminal.js +3 -0
- package/dist/interfaces/model/core/IACDCTerminal.js.map +1 -0
- package/dist/interfaces/model/core/IBaseVoltage.d.ts +6 -0
- package/dist/interfaces/model/core/IBaseVoltage.js +3 -0
- package/dist/interfaces/model/core/IBaseVoltage.js.map +1 -0
- package/dist/interfaces/model/core/IConductingEquipment.d.ts +8 -0
- package/dist/interfaces/model/core/IConductingEquipment.js +3 -0
- package/dist/interfaces/model/core/IConductingEquipment.js.map +1 -0
- package/dist/interfaces/model/core/IConnectivityNode.d.ts +17 -0
- package/dist/interfaces/model/core/IConnectivityNode.js +3 -0
- package/dist/interfaces/model/core/IConnectivityNode.js.map +1 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.d.ts +9 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.js +3 -0
- package/dist/interfaces/model/core/IConnectivityNodeContainer.js.map +1 -0
- package/dist/interfaces/model/core/IEquipment.d.ts +3 -0
- package/dist/interfaces/model/core/IEquipment.js +3 -0
- package/dist/interfaces/model/core/IEquipment.js.map +1 -0
- package/dist/interfaces/model/core/IEquipmentContainer.d.ts +9 -0
- package/dist/interfaces/model/core/IEquipmentContainer.js +3 -0
- package/dist/interfaces/model/core/IEquipmentContainer.js.map +1 -0
- package/dist/interfaces/model/core/IFeeder.d.ts +11 -0
- package/dist/interfaces/model/core/IFeeder.js +3 -0
- package/dist/interfaces/model/core/IFeeder.js.map +1 -0
- package/dist/interfaces/model/core/IIdentifiedObject.d.ts +52 -0
- package/dist/interfaces/model/core/IIdentifiedObject.js +3 -0
- package/dist/interfaces/model/core/IIdentifiedObject.js.map +1 -0
- package/dist/interfaces/model/core/IPowerSystemResource.d.ts +3 -0
- package/dist/interfaces/model/core/IPowerSystemResource.js +3 -0
- package/dist/interfaces/model/core/IPowerSystemResource.js.map +1 -0
- package/dist/interfaces/model/core/ISubstation.d.ts +6 -0
- package/dist/interfaces/model/core/ISubstation.js +3 -0
- package/dist/interfaces/model/core/ISubstation.js.map +1 -0
- package/dist/interfaces/model/core/ITerminal.d.ts +29 -0
- package/dist/interfaces/model/core/ITerminal.js +3 -0
- package/dist/interfaces/model/core/ITerminal.js.map +1 -0
- package/dist/interfaces/model/core/IVoltageLevel.d.ts +13 -0
- package/dist/interfaces/model/core/IVoltageLevel.js +3 -0
- package/dist/interfaces/model/core/IVoltageLevel.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagram.d.ts +15 -0
- package/dist/interfaces/model/diagram/IDiagram.js +3 -0
- package/dist/interfaces/model/diagram/IDiagram.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagramObject.d.ts +19 -0
- package/dist/interfaces/model/diagram/IDiagramObject.js +3 -0
- package/dist/interfaces/model/diagram/IDiagramObject.js.map +1 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.d.ts +11 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.js +3 -0
- package/dist/interfaces/model/diagram/IDiagramObjectPoint.js.map +1 -0
- package/dist/interfaces/model/domain/IActivePower.d.ts +3 -0
- package/dist/interfaces/model/domain/IActivePower.js +3 -0
- package/dist/interfaces/model/domain/IActivePower.js.map +1 -0
- package/dist/interfaces/model/domain/IAngleDegrees.d.ts +3 -0
- package/dist/interfaces/model/domain/IAngleDegrees.js +3 -0
- package/dist/interfaces/model/domain/IAngleDegrees.js.map +1 -0
- package/dist/interfaces/model/domain/IApparentPower.d.ts +3 -0
- package/dist/interfaces/model/domain/IApparentPower.js +3 -0
- package/dist/interfaces/model/domain/IApparentPower.js.map +1 -0
- package/dist/interfaces/model/domain/ICurrentFlow.d.ts +3 -0
- package/dist/interfaces/model/domain/ICurrentFlow.js +3 -0
- package/dist/interfaces/model/domain/ICurrentFlow.js.map +1 -0
- package/dist/interfaces/model/domain/IDataType.d.ts +7 -0
- package/dist/interfaces/model/domain/IDataType.js +3 -0
- package/dist/interfaces/model/domain/IDataType.js.map +1 -0
- package/dist/interfaces/model/domain/IReactivePower.d.ts +3 -0
- package/dist/interfaces/model/domain/IReactivePower.js +3 -0
- package/dist/interfaces/model/domain/IReactivePower.js.map +1 -0
- package/dist/interfaces/model/domain/IVoltage.d.ts +3 -0
- package/dist/interfaces/model/domain/IVoltage.js +3 -0
- package/dist/interfaces/model/domain/IVoltage.js.map +1 -0
- package/dist/interfaces/model/domain/UnitMultiplier.d.ts +13 -0
- package/dist/interfaces/model/domain/UnitMultiplier.js +18 -0
- package/dist/interfaces/model/domain/UnitMultiplier.js.map +1 -0
- package/dist/interfaces/model/domain/UnitSymbol.d.ts +30 -0
- package/dist/interfaces/model/domain/UnitSymbol.js +35 -0
- package/dist/interfaces/model/domain/UnitSymbol.js.map +1 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.d.ts +5 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.js +10 -0
- package/dist/interfaces/model/enums/EnumShapeInfo.js.map +1 -0
- package/dist/interfaces/model/faults/IFault.d.ts +8 -0
- package/dist/interfaces/model/faults/IFault.js +3 -0
- package/dist/interfaces/model/faults/IFault.js.map +1 -0
- package/dist/interfaces/model/model/IModel.d.ts +86 -0
- package/dist/interfaces/model/model/IModel.js +3 -0
- package/dist/interfaces/model/model/IModel.js.map +1 -0
- package/dist/interfaces/model/operations/IOutage.d.ts +11 -0
- package/dist/interfaces/model/operations/IOutage.js +3 -0
- package/dist/interfaces/model/operations/IOutage.js.map +1 -0
- package/dist/interfaces/model/operations/ISwitchingAction.d.ts +6 -0
- package/dist/interfaces/model/operations/ISwitchingAction.js +3 -0
- package/dist/interfaces/model/operations/ISwitchingAction.js.map +1 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.d.ts +11 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.js +3 -0
- package/dist/interfaces/model/operations/ISwitchingPlan.js.map +1 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.d.ts +6 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.js +3 -0
- package/dist/interfaces/model/statevariables/ISvPowerFlow.js.map +1 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.d.ts +14 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.js +3 -0
- package/dist/interfaces/model/statevariables/ISvVoltage.js.map +1 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.d.ts +10 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.js +3 -0
- package/dist/interfaces/model/topology/ITopologicalIsland.js.map +1 -0
- package/dist/interfaces/model/topology/ITopologicalNode.d.ts +23 -0
- package/dist/interfaces/model/topology/ITopologicalNode.js +3 -0
- package/dist/interfaces/model/topology/ITopologicalNode.js.map +1 -0
- package/dist/interfaces/model/wires/IACLineSegment.d.ts +3 -0
- package/dist/interfaces/model/wires/IACLineSegment.js +3 -0
- package/dist/interfaces/model/wires/IACLineSegment.js.map +1 -0
- package/dist/interfaces/model/wires/IBusbarSection.d.ts +3 -0
- package/dist/interfaces/model/wires/IBusbarSection.js +3 -0
- package/dist/interfaces/model/wires/IBusbarSection.js.map +1 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.js +3 -0
- package/dist/interfaces/model/wires/ICompositeSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IConductor.d.ts +5 -0
- package/dist/interfaces/model/wires/IConductor.js +3 -0
- package/dist/interfaces/model/wires/IConductor.js.map +1 -0
- package/dist/interfaces/model/wires/IConnector.d.ts +3 -0
- package/dist/interfaces/model/wires/IConnector.js +3 -0
- package/dist/interfaces/model/wires/IConnector.js.map +1 -0
- package/dist/interfaces/model/wires/IDisconnector.d.ts +3 -0
- package/dist/interfaces/model/wires/IDisconnector.js +3 -0
- package/dist/interfaces/model/wires/IDisconnector.js.map +1 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.d.ts +6 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.js +3 -0
- package/dist/interfaces/model/wires/IEnergyConsumer.js.map +1 -0
- package/dist/interfaces/model/wires/IEnergySource.d.ts +15 -0
- package/dist/interfaces/model/wires/IEnergySource.js +3 -0
- package/dist/interfaces/model/wires/IEnergySource.js.map +1 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.d.ts +33 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.js +3 -0
- package/dist/interfaces/model/wires/IExternalNetworkInjection.js.map +1 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.js +3 -0
- package/dist/interfaces/model/wires/ILoadBreakSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IPowerTransformer.d.ts +6 -0
- package/dist/interfaces/model/wires/IPowerTransformer.js +3 -0
- package/dist/interfaces/model/wires/IPowerTransformer.js.map +1 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.d.ts +8 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.js +3 -0
- package/dist/interfaces/model/wires/IPowerTransformerEnd.js.map +1 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.d.ts +3 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.js +3 -0
- package/dist/interfaces/model/wires/IProtectedSwitch.js.map +1 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.d.ts +3 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.js +3 -0
- package/dist/interfaces/model/wires/IRegulatingCondEq.js.map +1 -0
- package/dist/interfaces/model/wires/ISwitch.d.ts +9 -0
- package/dist/interfaces/model/wires/ISwitch.js +3 -0
- package/dist/interfaces/model/wires/ISwitch.js.map +1 -0
- package/dist/interfaces/model/wires/ITransformerEnd.d.ts +13 -0
- package/dist/interfaces/model/wires/ITransformerEnd.js +3 -0
- package/dist/interfaces/model/wires/ITransformerEnd.js.map +1 -0
- package/dist/interfaces/observable/IObservable.d.ts +6 -0
- package/dist/interfaces/observable/IObservable.js +3 -0
- package/dist/interfaces/observable/IObservable.js.map +1 -0
- package/dist/interfaces/observable/IObserver.d.ts +3 -0
- package/dist/interfaces/observable/IObserver.js +3 -0
- package/dist/interfaces/observable/IObserver.js.map +1 -0
- package/dist/interfaces/persistence-interfaces.d.ts +10 -0
- package/dist/interfaces/persistence-interfaces.js +3 -0
- package/dist/interfaces/persistence-interfaces.js.map +1 -0
- package/dist/interfaces/schema-settings/ShapeInfos.d.ts +24 -0
- package/dist/interfaces/schema-settings/ShapeInfos.js +13 -0
- package/dist/interfaces/schema-settings/ShapeInfos.js.map +1 -0
- package/dist/model/assetinfo/AssetInfo.d.ts +6 -0
- package/dist/model/assetinfo/AssetInfo.js +13 -0
- package/dist/model/assetinfo/AssetInfo.js.map +1 -0
- package/dist/model/assetinfo/CableInfo.d.ts +4 -0
- package/dist/model/assetinfo/CableInfo.js +11 -0
- package/dist/model/assetinfo/CableInfo.js.map +1 -0
- package/dist/model/assetinfo/OverheadWireInfo.d.ts +4 -0
- package/dist/model/assetinfo/OverheadWireInfo.js +11 -0
- package/dist/model/assetinfo/OverheadWireInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.d.ts +6 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.js +11 -0
- package/dist/model/assetinfo/PowerTransformer2WInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.d.ts +10 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.js +11 -0
- package/dist/model/assetinfo/PowerTransformer3WInfo.js.map +1 -0
- package/dist/model/assetinfo/PowerTransformerInfo.d.ts +8 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js +12 -0
- package/dist/model/assetinfo/PowerTransformerInfo.js.map +1 -0
- package/dist/model/assetinfo/TapChangerInfo.d.ts +22 -0
- package/dist/model/assetinfo/TapChangerInfo.js +11 -0
- package/dist/model/assetinfo/TapChangerInfo.js.map +1 -0
- package/dist/model/assetinfo/TransformerEndInfo.d.ts +23 -0
- package/dist/model/assetinfo/TransformerEndInfo.js +11 -0
- package/dist/model/assetinfo/TransformerEndInfo.js.map +1 -0
- package/dist/model/assetinfo/WireInfo.d.ts +14 -0
- package/dist/model/assetinfo/WireInfo.js +11 -0
- package/dist/model/assetinfo/WireInfo.js.map +1 -0
- package/dist/model/assets/AggregateScore.d.ts +4 -0
- package/dist/model/assets/AggregateScore.js +11 -0
- package/dist/model/assets/AggregateScore.js.map +1 -0
- package/dist/model/assets/AnalyticScore.d.ts +12 -0
- package/dist/model/assets/AnalyticScore.js +34 -0
- package/dist/model/assets/AnalyticScore.js.map +1 -0
- package/dist/model/assets/Asset.d.ts +38 -0
- package/dist/model/assets/Asset.js +109 -0
- package/dist/model/assets/Asset.js.map +1 -0
- package/dist/model/assets/AssetContainer.d.ts +5 -0
- package/dist/model/assets/AssetContainer.js +12 -0
- package/dist/model/assets/AssetContainer.js.map +1 -0
- package/dist/model/assets/AssetDeployment.d.ts +22 -0
- package/dist/model/assets/AssetDeployment.js +94 -0
- package/dist/model/assets/AssetDeployment.js.map +1 -0
- package/dist/model/assets/AssetHealthEvent.d.ts +12 -0
- package/dist/model/assets/AssetHealthEvent.js +65 -0
- package/dist/model/assets/AssetHealthEvent.js.map +1 -0
- package/dist/model/assets/AssetOrganisationRole.d.ts +12 -0
- package/dist/model/assets/AssetOrganisationRole.js +43 -0
- package/dist/model/assets/AssetOrganisationRole.js.map +1 -0
- package/dist/model/assets/AssetOwner.d.ts +8 -0
- package/dist/model/assets/AssetOwner.js +48 -0
- package/dist/model/assets/AssetOwner.js.map +1 -0
- package/dist/model/assets/DeploymentDate.d.ts +9 -0
- package/dist/model/assets/DeploymentDate.js +13 -0
- package/dist/model/assets/DeploymentDate.js.map +1 -0
- package/dist/model/assets/DeploymentStateKind.d.ts +7 -0
- package/dist/model/assets/DeploymentStateKind.js +12 -0
- package/dist/model/assets/DeploymentStateKind.js.map +1 -0
- package/dist/model/assets/Facility.d.ts +16 -0
- package/dist/model/assets/Facility.js +91 -0
- package/dist/model/assets/Facility.js.map +1 -0
- package/dist/model/assets/FacilityKind.d.ts +9 -0
- package/dist/model/assets/FacilityKind.js +14 -0
- package/dist/model/assets/FacilityKind.js.map +1 -0
- package/dist/model/assets/HealthScore.d.ts +9 -0
- package/dist/model/assets/HealthScore.js +55 -0
- package/dist/model/assets/HealthScore.js.map +1 -0
- package/dist/model/assets/LifecycleDate.d.ts +10 -0
- package/dist/model/assets/LifecycleDate.js +12 -0
- package/dist/model/assets/LifecycleDate.js.map +1 -0
- package/dist/model/assets/RiskScore.d.ts +4 -0
- package/dist/model/assets/RiskScore.js +11 -0
- package/dist/model/assets/RiskScore.js.map +1 -0
- package/dist/model/assets/TransformerApplicationKind.d.ts +6 -0
- package/dist/model/assets/TransformerApplicationKind.js +11 -0
- package/dist/model/assets/TransformerApplicationKind.js.map +1 -0
- package/dist/model/common/ActivityRecord.d.ts +18 -0
- package/dist/model/common/ActivityRecord.js +52 -0
- package/dist/model/common/ActivityRecord.js.map +1 -0
- package/dist/model/common/CoordinateSystem.d.ts +15 -0
- package/dist/model/common/CoordinateSystem.js +75 -0
- package/dist/model/common/CoordinateSystem.js.map +1 -0
- package/dist/model/common/Document.d.ts +4 -0
- package/dist/model/common/Document.js +11 -0
- package/dist/model/common/Document.js.map +1 -0
- package/dist/model/common/Location.d.ts +25 -0
- package/dist/model/common/Location.js +154 -0
- package/dist/model/common/Location.js.map +1 -0
- package/dist/model/common/OrganisationRole.d.ts +4 -0
- package/dist/model/common/OrganisationRole.js +11 -0
- package/dist/model/common/OrganisationRole.js.map +1 -0
- package/dist/model/common/PositionPoint.d.ts +19 -0
- package/dist/model/common/PositionPoint.js +111 -0
- package/dist/model/common/PositionPoint.js.map +1 -0
- package/dist/model/common/Status.d.ts +7 -0
- package/dist/model/common/Status.js +10 -0
- package/dist/model/common/Status.js.map +1 -0
- package/dist/model/core/ACDCTerminal.d.ts +14 -0
- package/dist/model/core/ACDCTerminal.js +54 -0
- package/dist/model/core/ACDCTerminal.js.map +1 -0
- package/dist/model/core/BaseVoltage.d.ts +22 -0
- package/dist/model/core/BaseVoltage.js +109 -0
- package/dist/model/core/BaseVoltage.js.map +1 -0
- package/dist/model/core/Bay.d.ts +27 -0
- package/dist/model/core/Bay.js +153 -0
- package/dist/model/core/Bay.js.map +1 -0
- package/dist/model/core/ConductingEquipment.d.ts +37 -0
- package/dist/model/core/ConductingEquipment.js +132 -0
- package/dist/model/core/ConductingEquipment.js.map +1 -0
- package/dist/model/core/ConnectivityNode.d.ts +42 -0
- package/dist/model/core/ConnectivityNode.js +317 -0
- package/dist/model/core/ConnectivityNode.js.map +1 -0
- package/dist/model/core/ConnectivityNodeContainer.d.ts +11 -0
- package/dist/model/core/ConnectivityNodeContainer.js +19 -0
- package/dist/model/core/ConnectivityNodeContainer.js.map +1 -0
- package/dist/model/core/Curve.d.ts +12 -0
- package/dist/model/core/Curve.js +34 -0
- package/dist/model/core/Curve.js.map +1 -0
- package/dist/model/core/CurveData.d.ts +15 -0
- package/dist/model/core/CurveData.js +58 -0
- package/dist/model/core/CurveData.js.map +1 -0
- package/dist/model/core/CurveStyle.d.ts +4 -0
- package/dist/model/core/CurveStyle.js +9 -0
- package/dist/model/core/CurveStyle.js.map +1 -0
- package/dist/model/core/Equipment.d.ts +30 -0
- package/dist/model/core/Equipment.js +148 -0
- package/dist/model/core/Equipment.js.map +1 -0
- package/dist/model/core/EquipmentContainer.d.ts +13 -0
- package/dist/model/core/EquipmentContainer.js +31 -0
- package/dist/model/core/EquipmentContainer.js.map +1 -0
- package/dist/model/core/Feeder.d.ts +31 -0
- package/dist/model/core/Feeder.js +143 -0
- package/dist/model/core/Feeder.js.map +1 -0
- package/dist/model/core/GeographicalRegion.d.ts +9 -0
- package/dist/model/core/GeographicalRegion.js +30 -0
- package/dist/model/core/GeographicalRegion.js.map +1 -0
- package/dist/model/core/IdentifiedObject.d.ts +70 -0
- package/dist/model/core/IdentifiedObject.js +225 -0
- package/dist/model/core/IdentifiedObject.js.map +1 -0
- package/dist/model/core/PSRType.d.ts +22 -0
- package/dist/model/core/PSRType.js +116 -0
- package/dist/model/core/PSRType.js.map +1 -0
- package/dist/model/core/PhaseCode.d.ts +23 -0
- package/dist/model/core/PhaseCode.js +28 -0
- package/dist/model/core/PhaseCode.js.map +1 -0
- package/dist/model/core/PowerSystemResource.d.ts +26 -0
- package/dist/model/core/PowerSystemResource.js +81 -0
- package/dist/model/core/PowerSystemResource.js.map +1 -0
- package/dist/model/core/SubGeographicalRegion.d.ts +15 -0
- package/dist/model/core/SubGeographicalRegion.js +49 -0
- package/dist/model/core/SubGeographicalRegion.js.map +1 -0
- package/dist/model/core/Substation.d.ts +34 -0
- package/dist/model/core/Substation.js +233 -0
- package/dist/model/core/Substation.js.map +1 -0
- package/dist/model/core/Terminal.d.ts +68 -0
- package/dist/model/core/Terminal.js +307 -0
- package/dist/model/core/Terminal.js.map +1 -0
- package/dist/model/core/VoltageLevel.d.ts +34 -0
- package/dist/model/core/VoltageLevel.js +162 -0
- package/dist/model/core/VoltageLevel.js.map +1 -0
- package/dist/model/diagram/Diagram.d.ts +29 -0
- package/dist/model/diagram/Diagram.js +105 -0
- package/dist/model/diagram/Diagram.js.map +1 -0
- package/dist/model/diagram/DiagramObject.d.ts +43 -0
- package/dist/model/diagram/DiagramObject.js +275 -0
- package/dist/model/diagram/DiagramObject.js.map +1 -0
- package/dist/model/diagram/DiagramObjectPoint.d.ts +33 -0
- package/dist/model/diagram/DiagramObjectPoint.js +169 -0
- package/dist/model/diagram/DiagramObjectPoint.js.map +1 -0
- package/dist/model/diagram/DiagramStyle.d.ts +9 -0
- package/dist/model/diagram/DiagramStyle.js +29 -0
- package/dist/model/diagram/DiagramStyle.js.map +1 -0
- package/dist/model/diagram/OrientationKind.d.ts +4 -0
- package/dist/model/diagram/OrientationKind.js +9 -0
- package/dist/model/diagram/OrientationKind.js.map +1 -0
- package/dist/model/domain/ActivePower.d.ts +8 -0
- package/dist/model/domain/ActivePower.js +12 -0
- package/dist/model/domain/ActivePower.js.map +1 -0
- package/dist/model/domain/AngleDegrees.d.ts +8 -0
- package/dist/model/domain/AngleDegrees.js +12 -0
- package/dist/model/domain/AngleDegrees.js.map +1 -0
- package/dist/model/domain/ApparentPower.d.ts +8 -0
- package/dist/model/domain/ApparentPower.js +12 -0
- package/dist/model/domain/ApparentPower.js.map +1 -0
- package/dist/model/domain/Capacitance.d.ts +8 -0
- package/dist/model/domain/Capacitance.js +12 -0
- package/dist/model/domain/Capacitance.js.map +1 -0
- package/dist/model/domain/CapacitancePerLength.d.ts +8 -0
- package/dist/model/domain/CapacitancePerLength.js +12 -0
- package/dist/model/domain/CapacitancePerLength.js.map +1 -0
- package/dist/model/domain/ConductancePerLength.d.ts +8 -0
- package/dist/model/domain/ConductancePerLength.js +12 -0
- package/dist/model/domain/ConductancePerLength.js.map +1 -0
- package/dist/model/domain/CurrentFlow.d.ts +8 -0
- package/dist/model/domain/CurrentFlow.js +12 -0
- package/dist/model/domain/CurrentFlow.js.map +1 -0
- package/dist/model/domain/Reactance.d.ts +8 -0
- package/dist/model/domain/Reactance.js +12 -0
- package/dist/model/domain/Reactance.js.map +1 -0
- package/dist/model/domain/ReactancePerLength.d.ts +8 -0
- package/dist/model/domain/ReactancePerLength.js +12 -0
- package/dist/model/domain/ReactancePerLength.js.map +1 -0
- package/dist/model/domain/ReactivePower.d.ts +8 -0
- package/dist/model/domain/ReactivePower.js +12 -0
- package/dist/model/domain/ReactivePower.js.map +1 -0
- package/dist/model/domain/Resistance.d.ts +8 -0
- package/dist/model/domain/Resistance.js +12 -0
- package/dist/model/domain/Resistance.js.map +1 -0
- package/dist/model/domain/ResistancePerLength.d.ts +8 -0
- package/dist/model/domain/ResistancePerLength.js +12 -0
- package/dist/model/domain/ResistancePerLength.js.map +1 -0
- package/dist/model/domain/UnitMultiplier.d.ts +13 -0
- package/dist/model/domain/UnitMultiplier.js +18 -0
- package/dist/model/domain/UnitMultiplier.js.map +1 -0
- package/dist/model/domain/UnitSymbol.d.ts +30 -0
- package/dist/model/domain/UnitSymbol.js +35 -0
- package/dist/model/domain/UnitSymbol.js.map +1 -0
- package/dist/model/domain/Voltage.d.ts +8 -0
- package/dist/model/domain/Voltage.js +12 -0
- package/dist/model/domain/Voltage.js.map +1 -0
- package/dist/model/equivalents/EquivalentBranch.d.ts +34 -0
- package/dist/model/equivalents/EquivalentBranch.js +161 -0
- package/dist/model/equivalents/EquivalentBranch.js.map +1 -0
- package/dist/model/equivalents/EquivalentEquipment.d.ts +4 -0
- package/dist/model/equivalents/EquivalentEquipment.js +11 -0
- package/dist/model/equivalents/EquivalentEquipment.js.map +1 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.d.ts +16 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +92 -0
- package/dist/model/extensions/amprion/core/AMPRIONBay.js.map +1 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.d.ts +11 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js +43 -0
- package/dist/model/extensions/amprion/core/AMPRIONConnectivityNode.js.map +1 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.d.ts +9 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js +55 -0
- package/dist/model/extensions/enervance/assets/EVImportanceScore.js.map +1 -0
- package/dist/model/extensions/enervance/core/EVTerminal.d.ts +11 -0
- package/dist/model/extensions/enervance/core/EVTerminal.js +59 -0
- package/dist/model/extensions/enervance/core/EVTerminal.js.map +1 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.d.ts +23 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js +112 -0
- package/dist/model/extensions/enervance/operations/EVTerminalAction.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.d.ts +17 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +108 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.d.ts +33 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +279 -0
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.d.ts +19 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +92 -0
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.d.ts +20 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js +95 -0
- package/dist/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.d.ts +18 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js +97 -0
- package/dist/model/extensions/neplan-westnetz/operations/WNOutage.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.d.ts +36 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +319 -0
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js.map +1 -0
- package/dist/model/faults/EquipmentFault.d.ts +4 -0
- package/dist/model/faults/EquipmentFault.js +11 -0
- package/dist/model/faults/EquipmentFault.js.map +1 -0
- package/dist/model/faults/Fault.d.ts +13 -0
- package/dist/model/faults/Fault.js +31 -0
- package/dist/model/faults/Fault.js.map +1 -0
- package/dist/model/faults/LineFault.d.ts +4 -0
- package/dist/model/faults/LineFault.js +11 -0
- package/dist/model/faults/LineFault.js.map +1 -0
- package/dist/model/generation/FossilFuel.d.ts +12 -0
- package/dist/model/generation/FossilFuel.js +46 -0
- package/dist/model/generation/FossilFuel.js.map +1 -0
- package/dist/model/generation/FuelType.d.ts +8 -0
- package/dist/model/generation/FuelType.js +13 -0
- package/dist/model/generation/FuelType.js.map +1 -0
- package/dist/model/generation/GeneratingUnit.d.ts +32 -0
- package/dist/model/generation/GeneratingUnit.js +112 -0
- package/dist/model/generation/GeneratingUnit.js.map +1 -0
- package/dist/model/generation/GeneratorControlSource.d.ts +6 -0
- package/dist/model/generation/GeneratorControlSource.js +11 -0
- package/dist/model/generation/GeneratorControlSource.js.map +1 -0
- package/dist/model/generation/HydroEnergyConversionKind.d.ts +4 -0
- package/dist/model/generation/HydroEnergyConversionKind.js +9 -0
- package/dist/model/generation/HydroEnergyConversionKind.js.map +1 -0
- package/dist/model/generation/HydroGeneratingUnit.d.ts +8 -0
- package/dist/model/generation/HydroGeneratingUnit.js +11 -0
- package/dist/model/generation/HydroGeneratingUnit.js.map +1 -0
- package/dist/model/generation/HydroPlantStorageKind.d.ts +5 -0
- package/dist/model/generation/HydroPlantStorageKind.js +10 -0
- package/dist/model/generation/HydroPlantStorageKind.js.map +1 -0
- package/dist/model/generation/HydroPowerPlant.d.ts +8 -0
- package/dist/model/generation/HydroPowerPlant.js +13 -0
- package/dist/model/generation/HydroPowerPlant.js.map +1 -0
- package/dist/model/generation/HydroPump.d.ts +8 -0
- package/dist/model/generation/HydroPump.js +11 -0
- package/dist/model/generation/HydroPump.js.map +1 -0
- package/dist/model/generation/NuclearGeneratingUnit.d.ts +4 -0
- package/dist/model/generation/NuclearGeneratingUnit.js +11 -0
- package/dist/model/generation/NuclearGeneratingUnit.js.map +1 -0
- package/dist/model/generation/SolarGeneratingUnit.d.ts +4 -0
- package/dist/model/generation/SolarGeneratingUnit.js +11 -0
- package/dist/model/generation/SolarGeneratingUnit.js.map +1 -0
- package/dist/model/generation/ThermalGeneratingUnit.d.ts +11 -0
- package/dist/model/generation/ThermalGeneratingUnit.js +36 -0
- package/dist/model/generation/ThermalGeneratingUnit.js.map +1 -0
- package/dist/model/generation/WindGenUnitKind.d.ts +4 -0
- package/dist/model/generation/WindGenUnitKind.js +9 -0
- package/dist/model/generation/WindGenUnitKind.js.map +1 -0
- package/dist/model/generation/WindGeneratingUnit.d.ts +6 -0
- package/dist/model/generation/WindGeneratingUnit.js +11 -0
- package/dist/model/generation/WindGeneratingUnit.js.map +1 -0
- package/dist/model/loadmodel/ConformLoad.d.ts +8 -0
- package/dist/model/loadmodel/ConformLoad.js +30 -0
- package/dist/model/loadmodel/ConformLoad.js.map +1 -0
- package/dist/model/model/Model.d.ts +293 -0
- package/dist/model/model/Model.js +792 -0
- package/dist/model/model/Model.js.map +1 -0
- package/dist/model/operationallimits/CurrentLimit.d.ts +17 -0
- package/dist/model/operationallimits/CurrentLimit.js +79 -0
- package/dist/model/operationallimits/CurrentLimit.js.map +1 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.d.ts +5 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.js +10 -0
- package/dist/model/operationallimits/ENTSOEOperationalLimitType.js.map +1 -0
- package/dist/model/operationallimits/LimitTypeKind.d.ts +9 -0
- package/dist/model/operationallimits/LimitTypeKind.js +14 -0
- package/dist/model/operationallimits/LimitTypeKind.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimit.d.ts +15 -0
- package/dist/model/operationallimits/OperationalLimit.js +62 -0
- package/dist/model/operationallimits/OperationalLimit.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.d.ts +5 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.js +10 -0
- package/dist/model/operationallimits/OperationalLimitDirectionKind.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitSet.d.ts +23 -0
- package/dist/model/operationallimits/OperationalLimitSet.js +104 -0
- package/dist/model/operationallimits/OperationalLimitSet.js.map +1 -0
- package/dist/model/operationallimits/OperationalLimitType.d.ts +20 -0
- package/dist/model/operationallimits/OperationalLimitType.js +74 -0
- package/dist/model/operationallimits/OperationalLimitType.js.map +1 -0
- package/dist/model/operations/Outage.d.ts +18 -0
- package/dist/model/operations/Outage.js +48 -0
- package/dist/model/operations/Outage.js.map +1 -0
- package/dist/model/operations/SwitchAction.d.ts +6 -0
- package/dist/model/operations/SwitchAction.js +11 -0
- package/dist/model/operations/SwitchAction.js.map +1 -0
- package/dist/model/operations/SwitchActionKind.d.ts +6 -0
- package/dist/model/operations/SwitchActionKind.js +11 -0
- package/dist/model/operations/SwitchActionKind.js.map +1 -0
- package/dist/model/operations/SwitchingAction.d.ts +14 -0
- package/dist/model/operations/SwitchingAction.js +32 -0
- package/dist/model/operations/SwitchingAction.js.map +1 -0
- package/dist/model/operations/SwitchingPlan.d.ts +26 -0
- package/dist/model/operations/SwitchingPlan.js +102 -0
- package/dist/model/operations/SwitchingPlan.js.map +1 -0
- package/dist/model/operations/UnplannedOutage.d.ts +4 -0
- package/dist/model/operations/UnplannedOutage.js +11 -0
- package/dist/model/operations/UnplannedOutage.js.map +1 -0
- package/dist/model/statevariables/StateVariable.d.ts +9 -0
- package/dist/model/statevariables/StateVariable.js +23 -0
- package/dist/model/statevariables/StateVariable.js.map +1 -0
- package/dist/model/statevariables/SvPowerFlow.d.ts +17 -0
- package/dist/model/statevariables/SvPowerFlow.js +60 -0
- package/dist/model/statevariables/SvPowerFlow.js.map +1 -0
- package/dist/model/statevariables/SvStatus.d.ts +12 -0
- package/dist/model/statevariables/SvStatus.js +45 -0
- package/dist/model/statevariables/SvStatus.js.map +1 -0
- package/dist/model/statevariables/SvTapStep.d.ts +12 -0
- package/dist/model/statevariables/SvTapStep.js +46 -0
- package/dist/model/statevariables/SvTapStep.js.map +1 -0
- package/dist/model/statevariables/SvVoltage.d.ts +16 -0
- package/dist/model/statevariables/SvVoltage.js +60 -0
- package/dist/model/statevariables/SvVoltage.js.map +1 -0
- package/dist/model/topology/TopologicalIsland.d.ts +13 -0
- package/dist/model/topology/TopologicalIsland.js +50 -0
- package/dist/model/topology/TopologicalIsland.js.map +1 -0
- package/dist/model/topology/TopologicalNode.d.ts +40 -0
- package/dist/model/topology/TopologicalNode.js +152 -0
- package/dist/model/topology/TopologicalNode.js.map +1 -0
- package/dist/model/wires/ACLineSegment.d.ts +33 -0
- package/dist/model/wires/ACLineSegment.js +206 -0
- package/dist/model/wires/ACLineSegment.js.map +1 -0
- package/dist/model/wires/AsynchronousMachine.d.ts +19 -0
- package/dist/model/wires/AsynchronousMachine.js +42 -0
- package/dist/model/wires/AsynchronousMachine.js.map +1 -0
- package/dist/model/wires/AsynchronousMachineKind.d.ts +4 -0
- package/dist/model/wires/AsynchronousMachineKind.js +9 -0
- package/dist/model/wires/AsynchronousMachineKind.js.map +1 -0
- package/dist/model/wires/Breaker.d.ts +12 -0
- package/dist/model/wires/Breaker.js +76 -0
- package/dist/model/wires/Breaker.js.map +1 -0
- package/dist/model/wires/BusbarSection.d.ts +12 -0
- package/dist/model/wires/BusbarSection.js +64 -0
- package/dist/model/wires/BusbarSection.js.map +1 -0
- package/dist/model/wires/Clamp.d.ts +6 -0
- package/dist/model/wires/Clamp.js +35 -0
- package/dist/model/wires/Clamp.js.map +1 -0
- package/dist/model/wires/CompositeSwitch.d.ts +5 -0
- package/dist/model/wires/CompositeSwitch.js +12 -0
- package/dist/model/wires/CompositeSwitch.js.map +1 -0
- package/dist/model/wires/Conductor.d.ts +13 -0
- package/dist/model/wires/Conductor.js +45 -0
- package/dist/model/wires/Conductor.js.map +1 -0
- package/dist/model/wires/Connector.d.ts +5 -0
- package/dist/model/wires/Connector.js +17 -0
- package/dist/model/wires/Connector.js.map +1 -0
- package/dist/model/wires/Cut.d.ts +4 -0
- package/dist/model/wires/Cut.js +11 -0
- package/dist/model/wires/Cut.js.map +1 -0
- package/dist/model/wires/Disconnector.d.ts +18 -0
- package/dist/model/wires/Disconnector.js +106 -0
- package/dist/model/wires/Disconnector.js.map +1 -0
- package/dist/model/wires/EarthFaultCompensator.d.ts +7 -0
- package/dist/model/wires/EarthFaultCompensator.js +19 -0
- package/dist/model/wires/EarthFaultCompensator.js.map +1 -0
- package/dist/model/wires/EnergyConsumer.d.ts +37 -0
- package/dist/model/wires/EnergyConsumer.js +189 -0
- package/dist/model/wires/EnergyConsumer.js.map +1 -0
- package/dist/model/wires/EnergySource.d.ts +41 -0
- package/dist/model/wires/EnergySource.js +198 -0
- package/dist/model/wires/EnergySource.js.map +1 -0
- package/dist/model/wires/ExternalNetworkInjection.d.ts +46 -0
- package/dist/model/wires/ExternalNetworkInjection.js +195 -0
- package/dist/model/wires/ExternalNetworkInjection.js.map +1 -0
- package/dist/model/wires/Ground.d.ts +8 -0
- package/dist/model/wires/Ground.js +38 -0
- package/dist/model/wires/Ground.js.map +1 -0
- package/dist/model/wires/GroundDisconnector.d.ts +8 -0
- package/dist/model/wires/GroundDisconnector.js +38 -0
- package/dist/model/wires/GroundDisconnector.js.map +1 -0
- package/dist/model/wires/Jumper.d.ts +4 -0
- package/dist/model/wires/Jumper.js +11 -0
- package/dist/model/wires/Jumper.js.map +1 -0
- package/dist/model/wires/Junction.d.ts +10 -0
- package/dist/model/wires/Junction.js +51 -0
- package/dist/model/wires/Junction.js.map +1 -0
- package/dist/model/wires/Line.d.ts +20 -0
- package/dist/model/wires/Line.js +101 -0
- package/dist/model/wires/Line.js.map +1 -0
- package/dist/model/wires/LoadBreakSwitch.d.ts +16 -0
- package/dist/model/wires/LoadBreakSwitch.js +93 -0
- package/dist/model/wires/LoadBreakSwitch.js.map +1 -0
- package/dist/model/wires/PetersenCoil.d.ts +19 -0
- package/dist/model/wires/PetersenCoil.js +71 -0
- package/dist/model/wires/PetersenCoil.js.map +1 -0
- package/dist/model/wires/PetersenCoilModeKind.d.ts +5 -0
- package/dist/model/wires/PetersenCoilModeKind.js +10 -0
- package/dist/model/wires/PetersenCoilModeKind.js.map +1 -0
- package/dist/model/wires/Plant.d.ts +5 -0
- package/dist/model/wires/Plant.js +12 -0
- package/dist/model/wires/Plant.js.map +1 -0
- package/dist/model/wires/PowerTransformer.d.ts +30 -0
- package/dist/model/wires/PowerTransformer.js +170 -0
- package/dist/model/wires/PowerTransformer.js.map +1 -0
- package/dist/model/wires/PowerTransformerEnd.d.ts +33 -0
- package/dist/model/wires/PowerTransformerEnd.js +147 -0
- package/dist/model/wires/PowerTransformerEnd.js.map +1 -0
- package/dist/model/wires/ProtectedSwitch.d.ts +4 -0
- package/dist/model/wires/ProtectedSwitch.js +11 -0
- package/dist/model/wires/ProtectedSwitch.js.map +1 -0
- package/dist/model/wires/RatioTapChanger.d.ts +15 -0
- package/dist/model/wires/RatioTapChanger.js +64 -0
- package/dist/model/wires/RatioTapChanger.js.map +1 -0
- package/dist/model/wires/RatioTapChangerTable.d.ts +10 -0
- package/dist/model/wires/RatioTapChangerTable.js +30 -0
- package/dist/model/wires/RatioTapChangerTable.js.map +1 -0
- package/dist/model/wires/RatioTapChangerTablePoint.d.ts +11 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js +42 -0
- package/dist/model/wires/RatioTapChangerTablePoint.js.map +1 -0
- package/dist/model/wires/ReactiveCapabilityCurve.d.ts +10 -0
- package/dist/model/wires/ReactiveCapabilityCurve.js +31 -0
- package/dist/model/wires/ReactiveCapabilityCurve.js.map +1 -0
- package/dist/model/wires/Recloser.d.ts +6 -0
- package/dist/model/wires/Recloser.js +35 -0
- package/dist/model/wires/Recloser.js.map +1 -0
- package/dist/model/wires/RegulatingCondEq.d.ts +15 -0
- package/dist/model/wires/RegulatingCondEq.js +55 -0
- package/dist/model/wires/RegulatingCondEq.js.map +1 -0
- package/dist/model/wires/RegulatingControl.d.ts +32 -0
- package/dist/model/wires/RegulatingControl.js +139 -0
- package/dist/model/wires/RegulatingControl.js.map +1 -0
- package/dist/model/wires/RegulatingControlModeKind.d.ts +10 -0
- package/dist/model/wires/RegulatingControlModeKind.js +15 -0
- package/dist/model/wires/RegulatingControlModeKind.js.map +1 -0
- package/dist/model/wires/RotatingMachine.d.ts +27 -0
- package/dist/model/wires/RotatingMachine.js +112 -0
- package/dist/model/wires/RotatingMachine.js.map +1 -0
- package/dist/model/wires/SeriesCompensator.d.ts +7 -0
- package/dist/model/wires/SeriesCompensator.js +41 -0
- package/dist/model/wires/SeriesCompensator.js.map +1 -0
- package/dist/model/wires/ShortCircuitRotorKind.d.ts +6 -0
- package/dist/model/wires/ShortCircuitRotorKind.js +11 -0
- package/dist/model/wires/ShortCircuitRotorKind.js.map +1 -0
- package/dist/model/wires/Switch.d.ts +33 -0
- package/dist/model/wires/Switch.js +166 -0
- package/dist/model/wires/Switch.js.map +1 -0
- package/dist/model/wires/SynchronousMachine.d.ts +50 -0
- package/dist/model/wires/SynchronousMachine.js +193 -0
- package/dist/model/wires/SynchronousMachine.js.map +1 -0
- package/dist/model/wires/SynchronousMachineKind.d.ts +9 -0
- package/dist/model/wires/SynchronousMachineKind.js +14 -0
- package/dist/model/wires/SynchronousMachineKind.js.map +1 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.d.ts +5 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.js +10 -0
- package/dist/model/wires/SynchronousMachineOperatingMode.js.map +1 -0
- package/dist/model/wires/TapChanger.d.ts +19 -0
- package/dist/model/wires/TapChanger.js +41 -0
- package/dist/model/wires/TapChanger.js.map +1 -0
- package/dist/model/wires/TapChangerControl.d.ts +9 -0
- package/dist/model/wires/TapChangerControl.js +28 -0
- package/dist/model/wires/TapChangerControl.js.map +1 -0
- package/dist/model/wires/TapChangerTablePoint.d.ts +12 -0
- package/dist/model/wires/TapChangerTablePoint.js +34 -0
- package/dist/model/wires/TapChangerTablePoint.js.map +1 -0
- package/dist/model/wires/TransformerControlMode.d.ts +4 -0
- package/dist/model/wires/TransformerControlMode.js +9 -0
- package/dist/model/wires/TransformerControlMode.js.map +1 -0
- package/dist/model/wires/TransformerEnd.d.ts +31 -0
- package/dist/model/wires/TransformerEnd.js +108 -0
- package/dist/model/wires/TransformerEnd.js.map +1 -0
- package/dist/model/wires/WindingConnection.d.ts +9 -0
- package/dist/model/wires/WindingConnection.js +14 -0
- package/dist/model/wires/WindingConnection.js.map +1 -0
- package/dist/package.json +16 -0
- package/dist/util/datatype-converter.d.ts +3 -0
- package/dist/util/datatype-converter.js +49 -0
- package/dist/util/datatype-converter.js.map +1 -0
- package/dist/util/sparql/sparql-building-block.d.ts +15 -0
- package/dist/util/sparql/sparql-building-block.js +31 -0
- package/dist/util/sparql/sparql-building-block.js.map +1 -0
- package/dist/util/sparql/sparql-utils.d.ts +3 -0
- package/dist/util/sparql/sparql-utils.js +28 -0
- package/dist/util/sparql/sparql-utils.js.map +1 -0
- package/dist/util/util-create.d.ts +11 -0
- package/dist/util/util-create.js +113 -0
- package/dist/util/util-create.js.map +1 -0
- package/dist/util/util-search.d.ts +8 -0
- package/dist/util/util-search.js +41 -0
- package/dist/util/util-search.js.map +1 -0
- package/dist/util/util-topology.d.ts +14 -0
- package/dist/util/util-topology.js +144 -0
- package/dist/util/util-topology.js.map +1 -0
- package/dist/util/utils.d.ts +25 -0
- package/dist/util/utils.js +221 -0
- package/dist/util/utils.js.map +1 -0
- package/dist/util/xml/utils.parser.d.ts +3 -0
- package/dist/util/xml/utils.parser.js +32 -0
- package/dist/util/xml/utils.parser.js.map +1 -0
- package/dist/util/xml/xml.parser.d.ts +16 -0
- package/dist/util/xml/xml.parser.js +98 -0
- package/dist/util/xml/xml.parser.js.map +1 -0
- package/dist/util/xml/xml.serializer.d.ts +12 -0
- package/dist/util/xml/xml.serializer.js +135 -0
- package/dist/util/xml/xml.serializer.js.map +1 -0
- package/jasmine/jasmine_all.json +13 -0
- package/jasmine/jasmine_fuseki_interface.json +13 -0
- package/jasmine/jasmine_fuseki_psdm.json +13 -0
- package/jasmine/jasmine_integral_7.json +13 -0
- package/jasmine/jasmine_psdm.json +13 -0
- package/package.json +73 -0
- package/src/config/lew-sincal/lew-sincal-load.config.ts +58 -0
- package/src/config/power-system-datamodel/psdm-load.config.ts +57 -0
- package/src/config/westnetz-integral7/integral7-load.config.ts +53 -0
- package/src/config/westnetz-neplan/callbacks/cb-connectivitynode.ts +159 -0
- package/src/config/westnetz-neplan/callbacks/cb-psr.ts +30 -0
- package/src/config/westnetz-neplan/callbacks/cb-wnenergyconsumer.ts +70 -0
- package/src/config/westnetz-neplan/neplan-load.config.ts +130 -0
- package/src/config/westnetz-neplan/property-handler-westenergy.config.ts +52 -0
- package/src/constants/cim-class-definition.ts +149 -0
- package/src/constants/cim-class-names.ts +108 -0
- package/src/constants/cim-constants.ts +5 -0
- package/src/constants/init-data/ASSET_HEALTH_EVENTS.ts +45 -0
- package/src/constants/init-data/ASSSET_OWNER.ts +11 -0
- package/src/constants/init-data/JENA_SPARQL.ts +328 -0
- package/src/constants/init-data/PSR_TYPES.ts +75 -0
- package/src/constants/init-data/xml/AssetHealtEvent.xml +45 -0
- package/src/constants/init-data/xml/AssetOwner.xml +11 -0
- package/src/constants/init-data/xml/PsrType.xml +80 -0
- package/src/constants/rdf-xml.ts +52 -0
- package/src/converter/PSDM/ConverterPowerSystemDataModel.ts +546 -0
- package/src/converter/PSDM/model/FixedFeedIn.ts +28 -0
- package/src/converter/PSDM/model/Line.ts +39 -0
- package/src/converter/PSDM/model/LineType.ts +29 -0
- package/src/converter/PSDM/model/Load.ts +38 -0
- package/src/converter/PSDM/model/Node.ts +16 -0
- package/src/converter/PSDM/model/TimeSeriesMapping.ts +13 -0
- package/src/converter/PSDM/model/Transformer.ts +34 -0
- package/src/converter/PSDM/model/TransformerType.ts +49 -0
- package/src/converter/PSDM/model/geo/Crs.ts +4 -0
- package/src/converter/PSDM/model/geo/GeoPosition.ts +7 -0
- package/src/converter/integral7/ConverterIntegral7.ts +3508 -0
- package/src/converter/integral7/config/db-config.ts +12 -0
- package/src/converter/integral7/config/generation-unit-fuel-types.ts +51 -0
- package/src/converter/integral7/config/integral-prefix.ts +20 -0
- package/src/converter/integral7/model/integral/BaseClass.ts +28 -0
- package/src/converter/integral7/model/integral/BaseClassNsg.ts +21 -0
- package/src/converter/integral7/model/integral/KnotenSo.ts +41 -0
- package/src/converter/integral7/model/integral/KnotenSoNsg.ts +24 -0
- package/src/converter/integral7/model/integral/Leitung.ts +73 -0
- package/src/converter/integral7/model/integral/LeitungNsg.ts +46 -0
- package/src/converter/integral7/model/integral/Point.ts +14 -0
- package/src/converter/integral7/model/integral/Schaltanlage.ts +151 -0
- package/src/converter/integral7/model/integral/SchaltanlageNSG.ts +30 -0
- package/src/converter/integral7/model/integral/Schaltanlagenabschnitt.ts +44 -0
- package/src/converter/integral7/model/integral/SchaltanlagenabschnittNsg.ts +27 -0
- package/src/converter/integral7/model/integral/Schaltfeld.ts +116 -0
- package/src/converter/integral7/model/integral/SchaltfeldNsg.ts +35 -0
- package/src/converter/integral7/model/integral/Standort.ts +53 -0
- package/src/converter/integral7/model/integral/StandortNsg.ts +24 -0
- package/src/converter/integral7/model/integral/Trafo2w.ts +22 -0
- package/src/converter/integral7/model/integral/Trafo2wNsg.ts +13 -0
- package/src/converter/integral7/model/interfaces.ts +443 -0
- package/src/converter/integral7/sql/integral.sql.ts +319 -0
- package/src/converter/integral7/utils-schema.ts +50 -0
- package/src/converter/integral7/utils-trafo3w.ts +321 -0
- package/src/converter/integral7/utils.ts +653 -0
- package/src/etl-neplan/etl-neplan-contingency-analysis.ts +170 -0
- package/src/etl-neplan/etl-neplan-feederline.ts +138 -0
- package/src/etl-neplan/etl-neplan.ts +343 -0
- package/src/index.ts +291 -0
- package/src/interfaces/model/assets/IAsset.ts +5 -0
- package/src/interfaces/model/assets/IAssetContainer.ts +5 -0
- package/src/interfaces/model/assets/IFacility.ts +5 -0
- package/src/interfaces/model/common/IDocument.ts +5 -0
- package/src/interfaces/model/core/IACDCTerminal.ts +8 -0
- package/src/interfaces/model/core/IBaseVoltage.ts +7 -0
- package/src/interfaces/model/core/IConductingEquipment.ts +16 -0
- package/src/interfaces/model/core/IConnectivityNode.ts +27 -0
- package/src/interfaces/model/core/IConnectivityNodeContainer.ts +11 -0
- package/src/interfaces/model/core/IEquipment.ts +11 -0
- package/src/interfaces/model/core/IEquipmentContainer.ts +12 -0
- package/src/interfaces/model/core/IFeeder.ts +21 -0
- package/src/interfaces/model/core/IIdentifiedObject.ts +108 -0
- package/src/interfaces/model/core/IPowerSystemResource.ts +3 -0
- package/src/interfaces/model/core/ISubstation.ts +8 -0
- package/src/interfaces/model/core/ITerminal.ts +57 -0
- package/src/interfaces/model/core/IVoltageLevel.ts +14 -0
- package/src/interfaces/model/diagram/IDiagram.ts +21 -0
- package/src/interfaces/model/diagram/IDiagramObject.ts +21 -0
- package/src/interfaces/model/diagram/IDiagramObjectPoint.ts +16 -0
- package/src/interfaces/model/domain/IActivePower.ts +3 -0
- package/src/interfaces/model/domain/IAngleDegrees.ts +3 -0
- package/src/interfaces/model/domain/IApparentPower.ts +3 -0
- package/src/interfaces/model/domain/ICurrentFlow.ts +3 -0
- package/src/interfaces/model/domain/IDataType.ts +9 -0
- package/src/interfaces/model/domain/IReactivePower.ts +3 -0
- package/src/interfaces/model/domain/IVoltage.ts +3 -0
- package/src/interfaces/model/domain/UnitMultiplier.ts +13 -0
- package/src/interfaces/model/domain/UnitSymbol.ts +30 -0
- package/src/interfaces/model/enums/EnumShapeInfo.ts +5 -0
- package/src/interfaces/model/faults/IFault.ts +11 -0
- package/src/interfaces/model/model/IModel.ts +91 -0
- package/src/interfaces/model/operations/IOutage.ts +23 -0
- package/src/interfaces/model/operations/ISwitchingAction.ts +9 -0
- package/src/interfaces/model/operations/ISwitchingPlan.ts +26 -0
- package/src/interfaces/model/statevariables/ISvPowerFlow.ts +20 -0
- package/src/interfaces/model/statevariables/ISvVoltage.ts +16 -0
- package/src/interfaces/model/topology/ITopologicalIsland.ts +11 -0
- package/src/interfaces/model/topology/ITopologicalNode.ts +24 -0
- package/src/interfaces/model/wires/IACLineSegment.ts +4 -0
- package/src/interfaces/model/wires/IBusbarSection.ts +4 -0
- package/src/interfaces/model/wires/ICompositeSwitch.ts +6 -0
- package/src/interfaces/model/wires/IConductor.ts +6 -0
- package/src/interfaces/model/wires/IConnector.ts +5 -0
- package/src/interfaces/model/wires/IDisconnector.ts +4 -0
- package/src/interfaces/model/wires/IEnergyConsumer.ts +7 -0
- package/src/interfaces/model/wires/IEnergySource.ts +20 -0
- package/src/interfaces/model/wires/IExternalNetworkInjection.ts +34 -0
- package/src/interfaces/model/wires/ILoadBreakSwitch.ts +4 -0
- package/src/interfaces/model/wires/IPowerTransformer.ts +7 -0
- package/src/interfaces/model/wires/IPowerTransformerEnd.ts +10 -0
- package/src/interfaces/model/wires/IProtectedSwitch.ts +4 -0
- package/src/interfaces/model/wires/IRegulatingCondEq.ts +4 -0
- package/src/interfaces/model/wires/ISwitch.ts +11 -0
- package/src/interfaces/model/wires/ITransformerEnd.ts +14 -0
- package/src/interfaces/observable/IObservable.ts +6 -0
- package/src/interfaces/observable/IObserver.ts +3 -0
- package/src/interfaces/persistence-interfaces.ts +12 -0
- package/src/interfaces/schema-settings/ShapeInfos.ts +28 -0
- package/src/model/assetinfo/AssetInfo.ts +13 -0
- package/src/model/assetinfo/CableInfo.ts +8 -0
- package/src/model/assetinfo/OverheadWireInfo.ts +8 -0
- package/src/model/assetinfo/PowerTransformer2WInfo.ts +13 -0
- package/src/model/assetinfo/PowerTransformer3WInfo.ts +18 -0
- package/src/model/assetinfo/PowerTransformerInfo.ts +14 -0
- package/src/model/assetinfo/TapChangerInfo.ts +60 -0
- package/src/model/assetinfo/TransformerEndInfo.ts +38 -0
- package/src/model/assetinfo/WireInfo.ts +22 -0
- package/src/model/assets/AggregateScore.ts +9 -0
- package/src/model/assets/AnalyticScore.ts +41 -0
- package/src/model/assets/Asset.ts +164 -0
- package/src/model/assets/AssetContainer.ts +11 -0
- package/src/model/assets/AssetDeployment.ts +122 -0
- package/src/model/assets/AssetHealthEvent.ts +73 -0
- package/src/model/assets/AssetOrganisationRole.ts +51 -0
- package/src/model/assets/AssetOwner.ts +54 -0
- package/src/model/assets/DeploymentDate.ts +20 -0
- package/src/model/assets/DeploymentStateKind.ts +7 -0
- package/src/model/assets/Facility.ts +107 -0
- package/src/model/assets/FacilityKind.ts +9 -0
- package/src/model/assets/HealthScore.ts +59 -0
- package/src/model/assets/LifecycleDate.ts +17 -0
- package/src/model/assets/RiskScore.ts +7 -0
- package/src/model/assets/TransformerApplicationKind.ts +6 -0
- package/src/model/common/ActivityRecord.ts +93 -0
- package/src/model/common/CoordinateSystem.ts +81 -0
- package/src/model/common/Document.ts +9 -0
- package/src/model/common/Location.ts +237 -0
- package/src/model/common/OrganisationRole.ts +7 -0
- package/src/model/common/PositionPoint.ts +121 -0
- package/src/model/common/Status.ts +11 -0
- package/src/model/core/ACDCTerminal.ts +63 -0
- package/src/model/core/BaseVoltage.ts +129 -0
- package/src/model/core/Bay.ts +178 -0
- package/src/model/core/ConductingEquipment.ts +182 -0
- package/src/model/core/ConnectivityNode.ts +417 -0
- package/src/model/core/ConnectivityNodeContainer.ts +26 -0
- package/src/model/core/Curve.ts +55 -0
- package/src/model/core/CurveData.ts +74 -0
- package/src/model/core/CurveStyle.ts +4 -0
- package/src/model/core/Equipment.ts +184 -0
- package/src/model/core/EquipmentContainer.ts +40 -0
- package/src/model/core/Feeder.ts +186 -0
- package/src/model/core/GeographicalRegion.ts +34 -0
- package/src/model/core/IdentifiedObject.ts +393 -0
- package/src/model/core/PSRType.ts +167 -0
- package/src/model/core/PhaseCode.ts +23 -0
- package/src/model/core/PowerSystemResource.ts +113 -0
- package/src/model/core/SubGeographicalRegion.ts +58 -0
- package/src/model/core/Substation.ts +284 -0
- package/src/model/core/Terminal.ts +413 -0
- package/src/model/core/VoltageLevel.ts +193 -0
- package/src/model/diagram/Diagram.ts +136 -0
- package/src/model/diagram/DiagramObject.ts +338 -0
- package/src/model/diagram/DiagramObjectPoint.ts +196 -0
- package/src/model/diagram/DiagramStyle.ts +32 -0
- package/src/model/diagram/OrientationKind.ts +4 -0
- package/src/model/domain/ActivePower.ts +14 -0
- package/src/model/domain/AngleDegrees.ts +14 -0
- package/src/model/domain/ApparentPower.ts +14 -0
- package/src/model/domain/Capacitance.ts +15 -0
- package/src/model/domain/CapacitancePerLength.ts +15 -0
- package/src/model/domain/ConductancePerLength.ts +14 -0
- package/src/model/domain/CurrentFlow.ts +14 -0
- package/src/model/domain/Reactance.ts +15 -0
- package/src/model/domain/ReactancePerLength.ts +14 -0
- package/src/model/domain/ReactivePower.ts +14 -0
- package/src/model/domain/Resistance.ts +14 -0
- package/src/model/domain/ResistancePerLength.ts +14 -0
- package/src/model/domain/UnitMultiplier.ts +13 -0
- package/src/model/domain/UnitSymbol.ts +30 -0
- package/src/model/domain/Voltage.ts +14 -0
- package/src/model/equivalents/EquivalentBranch.ts +203 -0
- package/src/model/equivalents/EquivalentEquipment.ts +8 -0
- package/src/model/extensions/amprion/core/AMPRIONBay.ts +106 -0
- package/src/model/extensions/amprion/core/AMPRIONConnectivityNode.ts +51 -0
- package/src/model/extensions/enervance/assets/EVImportanceScore.ts +58 -0
- package/src/model/extensions/enervance/core/EVTerminal.ts +63 -0
- package/src/model/extensions/enervance/operations/EVTerminalAction.ts +148 -0
- package/src/model/extensions/neplan-westnetz/assets/WNFacility.ts +122 -0
- package/src/model/extensions/neplan-westnetz/core/WNConnectivityNode.ts +344 -0
- package/src/model/extensions/neplan-westnetz/core/WNFeeder.ts +115 -0
- package/src/model/extensions/neplan-westnetz/faults/WNFaultConnectivityNode.ts +113 -0
- package/src/model/extensions/neplan-westnetz/operations/WNOutage.ts +111 -0
- package/src/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.ts +451 -0
- package/src/model/faults/EquipmentFault.ts +9 -0
- package/src/model/faults/Fault.ts +41 -0
- package/src/model/faults/LineFault.ts +10 -0
- package/src/model/generation/FossilFuel.ts +53 -0
- package/src/model/generation/FuelType.ts +8 -0
- package/src/model/generation/GeneratingUnit.ts +157 -0
- package/src/model/generation/GeneratorControlSource.ts +6 -0
- package/src/model/generation/HydroEnergyConversionKind.ts +4 -0
- package/src/model/generation/HydroGeneratingUnit.ts +14 -0
- package/src/model/generation/HydroPlantStorageKind.ts +5 -0
- package/src/model/generation/HydroPowerPlant.ts +13 -0
- package/src/model/generation/HydroPump.ts +13 -0
- package/src/model/generation/NuclearGeneratingUnit.ts +8 -0
- package/src/model/generation/SolarGeneratingUnit.ts +8 -0
- package/src/model/generation/ThermalGeneratingUnit.ts +42 -0
- package/src/model/generation/WindGenUnitKind.ts +4 -0
- package/src/model/generation/WindGeneratingUnit.ts +11 -0
- package/src/model/loadmodel/ConformLoad.ts +34 -0
- package/src/model/model/Model.ts +1129 -0
- package/src/model/operationallimits/CurrentLimit.ts +92 -0
- package/src/model/operationallimits/ENTSOEOperationalLimitType.ts +5 -0
- package/src/model/operationallimits/LimitTypeKind.ts +9 -0
- package/src/model/operationallimits/OperationalLimit.ts +68 -0
- package/src/model/operationallimits/OperationalLimitDirectionKind.ts +5 -0
- package/src/model/operationallimits/OperationalLimitSet.ts +124 -0
- package/src/model/operationallimits/OperationalLimitType.ts +94 -0
- package/src/model/operations/Outage.ts +68 -0
- package/src/model/operations/SwitchAction.ts +12 -0
- package/src/model/operations/SwitchActionKind.ts +6 -0
- package/src/model/operations/SwitchingAction.ts +43 -0
- package/src/model/operations/SwitchingPlan.ts +141 -0
- package/src/model/operations/UnplannedOutage.ts +9 -0
- package/src/model/statevariables/StateVariable.ts +28 -0
- package/src/model/statevariables/SvPowerFlow.ts +75 -0
- package/src/model/statevariables/SvStatus.ts +51 -0
- package/src/model/statevariables/SvTapStep.ts +54 -0
- package/src/model/statevariables/SvVoltage.ts +74 -0
- package/src/model/topology/TopologicalIsland.ts +57 -0
- package/src/model/topology/TopologicalNode.ts +203 -0
- package/src/model/wires/ACLineSegment.ts +293 -0
- package/src/model/wires/AsynchronousMachine.ts +56 -0
- package/src/model/wires/AsynchronousMachineKind.ts +5 -0
- package/src/model/wires/Breaker.ts +82 -0
- package/src/model/wires/BusbarSection.ts +70 -0
- package/src/model/wires/Clamp.ts +33 -0
- package/src/model/wires/CompositeSwitch.ts +13 -0
- package/src/model/wires/Conductor.ts +55 -0
- package/src/model/wires/Connector.ts +16 -0
- package/src/model/wires/Cut.ts +7 -0
- package/src/model/wires/Disconnector.ts +120 -0
- package/src/model/wires/EarthFaultCompensator.ts +20 -0
- package/src/model/wires/EnergyConsumer.ts +255 -0
- package/src/model/wires/EnergySource.ts +303 -0
- package/src/model/wires/ExternalNetworkInjection.ts +276 -0
- package/src/model/wires/Ground.ts +40 -0
- package/src/model/wires/GroundDisconnector.ts +39 -0
- package/src/model/wires/Jumper.ts +8 -0
- package/src/model/wires/Junction.ts +57 -0
- package/src/model/wires/Line.ts +117 -0
- package/src/model/wires/LoadBreakSwitch.ts +107 -0
- package/src/model/wires/PetersenCoil.ts +90 -0
- package/src/model/wires/PetersenCoilModeKind.ts +5 -0
- package/src/model/wires/Plant.ts +12 -0
- package/src/model/wires/PowerTransformer.ts +231 -0
- package/src/model/wires/PowerTransformerEnd.ts +168 -0
- package/src/model/wires/ProtectedSwitch.ts +9 -0
- package/src/model/wires/RatioTapChanger.ts +96 -0
- package/src/model/wires/RatioTapChangerTable.ts +35 -0
- package/src/model/wires/RatioTapChangerTablePoint.ts +45 -0
- package/src/model/wires/ReactiveCapabilityCurve.ts +35 -0
- package/src/model/wires/Recloser.ts +32 -0
- package/src/model/wires/RegulatingCondEq.ts +67 -0
- package/src/model/wires/RegulatingControl.ts +217 -0
- package/src/model/wires/RegulatingControlModeKind.ts +11 -0
- package/src/model/wires/RotatingMachine.ts +172 -0
- package/src/model/wires/SeriesCompensator.ts +40 -0
- package/src/model/wires/ShortCircuitRotorKind.ts +6 -0
- package/src/model/wires/Switch.ts +223 -0
- package/src/model/wires/SynchronousMachine.ts +267 -0
- package/src/model/wires/SynchronousMachineKind.ts +9 -0
- package/src/model/wires/SynchronousMachineOperatingMode.ts +5 -0
- package/src/model/wires/TapChanger.ts +55 -0
- package/src/model/wires/TapChangerControl.ts +32 -0
- package/src/model/wires/TapChangerTablePoint.ts +41 -0
- package/src/model/wires/TransformerControlMode.ts +4 -0
- package/src/model/wires/TransformerEnd.ts +143 -0
- package/src/model/wires/WindingConnection.ts +9 -0
- package/src/package.json +16 -0
- package/src/util/datatype-converter.ts +48 -0
- package/src/util/sparql/sparql-building-block.ts +43 -0
- package/src/util/sparql/sparql-utils.ts +150 -0
- package/src/util/util-create.ts +146 -0
- package/src/util/util-search.ts +40 -0
- package/src/util/util-topology.ts +164 -0
- package/src/util/utils.ts +255 -0
- package/src/util/xml/utils.parser.ts +29 -0
- package/src/util/xml/xml.parser.ts +107 -0
- package/src/util/xml/xml.serializer.ts +245 -0
- package/test/apache-jena-fuseki-interface/apache-jena-fuseki-neplan.tests.spec.ts +864 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/LICENSE +617 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/NOTICE +216 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/README +62 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-delete +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-get +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-head +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-post +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-put +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-query +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/s-update-form +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/bin/soh +725 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki +512 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-backup +34 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server +95 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.bat +28 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki-server.jar +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.service +59 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/fuseki.war +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/config.ttl +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/configuration/test.ttl +50 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/shiro.ini +38 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GOSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GPOS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/GSPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSP.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/OSPG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POS.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/POSG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPO.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/SPOG.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/journal.jrnl +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/node2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/nodes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefix2id.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixIdx.idn +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/prefixes.dat +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.cfg +32 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/system/tdb.lock +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-mem +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-service +23 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-dir +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb-mem +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2 +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-dir +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/run/templates/config-tdb2-mem +30 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/WEB-INF/web.xml +332 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/admin-logs.html +73 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-select.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.css.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap-theme.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.css.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/bootstrap.min.css +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.css +301 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/codemirror.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/font-awesome.min.css +4 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/fui.css +191 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.dataTables.css +220 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-noscript.css +22 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui-noscript.css +17 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload-ui.css +57 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/jquery.fileupload.css +36 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/pivot.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/qonsole.css +172 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasqe.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/css/yasr.min.css +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/dataset.html +247 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/documentation.html +83 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/FontAwesome.otf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.svg +504 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/fontawesome-webfont.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.eot +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.svg +229 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/fonts/glyphicons-halflings-regular.woff +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/back_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/favicon.ico +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/forward_enabled_hover.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/jena-logo-notext-small.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_asc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_both.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/sort_desc_disabled.png +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/images/wait30.gif +0 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/index.html +101 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/dataset-controller.js +69 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/index-controller.js +50 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/manage-controller.js +39 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/query-controller.js +72 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/upload-controller.js +42 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/controllers/validation-controller.js +38 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/fui.js +33 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.dataset.js +31 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.index.js +24 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.manage.js +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/main.validation.js +24 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset-stats.js +102 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/dataset.js +262 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/fuseki-server.js +180 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/task.js +105 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/models/validation-options.js +85 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/qonsole-config.js +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/ping-service.js +54 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/services/validation-service.js +98 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-edit.tpl +58 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-info.tpl +40 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-management.tpl +62 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selection-list.tpl +22 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-selector.tpl +15 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-simple-create.tpl +85 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/dataset-stats.tpl +14 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/file-upload.tpl +46 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/templates/uploadable-file.tpl +23 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/util/page-utils.js +33 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-edit.js +205 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-info.js +76 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-management.js +173 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selection-list.js +58 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-selector.js +84 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-simple-create.js +102 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/dataset-stats.js +41 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/datasets-dropdown-list.js +43 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/file-upload.js +225 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/tabbed-view-manager.js +63 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/uploadable-file.js +39 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/app/views/validation-options.js +54 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/common-config.js +94 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/brace-fold.js +105 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/comment-fold.js +57 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldcode.js +145 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/foldgutter.js +134 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/addon/fold/xml-fold.js +181 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone-min.js +2 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.js +1581 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/backbone.marionette.js +2385 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap-select.min.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/bootstrap.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/html5shiv.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.js +9789 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-1.10.2.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery-ui.min.js +7 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.dataTables.min.js +157 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.js +1426 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.fileupload.local.js +1428 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.form.js +1278 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.iframe-transport.js +214 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.ui.widget.js +530 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/jquery.xdomainrequest.js +90 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/lib/codemirror.js +7638 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/javascript/javascript.js +683 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/sparql/sparql.js +160 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/turtle/turtle.js +160 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/mode/xml/xml.js +384 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.js +1363 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js +2 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/pivot.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/plugins/text.js +386 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/qonsole.js +577 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/refresh.sh +21 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.js +2076 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/require.min.js +36 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/respond.min.js +6 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/sprintf-0.7-beta1.js +183 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/underscore.js +1276 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js +9 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasqe.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js +8 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/yasr.min.js.map +1 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/manage.html +110 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/services.html +76 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/test/test-fuseki-config.ttl +27 -0
- package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/validate.html +147 -0
- package/test/apache-jena-fuseki-interface/data/json/PersistData.json +111 -0
- package/test/apache-jena-fuseki-interface/data/xml/AssetHealthEvent.xml +45 -0
- package/test/apache-jena-fuseki-interface/data/xml/AssetOwner.xml +11 -0
- package/test/apache-jena-fuseki-interface/data/xml/Outages.xml +69 -0
- package/test/apache-jena-fuseki-interface/data/xml/PsrType.xml +80 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1.xml +15755 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_EQ_V1_feeder_ext.xml +54 -0
- package/test/apache-jena-fuseki-interface/data/xml/neplan-eslohe/Eslohe_Rootnet_Area_1_SSH_V1.xml +2796 -0
- package/test/apache-jena-fuseki-interface/data/xml-rdf-data.xml +84 -0
- package/test/cim-xml-rdf-parser/cim-xml-rdf-parser.tests.spec.ts +23 -0
- package/test/cim-xml-rdf-parser/data/rdfxml_serialisation.xml +192 -0
- package/test/integral7-converter/integral7-converter.tests.spec.ts +185 -0
- package/test/power-system-data-model-converter/data/fixed_feed_in_input.csv +72 -0
- package/test/power-system-data-model-converter/data/line_input.csv +1910 -0
- package/test/power-system-data-model-converter/data/line_type_input.csv +5 -0
- package/test/power-system-data-model-converter/data/load_input.csv +1829 -0
- package/test/power-system-data-model-converter/data/node_input.csv +2835 -0
- package/test/power-system-data-model-converter/data/time_series_mapping.csv +878 -0
- package/test/power-system-data-model-converter/data/transformer_2_w_input.csv +1047 -0
- package/test/power-system-data-model-converter/data/transformer_2_w_type_input.csv +5 -0
- package/test/power-system-data-model-converter/power-system-data-model-converter.tests.spec.ts +310 -0
- package/tsconfig.json +24 -0
- package/webpack.config.js +24 -0
package/test/apache-jena-fuseki-interface/data/apache-jena-fuseki-3.12.0/webapp/js/lib/underscore.js
ADDED
|
@@ -0,0 +1,1276 @@
|
|
|
1
|
+
// Underscore.js 1.5.2
|
|
2
|
+
// http://underscorejs.org
|
|
3
|
+
// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
4
|
+
// Underscore may be freely distributed under the MIT license.
|
|
5
|
+
|
|
6
|
+
(function() {
|
|
7
|
+
|
|
8
|
+
// Baseline setup
|
|
9
|
+
// --------------
|
|
10
|
+
|
|
11
|
+
// Establish the root object, `window` in the browser, or `exports` on the server.
|
|
12
|
+
var root = this;
|
|
13
|
+
|
|
14
|
+
// Save the previous value of the `_` variable.
|
|
15
|
+
var previousUnderscore = root._;
|
|
16
|
+
|
|
17
|
+
// Establish the object that gets returned to break out of a loop iteration.
|
|
18
|
+
var breaker = {};
|
|
19
|
+
|
|
20
|
+
// Save bytes in the minified (but not gzipped) version:
|
|
21
|
+
var ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;
|
|
22
|
+
|
|
23
|
+
// Create quick reference variables for speed access to core prototypes.
|
|
24
|
+
var
|
|
25
|
+
push = ArrayProto.push,
|
|
26
|
+
slice = ArrayProto.slice,
|
|
27
|
+
concat = ArrayProto.concat,
|
|
28
|
+
toString = ObjProto.toString,
|
|
29
|
+
hasOwnProperty = ObjProto.hasOwnProperty;
|
|
30
|
+
|
|
31
|
+
// All **ECMAScript 5** native function implementations that we hope to use
|
|
32
|
+
// are declared here.
|
|
33
|
+
var
|
|
34
|
+
nativeForEach = ArrayProto.forEach,
|
|
35
|
+
nativeMap = ArrayProto.map,
|
|
36
|
+
nativeReduce = ArrayProto.reduce,
|
|
37
|
+
nativeReduceRight = ArrayProto.reduceRight,
|
|
38
|
+
nativeFilter = ArrayProto.filter,
|
|
39
|
+
nativeEvery = ArrayProto.every,
|
|
40
|
+
nativeSome = ArrayProto.some,
|
|
41
|
+
nativeIndexOf = ArrayProto.indexOf,
|
|
42
|
+
nativeLastIndexOf = ArrayProto.lastIndexOf,
|
|
43
|
+
nativeIsArray = Array.isArray,
|
|
44
|
+
nativeKeys = Object.keys,
|
|
45
|
+
nativeBind = FuncProto.bind;
|
|
46
|
+
|
|
47
|
+
// Create a safe reference to the Underscore object for use below.
|
|
48
|
+
var _ = function(obj) {
|
|
49
|
+
if (obj instanceof _) return obj;
|
|
50
|
+
if (!(this instanceof _)) return new _(obj);
|
|
51
|
+
this._wrapped = obj;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
// Export the Underscore object for **Node.js**, with
|
|
55
|
+
// backwards-compatibility for the old `require()` API. If we're in
|
|
56
|
+
// the browser, add `_` as a global object via a string identifier,
|
|
57
|
+
// for Closure Compiler "advanced" mode.
|
|
58
|
+
if (typeof exports !== 'undefined') {
|
|
59
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
60
|
+
exports = module.exports = _;
|
|
61
|
+
}
|
|
62
|
+
exports._ = _;
|
|
63
|
+
} else {
|
|
64
|
+
root._ = _;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Current version.
|
|
68
|
+
_.VERSION = '1.5.2';
|
|
69
|
+
|
|
70
|
+
// Collection Functions
|
|
71
|
+
// --------------------
|
|
72
|
+
|
|
73
|
+
// The cornerstone, an `each` implementation, aka `forEach`.
|
|
74
|
+
// Handles objects with the built-in `forEach`, arrays, and raw objects.
|
|
75
|
+
// Delegates to **ECMAScript 5**'s native `forEach` if available.
|
|
76
|
+
var each = _.each = _.forEach = function(obj, iterator, context) {
|
|
77
|
+
if (obj == null) return;
|
|
78
|
+
if (nativeForEach && obj.forEach === nativeForEach) {
|
|
79
|
+
obj.forEach(iterator, context);
|
|
80
|
+
} else if (obj.length === +obj.length) {
|
|
81
|
+
for (var i = 0, length = obj.length; i < length; i++) {
|
|
82
|
+
if (iterator.call(context, obj[i], i, obj) === breaker) return;
|
|
83
|
+
}
|
|
84
|
+
} else {
|
|
85
|
+
var keys = _.keys(obj);
|
|
86
|
+
for (var i = 0, length = keys.length; i < length; i++) {
|
|
87
|
+
if (iterator.call(context, obj[keys[i]], keys[i], obj) === breaker) return;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
// Return the results of applying the iterator to each element.
|
|
93
|
+
// Delegates to **ECMAScript 5**'s native `map` if available.
|
|
94
|
+
_.map = _.collect = function(obj, iterator, context) {
|
|
95
|
+
var results = [];
|
|
96
|
+
if (obj == null) return results;
|
|
97
|
+
if (nativeMap && obj.map === nativeMap) return obj.map(iterator, context);
|
|
98
|
+
each(obj, function(value, index, list) {
|
|
99
|
+
results.push(iterator.call(context, value, index, list));
|
|
100
|
+
});
|
|
101
|
+
return results;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
var reduceError = 'Reduce of empty array with no initial value';
|
|
105
|
+
|
|
106
|
+
// **Reduce** builds up a single result from a list of values, aka `inject`,
|
|
107
|
+
// or `foldl`. Delegates to **ECMAScript 5**'s native `reduce` if available.
|
|
108
|
+
_.reduce = _.foldl = _.inject = function(obj, iterator, memo, context) {
|
|
109
|
+
var initial = arguments.length > 2;
|
|
110
|
+
if (obj == null) obj = [];
|
|
111
|
+
if (nativeReduce && obj.reduce === nativeReduce) {
|
|
112
|
+
if (context) iterator = _.bind(iterator, context);
|
|
113
|
+
return initial ? obj.reduce(iterator, memo) : obj.reduce(iterator);
|
|
114
|
+
}
|
|
115
|
+
each(obj, function(value, index, list) {
|
|
116
|
+
if (!initial) {
|
|
117
|
+
memo = value;
|
|
118
|
+
initial = true;
|
|
119
|
+
} else {
|
|
120
|
+
memo = iterator.call(context, memo, value, index, list);
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
if (!initial) throw new TypeError(reduceError);
|
|
124
|
+
return memo;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
// The right-associative version of reduce, also known as `foldr`.
|
|
128
|
+
// Delegates to **ECMAScript 5**'s native `reduceRight` if available.
|
|
129
|
+
_.reduceRight = _.foldr = function(obj, iterator, memo, context) {
|
|
130
|
+
var initial = arguments.length > 2;
|
|
131
|
+
if (obj == null) obj = [];
|
|
132
|
+
if (nativeReduceRight && obj.reduceRight === nativeReduceRight) {
|
|
133
|
+
if (context) iterator = _.bind(iterator, context);
|
|
134
|
+
return initial ? obj.reduceRight(iterator, memo) : obj.reduceRight(iterator);
|
|
135
|
+
}
|
|
136
|
+
var length = obj.length;
|
|
137
|
+
if (length !== +length) {
|
|
138
|
+
var keys = _.keys(obj);
|
|
139
|
+
length = keys.length;
|
|
140
|
+
}
|
|
141
|
+
each(obj, function(value, index, list) {
|
|
142
|
+
index = keys ? keys[--length] : --length;
|
|
143
|
+
if (!initial) {
|
|
144
|
+
memo = obj[index];
|
|
145
|
+
initial = true;
|
|
146
|
+
} else {
|
|
147
|
+
memo = iterator.call(context, memo, obj[index], index, list);
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
if (!initial) throw new TypeError(reduceError);
|
|
151
|
+
return memo;
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
// Return the first value which passes a truth test. Aliased as `detect`.
|
|
155
|
+
_.find = _.detect = function(obj, iterator, context) {
|
|
156
|
+
var result;
|
|
157
|
+
any(obj, function(value, index, list) {
|
|
158
|
+
if (iterator.call(context, value, index, list)) {
|
|
159
|
+
result = value;
|
|
160
|
+
return true;
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
return result;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
// Return all the elements that pass a truth test.
|
|
167
|
+
// Delegates to **ECMAScript 5**'s native `filter` if available.
|
|
168
|
+
// Aliased as `select`.
|
|
169
|
+
_.filter = _.select = function(obj, iterator, context) {
|
|
170
|
+
var results = [];
|
|
171
|
+
if (obj == null) return results;
|
|
172
|
+
if (nativeFilter && obj.filter === nativeFilter) return obj.filter(iterator, context);
|
|
173
|
+
each(obj, function(value, index, list) {
|
|
174
|
+
if (iterator.call(context, value, index, list)) results.push(value);
|
|
175
|
+
});
|
|
176
|
+
return results;
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
// Return all the elements for which a truth test fails.
|
|
180
|
+
_.reject = function(obj, iterator, context) {
|
|
181
|
+
return _.filter(obj, function(value, index, list) {
|
|
182
|
+
return !iterator.call(context, value, index, list);
|
|
183
|
+
}, context);
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
// Determine whether all of the elements match a truth test.
|
|
187
|
+
// Delegates to **ECMAScript 5**'s native `every` if available.
|
|
188
|
+
// Aliased as `all`.
|
|
189
|
+
_.every = _.all = function(obj, iterator, context) {
|
|
190
|
+
iterator || (iterator = _.identity);
|
|
191
|
+
var result = true;
|
|
192
|
+
if (obj == null) return result;
|
|
193
|
+
if (nativeEvery && obj.every === nativeEvery) return obj.every(iterator, context);
|
|
194
|
+
each(obj, function(value, index, list) {
|
|
195
|
+
if (!(result = result && iterator.call(context, value, index, list))) return breaker;
|
|
196
|
+
});
|
|
197
|
+
return !!result;
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
// Determine if at least one element in the object matches a truth test.
|
|
201
|
+
// Delegates to **ECMAScript 5**'s native `some` if available.
|
|
202
|
+
// Aliased as `any`.
|
|
203
|
+
var any = _.some = _.any = function(obj, iterator, context) {
|
|
204
|
+
iterator || (iterator = _.identity);
|
|
205
|
+
var result = false;
|
|
206
|
+
if (obj == null) return result;
|
|
207
|
+
if (nativeSome && obj.some === nativeSome) return obj.some(iterator, context);
|
|
208
|
+
each(obj, function(value, index, list) {
|
|
209
|
+
if (result || (result = iterator.call(context, value, index, list))) return breaker;
|
|
210
|
+
});
|
|
211
|
+
return !!result;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
// Determine if the array or object contains a given value (using `===`).
|
|
215
|
+
// Aliased as `include`.
|
|
216
|
+
_.contains = _.include = function(obj, target) {
|
|
217
|
+
if (obj == null) return false;
|
|
218
|
+
if (nativeIndexOf && obj.indexOf === nativeIndexOf) return obj.indexOf(target) != -1;
|
|
219
|
+
return any(obj, function(value) {
|
|
220
|
+
return value === target;
|
|
221
|
+
});
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
// Invoke a method (with arguments) on every item in a collection.
|
|
225
|
+
_.invoke = function(obj, method) {
|
|
226
|
+
var args = slice.call(arguments, 2);
|
|
227
|
+
var isFunc = _.isFunction(method);
|
|
228
|
+
return _.map(obj, function(value) {
|
|
229
|
+
return (isFunc ? method : value[method]).apply(value, args);
|
|
230
|
+
});
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
// Convenience version of a common use case of `map`: fetching a property.
|
|
234
|
+
_.pluck = function(obj, key) {
|
|
235
|
+
return _.map(obj, function(value){ return value[key]; });
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
// Convenience version of a common use case of `filter`: selecting only objects
|
|
239
|
+
// containing specific `key:value` pairs.
|
|
240
|
+
_.where = function(obj, attrs, first) {
|
|
241
|
+
if (_.isEmpty(attrs)) return first ? void 0 : [];
|
|
242
|
+
return _[first ? 'find' : 'filter'](obj, function(value) {
|
|
243
|
+
for (var key in attrs) {
|
|
244
|
+
if (attrs[key] !== value[key]) return false;
|
|
245
|
+
}
|
|
246
|
+
return true;
|
|
247
|
+
});
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
// Convenience version of a common use case of `find`: getting the first object
|
|
251
|
+
// containing specific `key:value` pairs.
|
|
252
|
+
_.findWhere = function(obj, attrs) {
|
|
253
|
+
return _.where(obj, attrs, true);
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
// Return the maximum element or (element-based computation).
|
|
257
|
+
// Can't optimize arrays of integers longer than 65,535 elements.
|
|
258
|
+
// See [WebKit Bug 80797](https://bugs.webkit.org/show_bug.cgi?id=80797)
|
|
259
|
+
_.max = function(obj, iterator, context) {
|
|
260
|
+
if (!iterator && _.isArray(obj) && obj[0] === +obj[0] && obj.length < 65535) {
|
|
261
|
+
return Math.max.apply(Math, obj);
|
|
262
|
+
}
|
|
263
|
+
if (!iterator && _.isEmpty(obj)) return -Infinity;
|
|
264
|
+
var result = {computed : -Infinity, value: -Infinity};
|
|
265
|
+
each(obj, function(value, index, list) {
|
|
266
|
+
var computed = iterator ? iterator.call(context, value, index, list) : value;
|
|
267
|
+
computed > result.computed && (result = {value : value, computed : computed});
|
|
268
|
+
});
|
|
269
|
+
return result.value;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
// Return the minimum element (or element-based computation).
|
|
273
|
+
_.min = function(obj, iterator, context) {
|
|
274
|
+
if (!iterator && _.isArray(obj) && obj[0] === +obj[0] && obj.length < 65535) {
|
|
275
|
+
return Math.min.apply(Math, obj);
|
|
276
|
+
}
|
|
277
|
+
if (!iterator && _.isEmpty(obj)) return Infinity;
|
|
278
|
+
var result = {computed : Infinity, value: Infinity};
|
|
279
|
+
each(obj, function(value, index, list) {
|
|
280
|
+
var computed = iterator ? iterator.call(context, value, index, list) : value;
|
|
281
|
+
computed < result.computed && (result = {value : value, computed : computed});
|
|
282
|
+
});
|
|
283
|
+
return result.value;
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
// Shuffle an array, using the modern version of the
|
|
287
|
+
// [Fisher-Yates shuffle](http://en.wikipedia.org/wiki/Fisher–Yates_shuffle).
|
|
288
|
+
_.shuffle = function(obj) {
|
|
289
|
+
var rand;
|
|
290
|
+
var index = 0;
|
|
291
|
+
var shuffled = [];
|
|
292
|
+
each(obj, function(value) {
|
|
293
|
+
rand = _.random(index++);
|
|
294
|
+
shuffled[index - 1] = shuffled[rand];
|
|
295
|
+
shuffled[rand] = value;
|
|
296
|
+
});
|
|
297
|
+
return shuffled;
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
// Sample **n** random values from an array.
|
|
301
|
+
// If **n** is not specified, returns a single random element from the array.
|
|
302
|
+
// The internal `guard` argument allows it to work with `map`.
|
|
303
|
+
_.sample = function(obj, n, guard) {
|
|
304
|
+
if (arguments.length < 2 || guard) {
|
|
305
|
+
return obj[_.random(obj.length - 1)];
|
|
306
|
+
}
|
|
307
|
+
return _.shuffle(obj).slice(0, Math.max(0, n));
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
// An internal function to generate lookup iterators.
|
|
311
|
+
var lookupIterator = function(value) {
|
|
312
|
+
return _.isFunction(value) ? value : function(obj){ return obj[value]; };
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
// Sort the object's values by a criterion produced by an iterator.
|
|
316
|
+
_.sortBy = function(obj, value, context) {
|
|
317
|
+
var iterator = lookupIterator(value);
|
|
318
|
+
return _.pluck(_.map(obj, function(value, index, list) {
|
|
319
|
+
return {
|
|
320
|
+
value: value,
|
|
321
|
+
index: index,
|
|
322
|
+
criteria: iterator.call(context, value, index, list)
|
|
323
|
+
};
|
|
324
|
+
}).sort(function(left, right) {
|
|
325
|
+
var a = left.criteria;
|
|
326
|
+
var b = right.criteria;
|
|
327
|
+
if (a !== b) {
|
|
328
|
+
if (a > b || a === void 0) return 1;
|
|
329
|
+
if (a < b || b === void 0) return -1;
|
|
330
|
+
}
|
|
331
|
+
return left.index - right.index;
|
|
332
|
+
}), 'value');
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
// An internal function used for aggregate "group by" operations.
|
|
336
|
+
var group = function(behavior) {
|
|
337
|
+
return function(obj, value, context) {
|
|
338
|
+
var result = {};
|
|
339
|
+
var iterator = value == null ? _.identity : lookupIterator(value);
|
|
340
|
+
each(obj, function(value, index) {
|
|
341
|
+
var key = iterator.call(context, value, index, obj);
|
|
342
|
+
behavior(result, key, value);
|
|
343
|
+
});
|
|
344
|
+
return result;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
// Groups the object's values by a criterion. Pass either a string attribute
|
|
349
|
+
// to group by, or a function that returns the criterion.
|
|
350
|
+
_.groupBy = group(function(result, key, value) {
|
|
351
|
+
(_.has(result, key) ? result[key] : (result[key] = [])).push(value);
|
|
352
|
+
});
|
|
353
|
+
|
|
354
|
+
// Indexes the object's values by a criterion, similar to `groupBy`, but for
|
|
355
|
+
// when you know that your index values will be unique.
|
|
356
|
+
_.indexBy = group(function(result, key, value) {
|
|
357
|
+
result[key] = value;
|
|
358
|
+
});
|
|
359
|
+
|
|
360
|
+
// Counts instances of an object that group by a certain criterion. Pass
|
|
361
|
+
// either a string attribute to count by, or a function that returns the
|
|
362
|
+
// criterion.
|
|
363
|
+
_.countBy = group(function(result, key) {
|
|
364
|
+
_.has(result, key) ? result[key]++ : result[key] = 1;
|
|
365
|
+
});
|
|
366
|
+
|
|
367
|
+
// Use a comparator function to figure out the smallest index at which
|
|
368
|
+
// an object should be inserted so as to maintain order. Uses binary search.
|
|
369
|
+
_.sortedIndex = function(array, obj, iterator, context) {
|
|
370
|
+
iterator = iterator == null ? _.identity : lookupIterator(iterator);
|
|
371
|
+
var value = iterator.call(context, obj);
|
|
372
|
+
var low = 0, high = array.length;
|
|
373
|
+
while (low < high) {
|
|
374
|
+
var mid = (low + high) >>> 1;
|
|
375
|
+
iterator.call(context, array[mid]) < value ? low = mid + 1 : high = mid;
|
|
376
|
+
}
|
|
377
|
+
return low;
|
|
378
|
+
};
|
|
379
|
+
|
|
380
|
+
// Safely create a real, live array from anything iterable.
|
|
381
|
+
_.toArray = function(obj) {
|
|
382
|
+
if (!obj) return [];
|
|
383
|
+
if (_.isArray(obj)) return slice.call(obj);
|
|
384
|
+
if (obj.length === +obj.length) return _.map(obj, _.identity);
|
|
385
|
+
return _.values(obj);
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
// Return the number of elements in an object.
|
|
389
|
+
_.size = function(obj) {
|
|
390
|
+
if (obj == null) return 0;
|
|
391
|
+
return (obj.length === +obj.length) ? obj.length : _.keys(obj).length;
|
|
392
|
+
};
|
|
393
|
+
|
|
394
|
+
// Array Functions
|
|
395
|
+
// ---------------
|
|
396
|
+
|
|
397
|
+
// Get the first element of an array. Passing **n** will return the first N
|
|
398
|
+
// values in the array. Aliased as `head` and `take`. The **guard** check
|
|
399
|
+
// allows it to work with `_.map`.
|
|
400
|
+
_.first = _.head = _.take = function(array, n, guard) {
|
|
401
|
+
if (array == null) return void 0;
|
|
402
|
+
return (n == null) || guard ? array[0] : slice.call(array, 0, n);
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
// Returns everything but the last entry of the array. Especially useful on
|
|
406
|
+
// the arguments object. Passing **n** will return all the values in
|
|
407
|
+
// the array, excluding the last N. The **guard** check allows it to work with
|
|
408
|
+
// `_.map`.
|
|
409
|
+
_.initial = function(array, n, guard) {
|
|
410
|
+
return slice.call(array, 0, array.length - ((n == null) || guard ? 1 : n));
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
// Get the last element of an array. Passing **n** will return the last N
|
|
414
|
+
// values in the array. The **guard** check allows it to work with `_.map`.
|
|
415
|
+
_.last = function(array, n, guard) {
|
|
416
|
+
if (array == null) return void 0;
|
|
417
|
+
if ((n == null) || guard) {
|
|
418
|
+
return array[array.length - 1];
|
|
419
|
+
} else {
|
|
420
|
+
return slice.call(array, Math.max(array.length - n, 0));
|
|
421
|
+
}
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
// Returns everything but the first entry of the array. Aliased as `tail` and `drop`.
|
|
425
|
+
// Especially useful on the arguments object. Passing an **n** will return
|
|
426
|
+
// the rest N values in the array. The **guard**
|
|
427
|
+
// check allows it to work with `_.map`.
|
|
428
|
+
_.rest = _.tail = _.drop = function(array, n, guard) {
|
|
429
|
+
return slice.call(array, (n == null) || guard ? 1 : n);
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
// Trim out all falsy values from an array.
|
|
433
|
+
_.compact = function(array) {
|
|
434
|
+
return _.filter(array, _.identity);
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
// Internal implementation of a recursive `flatten` function.
|
|
438
|
+
var flatten = function(input, shallow, output) {
|
|
439
|
+
if (shallow && _.every(input, _.isArray)) {
|
|
440
|
+
return concat.apply(output, input);
|
|
441
|
+
}
|
|
442
|
+
each(input, function(value) {
|
|
443
|
+
if (_.isArray(value) || _.isArguments(value)) {
|
|
444
|
+
shallow ? push.apply(output, value) : flatten(value, shallow, output);
|
|
445
|
+
} else {
|
|
446
|
+
output.push(value);
|
|
447
|
+
}
|
|
448
|
+
});
|
|
449
|
+
return output;
|
|
450
|
+
};
|
|
451
|
+
|
|
452
|
+
// Flatten out an array, either recursively (by default), or just one level.
|
|
453
|
+
_.flatten = function(array, shallow) {
|
|
454
|
+
return flatten(array, shallow, []);
|
|
455
|
+
};
|
|
456
|
+
|
|
457
|
+
// Return a version of the array that does not contain the specified value(s).
|
|
458
|
+
_.without = function(array) {
|
|
459
|
+
return _.difference(array, slice.call(arguments, 1));
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
// Produce a duplicate-free version of the array. If the array has already
|
|
463
|
+
// been sorted, you have the option of using a faster algorithm.
|
|
464
|
+
// Aliased as `unique`.
|
|
465
|
+
_.uniq = _.unique = function(array, isSorted, iterator, context) {
|
|
466
|
+
if (_.isFunction(isSorted)) {
|
|
467
|
+
context = iterator;
|
|
468
|
+
iterator = isSorted;
|
|
469
|
+
isSorted = false;
|
|
470
|
+
}
|
|
471
|
+
var initial = iterator ? _.map(array, iterator, context) : array;
|
|
472
|
+
var results = [];
|
|
473
|
+
var seen = [];
|
|
474
|
+
each(initial, function(value, index) {
|
|
475
|
+
if (isSorted ? (!index || seen[seen.length - 1] !== value) : !_.contains(seen, value)) {
|
|
476
|
+
seen.push(value);
|
|
477
|
+
results.push(array[index]);
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
return results;
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
// Produce an array that contains the union: each distinct element from all of
|
|
484
|
+
// the passed-in arrays.
|
|
485
|
+
_.union = function() {
|
|
486
|
+
return _.uniq(_.flatten(arguments, true));
|
|
487
|
+
};
|
|
488
|
+
|
|
489
|
+
// Produce an array that contains every item shared between all the
|
|
490
|
+
// passed-in arrays.
|
|
491
|
+
_.intersection = function(array) {
|
|
492
|
+
var rest = slice.call(arguments, 1);
|
|
493
|
+
return _.filter(_.uniq(array), function(item) {
|
|
494
|
+
return _.every(rest, function(other) {
|
|
495
|
+
return _.indexOf(other, item) >= 0;
|
|
496
|
+
});
|
|
497
|
+
});
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
// Take the difference between one array and a number of other arrays.
|
|
501
|
+
// Only the elements present in just the first array will remain.
|
|
502
|
+
_.difference = function(array) {
|
|
503
|
+
var rest = concat.apply(ArrayProto, slice.call(arguments, 1));
|
|
504
|
+
return _.filter(array, function(value){ return !_.contains(rest, value); });
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
// Zip together multiple lists into a single array -- elements that share
|
|
508
|
+
// an index go together.
|
|
509
|
+
_.zip = function() {
|
|
510
|
+
var length = _.max(_.pluck(arguments, "length").concat(0));
|
|
511
|
+
var results = new Array(length);
|
|
512
|
+
for (var i = 0; i < length; i++) {
|
|
513
|
+
results[i] = _.pluck(arguments, '' + i);
|
|
514
|
+
}
|
|
515
|
+
return results;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
// Converts lists into objects. Pass either a single array of `[key, value]`
|
|
519
|
+
// pairs, or two parallel arrays of the same length -- one of keys, and one of
|
|
520
|
+
// the corresponding values.
|
|
521
|
+
_.object = function(list, values) {
|
|
522
|
+
if (list == null) return {};
|
|
523
|
+
var result = {};
|
|
524
|
+
for (var i = 0, length = list.length; i < length; i++) {
|
|
525
|
+
if (values) {
|
|
526
|
+
result[list[i]] = values[i];
|
|
527
|
+
} else {
|
|
528
|
+
result[list[i][0]] = list[i][1];
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
return result;
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
// If the browser doesn't supply us with indexOf (I'm looking at you, **MSIE**),
|
|
535
|
+
// we need this function. Return the position of the first occurrence of an
|
|
536
|
+
// item in an array, or -1 if the item is not included in the array.
|
|
537
|
+
// Delegates to **ECMAScript 5**'s native `indexOf` if available.
|
|
538
|
+
// If the array is large and already in sort order, pass `true`
|
|
539
|
+
// for **isSorted** to use binary search.
|
|
540
|
+
_.indexOf = function(array, item, isSorted) {
|
|
541
|
+
if (array == null) return -1;
|
|
542
|
+
var i = 0, length = array.length;
|
|
543
|
+
if (isSorted) {
|
|
544
|
+
if (typeof isSorted == 'number') {
|
|
545
|
+
i = (isSorted < 0 ? Math.max(0, length + isSorted) : isSorted);
|
|
546
|
+
} else {
|
|
547
|
+
i = _.sortedIndex(array, item);
|
|
548
|
+
return array[i] === item ? i : -1;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
if (nativeIndexOf && array.indexOf === nativeIndexOf) return array.indexOf(item, isSorted);
|
|
552
|
+
for (; i < length; i++) if (array[i] === item) return i;
|
|
553
|
+
return -1;
|
|
554
|
+
};
|
|
555
|
+
|
|
556
|
+
// Delegates to **ECMAScript 5**'s native `lastIndexOf` if available.
|
|
557
|
+
_.lastIndexOf = function(array, item, from) {
|
|
558
|
+
if (array == null) return -1;
|
|
559
|
+
var hasIndex = from != null;
|
|
560
|
+
if (nativeLastIndexOf && array.lastIndexOf === nativeLastIndexOf) {
|
|
561
|
+
return hasIndex ? array.lastIndexOf(item, from) : array.lastIndexOf(item);
|
|
562
|
+
}
|
|
563
|
+
var i = (hasIndex ? from : array.length);
|
|
564
|
+
while (i--) if (array[i] === item) return i;
|
|
565
|
+
return -1;
|
|
566
|
+
};
|
|
567
|
+
|
|
568
|
+
// Generate an integer Array containing an arithmetic progression. A port of
|
|
569
|
+
// the native Python `range()` function. See
|
|
570
|
+
// [the Python documentation](http://docs.python.org/library/functions.html#range).
|
|
571
|
+
_.range = function(start, stop, step) {
|
|
572
|
+
if (arguments.length <= 1) {
|
|
573
|
+
stop = start || 0;
|
|
574
|
+
start = 0;
|
|
575
|
+
}
|
|
576
|
+
step = arguments[2] || 1;
|
|
577
|
+
|
|
578
|
+
var length = Math.max(Math.ceil((stop - start) / step), 0);
|
|
579
|
+
var idx = 0;
|
|
580
|
+
var range = new Array(length);
|
|
581
|
+
|
|
582
|
+
while(idx < length) {
|
|
583
|
+
range[idx++] = start;
|
|
584
|
+
start += step;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
return range;
|
|
588
|
+
};
|
|
589
|
+
|
|
590
|
+
// Function (ahem) Functions
|
|
591
|
+
// ------------------
|
|
592
|
+
|
|
593
|
+
// Reusable constructor function for prototype setting.
|
|
594
|
+
var ctor = function(){};
|
|
595
|
+
|
|
596
|
+
// Create a function bound to a given object (assigning `this`, and arguments,
|
|
597
|
+
// optionally). Delegates to **ECMAScript 5**'s native `Function.bind` if
|
|
598
|
+
// available.
|
|
599
|
+
_.bind = function(func, context) {
|
|
600
|
+
var args, bound;
|
|
601
|
+
if (nativeBind && func.bind === nativeBind) return nativeBind.apply(func, slice.call(arguments, 1));
|
|
602
|
+
if (!_.isFunction(func)) throw new TypeError;
|
|
603
|
+
args = slice.call(arguments, 2);
|
|
604
|
+
return bound = function() {
|
|
605
|
+
if (!(this instanceof bound)) return func.apply(context, args.concat(slice.call(arguments)));
|
|
606
|
+
ctor.prototype = func.prototype;
|
|
607
|
+
var self = new ctor;
|
|
608
|
+
ctor.prototype = null;
|
|
609
|
+
var result = func.apply(self, args.concat(slice.call(arguments)));
|
|
610
|
+
if (Object(result) === result) return result;
|
|
611
|
+
return self;
|
|
612
|
+
};
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
// Partially apply a function by creating a version that has had some of its
|
|
616
|
+
// arguments pre-filled, without changing its dynamic `this` context.
|
|
617
|
+
_.partial = function(func) {
|
|
618
|
+
var args = slice.call(arguments, 1);
|
|
619
|
+
return function() {
|
|
620
|
+
return func.apply(this, args.concat(slice.call(arguments)));
|
|
621
|
+
};
|
|
622
|
+
};
|
|
623
|
+
|
|
624
|
+
// Bind all of an object's methods to that object. Useful for ensuring that
|
|
625
|
+
// all callbacks defined on an object belong to it.
|
|
626
|
+
_.bindAll = function(obj) {
|
|
627
|
+
var funcs = slice.call(arguments, 1);
|
|
628
|
+
if (funcs.length === 0) throw new Error("bindAll must be passed function names");
|
|
629
|
+
each(funcs, function(f) { obj[f] = _.bind(obj[f], obj); });
|
|
630
|
+
return obj;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
// Memoize an expensive function by storing its results.
|
|
634
|
+
_.memoize = function(func, hasher) {
|
|
635
|
+
var memo = {};
|
|
636
|
+
hasher || (hasher = _.identity);
|
|
637
|
+
return function() {
|
|
638
|
+
var key = hasher.apply(this, arguments);
|
|
639
|
+
return _.has(memo, key) ? memo[key] : (memo[key] = func.apply(this, arguments));
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
// Delays a function for the given number of milliseconds, and then calls
|
|
644
|
+
// it with the arguments supplied.
|
|
645
|
+
_.delay = function(func, wait) {
|
|
646
|
+
var args = slice.call(arguments, 2);
|
|
647
|
+
return setTimeout(function(){ return func.apply(null, args); }, wait);
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
// Defers a function, scheduling it to run after the current call stack has
|
|
651
|
+
// cleared.
|
|
652
|
+
_.defer = function(func) {
|
|
653
|
+
return _.delay.apply(_, [func, 1].concat(slice.call(arguments, 1)));
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
// Returns a function, that, when invoked, will only be triggered at most once
|
|
657
|
+
// during a given window of time. Normally, the throttled function will run
|
|
658
|
+
// as much as it can, without ever going more than once per `wait` duration;
|
|
659
|
+
// but if you'd like to disable the execution on the leading edge, pass
|
|
660
|
+
// `{leading: false}`. To disable execution on the trailing edge, ditto.
|
|
661
|
+
_.throttle = function(func, wait, options) {
|
|
662
|
+
var context, args, result;
|
|
663
|
+
var timeout = null;
|
|
664
|
+
var previous = 0;
|
|
665
|
+
options || (options = {});
|
|
666
|
+
var later = function() {
|
|
667
|
+
previous = options.leading === false ? 0 : new Date;
|
|
668
|
+
timeout = null;
|
|
669
|
+
result = func.apply(context, args);
|
|
670
|
+
};
|
|
671
|
+
return function() {
|
|
672
|
+
var now = new Date;
|
|
673
|
+
if (!previous && options.leading === false) previous = now;
|
|
674
|
+
var remaining = wait - (now - previous);
|
|
675
|
+
context = this;
|
|
676
|
+
args = arguments;
|
|
677
|
+
if (remaining <= 0) {
|
|
678
|
+
clearTimeout(timeout);
|
|
679
|
+
timeout = null;
|
|
680
|
+
previous = now;
|
|
681
|
+
result = func.apply(context, args);
|
|
682
|
+
} else if (!timeout && options.trailing !== false) {
|
|
683
|
+
timeout = setTimeout(later, remaining);
|
|
684
|
+
}
|
|
685
|
+
return result;
|
|
686
|
+
};
|
|
687
|
+
};
|
|
688
|
+
|
|
689
|
+
// Returns a function, that, as long as it continues to be invoked, will not
|
|
690
|
+
// be triggered. The function will be called after it stops being called for
|
|
691
|
+
// N milliseconds. If `immediate` is passed, trigger the function on the
|
|
692
|
+
// leading edge, instead of the trailing.
|
|
693
|
+
_.debounce = function(func, wait, immediate) {
|
|
694
|
+
var timeout, args, context, timestamp, result;
|
|
695
|
+
return function() {
|
|
696
|
+
context = this;
|
|
697
|
+
args = arguments;
|
|
698
|
+
timestamp = new Date();
|
|
699
|
+
var later = function() {
|
|
700
|
+
var last = (new Date()) - timestamp;
|
|
701
|
+
if (last < wait) {
|
|
702
|
+
timeout = setTimeout(later, wait - last);
|
|
703
|
+
} else {
|
|
704
|
+
timeout = null;
|
|
705
|
+
if (!immediate) result = func.apply(context, args);
|
|
706
|
+
}
|
|
707
|
+
};
|
|
708
|
+
var callNow = immediate && !timeout;
|
|
709
|
+
if (!timeout) {
|
|
710
|
+
timeout = setTimeout(later, wait);
|
|
711
|
+
}
|
|
712
|
+
if (callNow) result = func.apply(context, args);
|
|
713
|
+
return result;
|
|
714
|
+
};
|
|
715
|
+
};
|
|
716
|
+
|
|
717
|
+
// Returns a function that will be executed at most one time, no matter how
|
|
718
|
+
// often you call it. Useful for lazy initialization.
|
|
719
|
+
_.once = function(func) {
|
|
720
|
+
var ran = false, memo;
|
|
721
|
+
return function() {
|
|
722
|
+
if (ran) return memo;
|
|
723
|
+
ran = true;
|
|
724
|
+
memo = func.apply(this, arguments);
|
|
725
|
+
func = null;
|
|
726
|
+
return memo;
|
|
727
|
+
};
|
|
728
|
+
};
|
|
729
|
+
|
|
730
|
+
// Returns the first function passed as an argument to the second,
|
|
731
|
+
// allowing you to adjust arguments, run code before and after, and
|
|
732
|
+
// conditionally execute the original function.
|
|
733
|
+
_.wrap = function(func, wrapper) {
|
|
734
|
+
return function() {
|
|
735
|
+
var args = [func];
|
|
736
|
+
push.apply(args, arguments);
|
|
737
|
+
return wrapper.apply(this, args);
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
// Returns a function that is the composition of a list of functions, each
|
|
742
|
+
// consuming the return value of the function that follows.
|
|
743
|
+
_.compose = function() {
|
|
744
|
+
var funcs = arguments;
|
|
745
|
+
return function() {
|
|
746
|
+
var args = arguments;
|
|
747
|
+
for (var i = funcs.length - 1; i >= 0; i--) {
|
|
748
|
+
args = [funcs[i].apply(this, args)];
|
|
749
|
+
}
|
|
750
|
+
return args[0];
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
// Returns a function that will only be executed after being called N times.
|
|
755
|
+
_.after = function(times, func) {
|
|
756
|
+
return function() {
|
|
757
|
+
if (--times < 1) {
|
|
758
|
+
return func.apply(this, arguments);
|
|
759
|
+
}
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
// Object Functions
|
|
764
|
+
// ----------------
|
|
765
|
+
|
|
766
|
+
// Retrieve the names of an object's properties.
|
|
767
|
+
// Delegates to **ECMAScript 5**'s native `Object.keys`
|
|
768
|
+
_.keys = nativeKeys || function(obj) {
|
|
769
|
+
if (obj !== Object(obj)) throw new TypeError('Invalid object');
|
|
770
|
+
var keys = [];
|
|
771
|
+
for (var key in obj) if (_.has(obj, key)) keys.push(key);
|
|
772
|
+
return keys;
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
// Retrieve the values of an object's properties.
|
|
776
|
+
_.values = function(obj) {
|
|
777
|
+
var keys = _.keys(obj);
|
|
778
|
+
var length = keys.length;
|
|
779
|
+
var values = new Array(length);
|
|
780
|
+
for (var i = 0; i < length; i++) {
|
|
781
|
+
values[i] = obj[keys[i]];
|
|
782
|
+
}
|
|
783
|
+
return values;
|
|
784
|
+
};
|
|
785
|
+
|
|
786
|
+
// Convert an object into a list of `[key, value]` pairs.
|
|
787
|
+
_.pairs = function(obj) {
|
|
788
|
+
var keys = _.keys(obj);
|
|
789
|
+
var length = keys.length;
|
|
790
|
+
var pairs = new Array(length);
|
|
791
|
+
for (var i = 0; i < length; i++) {
|
|
792
|
+
pairs[i] = [keys[i], obj[keys[i]]];
|
|
793
|
+
}
|
|
794
|
+
return pairs;
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
// Invert the keys and values of an object. The values must be serializable.
|
|
798
|
+
_.invert = function(obj) {
|
|
799
|
+
var result = {};
|
|
800
|
+
var keys = _.keys(obj);
|
|
801
|
+
for (var i = 0, length = keys.length; i < length; i++) {
|
|
802
|
+
result[obj[keys[i]]] = keys[i];
|
|
803
|
+
}
|
|
804
|
+
return result;
|
|
805
|
+
};
|
|
806
|
+
|
|
807
|
+
// Return a sorted list of the function names available on the object.
|
|
808
|
+
// Aliased as `methods`
|
|
809
|
+
_.functions = _.methods = function(obj) {
|
|
810
|
+
var names = [];
|
|
811
|
+
for (var key in obj) {
|
|
812
|
+
if (_.isFunction(obj[key])) names.push(key);
|
|
813
|
+
}
|
|
814
|
+
return names.sort();
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
// Extend a given object with all the properties in passed-in object(s).
|
|
818
|
+
_.extend = function(obj) {
|
|
819
|
+
each(slice.call(arguments, 1), function(source) {
|
|
820
|
+
if (source) {
|
|
821
|
+
for (var prop in source) {
|
|
822
|
+
obj[prop] = source[prop];
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
});
|
|
826
|
+
return obj;
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
// Return a copy of the object only containing the whitelisted properties.
|
|
830
|
+
_.pick = function(obj) {
|
|
831
|
+
var copy = {};
|
|
832
|
+
var keys = concat.apply(ArrayProto, slice.call(arguments, 1));
|
|
833
|
+
each(keys, function(key) {
|
|
834
|
+
if (key in obj) copy[key] = obj[key];
|
|
835
|
+
});
|
|
836
|
+
return copy;
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
// Return a copy of the object without the blacklisted properties.
|
|
840
|
+
_.omit = function(obj) {
|
|
841
|
+
var copy = {};
|
|
842
|
+
var keys = concat.apply(ArrayProto, slice.call(arguments, 1));
|
|
843
|
+
for (var key in obj) {
|
|
844
|
+
if (!_.contains(keys, key)) copy[key] = obj[key];
|
|
845
|
+
}
|
|
846
|
+
return copy;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
// Fill in a given object with default properties.
|
|
850
|
+
_.defaults = function(obj) {
|
|
851
|
+
each(slice.call(arguments, 1), function(source) {
|
|
852
|
+
if (source) {
|
|
853
|
+
for (var prop in source) {
|
|
854
|
+
if (obj[prop] === void 0) obj[prop] = source[prop];
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
});
|
|
858
|
+
return obj;
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
// Create a (shallow-cloned) duplicate of an object.
|
|
862
|
+
_.clone = function(obj) {
|
|
863
|
+
if (!_.isObject(obj)) return obj;
|
|
864
|
+
return _.isArray(obj) ? obj.slice() : _.extend({}, obj);
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
// Invokes interceptor with the obj, and then returns obj.
|
|
868
|
+
// The primary purpose of this method is to "tap into" a method chain, in
|
|
869
|
+
// order to perform operations on intermediate results within the chain.
|
|
870
|
+
_.tap = function(obj, interceptor) {
|
|
871
|
+
interceptor(obj);
|
|
872
|
+
return obj;
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
// Internal recursive comparison function for `isEqual`.
|
|
876
|
+
var eq = function(a, b, aStack, bStack) {
|
|
877
|
+
// Identical objects are equal. `0 === -0`, but they aren't identical.
|
|
878
|
+
// See the [Harmony `egal` proposal](http://wiki.ecmascript.org/doku.php?id=harmony:egal).
|
|
879
|
+
if (a === b) return a !== 0 || 1 / a == 1 / b;
|
|
880
|
+
// A strict comparison is necessary because `null == undefined`.
|
|
881
|
+
if (a == null || b == null) return a === b;
|
|
882
|
+
// Unwrap any wrapped objects.
|
|
883
|
+
if (a instanceof _) a = a._wrapped;
|
|
884
|
+
if (b instanceof _) b = b._wrapped;
|
|
885
|
+
// Compare `[[Class]]` names.
|
|
886
|
+
var className = toString.call(a);
|
|
887
|
+
if (className != toString.call(b)) return false;
|
|
888
|
+
switch (className) {
|
|
889
|
+
// Strings, numbers, dates, and booleans are compared by value.
|
|
890
|
+
case '[object String]':
|
|
891
|
+
// Primitives and their corresponding object wrappers are equivalent; thus, `"5"` is
|
|
892
|
+
// equivalent to `new String("5")`.
|
|
893
|
+
return a == String(b);
|
|
894
|
+
case '[object Number]':
|
|
895
|
+
// `NaN`s are equivalent, but non-reflexive. An `egal` comparison is performed for
|
|
896
|
+
// other numeric values.
|
|
897
|
+
return a != +a ? b != +b : (a == 0 ? 1 / a == 1 / b : a == +b);
|
|
898
|
+
case '[object Date]':
|
|
899
|
+
case '[object Boolean]':
|
|
900
|
+
// Coerce dates and booleans to numeric primitive values. Dates are compared by their
|
|
901
|
+
// millisecond representations. Note that invalid dates with millisecond representations
|
|
902
|
+
// of `NaN` are not equivalent.
|
|
903
|
+
return +a == +b;
|
|
904
|
+
// RegExps are compared by their source patterns and flags.
|
|
905
|
+
case '[object RegExp]':
|
|
906
|
+
return a.source == b.source &&
|
|
907
|
+
a.global == b.global &&
|
|
908
|
+
a.multiline == b.multiline &&
|
|
909
|
+
a.ignoreCase == b.ignoreCase;
|
|
910
|
+
}
|
|
911
|
+
if (typeof a != 'object' || typeof b != 'object') return false;
|
|
912
|
+
// Assume equality for cyclic structures. The algorithm for detecting cyclic
|
|
913
|
+
// structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.
|
|
914
|
+
var length = aStack.length;
|
|
915
|
+
while (length--) {
|
|
916
|
+
// Linear search. Performance is inversely proportional to the number of
|
|
917
|
+
// unique nested structures.
|
|
918
|
+
if (aStack[length] == a) return bStack[length] == b;
|
|
919
|
+
}
|
|
920
|
+
// Objects with different constructors are not equivalent, but `Object`s
|
|
921
|
+
// from different frames are.
|
|
922
|
+
var aCtor = a.constructor, bCtor = b.constructor;
|
|
923
|
+
if (aCtor !== bCtor && !(_.isFunction(aCtor) && (aCtor instanceof aCtor) &&
|
|
924
|
+
_.isFunction(bCtor) && (bCtor instanceof bCtor))) {
|
|
925
|
+
return false;
|
|
926
|
+
}
|
|
927
|
+
// Add the first object to the stack of traversed objects.
|
|
928
|
+
aStack.push(a);
|
|
929
|
+
bStack.push(b);
|
|
930
|
+
var size = 0, result = true;
|
|
931
|
+
// Recursively compare objects and arrays.
|
|
932
|
+
if (className == '[object Array]') {
|
|
933
|
+
// Compare array lengths to determine if a deep comparison is necessary.
|
|
934
|
+
size = a.length;
|
|
935
|
+
result = size == b.length;
|
|
936
|
+
if (result) {
|
|
937
|
+
// Deep compare the contents, ignoring non-numeric properties.
|
|
938
|
+
while (size--) {
|
|
939
|
+
if (!(result = eq(a[size], b[size], aStack, bStack))) break;
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
} else {
|
|
943
|
+
// Deep compare objects.
|
|
944
|
+
for (var key in a) {
|
|
945
|
+
if (_.has(a, key)) {
|
|
946
|
+
// Count the expected number of properties.
|
|
947
|
+
size++;
|
|
948
|
+
// Deep compare each member.
|
|
949
|
+
if (!(result = _.has(b, key) && eq(a[key], b[key], aStack, bStack))) break;
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
// Ensure that both objects contain the same number of properties.
|
|
953
|
+
if (result) {
|
|
954
|
+
for (key in b) {
|
|
955
|
+
if (_.has(b, key) && !(size--)) break;
|
|
956
|
+
}
|
|
957
|
+
result = !size;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
// Remove the first object from the stack of traversed objects.
|
|
961
|
+
aStack.pop();
|
|
962
|
+
bStack.pop();
|
|
963
|
+
return result;
|
|
964
|
+
};
|
|
965
|
+
|
|
966
|
+
// Perform a deep comparison to check if two objects are equal.
|
|
967
|
+
_.isEqual = function(a, b) {
|
|
968
|
+
return eq(a, b, [], []);
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
// Is a given array, string, or object empty?
|
|
972
|
+
// An "empty" object has no enumerable own-properties.
|
|
973
|
+
_.isEmpty = function(obj) {
|
|
974
|
+
if (obj == null) return true;
|
|
975
|
+
if (_.isArray(obj) || _.isString(obj)) return obj.length === 0;
|
|
976
|
+
for (var key in obj) if (_.has(obj, key)) return false;
|
|
977
|
+
return true;
|
|
978
|
+
};
|
|
979
|
+
|
|
980
|
+
// Is a given value a DOM element?
|
|
981
|
+
_.isElement = function(obj) {
|
|
982
|
+
return !!(obj && obj.nodeType === 1);
|
|
983
|
+
};
|
|
984
|
+
|
|
985
|
+
// Is a given value an array?
|
|
986
|
+
// Delegates to ECMA5's native Array.isArray
|
|
987
|
+
_.isArray = nativeIsArray || function(obj) {
|
|
988
|
+
return toString.call(obj) == '[object Array]';
|
|
989
|
+
};
|
|
990
|
+
|
|
991
|
+
// Is a given variable an object?
|
|
992
|
+
_.isObject = function(obj) {
|
|
993
|
+
return obj === Object(obj);
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
// Add some isType methods: isArguments, isFunction, isString, isNumber, isDate, isRegExp.
|
|
997
|
+
each(['Arguments', 'Function', 'String', 'Number', 'Date', 'RegExp'], function(name) {
|
|
998
|
+
_['is' + name] = function(obj) {
|
|
999
|
+
return toString.call(obj) == '[object ' + name + ']';
|
|
1000
|
+
};
|
|
1001
|
+
});
|
|
1002
|
+
|
|
1003
|
+
// Define a fallback version of the method in browsers (ahem, IE), where
|
|
1004
|
+
// there isn't any inspectable "Arguments" type.
|
|
1005
|
+
if (!_.isArguments(arguments)) {
|
|
1006
|
+
_.isArguments = function(obj) {
|
|
1007
|
+
return !!(obj && _.has(obj, 'callee'));
|
|
1008
|
+
};
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
// Optimize `isFunction` if appropriate.
|
|
1012
|
+
if (typeof (/./) !== 'function') {
|
|
1013
|
+
_.isFunction = function(obj) {
|
|
1014
|
+
return typeof obj === 'function';
|
|
1015
|
+
};
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// Is a given object a finite number?
|
|
1019
|
+
_.isFinite = function(obj) {
|
|
1020
|
+
return isFinite(obj) && !isNaN(parseFloat(obj));
|
|
1021
|
+
};
|
|
1022
|
+
|
|
1023
|
+
// Is the given value `NaN`? (NaN is the only number which does not equal itself).
|
|
1024
|
+
_.isNaN = function(obj) {
|
|
1025
|
+
return _.isNumber(obj) && obj != +obj;
|
|
1026
|
+
};
|
|
1027
|
+
|
|
1028
|
+
// Is a given value a boolean?
|
|
1029
|
+
_.isBoolean = function(obj) {
|
|
1030
|
+
return obj === true || obj === false || toString.call(obj) == '[object Boolean]';
|
|
1031
|
+
};
|
|
1032
|
+
|
|
1033
|
+
// Is a given value equal to null?
|
|
1034
|
+
_.isNull = function(obj) {
|
|
1035
|
+
return obj === null;
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
// Is a given variable undefined?
|
|
1039
|
+
_.isUndefined = function(obj) {
|
|
1040
|
+
return obj === void 0;
|
|
1041
|
+
};
|
|
1042
|
+
|
|
1043
|
+
// Shortcut function for checking if an object has a given property directly
|
|
1044
|
+
// on itself (in other words, not on a prototype).
|
|
1045
|
+
_.has = function(obj, key) {
|
|
1046
|
+
return hasOwnProperty.call(obj, key);
|
|
1047
|
+
};
|
|
1048
|
+
|
|
1049
|
+
// Utility Functions
|
|
1050
|
+
// -----------------
|
|
1051
|
+
|
|
1052
|
+
// Run Underscore.js in *noConflict* mode, returning the `_` variable to its
|
|
1053
|
+
// previous owner. Returns a reference to the Underscore object.
|
|
1054
|
+
_.noConflict = function() {
|
|
1055
|
+
root._ = previousUnderscore;
|
|
1056
|
+
return this;
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
// Keep the identity function around for default iterators.
|
|
1060
|
+
_.identity = function(value) {
|
|
1061
|
+
return value;
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
// Run a function **n** times.
|
|
1065
|
+
_.times = function(n, iterator, context) {
|
|
1066
|
+
var accum = Array(Math.max(0, n));
|
|
1067
|
+
for (var i = 0; i < n; i++) accum[i] = iterator.call(context, i);
|
|
1068
|
+
return accum;
|
|
1069
|
+
};
|
|
1070
|
+
|
|
1071
|
+
// Return a random integer between min and max (inclusive).
|
|
1072
|
+
_.random = function(min, max) {
|
|
1073
|
+
if (max == null) {
|
|
1074
|
+
max = min;
|
|
1075
|
+
min = 0;
|
|
1076
|
+
}
|
|
1077
|
+
return min + Math.floor(Math.random() * (max - min + 1));
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
// List of HTML entities for escaping.
|
|
1081
|
+
var entityMap = {
|
|
1082
|
+
escape: {
|
|
1083
|
+
'&': '&',
|
|
1084
|
+
'<': '<',
|
|
1085
|
+
'>': '>',
|
|
1086
|
+
'"': '"',
|
|
1087
|
+
"'": '''
|
|
1088
|
+
}
|
|
1089
|
+
};
|
|
1090
|
+
entityMap.unescape = _.invert(entityMap.escape);
|
|
1091
|
+
|
|
1092
|
+
// Regexes containing the keys and values listed immediately above.
|
|
1093
|
+
var entityRegexes = {
|
|
1094
|
+
escape: new RegExp('[' + _.keys(entityMap.escape).join('') + ']', 'g'),
|
|
1095
|
+
unescape: new RegExp('(' + _.keys(entityMap.unescape).join('|') + ')', 'g')
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
// Functions for escaping and unescaping strings to/from HTML interpolation.
|
|
1099
|
+
_.each(['escape', 'unescape'], function(method) {
|
|
1100
|
+
_[method] = function(string) {
|
|
1101
|
+
if (string == null) return '';
|
|
1102
|
+
return ('' + string).replace(entityRegexes[method], function(match) {
|
|
1103
|
+
return entityMap[method][match];
|
|
1104
|
+
});
|
|
1105
|
+
};
|
|
1106
|
+
});
|
|
1107
|
+
|
|
1108
|
+
// If the value of the named `property` is a function then invoke it with the
|
|
1109
|
+
// `object` as context; otherwise, return it.
|
|
1110
|
+
_.result = function(object, property) {
|
|
1111
|
+
if (object == null) return void 0;
|
|
1112
|
+
var value = object[property];
|
|
1113
|
+
return _.isFunction(value) ? value.call(object) : value;
|
|
1114
|
+
};
|
|
1115
|
+
|
|
1116
|
+
// Add your own custom functions to the Underscore object.
|
|
1117
|
+
_.mixin = function(obj) {
|
|
1118
|
+
each(_.functions(obj), function(name) {
|
|
1119
|
+
var func = _[name] = obj[name];
|
|
1120
|
+
_.prototype[name] = function() {
|
|
1121
|
+
var args = [this._wrapped];
|
|
1122
|
+
push.apply(args, arguments);
|
|
1123
|
+
return result.call(this, func.apply(_, args));
|
|
1124
|
+
};
|
|
1125
|
+
});
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1128
|
+
// Generate a unique integer id (unique within the entire client session).
|
|
1129
|
+
// Useful for temporary DOM ids.
|
|
1130
|
+
var idCounter = 0;
|
|
1131
|
+
_.uniqueId = function(prefix) {
|
|
1132
|
+
var id = ++idCounter + '';
|
|
1133
|
+
return prefix ? prefix + id : id;
|
|
1134
|
+
};
|
|
1135
|
+
|
|
1136
|
+
// By default, Underscore uses ERB-style template delimiters, change the
|
|
1137
|
+
// following template settings to use alternative delimiters.
|
|
1138
|
+
_.templateSettings = {
|
|
1139
|
+
evaluate : /<%([\s\S]+?)%>/g,
|
|
1140
|
+
interpolate : /<%=([\s\S]+?)%>/g,
|
|
1141
|
+
escape : /<%-([\s\S]+?)%>/g
|
|
1142
|
+
};
|
|
1143
|
+
|
|
1144
|
+
// When customizing `templateSettings`, if you don't want to define an
|
|
1145
|
+
// interpolation, evaluation or escaping regex, we need one that is
|
|
1146
|
+
// guaranteed not to match.
|
|
1147
|
+
var noMatch = /(.)^/;
|
|
1148
|
+
|
|
1149
|
+
// Certain characters need to be escaped so that they can be put into a
|
|
1150
|
+
// string literal.
|
|
1151
|
+
var escapes = {
|
|
1152
|
+
"'": "'",
|
|
1153
|
+
'\\': '\\',
|
|
1154
|
+
'\r': 'r',
|
|
1155
|
+
'\n': 'n',
|
|
1156
|
+
'\t': 't',
|
|
1157
|
+
'\u2028': 'u2028',
|
|
1158
|
+
'\u2029': 'u2029'
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
var escaper = /\\|'|\r|\n|\t|\u2028|\u2029/g;
|
|
1162
|
+
|
|
1163
|
+
// JavaScript micro-templating, similar to John Resig's implementation.
|
|
1164
|
+
// Underscore templating handles arbitrary delimiters, preserves whitespace,
|
|
1165
|
+
// and correctly escapes quotes within interpolated code.
|
|
1166
|
+
_.template = function(text, data, settings) {
|
|
1167
|
+
var render;
|
|
1168
|
+
settings = _.defaults({}, settings, _.templateSettings);
|
|
1169
|
+
|
|
1170
|
+
// Combine delimiters into one regular expression via alternation.
|
|
1171
|
+
var matcher = new RegExp([
|
|
1172
|
+
(settings.escape || noMatch).source,
|
|
1173
|
+
(settings.interpolate || noMatch).source,
|
|
1174
|
+
(settings.evaluate || noMatch).source
|
|
1175
|
+
].join('|') + '|$', 'g');
|
|
1176
|
+
|
|
1177
|
+
// Compile the template source, escaping string literals appropriately.
|
|
1178
|
+
var index = 0;
|
|
1179
|
+
var source = "__p+='";
|
|
1180
|
+
text.replace(matcher, function(match, escape, interpolate, evaluate, offset) {
|
|
1181
|
+
source += text.slice(index, offset)
|
|
1182
|
+
.replace(escaper, function(match) { return '\\' + escapes[match]; });
|
|
1183
|
+
|
|
1184
|
+
if (escape) {
|
|
1185
|
+
source += "'+\n((__t=(" + escape + "))==null?'':_.escape(__t))+\n'";
|
|
1186
|
+
}
|
|
1187
|
+
if (interpolate) {
|
|
1188
|
+
source += "'+\n((__t=(" + interpolate + "))==null?'':__t)+\n'";
|
|
1189
|
+
}
|
|
1190
|
+
if (evaluate) {
|
|
1191
|
+
source += "';\n" + evaluate + "\n__p+='";
|
|
1192
|
+
}
|
|
1193
|
+
index = offset + match.length;
|
|
1194
|
+
return match;
|
|
1195
|
+
});
|
|
1196
|
+
source += "';\n";
|
|
1197
|
+
|
|
1198
|
+
// If a variable is not specified, place data values in local scope.
|
|
1199
|
+
if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
|
|
1200
|
+
|
|
1201
|
+
source = "var __t,__p='',__j=Array.prototype.join," +
|
|
1202
|
+
"print=function(){__p+=__j.call(arguments,'');};\n" +
|
|
1203
|
+
source + "return __p;\n";
|
|
1204
|
+
|
|
1205
|
+
try {
|
|
1206
|
+
render = new Function(settings.variable || 'obj', '_', source);
|
|
1207
|
+
} catch (e) {
|
|
1208
|
+
e.source = source;
|
|
1209
|
+
throw e;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
if (data) return render(data, _);
|
|
1213
|
+
var template = function(data) {
|
|
1214
|
+
return render.call(this, data, _);
|
|
1215
|
+
};
|
|
1216
|
+
|
|
1217
|
+
// Provide the compiled function source as a convenience for precompilation.
|
|
1218
|
+
template.source = 'function(' + (settings.variable || 'obj') + '){\n' + source + '}';
|
|
1219
|
+
|
|
1220
|
+
return template;
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
// Add a "chain" function, which will delegate to the wrapper.
|
|
1224
|
+
_.chain = function(obj) {
|
|
1225
|
+
return _(obj).chain();
|
|
1226
|
+
};
|
|
1227
|
+
|
|
1228
|
+
// OOP
|
|
1229
|
+
// ---------------
|
|
1230
|
+
// If Underscore is called as a function, it returns a wrapped object that
|
|
1231
|
+
// can be used OO-style. This wrapper holds altered versions of all the
|
|
1232
|
+
// underscore functions. Wrapped objects may be chained.
|
|
1233
|
+
|
|
1234
|
+
// Helper function to continue chaining intermediate results.
|
|
1235
|
+
var result = function(obj) {
|
|
1236
|
+
return this._chain ? _(obj).chain() : obj;
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
// Add all of the Underscore functions to the wrapper object.
|
|
1240
|
+
_.mixin(_);
|
|
1241
|
+
|
|
1242
|
+
// Add all mutator Array functions to the wrapper.
|
|
1243
|
+
each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {
|
|
1244
|
+
var method = ArrayProto[name];
|
|
1245
|
+
_.prototype[name] = function() {
|
|
1246
|
+
var obj = this._wrapped;
|
|
1247
|
+
method.apply(obj, arguments);
|
|
1248
|
+
if ((name == 'shift' || name == 'splice') && obj.length === 0) delete obj[0];
|
|
1249
|
+
return result.call(this, obj);
|
|
1250
|
+
};
|
|
1251
|
+
});
|
|
1252
|
+
|
|
1253
|
+
// Add all accessor Array functions to the wrapper.
|
|
1254
|
+
each(['concat', 'join', 'slice'], function(name) {
|
|
1255
|
+
var method = ArrayProto[name];
|
|
1256
|
+
_.prototype[name] = function() {
|
|
1257
|
+
return result.call(this, method.apply(this._wrapped, arguments));
|
|
1258
|
+
};
|
|
1259
|
+
});
|
|
1260
|
+
|
|
1261
|
+
_.extend(_.prototype, {
|
|
1262
|
+
|
|
1263
|
+
// Start chaining a wrapped Underscore object.
|
|
1264
|
+
chain: function() {
|
|
1265
|
+
this._chain = true;
|
|
1266
|
+
return this;
|
|
1267
|
+
},
|
|
1268
|
+
|
|
1269
|
+
// Extracts the result from a wrapped and chained object.
|
|
1270
|
+
value: function() {
|
|
1271
|
+
return this._wrapped;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
});
|
|
1275
|
+
|
|
1276
|
+
}).call(this);
|