amis 1.6.2 → 1.6.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.
Files changed (239) hide show
  1. package/lib/Schema.d.ts +3 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/CalendarMobile.d.ts +84 -84
  4. package/lib/components/Card.d.ts +20 -20
  5. package/lib/components/Collapse.js +3 -2
  6. package/lib/components/Collapse.js.map +2 -2
  7. package/lib/components/ColorPicker.d.ts +84 -84
  8. package/lib/components/ColorPicker.js +1 -1
  9. package/lib/components/ColorPicker.js.map +2 -2
  10. package/lib/components/DatePicker.d.ts +84 -84
  11. package/lib/components/DatePicker.js +1 -1
  12. package/lib/components/DatePicker.js.map +2 -2
  13. package/lib/components/DateRangePicker.d.ts +84 -84
  14. package/lib/components/DateRangePicker.js +2 -2
  15. package/lib/components/DateRangePicker.js.map +2 -2
  16. package/lib/components/Editor.d.ts +84 -84
  17. package/lib/components/ListGroup.d.ts +21 -21
  18. package/lib/components/LocationPicker.d.ts +84 -84
  19. package/lib/components/LocationPicker.js +1 -1
  20. package/lib/components/LocationPicker.js.map +2 -2
  21. package/lib/components/MonthRangePicker.d.ts +84 -84
  22. package/lib/components/PickerContainer.d.ts +1 -0
  23. package/lib/components/PickerContainer.js +2 -2
  24. package/lib/components/PickerContainer.js.map +2 -2
  25. package/lib/components/ResultBox.js +1 -1
  26. package/lib/components/ResultBox.js.map +2 -2
  27. package/lib/components/Select.d.ts +237 -237
  28. package/lib/components/Tabs.d.ts +3 -2
  29. package/lib/components/Tabs.js.map +2 -2
  30. package/lib/components/calendar/Calendar.js +1 -2
  31. package/lib/components/calendar/Calendar.js.map +2 -2
  32. package/lib/components/condition-builder/Expression.d.ts +2 -0
  33. package/lib/components/condition-builder/Expression.js +2 -2
  34. package/lib/components/condition-builder/Expression.js.map +2 -2
  35. package/lib/components/condition-builder/Group.d.ts +3 -0
  36. package/lib/components/condition-builder/Group.js +3 -3
  37. package/lib/components/condition-builder/Group.js.map +2 -2
  38. package/lib/components/condition-builder/GroupOrItem.d.ts +2 -0
  39. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  40. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  41. package/lib/components/condition-builder/Item.d.ts +2 -0
  42. package/lib/components/condition-builder/Item.js +4 -4
  43. package/lib/components/condition-builder/Item.js.map +2 -2
  44. package/lib/components/condition-builder/Value.d.ts +2 -0
  45. package/lib/components/condition-builder/Value.js +15 -2
  46. package/lib/components/condition-builder/Value.js.map +2 -2
  47. package/lib/components/condition-builder/index.d.ts +3 -0
  48. package/lib/components/condition-builder/index.js +2 -2
  49. package/lib/components/condition-builder/index.js.map +2 -2
  50. package/lib/components/formula/Editor.d.ts +88 -84
  51. package/lib/components/formula/Editor.js +22 -25
  52. package/lib/components/formula/Editor.js.map +2 -2
  53. package/lib/components/formula/FuncList.d.ts +3 -0
  54. package/lib/components/formula/FuncList.js +19 -9
  55. package/lib/components/formula/FuncList.js.map +2 -2
  56. package/lib/components/formula/Picker.d.ts +44 -0
  57. package/lib/components/formula/Picker.js +33 -8
  58. package/lib/components/formula/Picker.js.map +2 -2
  59. package/lib/components/formula/VariableList.d.ts +8 -1
  60. package/lib/components/formula/VariableList.js +13 -4
  61. package/lib/components/formula/VariableList.js.map +2 -2
  62. package/lib/components/icons.d.ts +3 -1
  63. package/lib/components/icons.js +7 -1
  64. package/lib/components/icons.js.map +2 -2
  65. package/lib/env.d.ts +4 -0
  66. package/lib/env.js.map +2 -2
  67. package/lib/factory.d.ts +4 -0
  68. package/lib/factory.js +5 -1
  69. package/lib/factory.js.map +2 -2
  70. package/lib/helper.css.map +1 -1
  71. package/lib/icons/function.js +7 -0
  72. package/lib/icons/input-clear.js +7 -0
  73. package/lib/index.d.ts +1 -0
  74. package/lib/index.js +2 -1
  75. package/lib/index.js.map +2 -2
  76. package/lib/locale/de-DE.js +8 -1
  77. package/lib/locale/de-DE.js.map +2 -2
  78. package/lib/locale/en-US.js +5 -1
  79. package/lib/locale/en-US.js.map +2 -2
  80. package/lib/locale/zh-CN.js +8 -1
  81. package/lib/locale/zh-CN.js.map +2 -2
  82. package/lib/renderers/Breadcrumb.js.map +2 -2
  83. package/lib/renderers/CRUD.js +4 -3
  84. package/lib/renderers/CRUD.js.map +2 -2
  85. package/lib/renderers/Calendar.d.ts +45 -0
  86. package/lib/renderers/Calendar.js +21 -0
  87. package/lib/renderers/Calendar.js.map +13 -0
  88. package/lib/renderers/Card.js +2 -2
  89. package/lib/renderers/Card.js.map +2 -2
  90. package/lib/renderers/Form/ConditionBuilder.d.ts +8 -0
  91. package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
  92. package/lib/renderers/Form/IconPicker.d.ts +2 -0
  93. package/lib/renderers/Form/IconPicker.js +22 -2
  94. package/lib/renderers/Form/IconPicker.js.map +2 -2
  95. package/lib/renderers/Form/InputCity.d.ts +84 -84
  96. package/lib/renderers/Form/InputColor.d.ts +84 -84
  97. package/lib/renderers/Form/InputColor.js +1 -1
  98. package/lib/renderers/Form/InputColor.js.map +2 -2
  99. package/lib/renderers/Form/InputDate.d.ts +0 -18
  100. package/lib/renderers/Form/InputDate.js +1 -1
  101. package/lib/renderers/Form/InputDate.js.map +2 -2
  102. package/lib/renderers/Form/InputDateRange.js +1 -1
  103. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  104. package/lib/renderers/Form/InputFormula.d.ts +42 -0
  105. package/lib/renderers/Form/InputFormula.js +6 -2
  106. package/lib/renderers/Form/InputFormula.js.map +2 -2
  107. package/lib/renderers/Form/InputText.d.ts +5 -0
  108. package/lib/renderers/Form/InputText.js +22 -4
  109. package/lib/renderers/Form/InputText.js.map +2 -2
  110. package/lib/renderers/Form/Picker.js +1 -1
  111. package/lib/renderers/Form/Picker.js.map +2 -2
  112. package/lib/renderers/Form/Textarea.d.ts +12 -0
  113. package/lib/renderers/Form/Textarea.js +31 -15
  114. package/lib/renderers/Form/Textarea.js.map +2 -2
  115. package/lib/renderers/Form/Transfer.d.ts +1 -1
  116. package/lib/renderers/Form/Transfer.js +7 -1
  117. package/lib/renderers/Form/Transfer.js.map +2 -2
  118. package/lib/renderers/Form/index.js +4 -0
  119. package/lib/renderers/Form/index.js.map +2 -2
  120. package/lib/renderers/IFrame.js +8 -3
  121. package/lib/renderers/IFrame.js.map +2 -2
  122. package/lib/renderers/Tpl.js +1 -1
  123. package/lib/renderers/Tpl.js.map +2 -2
  124. package/lib/schemaExtend.js +11 -8
  125. package/lib/schemaExtend.js.map +2 -2
  126. package/lib/themes/ang-ie11.css +427 -141
  127. package/lib/themes/ang.css +427 -141
  128. package/lib/themes/ang.css.map +1 -1
  129. package/lib/themes/antd-ie11.css +427 -141
  130. package/lib/themes/antd.css +427 -141
  131. package/lib/themes/antd.css.map +1 -1
  132. package/lib/themes/cxd-ie11.css +432 -152
  133. package/lib/themes/cxd.css +432 -152
  134. package/lib/themes/cxd.css.map +1 -1
  135. package/lib/themes/dark-ie11.css +427 -141
  136. package/lib/themes/dark.css +427 -141
  137. package/lib/themes/dark.css.map +1 -1
  138. package/lib/themes/default.css +432 -152
  139. package/lib/themes/default.css.map +1 -1
  140. package/lib/utils/api.js +22 -9
  141. package/lib/utils/api.js.map +2 -2
  142. package/lib/utils/helper.d.ts +1 -0
  143. package/lib/utils/helper.js +10 -1
  144. package/lib/utils/helper.js.map +2 -2
  145. package/package.json +2 -2
  146. package/schema.json +201 -66
  147. package/scss/_mixins.scss +10 -5
  148. package/scss/_properties.scss +11 -0
  149. package/scss/components/_collapse-group.scss +4 -0
  150. package/scss/components/_condition-builder.scss +8 -1
  151. package/scss/components/_formula.scss +247 -74
  152. package/scss/components/_result-box.scss +0 -13
  153. package/scss/components/form/_color.scss +0 -2
  154. package/scss/components/form/_date-range.scss +14 -7
  155. package/scss/components/form/_date.scss +14 -7
  156. package/scss/components/form/_form.scss +1 -0
  157. package/scss/components/form/_icon-picker.scss +2 -0
  158. package/scss/components/form/_location.scss +0 -1
  159. package/scss/components/form/_picker.scss +0 -1
  160. package/scss/components/form/_text.scss +6 -7
  161. package/scss/components/form/_textarea.scss +16 -0
  162. package/scss/components/form/_transfer.scss +2 -1
  163. package/scss/themes/_cxd-variables.scss +5 -3
  164. package/scss/themes/cxd.scss +0 -13
  165. package/sdk/ang-ie11.css +467 -126
  166. package/sdk/ang.css +486 -141
  167. package/sdk/antd-ie11.css +467 -126
  168. package/sdk/antd.css +486 -141
  169. package/sdk/charts.js +17 -17
  170. package/sdk/codemirror.js +7 -7
  171. package/sdk/color-picker.js +65 -69
  172. package/sdk/cropperjs.js +3 -3
  173. package/sdk/cxd-ie11.css +474 -142
  174. package/sdk/cxd.css +491 -153
  175. package/sdk/dark-ie11.css +467 -126
  176. package/sdk/dark.css +486 -141
  177. package/sdk/exceljs.js +1 -1
  178. package/sdk/helper.css.map +1 -1
  179. package/sdk/locale/de-DE.js +8 -1
  180. package/sdk/markdown.js +69 -69
  181. package/sdk/papaparse.js +1 -1
  182. package/sdk/renderers/Form/CityDB.js +1 -1
  183. package/sdk/rest.js +20 -16
  184. package/sdk/rich-text.js +62 -62
  185. package/sdk/sdk-ie11.css +474 -142
  186. package/sdk/sdk.css +491 -153
  187. package/sdk/sdk.js +1351 -1273
  188. package/sdk/thirds/hls.js/hls.js +18 -18
  189. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  190. package/sdk/tinymce.js +57 -57
  191. package/src/Schema.ts +3 -0
  192. package/src/components/Collapse.tsx +4 -1
  193. package/src/components/ColorPicker.tsx +1 -1
  194. package/src/components/DatePicker.tsx +1 -1
  195. package/src/components/DateRangePicker.tsx +2 -2
  196. package/src/components/LocationPicker.tsx +1 -1
  197. package/src/components/PickerContainer.tsx +3 -1
  198. package/src/components/ResultBox.tsx +1 -1
  199. package/src/components/Tabs.tsx +4 -2
  200. package/src/components/calendar/Calendar.tsx +1 -2
  201. package/src/components/condition-builder/Expression.tsx +5 -2
  202. package/src/components/condition-builder/Group.tsx +8 -2
  203. package/src/components/condition-builder/GroupOrItem.tsx +5 -1
  204. package/src/components/condition-builder/Item.tsx +7 -1
  205. package/src/components/condition-builder/Value.tsx +17 -4
  206. package/src/components/condition-builder/index.tsx +8 -1
  207. package/src/components/formula/Editor.tsx +43 -23
  208. package/src/components/formula/FuncList.tsx +74 -44
  209. package/src/components/formula/Picker.tsx +161 -23
  210. package/src/components/formula/VariableList.tsx +54 -9
  211. package/src/components/icons.tsx +7 -1
  212. package/src/env.tsx +5 -0
  213. package/src/factory.tsx +9 -1
  214. package/src/icons/function.svg +4 -0
  215. package/src/icons/input-clear.svg +1 -0
  216. package/src/index.tsx +1 -0
  217. package/src/locale/de-DE.ts +8 -1
  218. package/src/locale/en-US.ts +5 -1
  219. package/src/locale/zh-CN.ts +8 -1
  220. package/src/renderers/Breadcrumb.tsx +0 -1
  221. package/src/renderers/CRUD.tsx +6 -3
  222. package/src/renderers/Calendar.tsx +43 -0
  223. package/src/renderers/Card.tsx +12 -2
  224. package/src/renderers/Form/ConditionBuilder.tsx +11 -0
  225. package/src/renderers/Form/IconPicker.tsx +29 -0
  226. package/src/renderers/Form/InputColor.tsx +1 -1
  227. package/src/renderers/Form/InputDate.tsx +1 -21
  228. package/src/renderers/Form/InputDateRange.tsx +1 -1
  229. package/src/renderers/Form/InputFormula.tsx +103 -3
  230. package/src/renderers/Form/InputText.tsx +30 -5
  231. package/src/renderers/Form/Picker.tsx +1 -1
  232. package/src/renderers/Form/Textarea.tsx +46 -22
  233. package/src/renderers/Form/Transfer.tsx +6 -1
  234. package/src/renderers/Form/index.tsx +16 -1
  235. package/src/renderers/IFrame.tsx +8 -10
  236. package/src/renderers/Tpl.tsx +3 -1
  237. package/src/schemaExtend.ts +11 -7
  238. package/src/utils/api.ts +25 -10
  239. package/src/utils/helper.ts +11 -1
package/sdk/dark-ie11.css CHANGED
@@ -26515,6 +26515,10 @@ readers do not read off random characters that represent icons */
26515
26515
  float: right;
26516
26516
  }
26517
26517
 
26518
+ .amis-scope .dark-CollapseGroup.icon-position-right .dark-Collapse-header .dark-Collapse-icon-tranform {
26519
+ float: right;
26520
+ }
26521
+
26518
26522
  .amis-scope .dark-ColorField {
26519
26523
  display: inline-block;
26520
26524
  }
@@ -26569,7 +26573,6 @@ readers do not read off random characters that represent icons */
26569
26573
  transition: opacity 0s;
26570
26574
  display: flex;
26571
26575
  align-items: center;
26572
- margin-left: 0.75rem;
26573
26576
  }
26574
26577
 
26575
26578
  .amis-scope .dark-CBGroup-toolbar .dark-CBGroup-toolbarConditionAdd .dark-CBDelete {
@@ -26663,6 +26666,10 @@ readers do not read off random characters that represent icons */
26663
26666
  display: none;
26664
26667
  }
26665
26668
 
26669
+ .amis-scope .dark-CBGroup-toolbarCondition {
26670
+ margin-right: 0.75rem;
26671
+ }
26672
+
26666
26673
  .amis-scope .dark-CBDelete {
26667
26674
  color: #4b5563;
26668
26675
  cursor: pointer;
@@ -26772,6 +26779,10 @@ readers do not read off random characters that represent icons */
26772
26779
  display: none;
26773
26780
  }
26774
26781
 
26782
+ .amis-scope .dark-CBGroupOrItem-simple {
26783
+ margin-bottom: 0.5rem;
26784
+ }
26785
+
26775
26786
  .amis-scope .dark-CBInputSwitch {
26776
26787
  position: relative;
26777
26788
  display: inline-block;
@@ -31466,17 +31477,22 @@ readers do not read off random characters that represent icons */
31466
31477
  align-items: center;
31467
31478
  justify-content: center;
31468
31479
  margin-left: auto;
31480
+ text-decoration: none;
31469
31481
  }
31470
31482
 
31471
31483
  .amis-scope .dark-InputBox-clear svg {
31472
- fill: #4b5563;
31484
+ fill: #cecfd1;
31473
31485
  top: 0;
31474
- width: 0.625rem;
31475
- height: 0.625rem;
31486
+ width: 0.875rem;
31487
+ height: 0.875rem;
31476
31488
  }
31477
31489
 
31478
31490
  .amis-scope .dark-InputBox-clear:hover svg {
31479
- fill: #1f2329;
31491
+ fill: #5e626a;
31492
+ }
31493
+
31494
+ .amis-scope .dark-InputBox-clear:active svg {
31495
+ fill: #2d323c;
31480
31496
  }
31481
31497
 
31482
31498
  .amis-scope .dark-InputBox > svg {
@@ -31590,30 +31606,22 @@ readers do not read off random characters that represent icons */
31590
31606
  align-items: center;
31591
31607
  justify-content: center;
31592
31608
  margin-left: auto;
31593
- width: 1.625rem;
31594
- height: 1.625rem;
31595
- margin: 0 -0.125rem;
31596
- margin-left: auto;
31609
+ text-decoration: none;
31597
31610
  }
31598
31611
 
31599
31612
  .amis-scope .dark-ResultBox-clear svg {
31600
- fill: #4b5563;
31613
+ fill: #cecfd1;
31601
31614
  top: 0;
31602
- width: 0.625rem;
31603
- height: 0.625rem;
31615
+ width: 0.875rem;
31616
+ height: 0.875rem;
31604
31617
  }
31605
31618
 
31606
31619
  .amis-scope .dark-ResultBox-clear:hover svg {
31607
- fill: #1f2329;
31620
+ fill: #5e626a;
31608
31621
  }
31609
31622
 
31610
- .amis-scope .dark-ResultBox-clear:hover {
31611
- background: #f5f5f5;
31612
- }
31613
-
31614
- .amis-scope .dark-ResultBox-clear > svg {
31615
- width: 0.75rem;
31616
- height: 0.75rem;
31623
+ .amis-scope .dark-ResultBox-clear:active svg {
31624
+ fill: #2d323c;
31617
31625
  }
31618
31626
 
31619
31627
  .amis-scope .dark-ResultBox > svg {
@@ -32869,17 +32877,22 @@ readers do not read off random characters that represent icons */
32869
32877
  align-items: center;
32870
32878
  justify-content: center;
32871
32879
  margin-left: auto;
32880
+ text-decoration: none;
32872
32881
  }
32873
32882
 
32874
32883
  .amis-scope .dark-TextControl-clear svg {
32875
- fill: #4b5563;
32884
+ fill: #cecfd1;
32876
32885
  top: 0;
32877
- width: 0.625rem;
32878
- height: 0.625rem;
32886
+ width: 0.875rem;
32887
+ height: 0.875rem;
32879
32888
  }
32880
32889
 
32881
32890
  .amis-scope .dark-TextControl-clear:hover svg {
32882
- fill: #1f2329;
32891
+ fill: #5e626a;
32892
+ }
32893
+
32894
+ .amis-scope .dark-TextControl-clear:active svg {
32895
+ fill: #2d323c;
32883
32896
  }
32884
32897
 
32885
32898
  @media (min-width: 576px) {
@@ -33139,6 +33152,7 @@ readers do not read off random characters that represent icons */
33139
33152
  }
33140
33153
 
33141
33154
  .amis-scope .dark-TextareaControl {
33155
+ --Form-input-clearBtn-padding: 0.125rem;
33142
33156
  position: relative;
33143
33157
  }
33144
33158
 
@@ -33220,10 +33234,47 @@ readers do not read off random characters that represent icons */
33220
33234
  background: rgba(0, 0, 0, 0.4);
33221
33235
  }
33222
33236
 
33237
+ .amis-scope .dark-TextareaControl-counter.is-clearable {
33238
+ right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
33239
+ }
33240
+
33223
33241
  .amis-scope .has-error--maxLength .dark-TextareaControl-counter {
33224
33242
  background: #dc3545;
33225
33243
  }
33226
33244
 
33245
+ .amis-scope .dark-TextareaControl-clear {
33246
+ padding: 0.1875rem;
33247
+ cursor: pointer;
33248
+ display: flex;
33249
+ align-items: center;
33250
+ justify-content: center;
33251
+ margin-left: auto;
33252
+ text-decoration: none;
33253
+ position: absolute;
33254
+ right: 0.5rem;
33255
+ bottom: calc(
33256
+ (
33257
+ 1.875rem - 1.4285714286 *
33258
+ 0.875rem - 0.125rem
33259
+ ) / 2
33260
+ );
33261
+ }
33262
+
33263
+ .amis-scope .dark-TextareaControl-clear svg {
33264
+ fill: #cecfd1;
33265
+ top: 0;
33266
+ width: 0.875rem;
33267
+ height: 0.875rem;
33268
+ }
33269
+
33270
+ .amis-scope .dark-TextareaControl-clear:hover svg {
33271
+ fill: #5e626a;
33272
+ }
33273
+
33274
+ .amis-scope .dark-TextareaControl-clear:active svg {
33275
+ fill: #2d323c;
33276
+ }
33277
+
33227
33278
  .amis-scope .dark-Checkbox {
33228
33279
  margin: 0 0.5rem 0 0;
33229
33280
  font-weight: 400;
@@ -34805,26 +34856,30 @@ readers do not read off random characters that represent icons */
34805
34856
  }
34806
34857
 
34807
34858
  .amis-scope .dark-LocationPicker-clear {
34808
- display: inline-block;
34809
34859
  padding: 0.1875rem;
34810
34860
  cursor: pointer;
34811
34861
  display: flex;
34812
34862
  align-items: center;
34813
34863
  justify-content: center;
34814
34864
  margin-left: auto;
34865
+ text-decoration: none;
34815
34866
  line-height: 1;
34816
34867
  margin-right: 0.25rem;
34817
34868
  }
34818
34869
 
34819
34870
  .amis-scope .dark-LocationPicker-clear svg {
34820
- fill: #4b5563;
34871
+ fill: #cecfd1;
34821
34872
  top: 0;
34822
- width: 0.625rem;
34823
- height: 0.625rem;
34873
+ width: 0.875rem;
34874
+ height: 0.875rem;
34824
34875
  }
34825
34876
 
34826
34877
  .amis-scope .dark-LocationPicker-clear:hover svg {
34827
- fill: #1f2329;
34878
+ fill: #5e626a;
34879
+ }
34880
+
34881
+ .amis-scope .dark-LocationPicker-clear:active svg {
34882
+ fill: #2d323c;
34828
34883
  }
34829
34884
 
34830
34885
  .amis-scope .dark-LocationControl {
@@ -34979,19 +35034,22 @@ readers do not read off random characters that represent icons */
34979
35034
  align-items: center;
34980
35035
  justify-content: center;
34981
35036
  margin-left: auto;
34982
- display: inline-block;
34983
- line-height: 1;
35037
+ text-decoration: none;
34984
35038
  }
34985
35039
 
34986
35040
  .amis-scope .dark-ColorPicker-clear svg {
34987
- fill: #4b5563;
35041
+ fill: #cecfd1;
34988
35042
  top: 0;
34989
- width: 0.625rem;
34990
- height: 0.625rem;
35043
+ width: 0.875rem;
35044
+ height: 0.875rem;
34991
35045
  }
34992
35046
 
34993
35047
  .amis-scope .dark-ColorPicker-clear:hover svg {
34994
- fill: #1f2329;
35048
+ fill: #5e626a;
35049
+ }
35050
+
35051
+ .amis-scope .dark-ColorPicker-clear:active svg {
35052
+ fill: #2d323c;
34995
35053
  }
34996
35054
 
34997
35055
  .amis-scope .dark-ColorPicker-arrow {
@@ -35103,37 +35161,66 @@ readers do not read off random characters that represent icons */
35103
35161
  }
35104
35162
 
35105
35163
  .amis-scope .dark-DatePicker-toggler {
35164
+ padding: 0.1875rem;
35106
35165
  cursor: pointer;
35107
- color: #4b5563;
35108
- display: inline-flex;
35166
+ display: flex;
35109
35167
  align-items: center;
35168
+ justify-content: center;
35169
+ margin-left: auto;
35170
+ text-decoration: none;
35171
+ line-height: 1;
35110
35172
  }
35111
35173
 
35112
- .amis-scope .dark-DatePicker-toggler:hover {
35113
- color: #111827;
35174
+ .amis-scope .dark-DatePicker-toggler svg {
35175
+ fill: #cecfd1;
35176
+ top: 0;
35177
+ width: 0.875rem;
35178
+ height: 0.875rem;
35179
+ }
35180
+
35181
+ .amis-scope .dark-DatePicker-toggler:hover svg {
35182
+ fill: #5e626a;
35183
+ }
35184
+
35185
+ .amis-scope .dark-DatePicker-toggler:active svg {
35186
+ fill: #2d323c;
35187
+ }
35188
+
35189
+ .amis-scope .dark-DatePicker-toggler svg polyline,
35190
+ .amis-scope .dark-DatePicker-toggler svg circle {
35191
+ stroke: #4b5563;
35192
+ }
35193
+
35194
+ .amis-scope .dark-DatePicker-toggler:hover svg polyline,
35195
+ .amis-scope .dark-DatePicker-toggler:hover svg circle {
35196
+ stroke: #111827;
35114
35197
  }
35115
35198
 
35116
35199
  .amis-scope .dark-DatePicker-clear {
35117
- display: inline-block;
35118
35200
  padding: 0.1875rem;
35119
35201
  cursor: pointer;
35120
35202
  display: flex;
35121
35203
  align-items: center;
35122
35204
  justify-content: center;
35123
35205
  margin-left: auto;
35206
+ text-decoration: none;
35124
35207
  line-height: 1;
35125
35208
  margin-right: 0.25rem;
35126
35209
  }
35127
35210
 
35128
35211
  .amis-scope .dark-DatePicker-clear svg {
35129
- fill: #4b5563;
35212
+ fill: #cecfd1;
35130
35213
  top: 0;
35131
- width: 0.625rem;
35132
- height: 0.625rem;
35214
+ width: 0.875rem;
35215
+ height: 0.875rem;
35133
35216
  }
35134
35217
 
35135
35218
  .amis-scope .dark-DatePicker-clear:hover svg {
35136
- fill: #1f2329;
35219
+ fill: #5e626a;
35220
+ }
35221
+
35222
+ .amis-scope .dark-DatePicker-clear:active svg {
35223
+ fill: #2d323c;
35137
35224
  }
35138
35225
 
35139
35226
  .amis-scope .dark-DateControl:not(.is-inline) > .dark-DatePicker {
@@ -35688,14 +35775,39 @@ readers do not read off random characters that represent icons */
35688
35775
  }
35689
35776
 
35690
35777
  .amis-scope .dark-DateRangePicker-toggler {
35778
+ padding: 0.1875rem;
35691
35779
  cursor: pointer;
35692
- color: #4b5563;
35693
- display: inline-flex;
35780
+ display: flex;
35694
35781
  align-items: center;
35782
+ justify-content: center;
35783
+ margin-left: auto;
35784
+ text-decoration: none;
35785
+ line-height: 1;
35695
35786
  }
35696
35787
 
35697
- .amis-scope .dark-DateRangePicker-toggler:hover {
35698
- color: #111827;
35788
+ .amis-scope .dark-DateRangePicker-toggler svg {
35789
+ fill: #cecfd1;
35790
+ top: 0;
35791
+ width: 0.875rem;
35792
+ height: 0.875rem;
35793
+ }
35794
+
35795
+ .amis-scope .dark-DateRangePicker-toggler:hover svg {
35796
+ fill: #5e626a;
35797
+ }
35798
+
35799
+ .amis-scope .dark-DateRangePicker-toggler:active svg {
35800
+ fill: #2d323c;
35801
+ }
35802
+
35803
+ .amis-scope .dark-DateRangePicker-toggler svg polyline,
35804
+ .amis-scope .dark-DateRangePicker-toggler svg circle {
35805
+ stroke: #4b5563;
35806
+ }
35807
+
35808
+ .amis-scope .dark-DateRangePicker-toggler:hover svg polyline,
35809
+ .amis-scope .dark-DateRangePicker-toggler:hover svg circle {
35810
+ stroke: #111827;
35699
35811
  }
35700
35812
 
35701
35813
  .amis-scope .dark-DateRangePicker-clear {
@@ -35705,20 +35817,24 @@ readers do not read off random characters that represent icons */
35705
35817
  align-items: center;
35706
35818
  justify-content: center;
35707
35819
  margin-left: auto;
35708
- display: inline-block;
35820
+ text-decoration: none;
35709
35821
  line-height: 1;
35710
35822
  margin-right: 0.25rem;
35711
35823
  }
35712
35824
 
35713
35825
  .amis-scope .dark-DateRangePicker-clear svg {
35714
- fill: #4b5563;
35826
+ fill: #cecfd1;
35715
35827
  top: 0;
35716
- width: 0.625rem;
35717
- height: 0.625rem;
35828
+ width: 0.875rem;
35829
+ height: 0.875rem;
35718
35830
  }
35719
35831
 
35720
35832
  .amis-scope .dark-DateRangePicker-clear:hover svg {
35721
- fill: #1f2329;
35833
+ fill: #5e626a;
35834
+ }
35835
+
35836
+ .amis-scope .dark-DateRangePicker-clear:active svg {
35837
+ fill: #2d323c;
35722
35838
  }
35723
35839
 
35724
35840
  .amis-scope .dark-DateRangePicker-wrap {
@@ -37125,17 +37241,22 @@ readers do not read off random characters that represent icons */
37125
37241
  align-items: center;
37126
37242
  justify-content: center;
37127
37243
  margin-left: auto;
37244
+ text-decoration: none;
37128
37245
  }
37129
37246
 
37130
37247
  .amis-scope .dark-TreeSelect-clear svg {
37131
- fill: #4b5563;
37248
+ fill: #cecfd1;
37132
37249
  top: 0;
37133
- width: 0.625rem;
37134
- height: 0.625rem;
37250
+ width: 0.875rem;
37251
+ height: 0.875rem;
37135
37252
  }
37136
37253
 
37137
37254
  .amis-scope .dark-TreeSelect-clear:hover svg {
37138
- fill: #1f2329;
37255
+ fill: #5e626a;
37256
+ }
37257
+
37258
+ .amis-scope .dark-TreeSelect-clear:active svg {
37259
+ fill: #2d323c;
37139
37260
  }
37140
37261
 
37141
37262
  @media (min-width: 576px) {
@@ -37750,17 +37871,22 @@ readers do not read off random characters that represent icons */
37750
37871
  align-items: center;
37751
37872
  justify-content: center;
37752
37873
  margin-left: auto;
37874
+ text-decoration: none;
37753
37875
  }
37754
37876
 
37755
37877
  .amis-scope .dark-Picker-clear svg {
37756
- fill: #4b5563;
37878
+ fill: #cecfd1;
37757
37879
  top: 0;
37758
- width: 0.625rem;
37759
- height: 0.625rem;
37880
+ width: 0.875rem;
37881
+ height: 0.875rem;
37760
37882
  }
37761
37883
 
37762
37884
  .amis-scope .dark-Picker-clear:hover svg {
37763
- fill: #1f2329;
37885
+ fill: #5e626a;
37886
+ }
37887
+
37888
+ .amis-scope .dark-Picker-clear:active svg {
37889
+ fill: #2d323c;
37764
37890
  }
37765
37891
 
37766
37892
  @media (min-width: 576px) {
@@ -37855,26 +37981,30 @@ readers do not read off random characters that represent icons */
37855
37981
  }
37856
37982
 
37857
37983
  .amis-scope .dark-Picker-clear {
37858
- display: inline-block;
37859
37984
  padding: 0.1875rem;
37860
37985
  cursor: pointer;
37861
37986
  display: flex;
37862
37987
  align-items: center;
37863
37988
  justify-content: center;
37864
37989
  margin-left: auto;
37990
+ text-decoration: none;
37865
37991
  line-height: 1;
37866
37992
  margin-right: 0.25rem;
37867
37993
  }
37868
37994
 
37869
37995
  .amis-scope .dark-Picker-clear svg {
37870
- fill: #4b5563;
37996
+ fill: #cecfd1;
37871
37997
  top: 0;
37872
- width: 0.625rem;
37873
- height: 0.625rem;
37998
+ width: 0.875rem;
37999
+ height: 0.875rem;
37874
38000
  }
37875
38001
 
37876
38002
  .amis-scope .dark-Picker-clear:hover svg {
37877
- fill: #1f2329;
38003
+ fill: #5e626a;
38004
+ }
38005
+
38006
+ .amis-scope .dark-Picker-clear:active svg {
38007
+ fill: #2d323c;
37878
38008
  }
37879
38009
 
37880
38010
  .amis-scope .dark-PickerControl.is-inline .dark-Picker {
@@ -38317,6 +38447,7 @@ readers do not read off random characters that represent icons */
38317
38447
 
38318
38448
  .amis-scope .dark-TransferDropDown-content {
38319
38449
  min-height: 12.5rem;
38450
+ min-width: 25rem;
38320
38451
  display: flex;
38321
38452
  flex-direction: column;
38322
38453
  }
@@ -38637,17 +38768,22 @@ readers do not read off random characters that represent icons */
38637
38768
  align-items: center;
38638
38769
  justify-content: center;
38639
38770
  margin-left: auto;
38771
+ text-decoration: none;
38640
38772
  }
38641
38773
 
38642
38774
  .amis-scope .dark-IconPickerControl-clear svg {
38643
- fill: #4b5563;
38775
+ fill: #cecfd1;
38644
38776
  top: 0;
38645
- width: 0.625rem;
38646
- height: 0.625rem;
38777
+ width: 0.875rem;
38778
+ height: 0.875rem;
38647
38779
  }
38648
38780
 
38649
38781
  .amis-scope .dark-IconPickerControl-clear:hover svg {
38650
- fill: #1f2329;
38782
+ fill: #5e626a;
38783
+ }
38784
+
38785
+ .amis-scope .dark-IconPickerControl-clear:active svg {
38786
+ fill: #2d323c;
38651
38787
  }
38652
38788
 
38653
38789
  @media (min-width: 576px) {
@@ -38676,6 +38812,8 @@ readers do not read off random characters that represent icons */
38676
38812
  }
38677
38813
 
38678
38814
  .amis-scope .dark-IconPickerControl-valueWrap {
38815
+ display: flex;
38816
+ justify-content: space-between;
38679
38817
  flex-grow: 1;
38680
38818
  line-height: 1;
38681
38819
  white-space: nowrap;
@@ -39229,6 +39367,7 @@ readers do not read off random characters that represent icons */
39229
39367
  }
39230
39368
 
39231
39369
  .amis-scope .dark-Form--column > .dark-Form-item {
39370
+ flex-shrink: 0;
39232
39371
  flex-grow: 1;
39233
39372
  padding-left: calc(1rem / 2);
39234
39373
  padding-right: calc(1rem / 2);
@@ -39831,6 +39970,8 @@ readers do not read off random characters that represent icons */
39831
39970
  overflow: visible;
39832
39971
  max-width: 100%;
39833
39972
  box-sizing: content-box;
39973
+ /* 变量列表 */
39974
+ /* 函数列表 */
39834
39975
  }
39835
39976
 
39836
39977
  .amis-scope .dark-FormulaEditor-content {
@@ -39844,20 +39985,33 @@ readers do not read off random characters that represent icons */
39844
39985
  line-height: 1.875rem;
39845
39986
  padding: 0 0.625rem;
39846
39987
  box-sizing: border-box;
39847
- background: var(--Formula-header-bgColor);
39988
+ background: #fafafa;
39848
39989
  border-radius: 0.142rem 0.142rem 0 0;
39849
39990
  border-bottom: 0.0625rem solid #656565;
39850
39991
  font-weight: 500;
39851
39992
  }
39852
39993
 
39853
39994
  .amis-scope .dark-FormulaEditor-editor {
39854
- min-height: 14.875rem;
39855
- max-height: 20rem;
39856
- height: auto;
39857
- padding: 0.625rem;
39995
+ height: 12.5rem;
39996
+ padding: 0.3125rem;
39858
39997
  padding-right: 0;
39859
39998
  }
39860
39999
 
40000
+ .amis-scope .dark-FormulaEditor-editor::-webkit-scrollbar {
40001
+ width: 6px;
40002
+ height: 6px;
40003
+ }
40004
+
40005
+ .amis-scope .dark-FormulaEditor-editor::-webkit-scrollbar-thumb {
40006
+ border-radius: 3px;
40007
+ background: rgba(0, 0, 0, 0.3);
40008
+ }
40009
+
40010
+ .amis-scope .dark-FormulaEditor-editor .CodeMirror {
40011
+ width: 100%;
40012
+ height: 100%;
40013
+ }
40014
+
39861
40015
  .amis-scope .dark-FormulaEditor.is-error .dark-FormulaEditor-editor {
39862
40016
  border-color: #dc3545;
39863
40017
  }
@@ -39868,111 +40022,298 @@ readers do not read off random characters that represent icons */
39868
40022
 
39869
40023
  .amis-scope .dark-FormulaEditor-settings {
39870
40024
  display: flex;
39871
- flex-direction: row;
40025
+ flex-flow: row nowrap;
39872
40026
  align-items: stretch;
39873
40027
  justify-content: space-between;
39874
- max-height: 21.875rem;
39875
- margin: 0 -5px;
40028
+ height: 15.625rem;
40029
+ margin-top: 0.625rem;
40030
+ }
40031
+
40032
+ .amis-scope .dark-FormulaEditor-panel {
40033
+ display: flex;
40034
+ flex-flow: column nowrap;
40035
+ justify-content: space-between;
40036
+ align-items: stretch;
40037
+ height: 15.625rem;
40038
+ width: 13.75rem;
40039
+ border-radius: 0.142rem;
40040
+ border: 0.0625rem solid #656565;
39876
40041
  }
39877
40042
 
39878
- .amis-scope .dark-FormulaEditor-settings > div {
40043
+ .amis-scope .dark-FormulaEditor-panel:not(:last-child) {
40044
+ margin-right: 0.625rem;
40045
+ }
40046
+
40047
+ .amis-scope .dark-FormulaEditor-panel:last-child {
40048
+ flex: 1;
40049
+ }
40050
+
40051
+ .amis-scope .dark-FormulaEditor-panel-header {
40052
+ width: 100%;
40053
+ height: 1.875rem;
40054
+ line-height: 1.875rem;
40055
+ padding: 0 0.625rem;
40056
+ box-sizing: border-box;
40057
+ background: #fafafa;
40058
+ border-radius: 0.142rem 0.142rem 0 0;
40059
+ border-bottom: 0.0625rem solid #656565;
40060
+ font-weight: 500;
40061
+ }
40062
+
40063
+ .amis-scope .dark-FormulaEditor-panel-body {
39879
40064
  flex: 1;
39880
- padding: 0 5px;
39881
40065
  display: flex;
39882
- flex-direction: column;
40066
+ flex-flow: column nowrap;
40067
+ max-height: 13.75rem;
39883
40068
  }
39884
40069
 
39885
- .amis-scope .dark-FormulaEditor-settings > div > h3 {
39886
- padding: 10px 0;
39887
- margin: 0;
39888
- flex-shrink: 0;
40070
+ .amis-scope .dark-FormulaEditor-VariableList-root {
40071
+ max-height: 13.75rem;
40072
+ }
40073
+
40074
+ .amis-scope .dark-FormulaEditor-VariableList-root.is-scrollable {
40075
+ overflow-x: hidden;
40076
+ overflow-y: auto;
40077
+ }
40078
+
40079
+ .amis-scope .dark-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar {
40080
+ width: 6px;
40081
+ height: 6px;
40082
+ }
40083
+
40084
+ .amis-scope .dark-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar-thumb {
40085
+ border-radius: 3px;
40086
+ background: rgba(0, 0, 0, 0.3);
40087
+ }
40088
+
40089
+ .amis-scope .dark-FormulaEditor-VariableList-base {
40090
+ --Form-input-fontSize: var(--fontSizeSm);
40091
+ max-width: inherit;
40092
+ overflow: hidden;
39889
40093
  }
39890
40094
 
39891
- .amis-scope .dark-FormulaEditor-settings > div > div {
40095
+ .amis-scope .dark-FormulaEditor-VariableList-tabs {
40096
+ --Tabs-linkFontSize: var(--fontSizeSm);
40097
+ --Tabs--card-linkPadding: 0.3125rem;
40098
+ max-height: 13.75rem;
40099
+ display: flex;
40100
+ flex-flow: column nowrap;
40101
+ justify-content: space-between;
40102
+ }
40103
+
40104
+ .amis-scope .dark-FormulaEditor-VariableList-tabs > ul {
40105
+ border-top: none;
40106
+ }
40107
+
40108
+ .amis-scope .dark-FormulaEditor-VariableList-tabs > div {
40109
+ overflow-x: hidden;
40110
+ overflow-y: auto;
39892
40111
  flex: 1;
39893
- min-height: 0;
40112
+ border-radius: 0.142rem;
39894
40113
  }
39895
40114
 
39896
- .amis-scope .dark-FormulaEditor .cm-field,
39897
- .amis-scope .dark-FormulaEditor .cm-func {
39898
- border-radius: 2px;
39899
- color: #fff;
39900
- margin: 0 1px;
39901
- padding: 0 2px;
40115
+ .amis-scope .dark-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
40116
+ width: 6px;
40117
+ height: 6px;
39902
40118
  }
39903
40119
 
39904
- .amis-scope .dark-FormulaEditor .cm-field {
39905
- background: #007bff;
40120
+ .amis-scope .dark-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
40121
+ border-radius: 3px;
40122
+ background: rgba(0, 0, 0, 0.3);
39906
40123
  }
39907
40124
 
39908
- .amis-scope .dark-FormulaEditor .cm-func {
39909
- background: #17a2b8;
40125
+ .amis-scope .dark-FormulaEditor-VariableList-tab {
40126
+ padding: 0;
39910
40127
  }
39911
40128
 
39912
- .amis-scope .dark-FormulaFuncList {
40129
+ .amis-scope .dark-FormulaEditor-VariableList-item {
39913
40130
  display: flex;
39914
- flex-direction: column;
40131
+ flex-flow: row nowrap;
40132
+ justify-content: space-between;
40133
+ white-space: nowrap;
40134
+ }
40135
+
40136
+ .amis-scope .dark-FormulaEditor-VariableList-item > label {
40137
+ white-space: nowrap;
40138
+ }
40139
+
40140
+ .amis-scope .dark-FormulaEditor-VariableList-item-tag {
40141
+ vertical-align: middle;
40142
+ text-align: center;
40143
+ padding: 0 0.5rem;
40144
+ line-height: 17px;
40145
+ border-radius: 0.142rem;
40146
+ background: #f5f5f5;
40147
+ color: #141316;
40148
+ }
40149
+
40150
+ .amis-scope .dark-FormulaEditor-FuncList {
40151
+ display: flex;
40152
+ flex-flow: row nowrap;
40153
+ justify-content: space-between;
40154
+ align-items: stretch;
40155
+ flex: 1;
40156
+ }
40157
+
40158
+ .amis-scope .dark-FormulaEditor-FuncList:not(:last-child) {
40159
+ margin-right: 0.625rem;
39915
40160
  }
39916
40161
 
39917
- .amis-scope .dark-FormulaFuncList > .dark-FormulaFuncList-searchBox {
40162
+ .amis-scope .dark-FormulaEditor-FuncList-searchBox {
39918
40163
  display: flex;
39919
40164
  width: auto;
39920
40165
  flex-shrink: 0;
39921
- margin-bottom: 0.5rem;
40166
+ padding: 0.5rem;
39922
40167
  }
39923
40168
 
39924
- .amis-scope .dark-FormulaFuncList-columns {
40169
+ .amis-scope .dark-FormulaEditor-FuncList-searchBox > div {
39925
40170
  flex: 1;
39926
- min-height: 0;
39927
- overflow: auto;
39928
- display: flex;
39929
- flex-direction: row;
39930
- justify-content: flex-start;
40171
+ font-size: 0.75rem;
40172
+ height: 1.5rem;
39931
40173
  }
39932
40174
 
39933
- .amis-scope .dark-FormulaFuncList-columns > div:first-child {
39934
- min-width: 200px;
39935
- flex-shrink: 0;
40175
+ .amis-scope .dark-FormulaEditor-FuncList-body {
40176
+ flex: 1;
40177
+ overflow-x: hidden;
40178
+ overflow-y: auto;
39936
40179
  }
39937
40180
 
39938
- .amis-scope .dark-FormulaFuncList-funcItem {
39939
- padding: 0 10px;
39940
- cursor: pointer;
40181
+ .amis-scope .dark-FormulaEditor-FuncList-body::-webkit-scrollbar {
40182
+ width: 6px;
40183
+ height: 6px;
39941
40184
  }
39942
40185
 
39943
- .amis-scope .dark-FormulaFuncList-funcItem.is-active {
39944
- background: var(--Formula-funcItem-bgColor-onActive);
40186
+ .amis-scope .dark-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
40187
+ border-radius: 3px;
40188
+ background: rgba(0, 0, 0, 0.3);
39945
40189
  }
39946
40190
 
39947
- .amis-scope .dark-FormulaFuncList-groupTitle {
39948
- padding: 5px 0;
40191
+ .amis-scope .dark-FormulaEditor-FuncList-collapseGroup .dark-FormulaEditor-FuncList-collapse {
40192
+ border: none;
40193
+ }
40194
+
40195
+ .amis-scope .dark-FormulaEditor-FuncList-collapseGroup .dark-FormulaEditor-FuncList-collapse .dark-FormulaEditor-FuncList-expandIcon {
40196
+ font-size: 0.75rem;
40197
+ line-height: 1.25rem;
40198
+ transform-origin: 0.4375rem 0.5625rem;
40199
+ transition: transform 0.2s;
40200
+ }
40201
+
40202
+ .amis-scope .dark-FormulaEditor-FuncList-groupTitle {
40203
+ display: flex;
40204
+ flex-flow: row nowrap;
40205
+ justify-content: flex-start;
40206
+ align-items: unset;
40207
+ padding: 0.3125rem 0.625rem;
39949
40208
  background: transparent;
40209
+ font-size: 0.75rem;
40210
+ font-weight: bold;
39950
40211
  }
39951
40212
 
39952
- .amis-scope .dark-FormulaFuncList-groupBody > div {
40213
+ .amis-scope .dark-FormulaEditor-FuncList-groupBody > div {
39953
40214
  padding: 5px 0;
39954
40215
  }
39955
40216
 
39956
- .amis-scope .dark-FormulaFuncList-funcDetail {
39957
- padding: 10px 20px;
40217
+ .amis-scope .dark-FormulaEditor-FuncList-item {
40218
+ cursor: pointer;
40219
+ padding: 0 1.25rem;
40220
+ height: 1.5rem;
40221
+ line-height: 1.5rem;
40222
+ }
40223
+
40224
+ .amis-scope .dark-FormulaEditor-FuncList-item.is-active {
40225
+ background: rgba(0, 126, 255, 0.08);
39958
40226
  }
39959
40227
 
39960
- .amis-scope .dark-FormulaFuncList-funcDetail pre {
40228
+ .amis-scope .dark-FormulaEditor-FuncList-doc {
40229
+ display: flex;
40230
+ flex-flow: column nowrap;
40231
+ padding: 0.625rem;
40232
+ max-height: 12.5rem;
40233
+ }
40234
+
40235
+ .amis-scope .dark-FormulaEditor-FuncList-doc pre {
39961
40236
  white-space: pre-wrap;
39962
40237
  word-wrap: break-word;
39963
- background: var(--Formula-header-bgColor);
39964
- padding: 0.625rem;
40238
+ background: #f2f2f4;
40239
+ padding: 0.3125rem 0.625rem;
39965
40240
  border-radius: 0.142rem;
39966
40241
  margin-top: 0;
39967
40242
  }
39968
40243
 
39969
- .amis-scope .dark-FormulaFuncList-funcDetail div {
40244
+ .amis-scope .dark-FormulaEditor-FuncList-doc pre code {
40245
+ color: #2468f2;
40246
+ }
40247
+
40248
+ .amis-scope .dark-FormulaEditor-FuncList-doc-desc {
39970
40249
  color: #dbd6d6;
40250
+ overflow-x: hidden;
40251
+ overflow-y: auto;
40252
+ flex: 1;
40253
+ }
40254
+
40255
+ .amis-scope .dark-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
40256
+ width: 6px;
40257
+ height: 6px;
40258
+ }
40259
+
40260
+ .amis-scope .dark-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
40261
+ border-radius: 3px;
40262
+ background: rgba(0, 0, 0, 0.3);
40263
+ }
40264
+
40265
+ .amis-scope .dark-FormulaEditor .cm-field,
40266
+ .amis-scope .dark-FormulaEditor .cm-func {
40267
+ border-radius: 3px;
40268
+ color: #fff;
40269
+ margin: 0 1px;
40270
+ padding: 0 2px;
40271
+ }
40272
+
40273
+ .amis-scope .dark-FormulaEditor .cm-field {
40274
+ padding: 3px 5px;
40275
+ }
40276
+
40277
+ .amis-scope .dark-FormulaEditor .cm-field {
40278
+ background: #007bff;
40279
+ }
40280
+
40281
+ .amis-scope .dark-FormulaEditor .cm-func {
40282
+ color: #ae4597;
40283
+ font-weight: bold;
40284
+ line-height: 14px;
40285
+ }
40286
+
40287
+ .amis-scope .dark-FormulaPicker {
40288
+ display: flex;
40289
+ flex-flow: row nowrap;
40290
+ justify-content: space-between;
40291
+ align-items: center;
40292
+ }
40293
+
40294
+ .amis-scope .dark-FormulaPicker-input {
40295
+ flex: 1;
40296
+ margin-right: 0.625rem;
40297
+ }
40298
+
40299
+ .amis-scope .dark-FormulaPicker-action {
40300
+ display: flex;
40301
+ justify-content: center;
40302
+ align-items: center;
39971
40303
  }
39972
40304
 
39973
40305
  .amis-scope .dark-FormulaPicker-icon {
39974
- margin-left: auto;
39975
- margin-right: 0.3125rem;
40306
+ top: 0 !important;
40307
+ font-size: 1.5rem;
40308
+ }
40309
+
40310
+ .amis-scope .dark-FormulaPicker-icon:not(:last-child) {
40311
+ margin-right: 0.75rem;
40312
+ }
40313
+
40314
+ .amis-scope .dark-FormulaPicker-icon.is-filled {
40315
+ fill: #0983ff;
40316
+ color: #0983ff;
39976
40317
  }
39977
40318
 
39978
40319
  .amis-scope .dark-Timeline-vertical {