@zgfe/business-lib 1.2.70-hxd.19 → 1.2.70-hxd.21
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/AUMFormulaTarget/components/panel/index.less +269 -269
- package/es/assets/colorIcon/iconfont.json +555 -555
- package/es/assets/iconfont/iconfont.json +1584 -1584
- package/es/assets/styles/resetAntd.less +568 -568
- package/es/assets/styles/variable.less +21 -21
- package/es/attrCondition/styles/index.less +101 -101
- package/es/attributeSelector/listPanel.d.ts +1 -4
- package/es/attributeSelector/listPanel.js +311 -102
- package/es/attributeSelector/types.d.ts +0 -1
- package/es/attributeSelector/util.js +0 -3
- package/es/chart/styles/index.less +113 -113
- package/es/constants/apis.d.ts +3 -0
- package/es/constants/apis.js +5 -2
- package/es/datePickerV2/styles/index.less +194 -194
- package/es/demoWrapper/content.js +3 -9
- package/es/eventSelector/styles/index.less +127 -127
- package/es/formulaTarget/components/formula/index.less +76 -76
- package/es/hooks/useBizStore.js +3 -9
- package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
- package/es/layout/optionTitle/styles/layout.less +90 -90
- package/es/platformSelector/styles/index.less +26 -26
- package/es/productCondition/conditions/styles/periodCondition.less +26 -26
- package/es/productCondition/styles/conditionTypeList.less +32 -32
- package/es/productCondition/styles/relationLabel.less +19 -19
- package/es/quickDatePicker/styles/index.less +141 -141
- package/es/select/styles/handle.less +206 -206
- package/es/targetSelector/styles/index.less +142 -142
- package/es/userCondition/conditions/styles/eventCondition.less +71 -71
- package/es/userCondition/conditions/styles/periodCondition.less +32 -32
- package/es/userCondition/conditions/styles/textDesc.less +16 -16
- package/es/userCondition/styles/conditionTypeList.less +32 -32
- package/es/userCondition/styles/relationLabel.less +19 -19
- package/es/userGroup/styles/index.less +199 -199
- package/es/userGroupHeader/styles/index.less +50 -50
- package/es/userTagsSelector/styles/index.less +20 -20
- package/es/utils/eventApi.d.ts +14 -0
- package/es/utils/eventApi.js +128 -0
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.js +2 -1
- package/package.json +2 -2
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
@import '../../../assets/styles/variable.less';
|
|
2
|
-
.biz-user-condition-event-condition {
|
|
3
|
-
display: flex;
|
|
4
|
-
&-left {
|
|
5
|
-
display: flex;
|
|
6
|
-
}
|
|
7
|
-
&-right {
|
|
8
|
-
flex: 1;
|
|
9
|
-
}
|
|
10
|
-
.biz-user-condition-event {
|
|
11
|
-
width: 200px;
|
|
12
|
-
.biz-event-select-handle {
|
|
13
|
-
border-top-right-radius: 0;
|
|
14
|
-
border-bottom-right-radius: 0;
|
|
15
|
-
.biz-select-handle-input {
|
|
16
|
-
background-color: @background-color-base;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
&-times-period-wrap {
|
|
21
|
-
display: flex;
|
|
22
|
-
}
|
|
23
|
-
&-expand-attr {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
width: 38px;
|
|
28
|
-
height: @height-base;
|
|
29
|
-
margin-right: @margin-xs;
|
|
30
|
-
margin-left: @border-radius-small;
|
|
31
|
-
background-color: @background-color-base;
|
|
32
|
-
border-radius: @border-radius-small;
|
|
33
|
-
cursor: pointer;
|
|
34
|
-
}
|
|
35
|
-
&-attrs {
|
|
36
|
-
flex: 1;
|
|
37
|
-
width: 100%;
|
|
38
|
-
// margin-right: @margin-xs;
|
|
39
|
-
margin-bottom: @margin-xs;
|
|
40
|
-
}
|
|
41
|
-
&-label {
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
min-width: 28px;
|
|
45
|
-
height: 34px;
|
|
46
|
-
margin-right: @margin-xs;
|
|
47
|
-
}
|
|
48
|
-
&-runtimes {
|
|
49
|
-
margin-right: @margin-xs;
|
|
50
|
-
}
|
|
51
|
-
.del-log {
|
|
52
|
-
margin-top: 4px;
|
|
53
|
-
color: #fb5547;
|
|
54
|
-
font-weight: 400;
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&-time {
|
|
59
|
-
display: flex !important;
|
|
60
|
-
gap: 4px;
|
|
61
|
-
margin: 13px 0px 0px 38px;
|
|
62
|
-
padding: 4px 16px !important;
|
|
63
|
-
color: #116acc !important;
|
|
64
|
-
font-weight: 400;
|
|
65
|
-
font-size: 14px !important;
|
|
66
|
-
line-height: 14px;
|
|
67
|
-
background: #fff !important;
|
|
68
|
-
border: 1px dashed #116acc !important;
|
|
69
|
-
border-radius: 4px !important;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
1
|
+
@import '../../../assets/styles/variable.less';
|
|
2
|
+
.biz-user-condition-event-condition {
|
|
3
|
+
display: flex;
|
|
4
|
+
&-left {
|
|
5
|
+
display: flex;
|
|
6
|
+
}
|
|
7
|
+
&-right {
|
|
8
|
+
flex: 1;
|
|
9
|
+
}
|
|
10
|
+
.biz-user-condition-event {
|
|
11
|
+
width: 200px;
|
|
12
|
+
.biz-event-select-handle {
|
|
13
|
+
border-top-right-radius: 0;
|
|
14
|
+
border-bottom-right-radius: 0;
|
|
15
|
+
.biz-select-handle-input {
|
|
16
|
+
background-color: @background-color-base;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
&-times-period-wrap {
|
|
21
|
+
display: flex;
|
|
22
|
+
}
|
|
23
|
+
&-expand-attr {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
width: 38px;
|
|
28
|
+
height: @height-base;
|
|
29
|
+
margin-right: @margin-xs;
|
|
30
|
+
margin-left: @border-radius-small;
|
|
31
|
+
background-color: @background-color-base;
|
|
32
|
+
border-radius: @border-radius-small;
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
&-attrs {
|
|
36
|
+
flex: 1;
|
|
37
|
+
width: 100%;
|
|
38
|
+
// margin-right: @margin-xs;
|
|
39
|
+
margin-bottom: @margin-xs;
|
|
40
|
+
}
|
|
41
|
+
&-label {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
min-width: 28px;
|
|
45
|
+
height: 34px;
|
|
46
|
+
margin-right: @margin-xs;
|
|
47
|
+
}
|
|
48
|
+
&-runtimes {
|
|
49
|
+
margin-right: @margin-xs;
|
|
50
|
+
}
|
|
51
|
+
.del-log {
|
|
52
|
+
margin-top: 4px;
|
|
53
|
+
color: #fb5547;
|
|
54
|
+
font-weight: 400;
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&-time {
|
|
59
|
+
display: flex !important;
|
|
60
|
+
gap: 4px;
|
|
61
|
+
margin: 13px 0px 0px 38px;
|
|
62
|
+
padding: 4px 16px !important;
|
|
63
|
+
color: #116acc !important;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
font-size: 14px !important;
|
|
66
|
+
line-height: 14px;
|
|
67
|
+
background: #fff !important;
|
|
68
|
+
border: 1px dashed #116acc !important;
|
|
69
|
+
border-radius: 4px !important;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
@import '../../../assets/styles/variable.less';
|
|
2
|
-
.biz-user-condition-period-condition {
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
&-label,
|
|
6
|
-
&-operator,
|
|
7
|
-
&-values,
|
|
8
|
-
&-unit {
|
|
9
|
-
margin-right: @margin-xs;
|
|
10
|
-
text-wrap-mode: nowrap;
|
|
11
|
-
> input {
|
|
12
|
-
border: none !important;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
&-operator {
|
|
16
|
-
width: 100px;
|
|
17
|
-
}
|
|
18
|
-
&-values {
|
|
19
|
-
.ant-picker-range.ant-picker-larg {
|
|
20
|
-
min-width: 255px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
&-today {
|
|
24
|
-
margin-left: @margin-xs;
|
|
25
|
-
white-space: nowrap;
|
|
26
|
-
}
|
|
27
|
-
.ant-input-number {
|
|
28
|
-
background-color: #fafafb;
|
|
29
|
-
border: 1px solid #fafafb;
|
|
30
|
-
border-radius: 4px;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
@import '../../../assets/styles/variable.less';
|
|
2
|
+
.biz-user-condition-period-condition {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
&-label,
|
|
6
|
+
&-operator,
|
|
7
|
+
&-values,
|
|
8
|
+
&-unit {
|
|
9
|
+
margin-right: @margin-xs;
|
|
10
|
+
text-wrap-mode: nowrap;
|
|
11
|
+
> input {
|
|
12
|
+
border: none !important;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
&-operator {
|
|
16
|
+
width: 100px;
|
|
17
|
+
}
|
|
18
|
+
&-values {
|
|
19
|
+
.ant-picker-range.ant-picker-larg {
|
|
20
|
+
min-width: 255px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
&-today {
|
|
24
|
+
margin-left: @margin-xs;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
}
|
|
27
|
+
.ant-input-number {
|
|
28
|
+
background-color: #fafafb;
|
|
29
|
+
border: 1px solid #fafafb;
|
|
30
|
+
border-radius: 4px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
@import '../../../assets/styles/variable.less';
|
|
2
|
-
.biz-user-condition {
|
|
3
|
-
&-text-desc {
|
|
4
|
-
color: @text-color-secondary;
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
&-or {
|
|
7
|
-
margin: 0 @margin-xs;
|
|
8
|
-
}
|
|
9
|
-
&-value {
|
|
10
|
-
color: @text-color;
|
|
11
|
-
}
|
|
12
|
-
&-error {
|
|
13
|
-
color: #fb5547;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
1
|
+
@import '../../../assets/styles/variable.less';
|
|
2
|
+
.biz-user-condition {
|
|
3
|
+
&-text-desc {
|
|
4
|
+
color: @text-color-secondary;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
&-or {
|
|
7
|
+
margin: 0 @margin-xs;
|
|
8
|
+
}
|
|
9
|
+
&-value {
|
|
10
|
+
color: @text-color;
|
|
11
|
+
}
|
|
12
|
+
&-error {
|
|
13
|
+
color: #fb5547;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
@import '../../assets/styles/inner.less';
|
|
2
|
-
.biz-user-condition-type-list {
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
.biz-user-condition-type-label {
|
|
6
|
-
margin-right: 10px;
|
|
7
|
-
}
|
|
8
|
-
.biz-user-condition-type-container {
|
|
9
|
-
display: flex;
|
|
10
|
-
margin: 0;
|
|
11
|
-
padding: 0;
|
|
12
|
-
list-style: none;
|
|
13
|
-
.condition-type {
|
|
14
|
-
padding: @padding-xss 12px;
|
|
15
|
-
background-color: #fff;
|
|
16
|
-
border: 1px solid #ecedf0;
|
|
17
|
-
border-radius: @border-radius-large;
|
|
18
|
-
cursor: pointer;
|
|
19
|
-
&:nth-child(n + 2) {
|
|
20
|
-
margin-left: @margin-md;
|
|
21
|
-
}
|
|
22
|
-
&:hover {
|
|
23
|
-
color: @primary-color;
|
|
24
|
-
// background-color: @primary-color-hover;
|
|
25
|
-
border: 1px solid #b9ceff;
|
|
26
|
-
}
|
|
27
|
-
&:active {
|
|
28
|
-
border-color: @primary-color;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
@import '../../assets/styles/inner.less';
|
|
2
|
+
.biz-user-condition-type-list {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
.biz-user-condition-type-label {
|
|
6
|
+
margin-right: 10px;
|
|
7
|
+
}
|
|
8
|
+
.biz-user-condition-type-container {
|
|
9
|
+
display: flex;
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 0;
|
|
12
|
+
list-style: none;
|
|
13
|
+
.condition-type {
|
|
14
|
+
padding: @padding-xss 12px;
|
|
15
|
+
background-color: #fff;
|
|
16
|
+
border: 1px solid #ecedf0;
|
|
17
|
+
border-radius: @border-radius-large;
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
&:nth-child(n + 2) {
|
|
20
|
+
margin-left: @margin-md;
|
|
21
|
+
}
|
|
22
|
+
&:hover {
|
|
23
|
+
color: @primary-color;
|
|
24
|
+
// background-color: @primary-color-hover;
|
|
25
|
+
border: 1px solid #b9ceff;
|
|
26
|
+
}
|
|
27
|
+
&:active {
|
|
28
|
+
border-color: @primary-color;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
@import '../../assets/styles/inner.less';
|
|
2
|
-
.biz-user-condition-relation {
|
|
3
|
-
position: relative;
|
|
4
|
-
width: 2px;
|
|
5
|
-
margin-right: @margin-lg;
|
|
6
|
-
background-color: #b9ceff;
|
|
7
|
-
&-label {
|
|
8
|
-
position: absolute;
|
|
9
|
-
top: 50%;
|
|
10
|
-
left: 50%;
|
|
11
|
-
width: 24px;
|
|
12
|
-
height: 24px;
|
|
13
|
-
line-height: 24px;
|
|
14
|
-
text-align: center;
|
|
15
|
-
background-color: @border-color-split;
|
|
16
|
-
border-radius: @border-radius-small;
|
|
17
|
-
transform: translate(-50%, -50%);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
1
|
+
@import '../../assets/styles/inner.less';
|
|
2
|
+
.biz-user-condition-relation {
|
|
3
|
+
position: relative;
|
|
4
|
+
width: 2px;
|
|
5
|
+
margin-right: @margin-lg;
|
|
6
|
+
background-color: #b9ceff;
|
|
7
|
+
&-label {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 50%;
|
|
10
|
+
left: 50%;
|
|
11
|
+
width: 24px;
|
|
12
|
+
height: 24px;
|
|
13
|
+
line-height: 24px;
|
|
14
|
+
text-align: center;
|
|
15
|
+
background-color: @border-color-split;
|
|
16
|
+
border-radius: @border-radius-small;
|
|
17
|
+
transform: translate(-50%, -50%);
|
|
18
|
+
}
|
|
19
|
+
}
|