@zgfe/business-lib 1.0.0-beta.6 → 1.0.3
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/es/analysisLayout/demo/index.js +4 -1
- package/es/analysisLayout/index.d.ts +1 -28
- package/es/analysisLayout/index.js +38 -48
- package/es/analysisLayout/index.less +1 -1
- package/es/assets/styles/chunks.less +143 -0
- package/es/assets/styles/inner.less +3 -0
- package/es/assets/styles/resetAntd.less +398 -0
- package/es/assets/styles/variable.less +21 -0
- package/es/assets/theme.d.ts +5 -0
- package/es/assets/theme.js +4 -0
- package/es/attrConditions/components/operateList.d.ts +8 -0
- package/es/attrConditions/components/operateList.js +83 -0
- package/es/attrConditions/components/stringList.d.ts +9 -0
- package/es/attrConditions/components/stringList.js +168 -0
- package/es/attrConditions/components/valuesList.d.ts +10 -0
- package/es/attrConditions/components/valuesList.js +188 -0
- package/es/{attributeSelector/demo/multi.d.ts → attrConditions/demo/group.d.ts} +0 -0
- package/es/attrConditions/demo/group.js +82 -0
- package/es/{globalAttributes → attrConditions}/demo/index.d.ts +0 -0
- package/es/{datePicker/demo/form.js → attrConditions/demo/index.js} +43 -23
- package/es/attrConditions/group.d.ts +5 -0
- package/es/attrConditions/group.js +183 -0
- package/es/attrConditions/index.d.ts +6 -0
- package/es/attrConditions/index.js +160 -0
- package/es/attrConditions/styles/group.less +49 -0
- package/es/attrConditions/styles/index.less +94 -0
- package/es/attrConditions/types.d.ts +63 -0
- package/es/attrConditions/types.js +19 -0
- package/es/attrConditions/utils/operates.d.ts +16 -0
- package/es/attrConditions/utils/operates.js +67 -0
- package/es/attributeSelector/demo/index.d.ts +3 -0
- package/es/attributeSelector/demo/{singleForm.js → index.js} +42 -44
- package/es/attributeSelector/index.d.ts +4 -111
- package/es/attributeSelector/index.js +88 -543
- package/es/attributeSelector/listPanel.d.ts +4 -0
- package/es/attributeSelector/listPanel.js +208 -0
- package/es/attributeSelector/option.d.ts +15 -0
- package/es/attributeSelector/option.js +53 -0
- package/es/attributeSelector/styles/index.less +100 -0
- package/es/attributeSelector/types.d.ts +79 -0
- package/es/attributeSelector/types.js +15 -0
- package/es/attributeSelector/util.d.ts +7 -0
- package/es/attributeSelector/util.js +69 -0
- package/es/chart/demo/pie.js +1 -0
- package/es/chart/index.d.ts +2 -96
- package/es/chart/index.js +28 -35
- package/es/chart/styles/index.less +50 -0
- package/es/chart/types.d.ts +46 -0
- package/es/chart/{type.js → types.js} +0 -0
- package/es/chart/util/{chartConfig.d.ts → chartOptionConfig.d.ts} +4 -35
- package/es/chart/util/{chartConfig.js → chartOptionConfig.js} +45 -111
- package/es/chart/util/formatData.d.ts +3 -7
- package/es/chart/util/formatData.js +47 -26
- package/es/chart/util/formatOption.d.ts +2 -1
- package/es/chart/util/formatOption.js +22 -9
- package/es/chart/util/mapUtil.d.ts +3 -3
- package/es/chart/util/mapUtil.js +9 -19
- package/es/commonStyle/icon.less +116 -112
- package/es/commonStyle/select.less +1 -1
- package/es/commonStyle/theme.less +520 -473
- package/es/components/iconFont.js +4 -2
- package/es/context/index.d.ts +16 -0
- package/es/context/index.js +3 -0
- package/es/datePicker/datePicker.d.ts +10 -0
- package/es/datePicker/datePicker.js +115 -0
- package/es/datePicker/demo/index.d.ts +1 -0
- package/es/datePicker/demo/index.js +9 -2
- package/es/datePicker/index.d.ts +4 -27
- package/es/datePicker/index.js +72 -148
- package/es/datePicker/styles/index.less +48 -0
- package/es/datePicker/types.d.ts +24 -0
- package/es/{eventSelector/type.js → datePicker/types.js} +0 -0
- package/es/datePicker/utils.d.ts +6 -0
- package/es/datePicker/utils.js +70 -0
- package/es/dialog/components/itemNode.d.ts +10 -0
- package/es/dialog/components/itemNode.js +109 -0
- package/es/dialog/components/list.d.ts +3 -13
- package/es/dialog/components/list.js +15 -12
- package/es/dialog/components/selectToInput.d.ts +4 -48
- package/es/dialog/components/selectToInput.js +74 -80
- package/es/dialog/components/styles/handle.less +39 -0
- package/es/dialog/components/styles/list.less +60 -0
- package/es/dialog/components/styles/tab.less +55 -0
- package/es/dialog/components/tab.d.ts +3 -7
- package/es/dialog/components/tab.js +57 -19
- package/es/dialog/data/{chart.d.ts → data.d.ts} +9 -0
- package/es/dialog/data/{chart.js → data.js} +11 -0
- package/es/dialog/demo/index.d.ts +23 -0
- package/es/dialog/demo/index.js +34 -3
- package/es/dialog/demo/index2.js +14 -2
- package/es/dialog/index.d.ts +4 -97
- package/es/dialog/index.js +54 -109
- package/es/dialog/styles/index.less +11 -0
- package/es/dialog/types.d.ts +77 -0
- package/es/{targetConditionGroup/type.js → dialog/types.js} +0 -0
- package/es/eventSelector/demo/index.js +26 -44
- package/es/eventSelector/index.d.ts +4 -30
- package/es/eventSelector/index.js +90 -416
- package/es/eventSelector/listPanel.d.ts +4 -0
- package/es/eventSelector/listPanel.js +197 -0
- package/es/eventSelector/option.d.ts +17 -0
- package/es/eventSelector/option.js +54 -0
- package/es/eventSelector/styles/index.less +77 -0
- package/es/eventSelector/types.d.ts +31 -0
- package/es/eventSelector/types.js +1 -0
- package/es/index.d.ts +14 -11
- package/es/index.js +9 -11
- package/es/{attributeSelector/data → mock}/env.d.ts +0 -0
- package/es/{attributeSelector/data → mock}/env.js +0 -0
- package/es/{attributeSelector/data → mock}/event.d.ts +0 -0
- package/es/{attributeSelector/data → mock}/event.js +0 -0
- package/es/{attributeSelector/data → mock}/user.d.ts +0 -0
- package/es/{attributeSelector/data → mock}/user.js +0 -0
- package/es/{multipleSelector → searchInput}/demo/index.d.ts +0 -0
- package/es/searchInput/demo/index.js +5 -0
- package/es/searchInput/index.d.ts +8 -0
- package/es/searchInput/index.js +31 -0
- package/es/{attributeSelector/demo/multiForm.d.ts → select/demo/group.d.ts} +0 -0
- package/es/{globalAttributes/demo/index.js → select/demo/group.js} +49 -31
- package/es/select/demo/index.js +49 -21
- package/es/{attributeSelector/demo/single.d.ts → select/demo/multiple.d.ts} +0 -0
- package/es/{multipleSelector/demo/index.js → select/demo/multiple.js} +55 -12
- package/es/select/handle.d.ts +5 -0
- package/es/select/handle.js +119 -0
- package/es/select/index.d.ts +4 -49
- package/es/select/index.js +168 -122
- package/es/select/option.d.ts +4 -0
- package/es/select/option.js +59 -0
- package/es/select/overlay.d.ts +4 -0
- package/es/select/overlay.js +154 -0
- package/es/select/styles/handle.less +111 -0
- package/es/select/styles/index.less +99 -0
- package/es/select/types.d.ts +65 -0
- package/es/select/types.js +1 -0
- package/es/table/demo/data/table.js +1 -1
- package/es/table/demo/index.d.ts +1 -1
- package/es/table/demo/index.js +9 -8
- package/es/table/demo/index3.js +9 -18
- package/es/table/index.d.ts +4 -30
- package/es/table/index.js +30 -26
- package/es/table/styles/index.less +5 -0
- package/es/table/type.d.ts +10 -0
- package/es/table/type.js +1 -0
- package/es/targetConditionGroup/components/targetDimension.d.ts +8 -0
- package/es/targetConditionGroup/components/targetDimension.js +153 -0
- package/es/targetConditionGroup/data/operates.d.ts +8 -24
- package/es/targetConditionGroup/data/operates.js +26 -69
- package/es/targetConditionGroup/demo/group.d.ts +1 -0
- package/es/targetConditionGroup/demo/group.js +108 -23
- package/es/targetConditionGroup/demo/index.js +34 -34
- package/es/targetConditionGroup/demo/styles/index.less +29 -0
- package/es/targetConditionGroup/index.d.ts +4 -57
- package/es/targetConditionGroup/index.js +177 -274
- package/es/targetConditionGroup/styles/index.less +25 -0
- package/es/targetConditionGroup/types.d.ts +32 -0
- package/es/targetConditionGroup/types.js +1 -0
- package/es/targetSelector/demo/index.d.ts +1 -0
- package/es/targetSelector/demo/index.js +29 -71
- package/es/targetSelector/editBox.d.ts +8 -0
- package/es/targetSelector/{components/BizEventNameEditBox.js → editBox.js} +49 -24
- package/es/targetSelector/index.d.ts +5 -55
- package/es/targetSelector/index.js +103 -214
- package/es/targetSelector/optionIcon.d.ts +9 -0
- package/es/targetSelector/optionIcon.js +24 -0
- package/es/targetSelector/optionMenu.d.ts +7 -0
- package/es/targetSelector/optionMenu.js +38 -0
- package/es/targetSelector/styles/index.less +88 -0
- package/es/targetSelector/types.d.ts +18 -0
- package/es/targetSelector/types.js +1 -0
- package/es/userCondition/conditionTypeList.d.ts +10 -0
- package/es/userCondition/conditionTypeList.js +43 -0
- package/es/userCondition/conditionWrap.d.ts +7 -0
- package/es/userCondition/conditionWrap.js +18 -0
- package/es/userCondition/conditions/eventCondition.d.ts +8 -0
- package/es/userCondition/conditions/eventCondition.js +104 -0
- package/es/userCondition/conditions/periodCondition.d.ts +11 -0
- package/es/userCondition/conditions/periodCondition.js +156 -0
- package/es/userCondition/conditions/propCondition.d.ts +11 -0
- package/es/userCondition/conditions/propCondition.js +147 -0
- package/es/userCondition/conditions/runTimesCondition.d.ts +9 -0
- package/es/userCondition/conditions/runTimesCondition.js +78 -0
- package/es/userCondition/conditions/styles/eventCondition.less +49 -0
- package/es/userCondition/conditions/styles/periodCondition.less +14 -0
- package/es/userCondition/conditions/styles/propCondition.less +36 -0
- package/es/userCondition/conditions/styles/runTimesCondition.less +16 -0
- package/es/{attributeSelector/demo/singleForm.d.ts → userCondition/demo/index.d.ts} +0 -0
- package/es/userCondition/demo/index.js +97 -0
- package/es/userCondition/index.d.ts +7 -0
- package/es/userCondition/index.js +146 -0
- package/es/userCondition/orConditions.d.ts +5 -0
- package/es/userCondition/orConditions.js +202 -0
- package/es/userCondition/relationLabel.d.ts +6 -0
- package/es/userCondition/relationLabel.js +12 -0
- package/es/userCondition/styles/conditionTypeList.less +31 -0
- package/es/userCondition/styles/conditionWrap.less +14 -0
- package/es/userCondition/styles/index.less +13 -0
- package/es/userCondition/styles/orConditions.less +16 -0
- package/es/userCondition/styles/relationLabel.less +18 -0
- package/es/userCondition/types.d.ts +79 -0
- package/es/userCondition/types.js +1 -0
- package/es/userCondition/util.d.ts +2 -0
- package/es/userCondition/util.js +54 -0
- package/es/{datePicker/demo/form.d.ts → userGroup/demo/group.d.ts} +0 -0
- package/es/{targetConditionGroup/demo/form.js → userGroup/demo/group.js} +68 -72
- package/es/userGroup/demo/index.d.ts +0 -1
- package/es/userGroup/demo/index.js +5 -62
- package/es/userGroup/index.d.ts +3 -77
- package/es/userGroup/index.js +60 -108
- package/es/userGroup/styles/index.less +20 -0
- package/es/userGroup/types.d.ts +15 -0
- package/es/userGroup/types.js +1 -0
- package/es/utils/ajax.js +5 -20
- package/es/utils/type.d.ts +42 -44
- package/es/utils/util.d.ts +1 -35
- package/es/utils/util.js +27 -57
- package/package.json +11 -4
- package/es/attributeSelector/demo/multi.js +0 -39
- package/es/attributeSelector/demo/multiForm.js +0 -64
- package/es/attributeSelector/demo/single.js +0 -43
- package/es/attributeSelector/group.d.ts +0 -31
- package/es/attributeSelector/group.js +0 -225
- package/es/attributeSelector/index.less +0 -172
- package/es/chart/index.less +0 -38
- package/es/chart/style/circle.svg +0 -4
- package/es/chart/type.d.ts +0 -22
- package/es/datePicker/data.d.ts +0 -9
- package/es/datePicker/data.js +0 -65
- package/es/datePicker/index.less +0 -364
- package/es/dialog/components/style/list.less +0 -59
- package/es/dialog/components/style/tab.less +0 -61
- package/es/dialog/style/index.less +0 -86
- package/es/eventSelector/demo/form.d.ts +0 -2
- package/es/eventSelector/demo/form.js +0 -89
- package/es/eventSelector/demo/nodata.d.ts +0 -2
- package/es/eventSelector/demo/nodata.js +0 -13
- package/es/eventSelector/index.less +0 -121
- package/es/eventSelector/type.d.ts +0 -41
- package/es/globalAttributes/demo/data/env.d.ts +0 -11
- package/es/globalAttributes/demo/data/env.js +0 -181
- package/es/globalAttributes/demo/data/event.d.ts +0 -237
- package/es/globalAttributes/demo/data/event.js +0 -3483
- package/es/globalAttributes/demo/data/user.d.ts +0 -22
- package/es/globalAttributes/demo/data/user.js +0 -218
- package/es/globalAttributes/index.d.ts +0 -47
- package/es/globalAttributes/index.js +0 -112
- package/es/multipleSelector/index.d.ts +0 -36
- package/es/multipleSelector/index.js +0 -131
- package/es/multipleSelector/index.less +0 -136
- package/es/table/demo/index.less +0 -8
- package/es/table/index.less +0 -139
- package/es/targetConditionGroup/components/conditionGroup.d.ts +0 -30
- package/es/targetConditionGroup/components/conditionGroup.js +0 -112
- package/es/targetConditionGroup/components/conditionItem.d.ts +0 -47
- package/es/targetConditionGroup/components/conditionItem.js +0 -232
- package/es/targetConditionGroup/components/style/group.less +0 -47
- package/es/targetConditionGroup/components/style/index.less +0 -16
- package/es/targetConditionGroup/demo/data/env.d.ts +0 -11
- package/es/targetConditionGroup/demo/data/env.js +0 -181
- package/es/targetConditionGroup/demo/data/event.d.ts +0 -237
- package/es/targetConditionGroup/demo/data/event.js +0 -3483
- package/es/targetConditionGroup/demo/data/user.d.ts +0 -22
- package/es/targetConditionGroup/demo/data/user.js +0 -218
- package/es/targetConditionGroup/demo/form.d.ts +0 -2
- package/es/targetConditionGroup/demo/item.d.ts +0 -2
- package/es/targetConditionGroup/demo/item.js +0 -5
- package/es/targetConditionGroup/group.d.ts +0 -56
- package/es/targetConditionGroup/group.js +0 -204
- package/es/targetConditionGroup/index.less +0 -76
- package/es/targetConditionGroup/type.d.ts +0 -95
- package/es/targetSelector/components/BizCascadeBox.d.ts +0 -34
- package/es/targetSelector/components/BizCascadeBox.js +0 -213
- package/es/targetSelector/components/BizEventNameEditBox.d.ts +0 -20
- package/es/targetSelector/demo/form.d.ts +0 -2
- package/es/targetSelector/demo/form.js +0 -133
- package/es/targetSelector/demo/nodata.d.ts +0 -2
- package/es/targetSelector/demo/nodata.js +0 -13
- package/es/targetSelector/index.less +0 -28
- package/es/userGroup/demo/cluster.d.ts +0 -3
- package/es/userGroup/demo/cluster.js +0 -102
- package/es/userGroup/demo/index.less +0 -3
- package/es/userGroup/index.less +0 -2
- package/es/userGroup/userCluster.d.ts +0 -63
- package/es/userGroup/userCluster.js +0 -255
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
declare const _default: ({
|
|
2
|
-
groupId: number;
|
|
3
|
-
groupName: string;
|
|
4
|
-
eventList: ({
|
|
5
|
-
plats: number[];
|
|
6
|
-
click_analysis: boolean;
|
|
7
|
-
mark_type: null;
|
|
8
|
-
event_id: number;
|
|
9
|
-
event_name: string;
|
|
10
|
-
event_hidden: number;
|
|
11
|
-
event_type: number;
|
|
12
|
-
is_stop: number;
|
|
13
|
-
is_delete: number;
|
|
14
|
-
alias_name: string;
|
|
15
|
-
event_attrs: {
|
|
16
|
-
hidden: number;
|
|
17
|
-
dimension_sub: string;
|
|
18
|
-
encryption_type: number;
|
|
19
|
-
alias_name: string;
|
|
20
|
-
value_dict: boolean;
|
|
21
|
-
attr_id: number;
|
|
22
|
-
attr_name: string;
|
|
23
|
-
event_id: number;
|
|
24
|
-
prop_type: number;
|
|
25
|
-
is_stop: number;
|
|
26
|
-
}[];
|
|
27
|
-
stop_date_time: null;
|
|
28
|
-
insert_time: string;
|
|
29
|
-
owner: string;
|
|
30
|
-
} | {
|
|
31
|
-
plats: number[];
|
|
32
|
-
click_analysis: boolean;
|
|
33
|
-
mark_type: null;
|
|
34
|
-
event_id: number;
|
|
35
|
-
event_name: string;
|
|
36
|
-
event_hidden: number;
|
|
37
|
-
event_type: number;
|
|
38
|
-
is_stop: number;
|
|
39
|
-
is_delete: number;
|
|
40
|
-
alias_name: null;
|
|
41
|
-
event_attrs: {
|
|
42
|
-
hidden: number;
|
|
43
|
-
dimension_sub: string;
|
|
44
|
-
encryption_type: number;
|
|
45
|
-
alias_name: string;
|
|
46
|
-
value_dict: boolean;
|
|
47
|
-
attr_id: number;
|
|
48
|
-
attr_name: string;
|
|
49
|
-
event_id: number;
|
|
50
|
-
prop_type: number;
|
|
51
|
-
is_stop: number;
|
|
52
|
-
}[];
|
|
53
|
-
stop_date_time: null;
|
|
54
|
-
insert_time: string;
|
|
55
|
-
owner: string;
|
|
56
|
-
} | {
|
|
57
|
-
plats: number[];
|
|
58
|
-
click_analysis: boolean;
|
|
59
|
-
mark_type: number;
|
|
60
|
-
event_id: number;
|
|
61
|
-
event_name: string;
|
|
62
|
-
event_hidden: number;
|
|
63
|
-
event_type: number;
|
|
64
|
-
is_stop: number;
|
|
65
|
-
is_delete: number;
|
|
66
|
-
alias_name: null;
|
|
67
|
-
event_attrs: never[];
|
|
68
|
-
stop_date_time: null;
|
|
69
|
-
insert_time: string;
|
|
70
|
-
owner: string;
|
|
71
|
-
})[];
|
|
72
|
-
} | {
|
|
73
|
-
groupId: number;
|
|
74
|
-
groupName: string;
|
|
75
|
-
eventList: ({
|
|
76
|
-
plats: number[];
|
|
77
|
-
click_analysis: boolean;
|
|
78
|
-
mark_type: null;
|
|
79
|
-
event_id: number;
|
|
80
|
-
event_name: string;
|
|
81
|
-
event_hidden: number;
|
|
82
|
-
event_type: number;
|
|
83
|
-
is_stop: number;
|
|
84
|
-
is_delete: number;
|
|
85
|
-
alias_name: string;
|
|
86
|
-
event_attrs: {
|
|
87
|
-
hidden: number;
|
|
88
|
-
dimension_sub: string;
|
|
89
|
-
encryption_type: number;
|
|
90
|
-
alias_name: string;
|
|
91
|
-
value_dict: boolean;
|
|
92
|
-
attr_id: number;
|
|
93
|
-
attr_name: string;
|
|
94
|
-
event_id: number;
|
|
95
|
-
prop_type: number;
|
|
96
|
-
is_stop: number;
|
|
97
|
-
}[];
|
|
98
|
-
stop_date_time: null;
|
|
99
|
-
insert_time: string;
|
|
100
|
-
owner: string;
|
|
101
|
-
} | {
|
|
102
|
-
plats: number[];
|
|
103
|
-
click_analysis: boolean;
|
|
104
|
-
mark_type: number;
|
|
105
|
-
event_id: number;
|
|
106
|
-
event_name: string;
|
|
107
|
-
event_hidden: number;
|
|
108
|
-
event_type: number;
|
|
109
|
-
is_stop: number;
|
|
110
|
-
is_delete: number;
|
|
111
|
-
alias_name: string;
|
|
112
|
-
event_attrs: {
|
|
113
|
-
hidden: number;
|
|
114
|
-
dimension_sub: string;
|
|
115
|
-
encryption_type: number;
|
|
116
|
-
alias_name: string;
|
|
117
|
-
value_dict: boolean;
|
|
118
|
-
attr_id: number;
|
|
119
|
-
attr_name: string;
|
|
120
|
-
event_id: number;
|
|
121
|
-
prop_type: number;
|
|
122
|
-
is_stop: number;
|
|
123
|
-
}[];
|
|
124
|
-
stop_date_time: null;
|
|
125
|
-
insert_time: string;
|
|
126
|
-
owner: string;
|
|
127
|
-
} | {
|
|
128
|
-
plats: number[];
|
|
129
|
-
click_analysis: boolean;
|
|
130
|
-
mark_type: null;
|
|
131
|
-
event_id: number;
|
|
132
|
-
event_name: string;
|
|
133
|
-
event_hidden: number;
|
|
134
|
-
event_type: number;
|
|
135
|
-
is_stop: number;
|
|
136
|
-
is_delete: number;
|
|
137
|
-
alias_name: null;
|
|
138
|
-
event_attrs: {
|
|
139
|
-
hidden: number;
|
|
140
|
-
dimension_sub: string;
|
|
141
|
-
encryption_type: number;
|
|
142
|
-
alias_name: string;
|
|
143
|
-
value_dict: boolean;
|
|
144
|
-
attr_id: number;
|
|
145
|
-
attr_name: string;
|
|
146
|
-
event_id: number;
|
|
147
|
-
prop_type: number;
|
|
148
|
-
is_stop: number;
|
|
149
|
-
}[];
|
|
150
|
-
stop_date_time: null;
|
|
151
|
-
insert_time: string;
|
|
152
|
-
owner: string;
|
|
153
|
-
})[];
|
|
154
|
-
} | {
|
|
155
|
-
groupId: number;
|
|
156
|
-
groupName: null;
|
|
157
|
-
eventList: ({
|
|
158
|
-
plats: number[];
|
|
159
|
-
click_analysis: boolean;
|
|
160
|
-
mark_type: null;
|
|
161
|
-
event_id: number;
|
|
162
|
-
event_name: string;
|
|
163
|
-
event_hidden: number;
|
|
164
|
-
event_type: number;
|
|
165
|
-
is_stop: number;
|
|
166
|
-
is_delete: number;
|
|
167
|
-
alias_name: null;
|
|
168
|
-
event_attrs: {
|
|
169
|
-
hidden: number;
|
|
170
|
-
dimension_sub: string;
|
|
171
|
-
encryption_type: number;
|
|
172
|
-
alias_name: string;
|
|
173
|
-
value_dict: boolean;
|
|
174
|
-
attr_id: number;
|
|
175
|
-
attr_name: string;
|
|
176
|
-
event_id: number;
|
|
177
|
-
prop_type: number;
|
|
178
|
-
is_stop: number;
|
|
179
|
-
}[];
|
|
180
|
-
stop_date_time: null;
|
|
181
|
-
insert_time: string;
|
|
182
|
-
owner: string;
|
|
183
|
-
} | {
|
|
184
|
-
plats: number[];
|
|
185
|
-
click_analysis: boolean;
|
|
186
|
-
mark_type: null;
|
|
187
|
-
event_id: number;
|
|
188
|
-
event_name: string;
|
|
189
|
-
event_hidden: number;
|
|
190
|
-
event_type: number;
|
|
191
|
-
is_stop: number;
|
|
192
|
-
is_delete: number;
|
|
193
|
-
alias_name: string;
|
|
194
|
-
event_attrs: {
|
|
195
|
-
hidden: number;
|
|
196
|
-
dimension_sub: string;
|
|
197
|
-
encryption_type: number;
|
|
198
|
-
alias_name: string;
|
|
199
|
-
value_dict: boolean;
|
|
200
|
-
attr_id: number;
|
|
201
|
-
attr_name: string;
|
|
202
|
-
event_id: number;
|
|
203
|
-
prop_type: number;
|
|
204
|
-
is_stop: number;
|
|
205
|
-
}[];
|
|
206
|
-
stop_date_time: null;
|
|
207
|
-
insert_time: string;
|
|
208
|
-
owner: string;
|
|
209
|
-
} | {
|
|
210
|
-
plats: number[];
|
|
211
|
-
click_analysis: boolean;
|
|
212
|
-
mark_type: number;
|
|
213
|
-
event_id: number;
|
|
214
|
-
event_name: string;
|
|
215
|
-
event_hidden: number;
|
|
216
|
-
event_type: number;
|
|
217
|
-
is_stop: number;
|
|
218
|
-
is_delete: number;
|
|
219
|
-
alias_name: string;
|
|
220
|
-
event_attrs: {
|
|
221
|
-
hidden: number;
|
|
222
|
-
dimension_sub: string;
|
|
223
|
-
encryption_type: number;
|
|
224
|
-
alias_name: string;
|
|
225
|
-
value_dict: boolean;
|
|
226
|
-
attr_id: number;
|
|
227
|
-
attr_name: string;
|
|
228
|
-
event_id: number;
|
|
229
|
-
prop_type: number;
|
|
230
|
-
is_stop: number;
|
|
231
|
-
}[];
|
|
232
|
-
stop_date_time: null;
|
|
233
|
-
insert_time: string;
|
|
234
|
-
owner: string;
|
|
235
|
-
})[];
|
|
236
|
-
})[];
|
|
237
|
-
export default _default;
|