@cloud-app-dev/vidc 1.0.34 → 1.0.38
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/.umirc.ts +2 -2
- package/es/{WorkerFlow/api.d.ts → Api/index.d.ts} +4 -1
- package/es/{WorkerFlow/api.js → Api/index.js} +90 -0
- package/es/AppLayout/index.d.ts +2 -2
- package/es/DeviceList/index.d.ts +2 -2
- package/es/DeviceList/index.js +6 -4
- package/es/DeviceSelect/demo.d.ts +2 -0
- package/es/DeviceSelect/demo.js +22 -0
- package/es/DeviceSelect/index.css +6 -0
- package/es/DeviceSelect/index.d.ts +7 -0
- package/es/DeviceSelect/index.js +222 -0
- package/es/DynamicDeviceList/CheckExt.d.ts +8 -0
- package/es/DynamicDeviceList/CheckExt.js +36 -0
- package/es/DynamicDeviceList/Demo.js +1 -5
- package/es/DynamicDeviceList/index.css +20 -0
- package/es/DynamicDeviceList/index.d.ts +7 -4
- package/es/DynamicDeviceList/index.js +100 -49
- package/es/DynamicDeviceList/utils.d.ts +1 -2
- package/es/OrgTree/index.js +5 -5
- package/es/OrgUserTree/demo.d.ts +2 -0
- package/es/OrgUserTree/demo.js +20 -0
- package/es/OrgUserTree/index.css +31 -0
- package/es/OrgUserTree/index.d.ts +22 -0
- package/es/OrgUserTree/index.js +128 -0
- package/es/PlaceTree/demo.d.ts +2 -0
- package/es/PlaceTree/demo.js +20 -0
- package/es/PlaceTree/index.css +1 -0
- package/es/PlaceTree/index.d.ts +2 -2
- package/es/PlaceTree/index.js +27 -22
- package/es/{WorkerFlow/RefDrawer → RefDrawer}/index.d.ts +5 -1
- package/es/{WorkerFlow/RefDrawer → RefDrawer}/index.js +6 -17
- package/es/{WorkerFlow/RefModal → RefModal}/index.d.ts +5 -1
- package/es/{WorkerFlow/RefModal → RefModal}/index.js +6 -17
- package/es/TreeMode/demo.d.ts +2 -0
- package/es/TreeMode/demo.js +30 -0
- package/es/TreeMode/index.css +36 -0
- package/es/TreeMode/index.d.ts +21 -0
- package/es/TreeMode/index.js +190 -0
- package/es/TreeTitle/index.d.ts +3 -2
- package/es/TreeTitle/index.js +4 -2
- package/es/UserSelect/index.css +16 -0
- package/es/UserSelect/index.d.ts +10 -0
- package/es/UserSelect/index.js +168 -0
- package/es/WorkerFlow/Form/Condition.js +1 -1
- package/es/WorkerFlow/Form/EmptyUserSet.js +1 -1
- package/es/WorkerFlow/Form/GroupList.d.ts +1 -1
- package/es/WorkerFlow/Form/GroupList.js +3 -1
- package/es/WorkerFlow/Form/GroupSelect.js +1 -1
- package/es/WorkerFlow/Form/GroupSelectModalContent.js +12 -11
- package/es/WorkerFlow/Form/LevelGroupSelect.js +1 -1
- package/es/WorkerFlow/Form/Notifier.js +2 -1
- package/es/WorkerFlow/Form/UserAndGroupSelect.js +1 -1
- package/es/WorkerFlow/Form/UserSelect.js +1 -1
- package/es/WorkerFlow/Form/UserSelectModalContent.js +26 -25
- package/es/WorkerFlow/Form/UserSet.js +5 -2
- package/es/WorkerFlow/index.css +1 -1
- package/es/WorkerFlow/index.js +14 -7
- package/es/WorkerFlow/utils.js +10 -6
- package/es/core.d.ts +91 -0
- package/es/index.d.ts +7 -0
- package/es/index.js +7 -0
- package/es/utils.d.ts +10 -0
- package/es/utils.js +54 -1
- package/package.json +5 -5
- package/tsconfig.json +0 -1
- package/es/DynamicDeviceList/interface.d.ts +0 -75
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
export interface DeviceItemType {
|
|
2
|
-
ability: any;
|
|
3
|
-
accessType: null;
|
|
4
|
-
aliasBrand: null;
|
|
5
|
-
appSystemId: string;
|
|
6
|
-
areaLevel: number;
|
|
7
|
-
bindUserid: string;
|
|
8
|
-
boxNum: string;
|
|
9
|
-
buzGroupId: string;
|
|
10
|
-
buzGroupIds: string[];
|
|
11
|
-
buzGroupName: string;
|
|
12
|
-
cameraType: string;
|
|
13
|
-
capDirection: string;
|
|
14
|
-
cid: string;
|
|
15
|
-
createTime: string;
|
|
16
|
-
deleteFlag: number;
|
|
17
|
-
detailLiftBuild: number;
|
|
18
|
-
detailLiftUnit: number;
|
|
19
|
-
deviceBrand: number;
|
|
20
|
-
deviceIp: string;
|
|
21
|
-
deviceModel: string;
|
|
22
|
-
deviceName: string;
|
|
23
|
-
devicePlace: string;
|
|
24
|
-
deviceStatus: 0 | 1;
|
|
25
|
-
deviceType: string;
|
|
26
|
-
extJson: any;
|
|
27
|
-
fullPy: string;
|
|
28
|
-
gbId: string;
|
|
29
|
-
geoCoordinateSystem: string;
|
|
30
|
-
groupId: string;
|
|
31
|
-
groupIds: string[];
|
|
32
|
-
groupName: string;
|
|
33
|
-
hadLocaltion: boolean;
|
|
34
|
-
hasFrontEnd: boolean;
|
|
35
|
-
hasStorage: boolean;
|
|
36
|
-
id: string;
|
|
37
|
-
inOutDirection: any;
|
|
38
|
-
industry: any;
|
|
39
|
-
industry1: string;
|
|
40
|
-
industry2: string;
|
|
41
|
-
installationLocationDetail: any;
|
|
42
|
-
installationMethod: any;
|
|
43
|
-
installationSite: any;
|
|
44
|
-
ipAddr: any;
|
|
45
|
-
ipV6Addr: any;
|
|
46
|
-
isBind: any;
|
|
47
|
-
isIdleDeal: any;
|
|
48
|
-
latitude: number;
|
|
49
|
-
longitude: number;
|
|
50
|
-
maintenancePerson: any;
|
|
51
|
-
maintenancePhone: any;
|
|
52
|
-
maintenanceUnit: any;
|
|
53
|
-
manufacturerDeviceType: string;
|
|
54
|
-
monitorAreaDesc: any;
|
|
55
|
-
monitorDirection: any;
|
|
56
|
-
operationCenterIds: any;
|
|
57
|
-
orgCode: any;
|
|
58
|
-
parentId: any;
|
|
59
|
-
pathId: string[];
|
|
60
|
-
place: string;
|
|
61
|
-
placeCode: string;
|
|
62
|
-
placeId: string;
|
|
63
|
-
placeIds: string[];
|
|
64
|
-
placeName: null;
|
|
65
|
-
placeTags: string[];
|
|
66
|
-
port: string;
|
|
67
|
-
ptzControl: string;
|
|
68
|
-
simpPy: string;
|
|
69
|
-
sn: string;
|
|
70
|
-
snapshotMode: string;
|
|
71
|
-
sourceFrom: string;
|
|
72
|
-
superiorGbcode: string;
|
|
73
|
-
tags: string;
|
|
74
|
-
villageLocationType: string;
|
|
75
|
-
}
|