@zgfe/business-lib 1.2.70-hxd.1 → 1.2.70-hxd.10

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.
Files changed (116) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -86
  4. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  5. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  6. package/es/AUMFormulaTarget/styles/index.less +74 -74
  7. package/es/addToPanel/styles/addPanel.less +25 -25
  8. package/es/addToPanel/styles/index.less +17 -17
  9. package/es/addToPanel/styles/style.less +66 -66
  10. package/es/addToScene/styles/index.less +30 -30
  11. package/es/assets/colorIcon/demo.css +539 -539
  12. package/es/assets/colorIcon/demo_index.html +1454 -1454
  13. package/es/assets/colorIcon/iconfont.css +236 -236
  14. package/es/assets/colorIcon/iconfont.json +394 -394
  15. package/es/assets/colorIcon/iconfont.svg +129 -129
  16. package/es/assets/iconfont/demo.css +539 -539
  17. package/es/assets/iconfont/demo_index.html +5708 -5593
  18. package/es/assets/iconfont/iconfont.css +975 -955
  19. package/es/assets/iconfont/iconfont.js +1 -1
  20. package/es/assets/iconfont/iconfont.json +1689 -1654
  21. package/es/assets/iconfont/iconfont.ttf +0 -0
  22. package/es/assets/iconfont/iconfont.woff +0 -0
  23. package/es/assets/iconfont/iconfont.woff2 +0 -0
  24. package/es/assets/styles/chunks.less +183 -183
  25. package/es/assets/styles/inner.less +3 -3
  26. package/es/assets/styles/resetAntd.less +564 -564
  27. package/es/assets/styles/variable.less +21 -21
  28. package/es/attrCondition/styles/index.less +101 -101
  29. package/es/attrCondition/useAttrCondition.js +4 -1
  30. package/es/attrConditions/styles/group.less +49 -49
  31. package/es/attrConditions/styles/index.less +151 -151
  32. package/es/attrConditions/types.d.ts +1 -0
  33. package/es/attributeSelector/listPanel.js +1 -1
  34. package/es/attributeSelector/styles/index.less +141 -141
  35. package/es/attributeSelector/types.d.ts +1 -0
  36. package/es/attributeSelector/util.js +3 -0
  37. package/es/chart/styles/index.less +113 -113
  38. package/es/chart/util/data/china.js +17 -17
  39. package/es/cycleTime/styles/index.less +24 -24
  40. package/es/cycleTime/styles/month.less +95 -95
  41. package/es/dataSetGroup/styles/index.less +146 -146
  42. package/es/datePicker/styles/index.less +53 -53
  43. package/es/datePickerV2/styles/index.less +194 -194
  44. package/es/demoWrapper/index.less +3 -3
  45. package/es/dialog/styles/index.less +22 -22
  46. package/es/dnd/demo/styles/index.less +34 -34
  47. package/es/dnd/styles/index.less +19 -19
  48. package/es/eventSelector/listPanel.js +1 -1
  49. package/es/eventSelector/styles/index.less +123 -123
  50. package/es/formulaTarget/components/formula/index.less +76 -76
  51. package/es/formulaTarget/components/panel/index.less +139 -139
  52. package/es/formulaTarget/components/symbol/index.less +49 -49
  53. package/es/formulaTarget/styles/index.less +74 -74
  54. package/es/hooks/types/subject.d.ts +14 -14
  55. package/es/icon/demo/list.less +32 -32
  56. package/es/layout/analysisLayout/demo/index.less +12 -12
  57. package/es/layout/analysisLayout/index.less +118 -118
  58. package/es/layout/columnLayout/demo/index.less +15 -15
  59. package/es/layout/columnLayout/index.less +81 -81
  60. package/es/layout/detail/index.less +27 -27
  61. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  62. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  63. package/es/layout/optionTitle/components/title/index.less +43 -43
  64. package/es/layout/optionTitle/demo/index.less +12 -12
  65. package/es/layout/optionTitle/styles/index.less +30 -30
  66. package/es/layout/optionTitle/styles/layout.less +90 -90
  67. package/es/layout/optionTitle/styles/search.less +27 -27
  68. package/es/loading/styles/index.less +20 -20
  69. package/es/loginForm/index.less +7 -7
  70. package/es/platformSelector/styles/index.less +26 -26
  71. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  72. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  73. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  74. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  75. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  76. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  77. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  78. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  79. package/es/productCondition/styles/conditionTypeList.less +30 -30
  80. package/es/productCondition/styles/conditionWrap.less +18 -18
  81. package/es/productCondition/styles/index.less +33 -33
  82. package/es/productCondition/styles/orConditions.less +34 -34
  83. package/es/productCondition/styles/relationLabel.less +19 -19
  84. package/es/quickDatePicker/styles/index.less +138 -138
  85. package/es/select/styles/handle.less +193 -193
  86. package/es/select/styles/index.less +129 -129
  87. package/es/socket/demo/index.less +27 -27
  88. package/es/subjectWrapper/index.less +12 -12
  89. package/es/table/styles/index.less +5 -5
  90. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  91. package/es/targetConditionGroup/styles/index.less +53 -53
  92. package/es/targetSelector/styles/index.less +110 -110
  93. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  94. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  95. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  96. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  97. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  98. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  99. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  100. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  101. package/es/userCondition/styles/conditionTypeList.less +30 -30
  102. package/es/userCondition/styles/conditionWrap.less +18 -18
  103. package/es/userCondition/styles/index.less +33 -33
  104. package/es/userCondition/styles/orConditions.less +34 -34
  105. package/es/userCondition/styles/relationLabel.less +19 -19
  106. package/es/userGroup/styles/index.less +145 -145
  107. package/es/userGroupHeader/styles/index.less +31 -31
  108. package/es/userTagsSelector/components/search/index.less +6 -6
  109. package/es/userTagsSelector/components/tagList/index.less +13 -13
  110. package/es/userTagsSelector/groups/styles/option.less +55 -55
  111. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  112. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  113. package/es/userTagsSelector/styles/index.less +10 -10
  114. package/es/utils/ajax.js +15 -2
  115. package/es/utils/type.d.ts +1 -0
  116. package/package.json +2 -2
@@ -1,21 +1,21 @@
1
- @import '~antd/es/style/themes/default.less';
2
-
3
- @border-radius-sx: 2px;
4
- @border-radius-small: 4px;
5
- @border-radius-normal: 8px;
6
- @border-radius-large: 20px;
7
- @option-height: @height-base;
8
- @background-color-gray: #f6f6f6;
9
- @background-color-table: #f2f3f4;
10
-
11
- @icon-width: 24px;
12
-
13
- @shadow-color-light: rgba(0, 0, 0, 0.1);
14
- @box-shadow-small: 0px 1px 2px @shadow-color-light;
15
- @primary-color-hover: color(~`colorPalette('@{primary-color}', 0.1) `);
16
- @box-shadow-form: 0 0 0 4px @primary-color-hover;
17
- @text-color-middle: #9aa1a9;
18
- @custom-background: #fafafb;
19
- @custom-focus: #f0f7ff;
20
- @primary-color: '#165dff';
21
- @input-placeholder-color: #9797af;
1
+ @import '~antd/es/style/themes/default.less';
2
+
3
+ @border-radius-sx: 2px;
4
+ @border-radius-small: 4px;
5
+ @border-radius-normal: 8px;
6
+ @border-radius-large: 20px;
7
+ @option-height: @height-base;
8
+ @background-color-gray: #f6f6f6;
9
+ @background-color-table: #f2f3f4;
10
+
11
+ @icon-width: 24px;
12
+
13
+ @shadow-color-light: rgba(0, 0, 0, 0.1);
14
+ @box-shadow-small: 0px 1px 2px @shadow-color-light;
15
+ @primary-color-hover: color(~`colorPalette('@{primary-color}', 0.1) `);
16
+ @box-shadow-form: 0 0 0 4px @primary-color-hover;
17
+ @text-color-middle: #9aa1a9;
18
+ @custom-background: #fafafb;
19
+ @custom-focus: #f0f7ff;
20
+ @primary-color: '#165dff';
21
+ @input-placeholder-color: #9797af;
@@ -1,101 +1,101 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-attr-condition {
3
- gap: 16px !important;
4
- align-items: flex-start !important;
5
- width: 100%;
6
- &-btn-del {
7
- color: #9aa1a9;
8
- font-size: 16px !important;
9
- line-height: 32px;
10
- &:hover {
11
- color: @error-color;
12
- cursor: pointer;
13
- }
14
- }
15
- .biz-attr-select-handle {
16
- width: 184px;
17
- padding: 0;
18
- }
19
- .ant-space-item:nth-of-type(3) {
20
- min-width: 184px;
21
- max-width: calc(100% - 320px);
22
- }
23
- &-group {
24
- display: flex;
25
- flex-direction: row;
26
- .ant-space-item:nth-of-type(3) {
27
- min-width: 184px;
28
- max-width: calc(100% - 380px);
29
- }
30
- &-container {
31
- display: flex;
32
- flex: 1;
33
- flex-direction: column;
34
- gap: 4px;
35
- width: 100%;
36
- max-width: calc(100% + 33px);
37
- margin-left: -33px;
38
- &-item {
39
- padding: 4px 0 4px 48px;
40
- &:hover {
41
- background: #e8efff;
42
- }
43
- }
44
- }
45
- &-handle {
46
- position: relative;
47
- width: 1px;
48
- margin-right: 0;
49
- margin-left: 32px;
50
- background: @border-color-base;
51
- }
52
- &-operate {
53
- position: absolute;
54
- top: 50%;
55
- left: 50%;
56
- width: 16px;
57
- transform: translate(-50%, -50%);
58
- }
59
- &-operate-text {
60
- width: 16px;
61
- height: 16px;
62
- span {
63
- display: flex;
64
- align-items: center;
65
- justify-content: center;
66
- width: 100%;
67
- height: 100%;
68
- font-size: 12px;
69
- *font-size: 10px;
70
- transform: scale(0.83, 0.83);
71
- }
72
-
73
- .__default-hover();
74
-
75
- &:first-child {
76
- border-top-left-radius: 3px;
77
- border-top-right-radius: 3px;
78
- }
79
-
80
- &:last-child {
81
- border-bottom-right-radius: 3px;
82
- border-bottom-left-radius: 3px;
83
- }
84
-
85
- &.active {
86
- color: #fff;
87
- background: @primary-color;
88
- }
89
- }
90
- }
91
-
92
- &-column {
93
- position: relative;
94
- display: flex;
95
- flex-direction: column;
96
- }
97
- &-error {
98
- padding-left: 4px;
99
- color: @error-color;
100
- }
101
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-attr-condition {
3
+ gap: 16px !important;
4
+ align-items: flex-start !important;
5
+ width: 100%;
6
+ &-btn-del {
7
+ color: #9aa1a9;
8
+ font-size: 16px !important;
9
+ line-height: 32px;
10
+ &:hover {
11
+ color: @error-color;
12
+ cursor: pointer;
13
+ }
14
+ }
15
+ .biz-attr-select-handle {
16
+ width: 184px;
17
+ padding: 0;
18
+ }
19
+ .ant-space-item:nth-of-type(3) {
20
+ min-width: 184px;
21
+ max-width: calc(100% - 320px);
22
+ }
23
+ &-group {
24
+ display: flex;
25
+ flex-direction: row;
26
+ .ant-space-item:nth-of-type(3) {
27
+ min-width: 184px;
28
+ max-width: calc(100% - 380px);
29
+ }
30
+ &-container {
31
+ display: flex;
32
+ flex: 1;
33
+ flex-direction: column;
34
+ gap: 4px;
35
+ width: 100%;
36
+ max-width: calc(100% + 33px);
37
+ margin-left: -33px;
38
+ &-item {
39
+ padding: 4px 0 4px 48px;
40
+ &:hover {
41
+ background: #e8efff;
42
+ }
43
+ }
44
+ }
45
+ &-handle {
46
+ position: relative;
47
+ width: 1px;
48
+ margin-right: 0;
49
+ margin-left: 32px;
50
+ background: @border-color-base;
51
+ }
52
+ &-operate {
53
+ position: absolute;
54
+ top: 50%;
55
+ left: 50%;
56
+ width: 16px;
57
+ transform: translate(-50%, -50%);
58
+ }
59
+ &-operate-text {
60
+ width: 16px;
61
+ height: 16px;
62
+ span {
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ width: 100%;
67
+ height: 100%;
68
+ font-size: 12px;
69
+ *font-size: 10px;
70
+ transform: scale(0.83, 0.83);
71
+ }
72
+
73
+ .__default-hover();
74
+
75
+ &:first-child {
76
+ border-top-left-radius: 3px;
77
+ border-top-right-radius: 3px;
78
+ }
79
+
80
+ &:last-child {
81
+ border-bottom-right-radius: 3px;
82
+ border-bottom-left-radius: 3px;
83
+ }
84
+
85
+ &.active {
86
+ color: #fff;
87
+ background: @primary-color;
88
+ }
89
+ }
90
+ }
91
+
92
+ &-column {
93
+ position: relative;
94
+ display: flex;
95
+ flex-direction: column;
96
+ }
97
+ &-error {
98
+ padding-left: 4px;
99
+ color: @error-color;
100
+ }
101
+ }
@@ -37,6 +37,7 @@ var useAttrCondition = function useAttrCondition(props) {
37
37
  attrData = {
38
38
  id: data.attrId,
39
39
  propCategory: data.propCategory,
40
+ encryptionType: data.encryptionType,
40
41
  type: data.type,
41
42
  key: "".concat(data.propCategory, "-").concat(data.attrId),
42
43
  label: data.attrNameStr || data.label,
@@ -52,6 +53,7 @@ var useAttrCondition = function useAttrCondition(props) {
52
53
  propCategory: data.propCategory,
53
54
  type: data.type,
54
55
  category: data.category,
56
+ encryptionType: data.encryptionType,
55
57
  key: "".concat(data.propCategory, "-").concat(data.attrName, "-").concat(aId),
56
58
  subtype: data.subtype,
57
59
  label: data.attrNameStr || data.label,
@@ -66,7 +68,8 @@ var useAttrCondition = function useAttrCondition(props) {
66
68
  type: data.type,
67
69
  key: "".concat(data.propCategory, "-").concat(data.attrId),
68
70
  label: data.attrNameStr || data.label,
69
- subtype: data.subtype
71
+ subtype: data.subtype,
72
+ encryptionType: data.encryptionType
70
73
  };
71
74
  }
72
75
  }
@@ -1,49 +1,49 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-condition {
4
- display: flex;
5
-
6
- /* 是筛选条件组 */
7
- &-group-handle {
8
- position: relative;
9
- width: 1px;
10
- margin-right: 16px;
11
- margin-left: 8px;
12
- background: @border-color-base;
13
- }
14
-
15
- &-group-operate {
16
- position: absolute;
17
- top: 50%;
18
- left: 50%;
19
- width: 16px;
20
- transform: translate(-50%, -50%);
21
-
22
- &-text {
23
- width: 16px;
24
- height: 16px;
25
- font-size: 12px;
26
- line-height: 16px;
27
- text-align: center;
28
-
29
- .__default-hover();
30
-
31
- &:first-child {
32
- border-radius: @border-radius-sx @border-radius-sx 0px 0px;
33
- }
34
-
35
- &:last-child {
36
- border-radius: 0px 0px @border-radius-sx @border-radius-sx;
37
- }
38
-
39
- &.active {
40
- color: #fff;
41
- background: @primary-color;
42
- }
43
- }
44
- }
45
-
46
- &-item-container {
47
- flex: 1;
48
- }
49
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-condition {
4
+ display: flex;
5
+
6
+ /* 是筛选条件组 */
7
+ &-group-handle {
8
+ position: relative;
9
+ width: 1px;
10
+ margin-right: 16px;
11
+ margin-left: 8px;
12
+ background: @border-color-base;
13
+ }
14
+
15
+ &-group-operate {
16
+ position: absolute;
17
+ top: 50%;
18
+ left: 50%;
19
+ width: 16px;
20
+ transform: translate(-50%, -50%);
21
+
22
+ &-text {
23
+ width: 16px;
24
+ height: 16px;
25
+ font-size: 12px;
26
+ line-height: 16px;
27
+ text-align: center;
28
+
29
+ .__default-hover();
30
+
31
+ &:first-child {
32
+ border-radius: @border-radius-sx @border-radius-sx 0px 0px;
33
+ }
34
+
35
+ &:last-child {
36
+ border-radius: 0px 0px @border-radius-sx @border-radius-sx;
37
+ }
38
+
39
+ &.active {
40
+ color: #fff;
41
+ background: @primary-color;
42
+ }
43
+ }
44
+ }
45
+
46
+ &-item-container {
47
+ flex: 1;
48
+ }
49
+ }
@@ -1,151 +1,151 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- /* 筛选条件 */
4
- .biz-condition-item {
5
- &-panel {
6
- display: flex;
7
- width: 100%;
8
- > :nth-child(1) {
9
- margin-right: 8px;
10
- }
11
-
12
- .biz-condition-item-multi-select {
13
- width: calc(100% - 108px);
14
- min-width: 100px;
15
- }
16
-
17
- .biz-condition-item-multi-select-empty {
18
- // width: calc(100% - 108px);
19
- flex: 1;
20
-
21
- .biz-condition-item-multi-select {
22
- width: 100%;
23
- }
24
- }
25
- }
26
-
27
- &:not(:last-child) {
28
- margin-bottom: 8px;
29
- }
30
-
31
- /* 覆盖属性组件样式 */
32
- /* --- start --- */
33
- .biz-attr-select-handle {
34
- width: 100%;
35
- max-width: 100%;
36
- margin-bottom: 2px;
37
- padding: 0;
38
- }
39
-
40
- .biz-attr-select-del-icon {
41
- background-color: #fff;
42
-
43
- &:hover {
44
- .__error-hover();
45
- }
46
- }
47
-
48
- // 自定义下拉框样式
49
- .biz-select-handle-input {
50
- background-color: @background-color-base;
51
- // border: none;
52
- }
53
-
54
- /* --- end --- */
55
-
56
- &-multi-select {
57
- flex: 1;
58
- }
59
- &-nplace {
60
- .ant-space-item:nth-of-type(3) {
61
- min-width: 60px !important;
62
- .ant-input-number {
63
- width: 60px;
64
- background-color: #fafafb;
65
- border-radius: 4px;
66
- }
67
- }
68
- &-text {
69
- white-space: nowrap;
70
- }
71
- }
72
-
73
- &-single-select {
74
- width: 100px;
75
- &.gray {
76
- color: @text-color-secondary;
77
-
78
- &:hover {
79
- color: @primary-color;
80
- }
81
- }
82
- }
83
-
84
- &-value-content {
85
- display: flex;
86
- flex: 1;
87
-
88
- .biz-select-handle {
89
- margin-left: @margin-xs;
90
- }
91
- }
92
-
93
- &-input {
94
- &.ant-input {
95
- background-color: @background-color-base;
96
- border-color: @background-color-base;
97
- }
98
-
99
- &.ant-input-affix-wrapper {
100
- background-color: @background-color-base !important;
101
-
102
- input {
103
- background-color: @background-color-base !important;
104
- }
105
-
106
- &.ant-input-affix-wrapper-focused {
107
- background-color: #fff !important;
108
- border: 1px solid @primary-color;
109
-
110
- input {
111
- background-color: #fff !important;
112
- }
113
- }
114
- }
115
-
116
- &:focus {
117
- border: 1px solid @primary-color;
118
- }
119
-
120
- .ant-input-group-addon {
121
- // background-color: @background-color-gray !important;
122
- border: none;
123
- }
124
-
125
- &-select {
126
- width: 60px;
127
- border: none;
128
- // border-left: 1px solid @border-color-split;
129
- }
130
- }
131
-
132
- &-date.ant-picker {
133
- flex: 1;
134
- border-color: transparent;
135
-
136
- &.ant-picker {
137
- background-color: @background-color-base;
138
-
139
- &:hover {
140
- background-color: @background-color-base;
141
- border-color: @primary-color;
142
- }
143
-
144
- &.ant-picker-focused {
145
- background-color: @background-color-base;
146
- border-color: @primary-color;
147
- box-shadow: @box-shadow-base;
148
- }
149
- }
150
- }
151
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ /* 筛选条件 */
4
+ .biz-condition-item {
5
+ &-panel {
6
+ display: flex;
7
+ width: 100%;
8
+ > :nth-child(1) {
9
+ margin-right: 8px;
10
+ }
11
+
12
+ .biz-condition-item-multi-select {
13
+ width: calc(100% - 108px);
14
+ min-width: 100px;
15
+ }
16
+
17
+ .biz-condition-item-multi-select-empty {
18
+ // width: calc(100% - 108px);
19
+ flex: 1;
20
+
21
+ .biz-condition-item-multi-select {
22
+ width: 100%;
23
+ }
24
+ }
25
+ }
26
+
27
+ &:not(:last-child) {
28
+ margin-bottom: 8px;
29
+ }
30
+
31
+ /* 覆盖属性组件样式 */
32
+ /* --- start --- */
33
+ .biz-attr-select-handle {
34
+ width: 100%;
35
+ max-width: 100%;
36
+ margin-bottom: 2px;
37
+ padding: 0;
38
+ }
39
+
40
+ .biz-attr-select-del-icon {
41
+ background-color: #fff;
42
+
43
+ &:hover {
44
+ .__error-hover();
45
+ }
46
+ }
47
+
48
+ // 自定义下拉框样式
49
+ .biz-select-handle-input {
50
+ background-color: @background-color-base;
51
+ // border: none;
52
+ }
53
+
54
+ /* --- end --- */
55
+
56
+ &-multi-select {
57
+ flex: 1;
58
+ }
59
+ &-nplace {
60
+ .ant-space-item:nth-of-type(3) {
61
+ min-width: 60px !important;
62
+ .ant-input-number {
63
+ width: 60px;
64
+ background-color: #fafafb;
65
+ border-radius: 4px;
66
+ }
67
+ }
68
+ &-text {
69
+ white-space: nowrap;
70
+ }
71
+ }
72
+
73
+ &-single-select {
74
+ width: 100px;
75
+ &.gray {
76
+ color: @text-color-secondary;
77
+
78
+ &:hover {
79
+ color: @primary-color;
80
+ }
81
+ }
82
+ }
83
+
84
+ &-value-content {
85
+ display: flex;
86
+ flex: 1;
87
+
88
+ .biz-select-handle {
89
+ margin-left: @margin-xs;
90
+ }
91
+ }
92
+
93
+ &-input {
94
+ &.ant-input {
95
+ background-color: @background-color-base;
96
+ border-color: @background-color-base;
97
+ }
98
+
99
+ &.ant-input-affix-wrapper {
100
+ background-color: @background-color-base !important;
101
+
102
+ input {
103
+ background-color: @background-color-base !important;
104
+ }
105
+
106
+ &.ant-input-affix-wrapper-focused {
107
+ background-color: #fff !important;
108
+ border: 1px solid @primary-color;
109
+
110
+ input {
111
+ background-color: #fff !important;
112
+ }
113
+ }
114
+ }
115
+
116
+ &:focus {
117
+ border: 1px solid @primary-color;
118
+ }
119
+
120
+ .ant-input-group-addon {
121
+ // background-color: @background-color-gray !important;
122
+ border: none;
123
+ }
124
+
125
+ &-select {
126
+ width: 60px;
127
+ border: none;
128
+ // border-left: 1px solid @border-color-split;
129
+ }
130
+ }
131
+
132
+ &-date.ant-picker {
133
+ flex: 1;
134
+ border-color: transparent;
135
+
136
+ &.ant-picker {
137
+ background-color: @background-color-base;
138
+
139
+ &:hover {
140
+ background-color: @background-color-base;
141
+ border-color: @primary-color;
142
+ }
143
+
144
+ &.ant-picker-focused {
145
+ background-color: @background-color-base;
146
+ border-color: @primary-color;
147
+ box-shadow: @box-shadow-base;
148
+ }
149
+ }
150
+ }
151
+ }
@@ -19,6 +19,7 @@ export declare namespace AttrConditionTypes {
19
19
  attrNameStr?: string;
20
20
  type?: PropType;
21
21
  propCategory?: 'userProp' | 'eventProp' | 'envProp' | string;
22
+ encryptionType?: number;
22
23
  category?: 'fixed' | 'custom';
23
24
  dimensionSub?: string;
24
25
  operator?: OperateTypes;
@@ -228,7 +228,7 @@ var AttrListPanel = function AttrListPanel(props) {
228
228
  });
229
229
  var childList = [];
230
230
  group.children.forEach(function (option) {
231
- if (searchValue && !new RegExp(_.escapeRegExp(searchValue), 'i').test((option === null || option === void 0 ? void 0 : option.alias) || (option === null || option === void 0 ? void 0 : option.label))) return;
231
+ if (searchValue && !(new RegExp(_.escapeRegExp(searchValue), 'i').test(" ".concat(option === null || option === void 0 ? void 0 : option.alias)) || new RegExp(_.escapeRegExp(searchValue), 'i').test(" ".concat(option === null || option === void 0 ? void 0 : option.label)))) return;
232
232
  var disabled = false;
233
233
  disableItemlist === null || disableItemlist === void 0 ? void 0 : disableItemlist.forEach(function (item) {
234
234
  if (item.key === option.key) disabled = true;