@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
|
@@ -0,0 +1,1428 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* jQuery File Upload Plugin 5.40.1
|
|
3
|
+
* https://github.com/blueimp/jQuery-File-Upload
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2010, Sebastian Tschan
|
|
6
|
+
* https://blueimp.net
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the MIT license:
|
|
9
|
+
* http://www.opensource.org/licenses/MIT
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/* jshint nomen:false */
|
|
13
|
+
/* global define, window, document, location, Blob, FormData */
|
|
14
|
+
|
|
15
|
+
(function (factory) {
|
|
16
|
+
'use strict';
|
|
17
|
+
if (typeof define === 'function' && define.amd) {
|
|
18
|
+
// Register as an anonymous AMD module:
|
|
19
|
+
define([
|
|
20
|
+
'jquery',
|
|
21
|
+
'jquery.ui.widget'
|
|
22
|
+
], factory);
|
|
23
|
+
} else {
|
|
24
|
+
// Browser globals:
|
|
25
|
+
factory(window.jQuery);
|
|
26
|
+
}
|
|
27
|
+
}(function ($) {
|
|
28
|
+
'use strict';
|
|
29
|
+
|
|
30
|
+
// Detect file input support, based on
|
|
31
|
+
// http://viljamis.com/blog/2012/file-upload-support-on-mobile/
|
|
32
|
+
$.support.fileInput = !(new RegExp(
|
|
33
|
+
// Handle devices which give false positives for the feature detection:
|
|
34
|
+
'(Android (1\\.[0156]|2\\.[01]))' +
|
|
35
|
+
'|(Windows Phone (OS 7|8\\.0))|(XBLWP)|(ZuneWP)|(WPDesktop)' +
|
|
36
|
+
'|(w(eb)?OSBrowser)|(webOS)' +
|
|
37
|
+
'|(Kindle/(1\\.0|2\\.[05]|3\\.0))'
|
|
38
|
+
).test(window.navigator.userAgent) ||
|
|
39
|
+
// Feature detection for all other devices:
|
|
40
|
+
$('<input type="file">').prop('disabled'));
|
|
41
|
+
|
|
42
|
+
// The FileReader API is not actually used, but works as feature detection,
|
|
43
|
+
// as some Safari versions (5?) support XHR file uploads via the FormData API,
|
|
44
|
+
// but not non-multipart XHR file uploads.
|
|
45
|
+
// window.XMLHttpRequestUpload is not available on IE10, so we check for
|
|
46
|
+
// window.ProgressEvent instead to detect XHR2 file upload capability:
|
|
47
|
+
$.support.xhrFileUpload = !!(window.ProgressEvent && window.FileReader);
|
|
48
|
+
$.support.xhrFormDataFileUpload = !!window.FormData;
|
|
49
|
+
|
|
50
|
+
// Detect support for Blob slicing (required for chunked uploads):
|
|
51
|
+
$.support.blobSlice = window.Blob && (Blob.prototype.slice ||
|
|
52
|
+
Blob.prototype.webkitSlice || Blob.prototype.mozSlice);
|
|
53
|
+
|
|
54
|
+
// The fileupload widget listens for change events on file input fields defined
|
|
55
|
+
// via fileInput setting and paste or drop events of the given dropZone.
|
|
56
|
+
// In addition to the default jQuery Widget methods, the fileupload widget
|
|
57
|
+
// exposes the "add" and "send" methods, to add or directly send files using
|
|
58
|
+
// the fileupload API.
|
|
59
|
+
// By default, files added via file input selection, paste, drag & drop or
|
|
60
|
+
// "add" method are uploaded immediately, but it is possible to override
|
|
61
|
+
// the "add" callback option to queue file uploads.
|
|
62
|
+
$.widget('blueimp.fileupload', {
|
|
63
|
+
|
|
64
|
+
options: {
|
|
65
|
+
// The drop target element(s), by the default the complete document.
|
|
66
|
+
// Set to null to disable drag & drop support:
|
|
67
|
+
dropZone: $(document),
|
|
68
|
+
// The paste target element(s), by the default the complete document.
|
|
69
|
+
// Set to null to disable paste support:
|
|
70
|
+
pasteZone: $(document),
|
|
71
|
+
// The file input field(s), that are listened to for change events.
|
|
72
|
+
// If undefined, it is set to the file input fields inside
|
|
73
|
+
// of the widget element on plugin initialization.
|
|
74
|
+
// Set to null to disable the change listener.
|
|
75
|
+
fileInput: undefined,
|
|
76
|
+
// By default, the file input field is replaced with a clone after
|
|
77
|
+
// each input field change event. This is required for iframe transport
|
|
78
|
+
// queues and allows change events to be fired for the same file
|
|
79
|
+
// selection, but can be disabled by setting the following option to false:
|
|
80
|
+
replaceFileInput: true,
|
|
81
|
+
// The parameter name for the file form data (the request argument name).
|
|
82
|
+
// If undefined or empty, the name property of the file input field is
|
|
83
|
+
// used, or "files[]" if the file input name property is also empty,
|
|
84
|
+
// can be a string or an array of strings:
|
|
85
|
+
paramName: undefined,
|
|
86
|
+
// By default, each file of a selection is uploaded using an individual
|
|
87
|
+
// request for XHR type uploads. Set to false to upload file
|
|
88
|
+
// selections in one request each:
|
|
89
|
+
singleFileUploads: true,
|
|
90
|
+
// To limit the number of files uploaded with one XHR request,
|
|
91
|
+
// set the following option to an integer greater than 0:
|
|
92
|
+
limitMultiFileUploads: undefined,
|
|
93
|
+
// The following option limits the number of files uploaded with one
|
|
94
|
+
// XHR request to keep the request size under or equal to the defined
|
|
95
|
+
// limit in bytes:
|
|
96
|
+
limitMultiFileUploadSize: undefined,
|
|
97
|
+
// Multipart file uploads add a number of bytes to each uploaded file,
|
|
98
|
+
// therefore the following option adds an overhead for each file used
|
|
99
|
+
// in the limitMultiFileUploadSize configuration:
|
|
100
|
+
limitMultiFileUploadSizeOverhead: 512,
|
|
101
|
+
// Set the following option to true to issue all file upload requests
|
|
102
|
+
// in a sequential order:
|
|
103
|
+
sequentialUploads: false,
|
|
104
|
+
// To limit the number of concurrent uploads,
|
|
105
|
+
// set the following option to an integer greater than 0:
|
|
106
|
+
limitConcurrentUploads: undefined,
|
|
107
|
+
// Set the following option to true to force iframe transport uploads:
|
|
108
|
+
forceIframeTransport: false,
|
|
109
|
+
// Set the following option to the location of a redirect url on the
|
|
110
|
+
// origin server, for cross-domain iframe transport uploads:
|
|
111
|
+
redirect: undefined,
|
|
112
|
+
// The parameter name for the redirect url, sent as part of the form
|
|
113
|
+
// data and set to 'redirect' if this option is empty:
|
|
114
|
+
redirectParamName: undefined,
|
|
115
|
+
// Set the following option to the location of a postMessage window,
|
|
116
|
+
// to enable postMessage transport uploads:
|
|
117
|
+
postMessage: undefined,
|
|
118
|
+
// By default, XHR file uploads are sent as multipart/form-data.
|
|
119
|
+
// The iframe transport is always using multipart/form-data.
|
|
120
|
+
// Set to false to enable non-multipart XHR uploads:
|
|
121
|
+
multipart: true,
|
|
122
|
+
// To upload large files in smaller chunks, set the following option
|
|
123
|
+
// to a preferred maximum chunk size. If set to 0, null or undefined,
|
|
124
|
+
// or the browser does not support the required Blob API, files will
|
|
125
|
+
// be uploaded as a whole.
|
|
126
|
+
maxChunkSize: undefined,
|
|
127
|
+
// When a non-multipart upload or a chunked multipart upload has been
|
|
128
|
+
// aborted, this option can be used to resume the upload by setting
|
|
129
|
+
// it to the size of the already uploaded bytes. This option is most
|
|
130
|
+
// useful when modifying the options object inside of the "add" or
|
|
131
|
+
// "send" callbacks, as the options are cloned for each file upload.
|
|
132
|
+
uploadedBytes: undefined,
|
|
133
|
+
// By default, failed (abort or error) file uploads are removed from the
|
|
134
|
+
// global progress calculation. Set the following option to false to
|
|
135
|
+
// prevent recalculating the global progress data:
|
|
136
|
+
recalculateProgress: true,
|
|
137
|
+
// Interval in milliseconds to calculate and trigger progress events:
|
|
138
|
+
progressInterval: 100,
|
|
139
|
+
// Interval in milliseconds to calculate progress bitrate:
|
|
140
|
+
bitrateInterval: 500,
|
|
141
|
+
// By default, uploads are started automatically when adding files:
|
|
142
|
+
autoUpload: true,
|
|
143
|
+
|
|
144
|
+
// Error and info messages:
|
|
145
|
+
messages: {
|
|
146
|
+
uploadedBytes: 'Uploaded bytes exceed file size'
|
|
147
|
+
},
|
|
148
|
+
|
|
149
|
+
// Translation function, gets the message key to be translated
|
|
150
|
+
// and an object with context specific data as arguments:
|
|
151
|
+
i18n: function (message, context) {
|
|
152
|
+
message = this.messages[message] || message.toString();
|
|
153
|
+
if (context) {
|
|
154
|
+
$.each(context, function (key, value) {
|
|
155
|
+
message = message.replace('{' + key + '}', value);
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
return message;
|
|
159
|
+
},
|
|
160
|
+
|
|
161
|
+
// Additional form data to be sent along with the file uploads can be set
|
|
162
|
+
// using this option, which accepts an array of objects with name and
|
|
163
|
+
// value properties, a function returning such an array, a FormData
|
|
164
|
+
// object (for XHR file uploads), or a simple object.
|
|
165
|
+
// The form of the first fileInput is given as parameter to the function:
|
|
166
|
+
formData: function (form) {
|
|
167
|
+
return form.serializeArray();
|
|
168
|
+
},
|
|
169
|
+
|
|
170
|
+
// The add callback is invoked as soon as files are added to the fileupload
|
|
171
|
+
// widget (via file input selection, drag & drop, paste or add API call).
|
|
172
|
+
// If the singleFileUploads option is enabled, this callback will be
|
|
173
|
+
// called once for each file in the selection for XHR file uploads, else
|
|
174
|
+
// once for each file selection.
|
|
175
|
+
//
|
|
176
|
+
// The upload starts when the submit method is invoked on the data parameter.
|
|
177
|
+
// The data object contains a files property holding the added files
|
|
178
|
+
// and allows you to override plugin options as well as define ajax settings.
|
|
179
|
+
//
|
|
180
|
+
// Listeners for this callback can also be bound the following way:
|
|
181
|
+
// .bind('fileuploadadd', func);
|
|
182
|
+
//
|
|
183
|
+
// data.submit() returns a Promise object and allows to attach additional
|
|
184
|
+
// handlers using jQuery's Deferred callbacks:
|
|
185
|
+
// data.submit().done(func).fail(func).always(func);
|
|
186
|
+
add: function (e, data) {
|
|
187
|
+
if (e.isDefaultPrevented()) {
|
|
188
|
+
return false;
|
|
189
|
+
}
|
|
190
|
+
if (data.autoUpload || (data.autoUpload !== false &&
|
|
191
|
+
$(this).fileupload('option', 'autoUpload'))) {
|
|
192
|
+
data.process().done(function () {
|
|
193
|
+
data.submit();
|
|
194
|
+
});
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
|
|
198
|
+
// Other callbacks:
|
|
199
|
+
|
|
200
|
+
// Callback for the submit event of each file upload:
|
|
201
|
+
// submit: function (e, data) {}, // .bind('fileuploadsubmit', func);
|
|
202
|
+
|
|
203
|
+
// Callback for the start of each file upload request:
|
|
204
|
+
// send: function (e, data) {}, // .bind('fileuploadsend', func);
|
|
205
|
+
|
|
206
|
+
// Callback for successful uploads:
|
|
207
|
+
// done: function (e, data) {}, // .bind('fileuploaddone', func);
|
|
208
|
+
|
|
209
|
+
// Callback for failed (abort or error) uploads:
|
|
210
|
+
// fail: function (e, data) {}, // .bind('fileuploadfail', func);
|
|
211
|
+
|
|
212
|
+
// Callback for completed (success, abort or error) requests:
|
|
213
|
+
// always: function (e, data) {}, // .bind('fileuploadalways', func);
|
|
214
|
+
|
|
215
|
+
// Callback for upload progress events:
|
|
216
|
+
// progress: function (e, data) {}, // .bind('fileuploadprogress', func);
|
|
217
|
+
|
|
218
|
+
// Callback for global upload progress events:
|
|
219
|
+
// progressall: function (e, data) {}, // .bind('fileuploadprogressall', func);
|
|
220
|
+
|
|
221
|
+
// Callback for uploads start, equivalent to the global ajaxStart event:
|
|
222
|
+
// start: function (e) {}, // .bind('fileuploadstart', func);
|
|
223
|
+
|
|
224
|
+
// Callback for uploads stop, equivalent to the global ajaxStop event:
|
|
225
|
+
// stop: function (e) {}, // .bind('fileuploadstop', func);
|
|
226
|
+
|
|
227
|
+
// Callback for change events of the fileInput(s):
|
|
228
|
+
// change: function (e, data) {}, // .bind('fileuploadchange', func);
|
|
229
|
+
|
|
230
|
+
// Callback for paste events to the pasteZone(s):
|
|
231
|
+
// paste: function (e, data) {}, // .bind('fileuploadpaste', func);
|
|
232
|
+
|
|
233
|
+
// Callback for drop events of the dropZone(s):
|
|
234
|
+
// drop: function (e, data) {}, // .bind('fileuploaddrop', func);
|
|
235
|
+
|
|
236
|
+
// Callback for dragover events of the dropZone(s):
|
|
237
|
+
// dragover: function (e) {}, // .bind('fileuploaddragover', func);
|
|
238
|
+
|
|
239
|
+
// Callback for the start of each chunk upload request:
|
|
240
|
+
// chunksend: function (e, data) {}, // .bind('fileuploadchunksend', func);
|
|
241
|
+
|
|
242
|
+
// Callback for successful chunk uploads:
|
|
243
|
+
// chunkdone: function (e, data) {}, // .bind('fileuploadchunkdone', func);
|
|
244
|
+
|
|
245
|
+
// Callback for failed (abort or error) chunk uploads:
|
|
246
|
+
// chunkfail: function (e, data) {}, // .bind('fileuploadchunkfail', func);
|
|
247
|
+
|
|
248
|
+
// Callback for completed (success, abort or error) chunk upload requests:
|
|
249
|
+
// chunkalways: function (e, data) {}, // .bind('fileuploadchunkalways', func);
|
|
250
|
+
|
|
251
|
+
// The plugin options are used as settings object for the ajax calls.
|
|
252
|
+
// The following are jQuery ajax settings required for the file uploads:
|
|
253
|
+
processData: false,
|
|
254
|
+
contentType: false,
|
|
255
|
+
cache: false
|
|
256
|
+
},
|
|
257
|
+
|
|
258
|
+
// A list of options that require reinitializing event listeners and/or
|
|
259
|
+
// special initialization code:
|
|
260
|
+
_specialOptions: [
|
|
261
|
+
'fileInput',
|
|
262
|
+
'dropZone',
|
|
263
|
+
'pasteZone',
|
|
264
|
+
'multipart',
|
|
265
|
+
'forceIframeTransport'
|
|
266
|
+
],
|
|
267
|
+
|
|
268
|
+
_blobSlice: $.support.blobSlice && function () {
|
|
269
|
+
var slice = this.slice || this.webkitSlice || this.mozSlice;
|
|
270
|
+
return slice.apply(this, arguments);
|
|
271
|
+
},
|
|
272
|
+
|
|
273
|
+
_BitrateTimer: function () {
|
|
274
|
+
this.timestamp = ((Date.now) ? Date.now() : (new Date()).getTime());
|
|
275
|
+
this.loaded = 0;
|
|
276
|
+
this.bitrate = 0;
|
|
277
|
+
this.getBitrate = function (now, loaded, interval) {
|
|
278
|
+
var timeDiff = now - this.timestamp;
|
|
279
|
+
if (!this.bitrate || !interval || timeDiff > interval) {
|
|
280
|
+
this.bitrate = (loaded - this.loaded) * (1000 / timeDiff) * 8;
|
|
281
|
+
this.loaded = loaded;
|
|
282
|
+
this.timestamp = now;
|
|
283
|
+
}
|
|
284
|
+
return this.bitrate;
|
|
285
|
+
};
|
|
286
|
+
},
|
|
287
|
+
|
|
288
|
+
_isXHRUpload: function (options) {
|
|
289
|
+
return !options.forceIframeTransport &&
|
|
290
|
+
((!options.multipart && $.support.xhrFileUpload) ||
|
|
291
|
+
$.support.xhrFormDataFileUpload);
|
|
292
|
+
},
|
|
293
|
+
|
|
294
|
+
_getFormData: function (options) {
|
|
295
|
+
var formData;
|
|
296
|
+
if ($.type(options.formData) === 'function') {
|
|
297
|
+
return options.formData(options.form);
|
|
298
|
+
}
|
|
299
|
+
if ($.isArray(options.formData)) {
|
|
300
|
+
return options.formData;
|
|
301
|
+
}
|
|
302
|
+
if ($.type(options.formData) === 'object') {
|
|
303
|
+
formData = [];
|
|
304
|
+
$.each(options.formData, function (name, value) {
|
|
305
|
+
formData.push({name: name, value: value});
|
|
306
|
+
});
|
|
307
|
+
return formData;
|
|
308
|
+
}
|
|
309
|
+
return [];
|
|
310
|
+
},
|
|
311
|
+
|
|
312
|
+
_getTotal: function (files) {
|
|
313
|
+
var total = 0;
|
|
314
|
+
$.each(files, function (index, file) {
|
|
315
|
+
total += file.size || 1;
|
|
316
|
+
});
|
|
317
|
+
return total;
|
|
318
|
+
},
|
|
319
|
+
|
|
320
|
+
_initProgressObject: function (obj) {
|
|
321
|
+
var progress = {
|
|
322
|
+
loaded: 0,
|
|
323
|
+
total: 0,
|
|
324
|
+
bitrate: 0
|
|
325
|
+
};
|
|
326
|
+
if (obj._progress) {
|
|
327
|
+
$.extend(obj._progress, progress);
|
|
328
|
+
} else {
|
|
329
|
+
obj._progress = progress;
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
|
|
333
|
+
_initResponseObject: function (obj) {
|
|
334
|
+
var prop;
|
|
335
|
+
if (obj._response) {
|
|
336
|
+
for (prop in obj._response) {
|
|
337
|
+
if (obj._response.hasOwnProperty(prop)) {
|
|
338
|
+
delete obj._response[prop];
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
} else {
|
|
342
|
+
obj._response = {};
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
|
|
346
|
+
_onProgress: function (e, data) {
|
|
347
|
+
if (e.lengthComputable) {
|
|
348
|
+
var now = ((Date.now) ? Date.now() : (new Date()).getTime()),
|
|
349
|
+
loaded;
|
|
350
|
+
if (data._time && data.progressInterval &&
|
|
351
|
+
(now - data._time < data.progressInterval) &&
|
|
352
|
+
e.loaded !== e.total) {
|
|
353
|
+
return;
|
|
354
|
+
}
|
|
355
|
+
data._time = now;
|
|
356
|
+
loaded = Math.floor(
|
|
357
|
+
e.loaded / e.total * (data.chunkSize || data._progress.total)
|
|
358
|
+
) + (data.uploadedBytes || 0);
|
|
359
|
+
// Add the difference from the previously loaded state
|
|
360
|
+
// to the global loaded counter:
|
|
361
|
+
this._progress.loaded += (loaded - data._progress.loaded);
|
|
362
|
+
this._progress.bitrate = this._bitrateTimer.getBitrate(
|
|
363
|
+
now,
|
|
364
|
+
this._progress.loaded,
|
|
365
|
+
data.bitrateInterval
|
|
366
|
+
);
|
|
367
|
+
data._progress.loaded = data.loaded = loaded;
|
|
368
|
+
data._progress.bitrate = data.bitrate = data._bitrateTimer.getBitrate(
|
|
369
|
+
now,
|
|
370
|
+
loaded,
|
|
371
|
+
data.bitrateInterval
|
|
372
|
+
);
|
|
373
|
+
// Trigger a custom progress event with a total data property set
|
|
374
|
+
// to the file size(s) of the current upload and a loaded data
|
|
375
|
+
// property calculated accordingly:
|
|
376
|
+
this._trigger(
|
|
377
|
+
'progress',
|
|
378
|
+
$.Event('progress', {delegatedEvent: e}),
|
|
379
|
+
data
|
|
380
|
+
);
|
|
381
|
+
// Trigger a global progress event for all current file uploads,
|
|
382
|
+
// including ajax calls queued for sequential file uploads:
|
|
383
|
+
this._trigger(
|
|
384
|
+
'progressall',
|
|
385
|
+
$.Event('progressall', {delegatedEvent: e}),
|
|
386
|
+
this._progress
|
|
387
|
+
);
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
|
|
391
|
+
_initProgressListener: function (options) {
|
|
392
|
+
var that = this,
|
|
393
|
+
xhr = options.xhr ? options.xhr() : $.ajaxSettings.xhr();
|
|
394
|
+
// Accesss to the native XHR object is required to add event listeners
|
|
395
|
+
// for the upload progress event:
|
|
396
|
+
if (xhr.upload) {
|
|
397
|
+
$(xhr.upload).bind('progress', function (e) {
|
|
398
|
+
var oe = e.originalEvent;
|
|
399
|
+
// Make sure the progress event properties get copied over:
|
|
400
|
+
e.lengthComputable = oe.lengthComputable;
|
|
401
|
+
e.loaded = oe.loaded;
|
|
402
|
+
e.total = oe.total;
|
|
403
|
+
that._onProgress(e, options);
|
|
404
|
+
});
|
|
405
|
+
options.xhr = function () {
|
|
406
|
+
return xhr;
|
|
407
|
+
};
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
|
|
411
|
+
_isInstanceOf: function (type, obj) {
|
|
412
|
+
// Cross-frame instanceof check
|
|
413
|
+
return Object.prototype.toString.call(obj) === '[object ' + type + ']';
|
|
414
|
+
},
|
|
415
|
+
|
|
416
|
+
_initXHRData: function (options) {
|
|
417
|
+
var that = this,
|
|
418
|
+
formData,
|
|
419
|
+
file = options.files[0],
|
|
420
|
+
// Ignore non-multipart setting if not supported:
|
|
421
|
+
multipart = options.multipart || !$.support.xhrFileUpload,
|
|
422
|
+
paramName = $.type(options.paramName) === 'array' ?
|
|
423
|
+
options.paramName[0] : options.paramName;
|
|
424
|
+
options.headers = $.extend({}, options.headers);
|
|
425
|
+
if (options.contentRange) {
|
|
426
|
+
options.headers['Content-Range'] = options.contentRange;
|
|
427
|
+
}
|
|
428
|
+
if (!multipart || options.blob || !this._isInstanceOf('File', file)) {
|
|
429
|
+
options.headers['Content-Disposition'] = 'attachment; filename="' +
|
|
430
|
+
encodeURI(file.name) + '"';
|
|
431
|
+
}
|
|
432
|
+
if (!multipart) {
|
|
433
|
+
options.contentType = file.type || 'application/octet-stream';
|
|
434
|
+
options.data = options.blob || file;
|
|
435
|
+
} else if ($.support.xhrFormDataFileUpload) {
|
|
436
|
+
if (options.postMessage) {
|
|
437
|
+
// window.postMessage does not allow sending FormData
|
|
438
|
+
// objects, so we just add the File/Blob objects to
|
|
439
|
+
// the formData array and let the postMessage window
|
|
440
|
+
// create the FormData object out of this array:
|
|
441
|
+
formData = this._getFormData(options);
|
|
442
|
+
if (options.blob) {
|
|
443
|
+
formData.push({
|
|
444
|
+
name: paramName,
|
|
445
|
+
value: options.blob
|
|
446
|
+
});
|
|
447
|
+
} else {
|
|
448
|
+
$.each(options.files, function (index, file) {
|
|
449
|
+
formData.push({
|
|
450
|
+
name: ($.type(options.paramName) === 'array' &&
|
|
451
|
+
options.paramName[index]) || paramName,
|
|
452
|
+
value: file
|
|
453
|
+
});
|
|
454
|
+
});
|
|
455
|
+
}
|
|
456
|
+
} else {
|
|
457
|
+
if (that._isInstanceOf('FormData', options.formData)) {
|
|
458
|
+
formData = options.formData;
|
|
459
|
+
} else {
|
|
460
|
+
formData = new FormData();
|
|
461
|
+
$.each(this._getFormData(options), function (index, field) {
|
|
462
|
+
formData.append(field.name, field.value);
|
|
463
|
+
});
|
|
464
|
+
}
|
|
465
|
+
if (options.blob) {
|
|
466
|
+
formData.append(paramName, options.blob, file.name);
|
|
467
|
+
} else {
|
|
468
|
+
$.each(options.files, function (index, file) {
|
|
469
|
+
// This check allows the tests to run with
|
|
470
|
+
// dummy objects:
|
|
471
|
+
if (that._isInstanceOf('File', file) ||
|
|
472
|
+
that._isInstanceOf('Blob', file)) {
|
|
473
|
+
formData.append(
|
|
474
|
+
($.type(options.paramName) === 'array' &&
|
|
475
|
+
options.paramName[index]) || paramName,
|
|
476
|
+
file,
|
|
477
|
+
file.uploadName || file.name
|
|
478
|
+
);
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
options.data = formData;
|
|
484
|
+
}
|
|
485
|
+
// Blob reference is not needed anymore, free memory:
|
|
486
|
+
options.blob = null;
|
|
487
|
+
},
|
|
488
|
+
|
|
489
|
+
_initIframeSettings: function (options) {
|
|
490
|
+
var targetHost = $('<a></a>').prop('href', options.url).prop('host');
|
|
491
|
+
// Setting the dataType to iframe enables the iframe transport:
|
|
492
|
+
options.dataType = 'iframe ' + (options.dataType || '');
|
|
493
|
+
// The iframe transport accepts a serialized array as form data:
|
|
494
|
+
options.formData = this._getFormData(options);
|
|
495
|
+
// Add redirect url to form data on cross-domain uploads:
|
|
496
|
+
if (options.redirect && targetHost && targetHost !== location.host) {
|
|
497
|
+
options.formData.push({
|
|
498
|
+
name: options.redirectParamName || 'redirect',
|
|
499
|
+
value: options.redirect
|
|
500
|
+
});
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
|
|
504
|
+
_initDataSettings: function (options) {
|
|
505
|
+
if (this._isXHRUpload(options)) {
|
|
506
|
+
if (!this._chunkedUpload(options, true)) {
|
|
507
|
+
if (!options.data) {
|
|
508
|
+
this._initXHRData(options);
|
|
509
|
+
}
|
|
510
|
+
this._initProgressListener(options);
|
|
511
|
+
}
|
|
512
|
+
if (options.postMessage) {
|
|
513
|
+
// Setting the dataType to postmessage enables the
|
|
514
|
+
// postMessage transport:
|
|
515
|
+
options.dataType = 'postmessage ' + (options.dataType || '');
|
|
516
|
+
}
|
|
517
|
+
} else {
|
|
518
|
+
this._initIframeSettings(options);
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
|
|
522
|
+
_getParamName: function (options) {
|
|
523
|
+
var fileInput = $(options.fileInput),
|
|
524
|
+
paramName = options.paramName;
|
|
525
|
+
if (!paramName) {
|
|
526
|
+
paramName = [];
|
|
527
|
+
fileInput.each(function () {
|
|
528
|
+
var input = $(this),
|
|
529
|
+
name = input.prop('name') || 'files[]',
|
|
530
|
+
i = (input.prop('files') || [1]).length;
|
|
531
|
+
while (i) {
|
|
532
|
+
paramName.push(name);
|
|
533
|
+
i -= 1;
|
|
534
|
+
}
|
|
535
|
+
});
|
|
536
|
+
if (!paramName.length) {
|
|
537
|
+
paramName = [fileInput.prop('name') || 'files[]'];
|
|
538
|
+
}
|
|
539
|
+
} else if (!$.isArray(paramName)) {
|
|
540
|
+
paramName = [paramName];
|
|
541
|
+
}
|
|
542
|
+
return paramName;
|
|
543
|
+
},
|
|
544
|
+
|
|
545
|
+
_initFormSettings: function (options) {
|
|
546
|
+
// Retrieve missing options from the input field and the
|
|
547
|
+
// associated form, if available:
|
|
548
|
+
if (!options.form || !options.form.length) {
|
|
549
|
+
options.form = $(options.fileInput.prop('form'));
|
|
550
|
+
// If the given file input doesn't have an associated form,
|
|
551
|
+
// use the default widget file input's form:
|
|
552
|
+
if (!options.form.length) {
|
|
553
|
+
options.form = $(this.options.fileInput.prop('form'));
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
options.paramName = this._getParamName(options);
|
|
557
|
+
if (!options.url) {
|
|
558
|
+
var x = $("[id=uploadEndpoint]").val() ;
|
|
559
|
+
options.url = x ;
|
|
560
|
+
//options.url = options.form.prop('action') || location.href;
|
|
561
|
+
}
|
|
562
|
+
// The HTTP request method must be "POST" or "PUT":
|
|
563
|
+
options.type = (options.type ||
|
|
564
|
+
($.type(options.form.prop('method')) === 'string' &&
|
|
565
|
+
options.form.prop('method')) || ''
|
|
566
|
+
).toUpperCase();
|
|
567
|
+
if (options.type !== 'POST' && options.type !== 'PUT' &&
|
|
568
|
+
options.type !== 'PATCH') {
|
|
569
|
+
options.type = 'POST';
|
|
570
|
+
}
|
|
571
|
+
if (!options.formAcceptCharset) {
|
|
572
|
+
options.formAcceptCharset = options.form.attr('accept-charset');
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
|
|
576
|
+
_getAJAXSettings: function (data) {
|
|
577
|
+
var options = $.extend({}, this.options, data);
|
|
578
|
+
this._initFormSettings(options);
|
|
579
|
+
this._initDataSettings(options);
|
|
580
|
+
return options;
|
|
581
|
+
},
|
|
582
|
+
|
|
583
|
+
// jQuery 1.6 doesn't provide .state(),
|
|
584
|
+
// while jQuery 1.8+ removed .isRejected() and .isResolved():
|
|
585
|
+
_getDeferredState: function (deferred) {
|
|
586
|
+
if (deferred.state) {
|
|
587
|
+
return deferred.state();
|
|
588
|
+
}
|
|
589
|
+
if (deferred.isResolved()) {
|
|
590
|
+
return 'resolved';
|
|
591
|
+
}
|
|
592
|
+
if (deferred.isRejected()) {
|
|
593
|
+
return 'rejected';
|
|
594
|
+
}
|
|
595
|
+
return 'pending';
|
|
596
|
+
},
|
|
597
|
+
|
|
598
|
+
// Maps jqXHR callbacks to the equivalent
|
|
599
|
+
// methods of the given Promise object:
|
|
600
|
+
_enhancePromise: function (promise) {
|
|
601
|
+
promise.success = promise.done;
|
|
602
|
+
promise.error = promise.fail;
|
|
603
|
+
promise.complete = promise.always;
|
|
604
|
+
return promise;
|
|
605
|
+
},
|
|
606
|
+
|
|
607
|
+
// Creates and returns a Promise object enhanced with
|
|
608
|
+
// the jqXHR methods abort, success, error and complete:
|
|
609
|
+
_getXHRPromise: function (resolveOrReject, context, args) {
|
|
610
|
+
var dfd = $.Deferred(),
|
|
611
|
+
promise = dfd.promise();
|
|
612
|
+
context = context || this.options.context || promise;
|
|
613
|
+
if (resolveOrReject === true) {
|
|
614
|
+
dfd.resolveWith(context, args);
|
|
615
|
+
} else if (resolveOrReject === false) {
|
|
616
|
+
dfd.rejectWith(context, args);
|
|
617
|
+
}
|
|
618
|
+
promise.abort = dfd.promise;
|
|
619
|
+
return this._enhancePromise(promise);
|
|
620
|
+
},
|
|
621
|
+
|
|
622
|
+
// Adds convenience methods to the data callback argument:
|
|
623
|
+
_addConvenienceMethods: function (e, data) {
|
|
624
|
+
var that = this,
|
|
625
|
+
getPromise = function (args) {
|
|
626
|
+
return $.Deferred().resolveWith(that, args).promise();
|
|
627
|
+
};
|
|
628
|
+
data.process = function (resolveFunc, rejectFunc) {
|
|
629
|
+
if (resolveFunc || rejectFunc) {
|
|
630
|
+
data._processQueue = this._processQueue =
|
|
631
|
+
(this._processQueue || getPromise([this])).pipe(
|
|
632
|
+
function () {
|
|
633
|
+
if (data.errorThrown) {
|
|
634
|
+
return $.Deferred()
|
|
635
|
+
.rejectWith(that, [data]).promise();
|
|
636
|
+
}
|
|
637
|
+
return getPromise(arguments);
|
|
638
|
+
}
|
|
639
|
+
).pipe(resolveFunc, rejectFunc);
|
|
640
|
+
}
|
|
641
|
+
return this._processQueue || getPromise([this]);
|
|
642
|
+
};
|
|
643
|
+
data.submit = function () {
|
|
644
|
+
if (this.state() !== 'pending') {
|
|
645
|
+
data.jqXHR = this.jqXHR =
|
|
646
|
+
(that._trigger(
|
|
647
|
+
'submit',
|
|
648
|
+
$.Event('submit', {delegatedEvent: e}),
|
|
649
|
+
this
|
|
650
|
+
) !== false) && that._onSend(e, this);
|
|
651
|
+
}
|
|
652
|
+
return this.jqXHR || that._getXHRPromise();
|
|
653
|
+
};
|
|
654
|
+
data.abort = function () {
|
|
655
|
+
if (this.jqXHR) {
|
|
656
|
+
return this.jqXHR.abort();
|
|
657
|
+
}
|
|
658
|
+
this.errorThrown = 'abort';
|
|
659
|
+
that._trigger('fail', null, this);
|
|
660
|
+
return that._getXHRPromise(false);
|
|
661
|
+
};
|
|
662
|
+
data.state = function () {
|
|
663
|
+
if (this.jqXHR) {
|
|
664
|
+
return that._getDeferredState(this.jqXHR);
|
|
665
|
+
}
|
|
666
|
+
if (this._processQueue) {
|
|
667
|
+
return that._getDeferredState(this._processQueue);
|
|
668
|
+
}
|
|
669
|
+
};
|
|
670
|
+
data.processing = function () {
|
|
671
|
+
return !this.jqXHR && this._processQueue && that
|
|
672
|
+
._getDeferredState(this._processQueue) === 'pending';
|
|
673
|
+
};
|
|
674
|
+
data.progress = function () {
|
|
675
|
+
return this._progress;
|
|
676
|
+
};
|
|
677
|
+
data.response = function () {
|
|
678
|
+
return this._response;
|
|
679
|
+
};
|
|
680
|
+
},
|
|
681
|
+
|
|
682
|
+
// Parses the Range header from the server response
|
|
683
|
+
// and returns the uploaded bytes:
|
|
684
|
+
_getUploadedBytes: function (jqXHR) {
|
|
685
|
+
var range = jqXHR.getResponseHeader('Range'),
|
|
686
|
+
parts = range && range.split('-'),
|
|
687
|
+
upperBytesPos = parts && parts.length > 1 &&
|
|
688
|
+
parseInt(parts[1], 10);
|
|
689
|
+
return upperBytesPos && upperBytesPos + 1;
|
|
690
|
+
},
|
|
691
|
+
|
|
692
|
+
// Uploads a file in multiple, sequential requests
|
|
693
|
+
// by splitting the file up in multiple blob chunks.
|
|
694
|
+
// If the second parameter is true, only tests if the file
|
|
695
|
+
// should be uploaded in chunks, but does not invoke any
|
|
696
|
+
// upload requests:
|
|
697
|
+
_chunkedUpload: function (options, testOnly) {
|
|
698
|
+
options.uploadedBytes = options.uploadedBytes || 0;
|
|
699
|
+
var that = this,
|
|
700
|
+
file = options.files[0],
|
|
701
|
+
fs = file.size,
|
|
702
|
+
ub = options.uploadedBytes,
|
|
703
|
+
mcs = options.maxChunkSize || fs,
|
|
704
|
+
slice = this._blobSlice,
|
|
705
|
+
dfd = $.Deferred(),
|
|
706
|
+
promise = dfd.promise(),
|
|
707
|
+
jqXHR,
|
|
708
|
+
upload;
|
|
709
|
+
if (!(this._isXHRUpload(options) && slice && (ub || mcs < fs)) ||
|
|
710
|
+
options.data) {
|
|
711
|
+
return false;
|
|
712
|
+
}
|
|
713
|
+
if (testOnly) {
|
|
714
|
+
return true;
|
|
715
|
+
}
|
|
716
|
+
if (ub >= fs) {
|
|
717
|
+
file.error = options.i18n('uploadedBytes');
|
|
718
|
+
return this._getXHRPromise(
|
|
719
|
+
false,
|
|
720
|
+
options.context,
|
|
721
|
+
[null, 'error', file.error]
|
|
722
|
+
);
|
|
723
|
+
}
|
|
724
|
+
// The chunk upload method:
|
|
725
|
+
upload = function () {
|
|
726
|
+
// Clone the options object for each chunk upload:
|
|
727
|
+
var o = $.extend({}, options),
|
|
728
|
+
currentLoaded = o._progress.loaded;
|
|
729
|
+
o.blob = slice.call(
|
|
730
|
+
file,
|
|
731
|
+
ub,
|
|
732
|
+
ub + mcs,
|
|
733
|
+
file.type
|
|
734
|
+
);
|
|
735
|
+
// Store the current chunk size, as the blob itself
|
|
736
|
+
// will be dereferenced after data processing:
|
|
737
|
+
o.chunkSize = o.blob.size;
|
|
738
|
+
// Expose the chunk bytes position range:
|
|
739
|
+
o.contentRange = 'bytes ' + ub + '-' +
|
|
740
|
+
(ub + o.chunkSize - 1) + '/' + fs;
|
|
741
|
+
// Process the upload data (the blob and potential form data):
|
|
742
|
+
that._initXHRData(o);
|
|
743
|
+
// Add progress listeners for this chunk upload:
|
|
744
|
+
that._initProgressListener(o);
|
|
745
|
+
jqXHR = ((that._trigger('chunksend', null, o) !== false && $.ajax(o)) ||
|
|
746
|
+
that._getXHRPromise(false, o.context))
|
|
747
|
+
.done(function (result, textStatus, jqXHR) {
|
|
748
|
+
ub = that._getUploadedBytes(jqXHR) ||
|
|
749
|
+
(ub + o.chunkSize);
|
|
750
|
+
// Create a progress event if no final progress event
|
|
751
|
+
// with loaded equaling total has been triggered
|
|
752
|
+
// for this chunk:
|
|
753
|
+
if (currentLoaded + o.chunkSize - o._progress.loaded) {
|
|
754
|
+
that._onProgress($.Event('progress', {
|
|
755
|
+
lengthComputable: true,
|
|
756
|
+
loaded: ub - o.uploadedBytes,
|
|
757
|
+
total: ub - o.uploadedBytes
|
|
758
|
+
}), o);
|
|
759
|
+
}
|
|
760
|
+
options.uploadedBytes = o.uploadedBytes = ub;
|
|
761
|
+
o.result = result;
|
|
762
|
+
o.textStatus = textStatus;
|
|
763
|
+
o.jqXHR = jqXHR;
|
|
764
|
+
that._trigger('chunkdone', null, o);
|
|
765
|
+
that._trigger('chunkalways', null, o);
|
|
766
|
+
if (ub < fs) {
|
|
767
|
+
// File upload not yet complete,
|
|
768
|
+
// continue with the next chunk:
|
|
769
|
+
upload();
|
|
770
|
+
} else {
|
|
771
|
+
dfd.resolveWith(
|
|
772
|
+
o.context,
|
|
773
|
+
[result, textStatus, jqXHR]
|
|
774
|
+
);
|
|
775
|
+
}
|
|
776
|
+
})
|
|
777
|
+
.fail(function (jqXHR, textStatus, errorThrown) {
|
|
778
|
+
o.jqXHR = jqXHR;
|
|
779
|
+
o.textStatus = textStatus;
|
|
780
|
+
o.errorThrown = errorThrown;
|
|
781
|
+
that._trigger('chunkfail', null, o);
|
|
782
|
+
that._trigger('chunkalways', null, o);
|
|
783
|
+
dfd.rejectWith(
|
|
784
|
+
o.context,
|
|
785
|
+
[jqXHR, textStatus, errorThrown]
|
|
786
|
+
);
|
|
787
|
+
});
|
|
788
|
+
};
|
|
789
|
+
this._enhancePromise(promise);
|
|
790
|
+
promise.abort = function () {
|
|
791
|
+
return jqXHR.abort();
|
|
792
|
+
};
|
|
793
|
+
upload();
|
|
794
|
+
return promise;
|
|
795
|
+
},
|
|
796
|
+
|
|
797
|
+
_beforeSend: function (e, data) {
|
|
798
|
+
if (this._active === 0) {
|
|
799
|
+
// the start callback is triggered when an upload starts
|
|
800
|
+
// and no other uploads are currently running,
|
|
801
|
+
// equivalent to the global ajaxStart event:
|
|
802
|
+
this._trigger('start');
|
|
803
|
+
// Set timer for global bitrate progress calculation:
|
|
804
|
+
this._bitrateTimer = new this._BitrateTimer();
|
|
805
|
+
// Reset the global progress values:
|
|
806
|
+
this._progress.loaded = this._progress.total = 0;
|
|
807
|
+
this._progress.bitrate = 0;
|
|
808
|
+
}
|
|
809
|
+
// Make sure the container objects for the .response() and
|
|
810
|
+
// .progress() methods on the data object are available
|
|
811
|
+
// and reset to their initial state:
|
|
812
|
+
this._initResponseObject(data);
|
|
813
|
+
this._initProgressObject(data);
|
|
814
|
+
data._progress.loaded = data.loaded = data.uploadedBytes || 0;
|
|
815
|
+
data._progress.total = data.total = this._getTotal(data.files) || 1;
|
|
816
|
+
data._progress.bitrate = data.bitrate = 0;
|
|
817
|
+
this._active += 1;
|
|
818
|
+
// Initialize the global progress values:
|
|
819
|
+
this._progress.loaded += data.loaded;
|
|
820
|
+
this._progress.total += data.total;
|
|
821
|
+
},
|
|
822
|
+
|
|
823
|
+
_onDone: function (result, textStatus, jqXHR, options) {
|
|
824
|
+
var total = options._progress.total,
|
|
825
|
+
response = options._response;
|
|
826
|
+
if (options._progress.loaded < total) {
|
|
827
|
+
// Create a progress event if no final progress event
|
|
828
|
+
// with loaded equaling total has been triggered:
|
|
829
|
+
this._onProgress($.Event('progress', {
|
|
830
|
+
lengthComputable: true,
|
|
831
|
+
loaded: total,
|
|
832
|
+
total: total
|
|
833
|
+
}), options);
|
|
834
|
+
}
|
|
835
|
+
response.result = options.result = result;
|
|
836
|
+
response.textStatus = options.textStatus = textStatus;
|
|
837
|
+
response.jqXHR = options.jqXHR = jqXHR;
|
|
838
|
+
this._trigger('done', null, options);
|
|
839
|
+
},
|
|
840
|
+
|
|
841
|
+
_onFail: function (jqXHR, textStatus, errorThrown, options) {
|
|
842
|
+
var response = options._response;
|
|
843
|
+
if (options.recalculateProgress) {
|
|
844
|
+
// Remove the failed (error or abort) file upload from
|
|
845
|
+
// the global progress calculation:
|
|
846
|
+
this._progress.loaded -= options._progress.loaded;
|
|
847
|
+
this._progress.total -= options._progress.total;
|
|
848
|
+
}
|
|
849
|
+
response.jqXHR = options.jqXHR = jqXHR;
|
|
850
|
+
response.textStatus = options.textStatus = textStatus;
|
|
851
|
+
response.errorThrown = options.errorThrown = errorThrown;
|
|
852
|
+
this._trigger('fail', null, options);
|
|
853
|
+
},
|
|
854
|
+
|
|
855
|
+
_onAlways: function (jqXHRorResult, textStatus, jqXHRorError, options) {
|
|
856
|
+
// jqXHRorResult, textStatus and jqXHRorError are added to the
|
|
857
|
+
// options object via done and fail callbacks
|
|
858
|
+
this._trigger('always', null, options);
|
|
859
|
+
},
|
|
860
|
+
|
|
861
|
+
_onSend: function (e, data) {
|
|
862
|
+
if (!data.submit) {
|
|
863
|
+
this._addConvenienceMethods(e, data);
|
|
864
|
+
}
|
|
865
|
+
var that = this,
|
|
866
|
+
jqXHR,
|
|
867
|
+
aborted,
|
|
868
|
+
slot,
|
|
869
|
+
pipe,
|
|
870
|
+
options = that._getAJAXSettings(data),
|
|
871
|
+
send = function () {
|
|
872
|
+
that._sending += 1;
|
|
873
|
+
// Set timer for bitrate progress calculation:
|
|
874
|
+
options._bitrateTimer = new that._BitrateTimer();
|
|
875
|
+
jqXHR = jqXHR || (
|
|
876
|
+
((aborted || that._trigger(
|
|
877
|
+
'send',
|
|
878
|
+
$.Event('send', {delegatedEvent: e}),
|
|
879
|
+
options
|
|
880
|
+
) === false) &&
|
|
881
|
+
that._getXHRPromise(false, options.context, aborted)) ||
|
|
882
|
+
that._chunkedUpload(options) || $.ajax(options)
|
|
883
|
+
).done(function (result, textStatus, jqXHR) {
|
|
884
|
+
that._onDone(result, textStatus, jqXHR, options);
|
|
885
|
+
}).fail(function (jqXHR, textStatus, errorThrown) {
|
|
886
|
+
that._onFail(jqXHR, textStatus, errorThrown, options);
|
|
887
|
+
}).always(function (jqXHRorResult, textStatus, jqXHRorError) {
|
|
888
|
+
that._onAlways(
|
|
889
|
+
jqXHRorResult,
|
|
890
|
+
textStatus,
|
|
891
|
+
jqXHRorError,
|
|
892
|
+
options
|
|
893
|
+
);
|
|
894
|
+
that._sending -= 1;
|
|
895
|
+
that._active -= 1;
|
|
896
|
+
if (options.limitConcurrentUploads &&
|
|
897
|
+
options.limitConcurrentUploads > that._sending) {
|
|
898
|
+
// Start the next queued upload,
|
|
899
|
+
// that has not been aborted:
|
|
900
|
+
var nextSlot = that._slots.shift();
|
|
901
|
+
while (nextSlot) {
|
|
902
|
+
if (that._getDeferredState(nextSlot) === 'pending') {
|
|
903
|
+
nextSlot.resolve();
|
|
904
|
+
break;
|
|
905
|
+
}
|
|
906
|
+
nextSlot = that._slots.shift();
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
if (that._active === 0) {
|
|
910
|
+
// The stop callback is triggered when all uploads have
|
|
911
|
+
// been completed, equivalent to the global ajaxStop event:
|
|
912
|
+
that._trigger('stop');
|
|
913
|
+
}
|
|
914
|
+
});
|
|
915
|
+
return jqXHR;
|
|
916
|
+
};
|
|
917
|
+
this._beforeSend(e, options);
|
|
918
|
+
if (this.options.sequentialUploads ||
|
|
919
|
+
(this.options.limitConcurrentUploads &&
|
|
920
|
+
this.options.limitConcurrentUploads <= this._sending)) {
|
|
921
|
+
if (this.options.limitConcurrentUploads > 1) {
|
|
922
|
+
slot = $.Deferred();
|
|
923
|
+
this._slots.push(slot);
|
|
924
|
+
pipe = slot.pipe(send);
|
|
925
|
+
} else {
|
|
926
|
+
this._sequence = this._sequence.pipe(send, send);
|
|
927
|
+
pipe = this._sequence;
|
|
928
|
+
}
|
|
929
|
+
// Return the piped Promise object, enhanced with an abort method,
|
|
930
|
+
// which is delegated to the jqXHR object of the current upload,
|
|
931
|
+
// and jqXHR callbacks mapped to the equivalent Promise methods:
|
|
932
|
+
pipe.abort = function () {
|
|
933
|
+
aborted = [undefined, 'abort', 'abort'];
|
|
934
|
+
if (!jqXHR) {
|
|
935
|
+
if (slot) {
|
|
936
|
+
slot.rejectWith(options.context, aborted);
|
|
937
|
+
}
|
|
938
|
+
return send();
|
|
939
|
+
}
|
|
940
|
+
return jqXHR.abort();
|
|
941
|
+
};
|
|
942
|
+
return this._enhancePromise(pipe);
|
|
943
|
+
}
|
|
944
|
+
return send();
|
|
945
|
+
},
|
|
946
|
+
|
|
947
|
+
_onAdd: function (e, data) {
|
|
948
|
+
var that = this,
|
|
949
|
+
result = true,
|
|
950
|
+
options = $.extend({}, this.options, data),
|
|
951
|
+
files = data.files,
|
|
952
|
+
filesLength = files.length,
|
|
953
|
+
limit = options.limitMultiFileUploads,
|
|
954
|
+
limitSize = options.limitMultiFileUploadSize,
|
|
955
|
+
overhead = options.limitMultiFileUploadSizeOverhead,
|
|
956
|
+
batchSize = 0,
|
|
957
|
+
paramName = this._getParamName(options),
|
|
958
|
+
paramNameSet,
|
|
959
|
+
paramNameSlice,
|
|
960
|
+
fileSet,
|
|
961
|
+
i,
|
|
962
|
+
j = 0;
|
|
963
|
+
if (limitSize && (!filesLength || files[0].size === undefined)) {
|
|
964
|
+
limitSize = undefined;
|
|
965
|
+
}
|
|
966
|
+
if (!(options.singleFileUploads || limit || limitSize) ||
|
|
967
|
+
!this._isXHRUpload(options)) {
|
|
968
|
+
fileSet = [files];
|
|
969
|
+
paramNameSet = [paramName];
|
|
970
|
+
} else if (!(options.singleFileUploads || limitSize) && limit) {
|
|
971
|
+
fileSet = [];
|
|
972
|
+
paramNameSet = [];
|
|
973
|
+
for (i = 0; i < filesLength; i += limit) {
|
|
974
|
+
fileSet.push(files.slice(i, i + limit));
|
|
975
|
+
paramNameSlice = paramName.slice(i, i + limit);
|
|
976
|
+
if (!paramNameSlice.length) {
|
|
977
|
+
paramNameSlice = paramName;
|
|
978
|
+
}
|
|
979
|
+
paramNameSet.push(paramNameSlice);
|
|
980
|
+
}
|
|
981
|
+
} else if (!options.singleFileUploads && limitSize) {
|
|
982
|
+
fileSet = [];
|
|
983
|
+
paramNameSet = [];
|
|
984
|
+
for (i = 0; i < filesLength; i = i + 1) {
|
|
985
|
+
batchSize += files[i].size + overhead;
|
|
986
|
+
if (i + 1 === filesLength ||
|
|
987
|
+
((batchSize + files[i + 1].size + overhead) > limitSize) ||
|
|
988
|
+
(limit && i + 1 - j >= limit)) {
|
|
989
|
+
fileSet.push(files.slice(j, i + 1));
|
|
990
|
+
paramNameSlice = paramName.slice(j, i + 1);
|
|
991
|
+
if (!paramNameSlice.length) {
|
|
992
|
+
paramNameSlice = paramName;
|
|
993
|
+
}
|
|
994
|
+
paramNameSet.push(paramNameSlice);
|
|
995
|
+
j = i + 1;
|
|
996
|
+
batchSize = 0;
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
} else {
|
|
1000
|
+
paramNameSet = paramName;
|
|
1001
|
+
}
|
|
1002
|
+
data.originalFiles = files;
|
|
1003
|
+
$.each(fileSet || files, function (index, element) {
|
|
1004
|
+
var newData = $.extend({}, data);
|
|
1005
|
+
newData.files = fileSet ? element : [element];
|
|
1006
|
+
newData.paramName = paramNameSet[index];
|
|
1007
|
+
that._initResponseObject(newData);
|
|
1008
|
+
that._initProgressObject(newData);
|
|
1009
|
+
that._addConvenienceMethods(e, newData);
|
|
1010
|
+
result = that._trigger(
|
|
1011
|
+
'add',
|
|
1012
|
+
$.Event('add', {delegatedEvent: e}),
|
|
1013
|
+
newData
|
|
1014
|
+
);
|
|
1015
|
+
return result;
|
|
1016
|
+
});
|
|
1017
|
+
return result;
|
|
1018
|
+
},
|
|
1019
|
+
|
|
1020
|
+
_replaceFileInput: function (input) {
|
|
1021
|
+
var inputClone = input.clone(true);
|
|
1022
|
+
$('<form></form>').append(inputClone)[0].reset();
|
|
1023
|
+
// Detaching allows to insert the fileInput on another form
|
|
1024
|
+
// without loosing the file input value:
|
|
1025
|
+
input.after(inputClone).detach();
|
|
1026
|
+
// Avoid memory leaks with the detached file input:
|
|
1027
|
+
$.cleanData(input.unbind('remove'));
|
|
1028
|
+
// Replace the original file input element in the fileInput
|
|
1029
|
+
// elements set with the clone, which has been copied including
|
|
1030
|
+
// event handlers:
|
|
1031
|
+
this.options.fileInput = this.options.fileInput.map(function (i, el) {
|
|
1032
|
+
if (el === input[0]) {
|
|
1033
|
+
return inputClone[0];
|
|
1034
|
+
}
|
|
1035
|
+
return el;
|
|
1036
|
+
});
|
|
1037
|
+
// If the widget has been initialized on the file input itself,
|
|
1038
|
+
// override this.element with the file input clone:
|
|
1039
|
+
if (input[0] === this.element[0]) {
|
|
1040
|
+
this.element = inputClone;
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
|
|
1044
|
+
_handleFileTreeEntry: function (entry, path) {
|
|
1045
|
+
var that = this,
|
|
1046
|
+
dfd = $.Deferred(),
|
|
1047
|
+
errorHandler = function (e) {
|
|
1048
|
+
if (e && !e.entry) {
|
|
1049
|
+
e.entry = entry;
|
|
1050
|
+
}
|
|
1051
|
+
// Since $.when returns immediately if one
|
|
1052
|
+
// Deferred is rejected, we use resolve instead.
|
|
1053
|
+
// This allows valid files and invalid items
|
|
1054
|
+
// to be returned together in one set:
|
|
1055
|
+
dfd.resolve([e]);
|
|
1056
|
+
},
|
|
1057
|
+
dirReader;
|
|
1058
|
+
path = path || '';
|
|
1059
|
+
if (entry.isFile) {
|
|
1060
|
+
if (entry._file) {
|
|
1061
|
+
// Workaround for Chrome bug #149735
|
|
1062
|
+
entry._file.relativePath = path;
|
|
1063
|
+
dfd.resolve(entry._file);
|
|
1064
|
+
} else {
|
|
1065
|
+
entry.file(function (file) {
|
|
1066
|
+
file.relativePath = path;
|
|
1067
|
+
dfd.resolve(file);
|
|
1068
|
+
}, errorHandler);
|
|
1069
|
+
}
|
|
1070
|
+
} else if (entry.isDirectory) {
|
|
1071
|
+
dirReader = entry.createReader();
|
|
1072
|
+
dirReader.readEntries(function (entries) {
|
|
1073
|
+
that._handleFileTreeEntries(
|
|
1074
|
+
entries,
|
|
1075
|
+
path + entry.name + '/'
|
|
1076
|
+
).done(function (files) {
|
|
1077
|
+
dfd.resolve(files);
|
|
1078
|
+
}).fail(errorHandler);
|
|
1079
|
+
}, errorHandler);
|
|
1080
|
+
} else {
|
|
1081
|
+
// Return an empy list for file system items
|
|
1082
|
+
// other than files or directories:
|
|
1083
|
+
dfd.resolve([]);
|
|
1084
|
+
}
|
|
1085
|
+
return dfd.promise();
|
|
1086
|
+
},
|
|
1087
|
+
|
|
1088
|
+
_handleFileTreeEntries: function (entries, path) {
|
|
1089
|
+
var that = this;
|
|
1090
|
+
return $.when.apply(
|
|
1091
|
+
$,
|
|
1092
|
+
$.map(entries, function (entry) {
|
|
1093
|
+
return that._handleFileTreeEntry(entry, path);
|
|
1094
|
+
})
|
|
1095
|
+
).pipe(function () {
|
|
1096
|
+
return Array.prototype.concat.apply(
|
|
1097
|
+
[],
|
|
1098
|
+
arguments
|
|
1099
|
+
);
|
|
1100
|
+
});
|
|
1101
|
+
},
|
|
1102
|
+
|
|
1103
|
+
_getDroppedFiles: function (dataTransfer) {
|
|
1104
|
+
dataTransfer = dataTransfer || {};
|
|
1105
|
+
var items = dataTransfer.items;
|
|
1106
|
+
if (items && items.length && (items[0].webkitGetAsEntry ||
|
|
1107
|
+
items[0].getAsEntry)) {
|
|
1108
|
+
return this._handleFileTreeEntries(
|
|
1109
|
+
$.map(items, function (item) {
|
|
1110
|
+
var entry;
|
|
1111
|
+
if (item.webkitGetAsEntry) {
|
|
1112
|
+
entry = item.webkitGetAsEntry();
|
|
1113
|
+
if (entry) {
|
|
1114
|
+
// Workaround for Chrome bug #149735:
|
|
1115
|
+
entry._file = item.getAsFile();
|
|
1116
|
+
}
|
|
1117
|
+
return entry;
|
|
1118
|
+
}
|
|
1119
|
+
return item.getAsEntry();
|
|
1120
|
+
})
|
|
1121
|
+
);
|
|
1122
|
+
}
|
|
1123
|
+
return $.Deferred().resolve(
|
|
1124
|
+
$.makeArray(dataTransfer.files)
|
|
1125
|
+
).promise();
|
|
1126
|
+
},
|
|
1127
|
+
|
|
1128
|
+
_getSingleFileInputFiles: function (fileInput) {
|
|
1129
|
+
fileInput = $(fileInput);
|
|
1130
|
+
var entries = fileInput.prop('webkitEntries') ||
|
|
1131
|
+
fileInput.prop('entries'),
|
|
1132
|
+
files,
|
|
1133
|
+
value;
|
|
1134
|
+
if (entries && entries.length) {
|
|
1135
|
+
return this._handleFileTreeEntries(entries);
|
|
1136
|
+
}
|
|
1137
|
+
files = $.makeArray(fileInput.prop('files'));
|
|
1138
|
+
if (!files.length) {
|
|
1139
|
+
value = fileInput.prop('value');
|
|
1140
|
+
if (!value) {
|
|
1141
|
+
return $.Deferred().resolve([]).promise();
|
|
1142
|
+
}
|
|
1143
|
+
// If the files property is not available, the browser does not
|
|
1144
|
+
// support the File API and we add a pseudo File object with
|
|
1145
|
+
// the input value as name with path information removed:
|
|
1146
|
+
files = [{name: value.replace(/^.*\\/, '')}];
|
|
1147
|
+
} else if (files[0].name === undefined && files[0].fileName) {
|
|
1148
|
+
// File normalization for Safari 4 and Firefox 3:
|
|
1149
|
+
$.each(files, function (index, file) {
|
|
1150
|
+
file.name = file.fileName;
|
|
1151
|
+
file.size = file.fileSize;
|
|
1152
|
+
});
|
|
1153
|
+
}
|
|
1154
|
+
return $.Deferred().resolve(files).promise();
|
|
1155
|
+
},
|
|
1156
|
+
|
|
1157
|
+
_getFileInputFiles: function (fileInput) {
|
|
1158
|
+
if (!(fileInput instanceof $) || fileInput.length === 1) {
|
|
1159
|
+
return this._getSingleFileInputFiles(fileInput);
|
|
1160
|
+
}
|
|
1161
|
+
return $.when.apply(
|
|
1162
|
+
$,
|
|
1163
|
+
$.map(fileInput, this._getSingleFileInputFiles)
|
|
1164
|
+
).pipe(function () {
|
|
1165
|
+
return Array.prototype.concat.apply(
|
|
1166
|
+
[],
|
|
1167
|
+
arguments
|
|
1168
|
+
);
|
|
1169
|
+
});
|
|
1170
|
+
},
|
|
1171
|
+
|
|
1172
|
+
_onChange: function (e) {
|
|
1173
|
+
var that = this,
|
|
1174
|
+
data = {
|
|
1175
|
+
fileInput: $(e.target),
|
|
1176
|
+
form: $(e.target.form)
|
|
1177
|
+
};
|
|
1178
|
+
this._getFileInputFiles(data.fileInput).always(function (files) {
|
|
1179
|
+
data.files = files;
|
|
1180
|
+
if (that.options.replaceFileInput) {
|
|
1181
|
+
that._replaceFileInput(data.fileInput);
|
|
1182
|
+
}
|
|
1183
|
+
if (that._trigger(
|
|
1184
|
+
'change',
|
|
1185
|
+
$.Event('change', {delegatedEvent: e}),
|
|
1186
|
+
data
|
|
1187
|
+
) !== false) {
|
|
1188
|
+
that._onAdd(e, data);
|
|
1189
|
+
}
|
|
1190
|
+
});
|
|
1191
|
+
},
|
|
1192
|
+
|
|
1193
|
+
_onPaste: function (e) {
|
|
1194
|
+
var items = e.originalEvent && e.originalEvent.clipboardData &&
|
|
1195
|
+
e.originalEvent.clipboardData.items,
|
|
1196
|
+
data = {files: []};
|
|
1197
|
+
if (items && items.length) {
|
|
1198
|
+
$.each(items, function (index, item) {
|
|
1199
|
+
var file = item.getAsFile && item.getAsFile();
|
|
1200
|
+
if (file) {
|
|
1201
|
+
data.files.push(file);
|
|
1202
|
+
}
|
|
1203
|
+
});
|
|
1204
|
+
if (this._trigger(
|
|
1205
|
+
'paste',
|
|
1206
|
+
$.Event('paste', {delegatedEvent: e}),
|
|
1207
|
+
data
|
|
1208
|
+
) !== false) {
|
|
1209
|
+
this._onAdd(e, data);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
|
|
1214
|
+
_onDrop: function (e) {
|
|
1215
|
+
e.dataTransfer = e.originalEvent && e.originalEvent.dataTransfer;
|
|
1216
|
+
var that = this,
|
|
1217
|
+
dataTransfer = e.dataTransfer,
|
|
1218
|
+
data = {};
|
|
1219
|
+
if (dataTransfer && dataTransfer.files && dataTransfer.files.length) {
|
|
1220
|
+
e.preventDefault();
|
|
1221
|
+
this._getDroppedFiles(dataTransfer).always(function (files) {
|
|
1222
|
+
data.files = files;
|
|
1223
|
+
if (that._trigger(
|
|
1224
|
+
'drop',
|
|
1225
|
+
$.Event('drop', {delegatedEvent: e}),
|
|
1226
|
+
data
|
|
1227
|
+
) !== false) {
|
|
1228
|
+
that._onAdd(e, data);
|
|
1229
|
+
}
|
|
1230
|
+
});
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
|
|
1234
|
+
_onDragOver: function (e) {
|
|
1235
|
+
e.dataTransfer = e.originalEvent && e.originalEvent.dataTransfer;
|
|
1236
|
+
var dataTransfer = e.dataTransfer;
|
|
1237
|
+
if (dataTransfer && $.inArray('Files', dataTransfer.types) !== -1 &&
|
|
1238
|
+
this._trigger(
|
|
1239
|
+
'dragover',
|
|
1240
|
+
$.Event('dragover', {delegatedEvent: e})
|
|
1241
|
+
) !== false) {
|
|
1242
|
+
e.preventDefault();
|
|
1243
|
+
dataTransfer.dropEffect = 'copy';
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
|
|
1247
|
+
_initEventHandlers: function () {
|
|
1248
|
+
if (this._isXHRUpload(this.options)) {
|
|
1249
|
+
this._on(this.options.dropZone, {
|
|
1250
|
+
dragover: this._onDragOver,
|
|
1251
|
+
drop: this._onDrop
|
|
1252
|
+
});
|
|
1253
|
+
this._on(this.options.pasteZone, {
|
|
1254
|
+
paste: this._onPaste
|
|
1255
|
+
});
|
|
1256
|
+
}
|
|
1257
|
+
if ($.support.fileInput) {
|
|
1258
|
+
this._on(this.options.fileInput, {
|
|
1259
|
+
change: this._onChange
|
|
1260
|
+
});
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
|
|
1264
|
+
_destroyEventHandlers: function () {
|
|
1265
|
+
this._off(this.options.dropZone, 'dragover drop');
|
|
1266
|
+
this._off(this.options.pasteZone, 'paste');
|
|
1267
|
+
this._off(this.options.fileInput, 'change');
|
|
1268
|
+
},
|
|
1269
|
+
|
|
1270
|
+
_setOption: function (key, value) {
|
|
1271
|
+
var reinit = $.inArray(key, this._specialOptions) !== -1;
|
|
1272
|
+
if (reinit) {
|
|
1273
|
+
this._destroyEventHandlers();
|
|
1274
|
+
}
|
|
1275
|
+
this._super(key, value);
|
|
1276
|
+
if (reinit) {
|
|
1277
|
+
this._initSpecialOptions();
|
|
1278
|
+
this._initEventHandlers();
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
|
|
1282
|
+
_initSpecialOptions: function () {
|
|
1283
|
+
var options = this.options;
|
|
1284
|
+
if (options.fileInput === undefined) {
|
|
1285
|
+
options.fileInput = this.element.is('input[type="file"]') ?
|
|
1286
|
+
this.element : this.element.find('input[type="file"]');
|
|
1287
|
+
} else if (!(options.fileInput instanceof $)) {
|
|
1288
|
+
options.fileInput = $(options.fileInput);
|
|
1289
|
+
}
|
|
1290
|
+
if (!(options.dropZone instanceof $)) {
|
|
1291
|
+
options.dropZone = $(options.dropZone);
|
|
1292
|
+
}
|
|
1293
|
+
if (!(options.pasteZone instanceof $)) {
|
|
1294
|
+
options.pasteZone = $(options.pasteZone);
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
|
|
1298
|
+
_getRegExp: function (str) {
|
|
1299
|
+
var parts = str.split('/'),
|
|
1300
|
+
modifiers = parts.pop();
|
|
1301
|
+
parts.shift();
|
|
1302
|
+
return new RegExp(parts.join('/'), modifiers);
|
|
1303
|
+
},
|
|
1304
|
+
|
|
1305
|
+
_isRegExpOption: function (key, value) {
|
|
1306
|
+
return key !== 'url' && $.type(value) === 'string' &&
|
|
1307
|
+
/^\/.*\/[igm]{0,3}$/.test(value);
|
|
1308
|
+
},
|
|
1309
|
+
|
|
1310
|
+
_initDataAttributes: function () {
|
|
1311
|
+
var that = this,
|
|
1312
|
+
options = this.options,
|
|
1313
|
+
clone = $(this.element[0].cloneNode(false));
|
|
1314
|
+
// Initialize options set via HTML5 data-attributes:
|
|
1315
|
+
$.each(
|
|
1316
|
+
clone.data(),
|
|
1317
|
+
function (key, value) {
|
|
1318
|
+
var dataAttributeName = 'data-' +
|
|
1319
|
+
// Convert camelCase to hyphen-ated key:
|
|
1320
|
+
key.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
1321
|
+
if (clone.attr(dataAttributeName)) {
|
|
1322
|
+
if (that._isRegExpOption(key, value)) {
|
|
1323
|
+
value = that._getRegExp(value);
|
|
1324
|
+
}
|
|
1325
|
+
options[key] = value;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
);
|
|
1329
|
+
},
|
|
1330
|
+
|
|
1331
|
+
_create: function () {
|
|
1332
|
+
this._initDataAttributes();
|
|
1333
|
+
this._initSpecialOptions();
|
|
1334
|
+
this._slots = [];
|
|
1335
|
+
this._sequence = this._getXHRPromise(true);
|
|
1336
|
+
this._sending = this._active = 0;
|
|
1337
|
+
this._initProgressObject(this);
|
|
1338
|
+
this._initEventHandlers();
|
|
1339
|
+
},
|
|
1340
|
+
|
|
1341
|
+
// This method is exposed to the widget API and allows to query
|
|
1342
|
+
// the number of active uploads:
|
|
1343
|
+
active: function () {
|
|
1344
|
+
return this._active;
|
|
1345
|
+
},
|
|
1346
|
+
|
|
1347
|
+
// This method is exposed to the widget API and allows to query
|
|
1348
|
+
// the widget upload progress.
|
|
1349
|
+
// It returns an object with loaded, total and bitrate properties
|
|
1350
|
+
// for the running uploads:
|
|
1351
|
+
progress: function () {
|
|
1352
|
+
return this._progress;
|
|
1353
|
+
},
|
|
1354
|
+
|
|
1355
|
+
// This method is exposed to the widget API and allows adding files
|
|
1356
|
+
// using the fileupload API. The data parameter accepts an object which
|
|
1357
|
+
// must have a files property and can contain additional options:
|
|
1358
|
+
// .fileupload('add', {files: filesList});
|
|
1359
|
+
add: function (data) {
|
|
1360
|
+
var that = this;
|
|
1361
|
+
if (!data || this.options.disabled) {
|
|
1362
|
+
return;
|
|
1363
|
+
}
|
|
1364
|
+
if (data.fileInput && !data.files) {
|
|
1365
|
+
this._getFileInputFiles(data.fileInput).always(function (files) {
|
|
1366
|
+
data.files = files;
|
|
1367
|
+
that._onAdd(null, data);
|
|
1368
|
+
});
|
|
1369
|
+
} else {
|
|
1370
|
+
data.files = $.makeArray(data.files);
|
|
1371
|
+
this._onAdd(null, data);
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
|
|
1375
|
+
// This method is exposed to the widget API and allows sending files
|
|
1376
|
+
// using the fileupload API. The data parameter accepts an object which
|
|
1377
|
+
// must have a files or fileInput property and can contain additional options:
|
|
1378
|
+
// .fileupload('send', {files: filesList});
|
|
1379
|
+
// The method returns a Promise object for the file upload call.
|
|
1380
|
+
send: function (data) {
|
|
1381
|
+
if (data && !this.options.disabled) {
|
|
1382
|
+
if (data.fileInput && !data.files) {
|
|
1383
|
+
var that = this,
|
|
1384
|
+
dfd = $.Deferred(),
|
|
1385
|
+
promise = dfd.promise(),
|
|
1386
|
+
jqXHR,
|
|
1387
|
+
aborted;
|
|
1388
|
+
promise.abort = function () {
|
|
1389
|
+
aborted = true;
|
|
1390
|
+
if (jqXHR) {
|
|
1391
|
+
return jqXHR.abort();
|
|
1392
|
+
}
|
|
1393
|
+
dfd.reject(null, 'abort', 'abort');
|
|
1394
|
+
return promise;
|
|
1395
|
+
};
|
|
1396
|
+
this._getFileInputFiles(data.fileInput).always(
|
|
1397
|
+
function (files) {
|
|
1398
|
+
if (aborted) {
|
|
1399
|
+
return;
|
|
1400
|
+
}
|
|
1401
|
+
if (!files.length) {
|
|
1402
|
+
dfd.reject();
|
|
1403
|
+
return;
|
|
1404
|
+
}
|
|
1405
|
+
data.files = files;
|
|
1406
|
+
jqXHR = that._onSend(null, data).then(
|
|
1407
|
+
function (result, textStatus, jqXHR) {
|
|
1408
|
+
dfd.resolve(result, textStatus, jqXHR);
|
|
1409
|
+
},
|
|
1410
|
+
function (jqXHR, textStatus, errorThrown) {
|
|
1411
|
+
dfd.reject(jqXHR, textStatus, errorThrown);
|
|
1412
|
+
}
|
|
1413
|
+
);
|
|
1414
|
+
}
|
|
1415
|
+
);
|
|
1416
|
+
return this._enhancePromise(promise);
|
|
1417
|
+
}
|
|
1418
|
+
data.files = $.makeArray(data.files);
|
|
1419
|
+
if (data.files.length) {
|
|
1420
|
+
return this._onSend(null, data);
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
return this._getXHRPromise(false, data && data.context);
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
});
|
|
1427
|
+
|
|
1428
|
+
}));
|