@1oo4/miv 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -0
- package/dist/Client/AuditTrail.d.ts +132 -0
- package/dist/Client/AuditTrail.d.ts.map +1 -0
- package/dist/Client/AuditTrail.js +705 -0
- package/dist/Client/AuditTrail.js.map +1 -0
- package/dist/Client/Connections/ConnectionStrategy.d.ts +9 -0
- package/dist/Client/Connections/ConnectionStrategy.d.ts.map +1 -0
- package/dist/Client/Connections/ConnectionStrategy.js +52 -0
- package/dist/Client/Connections/ConnectionStrategy.js.map +1 -0
- package/dist/Client/Connections/WebSocketConnection.d.ts +31 -0
- package/dist/Client/Connections/WebSocketConnection.d.ts.map +1 -0
- package/dist/Client/Connections/WebSocketConnection.js +323 -0
- package/dist/Client/Connections/WebSocketConnection.js.map +1 -0
- package/dist/Client/Construction/ChildAndRealtionData.d.ts +16 -0
- package/dist/Client/Construction/ChildAndRealtionData.d.ts.map +1 -0
- package/dist/Client/Construction/ChildAndRealtionData.js +38 -0
- package/dist/Client/Construction/ChildAndRealtionData.js.map +1 -0
- package/dist/Client/Construction/ClientTypes.d.ts +107 -0
- package/dist/Client/Construction/ClientTypes.d.ts.map +1 -0
- package/dist/Client/Construction/ClientTypes.js +316 -0
- package/dist/Client/Construction/ClientTypes.js.map +1 -0
- package/dist/Client/Construction/FiltersSet.d.ts +2 -0
- package/dist/Client/Construction/FiltersSet.d.ts.map +1 -0
- package/dist/Client/Construction/FiltersSet.js +60 -0
- package/dist/Client/Construction/FiltersSet.js.map +1 -0
- package/dist/Client/Construction/TypesInfos.d.ts +21 -0
- package/dist/Client/Construction/TypesInfos.d.ts.map +1 -0
- package/dist/Client/Construction/TypesInfos.js +29 -0
- package/dist/Client/Construction/TypesInfos.js.map +1 -0
- package/dist/Client/LoadFilter.d.ts +14 -0
- package/dist/Client/LoadFilter.d.ts.map +1 -0
- package/dist/Client/LoadFilter.js +49 -0
- package/dist/Client/LoadFilter.js.map +1 -0
- package/dist/Client/MChild.d.ts +43 -0
- package/dist/Client/MChild.d.ts.map +1 -0
- package/dist/Client/MChild.js +344 -0
- package/dist/Client/MChild.js.map +1 -0
- package/dist/Client/MField.d.ts +6 -0
- package/dist/Client/MField.d.ts.map +1 -0
- package/dist/Client/MField.js +40 -0
- package/dist/Client/MField.js.map +1 -0
- package/dist/Client/MIVClient.d.ts +122 -0
- package/dist/Client/MIVClient.d.ts.map +1 -0
- package/dist/Client/MIVClient.js +931 -0
- package/dist/Client/MIVClient.js.map +1 -0
- package/dist/Client/MObject.d.ts +13 -0
- package/dist/Client/MObject.d.ts.map +1 -0
- package/dist/Client/MObject.js +67 -0
- package/dist/Client/MObject.js.map +1 -0
- package/dist/Client/MProperty.d.ts +7 -0
- package/dist/Client/MProperty.d.ts.map +1 -0
- package/dist/Client/MProperty.js +96 -0
- package/dist/Client/MProperty.js.map +1 -0
- package/dist/Client/MRealObject.d.ts +56 -0
- package/dist/Client/MRealObject.d.ts.map +1 -0
- package/dist/Client/MRealObject.js +534 -0
- package/dist/Client/MRealObject.js.map +1 -0
- package/dist/Client/MRelation.d.ts +32 -0
- package/dist/Client/MRelation.d.ts.map +1 -0
- package/dist/Client/MRelation.js +116 -0
- package/dist/Client/MRelation.js.map +1 -0
- package/dist/Client/MRoot.d.ts +27 -0
- package/dist/Client/MRoot.d.ts.map +1 -0
- package/dist/Client/MRoot.js +108 -0
- package/dist/Client/MRoot.js.map +1 -0
- package/dist/Client/MSets/ChildrenListInternal.d.ts +2 -0
- package/dist/Client/MSets/ChildrenListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/ChildrenListInternal.js +87 -0
- package/dist/Client/MSets/ChildrenListInternal.js.map +1 -0
- package/dist/Client/MSets/ListInternal.d.ts +2 -0
- package/dist/Client/MSets/ListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/ListInternal.js +123 -0
- package/dist/Client/MSets/ListInternal.js.map +1 -0
- package/dist/Client/MSets/MItem.d.ts +23 -0
- package/dist/Client/MSets/MItem.d.ts.map +1 -0
- package/dist/Client/MSets/MItem.js +72 -0
- package/dist/Client/MSets/MItem.js.map +1 -0
- package/dist/Client/MSets/MList.d.ts +9 -0
- package/dist/Client/MSets/MList.d.ts.map +1 -0
- package/dist/Client/MSets/MList.js +17 -0
- package/dist/Client/MSets/MList.js.map +1 -0
- package/dist/Client/MSets/MPage.d.ts +12 -0
- package/dist/Client/MSets/MPage.d.ts.map +1 -0
- package/dist/Client/MSets/MPage.js +32 -0
- package/dist/Client/MSets/MPage.js.map +1 -0
- package/dist/Client/MSets/MPagination.d.ts +25 -0
- package/dist/Client/MSets/MPagination.d.ts.map +1 -0
- package/dist/Client/MSets/MPagination.js +99 -0
- package/dist/Client/MSets/MPagination.js.map +1 -0
- package/dist/Client/MSets/MRealLists.d.ts +33 -0
- package/dist/Client/MSets/MRealLists.d.ts.map +1 -0
- package/dist/Client/MSets/MRealLists.js +85 -0
- package/dist/Client/MSets/MRealLists.js.map +1 -0
- package/dist/Client/MSets/MSet.d.ts +4 -0
- package/dist/Client/MSets/MSet.d.ts.map +1 -0
- package/dist/Client/MSets/MSet.js +18 -0
- package/dist/Client/MSets/MSet.js.map +1 -0
- package/dist/Client/MSets/PageInternal.d.ts +2 -0
- package/dist/Client/MSets/PageInternal.d.ts.map +1 -0
- package/dist/Client/MSets/PageInternal.js +142 -0
- package/dist/Client/MSets/PageInternal.js.map +1 -0
- package/dist/Client/MSets/PointersListInternal.d.ts +2 -0
- package/dist/Client/MSets/PointersListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/PointersListInternal.js +75 -0
- package/dist/Client/MSets/PointersListInternal.js.map +1 -0
- package/dist/Client/MSets/TargetingListInternal.d.ts +2 -0
- package/dist/Client/MSets/TargetingListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/TargetingListInternal.js +91 -0
- package/dist/Client/MSets/TargetingListInternal.js.map +1 -0
- package/dist/Client/MSets/TargetsListInternal.d.ts +2 -0
- package/dist/Client/MSets/TargetsListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/TargetsListInternal.js +93 -0
- package/dist/Client/MSets/TargetsListInternal.js.map +1 -0
- package/dist/Client/MSets/VirtualList.d.ts +11 -0
- package/dist/Client/MSets/VirtualList.d.ts.map +1 -0
- package/dist/Client/MSets/VirtualList.js +63 -0
- package/dist/Client/MSets/VirtualList.js.map +1 -0
- package/dist/Client/MSets/WholeListInternal.d.ts +4 -0
- package/dist/Client/MSets/WholeListInternal.d.ts.map +1 -0
- package/dist/Client/MSets/WholeListInternal.js +12 -0
- package/dist/Client/MSets/WholeListInternal.js.map +1 -0
- package/dist/Client/MUser.d.ts +10 -0
- package/dist/Client/MUser.d.ts.map +1 -0
- package/dist/Client/MUser.js +16 -0
- package/dist/Client/MUser.js.map +1 -0
- package/dist/Client/MVirtualObject.d.ts +13 -0
- package/dist/Client/MVirtualObject.d.ts.map +1 -0
- package/dist/Client/MVirtualObject.js +30 -0
- package/dist/Client/MVirtualObject.js.map +1 -0
- package/dist/Client/Properties/BinaryProperty.d.ts +24 -0
- package/dist/Client/Properties/BinaryProperty.d.ts.map +1 -0
- package/dist/Client/Properties/BinaryProperty.js +135 -0
- package/dist/Client/Properties/BinaryProperty.js.map +1 -0
- package/dist/Client/Properties/BoolProperty.d.ts +30 -0
- package/dist/Client/Properties/BoolProperty.d.ts.map +1 -0
- package/dist/Client/Properties/BoolProperty.js +89 -0
- package/dist/Client/Properties/BoolProperty.js.map +1 -0
- package/dist/Client/Properties/ByteProperty.d.ts +31 -0
- package/dist/Client/Properties/ByteProperty.d.ts.map +1 -0
- package/dist/Client/Properties/ByteProperty.js +134 -0
- package/dist/Client/Properties/ByteProperty.js.map +1 -0
- package/dist/Client/Properties/DateTimeProperty.d.ts +32 -0
- package/dist/Client/Properties/DateTimeProperty.d.ts.map +1 -0
- package/dist/Client/Properties/DateTimeProperty.js +150 -0
- package/dist/Client/Properties/DateTimeProperty.js.map +1 -0
- package/dist/Client/Properties/DoubleProperty.d.ts +28 -0
- package/dist/Client/Properties/DoubleProperty.d.ts.map +1 -0
- package/dist/Client/Properties/DoubleProperty.js +126 -0
- package/dist/Client/Properties/DoubleProperty.js.map +1 -0
- package/dist/Client/Properties/EnumProperty.d.ts +32 -0
- package/dist/Client/Properties/EnumProperty.d.ts.map +1 -0
- package/dist/Client/Properties/EnumProperty.js +81 -0
- package/dist/Client/Properties/EnumProperty.js.map +1 -0
- package/dist/Client/Properties/IRealProperty.d.ts +12 -0
- package/dist/Client/Properties/IRealProperty.d.ts.map +1 -0
- package/dist/Client/Properties/IRealProperty.js +3 -0
- package/dist/Client/Properties/IRealProperty.js.map +1 -0
- package/dist/Client/Properties/LongProperty.d.ts +28 -0
- package/dist/Client/Properties/LongProperty.d.ts.map +1 -0
- package/dist/Client/Properties/LongProperty.js +126 -0
- package/dist/Client/Properties/LongProperty.js.map +1 -0
- package/dist/Client/Properties/RealPropertyInternal.d.ts +2 -0
- package/dist/Client/Properties/RealPropertyInternal.d.ts.map +1 -0
- package/dist/Client/Properties/RealPropertyInternal.js +36 -0
- package/dist/Client/Properties/RealPropertyInternal.js.map +1 -0
- package/dist/Client/Properties/StringProperty.d.ts +28 -0
- package/dist/Client/Properties/StringProperty.d.ts.map +1 -0
- package/dist/Client/Properties/StringProperty.js +129 -0
- package/dist/Client/Properties/StringProperty.js.map +1 -0
- package/dist/Client/Properties/SupportedPropertyInternal.d.ts +2 -0
- package/dist/Client/Properties/SupportedPropertyInternal.d.ts.map +1 -0
- package/dist/Client/Properties/SupportedPropertyInternal.js +21 -0
- package/dist/Client/Properties/SupportedPropertyInternal.js.map +1 -0
- package/dist/Client/Properties/UlongProperty.d.ts +29 -0
- package/dist/Client/Properties/UlongProperty.d.ts.map +1 -0
- package/dist/Client/Properties/UlongProperty.js +126 -0
- package/dist/Client/Properties/UlongProperty.js.map +1 -0
- package/dist/Client/Queries/IRealObject.d.ts +3 -0
- package/dist/Client/Queries/IRealObject.d.ts.map +1 -0
- package/dist/Client/Queries/IRealObject.js +3 -0
- package/dist/Client/Queries/IRealObject.js.map +1 -0
- package/dist/Client/Queries/PlaceholderChild.d.ts +10 -0
- package/dist/Client/Queries/PlaceholderChild.d.ts.map +1 -0
- package/dist/Client/Queries/PlaceholderChild.js +22 -0
- package/dist/Client/Queries/PlaceholderChild.js.map +1 -0
- package/dist/Client/Queries/PlaceholderCopy.d.ts +13 -0
- package/dist/Client/Queries/PlaceholderCopy.d.ts.map +1 -0
- package/dist/Client/Queries/PlaceholderCopy.js +32 -0
- package/dist/Client/Queries/PlaceholderCopy.js.map +1 -0
- package/dist/Client/QueryBuilder.d.ts +92 -0
- package/dist/Client/QueryBuilder.d.ts.map +1 -0
- package/dist/Client/QueryBuilder.js +380 -0
- package/dist/Client/QueryBuilder.js.map +1 -0
- package/dist/Client/QueryInfo.d.ts +7 -0
- package/dist/Client/QueryInfo.d.ts.map +1 -0
- package/dist/Client/QueryInfo.js +12 -0
- package/dist/Client/QueryInfo.js.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdate.d.ts +2 -0
- package/dist/Client/UpdateTools/ChildUpdate.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdate.js +262 -0
- package/dist/Client/UpdateTools/ChildUpdate.js.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.d.ts +13 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.js +79 -0
- package/dist/Client/UpdateTools/ChildUpdateInfo.js.map +1 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.d.ts +42 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.js +156 -0
- package/dist/Client/UpdateTools/ClientDataUpdateAndCompute.js.map +1 -0
- package/dist/Client/UpdateTools/FieldWatcher.d.ts +13 -0
- package/dist/Client/UpdateTools/FieldWatcher.d.ts.map +1 -0
- package/dist/Client/UpdateTools/FieldWatcher.js +43 -0
- package/dist/Client/UpdateTools/FieldWatcher.js.map +1 -0
- package/dist/Client/UpdateTools/Load.d.ts +2 -0
- package/dist/Client/UpdateTools/Load.d.ts.map +1 -0
- package/dist/Client/UpdateTools/Load.js +126 -0
- package/dist/Client/UpdateTools/Load.js.map +1 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.d.ts +42 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.js +163 -0
- package/dist/Client/UpdateTools/ModelUpdateAndCompute.js.map +1 -0
- package/dist/Client/UpdateTools/UpdateWatcher.d.ts +12 -0
- package/dist/Client/UpdateTools/UpdateWatcher.d.ts.map +1 -0
- package/dist/Client/UpdateTools/UpdateWatcher.js +41 -0
- package/dist/Client/UpdateTools/UpdateWatcher.js.map +1 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.d.ts +21 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.d.ts.map +1 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.js +83 -0
- package/dist/Client/UpdateTools/ViewUpdateAndCompute.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.js +53 -0
- package/dist/Client/VSets/FilterAndSort/VFilters.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.js +45 -0
- package/dist/Client/VSets/FilterAndSort/VListModif.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.js +24 -0
- package/dist/Client/VSets/FilterAndSort/VListModification.js.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.d.ts +2 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.d.ts.map +1 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.js +21 -0
- package/dist/Client/VSets/FilterAndSort/VSorter.js.map +1 -0
- package/dist/Client/VSets/VItem.d.ts +42 -0
- package/dist/Client/VSets/VItem.d.ts.map +1 -0
- package/dist/Client/VSets/VItem.js +161 -0
- package/dist/Client/VSets/VItem.js.map +1 -0
- package/dist/Client/VSets/VList.d.ts +44 -0
- package/dist/Client/VSets/VList.d.ts.map +1 -0
- package/dist/Client/VSets/VList.js +409 -0
- package/dist/Client/VSets/VList.js.map +1 -0
- package/dist/Client/VSets/VPage.d.ts +20 -0
- package/dist/Client/VSets/VPage.d.ts.map +1 -0
- package/dist/Client/VSets/VPage.js +125 -0
- package/dist/Client/VSets/VPage.js.map +1 -0
- package/dist/Client/VSets/VPagination.d.ts +32 -0
- package/dist/Client/VSets/VPagination.d.ts.map +1 -0
- package/dist/Client/VSets/VPagination.js +126 -0
- package/dist/Client/VSets/VPagination.js.map +1 -0
- package/dist/Client/VSets/VSet.d.ts +9 -0
- package/dist/Client/VSets/VSet.d.ts.map +1 -0
- package/dist/Client/VSets/VSet.js +135 -0
- package/dist/Client/VSets/VSet.js.map +1 -0
- package/dist/Client/View/VBoundObject.d.ts +4 -0
- package/dist/Client/View/VBoundObject.d.ts.map +1 -0
- package/dist/Client/View/VBoundObject.js +15 -0
- package/dist/Client/View/VBoundObject.js.map +1 -0
- package/dist/Client/View/VObject.d.ts +29 -0
- package/dist/Client/View/VObject.d.ts.map +1 -0
- package/dist/Client/View/VObject.js +181 -0
- package/dist/Client/View/VObject.js.map +1 -0
- package/dist/Client/View/VObjectInItem.d.ts +22 -0
- package/dist/Client/View/VObjectInItem.d.ts.map +1 -0
- package/dist/Client/View/VObjectInItem.js +46 -0
- package/dist/Client/View/VObjectInItem.js.map +1 -0
- package/dist/Client/View/VObjectInList.d.ts +41 -0
- package/dist/Client/View/VObjectInList.d.ts.map +1 -0
- package/dist/Client/View/VObjectInList.js +100 -0
- package/dist/Client/View/VObjectInList.js.map +1 -0
- package/dist/Communication/ConnectionLogs.d.ts +22 -0
- package/dist/Communication/ConnectionLogs.d.ts.map +1 -0
- package/dist/Communication/ConnectionLogs.js +93 -0
- package/dist/Communication/ConnectionLogs.js.map +1 -0
- package/dist/Communication/CustomReadQuery.d.ts +2 -0
- package/dist/Communication/CustomReadQuery.d.ts.map +1 -0
- package/dist/Communication/CustomReadQuery.js +12 -0
- package/dist/Communication/CustomReadQuery.js.map +1 -0
- package/dist/Communication/DataAnswer.d.ts +2 -0
- package/dist/Communication/DataAnswer.d.ts.map +1 -0
- package/dist/Communication/DataAnswer.js +62 -0
- package/dist/Communication/DataAnswer.js.map +1 -0
- package/dist/Communication/DataItems/ChildData.d.ts +2 -0
- package/dist/Communication/DataItems/ChildData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ChildData.js +92 -0
- package/dist/Communication/DataItems/ChildData.js.map +1 -0
- package/dist/Communication/DataItems/QueryData.d.ts +2 -0
- package/dist/Communication/DataItems/QueryData.d.ts.map +1 -0
- package/dist/Communication/DataItems/QueryData.js +56 -0
- package/dist/Communication/DataItems/QueryData.js.map +1 -0
- package/dist/Communication/DataItems/RelationData.d.ts +2 -0
- package/dist/Communication/DataItems/RelationData.d.ts.map +1 -0
- package/dist/Communication/DataItems/RelationData.js +82 -0
- package/dist/Communication/DataItems/RelationData.js.map +1 -0
- package/dist/Communication/DataItems/ValueClearedData.d.ts +2 -0
- package/dist/Communication/DataItems/ValueClearedData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ValueClearedData.js +51 -0
- package/dist/Communication/DataItems/ValueClearedData.js.map +1 -0
- package/dist/Communication/DataItems/ValueData.d.ts +2 -0
- package/dist/Communication/DataItems/ValueData.d.ts.map +1 -0
- package/dist/Communication/DataItems/ValueData.js +50 -0
- package/dist/Communication/DataItems/ValueData.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDBinary.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDBinary.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDBinary.js +55 -0
- package/dist/Communication/DataItems/Values/VDBinary.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDByte.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDByte.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDByte.js +40 -0
- package/dist/Communication/DataItems/Values/VDByte.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDDateTime.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDDateTime.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDDateTime.js +40 -0
- package/dist/Communication/DataItems/Values/VDDateTime.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDDouble.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDDouble.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDDouble.js +40 -0
- package/dist/Communication/DataItems/Values/VDDouble.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDLong.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDLong.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDLong.js +40 -0
- package/dist/Communication/DataItems/Values/VDLong.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDString.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDString.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDString.js +43 -0
- package/dist/Communication/DataItems/Values/VDString.js.map +1 -0
- package/dist/Communication/DataItems/Values/VDUlong.d.ts +2 -0
- package/dist/Communication/DataItems/Values/VDUlong.d.ts.map +1 -0
- package/dist/Communication/DataItems/Values/VDUlong.js +40 -0
- package/dist/Communication/DataItems/Values/VDUlong.js.map +1 -0
- package/dist/Communication/DataMessage.d.ts +2 -0
- package/dist/Communication/DataMessage.d.ts.map +1 -0
- package/dist/Communication/DataMessage.js +212 -0
- package/dist/Communication/DataMessage.js.map +1 -0
- package/dist/Communication/ErrorMessage.d.ts +348 -0
- package/dist/Communication/ErrorMessage.d.ts.map +1 -0
- package/dist/Communication/ErrorMessage.js +943 -0
- package/dist/Communication/ErrorMessage.js.map +1 -0
- package/dist/Communication/Errors/CustomErrorMessage.d.ts +7 -0
- package/dist/Communication/Errors/CustomErrorMessage.d.ts.map +1 -0
- package/dist/Communication/Errors/CustomErrorMessage.js +28 -0
- package/dist/Communication/Errors/CustomErrorMessage.js.map +1 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.d.ts +28 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.js +130 -0
- package/dist/Communication/Errors/ErroneousWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/ErrorHandlers.d.ts +96 -0
- package/dist/Communication/Errors/ErrorHandlers.d.ts.map +1 -0
- package/dist/Communication/Errors/ErrorHandlers.js +61 -0
- package/dist/Communication/Errors/ErrorHandlers.js.map +1 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.d.ts +25 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.js +115 -0
- package/dist/Communication/Errors/InvalidWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.d.ts +2 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.js +2 -0
- package/dist/Communication/Errors/NonwriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.d.ts +30 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.d.ts.map +1 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.js +134 -0
- package/dist/Communication/Errors/RegularWriteErrorMessages.js.map +1 -0
- package/dist/Communication/Errors/WriteErrorMessage.d.ts +2 -0
- package/dist/Communication/Errors/WriteErrorMessage.d.ts.map +1 -0
- package/dist/Communication/Errors/WriteErrorMessage.js +2 -0
- package/dist/Communication/Errors/WriteErrorMessage.js.map +1 -0
- package/dist/Communication/GetPagesQuery.d.ts +2 -0
- package/dist/Communication/GetPagesQuery.d.ts.map +1 -0
- package/dist/Communication/GetPagesQuery.js +22 -0
- package/dist/Communication/GetPagesQuery.js.map +1 -0
- package/dist/Communication/Query.d.ts +2 -0
- package/dist/Communication/Query.d.ts.map +1 -0
- package/dist/Communication/Query.js +20 -0
- package/dist/Communication/Query.js.map +1 -0
- package/dist/Communication/QueryItems/QIClearLinks.d.ts +2 -0
- package/dist/Communication/QueryItems/QIClearLinks.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIClearLinks.js +17 -0
- package/dist/Communication/QueryItems/QIClearLinks.js.map +1 -0
- package/dist/Communication/QueryItems/QIDelete.d.ts +2 -0
- package/dist/Communication/QueryItems/QIDelete.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIDelete.js +15 -0
- package/dist/Communication/QueryItems/QIDelete.js.map +1 -0
- package/dist/Communication/QueryItems/QINewChild.d.ts +2 -0
- package/dist/Communication/QueryItems/QINewChild.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QINewChild.js +104 -0
- package/dist/Communication/QueryItems/QINewChild.js.map +1 -0
- package/dist/Communication/QueryItems/QIReassignChild.d.ts +2 -0
- package/dist/Communication/QueryItems/QIReassignChild.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIReassignChild.js +27 -0
- package/dist/Communication/QueryItems/QIReassignChild.js.map +1 -0
- package/dist/Communication/QueryItems/QIUnlink.d.ts +2 -0
- package/dist/Communication/QueryItems/QIUnlink.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIUnlink.js +19 -0
- package/dist/Communication/QueryItems/QIUnlink.js.map +1 -0
- package/dist/Communication/QueryItems/QIValue.d.ts +37 -0
- package/dist/Communication/QueryItems/QIValue.d.ts.map +1 -0
- package/dist/Communication/QueryItems/QIValue.js +122 -0
- package/dist/Communication/QueryItems/QIValue.js.map +1 -0
- package/dist/Communication/Serialization/MIVDeserializer.d.ts +21 -0
- package/dist/Communication/Serialization/MIVDeserializer.d.ts.map +1 -0
- package/dist/Communication/Serialization/MIVDeserializer.js +148 -0
- package/dist/Communication/Serialization/MIVDeserializer.js.map +1 -0
- package/dist/Communication/Serialization/MIVSerializer.d.ts +25 -0
- package/dist/Communication/Serialization/MIVSerializer.d.ts.map +1 -0
- package/dist/Communication/Serialization/MIVSerializer.js +136 -0
- package/dist/Communication/Serialization/MIVSerializer.js.map +1 -0
- package/dist/Communication/SignQuery.d.ts +2 -0
- package/dist/Communication/SignQuery.d.ts.map +1 -0
- package/dist/Communication/SignQuery.js +19 -0
- package/dist/Communication/SignQuery.js.map +1 -0
- package/dist/Communication/SignupQuery.d.ts +2 -0
- package/dist/Communication/SignupQuery.d.ts.map +1 -0
- package/dist/Communication/SignupQuery.js +14 -0
- package/dist/Communication/SignupQuery.js.map +1 -0
- package/dist/Communication/UnloadQuery.d.ts +2 -0
- package/dist/Communication/UnloadQuery.d.ts.map +1 -0
- package/dist/Communication/UnloadQuery.js +20 -0
- package/dist/Communication/UnloadQuery.js.map +1 -0
- package/dist/Communication/UpdateQuery.d.ts +2 -0
- package/dist/Communication/UpdateQuery.d.ts.map +1 -0
- package/dist/Communication/UpdateQuery.js +45 -0
- package/dist/Communication/UpdateQuery.js.map +1 -0
- package/dist/HTML/BoolPropertyCheckBox.d.ts +17 -0
- package/dist/HTML/BoolPropertyCheckBox.d.ts.map +1 -0
- package/dist/HTML/BoolPropertyCheckBox.js +67 -0
- package/dist/HTML/BoolPropertyCheckBox.js.map +1 -0
- package/dist/HTML/PropertyTextArea.d.ts +53 -0
- package/dist/HTML/PropertyTextArea.d.ts.map +1 -0
- package/dist/HTML/PropertyTextArea.js +224 -0
- package/dist/HTML/PropertyTextArea.js.map +1 -0
- package/dist/HTML/PropertyTextBlock.d.ts +43 -0
- package/dist/HTML/PropertyTextBlock.d.ts.map +1 -0
- package/dist/HTML/PropertyTextBlock.js +161 -0
- package/dist/HTML/PropertyTextBlock.js.map +1 -0
- package/dist/HTML/PropertyTextBox.d.ts +72 -0
- package/dist/HTML/PropertyTextBox.d.ts.map +1 -0
- package/dist/HTML/PropertyTextBox.js +260 -0
- package/dist/HTML/PropertyTextBox.js.map +1 -0
- package/dist/MIVConstants.d.ts +22 -0
- package/dist/MIVConstants.d.ts.map +1 -0
- package/dist/MIVConstants.js +35 -0
- package/dist/MIVConstants.js.map +1 -0
- package/dist/MIVValueTypes.d.ts +14 -0
- package/dist/MIVValueTypes.d.ts.map +1 -0
- package/dist/MIVValueTypes.js +27 -0
- package/dist/MIVValueTypes.js.map +1 -0
- package/dist/Tools/AccumulatorList.d.ts +2 -0
- package/dist/Tools/AccumulatorList.d.ts.map +1 -0
- package/dist/Tools/AccumulatorList.js +61 -0
- package/dist/Tools/AccumulatorList.js.map +1 -0
- package/dist/Tools/LoadTools.d.ts +7 -0
- package/dist/Tools/LoadTools.d.ts.map +1 -0
- package/dist/Tools/LoadTools.js +57 -0
- package/dist/Tools/LoadTools.js.map +1 -0
- package/dist/Tools/MIVCache.d.ts +2 -0
- package/dist/Tools/MIVCache.d.ts.map +1 -0
- package/dist/Tools/MIVCache.js +29 -0
- package/dist/Tools/MIVCache.js.map +1 -0
- package/dist/Tools/MIVConverter.d.ts +6 -0
- package/dist/Tools/MIVConverter.d.ts.map +1 -0
- package/dist/Tools/MIVConverter.js +133 -0
- package/dist/Tools/MIVConverter.js.map +1 -0
- package/dist/Tools/PersistentList.d.ts +2 -0
- package/dist/Tools/PersistentList.d.ts.map +1 -0
- package/dist/Tools/PersistentList.js +90 -0
- package/dist/Tools/PersistentList.js.map +1 -0
- package/dist/Tools/Semaphore.d.ts +15 -0
- package/dist/Tools/Semaphore.d.ts.map +1 -0
- package/dist/Tools/Semaphore.js +62 -0
- package/dist/Tools/Semaphore.js.map +1 -0
- package/dist/Tools/UpdateTool.d.ts +7 -0
- package/dist/Tools/UpdateTool.d.ts.map +1 -0
- package/dist/Tools/UpdateTool.js +15 -0
- package/dist/Tools/UpdateTool.js.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +146 -0
- package/dist/index.js.map +1 -0
- package/dist/src/Client/AuditTrail.d.ts +86 -0
- package/dist/src/Client/AuditTrail.d.ts.map +1 -0
- package/dist/src/Client/AuditTrail.js +556 -0
- package/dist/src/Client/AuditTrail.js.map +1 -0
- package/dist/src/Client/Connections/ConnectionStrategy.d.ts +9 -0
- package/dist/src/Client/Connections/ConnectionStrategy.d.ts.map +1 -0
- package/dist/src/Client/Connections/ConnectionStrategy.js +52 -0
- package/dist/src/Client/Connections/ConnectionStrategy.js.map +1 -0
- package/dist/src/Client/Connections/WebSocketConnection.d.ts +27 -0
- package/dist/src/Client/Connections/WebSocketConnection.d.ts.map +1 -0
- package/dist/src/Client/Connections/WebSocketConnection.js +285 -0
- package/dist/src/Client/Connections/WebSocketConnection.js.map +1 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.d.ts +17 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.d.ts.map +1 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.js +39 -0
- package/dist/src/Client/Construction/ChildAndRealtionData.js.map +1 -0
- package/dist/src/Client/Construction/ClientTypes.d.ts +98 -0
- package/dist/src/Client/Construction/ClientTypes.d.ts.map +1 -0
- package/dist/src/Client/Construction/ClientTypes.js +271 -0
- package/dist/src/Client/Construction/ClientTypes.js.map +1 -0
- package/dist/src/Client/Construction/FiltersSet.d.ts +2 -0
- package/dist/src/Client/Construction/FiltersSet.d.ts.map +1 -0
- package/dist/src/Client/Construction/FiltersSet.js +60 -0
- package/dist/src/Client/Construction/FiltersSet.js.map +1 -0
- package/dist/src/Client/LoadFilter.d.ts +2 -0
- package/dist/src/Client/LoadFilter.d.ts.map +1 -0
- package/dist/src/Client/LoadFilter.js +49 -0
- package/dist/src/Client/LoadFilter.js.map +1 -0
- package/dist/src/Client/MChild.d.ts +46 -0
- package/dist/src/Client/MChild.d.ts.map +1 -0
- package/dist/src/Client/MChild.js +323 -0
- package/dist/src/Client/MChild.js.map +1 -0
- package/dist/src/Client/MField.d.ts +6 -0
- package/dist/src/Client/MField.d.ts.map +1 -0
- package/dist/src/Client/MField.js +40 -0
- package/dist/src/Client/MField.js.map +1 -0
- package/dist/src/Client/MIVClient.d.ts +108 -0
- package/dist/src/Client/MIVClient.d.ts.map +1 -0
- package/dist/src/Client/MIVClient.js +862 -0
- package/dist/src/Client/MIVClient.js.map +1 -0
- package/dist/src/Client/MObject.d.ts +11 -0
- package/dist/src/Client/MObject.d.ts.map +1 -0
- package/dist/src/Client/MObject.js +55 -0
- package/dist/src/Client/MObject.js.map +1 -0
- package/dist/src/Client/MProperty.d.ts +5 -0
- package/dist/src/Client/MProperty.d.ts.map +1 -0
- package/dist/src/Client/MProperty.js +14 -0
- package/dist/src/Client/MProperty.js.map +1 -0
- package/dist/src/Client/MRealObject.d.ts +57 -0
- package/dist/src/Client/MRealObject.d.ts.map +1 -0
- package/dist/src/Client/MRealObject.js +536 -0
- package/dist/src/Client/MRealObject.js.map +1 -0
- package/dist/src/Client/MRelation.d.ts +36 -0
- package/dist/src/Client/MRelation.d.ts.map +1 -0
- package/dist/src/Client/MRelation.js +114 -0
- package/dist/src/Client/MRelation.js.map +1 -0
- package/dist/src/Client/MRoot.d.ts +26 -0
- package/dist/src/Client/MRoot.d.ts.map +1 -0
- package/dist/src/Client/MRoot.js +105 -0
- package/dist/src/Client/MRoot.js.map +1 -0
- package/dist/src/Client/MSets/ChildrenListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/ChildrenListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/ChildrenListInternal.js +83 -0
- package/dist/src/Client/MSets/ChildrenListInternal.js.map +1 -0
- package/dist/src/Client/MSets/ListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/ListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/ListInternal.js +123 -0
- package/dist/src/Client/MSets/ListInternal.js.map +1 -0
- package/dist/src/Client/MSets/MItem.d.ts +23 -0
- package/dist/src/Client/MSets/MItem.d.ts.map +1 -0
- package/dist/src/Client/MSets/MItem.js +72 -0
- package/dist/src/Client/MSets/MItem.js.map +1 -0
- package/dist/src/Client/MSets/MList.d.ts +9 -0
- package/dist/src/Client/MSets/MList.d.ts.map +1 -0
- package/dist/src/Client/MSets/MList.js +17 -0
- package/dist/src/Client/MSets/MList.js.map +1 -0
- package/dist/src/Client/MSets/MPage.d.ts +12 -0
- package/dist/src/Client/MSets/MPage.d.ts.map +1 -0
- package/dist/src/Client/MSets/MPage.js +32 -0
- package/dist/src/Client/MSets/MPage.js.map +1 -0
- package/dist/src/Client/MSets/MPagination.d.ts +25 -0
- package/dist/src/Client/MSets/MPagination.d.ts.map +1 -0
- package/dist/src/Client/MSets/MPagination.js +99 -0
- package/dist/src/Client/MSets/MPagination.js.map +1 -0
- package/dist/src/Client/MSets/MRealLists.d.ts +33 -0
- package/dist/src/Client/MSets/MRealLists.d.ts.map +1 -0
- package/dist/src/Client/MSets/MRealLists.js +85 -0
- package/dist/src/Client/MSets/MRealLists.js.map +1 -0
- package/dist/src/Client/MSets/MSet.d.ts +4 -0
- package/dist/src/Client/MSets/MSet.d.ts.map +1 -0
- package/dist/src/Client/MSets/MSet.js +18 -0
- package/dist/src/Client/MSets/MSet.js.map +1 -0
- package/dist/src/Client/MSets/PageInternal.d.ts +2 -0
- package/dist/src/Client/MSets/PageInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/PageInternal.js +142 -0
- package/dist/src/Client/MSets/PageInternal.js.map +1 -0
- package/dist/src/Client/MSets/PointersListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/PointersListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/PointersListInternal.js +71 -0
- package/dist/src/Client/MSets/PointersListInternal.js.map +1 -0
- package/dist/src/Client/MSets/TargetingListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/TargetingListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/TargetingListInternal.js +86 -0
- package/dist/src/Client/MSets/TargetingListInternal.js.map +1 -0
- package/dist/src/Client/MSets/TargetsListInternal.d.ts +2 -0
- package/dist/src/Client/MSets/TargetsListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/TargetsListInternal.js +89 -0
- package/dist/src/Client/MSets/TargetsListInternal.js.map +1 -0
- package/dist/src/Client/MSets/VirtualList.d.ts +11 -0
- package/dist/src/Client/MSets/VirtualList.d.ts.map +1 -0
- package/dist/src/Client/MSets/VirtualList.js +63 -0
- package/dist/src/Client/MSets/VirtualList.js.map +1 -0
- package/dist/src/Client/MSets/WholeListInternal.d.ts +4 -0
- package/dist/src/Client/MSets/WholeListInternal.d.ts.map +1 -0
- package/dist/src/Client/MSets/WholeListInternal.js +12 -0
- package/dist/src/Client/MSets/WholeListInternal.js.map +1 -0
- package/dist/src/Client/MUser.d.ts +10 -0
- package/dist/src/Client/MUser.d.ts.map +1 -0
- package/dist/src/Client/MUser.js +16 -0
- package/dist/src/Client/MUser.js.map +1 -0
- package/dist/src/Client/MVirtualObject.d.ts +13 -0
- package/dist/src/Client/MVirtualObject.d.ts.map +1 -0
- package/dist/src/Client/MVirtualObject.js +25 -0
- package/dist/src/Client/MVirtualObject.js.map +1 -0
- package/dist/src/Client/Properties/BoolProperty.d.ts +26 -0
- package/dist/src/Client/Properties/BoolProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/BoolProperty.js +66 -0
- package/dist/src/Client/Properties/BoolProperty.js.map +1 -0
- package/dist/src/Client/Properties/ByteProperty.d.ts +27 -0
- package/dist/src/Client/Properties/ByteProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/ByteProperty.js +114 -0
- package/dist/src/Client/Properties/ByteProperty.js.map +1 -0
- package/dist/src/Client/Properties/DateTimeProperty.d.ts +28 -0
- package/dist/src/Client/Properties/DateTimeProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/DateTimeProperty.js +128 -0
- package/dist/src/Client/Properties/DateTimeProperty.js.map +1 -0
- package/dist/src/Client/Properties/DoubleProperty.d.ts +24 -0
- package/dist/src/Client/Properties/DoubleProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/DoubleProperty.js +106 -0
- package/dist/src/Client/Properties/DoubleProperty.js.map +1 -0
- package/dist/src/Client/Properties/EnumProperty.d.ts +31 -0
- package/dist/src/Client/Properties/EnumProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/EnumProperty.js +68 -0
- package/dist/src/Client/Properties/EnumProperty.js.map +1 -0
- package/dist/src/Client/Properties/IRealProperty.d.ts +12 -0
- package/dist/src/Client/Properties/IRealProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/IRealProperty.js +3 -0
- package/dist/src/Client/Properties/IRealProperty.js.map +1 -0
- package/dist/src/Client/Properties/LongProperty.d.ts +24 -0
- package/dist/src/Client/Properties/LongProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/LongProperty.js +106 -0
- package/dist/src/Client/Properties/LongProperty.js.map +1 -0
- package/dist/src/Client/Properties/RealPropertyInternal.d.ts +2 -0
- package/dist/src/Client/Properties/RealPropertyInternal.d.ts.map +1 -0
- package/dist/src/Client/Properties/RealPropertyInternal.js +29 -0
- package/dist/src/Client/Properties/RealPropertyInternal.js.map +1 -0
- package/dist/src/Client/Properties/StringProperty.d.ts +30 -0
- package/dist/src/Client/Properties/StringProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/StringProperty.js +152 -0
- package/dist/src/Client/Properties/StringProperty.js.map +1 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.d.ts +2 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.d.ts.map +1 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.js +21 -0
- package/dist/src/Client/Properties/SupportedPropertyInternal.js.map +1 -0
- package/dist/src/Client/Properties/UlongProperty.d.ts +24 -0
- package/dist/src/Client/Properties/UlongProperty.d.ts.map +1 -0
- package/dist/src/Client/Properties/UlongProperty.js +106 -0
- package/dist/src/Client/Properties/UlongProperty.js.map +1 -0
- package/dist/src/Client/Queries/IRealObject.d.ts +3 -0
- package/dist/src/Client/Queries/IRealObject.d.ts.map +1 -0
- package/dist/src/Client/Queries/IRealObject.js +3 -0
- package/dist/src/Client/Queries/IRealObject.js.map +1 -0
- package/dist/src/Client/Queries/PlaceholderChild.d.ts +10 -0
- package/dist/src/Client/Queries/PlaceholderChild.d.ts.map +1 -0
- package/dist/src/Client/Queries/PlaceholderChild.js +22 -0
- package/dist/src/Client/Queries/PlaceholderChild.js.map +1 -0
- package/dist/src/Client/Queries/PlaceholderCopy.d.ts +13 -0
- package/dist/src/Client/Queries/PlaceholderCopy.d.ts.map +1 -0
- package/dist/src/Client/Queries/PlaceholderCopy.js +32 -0
- package/dist/src/Client/Queries/PlaceholderCopy.js.map +1 -0
- package/dist/src/Client/QueryBuilder.d.ts +87 -0
- package/dist/src/Client/QueryBuilder.d.ts.map +1 -0
- package/dist/src/Client/QueryBuilder.js +366 -0
- package/dist/src/Client/QueryBuilder.js.map +1 -0
- package/dist/src/Client/QueryInfo.d.ts +7 -0
- package/dist/src/Client/QueryInfo.d.ts.map +1 -0
- package/dist/src/Client/QueryInfo.js +12 -0
- package/dist/src/Client/QueryInfo.js.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.d.ts +2 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.js +262 -0
- package/dist/src/Client/UpdateTools/ChildUpdate.js.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.d.ts +13 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.js +79 -0
- package/dist/src/Client/UpdateTools/ChildUpdateInfo.js.map +1 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.d.ts +13 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.js +43 -0
- package/dist/src/Client/UpdateTools/FieldWatcher.js.map +1 -0
- package/dist/src/Client/UpdateTools/Load.d.ts +2 -0
- package/dist/src/Client/UpdateTools/Load.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/Load.js +126 -0
- package/dist/src/Client/UpdateTools/Load.js.map +1 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.d.ts +42 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.js +161 -0
- package/dist/src/Client/UpdateTools/ModelUpdateAndCompute.js.map +1 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.d.ts +12 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.js +41 -0
- package/dist/src/Client/UpdateTools/UpdateWatcher.js.map +1 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.d.ts +21 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.d.ts.map +1 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.js +83 -0
- package/dist/src/Client/UpdateTools/ViewUpdateAndCompute.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.js +53 -0
- package/dist/src/Client/VSets/FilterAndSort/VFilters.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.js +45 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModif.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.js +24 -0
- package/dist/src/Client/VSets/FilterAndSort/VListModification.js.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.d.ts +2 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.d.ts.map +1 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.js +21 -0
- package/dist/src/Client/VSets/FilterAndSort/VSorter.js.map +1 -0
- package/dist/src/Client/VSets/VList.d.ts +44 -0
- package/dist/src/Client/VSets/VList.d.ts.map +1 -0
- package/dist/src/Client/VSets/VList.js +409 -0
- package/dist/src/Client/VSets/VList.js.map +1 -0
- package/dist/src/Client/VSets/VPage.d.ts +20 -0
- package/dist/src/Client/VSets/VPage.d.ts.map +1 -0
- package/dist/src/Client/VSets/VPage.js +125 -0
- package/dist/src/Client/VSets/VPage.js.map +1 -0
- package/dist/src/Client/VSets/VPagination.d.ts +32 -0
- package/dist/src/Client/VSets/VPagination.d.ts.map +1 -0
- package/dist/src/Client/VSets/VPagination.js +126 -0
- package/dist/src/Client/VSets/VPagination.js.map +1 -0
- package/dist/src/Client/VSets/VSet.d.ts +9 -0
- package/dist/src/Client/VSets/VSet.d.ts.map +1 -0
- package/dist/src/Client/VSets/VSet.js +132 -0
- package/dist/src/Client/VSets/VSet.js.map +1 -0
- package/dist/src/Client/View/VBoundObject.d.ts +4 -0
- package/dist/src/Client/View/VBoundObject.d.ts.map +1 -0
- package/dist/src/Client/View/VBoundObject.js +15 -0
- package/dist/src/Client/View/VBoundObject.js.map +1 -0
- package/dist/src/Client/View/VObject.d.ts +29 -0
- package/dist/src/Client/View/VObject.d.ts.map +1 -0
- package/dist/src/Client/View/VObject.js +181 -0
- package/dist/src/Client/View/VObject.js.map +1 -0
- package/dist/src/Client/View/VObjectInList.d.ts +41 -0
- package/dist/src/Client/View/VObjectInList.d.ts.map +1 -0
- package/dist/src/Client/View/VObjectInList.js +100 -0
- package/dist/src/Client/View/VObjectInList.js.map +1 -0
- package/dist/src/Communication/CustomReadQuery.d.ts +2 -0
- package/dist/src/Communication/CustomReadQuery.d.ts.map +1 -0
- package/dist/src/Communication/CustomReadQuery.js +12 -0
- package/dist/src/Communication/CustomReadQuery.js.map +1 -0
- package/dist/src/Communication/DataAnswer.d.ts +2 -0
- package/dist/src/Communication/DataAnswer.d.ts.map +1 -0
- package/dist/src/Communication/DataAnswer.js +62 -0
- package/dist/src/Communication/DataAnswer.js.map +1 -0
- package/dist/src/Communication/DataItems/ChildData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ChildData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ChildData.js +92 -0
- package/dist/src/Communication/DataItems/ChildData.js.map +1 -0
- package/dist/src/Communication/DataItems/QueryData.d.ts +2 -0
- package/dist/src/Communication/DataItems/QueryData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/QueryData.js +56 -0
- package/dist/src/Communication/DataItems/QueryData.js.map +1 -0
- package/dist/src/Communication/DataItems/RelationData.d.ts +2 -0
- package/dist/src/Communication/DataItems/RelationData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/RelationData.js +82 -0
- package/dist/src/Communication/DataItems/RelationData.js.map +1 -0
- package/dist/src/Communication/DataItems/ValueClearedData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ValueClearedData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ValueClearedData.js +51 -0
- package/dist/src/Communication/DataItems/ValueClearedData.js.map +1 -0
- package/dist/src/Communication/DataItems/ValueData.d.ts +2 -0
- package/dist/src/Communication/DataItems/ValueData.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/ValueData.js +50 -0
- package/dist/src/Communication/DataItems/ValueData.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDByte.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDByte.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDByte.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDByte.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDDateTime.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDDouble.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDLong.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDLong.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDLong.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDLong.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDString.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDString.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDString.js +43 -0
- package/dist/src/Communication/DataItems/Values/VDString.js.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.d.ts +2 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.d.ts.map +1 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.js +40 -0
- package/dist/src/Communication/DataItems/Values/VDUlong.js.map +1 -0
- package/dist/src/Communication/DataMessage.d.ts +2 -0
- package/dist/src/Communication/DataMessage.d.ts.map +1 -0
- package/dist/src/Communication/DataMessage.js +199 -0
- package/dist/src/Communication/DataMessage.js.map +1 -0
- package/dist/src/Communication/ErrorMessage.d.ts +348 -0
- package/dist/src/Communication/ErrorMessage.d.ts.map +1 -0
- package/dist/src/Communication/ErrorMessage.js +943 -0
- package/dist/src/Communication/ErrorMessage.js.map +1 -0
- package/dist/src/Communication/GetPagesQuery.d.ts +2 -0
- package/dist/src/Communication/GetPagesQuery.d.ts.map +1 -0
- package/dist/src/Communication/GetPagesQuery.js +22 -0
- package/dist/src/Communication/GetPagesQuery.js.map +1 -0
- package/dist/src/Communication/Query.d.ts +2 -0
- package/dist/src/Communication/Query.d.ts.map +1 -0
- package/dist/src/Communication/Query.js +18 -0
- package/dist/src/Communication/Query.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.js +17 -0
- package/dist/src/Communication/QueryItems/QIClearLinks.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIDelete.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIDelete.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIDelete.js +15 -0
- package/dist/src/Communication/QueryItems/QIDelete.js.map +1 -0
- package/dist/src/Communication/QueryItems/QINewChild.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QINewChild.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QINewChild.js +104 -0
- package/dist/src/Communication/QueryItems/QINewChild.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.js +27 -0
- package/dist/src/Communication/QueryItems/QIReassignChild.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIUnlink.d.ts +2 -0
- package/dist/src/Communication/QueryItems/QIUnlink.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIUnlink.js +19 -0
- package/dist/src/Communication/QueryItems/QIUnlink.js.map +1 -0
- package/dist/src/Communication/QueryItems/QIValue.d.ts +33 -0
- package/dist/src/Communication/QueryItems/QIValue.d.ts.map +1 -0
- package/dist/src/Communication/QueryItems/QIValue.js +111 -0
- package/dist/src/Communication/QueryItems/QIValue.js.map +1 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.d.ts +20 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.d.ts.map +1 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.js +128 -0
- package/dist/src/Communication/Serialization/MIVDeserializer.js.map +1 -0
- package/dist/src/Communication/Serialization/MIVSerializer.d.ts +25 -0
- package/dist/src/Communication/Serialization/MIVSerializer.d.ts.map +1 -0
- package/dist/src/Communication/Serialization/MIVSerializer.js +135 -0
- package/dist/src/Communication/Serialization/MIVSerializer.js.map +1 -0
- package/dist/src/Communication/SignQuery.d.ts +2 -0
- package/dist/src/Communication/SignQuery.d.ts.map +1 -0
- package/dist/src/Communication/SignQuery.js +19 -0
- package/dist/src/Communication/SignQuery.js.map +1 -0
- package/dist/src/Communication/SignupQuery.d.ts +2 -0
- package/dist/src/Communication/SignupQuery.d.ts.map +1 -0
- package/dist/src/Communication/SignupQuery.js +14 -0
- package/dist/src/Communication/SignupQuery.js.map +1 -0
- package/dist/src/Communication/UnloadQuery.d.ts +2 -0
- package/dist/src/Communication/UnloadQuery.d.ts.map +1 -0
- package/dist/src/Communication/UnloadQuery.js +20 -0
- package/dist/src/Communication/UnloadQuery.js.map +1 -0
- package/dist/src/Communication/UpdateQuery.d.ts +2 -0
- package/dist/src/Communication/UpdateQuery.d.ts.map +1 -0
- package/dist/src/Communication/UpdateQuery.js +45 -0
- package/dist/src/Communication/UpdateQuery.js.map +1 -0
- package/dist/src/HTML/PropertyTextBlock.d.ts +42 -0
- package/dist/src/HTML/PropertyTextBlock.d.ts.map +1 -0
- package/dist/src/HTML/PropertyTextBlock.js +161 -0
- package/dist/src/HTML/PropertyTextBlock.js.map +1 -0
- package/dist/src/HTML/PropertyTextBox.d.ts +39 -0
- package/dist/src/HTML/PropertyTextBox.d.ts.map +1 -0
- package/dist/src/HTML/PropertyTextBox.js +245 -0
- package/dist/src/HTML/PropertyTextBox.js.map +1 -0
- package/dist/src/MIVConstants.d.ts +19 -0
- package/dist/src/MIVConstants.d.ts.map +1 -0
- package/dist/src/MIVConstants.js +31 -0
- package/dist/src/MIVConstants.js.map +1 -0
- package/dist/src/MIVValueTypes.d.ts +2 -0
- package/dist/src/MIVValueTypes.d.ts.map +1 -0
- package/dist/src/MIVValueTypes.js +14 -0
- package/dist/src/MIVValueTypes.js.map +1 -0
- package/dist/src/Tools/AccumulatorList.d.ts +2 -0
- package/dist/src/Tools/AccumulatorList.d.ts.map +1 -0
- package/dist/src/Tools/AccumulatorList.js +61 -0
- package/dist/src/Tools/AccumulatorList.js.map +1 -0
- package/dist/src/Tools/LoadTools.d.ts +7 -0
- package/dist/src/Tools/LoadTools.d.ts.map +1 -0
- package/dist/src/Tools/LoadTools.js +57 -0
- package/dist/src/Tools/LoadTools.js.map +1 -0
- package/dist/src/Tools/MIVCache.d.ts +2 -0
- package/dist/src/Tools/MIVCache.d.ts.map +1 -0
- package/dist/src/Tools/MIVCache.js +29 -0
- package/dist/src/Tools/MIVCache.js.map +1 -0
- package/dist/src/Tools/MIVConverter.d.ts +6 -0
- package/dist/src/Tools/MIVConverter.d.ts.map +1 -0
- package/dist/src/Tools/MIVConverter.js +133 -0
- package/dist/src/Tools/MIVConverter.js.map +1 -0
- package/dist/src/Tools/PersistentList.d.ts +2 -0
- package/dist/src/Tools/PersistentList.d.ts.map +1 -0
- package/dist/src/Tools/PersistentList.js +90 -0
- package/dist/src/Tools/PersistentList.js.map +1 -0
- package/dist/src/Tools/Semaphore.d.ts +15 -0
- package/dist/src/Tools/Semaphore.d.ts.map +1 -0
- package/dist/src/Tools/Semaphore.js +62 -0
- package/dist/src/Tools/Semaphore.js.map +1 -0
- package/dist/src/Tools/UpdateTool.d.ts +7 -0
- package/dist/src/Tools/UpdateTool.d.ts.map +1 -0
- package/dist/src/Tools/UpdateTool.js +15 -0
- package/dist/src/Tools/UpdateTool.js.map +1 -0
- package/dist/src/index.d.ts +56 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +134 -0
- package/dist/src/index.js.map +1 -0
- package/package.json +23 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.MProperty = exports.MObject = exports.MField = exports.VPagination = exports.VPaginationGenericPage = exports.VPaginationGeneric = exports.VRootObject = exports.VRootObjectGeneric = exports.VObject = exports.VBoundObject = exports.ViewUpdate = exports.ViewCompute = exports.UpdateWatcher = exports.FieldWatcher = exports.ClientDataUpdate = exports.ClientDataCompute = exports.ChildUpdateInfo = exports.StringVirtualProperty = exports.StringRealProperty = exports.StringProperty = exports.UlongVirtualProperty = exports.UlongRealProperty = exports.UlongProperty = exports.LongVirtualProperty = exports.LongRealProperty = exports.LongProperty = exports.EnumVirtualProperty = exports.EnumRealProperty = exports.EnumProperty = exports.DoubleVirtualProperty = exports.DoubleRealProperty = exports.DoubleProperty = exports.DateTimeVirtualProperty = exports.DateTimeRealProperty = exports.DateTimeProperty = exports.ByteVirtualProperty = exports.ByteRealProperty = exports.ByteProperty = exports.BoolVirtualProperty = exports.BoolRealProperty = exports.BoolProperty = exports.VirtualList = exports.MSet = exports.RelationData = exports.ChildData = exports.WebSocketConnection = exports.ConnectionStrategy = exports.ErrorMessage = exports.MIVClient = exports.MIVConstants = void 0;
|
|
18
|
+
exports.UpdateTool = exports.MIVConverter = exports.MIVDeserializer = exports.MIVSerializer = exports.WriteErrorMessageHandlerDefault = exports.WriteErrorMessageHandler = exports.ErrorMessageHandlerDefault = exports.ErrorMessageHandler = exports.QueryInfo = exports.QueryBuilder = exports.MUser = exports.MRealObject = void 0;
|
|
19
|
+
var MIVConstants_1 = require("./MIVConstants");
|
|
20
|
+
Object.defineProperty(exports, "MIVConstants", { enumerable: true, get: function () { return MIVConstants_1.MIVConstants; } });
|
|
21
|
+
var MIVClient_1 = require("./Client/MIVClient");
|
|
22
|
+
Object.defineProperty(exports, "MIVClient", { enumerable: true, get: function () { return MIVClient_1.MIVClient; } });
|
|
23
|
+
var ErrorMessage_1 = require("./Communication/ErrorMessage");
|
|
24
|
+
Object.defineProperty(exports, "ErrorMessage", { enumerable: true, get: function () { return ErrorMessage_1.ErrorMessage; } });
|
|
25
|
+
var ConnectionStrategy_1 = require("./Client/Connections/ConnectionStrategy");
|
|
26
|
+
Object.defineProperty(exports, "ConnectionStrategy", { enumerable: true, get: function () { return ConnectionStrategy_1.ConnectionStrategy; } });
|
|
27
|
+
var WebSocketConnection_1 = require("./Client/Connections/WebSocketConnection");
|
|
28
|
+
Object.defineProperty(exports, "WebSocketConnection", { enumerable: true, get: function () { return WebSocketConnection_1.WebSocketConnection; } });
|
|
29
|
+
var ChildAndRealtionData_1 = require("./Client/Construction/ChildAndRealtionData");
|
|
30
|
+
Object.defineProperty(exports, "ChildData", { enumerable: true, get: function () { return ChildAndRealtionData_1.ChildData; } });
|
|
31
|
+
Object.defineProperty(exports, "RelationData", { enumerable: true, get: function () { return ChildAndRealtionData_1.RelationData; } });
|
|
32
|
+
__exportStar(require("./Client/Construction/ClientTypes"), exports);
|
|
33
|
+
__exportStar(require("./Client/MSets/MItem"), exports);
|
|
34
|
+
__exportStar(require("./Client/MSets/MList"), exports);
|
|
35
|
+
__exportStar(require("./Client/MSets/MPage"), exports);
|
|
36
|
+
__exportStar(require("./Client/MSets/MPagination"), exports);
|
|
37
|
+
__exportStar(require("./Client/MSets/MRealLists"), exports);
|
|
38
|
+
var MSet_1 = require("./Client/MSets/MSet");
|
|
39
|
+
Object.defineProperty(exports, "MSet", { enumerable: true, get: function () { return MSet_1.MSet; } });
|
|
40
|
+
var VirtualList_1 = require("./Client/MSets/VirtualList");
|
|
41
|
+
Object.defineProperty(exports, "VirtualList", { enumerable: true, get: function () { return VirtualList_1.VirtualList; } });
|
|
42
|
+
var BoolProperty_1 = require("./Client/Properties/BoolProperty");
|
|
43
|
+
Object.defineProperty(exports, "BoolProperty", { enumerable: true, get: function () { return BoolProperty_1.BoolProperty; } });
|
|
44
|
+
Object.defineProperty(exports, "BoolRealProperty", { enumerable: true, get: function () { return BoolProperty_1.BoolRealProperty; } });
|
|
45
|
+
Object.defineProperty(exports, "BoolVirtualProperty", { enumerable: true, get: function () { return BoolProperty_1.BoolVirtualProperty; } });
|
|
46
|
+
var ByteProperty_1 = require("./Client/Properties/ByteProperty");
|
|
47
|
+
Object.defineProperty(exports, "ByteProperty", { enumerable: true, get: function () { return ByteProperty_1.ByteProperty; } });
|
|
48
|
+
Object.defineProperty(exports, "ByteRealProperty", { enumerable: true, get: function () { return ByteProperty_1.ByteRealProperty; } });
|
|
49
|
+
Object.defineProperty(exports, "ByteVirtualProperty", { enumerable: true, get: function () { return ByteProperty_1.ByteVirtualProperty; } });
|
|
50
|
+
var DateTimeProperty_1 = require("./Client/Properties/DateTimeProperty");
|
|
51
|
+
Object.defineProperty(exports, "DateTimeProperty", { enumerable: true, get: function () { return DateTimeProperty_1.DateTimeProperty; } });
|
|
52
|
+
Object.defineProperty(exports, "DateTimeRealProperty", { enumerable: true, get: function () { return DateTimeProperty_1.DateTimeRealProperty; } });
|
|
53
|
+
Object.defineProperty(exports, "DateTimeVirtualProperty", { enumerable: true, get: function () { return DateTimeProperty_1.DateTimeVirtualProperty; } });
|
|
54
|
+
var DoubleProperty_1 = require("./Client/Properties/DoubleProperty");
|
|
55
|
+
Object.defineProperty(exports, "DoubleProperty", { enumerable: true, get: function () { return DoubleProperty_1.DoubleProperty; } });
|
|
56
|
+
Object.defineProperty(exports, "DoubleRealProperty", { enumerable: true, get: function () { return DoubleProperty_1.DoubleRealProperty; } });
|
|
57
|
+
Object.defineProperty(exports, "DoubleVirtualProperty", { enumerable: true, get: function () { return DoubleProperty_1.DoubleVirtualProperty; } });
|
|
58
|
+
var EnumProperty_1 = require("./Client/Properties/EnumProperty");
|
|
59
|
+
Object.defineProperty(exports, "EnumProperty", { enumerable: true, get: function () { return EnumProperty_1.EnumProperty; } });
|
|
60
|
+
Object.defineProperty(exports, "EnumRealProperty", { enumerable: true, get: function () { return EnumProperty_1.EnumRealProperty; } });
|
|
61
|
+
Object.defineProperty(exports, "EnumVirtualProperty", { enumerable: true, get: function () { return EnumProperty_1.EnumVirtualProperty; } });
|
|
62
|
+
var LongProperty_1 = require("./Client/Properties/LongProperty");
|
|
63
|
+
Object.defineProperty(exports, "LongProperty", { enumerable: true, get: function () { return LongProperty_1.LongProperty; } });
|
|
64
|
+
Object.defineProperty(exports, "LongRealProperty", { enumerable: true, get: function () { return LongProperty_1.LongRealProperty; } });
|
|
65
|
+
Object.defineProperty(exports, "LongVirtualProperty", { enumerable: true, get: function () { return LongProperty_1.LongVirtualProperty; } });
|
|
66
|
+
var UlongProperty_1 = require("./Client/Properties/UlongProperty");
|
|
67
|
+
Object.defineProperty(exports, "UlongProperty", { enumerable: true, get: function () { return UlongProperty_1.UlongProperty; } });
|
|
68
|
+
Object.defineProperty(exports, "UlongRealProperty", { enumerable: true, get: function () { return UlongProperty_1.UlongRealProperty; } });
|
|
69
|
+
Object.defineProperty(exports, "UlongVirtualProperty", { enumerable: true, get: function () { return UlongProperty_1.UlongVirtualProperty; } });
|
|
70
|
+
var StringProperty_1 = require("./Client/Properties/StringProperty");
|
|
71
|
+
Object.defineProperty(exports, "StringProperty", { enumerable: true, get: function () { return StringProperty_1.StringProperty; } });
|
|
72
|
+
Object.defineProperty(exports, "StringRealProperty", { enumerable: true, get: function () { return StringProperty_1.StringRealProperty; } });
|
|
73
|
+
Object.defineProperty(exports, "StringVirtualProperty", { enumerable: true, get: function () { return StringProperty_1.StringVirtualProperty; } });
|
|
74
|
+
__exportStar(require("./Client/Queries/PlaceholderChild"), exports);
|
|
75
|
+
__exportStar(require("./Client/Queries/PlaceholderCopy"), exports);
|
|
76
|
+
var ChildUpdateInfo_1 = require("./Client/UpdateTools/ChildUpdateInfo");
|
|
77
|
+
Object.defineProperty(exports, "ChildUpdateInfo", { enumerable: true, get: function () { return ChildUpdateInfo_1.ChildUpdateInfo; } });
|
|
78
|
+
var ModelUpdateAndCompute_1 = require("./Client/UpdateTools/ModelUpdateAndCompute");
|
|
79
|
+
Object.defineProperty(exports, "ClientDataCompute", { enumerable: true, get: function () { return ModelUpdateAndCompute_1.ModelCompute; } });
|
|
80
|
+
Object.defineProperty(exports, "ClientDataUpdate", { enumerable: true, get: function () { return ModelUpdateAndCompute_1.ModelUpdate; } });
|
|
81
|
+
var FieldWatcher_1 = require("./Client/UpdateTools/FieldWatcher");
|
|
82
|
+
Object.defineProperty(exports, "FieldWatcher", { enumerable: true, get: function () { return FieldWatcher_1.FieldWatcher; } });
|
|
83
|
+
var UpdateWatcher_1 = require("./Client/UpdateTools/UpdateWatcher");
|
|
84
|
+
Object.defineProperty(exports, "UpdateWatcher", { enumerable: true, get: function () { return UpdateWatcher_1.UpdateWatcher; } });
|
|
85
|
+
var ViewUpdateAndCompute_1 = require("./Client/UpdateTools/ViewUpdateAndCompute");
|
|
86
|
+
Object.defineProperty(exports, "ViewCompute", { enumerable: true, get: function () { return ViewUpdateAndCompute_1.ViewCompute; } });
|
|
87
|
+
Object.defineProperty(exports, "ViewUpdate", { enumerable: true, get: function () { return ViewUpdateAndCompute_1.ViewUpdate; } });
|
|
88
|
+
var VBoundObject_1 = require("./Client/View/VBoundObject");
|
|
89
|
+
Object.defineProperty(exports, "VBoundObject", { enumerable: true, get: function () { return VBoundObject_1.VBoundObject; } });
|
|
90
|
+
var VObject_1 = require("./Client/View/VObject");
|
|
91
|
+
Object.defineProperty(exports, "VObject", { enumerable: true, get: function () { return VObject_1.VObject; } });
|
|
92
|
+
Object.defineProperty(exports, "VRootObjectGeneric", { enumerable: true, get: function () { return VObject_1.VRootObjectGeneric; } });
|
|
93
|
+
Object.defineProperty(exports, "VRootObject", { enumerable: true, get: function () { return VObject_1.VRootObject; } });
|
|
94
|
+
__exportStar(require("./Client/View/VObjectInList"), exports);
|
|
95
|
+
__exportStar(require("./Client/VSets/VList"), exports);
|
|
96
|
+
__exportStar(require("./Client/VSets/VPage"), exports);
|
|
97
|
+
var VPagination_1 = require("./Client/VSets/VPagination");
|
|
98
|
+
Object.defineProperty(exports, "VPaginationGeneric", { enumerable: true, get: function () { return VPagination_1.VPaginationGeneric; } });
|
|
99
|
+
Object.defineProperty(exports, "VPaginationGenericPage", { enumerable: true, get: function () { return VPagination_1.VPaginationGenericPage; } });
|
|
100
|
+
Object.defineProperty(exports, "VPagination", { enumerable: true, get: function () { return VPagination_1.VPagination; } });
|
|
101
|
+
__exportStar(require("./Client/MChild"), exports);
|
|
102
|
+
var MField_1 = require("./Client/MField");
|
|
103
|
+
Object.defineProperty(exports, "MField", { enumerable: true, get: function () { return MField_1.MField; } });
|
|
104
|
+
var MObject_1 = require("./Client/MObject");
|
|
105
|
+
Object.defineProperty(exports, "MObject", { enumerable: true, get: function () { return MObject_1.MObject; } });
|
|
106
|
+
var MProperty_1 = require("./Client/MProperty");
|
|
107
|
+
Object.defineProperty(exports, "MProperty", { enumerable: true, get: function () { return MProperty_1.MProperty; } });
|
|
108
|
+
var MRealObject_1 = require("./Client/MRealObject");
|
|
109
|
+
Object.defineProperty(exports, "MRealObject", { enumerable: true, get: function () { return MRealObject_1.MRealObject; } });
|
|
110
|
+
__exportStar(require("./Client/MRelation"), exports);
|
|
111
|
+
__exportStar(require("./Client/MRoot"), exports);
|
|
112
|
+
var MUser_1 = require("./Client/MUser");
|
|
113
|
+
Object.defineProperty(exports, "MUser", { enumerable: true, get: function () { return MUser_1.MUser; } });
|
|
114
|
+
var QueryBuilder_1 = require("./Client/QueryBuilder");
|
|
115
|
+
Object.defineProperty(exports, "QueryBuilder", { enumerable: true, get: function () { return QueryBuilder_1.QueryBuilder; } });
|
|
116
|
+
var QueryInfo_1 = require("./Client/QueryInfo");
|
|
117
|
+
Object.defineProperty(exports, "QueryInfo", { enumerable: true, get: function () { return QueryInfo_1.QueryInfo; } });
|
|
118
|
+
var ErrorMessage_2 = require("./Communication/ErrorMessage");
|
|
119
|
+
Object.defineProperty(exports, "ErrorMessageHandler", { enumerable: true, get: function () { return ErrorMessage_2.ErrorMessageHandler; } });
|
|
120
|
+
Object.defineProperty(exports, "ErrorMessageHandlerDefault", { enumerable: true, get: function () { return ErrorMessage_2.ErrorMessageHandlerDefault; } });
|
|
121
|
+
Object.defineProperty(exports, "WriteErrorMessageHandler", { enumerable: true, get: function () { return ErrorMessage_2.WriteErrorMessageHandler; } });
|
|
122
|
+
Object.defineProperty(exports, "WriteErrorMessageHandlerDefault", { enumerable: true, get: function () { return ErrorMessage_2.WriteErrorMessageHandlerDefault; } });
|
|
123
|
+
__exportStar(require("./Communication/ErrorMessage"), exports);
|
|
124
|
+
var MIVSerializer_1 = require("./Communication/Serialization/MIVSerializer");
|
|
125
|
+
Object.defineProperty(exports, "MIVSerializer", { enumerable: true, get: function () { return MIVSerializer_1.MIVSerializer; } });
|
|
126
|
+
var MIVDeserializer_1 = require("./Communication/Serialization/MIVDeserializer");
|
|
127
|
+
Object.defineProperty(exports, "MIVDeserializer", { enumerable: true, get: function () { return MIVDeserializer_1.MIVDeserializer; } });
|
|
128
|
+
var MIVConverter_1 = require("./Tools/MIVConverter");
|
|
129
|
+
Object.defineProperty(exports, "MIVConverter", { enumerable: true, get: function () { return MIVConverter_1.MIVConverter; } });
|
|
130
|
+
var UpdateTool_1 = require("./Tools/UpdateTool");
|
|
131
|
+
Object.defineProperty(exports, "UpdateTool", { enumerable: true, get: function () { return UpdateTool_1.UpdateTool; } });
|
|
132
|
+
__exportStar(require("./HTML/PropertyTextBlock"), exports);
|
|
133
|
+
__exportStar(require("./HTML/PropertyTextBox"), exports);
|
|
134
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAClB,6DAA4D;AAAnD,4GAAA,YAAY,OAAA;AAErB,8EAA6E;AAApE,wHAAA,kBAAkB,OAAA;AAC3B,gFAA+E;AAAtE,0HAAA,mBAAmB,OAAA;AAE5B,mFAAqF;AAA5E,iHAAA,SAAS,OAAA;AAAE,oHAAA,YAAY,OAAA;AAChC,oEAAkD;AAElD,uDAAqC;AACrC,uDAAqC;AACrC,uDAAqC;AACrC,6DAA2C;AAC3C,4DAA0C;AAC1C,4CAA2C;AAAlC,4FAAA,IAAI,OAAA;AACb,0DAAyD;AAAhD,0GAAA,WAAW,OAAA;AAGpB,iEAAuG;AAA9F,4GAAA,YAAY,OAAA;AAAE,gHAAA,gBAAgB,OAAA;AAAE,mHAAA,mBAAmB,OAAA;AAC5D,iEAAuG;AAA9F,4GAAA,YAAY,OAAA;AAAE,gHAAA,gBAAgB,OAAA;AAAE,mHAAA,mBAAmB,OAAA;AAC5D,yEAAuH;AAA9G,oHAAA,gBAAgB,OAAA;AAAE,wHAAA,oBAAoB,OAAA;AAAE,2HAAA,uBAAuB,OAAA;AACxE,qEAA+G;AAAtG,gHAAA,cAAc,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AAAE,uHAAA,qBAAqB,OAAA;AAClE,iEAAuG;AAA9F,4GAAA,YAAY,OAAA;AAAE,gHAAA,gBAAgB,OAAA;AAAE,mHAAA,mBAAmB,OAAA;AAC5D,iEAAuG;AAA9F,4GAAA,YAAY,OAAA;AAAE,gHAAA,gBAAgB,OAAA;AAAE,mHAAA,mBAAmB,OAAA;AAC5D,mEAA2G;AAAlG,8GAAA,aAAa,OAAA;AAAE,kHAAA,iBAAiB,OAAA;AAAE,qHAAA,oBAAoB,OAAA;AAC/D,qEAA+G;AAAtG,gHAAA,cAAc,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AAAE,uHAAA,qBAAqB,OAAA;AAGlE,oEAAkD;AAClD,mEAAiD;AAEjD,wEAAuE;AAA9D,kHAAA,eAAe,OAAA;AACxB,oFAAgI;AAAvH,0HAAA,YAAY,OAAqB;AAAE,yHAAA,WAAW,OAAoB;AAC3E,kEAAiE;AAAxD,4GAAA,YAAY,OAAA;AACrB,oEAAmE;AAA1D,8GAAA,aAAa,OAAA;AACtB,kFAAoF;AAA3E,mHAAA,WAAW,OAAA;AAAE,kHAAA,UAAU,OAAA;AAEhC,2DAA0D;AAAjD,4GAAA,YAAY,OAAA;AACrB,iDAAiF;AAAxE,kGAAA,OAAO,OAAA;AAAE,6GAAA,kBAAkB,OAAA;AAAE,sGAAA,WAAW,OAAA;AACjD,8DAA4C;AAC5C,uDAAqC;AACrC,uDAAqC;AACrC,0DAAqG;AAA5F,iHAAA,kBAAkB,OAAA;AAAE,qHAAA,sBAAsB,OAAA;AAAE,0GAAA,WAAW,OAAA;AAEhE,kDAAgC;AAChC,0CAAyC;AAAhC,gGAAA,MAAM,OAAA;AACf,4CAA2C;AAAlC,kGAAA,OAAO,OAAA;AAChB,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAClB,oDAAmD;AAA1C,0GAAA,WAAW,OAAA;AACpB,qDAAmC;AACnC,iDAA+B;AAC/B,wCAAuC;AAA9B,8FAAA,KAAK,OAAA;AACd,sDAAqD;AAA5C,4GAAA,YAAY,OAAA;AACrB,gDAA+C;AAAtC,sGAAA,SAAS,OAAA;AAElB,6DAA0J;AAAjJ,mHAAA,mBAAmB,OAAA;AAAE,0HAAA,0BAA0B,OAAA;AAAE,wHAAA,wBAAwB,OAAA;AAAE,+HAAA,+BAA+B,OAAA;AACnH,+DAA6C;AAE7C,6EAA4E;AAAnE,8GAAA,aAAa,OAAA;AACtB,iFAAgF;AAAvE,kHAAA,eAAe,OAAA;AAExB,qDAAoD;AAA3C,4GAAA,YAAY,OAAA;AACrB,iDAAgD;AAAvC,wGAAA,UAAU,OAAA;AAEnB,2DAAyC;AACzC,yDAAuC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@1oo4/miv",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"types": "./dist/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"./dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "tsc",
|
|
11
|
+
"dev": "tsc --watch",
|
|
12
|
+
"prepublishOnly": "npm run build"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"framework",
|
|
16
|
+
"typescript"
|
|
17
|
+
],
|
|
18
|
+
"author": "1004",
|
|
19
|
+
"description": "A framework to create applications that manage and display structured data.",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"typescript": "^5.5.4"
|
|
22
|
+
}
|
|
23
|
+
}
|