@glowjs/core 2025.8.21 → 2025.9.3-webgpu
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/dist/glow.core.d.ts +8 -0
- package/dist/glow.core.js +1 -1
- package/dist/typings/base/Base.d.ts +24 -24
- package/dist/typings/base/IDisposable.d.ts +9 -9
- package/dist/typings/camera/AutoRotate.d.ts +36 -36
- package/dist/typings/camera/CameraCacheData.d.ts +21 -21
- package/dist/typings/camera/CameraMgr.d.ts +353 -351
- package/dist/typings/camera/CameraMode.d.ts +13 -13
- package/dist/typings/camera/CameraPerson.d.ts +13 -13
- package/dist/typings/camera/CustomArcRotateCameraKeyboardMoveInput.d.ts +28 -28
- package/dist/typings/camera/CustomArcRotateCameraMouseWheelInput.d.ts +17 -17
- package/dist/typings/camera/EasingFunction.d.ts +36 -36
- package/dist/typings/camera/FlyData.d.ts +29 -29
- package/dist/typings/camera/OrthographicView.d.ts +21 -21
- package/dist/typings/core/App.d.ts +169 -162
- package/dist/typings/core/AppOptions.d.ts +25 -25
- package/dist/typings/core/Size.d.ts +13 -13
- package/dist/typings/core/create.d.ts +9 -9
- package/dist/typings/core/version.d.ts +1 -1
- package/dist/typings/effect/Background.d.ts +12 -12
- package/dist/typings/effect/ColorCorrection.d.ts +129 -129
- package/dist/typings/effect/Decoration.d.ts +10 -10
- package/dist/typings/effect/EffectData.d.ts +197 -197
- package/dist/typings/effect/EffectMgr.d.ts +79 -79
- package/dist/typings/effect/EnvironmentTexture.d.ts +20 -20
- package/dist/typings/effect/EnvironmentTextureSource.d.ts +25 -25
- package/dist/typings/effect/Fog.d.ts +16 -16
- package/dist/typings/effect/Glow.d.ts +43 -43
- package/dist/typings/effect/HighLight.d.ts +49 -49
- package/dist/typings/effect/ImageProcessing.d.ts +43 -43
- package/dist/typings/effect/Light.d.ts +38 -38
- package/dist/typings/effect/Particle.d.ts +13 -13
- package/dist/typings/effect/ParticleData.d.ts +20 -20
- package/dist/typings/effect/SkyBox.d.ts +22 -22
- package/dist/typings/effect/ToneMappingType.d.ts +13 -13
- package/dist/typings/effect/defaultEffectValue.d.ts +5 -5
- package/dist/typings/entity/Building.d.ts +119 -119
- package/dist/typings/entity/Campus.d.ts +35 -35
- package/dist/typings/entity/Corner.d.ts +43 -43
- package/dist/typings/entity/DecorateGrid.d.ts +21 -21
- package/dist/typings/entity/DoorWindow.d.ts +77 -77
- package/dist/typings/entity/DoorWindowDirection.d.ts +21 -21
- package/dist/typings/entity/Entity.d.ts +393 -393
- package/dist/typings/entity/EntityType.d.ts +81 -81
- package/dist/typings/entity/Floor.d.ts +128 -128
- package/dist/typings/entity/Group.d.ts +34 -34
- package/dist/typings/entity/LeakLine.d.ts +44 -44
- package/dist/typings/entity/LevelMgr.d.ts +84 -84
- package/dist/typings/entity/ManualWall.d.ts +85 -85
- package/dist/typings/entity/ManualWallBuilder.d.ts +157 -157
- package/dist/typings/entity/MeshFaceData.d.ts +25 -25
- package/dist/typings/entity/OtherEntity.d.ts +24 -24
- package/dist/typings/entity/POI.d.ts +90 -90
- package/dist/typings/entity/Path.d.ts +1 -1
- package/dist/typings/entity/Pipe.d.ts +68 -68
- package/dist/typings/entity/PrefabWall.d.ts +57 -57
- package/dist/typings/entity/Room.d.ts +167 -167
- package/dist/typings/entity/Text3D.d.ts +70 -70
- package/dist/typings/entity/Thing.d.ts +142 -142
- package/dist/typings/entity/Tracker.d.ts +34 -34
- package/dist/typings/entity/VideoFusion.d.ts +61 -61
- package/dist/typings/entity/ViewInfo.d.ts +14 -14
- package/dist/typings/entity/Wall.d.ts +95 -95
- package/dist/typings/entity/building/buildBuilding.d.ts +7 -7
- package/dist/typings/entity/building/buildBuildingOnClient.d.ts +2 -2
- package/dist/typings/entity/building/buildBuildingOnEditor.d.ts +2 -2
- package/dist/typings/entity/component/Animator.d.ts +52 -52
- package/dist/typings/entity/component/AutoOpenDoor.d.ts +24 -24
- package/dist/typings/entity/component/Component.d.ts +22 -22
- package/dist/typings/entity/component/PathAnimation.d.ts +63 -63
- package/dist/typings/entity/component/Style.d.ts +51 -51
- package/dist/typings/entity/component/archive/ArchiveBox.d.ts +97 -97
- package/dist/typings/entity/component/archive/ArchiveCabinet.d.ts +120 -120
- package/dist/typings/entity/component/archive/ArchiveCabinetGroup.d.ts +169 -169
- package/dist/typings/entity/component/archive/ArchiveCabinetGroupCount.d.ts +16 -16
- package/dist/typings/entity/component/archive/ArchiveCabinetGroupState.d.ts +21 -21
- package/dist/typings/entity/component/archive/ArchiveDoor.d.ts +33 -33
- package/dist/typings/entity/component/archive/ArchiveGrid.d.ts +47 -47
- package/dist/typings/entity/component/archive/ArchiveMgr.d.ts +36 -36
- package/dist/typings/entity/component/archive/ColumnPosition.d.ts +17 -17
- package/dist/typings/entity/component/archive/createArchiveGrid.d.ts +6 -6
- package/dist/typings/entity/component/archive/createColumnTag.d.ts +6 -6
- package/dist/typings/entity/component/archive/events/onAppMove.d.ts +6 -6
- package/dist/typings/entity/component/archive/events/onAppRightDoubleClick.d.ts +6 -6
- package/dist/typings/entity/component/archive/events/onGroupLeftDoubleClick.d.ts +8 -8
- package/dist/typings/entity/component/archive/events/onGroupPointerLeave.d.ts +6 -6
- package/dist/typings/entity/component/archive/events/onGroupRightClick.d.ts +8 -8
- package/dist/typings/entity/component/archive/events/onLevelChanged.d.ts +8 -8
- package/dist/typings/entity/component/archive/getCapacityOriginBox.d.ts +6 -6
- package/dist/typings/entity/component/cabinet/AssetData.d.ts +19 -19
- package/dist/typings/entity/component/cabinet/BoardCard.d.ts +63 -63
- package/dist/typings/entity/component/cabinet/Cabinet.d.ts +121 -121
- package/dist/typings/entity/component/cabinet/CabinetCapacityData.d.ts +17 -17
- package/dist/typings/entity/component/cabinet/CabinetMgr.d.ts +54 -54
- package/dist/typings/entity/component/cabinet/CabinetTagStyleConfig.d.ts +25 -25
- package/dist/typings/entity/component/cabinet/NetworkPort.d.ts +46 -46
- package/dist/typings/entity/component/cabinet/RackMounted.d.ts +109 -109
- package/dist/typings/entity/component/cabinet/ResImageSource.d.ts +13 -13
- package/dist/typings/entity/component/cabinet/events/onAppMove.d.ts +6 -6
- package/dist/typings/entity/component/cabinet/events/onAppRightDoubleClick.d.ts +6 -6
- package/dist/typings/entity/component/cabinet/events/onCabinetLeftDoubleClick.d.ts +7 -7
- package/dist/typings/entity/component/cabinet/events/onCabinetPointerLeave.d.ts +2 -2
- package/dist/typings/entity/component/cabinet/events/onCabinetRightClick.d.ts +3 -3
- package/dist/typings/entity/component/cabinet/events/onLevelChanged.d.ts +8 -8
- package/dist/typings/entity/component/heatmap/Heatmap.d.ts +95 -95
- package/dist/typings/entity/component/heatmap/HeatmapType.d.ts +17 -17
- package/dist/typings/entity/component/heatmap/buildHorizontal.d.ts +6 -6
- package/dist/typings/entity/component/heatmap/buildTips.d.ts +2 -2
- package/dist/typings/entity/component/heatmap/buildVertical.d.ts +6 -6
- package/dist/typings/entity/component/heatmap/updateHorizontal.d.ts +6 -6
- package/dist/typings/entity/component/heatmap/updateTips.d.ts +2 -2
- package/dist/typings/entity/component/heatmap/updateVertical.d.ts +2 -2
- package/dist/typings/entity/component/roaming/Roaming.d.ts +116 -116
- package/dist/typings/entity/component/roaming/pencil.d.ts +1 -1
- package/dist/typings/entity/init/afterLevelCreate.d.ts +6 -6
- package/dist/typings/entity/init/setBuildings.d.ts +2 -2
- package/dist/typings/entity/init/setDefaultView.d.ts +6 -6
- package/dist/typings/entity/init/setPOILink.d.ts +5 -5
- package/dist/typings/entity/init/setTransition.d.ts +6 -6
- package/dist/typings/entity/path/Path.d.ts +53 -53
- package/dist/typings/entity/path/attachDrag.d.ts +2 -2
- package/dist/typings/entity/path/createLineMeshData.d.ts +3 -3
- package/dist/typings/entity/path/createPointInstance.d.ts +6 -6
- package/dist/typings/entity/path/detachDrag.d.ts +2 -2
- package/dist/typings/entity/path/dragData.d.ts +9 -9
- package/dist/typings/entity/path/getLineMaterial.d.ts +2 -2
- package/dist/typings/entity/placement.d.ts +20 -20
- package/dist/typings/entity/poi_plus/Container.d.ts +14 -14
- package/dist/typings/entity/poi_plus/Img.d.ts +21 -21
- package/dist/typings/entity/poi_plus/Line.d.ts +15 -15
- package/dist/typings/entity/poi_plus/POIPlus.d.ts +138 -138
- package/dist/typings/entity/poi_plus/Txt.d.ts +20 -20
- package/dist/typings/entity/poi_plus/TxtAlign.d.ts +9 -9
- package/dist/typings/entity/poi_plus/render.d.ts +7 -7
- package/dist/typings/entity/util/box.d.ts +9 -9
- package/dist/typings/entity/util/createManualWallEdgeMaterial.d.ts +8 -8
- package/dist/typings/entity/util/createManualWallFaceMaterial.d.ts +8 -8
- package/dist/typings/entity/util/createManualWallMesh.d.ts +12 -12
- package/dist/typings/entity/util/createMergedMesh.d.ts +13 -13
- package/dist/typings/entity/util/createPathArrowIcon.d.ts +4 -4
- package/dist/typings/entity/util/createPathCircleIcon.d.ts +4 -4
- package/dist/typings/entity/util/createRoomMaterial.d.ts +3 -3
- package/dist/typings/entity/util/createRoomMesh.d.ts +14 -14
- package/dist/typings/entity/util/getPathIconMesh.d.ts +7 -7
- package/dist/typings/entity/util/getPathLineMesh.d.ts +2 -2
- package/dist/typings/entity/util/getPerWeight.d.ts +6 -6
- package/dist/typings/entity/util/hideAllBoundingBox.d.ts +6 -6
- package/dist/typings/entity/util/setRes.d.ts +5 -5
- package/dist/typings/entity/util/smoothTube.d.ts +7 -7
- package/dist/typings/entity/util/technologyBuildingMaterial.d.ts +67 -67
- package/dist/typings/event/EventArg.d.ts +14 -14
- package/dist/typings/event/EventDispatcher.d.ts +67 -67
- package/dist/typings/event/EventMgr.d.ts +110 -110
- package/dist/typings/event/EventObject.d.ts +26 -26
- package/dist/typings/event/EventType.d.ts +173 -173
- package/dist/typings/event/KeyCode.d.ts +55 -55
- package/dist/typings/event/PropertyChangedData.d.ts +21 -21
- package/dist/typings/gui/Billboard.d.ts +104 -104
- package/dist/typings/gui/BillboardOptions.d.ts +62 -62
- package/dist/typings/gui/FPSBar.d.ts +25 -25
- package/dist/typings/gui/GUIMgr.d.ts +41 -41
- package/dist/typings/gui/GradientRectangle.d.ts +57 -57
- package/dist/typings/gui/InfoListDataItem.d.ts +17 -17
- package/dist/typings/gui/InfoListPanel.d.ts +106 -106
- package/dist/typings/gui/LinkTip.d.ts +30 -30
- package/dist/typings/gui/PerformancePanel.d.ts +43 -43
- package/dist/typings/gui/RectangleProgress.d.ts +20 -20
- package/dist/typings/gui/ToolTip.d.ts +34 -34
- package/dist/typings/gui/getTextWidth.d.ts +6 -6
- package/dist/typings/index.d.ts +93 -93
- package/dist/typings/material/MaterialMgr.d.ts +18 -18
- package/dist/typings/misc/Point2D.d.ts +4 -4
- package/dist/typings/misc/Point3D.d.ts +4 -4
- package/dist/typings/misc/Point4D.d.ts +4 -4
- package/dist/typings/misc/SystemResId.d.ts +105 -105
- package/dist/typings/misc/blobToDataURL.d.ts +5 -5
- package/dist/typings/misc/cookie.d.ts +17 -17
- package/dist/typings/misc/dataURLtoBlob.d.ts +5 -5
- package/dist/typings/misc/getQueryString.d.ts +5 -5
- package/dist/typings/misc/guid.d.ts +21 -21
- package/dist/typings/misc/http.d.ts +46 -46
- package/dist/typings/misc/index.d.ts +15 -15
- package/dist/typings/misc/isHexColor.d.ts +5 -5
- package/dist/typings/misc/isLAN.d.ts +4 -4
- package/dist/typings/misc/math/Line.d.ts +5 -5
- package/dist/typings/misc/math/Point.d.ts +7 -7
- package/dist/typings/misc/math/compare/EPSILON.d.ts +4 -4
- package/dist/typings/misc/math/compare/greateThanOrEqual.d.ts +8 -8
- package/dist/typings/misc/math/compare/greaterThan.d.ts +7 -7
- package/dist/typings/misc/math/compare/lessThan.d.ts +7 -7
- package/dist/typings/misc/math/compare/lessThanOrEqual.d.ts +7 -7
- package/dist/typings/misc/math/compare/withinEpsilon.d.ts +9 -9
- package/dist/typings/misc/math/index.d.ts +34 -34
- package/dist/typings/misc/math/line/distanceToParallelLine.d.ts +7 -7
- package/dist/typings/misc/math/line/distanceToProjection.d.ts +8 -8
- package/dist/typings/misc/math/line/getLineIntersection.d.ts +9 -9
- package/dist/typings/misc/math/line/isLineParallel.d.ts +7 -7
- package/dist/typings/misc/math/line/project.d.ts +8 -8
- package/dist/typings/misc/math/line/relateToPoint.d.ts +8 -8
- package/dist/typings/misc/math/round.d.ts +6 -6
- package/dist/typings/misc/math/segment/getSegmentIntersection.d.ts +8 -8
- package/dist/typings/misc/math/segment/getSegmentPartIncludePoint.d.ts +8 -8
- package/dist/typings/misc/math/segment/onSegment.d.ts +8 -8
- package/dist/typings/misc/math/segment/segmentFullInclude.d.ts +8 -8
- package/dist/typings/misc/math/vec/addTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/angleTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/centerTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/cross.d.ts +7 -7
- package/dist/typings/misc/math/vec/distanceTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/dot.d.ts +7 -7
- package/dist/typings/misc/math/vec/ignoreYAxis.d.ts +7 -7
- package/dist/typings/misc/math/vec/isClockwise.d.ts +6 -6
- package/dist/typings/misc/math/vec/lengthTo.d.ts +6 -6
- package/dist/typings/misc/math/vec/multiplyTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/normalizeTo.d.ts +6 -6
- package/dist/typings/misc/math/vec/scaleTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/subtractTo.d.ts +7 -7
- package/dist/typings/misc/math/vec/toPoint.d.ts +8 -8
- package/dist/typings/misc/math/vec/toVector3.d.ts +7 -7
- package/dist/typings/misc/math/vec/verticalVector.d.ts +7 -7
- package/dist/typings/misc/object.d.ts +16 -16
- package/dist/typings/misc/randomColor.d.ts +4 -4
- package/dist/typings/misc/runAsyncTasks.d.ts +5 -5
- package/dist/typings/misc/to.d.ts +5 -5
- package/dist/typings/res/ResCacheData.d.ts +13 -13
- package/dist/typings/res/ResOptions.d.ts +89 -89
- package/dist/typings/res/ResPool.d.ts +72 -72
- package/dist/typings/res/registerBufferAndSetEffect.d.ts +7 -7
- package/dist/typings/res/replaceInstancedMesh.d.ts +6 -6
- package/dist/typings/runtime/RunTime.d.ts +137 -137
- package/dist/typings/runtime/babylonjs/babylonjs-core.d.ts +77 -77
- package/dist/typings/runtime/babylonjs/babylonjs-gui.d.ts +12 -12
- package/dist/typings/runtime/babylonjs/babylonjs-loaders.d.ts +1 -1
- package/dist/typings/runtime/babylonjs/babylonjs-materials.d.ts +1 -1
- package/dist/typings/runtime/index.d.ts +8 -8
- package/dist/typings/runtime/tweenjs/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/typings/index.d.ts
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
export * from './runtime';
|
|
2
|
-
import { version } from './core/version';
|
|
3
|
-
export { version };
|
|
4
|
-
export { Base } from './base/Base';
|
|
5
|
-
export { Entity } from './entity/Entity';
|
|
6
|
-
export { IDisposable } from './base/IDisposable';
|
|
7
|
-
export { ViewInfo } from './entity/ViewInfo';
|
|
8
|
-
export { CameraMgr } from './camera/CameraMgr';
|
|
9
|
-
export { FlyData } from './camera/FlyData';
|
|
10
|
-
export { CameraMode } from './camera/CameraMode';
|
|
11
|
-
export { CameraPerson } from './camera/CameraPerson';
|
|
12
|
-
export { OrthographicView } from './camera/OrthographicView';
|
|
13
|
-
export { EasingFunction } from './camera/EasingFunction';
|
|
14
|
-
export { App } from './core/App';
|
|
15
|
-
export { AppOptions } from './core/AppOptions';
|
|
16
|
-
export { Size } from './core/Size';
|
|
17
|
-
export { ColorCorrection } from './effect/ColorCorrection';
|
|
18
|
-
export { EffectMgr } from './effect/EffectMgr';
|
|
19
|
-
export { EnvironmentTextureSource } from './effect/EnvironmentTextureSource';
|
|
20
|
-
export { SkyBox } from './effect/SkyBox';
|
|
21
|
-
export { Fog } from './effect/Fog';
|
|
22
|
-
export { EffectData } from './effect/EffectData';
|
|
23
|
-
export { defaultEffectValue } from './effect/defaultEffectValue';
|
|
24
|
-
export { EventArg } from './event/EventArg';
|
|
25
|
-
export { EventDispatcher } from './event/EventDispatcher';
|
|
26
|
-
export { EventMgr } from './event/EventMgr';
|
|
27
|
-
export { EventObject } from './event/EventObject';
|
|
28
|
-
export { EventType } from './event/EventType';
|
|
29
|
-
export { PropertyChangedData } from './event/PropertyChangedData';
|
|
30
|
-
export { KeyCode } from './event/KeyCode';
|
|
31
|
-
export { Billboard } from './gui/Billboard';
|
|
32
|
-
export { BillboardOptions } from './gui/BillboardOptions';
|
|
33
|
-
export { FPSBar } from './gui/FPSBar';
|
|
34
|
-
export { GUIMgr } from './gui/GUIMgr';
|
|
35
|
-
export { GradientRectangle } from './gui/GradientRectangle';
|
|
36
|
-
export { RectangleProgress } from './gui/RectangleProgress';
|
|
37
|
-
export { InfoListDataItem } from './gui/InfoListDataItem';
|
|
38
|
-
export { InfoListPanel } from './gui/InfoListPanel';
|
|
39
|
-
export { Building } from './entity/Building';
|
|
40
|
-
export { Campus } from './entity/Campus';
|
|
41
|
-
export { LevelMgr } from './entity/LevelMgr';
|
|
42
|
-
export { Corner } from './entity/Corner';
|
|
43
|
-
export { DoorWindow } from './entity/DoorWindow';
|
|
44
|
-
export { Floor } from './entity/Floor';
|
|
45
|
-
export { ManualWall } from './entity/ManualWall';
|
|
46
|
-
export { PrefabWall } from './entity/PrefabWall';
|
|
47
|
-
export { Room } from './entity/Room';
|
|
48
|
-
export { Wall } from './entity/Wall';
|
|
49
|
-
export { LeakLine } from './entity/LeakLine';
|
|
50
|
-
export { Text3D } from './entity/Text3D';
|
|
51
|
-
export * from './entity/placement';
|
|
52
|
-
export { EntityType } from './entity/EntityType';
|
|
53
|
-
export { DoorWindowDirection } from './entity/DoorWindowDirection';
|
|
54
|
-
export { Path } from './entity/Path';
|
|
55
|
-
export { Group } from './entity/Group';
|
|
56
|
-
export { Thing } from './entity/Thing';
|
|
57
|
-
export { DecorateGrid } from './entity/DecorateGrid';
|
|
58
|
-
export { POI } from './entity/POI';
|
|
59
|
-
export { Pipe } from './entity/Pipe';
|
|
60
|
-
export { VideoFusion } from './entity/VideoFusion';
|
|
61
|
-
export { POIPlus } from './entity/poi_plus/POIPlus';
|
|
62
|
-
export { TxtAlign } from './entity/poi_plus/TxtAlign';
|
|
63
|
-
export { Component } from './entity/component/Component';
|
|
64
|
-
export { Style } from './entity/component/Style';
|
|
65
|
-
export { Animator } from './entity/component/Animator';
|
|
66
|
-
export { Heatmap } from './entity/component/heatmap/Heatmap';
|
|
67
|
-
export { HeatmapType } from './entity/component/heatmap/HeatmapType';
|
|
68
|
-
export { PathAnimation } from './entity/component/PathAnimation';
|
|
69
|
-
export { Roaming } from './entity/component/roaming/Roaming';
|
|
70
|
-
export { Cabinet } from './entity/component/cabinet/Cabinet';
|
|
71
|
-
export { RackMounted } from './entity/component/cabinet/RackMounted';
|
|
72
|
-
export { BoardCard } from './entity/component/cabinet/BoardCard';
|
|
73
|
-
export { NetworkPort } from './entity/component/cabinet/NetworkPort';
|
|
74
|
-
export { ResImageSource } from './entity/component/cabinet/ResImageSource';
|
|
75
|
-
export { ArchiveMgr } from './entity/component/archive/ArchiveMgr';
|
|
76
|
-
export { ArchiveCabinetGroup } from './entity/component/archive/ArchiveCabinetGroup';
|
|
77
|
-
export { ArchiveCabinet } from './entity/component/archive/ArchiveCabinet';
|
|
78
|
-
export { ArchiveGrid } from './entity/component/archive/ArchiveGrid';
|
|
79
|
-
export { ArchiveBox } from './entity/component/archive/ArchiveBox';
|
|
80
|
-
export { ArchiveCabinetGroupCount } from './entity/component/archive/ArchiveCabinetGroupCount';
|
|
81
|
-
export { CabinetMgr } from './entity/component/cabinet/CabinetMgr';
|
|
82
|
-
export { CabinetCapacityData } from './entity/component/cabinet/CabinetCapacityData';
|
|
83
|
-
export { AssetData } from './entity/component/cabinet/AssetData';
|
|
84
|
-
export { CabinetTagStyleConfig } from './entity/component/cabinet/CabinetTagStyleConfig';
|
|
85
|
-
export { MaterialMgr } from './material/MaterialMgr';
|
|
86
|
-
export * from './pipeline';
|
|
87
|
-
export { ResPool } from './res/ResPool';
|
|
88
|
-
export { ResOptions } from './res/ResOptions';
|
|
89
|
-
export { ParticleData } from './effect/ParticleData';
|
|
90
|
-
export { DistanceTool } from './tool/DistanceTool';
|
|
91
|
-
export { HeightTool } from './tool/HeightTool';
|
|
92
|
-
export * from './misc';
|
|
93
|
-
export * from './restool';
|
|
1
|
+
export * from './runtime';
|
|
2
|
+
import { version } from './core/version';
|
|
3
|
+
export { version };
|
|
4
|
+
export { Base } from './base/Base';
|
|
5
|
+
export { Entity } from './entity/Entity';
|
|
6
|
+
export { IDisposable } from './base/IDisposable';
|
|
7
|
+
export { ViewInfo } from './entity/ViewInfo';
|
|
8
|
+
export { CameraMgr } from './camera/CameraMgr';
|
|
9
|
+
export { FlyData } from './camera/FlyData';
|
|
10
|
+
export { CameraMode } from './camera/CameraMode';
|
|
11
|
+
export { CameraPerson } from './camera/CameraPerson';
|
|
12
|
+
export { OrthographicView } from './camera/OrthographicView';
|
|
13
|
+
export { EasingFunction } from './camera/EasingFunction';
|
|
14
|
+
export { App } from './core/App';
|
|
15
|
+
export { AppOptions } from './core/AppOptions';
|
|
16
|
+
export { Size } from './core/Size';
|
|
17
|
+
export { ColorCorrection } from './effect/ColorCorrection';
|
|
18
|
+
export { EffectMgr } from './effect/EffectMgr';
|
|
19
|
+
export { EnvironmentTextureSource } from './effect/EnvironmentTextureSource';
|
|
20
|
+
export { SkyBox } from './effect/SkyBox';
|
|
21
|
+
export { Fog } from './effect/Fog';
|
|
22
|
+
export { EffectData } from './effect/EffectData';
|
|
23
|
+
export { defaultEffectValue } from './effect/defaultEffectValue';
|
|
24
|
+
export { EventArg } from './event/EventArg';
|
|
25
|
+
export { EventDispatcher } from './event/EventDispatcher';
|
|
26
|
+
export { EventMgr } from './event/EventMgr';
|
|
27
|
+
export { EventObject } from './event/EventObject';
|
|
28
|
+
export { EventType } from './event/EventType';
|
|
29
|
+
export { PropertyChangedData } from './event/PropertyChangedData';
|
|
30
|
+
export { KeyCode } from './event/KeyCode';
|
|
31
|
+
export { Billboard } from './gui/Billboard';
|
|
32
|
+
export { BillboardOptions } from './gui/BillboardOptions';
|
|
33
|
+
export { FPSBar } from './gui/FPSBar';
|
|
34
|
+
export { GUIMgr } from './gui/GUIMgr';
|
|
35
|
+
export { GradientRectangle } from './gui/GradientRectangle';
|
|
36
|
+
export { RectangleProgress } from './gui/RectangleProgress';
|
|
37
|
+
export { InfoListDataItem } from './gui/InfoListDataItem';
|
|
38
|
+
export { InfoListPanel } from './gui/InfoListPanel';
|
|
39
|
+
export { Building } from './entity/Building';
|
|
40
|
+
export { Campus } from './entity/Campus';
|
|
41
|
+
export { LevelMgr } from './entity/LevelMgr';
|
|
42
|
+
export { Corner } from './entity/Corner';
|
|
43
|
+
export { DoorWindow } from './entity/DoorWindow';
|
|
44
|
+
export { Floor } from './entity/Floor';
|
|
45
|
+
export { ManualWall } from './entity/ManualWall';
|
|
46
|
+
export { PrefabWall } from './entity/PrefabWall';
|
|
47
|
+
export { Room } from './entity/Room';
|
|
48
|
+
export { Wall } from './entity/Wall';
|
|
49
|
+
export { LeakLine } from './entity/LeakLine';
|
|
50
|
+
export { Text3D } from './entity/Text3D';
|
|
51
|
+
export * from './entity/placement';
|
|
52
|
+
export { EntityType } from './entity/EntityType';
|
|
53
|
+
export { DoorWindowDirection } from './entity/DoorWindowDirection';
|
|
54
|
+
export { Path } from './entity/Path';
|
|
55
|
+
export { Group } from './entity/Group';
|
|
56
|
+
export { Thing } from './entity/Thing';
|
|
57
|
+
export { DecorateGrid } from './entity/DecorateGrid';
|
|
58
|
+
export { POI } from './entity/POI';
|
|
59
|
+
export { Pipe } from './entity/Pipe';
|
|
60
|
+
export { VideoFusion } from './entity/VideoFusion';
|
|
61
|
+
export { POIPlus } from './entity/poi_plus/POIPlus';
|
|
62
|
+
export { TxtAlign } from './entity/poi_plus/TxtAlign';
|
|
63
|
+
export { Component } from './entity/component/Component';
|
|
64
|
+
export { Style } from './entity/component/Style';
|
|
65
|
+
export { Animator } from './entity/component/Animator';
|
|
66
|
+
export { Heatmap } from './entity/component/heatmap/Heatmap';
|
|
67
|
+
export { HeatmapType } from './entity/component/heatmap/HeatmapType';
|
|
68
|
+
export { PathAnimation } from './entity/component/PathAnimation';
|
|
69
|
+
export { Roaming } from './entity/component/roaming/Roaming';
|
|
70
|
+
export { Cabinet } from './entity/component/cabinet/Cabinet';
|
|
71
|
+
export { RackMounted } from './entity/component/cabinet/RackMounted';
|
|
72
|
+
export { BoardCard } from './entity/component/cabinet/BoardCard';
|
|
73
|
+
export { NetworkPort } from './entity/component/cabinet/NetworkPort';
|
|
74
|
+
export { ResImageSource } from './entity/component/cabinet/ResImageSource';
|
|
75
|
+
export { ArchiveMgr } from './entity/component/archive/ArchiveMgr';
|
|
76
|
+
export { ArchiveCabinetGroup } from './entity/component/archive/ArchiveCabinetGroup';
|
|
77
|
+
export { ArchiveCabinet } from './entity/component/archive/ArchiveCabinet';
|
|
78
|
+
export { ArchiveGrid } from './entity/component/archive/ArchiveGrid';
|
|
79
|
+
export { ArchiveBox } from './entity/component/archive/ArchiveBox';
|
|
80
|
+
export { ArchiveCabinetGroupCount } from './entity/component/archive/ArchiveCabinetGroupCount';
|
|
81
|
+
export { CabinetMgr } from './entity/component/cabinet/CabinetMgr';
|
|
82
|
+
export { CabinetCapacityData } from './entity/component/cabinet/CabinetCapacityData';
|
|
83
|
+
export { AssetData } from './entity/component/cabinet/AssetData';
|
|
84
|
+
export { CabinetTagStyleConfig } from './entity/component/cabinet/CabinetTagStyleConfig';
|
|
85
|
+
export { MaterialMgr } from './material/MaterialMgr';
|
|
86
|
+
export * from './pipeline';
|
|
87
|
+
export { ResPool } from './res/ResPool';
|
|
88
|
+
export { ResOptions } from './res/ResOptions';
|
|
89
|
+
export { ParticleData } from './effect/ParticleData';
|
|
90
|
+
export { DistanceTool } from './tool/DistanceTool';
|
|
91
|
+
export { HeightTool } from './tool/HeightTool';
|
|
92
|
+
export * from './misc';
|
|
93
|
+
export * from './restool';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { NodeMaterial } from '../runtime';
|
|
2
|
-
import { Base } from '../base/Base';
|
|
3
|
-
import { App } from '../core/App';
|
|
4
|
-
/**
|
|
5
|
-
* 材质管理器
|
|
6
|
-
*/
|
|
7
|
-
export declare class MaterialMgr extends Base {
|
|
8
|
-
/**
|
|
9
|
-
* 实例化一个材质管理器对象
|
|
10
|
-
* @param app 应用对象
|
|
11
|
-
*/
|
|
12
|
-
constructor(app: App);
|
|
13
|
-
/**
|
|
14
|
-
* 创建节点材质
|
|
15
|
-
* @param fileName 文件名称
|
|
16
|
-
*/
|
|
17
|
-
createNodeMaterial(fileName: string): Promise<NodeMaterial>;
|
|
18
|
-
}
|
|
1
|
+
import { NodeMaterial } from '../runtime';
|
|
2
|
+
import { Base } from '../base/Base';
|
|
3
|
+
import { App } from '../core/App';
|
|
4
|
+
/**
|
|
5
|
+
* 材质管理器
|
|
6
|
+
*/
|
|
7
|
+
export declare class MaterialMgr extends Base {
|
|
8
|
+
/**
|
|
9
|
+
* 实例化一个材质管理器对象
|
|
10
|
+
* @param app 应用对象
|
|
11
|
+
*/
|
|
12
|
+
constructor(app: App);
|
|
13
|
+
/**
|
|
14
|
+
* 创建节点材质
|
|
15
|
+
* @param fileName 文件名称
|
|
16
|
+
*/
|
|
17
|
+
createNodeMaterial(fileName: string): Promise<NodeMaterial>;
|
|
18
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 二维点
|
|
3
|
-
*/
|
|
4
|
-
export type Point2D = [number, number];
|
|
1
|
+
/**
|
|
2
|
+
* 二维点
|
|
3
|
+
*/
|
|
4
|
+
export type Point2D = [number, number];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 三维点
|
|
3
|
-
*/
|
|
4
|
-
export type Point3D = [number, number, number];
|
|
1
|
+
/**
|
|
2
|
+
* 三维点
|
|
3
|
+
*/
|
|
4
|
+
export type Point3D = [number, number, number];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 四维点
|
|
3
|
-
*/
|
|
4
|
-
export type Point4D = [number, number, number, number];
|
|
1
|
+
/**
|
|
2
|
+
* 四维点
|
|
3
|
+
*/
|
|
4
|
+
export type Point4D = [number, number, number, number];
|
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 系统内置资源ID枚举
|
|
3
|
-
*/
|
|
4
|
-
export declare enum SystemResId {
|
|
5
|
-
/**
|
|
6
|
-
* 自定义建筑
|
|
7
|
-
*/
|
|
8
|
-
CustomBuilding = "939abce2ec996ceb17190ba2915229d2",
|
|
9
|
-
/**
|
|
10
|
-
* 普通墙
|
|
11
|
-
*/
|
|
12
|
-
ManualWall = "05bb16a31bb5e03d5f8fca9d2c9bfa7c",
|
|
13
|
-
/**
|
|
14
|
-
* 3D文本
|
|
15
|
-
*/
|
|
16
|
-
Text = "b9d2a3e98a044d828241a55674d12fb3",
|
|
17
|
-
/**
|
|
18
|
-
* 圈地(无框)
|
|
19
|
-
*/
|
|
20
|
-
Wall = "a4fd143c58ea17e7aeb20dab344c0231",
|
|
21
|
-
/**
|
|
22
|
-
* 普通墙贴图(科技风)
|
|
23
|
-
*/
|
|
24
|
-
ManualWallTexture = "725c7996b1978d0bd1484d551d777e58",
|
|
25
|
-
/**
|
|
26
|
-
* 默认楼顶贴图
|
|
27
|
-
*/
|
|
28
|
-
DefaultRoofTexture = "430eab360b8a4e371d1fb62ba2dfae9b",
|
|
29
|
-
/**
|
|
30
|
-
* 默认天花板贴图
|
|
31
|
-
*/
|
|
32
|
-
DefaultCeilingTexture = "bd68f59792c7af353b47b68eeb43b36c",
|
|
33
|
-
/**
|
|
34
|
-
* 默认地板贴图(科技风)
|
|
35
|
-
*/
|
|
36
|
-
DefaultFloorTexture = "3743334a2ed2df2ad6e2a2f221f87e58",
|
|
37
|
-
/**
|
|
38
|
-
* 漏水线贴图
|
|
39
|
-
*/
|
|
40
|
-
LeakLineTexture = "bc17b3c748934e2e3a4a71095a2164bd",
|
|
41
|
-
/**
|
|
42
|
-
* 漏水线
|
|
43
|
-
*/
|
|
44
|
-
LeakLine = "23bbbdc49de5e85d7db29b7e78097557",
|
|
45
|
-
/**
|
|
46
|
-
* 热力图材质
|
|
47
|
-
*/
|
|
48
|
-
HeatmapMaterial = "8b103036eb2573bcd08348a58adc5ded",
|
|
49
|
-
/**
|
|
50
|
-
* 热力图烟雾贴图
|
|
51
|
-
*/
|
|
52
|
-
HeatmapSmokeTexture = "42656a9c6ff1fb39bc10c4395c94b01c",
|
|
53
|
-
/**
|
|
54
|
-
* 场景漫游人物
|
|
55
|
-
*/
|
|
56
|
-
SceneRoamingMan = "fa9c8432405a757bf3dcdd13d93976a3",
|
|
57
|
-
/**
|
|
58
|
-
* 路径
|
|
59
|
-
*/
|
|
60
|
-
Path = "fb5819545e6e92a24c417eb95e0f6a3a",
|
|
61
|
-
/**
|
|
62
|
-
* 数据点位
|
|
63
|
-
*/
|
|
64
|
-
DataPoint = "7cb64f7ab6119aba1233605791776c78",
|
|
65
|
-
/**
|
|
66
|
-
* 链接
|
|
67
|
-
*/
|
|
68
|
-
Link = "36ada31beac6807eef7bcddc12ddb5f3",
|
|
69
|
-
/**
|
|
70
|
-
* 网口
|
|
71
|
-
*/
|
|
72
|
-
NetworkPort = "cf1a7ec6257196ca660298ec798ebba5",
|
|
73
|
-
/**
|
|
74
|
-
* 跟踪器
|
|
75
|
-
*/
|
|
76
|
-
Tracker = "772ffd17c14eca5c7734eb1d831e2749",
|
|
77
|
-
/**
|
|
78
|
-
* 玻璃墙
|
|
79
|
-
*/
|
|
80
|
-
GlassWall = "8ed99c9d8cf0eb081e863a201cce3d1f",
|
|
81
|
-
/**
|
|
82
|
-
* 装饰线框
|
|
83
|
-
*/
|
|
84
|
-
DecorateGrid = "aeb46e27018fa8aef1ab9809c442167f",
|
|
85
|
-
/**
|
|
86
|
-
* 默认管道贴图
|
|
87
|
-
*/
|
|
88
|
-
DefaultPipeTexture = "bd276fe64d6f7270f246195792285af0",
|
|
89
|
-
/**
|
|
90
|
-
* 管道
|
|
91
|
-
*/
|
|
92
|
-
Pipe = "79caea2506eb4a8ee18c22cb140858d4",
|
|
93
|
-
/**
|
|
94
|
-
* 视频融合
|
|
95
|
-
*/
|
|
96
|
-
VideoFusion = "92a4a0a402d75faff81be6fd1a38123c",
|
|
97
|
-
/**
|
|
98
|
-
* 视频融合默认贴图
|
|
99
|
-
*/
|
|
100
|
-
VideoFusionDefaultTexture = "8ef7bae1bf1a63a1bb902e8a9bd21549",
|
|
101
|
-
/**
|
|
102
|
-
* 视频融合透明度贴图
|
|
103
|
-
*/
|
|
104
|
-
VideoFusionOpacityTexture = "f29a93b7c7a413ddbd8e5afe18c5afcf"
|
|
105
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* 系统内置资源ID枚举
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SystemResId {
|
|
5
|
+
/**
|
|
6
|
+
* 自定义建筑
|
|
7
|
+
*/
|
|
8
|
+
CustomBuilding = "939abce2ec996ceb17190ba2915229d2",
|
|
9
|
+
/**
|
|
10
|
+
* 普通墙
|
|
11
|
+
*/
|
|
12
|
+
ManualWall = "05bb16a31bb5e03d5f8fca9d2c9bfa7c",
|
|
13
|
+
/**
|
|
14
|
+
* 3D文本
|
|
15
|
+
*/
|
|
16
|
+
Text = "b9d2a3e98a044d828241a55674d12fb3",
|
|
17
|
+
/**
|
|
18
|
+
* 圈地(无框)
|
|
19
|
+
*/
|
|
20
|
+
Wall = "a4fd143c58ea17e7aeb20dab344c0231",
|
|
21
|
+
/**
|
|
22
|
+
* 普通墙贴图(科技风)
|
|
23
|
+
*/
|
|
24
|
+
ManualWallTexture = "725c7996b1978d0bd1484d551d777e58",
|
|
25
|
+
/**
|
|
26
|
+
* 默认楼顶贴图
|
|
27
|
+
*/
|
|
28
|
+
DefaultRoofTexture = "430eab360b8a4e371d1fb62ba2dfae9b",
|
|
29
|
+
/**
|
|
30
|
+
* 默认天花板贴图
|
|
31
|
+
*/
|
|
32
|
+
DefaultCeilingTexture = "bd68f59792c7af353b47b68eeb43b36c",
|
|
33
|
+
/**
|
|
34
|
+
* 默认地板贴图(科技风)
|
|
35
|
+
*/
|
|
36
|
+
DefaultFloorTexture = "3743334a2ed2df2ad6e2a2f221f87e58",
|
|
37
|
+
/**
|
|
38
|
+
* 漏水线贴图
|
|
39
|
+
*/
|
|
40
|
+
LeakLineTexture = "bc17b3c748934e2e3a4a71095a2164bd",
|
|
41
|
+
/**
|
|
42
|
+
* 漏水线
|
|
43
|
+
*/
|
|
44
|
+
LeakLine = "23bbbdc49de5e85d7db29b7e78097557",
|
|
45
|
+
/**
|
|
46
|
+
* 热力图材质
|
|
47
|
+
*/
|
|
48
|
+
HeatmapMaterial = "8b103036eb2573bcd08348a58adc5ded",
|
|
49
|
+
/**
|
|
50
|
+
* 热力图烟雾贴图
|
|
51
|
+
*/
|
|
52
|
+
HeatmapSmokeTexture = "42656a9c6ff1fb39bc10c4395c94b01c",
|
|
53
|
+
/**
|
|
54
|
+
* 场景漫游人物
|
|
55
|
+
*/
|
|
56
|
+
SceneRoamingMan = "fa9c8432405a757bf3dcdd13d93976a3",
|
|
57
|
+
/**
|
|
58
|
+
* 路径
|
|
59
|
+
*/
|
|
60
|
+
Path = "fb5819545e6e92a24c417eb95e0f6a3a",
|
|
61
|
+
/**
|
|
62
|
+
* 数据点位
|
|
63
|
+
*/
|
|
64
|
+
DataPoint = "7cb64f7ab6119aba1233605791776c78",
|
|
65
|
+
/**
|
|
66
|
+
* 链接
|
|
67
|
+
*/
|
|
68
|
+
Link = "36ada31beac6807eef7bcddc12ddb5f3",
|
|
69
|
+
/**
|
|
70
|
+
* 网口
|
|
71
|
+
*/
|
|
72
|
+
NetworkPort = "cf1a7ec6257196ca660298ec798ebba5",
|
|
73
|
+
/**
|
|
74
|
+
* 跟踪器
|
|
75
|
+
*/
|
|
76
|
+
Tracker = "772ffd17c14eca5c7734eb1d831e2749",
|
|
77
|
+
/**
|
|
78
|
+
* 玻璃墙
|
|
79
|
+
*/
|
|
80
|
+
GlassWall = "8ed99c9d8cf0eb081e863a201cce3d1f",
|
|
81
|
+
/**
|
|
82
|
+
* 装饰线框
|
|
83
|
+
*/
|
|
84
|
+
DecorateGrid = "aeb46e27018fa8aef1ab9809c442167f",
|
|
85
|
+
/**
|
|
86
|
+
* 默认管道贴图
|
|
87
|
+
*/
|
|
88
|
+
DefaultPipeTexture = "bd276fe64d6f7270f246195792285af0",
|
|
89
|
+
/**
|
|
90
|
+
* 管道
|
|
91
|
+
*/
|
|
92
|
+
Pipe = "79caea2506eb4a8ee18c22cb140858d4",
|
|
93
|
+
/**
|
|
94
|
+
* 视频融合
|
|
95
|
+
*/
|
|
96
|
+
VideoFusion = "92a4a0a402d75faff81be6fd1a38123c",
|
|
97
|
+
/**
|
|
98
|
+
* 视频融合默认贴图
|
|
99
|
+
*/
|
|
100
|
+
VideoFusionDefaultTexture = "8ef7bae1bf1a63a1bb902e8a9bd21549",
|
|
101
|
+
/**
|
|
102
|
+
* 视频融合透明度贴图
|
|
103
|
+
*/
|
|
104
|
+
VideoFusionOpacityTexture = "f29a93b7c7a413ddbd8e5afe18c5afcf"
|
|
105
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Blob转BASE64
|
|
3
|
-
* @param blob Blob
|
|
4
|
-
*/
|
|
5
|
-
export declare function blobToDataURL(blob: Blob): Promise<string>;
|
|
1
|
+
/**
|
|
2
|
+
* Blob转BASE64
|
|
3
|
+
* @param blob Blob
|
|
4
|
+
*/
|
|
5
|
+
export declare function blobToDataURL(blob: Blob): Promise<string>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 设置Cookie
|
|
3
|
-
* @param {string} key 键
|
|
4
|
-
* @param {string} value 值
|
|
5
|
-
* @param {number} minutes 过期时间(分钟)
|
|
6
|
-
*/
|
|
7
|
-
export declare function setCookie(key: string, value: string, minutes: number): void;
|
|
8
|
-
/**
|
|
9
|
-
* 获取指定键的Cookie
|
|
10
|
-
* @param {string} key 键
|
|
11
|
-
*/
|
|
12
|
-
export declare function getCookie(key: string): string;
|
|
13
|
-
/**
|
|
14
|
-
* 删除指定的键
|
|
15
|
-
* @param {string} key 键
|
|
16
|
-
*/
|
|
17
|
-
export declare function delCookie(key: string): void;
|
|
1
|
+
/**
|
|
2
|
+
* 设置Cookie
|
|
3
|
+
* @param {string} key 键
|
|
4
|
+
* @param {string} value 值
|
|
5
|
+
* @param {number} minutes 过期时间(分钟)
|
|
6
|
+
*/
|
|
7
|
+
export declare function setCookie(key: string, value: string, minutes: number): void;
|
|
8
|
+
/**
|
|
9
|
+
* 获取指定键的Cookie
|
|
10
|
+
* @param {string} key 键
|
|
11
|
+
*/
|
|
12
|
+
export declare function getCookie(key: string): string;
|
|
13
|
+
/**
|
|
14
|
+
* 删除指定的键
|
|
15
|
+
* @param {string} key 键
|
|
16
|
+
*/
|
|
17
|
+
export declare function delCookie(key: string): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* BASE64转Blob
|
|
3
|
-
* @param dataURL BASE64字符串
|
|
4
|
-
*/
|
|
5
|
-
export declare function dataURLtoBlob(dataURL: string): Blob;
|
|
1
|
+
/**
|
|
2
|
+
* BASE64转Blob
|
|
3
|
+
* @param dataURL BASE64字符串
|
|
4
|
+
*/
|
|
5
|
+
export declare function dataURLtoBlob(dataURL: string): Blob;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 获取URL指定名称的参数值
|
|
3
|
-
* @param name 参数名称
|
|
4
|
-
*/
|
|
5
|
-
export declare function getQueryString(name: string): string;
|
|
1
|
+
/**
|
|
2
|
+
* 获取URL指定名称的参数值
|
|
3
|
+
* @param name 参数名称
|
|
4
|
+
*/
|
|
5
|
+
export declare function getQueryString(name: string): string;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 生成一个指定长度的GUID字符串
|
|
3
|
-
* @param length 长度
|
|
4
|
-
* @returns GUID字符串
|
|
5
|
-
*/
|
|
6
|
-
export declare function newGuid(length: number): string;
|
|
7
|
-
/**
|
|
8
|
-
* 生成一个8位长度的GUID字符串
|
|
9
|
-
* @returns GUID字符串
|
|
10
|
-
*/
|
|
11
|
-
export declare function newGuid8(): string;
|
|
12
|
-
/**
|
|
13
|
-
* 生成一个16位长度的GUID字符串
|
|
14
|
-
* @returns GUID字符串
|
|
15
|
-
*/
|
|
16
|
-
export declare function newGuid16(): string;
|
|
17
|
-
/**
|
|
18
|
-
* 生成一个32位长度的GUID字符串
|
|
19
|
-
* @returns GUID字符串
|
|
20
|
-
*/
|
|
21
|
-
export declare function newGuid32(): string;
|
|
1
|
+
/**
|
|
2
|
+
* 生成一个指定长度的GUID字符串
|
|
3
|
+
* @param length 长度
|
|
4
|
+
* @returns GUID字符串
|
|
5
|
+
*/
|
|
6
|
+
export declare function newGuid(length: number): string;
|
|
7
|
+
/**
|
|
8
|
+
* 生成一个8位长度的GUID字符串
|
|
9
|
+
* @returns GUID字符串
|
|
10
|
+
*/
|
|
11
|
+
export declare function newGuid8(): string;
|
|
12
|
+
/**
|
|
13
|
+
* 生成一个16位长度的GUID字符串
|
|
14
|
+
* @returns GUID字符串
|
|
15
|
+
*/
|
|
16
|
+
export declare function newGuid16(): string;
|
|
17
|
+
/**
|
|
18
|
+
* 生成一个32位长度的GUID字符串
|
|
19
|
+
* @returns GUID字符串
|
|
20
|
+
*/
|
|
21
|
+
export declare function newGuid32(): string;
|