@zgfe/business-lib 1.2.66-hxd.2 → 1.2.70-hxd.1

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 (150) 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 +5593 -5363
  18. package/es/assets/iconfont/iconfont.css +955 -915
  19. package/es/assets/iconfont/iconfont.js +8 -8
  20. package/es/assets/iconfont/iconfont.json +1654 -1584
  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 -551
  27. package/es/assets/styles/variable.less +21 -21
  28. package/es/attrCondition/styles/index.less +101 -101
  29. package/es/attrConditions/components/operateList.js +4 -4
  30. package/es/attrConditions/components/valuesList.js +1 -1
  31. package/es/attrConditions/styles/group.less +49 -49
  32. package/es/attrConditions/styles/index.less +151 -151
  33. package/es/attributeSelector/index.js +3 -1
  34. package/es/attributeSelector/listPanel.js +2 -2
  35. package/es/attributeSelector/styles/index.less +141 -141
  36. package/es/attributeSelector/types.d.ts +1 -0
  37. package/es/attributeSelector/util.js +1 -0
  38. package/es/chart/demo/data/data7.d.ts +54 -0
  39. package/es/chart/demo/data/data7.js +1527 -0
  40. package/es/chart/demo/stack.d.ts +3 -0
  41. package/es/chart/demo/stack.js +31 -0
  42. package/es/chart/index.js +16 -6
  43. package/es/chart/styles/index.less +113 -113
  44. package/es/chart/types.d.ts +4 -1
  45. package/es/chart/util/chartOptionConfig.d.ts +4 -3
  46. package/es/chart/util/chartOptionConfig.js +84 -4
  47. package/es/chart/util/data/china.js +17 -17
  48. package/es/chart/util/formatData.d.ts +1 -0
  49. package/es/chart/util/formatData.js +13 -0
  50. package/es/cycleTime/index.js +1 -1
  51. package/es/cycleTime/styles/index.less +24 -24
  52. package/es/cycleTime/styles/month.less +95 -95
  53. package/es/dataSetGroup/styles/index.less +146 -146
  54. package/es/datePicker/index.js +6 -6
  55. package/es/datePicker/styles/index.less +53 -53
  56. package/es/datePickerV2/index.js +6 -3
  57. package/es/datePickerV2/popoverContent.d.ts +1 -0
  58. package/es/datePickerV2/popoverContent.js +3 -1
  59. package/es/datePickerV2/shortcut.d.ts +2 -0
  60. package/es/datePickerV2/shortcut.js +4 -3
  61. package/es/datePickerV2/styles/index.less +194 -194
  62. package/es/datePickerV2/types.d.ts +2 -0
  63. package/es/datePickerV2/utils.d.ts +1 -1
  64. package/es/datePickerV2/utils.js +5 -5
  65. package/es/demoWrapper/index.less +3 -3
  66. package/es/dialog/styles/index.less +22 -22
  67. package/es/dnd/styles/index.less +19 -19
  68. package/es/eventSelector/styles/index.less +123 -123
  69. package/es/formulaTarget/components/formula/index.less +76 -76
  70. package/es/formulaTarget/components/panel/index.less +139 -139
  71. package/es/formulaTarget/components/symbol/index.less +49 -49
  72. package/es/formulaTarget/styles/index.less +74 -74
  73. package/es/hooks/types/subject.d.ts +14 -14
  74. package/es/hooks/useBizStore.js +5 -2
  75. package/es/icon/demo/list.less +32 -32
  76. package/es/index.d.ts +4 -1
  77. package/es/index.js +4 -1
  78. package/es/layout/analysisLayout/demo/index.less +12 -12
  79. package/es/layout/analysisLayout/index.less +118 -118
  80. package/es/layout/columnLayout/demo/index.less +15 -15
  81. package/es/layout/columnLayout/index.less +81 -81
  82. package/es/layout/detail/index.less +27 -27
  83. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  84. package/es/layout/optionTitle/demo/index.less +12 -12
  85. package/es/loading/styles/index.less +20 -20
  86. package/es/loginForm/index.less +7 -7
  87. package/es/platformSelector/styles/index.less +26 -26
  88. package/es/productCondition/conditions/order/runPeriodCondition.js +1 -1
  89. package/es/productCondition/conditions/periodCondition.js +1 -1
  90. package/es/productCondition/conditions/runTimesCondition.js +1 -1
  91. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  92. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  93. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  94. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  95. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  96. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  97. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  98. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  99. package/es/productCondition/styles/conditionTypeList.less +30 -30
  100. package/es/productCondition/styles/conditionWrap.less +18 -18
  101. package/es/productCondition/styles/index.less +33 -33
  102. package/es/productCondition/styles/orConditions.less +34 -34
  103. package/es/productCondition/styles/relationLabel.less +19 -19
  104. package/es/quickDatePicker/styles/index.less +138 -138
  105. package/es/select/index.js +9 -1
  106. package/es/select/styles/handle.less +193 -193
  107. package/es/select/styles/index.less +129 -129
  108. package/es/select/types.d.ts +3 -2
  109. package/es/socket/demo/index.less +27 -27
  110. package/es/subjectWrapper/demo/index.d.ts +3 -0
  111. package/es/subjectWrapper/demo/index.js +28 -0
  112. package/es/subjectWrapper/index.d.ts +5 -0
  113. package/es/subjectWrapper/index.js +98 -0
  114. package/es/subjectWrapper/index.less +12 -0
  115. package/es/subjectWrapper/types.d.ts +14 -0
  116. package/es/subjectWrapper/types.js +4 -0
  117. package/es/table/styles/index.less +5 -5
  118. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  119. package/es/targetConditionGroup/styles/index.less +53 -53
  120. package/es/targetSelector/styles/index.less +110 -110
  121. package/es/userCondition/conditions/cdpCshCondition.js +0 -1
  122. package/es/userCondition/conditions/order/runPeriodCondition.js +1 -1
  123. package/es/userCondition/conditions/periodCondition.js +1 -1
  124. package/es/userCondition/conditions/runTimesCondition.js +1 -1
  125. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  126. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  127. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  128. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  129. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  130. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  131. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  132. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  133. package/es/userCondition/styles/conditionTypeList.less +30 -30
  134. package/es/userCondition/styles/conditionWrap.less +18 -18
  135. package/es/userCondition/styles/index.less +33 -33
  136. package/es/userCondition/styles/orConditions.less +34 -34
  137. package/es/userCondition/styles/relationLabel.less +19 -19
  138. package/es/userGroup/index.js +2 -2
  139. package/es/userGroup/styles/index.less +145 -145
  140. package/es/userGroupHeader/demo/index.js +1 -1
  141. package/es/userGroupHeader/styles/index.less +31 -31
  142. package/es/userTagsSelector/components/search/index.less +6 -6
  143. package/es/userTagsSelector/components/tagList/index.less +13 -13
  144. package/es/userTagsSelector/groups/styles/option.less +55 -55
  145. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  146. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  147. package/es/userTagsSelector/styles/index.less +10 -10
  148. package/es/utils/util.d.ts +3 -0
  149. package/es/utils/util.js +10 -0
  150. package/package.json +62 -62
@@ -1,193 +1,193 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-select-handle {
4
- &-input {
5
- position: relative;
6
- display: flex;
7
- flex: 1;
8
- padding: 0px 6px 0 8px;
9
- &.disable {
10
- .__disable();
11
- .bsicon {
12
- color: @disabled-color;
13
- }
14
- }
15
-
16
- .__select-default();
17
-
18
- &.secondary {
19
- .__select-normal-secondary();
20
- }
21
-
22
- &.borderless {
23
- border: none;
24
- }
25
-
26
- &.large {
27
- height: @height-lg;
28
- font-size: @font-size-lg;
29
- line-height: @height-lg;
30
- }
31
-
32
- &.small {
33
- height: @height-sm;
34
- line-height: @height-sm;
35
- }
36
-
37
- &.middle {
38
- height: @height-base;
39
- line-height: @height-base;
40
- }
41
- }
42
-
43
- &-input-multiple {
44
- display: flex;
45
- align-items: center;
46
- height: auto;
47
- line-height: 1;
48
- &.small {
49
- height: auto;
50
- min-height: @height-sm;
51
- }
52
-
53
- &.middle {
54
- height: auto;
55
- min-height: @height-base;
56
- }
57
- .biz-select-handle-tag {
58
- display: flex;
59
- align-items: center;
60
- margin: 2px 4px 2px 0;
61
- padding: 0 4px;
62
- padding-top: 1px;
63
- padding-bottom: 1px;
64
- background: none;
65
- border-color: #cacdd4;
66
- border-radius: @border-radius-small;
67
- &-label {
68
- min-width: 0;
69
- max-width: 100px;
70
- overflow: hidden;
71
- text-overflow: ellipsis;
72
- }
73
- &:not(.disable) {
74
- &:hover {
75
- .__default-hover();
76
- .anticon {
77
- color: @primary-color;
78
- }
79
- }
80
- }
81
- &.disable {
82
- &:hover {
83
- cursor: not-allowed;
84
- .anticon-close {
85
- cursor: not-allowed;
86
- }
87
- }
88
- .biz-select-handle-tag-label,
89
- .ant-tag-close-icon {
90
- color: #ccd0d4 !important;
91
- }
92
- }
93
- }
94
- }
95
- &-multiple-content {
96
- display: flex;
97
- flex: 1;
98
- flex-wrap: wrap;
99
- align-items: center;
100
- overflow: visible;
101
- }
102
-
103
- &-search.ant-input {
104
- width: auto;
105
- padding: 0;
106
- background-color: transparent;
107
- border: none;
108
- box-shadow: none;
109
-
110
- &:focus,
111
- &.active {
112
- box-shadow: none !important;
113
- }
114
- }
115
- &-temp {
116
- position: absolute;
117
- top: -999999999999999px;
118
- padding: 0 @padding-sm;
119
- font-size: @font-size-base;
120
- }
121
-
122
- &-holder {
123
- color: @input-placeholder-color;
124
- line-height: 20px;
125
- }
126
- &-content {
127
- display: flex;
128
- flex: 1;
129
- align-items: center;
130
- width: 100%;
131
- &-label {
132
- // width: 100%;
133
- .__default-overflow();
134
- }
135
- &-icon-list {
136
- display: flex;
137
- // flex: 1;
138
- flex-direction: row;
139
- align-items: center;
140
- justify-content: end;
141
- }
142
- &-icon-qingchu-box {
143
- display: none;
144
- gap: 10px;
145
- align-items: center;
146
- justify-content: center;
147
- width: 16px;
148
- height: 24px;
149
- margin-left: 8px;
150
- padding: 10px;
151
- border-radius: 4px;
152
- }
153
- &-icon-qingchu-box:hover {
154
- color: #fb5547;
155
- background: #feddda;
156
- }
157
- }
158
- &-input:hover {
159
- .biz-select-handle-content-icon-qingchu-box {
160
- display: flex;
161
- }
162
- }
163
- &-expand-icon {
164
- width: 14px;
165
- margin-left: 5px;
166
- color: @text-color-secondary;
167
- &.open {
168
- transform: rotate(180deg);
169
- }
170
- }
171
-
172
- &-tooltip {
173
- .ant-tooltip-inner {
174
- color: @black;
175
- background-color: @white;
176
- }
177
- }
178
-
179
- &-icon {
180
- margin-right: @margin-xss;
181
- }
182
-
183
- &-status-error {
184
- border-color: @error-color;
185
- &.biz-select-handle-input:hover {
186
- border-color: @error-color;
187
- }
188
- &.biz-select-handle-input.active:not(.disable) {
189
- border-color: @error-color;
190
- box-shadow: 0 0 0 4px rgba(#ff8170, 0.2) !important;
191
- }
192
- }
193
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-select-handle {
4
+ &-input {
5
+ position: relative;
6
+ display: flex;
7
+ flex: 1;
8
+ padding: 0px 6px 0 8px;
9
+ &.disable {
10
+ .__disable();
11
+ .bsicon {
12
+ color: @disabled-color;
13
+ }
14
+ }
15
+
16
+ .__select-default();
17
+
18
+ &.secondary {
19
+ .__select-normal-secondary();
20
+ }
21
+
22
+ &.borderless {
23
+ border: none;
24
+ }
25
+
26
+ &.large {
27
+ height: @height-lg;
28
+ font-size: @font-size-lg;
29
+ line-height: @height-lg;
30
+ }
31
+
32
+ &.small {
33
+ height: @height-sm;
34
+ line-height: @height-sm;
35
+ }
36
+
37
+ &.middle {
38
+ height: @height-base;
39
+ line-height: @height-base;
40
+ }
41
+ }
42
+
43
+ &-input-multiple {
44
+ display: flex;
45
+ align-items: center;
46
+ height: auto;
47
+ line-height: 1;
48
+ &.small {
49
+ height: auto;
50
+ min-height: @height-sm;
51
+ }
52
+
53
+ &.middle {
54
+ height: auto;
55
+ min-height: @height-base;
56
+ }
57
+ .biz-select-handle-tag {
58
+ display: flex;
59
+ align-items: center;
60
+ margin: 2px 4px 2px 0;
61
+ padding: 0 4px;
62
+ padding-top: 1px;
63
+ padding-bottom: 1px;
64
+ background: none;
65
+ border-color: #cacdd4;
66
+ border-radius: @border-radius-small;
67
+ &-label {
68
+ min-width: 0;
69
+ max-width: 100px;
70
+ overflow: hidden;
71
+ text-overflow: ellipsis;
72
+ }
73
+ &:not(.disable) {
74
+ &:hover {
75
+ .__default-hover();
76
+ .anticon {
77
+ color: @primary-color;
78
+ }
79
+ }
80
+ }
81
+ &.disable {
82
+ &:hover {
83
+ cursor: not-allowed;
84
+ .anticon-close {
85
+ cursor: not-allowed;
86
+ }
87
+ }
88
+ .biz-select-handle-tag-label,
89
+ .ant-tag-close-icon {
90
+ color: #ccd0d4 !important;
91
+ }
92
+ }
93
+ }
94
+ }
95
+ &-multiple-content {
96
+ display: flex;
97
+ flex: 1;
98
+ flex-wrap: wrap;
99
+ align-items: center;
100
+ overflow: visible;
101
+ }
102
+
103
+ &-search.ant-input {
104
+ width: auto;
105
+ padding: 0;
106
+ background-color: transparent;
107
+ border: none;
108
+ box-shadow: none;
109
+
110
+ &:focus,
111
+ &.active {
112
+ box-shadow: none !important;
113
+ }
114
+ }
115
+ &-temp {
116
+ position: absolute;
117
+ top: -999999999999999px;
118
+ padding: 0 @padding-sm;
119
+ font-size: @font-size-base;
120
+ }
121
+
122
+ &-holder {
123
+ color: @input-placeholder-color;
124
+ line-height: 20px;
125
+ }
126
+ &-content {
127
+ display: flex;
128
+ flex: 1;
129
+ align-items: center;
130
+ width: 100%;
131
+ &-label {
132
+ // width: 100%;
133
+ .__default-overflow();
134
+ }
135
+ &-icon-list {
136
+ display: flex;
137
+ // flex: 1;
138
+ flex-direction: row;
139
+ align-items: center;
140
+ justify-content: end;
141
+ }
142
+ &-icon-qingchu-box {
143
+ display: none;
144
+ gap: 10px;
145
+ align-items: center;
146
+ justify-content: center;
147
+ width: 16px;
148
+ height: 24px;
149
+ margin-left: 8px;
150
+ padding: 10px;
151
+ border-radius: 4px;
152
+ }
153
+ &-icon-qingchu-box:hover {
154
+ color: #fb5547;
155
+ background: #feddda;
156
+ }
157
+ }
158
+ &-input:hover {
159
+ .biz-select-handle-content-icon-qingchu-box {
160
+ display: flex;
161
+ }
162
+ }
163
+ &-expand-icon {
164
+ width: 14px;
165
+ margin-left: 5px;
166
+ color: @text-color-secondary;
167
+ &.open {
168
+ transform: rotate(180deg);
169
+ }
170
+ }
171
+
172
+ &-tooltip {
173
+ .ant-tooltip-inner {
174
+ color: @black;
175
+ background-color: @white;
176
+ }
177
+ }
178
+
179
+ &-icon {
180
+ margin-right: @margin-xss;
181
+ }
182
+
183
+ &-status-error {
184
+ border-color: @error-color;
185
+ &.biz-select-handle-input:hover {
186
+ border-color: @error-color;
187
+ }
188
+ &.biz-select-handle-input.active:not(.disable) {
189
+ border-color: @error-color;
190
+ box-shadow: 0 0 0 4px rgba(#ff8170, 0.2) !important;
191
+ }
192
+ }
193
+ }
@@ -1,129 +1,129 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-select {
4
- &-handle {
5
- position: relative;
6
- }
7
-
8
- &-overlay {
9
- display: flex;
10
- flex-direction: column;
11
- .__select-panel();
12
- }
13
-
14
- &-list-panel {
15
- flex: 1;
16
- max-height: 400px;
17
- overflow-x: hidden;
18
- overflow-y: auto;
19
- }
20
-
21
- &-search {
22
- flex: none;
23
- margin-bottom: @margin-xs;
24
- }
25
-
26
- &-nodata {
27
- .__select-nodata();
28
- }
29
-
30
- &-group {
31
- position: relative;
32
- height: 32px;
33
- padding: 0 @padding-sm;
34
- color: @text-color-secondary;
35
- line-height: 32px;
36
-
37
- &::before {
38
- position: absolute;
39
- top: 9px;
40
- left: 5px;
41
- width: 3px;
42
- height: 14px;
43
- background-color: @primary-color;
44
- border-radius: 10px;
45
- content: '';
46
- }
47
-
48
- & > span {
49
- position: relative;
50
- padding-right: @padding-xss;
51
- background: #fff;
52
- }
53
- }
54
-
55
- &-split {
56
- position: absolute;
57
- top: 18px;
58
- width: 100%;
59
- height: 0;
60
- border-bottom: 1px solid @border-color-base;
61
- }
62
-
63
- &-option {
64
- display: flex;
65
- .__select-option();
66
-
67
- &.biz-select-option-multiple {
68
- &:hover:not(.disabled) {
69
- color: @primary-color;
70
- background-color: @primary-color-hover;
71
- .biz-select-checkbox {
72
- color: @primary-color;
73
- }
74
- }
75
-
76
- &.active:not(.disabled) {
77
- color: @primary-color;
78
- background: #fff;
79
- .biz-select-checkbox {
80
- color: @primary-color;
81
- }
82
- }
83
- }
84
-
85
- &:not(.active, :hover, .disabled) .biz-select-highlight {
86
- color: @primary-color;
87
- }
88
-
89
- &-label {
90
- flex: 1;
91
- .__default-overflow();
92
- }
93
- &-all {
94
- position: relative;
95
- .ant-checkbox-wrapper {
96
- width: 100%;
97
- }
98
- .ant-checkbox-inner {
99
- width: 14px;
100
- height: 14px;
101
- &::after {
102
- top: 45%;
103
- }
104
- }
105
- }
106
- }
107
-
108
- &-checkbox {
109
- margin-right: 8px;
110
- color: @border-color-base;
111
- &-indeterminate {
112
- position: absolute;
113
- top: 12px;
114
- left: 15px;
115
- width: 8px;
116
- height: 8px;
117
- background-color: @primary-color;
118
- border-radius: 1px;
119
- }
120
- }
121
-
122
- &-option-icon {
123
- margin-right: @margin-xs;
124
- }
125
-
126
- &-notfound {
127
- padding: @padding-xs;
128
- }
129
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-select {
4
+ &-handle {
5
+ position: relative;
6
+ }
7
+
8
+ &-overlay {
9
+ display: flex;
10
+ flex-direction: column;
11
+ .__select-panel();
12
+ }
13
+
14
+ &-list-panel {
15
+ flex: 1;
16
+ max-height: 400px;
17
+ overflow-x: hidden;
18
+ overflow-y: auto;
19
+ }
20
+
21
+ &-search {
22
+ flex: none;
23
+ margin-bottom: @margin-xs;
24
+ }
25
+
26
+ &-nodata {
27
+ .__select-nodata();
28
+ }
29
+
30
+ &-group {
31
+ position: relative;
32
+ height: 32px;
33
+ padding: 0 @padding-sm;
34
+ color: @text-color-secondary;
35
+ line-height: 32px;
36
+
37
+ &::before {
38
+ position: absolute;
39
+ top: 9px;
40
+ left: 5px;
41
+ width: 3px;
42
+ height: 14px;
43
+ background-color: @primary-color;
44
+ border-radius: 10px;
45
+ content: '';
46
+ }
47
+
48
+ & > span {
49
+ position: relative;
50
+ padding-right: @padding-xss;
51
+ background: #fff;
52
+ }
53
+ }
54
+
55
+ &-split {
56
+ position: absolute;
57
+ top: 18px;
58
+ width: 100%;
59
+ height: 0;
60
+ border-bottom: 1px solid @border-color-base;
61
+ }
62
+
63
+ &-option {
64
+ display: flex;
65
+ .__select-option();
66
+
67
+ &.biz-select-option-multiple {
68
+ &:hover:not(.disabled) {
69
+ color: @primary-color;
70
+ background-color: @primary-color-hover;
71
+ .biz-select-checkbox {
72
+ color: @primary-color;
73
+ }
74
+ }
75
+
76
+ &.active:not(.disabled) {
77
+ color: @primary-color;
78
+ background: #fff;
79
+ .biz-select-checkbox {
80
+ color: @primary-color;
81
+ }
82
+ }
83
+ }
84
+
85
+ &:not(.active, :hover, .disabled) .biz-select-highlight {
86
+ color: @primary-color;
87
+ }
88
+
89
+ &-label {
90
+ flex: 1;
91
+ .__default-overflow();
92
+ }
93
+ &-all {
94
+ position: relative;
95
+ .ant-checkbox-wrapper {
96
+ width: 100%;
97
+ }
98
+ .ant-checkbox-inner {
99
+ width: 14px;
100
+ height: 14px;
101
+ &::after {
102
+ top: 45%;
103
+ }
104
+ }
105
+ }
106
+ }
107
+
108
+ &-checkbox {
109
+ margin-right: 8px;
110
+ color: @border-color-base;
111
+ &-indeterminate {
112
+ position: absolute;
113
+ top: 12px;
114
+ left: 15px;
115
+ width: 8px;
116
+ height: 8px;
117
+ background-color: @primary-color;
118
+ border-radius: 1px;
119
+ }
120
+ }
121
+
122
+ &-option-icon {
123
+ margin-right: @margin-xs;
124
+ }
125
+
126
+ &-notfound {
127
+ padding: @padding-xs;
128
+ }
129
+ }
@@ -13,7 +13,7 @@ export declare namespace BizSelectTypes {
13
13
  disable?: boolean;
14
14
  placeholder?: string;
15
15
  defaultValue?: Option | Option[];
16
- value?: Option | Option[];
16
+ value?: Option | Option[] | undefined;
17
17
  className?: string;
18
18
  type?: 'group' | 'normal';
19
19
  theme?: 'secondary' | 'borderless';
@@ -42,7 +42,8 @@ export declare namespace BizSelectTypes {
42
42
  showSelectIcon?: boolean;
43
43
  loading?: boolean;
44
44
  status?: string;
45
- onChange?: (val: Option) => void;
45
+ enableClear?: boolean;
46
+ onChange?: (val: Option | any) => void;
46
47
  onVisibleChange?: (visible: boolean) => void;
47
48
  destroyPopupOnHide?: boolean;
48
49
  customLabel?: (node: ReactNode, option: Option) => ReactNode;