@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,128 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MIVDeserializer = void 0;
|
|
4
|
+
class MIVDeserializer {
|
|
5
|
+
constructor(data, startPosition, endPositionExclusive) {
|
|
6
|
+
this.IsLittleEndian = true;
|
|
7
|
+
this._position_miv_ = 0;
|
|
8
|
+
if (endPositionExclusive === undefined)
|
|
9
|
+
endPositionExclusive = data.byteLength;
|
|
10
|
+
this._dv_miv_ = new DataView(data, startPosition, endPositionExclusive - startPosition);
|
|
11
|
+
}
|
|
12
|
+
get Length() { return this._dv_miv_.byteLength; }
|
|
13
|
+
_canRead_miv_(count) {
|
|
14
|
+
return this._position_miv_ + count <= this._dv_miv_.byteLength;
|
|
15
|
+
}
|
|
16
|
+
ReadBool() {
|
|
17
|
+
if (this._canRead_miv_(1)) {
|
|
18
|
+
const val = this._dv_miv_.getUint8(this._position_miv_);
|
|
19
|
+
this._position_miv_++;
|
|
20
|
+
return val != 0;
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
return undefined;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
ReadUint8() {
|
|
27
|
+
if (this._canRead_miv_(1)) {
|
|
28
|
+
const val = this._dv_miv_.getUint8(this._position_miv_);
|
|
29
|
+
this._position_miv_++;
|
|
30
|
+
return val;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
ReadUint16() {
|
|
37
|
+
if (this._canRead_miv_(2)) {
|
|
38
|
+
const val = this._dv_miv_.getUint16(this._position_miv_, this.IsLittleEndian);
|
|
39
|
+
this._position_miv_ += 2;
|
|
40
|
+
return val;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
return undefined;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
ReadUint32() {
|
|
47
|
+
if (this._canRead_miv_(4)) {
|
|
48
|
+
const val = this._dv_miv_.getUint32(this._position_miv_, this.IsLittleEndian);
|
|
49
|
+
this._position_miv_ += 4;
|
|
50
|
+
return val;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
ReadInt32() {
|
|
57
|
+
if (this._canRead_miv_(4)) {
|
|
58
|
+
const val = this._dv_miv_.getInt32(this._position_miv_, this.IsLittleEndian);
|
|
59
|
+
this._position_miv_ += 4;
|
|
60
|
+
return val;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
return undefined;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
ReadInt64() {
|
|
67
|
+
if (this._canRead_miv_(8)) {
|
|
68
|
+
const val = this._dv_miv_.getBigInt64(this._position_miv_, this.IsLittleEndian);
|
|
69
|
+
this._position_miv_ += 8;
|
|
70
|
+
return val;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
return undefined;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
ReadUint64() {
|
|
77
|
+
if (this._canRead_miv_(8)) {
|
|
78
|
+
const val = this._dv_miv_.getBigUint64(this._position_miv_, this.IsLittleEndian);
|
|
79
|
+
this._position_miv_ += 8;
|
|
80
|
+
return val;
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
return undefined;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
ReadFloat64() {
|
|
87
|
+
if (this._canRead_miv_(8)) {
|
|
88
|
+
const val = this._dv_miv_.getFloat64(this._position_miv_, this.IsLittleEndian);
|
|
89
|
+
this._position_miv_ += 8;
|
|
90
|
+
return val;
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
return undefined;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
ReadDateTimeUTC() {
|
|
97
|
+
if (this._canRead_miv_(8)) {
|
|
98
|
+
const ticks = this._dv_miv_.getBigInt64(this._position_miv_, this.IsLittleEndian);
|
|
99
|
+
this._position_miv_ += 8;
|
|
100
|
+
return new Date(Number((ticks - 621355968000000000n) / 10000n));
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
return undefined;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
ReadString() {
|
|
107
|
+
const length = this.ReadInt32();
|
|
108
|
+
if (length === undefined || length < 0) {
|
|
109
|
+
return undefined;
|
|
110
|
+
}
|
|
111
|
+
else if (length == 0) {
|
|
112
|
+
return "";
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
if (this._canRead_miv_(length)) {
|
|
116
|
+
const result = MIVDeserializer._decoder_miv_.decode(new Uint8Array(this._dv_miv_.buffer, this._position_miv_, length));
|
|
117
|
+
this._position_miv_ += length;
|
|
118
|
+
return result;
|
|
119
|
+
}
|
|
120
|
+
else {
|
|
121
|
+
return undefined;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.MIVDeserializer = MIVDeserializer;
|
|
127
|
+
MIVDeserializer._decoder_miv_ = new TextDecoder("utf-8");
|
|
128
|
+
//# sourceMappingURL=MIVDeserializer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MIVDeserializer.js","sourceRoot":"","sources":["../../../../src/Communication/Serialization/MIVDeserializer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class MIVSerializer {
|
|
2
|
+
IsLittleEndian: boolean;
|
|
3
|
+
private static readonly _encoder_miv_;
|
|
4
|
+
private _position_miv_;
|
|
5
|
+
private _dv_miv_;
|
|
6
|
+
private _string_array_miv_;
|
|
7
|
+
constructor(initCapacity: number);
|
|
8
|
+
get Length(): number;
|
|
9
|
+
GetResultArray(): Uint8Array<ArrayBuffer>;
|
|
10
|
+
private _ensureCanWrite_miv_;
|
|
11
|
+
Reset(maxCapacity?: number): void;
|
|
12
|
+
WriteBool(value: boolean): void;
|
|
13
|
+
WriteUint8(value: number): void;
|
|
14
|
+
WriteUint16(value: number): void;
|
|
15
|
+
WriteInt32(value: number): void;
|
|
16
|
+
WriteUint32(value: number): void;
|
|
17
|
+
WriteInt64(value: bigint): void;
|
|
18
|
+
WriteUint64(value: bigint): void;
|
|
19
|
+
WriteFloat64(value: number): void;
|
|
20
|
+
WriteDateTimeUTC(valueUTC: Date): void;
|
|
21
|
+
WriteDateTimeLocal(valueLocal: Date): void;
|
|
22
|
+
WriteString(value: string | undefined): void;
|
|
23
|
+
WriteArray(value: Uint8Array | undefined): void;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=MIVSerializer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MIVSerializer.d.ts","sourceRoot":"","sources":["../../../../src/Communication/Serialization/MIVSerializer.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAEf,cAAc,EAAE,OAAO,CAAQ;IAEtC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAkC;IACvE,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,kBAAkB,CAA0B;gBAExC,YAAY,EAAE,MAAM;IAMhC,IAAW,MAAM,IAAI,MAAM,CAAgC;IAEpD,cAAc,IAAI,UAAU,CAAC,WAAW,CAAC;IAIhD,OAAO,CAAC,oBAAoB;IAgB5B,KAAK,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI;IAYjC,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAM/B,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM/B,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMhC,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM/B,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMhC,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM/B,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMhC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMjC,gBAAgB,CAAC,QAAQ,EAAE,IAAI,GAAG,IAAI;IAKtC,kBAAkB,CAAC,UAAU,EAAE,IAAI,GAAG,IAAI;IAI1C,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS;IA6BrC,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,SAAS;CAY3C"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MIVSerializer = void 0;
|
|
4
|
+
const DateTimeProperty_1 = require("../../Client/Properties/DateTimeProperty");
|
|
5
|
+
class MIVSerializer {
|
|
6
|
+
constructor(initCapacity) {
|
|
7
|
+
this.IsLittleEndian = true;
|
|
8
|
+
this._dv_miv_ = new DataView(new ArrayBuffer(initCapacity));
|
|
9
|
+
this._string_array_miv_ = new Uint8Array(new ArrayBuffer(initCapacity));
|
|
10
|
+
this._position_miv_ = 0;
|
|
11
|
+
}
|
|
12
|
+
get Length() { return this._position_miv_; }
|
|
13
|
+
GetResultArray() {
|
|
14
|
+
return new Uint8Array(this._dv_miv_.buffer, 0, this._position_miv_);
|
|
15
|
+
}
|
|
16
|
+
_ensureCanWrite_miv_(count) {
|
|
17
|
+
const requiredLength = this._position_miv_ + count;
|
|
18
|
+
if (requiredLength > this._dv_miv_.byteLength) {
|
|
19
|
+
let len = Math.max(1, this._dv_miv_.byteLength * 2);
|
|
20
|
+
while (len < requiredLength) {
|
|
21
|
+
len *= 2;
|
|
22
|
+
}
|
|
23
|
+
const newBuffer = new ArrayBuffer(len);
|
|
24
|
+
const copy = new Uint8Array(newBuffer);
|
|
25
|
+
for (let i = 0; i < this._position_miv_; i++) {
|
|
26
|
+
copy[i] = this._dv_miv_.getUint8(i);
|
|
27
|
+
}
|
|
28
|
+
this._dv_miv_ = new DataView(newBuffer);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
Reset(maxCapacity) {
|
|
32
|
+
this._position_miv_ = 0;
|
|
33
|
+
if (maxCapacity !== undefined) {
|
|
34
|
+
if (maxCapacity < this._dv_miv_.byteLength) {
|
|
35
|
+
this._dv_miv_ = new DataView(new ArrayBuffer(maxCapacity));
|
|
36
|
+
}
|
|
37
|
+
if (maxCapacity < this._string_array_miv_.length) {
|
|
38
|
+
this._string_array_miv_ = new Uint8Array(new ArrayBuffer(maxCapacity));
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
WriteBool(value) {
|
|
43
|
+
this._ensureCanWrite_miv_(1);
|
|
44
|
+
this._dv_miv_.setUint8(this._position_miv_, value ? 1 : 0);
|
|
45
|
+
this._position_miv_++;
|
|
46
|
+
}
|
|
47
|
+
WriteUint8(value) {
|
|
48
|
+
this._ensureCanWrite_miv_(1);
|
|
49
|
+
this._dv_miv_.setUint8(this._position_miv_, value);
|
|
50
|
+
this._position_miv_++;
|
|
51
|
+
}
|
|
52
|
+
WriteUint16(value) {
|
|
53
|
+
this._ensureCanWrite_miv_(2);
|
|
54
|
+
this._dv_miv_.setUint16(this._position_miv_, value, this.IsLittleEndian);
|
|
55
|
+
this._position_miv_ += 2;
|
|
56
|
+
}
|
|
57
|
+
WriteInt32(value) {
|
|
58
|
+
this._ensureCanWrite_miv_(4);
|
|
59
|
+
this._dv_miv_.setInt32(this._position_miv_, value, this.IsLittleEndian);
|
|
60
|
+
this._position_miv_ += 4;
|
|
61
|
+
}
|
|
62
|
+
WriteUint32(value) {
|
|
63
|
+
this._ensureCanWrite_miv_(4);
|
|
64
|
+
this._dv_miv_.setUint32(this._position_miv_, value, this.IsLittleEndian);
|
|
65
|
+
this._position_miv_ += 4;
|
|
66
|
+
}
|
|
67
|
+
WriteInt64(value) {
|
|
68
|
+
this._ensureCanWrite_miv_(8);
|
|
69
|
+
this._dv_miv_.setBigInt64(this._position_miv_, value, this.IsLittleEndian);
|
|
70
|
+
this._position_miv_ += 8;
|
|
71
|
+
}
|
|
72
|
+
WriteUint64(value) {
|
|
73
|
+
this._ensureCanWrite_miv_(8);
|
|
74
|
+
this._dv_miv_.setBigUint64(this._position_miv_, value, this.IsLittleEndian);
|
|
75
|
+
this._position_miv_ += 8;
|
|
76
|
+
}
|
|
77
|
+
WriteFloat64(value) {
|
|
78
|
+
this._ensureCanWrite_miv_(8);
|
|
79
|
+
this._dv_miv_.setFloat64(this._position_miv_, value, this.IsLittleEndian);
|
|
80
|
+
this._position_miv_ += 8;
|
|
81
|
+
}
|
|
82
|
+
WriteDateTimeUTC(valueUTC) {
|
|
83
|
+
this._ensureCanWrite_miv_(8);
|
|
84
|
+
this._dv_miv_.setBigInt64(this._position_miv_, (BigInt(valueUTC.getTime()) + 621355968000000000n) * 10000n, this.IsLittleEndian);
|
|
85
|
+
this._position_miv_ += 8;
|
|
86
|
+
}
|
|
87
|
+
WriteDateTimeLocal(valueLocal) {
|
|
88
|
+
this.WriteDateTimeUTC(DateTimeProperty_1.DateTimeProperty.ToUTC(valueLocal));
|
|
89
|
+
}
|
|
90
|
+
WriteString(value) {
|
|
91
|
+
if (value === undefined || value.length <= 0) {
|
|
92
|
+
this.WriteInt32(0);
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
const srcLen = value.length;
|
|
96
|
+
if (srcLen * 2 > this._string_array_miv_.byteLength) {
|
|
97
|
+
let newLen = Math.max(1, this._string_array_miv_.byteLength * 2);
|
|
98
|
+
while (newLen < srcLen * 2) {
|
|
99
|
+
newLen *= 2;
|
|
100
|
+
}
|
|
101
|
+
this._string_array_miv_ = new Uint8Array(new ArrayBuffer(newLen));
|
|
102
|
+
}
|
|
103
|
+
while (true) {
|
|
104
|
+
const encodeResult = MIVSerializer._encoder_miv_.encodeInto(value, this._string_array_miv_);
|
|
105
|
+
if (encodeResult.read < srcLen) {
|
|
106
|
+
this._string_array_miv_ = new Uint8Array(new ArrayBuffer(Math.max(1, this._string_array_miv_.byteLength * 2)));
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
this._ensureCanWrite_miv_(4 + encodeResult.written);
|
|
110
|
+
this.WriteInt32(encodeResult.written);
|
|
111
|
+
for (let i = 0; i < encodeResult.written; i++) {
|
|
112
|
+
this._dv_miv_.setUint8(this._position_miv_ + i, this._string_array_miv_[i]);
|
|
113
|
+
}
|
|
114
|
+
this._position_miv_ += encodeResult.written;
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
WriteArray(value) {
|
|
121
|
+
if (value === undefined || value.length <= 0) {
|
|
122
|
+
this.WriteInt32(0);
|
|
123
|
+
}
|
|
124
|
+
else {
|
|
125
|
+
this._ensureCanWrite_miv_(4 + value.length);
|
|
126
|
+
this.WriteInt32(value.length);
|
|
127
|
+
for (let i = 0; i < value.length; i++) {
|
|
128
|
+
this.WriteUint8(value[i]);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
exports.MIVSerializer = MIVSerializer;
|
|
134
|
+
MIVSerializer._encoder_miv_ = new TextEncoder();
|
|
135
|
+
//# sourceMappingURL=MIVSerializer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MIVSerializer.js","sourceRoot":"","sources":["../../../../src/Communication/Serialization/MIVSerializer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignQuery.d.ts","sourceRoot":"","sources":["../../../src/Communication/SignQuery.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SignOutQuery = exports.SignInQuery = void 0;
|
|
4
|
+
const Query_1 = require("./Query");
|
|
5
|
+
class SignInQuery {
|
|
6
|
+
static _serializeSignIn_miv_(ser, login, password) {
|
|
7
|
+
ser.WriteUint8(Query_1.Query.KIND_LOGIN);
|
|
8
|
+
ser.WriteString(login);
|
|
9
|
+
ser.WriteString(password);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.SignInQuery = SignInQuery;
|
|
13
|
+
class SignOutQuery {
|
|
14
|
+
static _serializeSignOut_miv_(ser) {
|
|
15
|
+
ser.WriteUint8(Query_1.Query.KIND_SIGNOUT);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.SignOutQuery = SignOutQuery;
|
|
19
|
+
//# sourceMappingURL=SignQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignQuery.js","sourceRoot":"","sources":["../../../src/Communication/SignQuery.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAIhC,MAAa,WAAW;IAEpB,MAAM,CAAC,qBAAqB,CAAC,GAAkB,EAAE,KAAa,EAAE,QAA4B;QACxF,GAAG,CAAC,UAAU,CAAC,aAAK,CAAC,UAAU,CAAC,CAAC;QACjC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QACvB,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC9B,CAAC;CAEJ;AARD,kCAQC;AAGD,MAAa,YAAY;IAErB,MAAM,CAAC,sBAAsB,CAAC,GAAkB;QAC5C,GAAG,CAAC,UAAU,CAAC,aAAK,CAAC,YAAY,CAAC,CAAC;IACvC,CAAC;CAEJ;AAND,oCAMC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignupQuery.d.ts","sourceRoot":"","sources":["../../../src/Communication/SignupQuery.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SignupQuery = void 0;
|
|
4
|
+
const Query_1 = require("./Query");
|
|
5
|
+
class SignupQuery {
|
|
6
|
+
static _serializeSignup_miv_(ser, login, password, customPayload) {
|
|
7
|
+
ser.WriteUint8(Query_1.Query.KIND_SIGNUP);
|
|
8
|
+
ser.WriteString(login);
|
|
9
|
+
ser.WriteString(password);
|
|
10
|
+
ser.WriteArray(customPayload);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.SignupQuery = SignupQuery;
|
|
14
|
+
//# sourceMappingURL=SignupQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignupQuery.js","sourceRoot":"","sources":["../../../src/Communication/SignupQuery.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAIhC,MAAa,WAAW;IAGpB,MAAM,CAAC,qBAAqB,CAAC,GAAkB,EAAE,KAAa,EAAE,QAA4B,EAAE,aAAqC;QAC/H,GAAG,CAAC,UAAU,CAAC,aAAK,CAAC,WAAW,CAAC,CAAC;QAClC,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QACvB,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QAC1B,GAAG,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IAClC,CAAC;CACJ;AATD,kCASC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnloadQuery.d.ts","sourceRoot":"","sources":["../../../src/Communication/UnloadQuery.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UnloadQuery = void 0;
|
|
4
|
+
const Query_1 = require("./Query");
|
|
5
|
+
class UnloadQuery {
|
|
6
|
+
constructor(ids, codes) {
|
|
7
|
+
this._ids_miv_ = ids;
|
|
8
|
+
this._codes_miv_ = codes;
|
|
9
|
+
}
|
|
10
|
+
_serializeUnload_miv_(ser) {
|
|
11
|
+
ser.WriteUint8(Query_1.Query.KIND_UNLOAD);
|
|
12
|
+
ser.WriteInt32(this._ids_miv_.length);
|
|
13
|
+
for (let i = 0; i < this._ids_miv_.length; i++) {
|
|
14
|
+
ser.WriteInt64(this._ids_miv_[i]);
|
|
15
|
+
ser.WriteUint8(this._codes_miv_[i]);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.UnloadQuery = UnloadQuery;
|
|
20
|
+
//# sourceMappingURL=UnloadQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnloadQuery.js","sourceRoot":"","sources":["../../../src/Communication/UnloadQuery.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAIhC,MAAa,WAAW;IAKpB,YAAY,GAAkB,EAAE,KAAoB;QAChD,IAAI,CAAC,SAAS,GAAG,GAAG,CAAC;QACrB,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;IAC7B,CAAC;IAGD,qBAAqB,CAAC,GAAkB;QACpC,GAAG,CAAC,UAAU,CAAC,aAAK,CAAC,WAAW,CAAC,CAAC;QAClC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QACtC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7C,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;YAClC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;CAEJ;AApBD,kCAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateQuery.d.ts","sourceRoot":"","sources":["../../../src/Communication/UpdateQuery.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateQuery = void 0;
|
|
4
|
+
const AccumulatorList_1 = require("../Tools/AccumulatorList");
|
|
5
|
+
const Query_1 = require("./Query");
|
|
6
|
+
class UpdateQuery {
|
|
7
|
+
constructor() {
|
|
8
|
+
this._newChildren_miv_ = new AccumulatorList_1.AccumulatorList(2);
|
|
9
|
+
this._reassignments_miv_ = new AccumulatorList_1.AccumulatorList(1);
|
|
10
|
+
this._deletions_miv_ = new AccumulatorList_1.AccumulatorList(1);
|
|
11
|
+
this._unlinks_miv_ = new AccumulatorList_1.AccumulatorList(1);
|
|
12
|
+
this._clearLinks_miv_ = new AccumulatorList_1.AccumulatorList(1);
|
|
13
|
+
this._values_miv_ = new AccumulatorList_1.AccumulatorList(2);
|
|
14
|
+
}
|
|
15
|
+
_serialize_miv_(ser) {
|
|
16
|
+
ser.WriteUint8(Query_1.Query.KIND_UPDATE);
|
|
17
|
+
ser.WriteInt32(this._newChildren_miv_._count_miv_);
|
|
18
|
+
for (let i = 0; i < this._newChildren_miv_._count_miv_; i++) {
|
|
19
|
+
this._newChildren_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
20
|
+
}
|
|
21
|
+
ser.WriteInt32(this._reassignments_miv_._count_miv_);
|
|
22
|
+
for (let i = 0; i < this._reassignments_miv_._count_miv_; i++) {
|
|
23
|
+
this._reassignments_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
24
|
+
}
|
|
25
|
+
ser.WriteInt32(this._deletions_miv_._count_miv_);
|
|
26
|
+
for (let i = 0; i < this._deletions_miv_._count_miv_; i++) {
|
|
27
|
+
this._deletions_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
28
|
+
}
|
|
29
|
+
ser.WriteInt32(this._unlinks_miv_._count_miv_);
|
|
30
|
+
for (let i = 0; i < this._unlinks_miv_._count_miv_; i++) {
|
|
31
|
+
this._unlinks_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
32
|
+
}
|
|
33
|
+
ser.WriteInt32(this._clearLinks_miv_._count_miv_);
|
|
34
|
+
for (let i = 0; i < this._clearLinks_miv_._count_miv_; i++) {
|
|
35
|
+
this._clearLinks_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
36
|
+
}
|
|
37
|
+
ser.WriteInt32(this._values_miv_._count_miv_);
|
|
38
|
+
for (let i = 0; i < this._values_miv_._count_miv_; i++) {
|
|
39
|
+
this._values_miv_._get_miv_(i)._serialize_miv_(ser);
|
|
40
|
+
}
|
|
41
|
+
ser.WriteArray(this._custom_miv_);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.UpdateQuery = UpdateQuery;
|
|
45
|
+
//# sourceMappingURL=UpdateQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateQuery.js","sourceRoot":"","sources":["../../../src/Communication/UpdateQuery.ts"],"names":[],"mappings":";;;AAAA,8DAA2D;AAC3D,mCAAgC;AAUhC,MAAa,WAAW;IAWpB;QATyB,sBAAiB,GAAgC,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;QACxE,wBAAmB,GAAqC,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;QAC/E,oBAAe,GAA8B,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;QACpE,kBAAa,GAA8B,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;QAClE,qBAAgB,GAAkC,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;QACzE,iBAAY,GAA6B,IAAI,iCAAe,CAAC,CAAC,CAAC,CAAC;IAMzF,CAAC;IAGD,eAAe,CAAC,GAAkB;QAE9B,GAAG,CAAC,UAAU,CAAC,aAAK,CAAC,WAAW,CAAC,CAAC;QAElC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC;QACnD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YAC1D,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QAC7D,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC;QACrD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,mBAAmB,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YAC5D,IAAI,CAAC,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QAC/D,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC;QACjD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YACxD,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QAC3D,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;QAC/C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YACtD,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QACzD,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAC;QAClD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YACzD,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QAC5D,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QAC9C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;YACrD,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;QACxD,CAAC;QAED,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;CACJ;AApDD,kCAoDC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { ByteProperty } from "../Client/Properties/ByteProperty";
|
|
2
|
+
import type { DateTimeProperty } from "../Client/Properties/DateTimeProperty";
|
|
3
|
+
import type { DoubleProperty } from "../Client/Properties/DoubleProperty";
|
|
4
|
+
import type { LongProperty } from "../Client/Properties/LongProperty";
|
|
5
|
+
import type { StringProperty } from "../Client/Properties/StringProperty";
|
|
6
|
+
import type { UlongProperty } from "../Client/Properties/UlongProperty";
|
|
7
|
+
import type { VObject } from "../Client/View/VObject";
|
|
8
|
+
export declare abstract class PropertyTextBlock {
|
|
9
|
+
private readonly _watcher_miv_;
|
|
10
|
+
Deactivate(): void;
|
|
11
|
+
}
|
|
12
|
+
export declare class StringPropertyTextBlock extends PropertyTextBlock {
|
|
13
|
+
private _property_miv_;
|
|
14
|
+
constructor(html: HTMLSpanElement);
|
|
15
|
+
Setup(v: VObject, property: StringProperty): void;
|
|
16
|
+
}
|
|
17
|
+
export declare class DoublePropertyTextBlock extends PropertyTextBlock {
|
|
18
|
+
private _property_miv_;
|
|
19
|
+
constructor(html: HTMLSpanElement);
|
|
20
|
+
Setup(v: VObject, property: DoubleProperty): void;
|
|
21
|
+
}
|
|
22
|
+
export declare class LongPropertyTextBlock extends PropertyTextBlock {
|
|
23
|
+
private _property_miv_;
|
|
24
|
+
constructor(html: HTMLSpanElement);
|
|
25
|
+
Setup(v: VObject, property: LongProperty): void;
|
|
26
|
+
}
|
|
27
|
+
export declare class UlongPropertyTextBlock extends PropertyTextBlock {
|
|
28
|
+
private _property_miv_;
|
|
29
|
+
constructor(html: HTMLSpanElement);
|
|
30
|
+
Setup(v: VObject, property: UlongProperty): void;
|
|
31
|
+
}
|
|
32
|
+
export declare class BytePropertyTextBlock extends PropertyTextBlock {
|
|
33
|
+
private _property_miv_;
|
|
34
|
+
constructor(html: HTMLSpanElement);
|
|
35
|
+
Setup(v: VObject, property: ByteProperty): void;
|
|
36
|
+
}
|
|
37
|
+
export declare class DateTimePropertyTextBlock extends PropertyTextBlock {
|
|
38
|
+
private _property_miv_;
|
|
39
|
+
constructor(html: HTMLSpanElement);
|
|
40
|
+
Setup(v: VObject, property: DateTimeProperty): void;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=PropertyTextBlock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyTextBlock.d.ts","sourceRoot":"","sources":["../../../src/HTML/PropertyTextBlock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAGxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAetD,8BAAsB,iBAAiB;IAEnC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAe;IAmB7C,UAAU,IAAI,IAAI;CAOrB;AAED,qBAAa,uBAAwB,SAAQ,iBAAiB;IAE1D,OAAO,CAAC,cAAc,CAA6B;gBAEvC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,cAAc,GAAG,IAAI;CAsBpD;AAED,qBAAa,uBAAwB,SAAQ,iBAAiB;IAE1D,OAAO,CAAC,cAAc,CAA6B;gBAEvC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,cAAc,GAAG,IAAI;CAkBpD;AAED,qBAAa,qBAAsB,SAAQ,iBAAiB;IAExD,OAAO,CAAC,cAAc,CAA2B;gBAErC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,GAAG,IAAI;CAkBlD;AAED,qBAAa,sBAAuB,SAAQ,iBAAiB;IAEzD,OAAO,CAAC,cAAc,CAA4B;gBAEtC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,aAAa,GAAG,IAAI;CAkBnD;AAED,qBAAa,qBAAsB,SAAQ,iBAAiB;IAExD,OAAO,CAAC,cAAc,CAA2B;gBAErC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,GAAG,IAAI;CAkBlD;AAED,qBAAa,yBAA0B,SAAQ,iBAAiB;IAE5D,OAAO,CAAC,cAAc,CAA+B;gBAEzC,IAAI,EAAE,eAAe;IAIjC,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,gBAAgB,GAAG,IAAI;CAkBtD"}
|