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/sdk-ie11.css CHANGED
@@ -26486,6 +26486,10 @@ readers do not read off random characters that represent icons */
26486
26486
  float: right;
26487
26487
  }
26488
26488
 
26489
+ .amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
26490
+ float: right;
26491
+ }
26492
+
26489
26493
  .amis-scope .cxd-ColorField {
26490
26494
  display: inline-block;
26491
26495
  }
@@ -26540,7 +26544,6 @@ readers do not read off random characters that represent icons */
26540
26544
  transition: opacity 0s;
26541
26545
  display: flex;
26542
26546
  align-items: center;
26543
- margin-left: 0.75rem;
26544
26547
  }
26545
26548
 
26546
26549
  .amis-scope .cxd-CBGroup-toolbar .cxd-CBGroup-toolbarConditionAdd .cxd-CBDelete {
@@ -26634,6 +26637,10 @@ readers do not read off random characters that represent icons */
26634
26637
  display: none;
26635
26638
  }
26636
26639
 
26640
+ .amis-scope .cxd-CBGroup-toolbarCondition {
26641
+ margin-right: 0.75rem;
26642
+ }
26643
+
26637
26644
  .amis-scope .cxd-CBDelete {
26638
26645
  color: #999;
26639
26646
  cursor: pointer;
@@ -26743,6 +26750,10 @@ readers do not read off random characters that represent icons */
26743
26750
  display: none;
26744
26751
  }
26745
26752
 
26753
+ .amis-scope .cxd-CBGroupOrItem-simple {
26754
+ margin-bottom: 0.5rem;
26755
+ }
26756
+
26746
26757
  .amis-scope .cxd-CBInputSwitch {
26747
26758
  position: relative;
26748
26759
  display: inline-block;
@@ -31437,17 +31448,22 @@ readers do not read off random characters that represent icons */
31437
31448
  align-items: center;
31438
31449
  justify-content: center;
31439
31450
  margin-left: auto;
31451
+ text-decoration: none;
31440
31452
  }
31441
31453
 
31442
31454
  .amis-scope .cxd-InputBox-clear svg {
31443
- fill: #999;
31455
+ fill: #cecfd1;
31444
31456
  top: 0;
31445
- width: 0.625rem;
31446
- height: 0.625rem;
31457
+ width: 0.875rem;
31458
+ height: 0.875rem;
31447
31459
  }
31448
31460
 
31449
31461
  .amis-scope .cxd-InputBox-clear:hover svg {
31450
- fill: #1f2329;
31462
+ fill: #5e626a;
31463
+ }
31464
+
31465
+ .amis-scope .cxd-InputBox-clear:active svg {
31466
+ fill: #2d323c;
31451
31467
  }
31452
31468
 
31453
31469
  .amis-scope .cxd-InputBox > svg {
@@ -31561,30 +31577,22 @@ readers do not read off random characters that represent icons */
31561
31577
  align-items: center;
31562
31578
  justify-content: center;
31563
31579
  margin-left: auto;
31564
- width: 1.625rem;
31565
- height: 1.625rem;
31566
- margin: 0 -0.125rem;
31567
- margin-left: auto;
31580
+ text-decoration: none;
31568
31581
  }
31569
31582
 
31570
31583
  .amis-scope .cxd-ResultBox-clear svg {
31571
- fill: #999;
31584
+ fill: #cecfd1;
31572
31585
  top: 0;
31573
- width: 0.625rem;
31574
- height: 0.625rem;
31586
+ width: 0.875rem;
31587
+ height: 0.875rem;
31575
31588
  }
31576
31589
 
31577
31590
  .amis-scope .cxd-ResultBox-clear:hover svg {
31578
- fill: #1f2329;
31591
+ fill: #5e626a;
31579
31592
  }
31580
31593
 
31581
- .amis-scope .cxd-ResultBox-clear:hover {
31582
- background: #f5f5f5;
31583
- }
31584
-
31585
- .amis-scope .cxd-ResultBox-clear > svg {
31586
- width: 0.75rem;
31587
- height: 0.75rem;
31594
+ .amis-scope .cxd-ResultBox-clear:active svg {
31595
+ fill: #2d323c;
31588
31596
  }
31589
31597
 
31590
31598
  .amis-scope .cxd-ResultBox > svg {
@@ -32660,13 +32668,13 @@ readers do not read off random characters that represent icons */
32660
32668
  }
32661
32669
 
32662
32670
  .amis-scope .cxd-InputGroup-btn:first-child .cxd-Button {
32663
- border-top-left-radius: 0;
32664
- border-bottom-left-radius: 0;
32671
+ border-top-left-radius: 0.25rem;
32672
+ border-bottom-left-radius: 0.25rem;
32665
32673
  }
32666
32674
 
32667
32675
  .amis-scope .cxd-InputGroup-btn:last-child .cxd-Button {
32668
- border-top-right-radius: 0;
32669
- border-bottom-right-radius: 0;
32676
+ border-top-right-radius: 0.25rem;
32677
+ border-bottom-right-radius: 0.25rem;
32670
32678
  }
32671
32679
 
32672
32680
  .amis-scope .cxd-InputGroup .cxd-TextControl-input {
@@ -32840,17 +32848,22 @@ readers do not read off random characters that represent icons */
32840
32848
  align-items: center;
32841
32849
  justify-content: center;
32842
32850
  margin-left: auto;
32851
+ text-decoration: none;
32843
32852
  }
32844
32853
 
32845
32854
  .amis-scope .cxd-TextControl-clear svg {
32846
- fill: #999;
32855
+ fill: #cecfd1;
32847
32856
  top: 0;
32848
- width: 0.625rem;
32849
- height: 0.625rem;
32857
+ width: 0.875rem;
32858
+ height: 0.875rem;
32850
32859
  }
32851
32860
 
32852
32861
  .amis-scope .cxd-TextControl-clear:hover svg {
32853
- fill: #1f2329;
32862
+ fill: #5e626a;
32863
+ }
32864
+
32865
+ .amis-scope .cxd-TextControl-clear:active svg {
32866
+ fill: #2d323c;
32854
32867
  }
32855
32868
 
32856
32869
  @media (min-width: 576px) {
@@ -32951,13 +32964,13 @@ readers do not read off random characters that represent icons */
32951
32964
  }
32952
32965
 
32953
32966
  .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:first-child .cxd-Button {
32954
- border-top-left-radius: 0;
32955
- border-bottom-left-radius: 0;
32967
+ border-top-left-radius: 0.25rem;
32968
+ border-bottom-left-radius: 0.25rem;
32956
32969
  }
32957
32970
 
32958
32971
  .amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:last-child .cxd-Button {
32959
- border-top-right-radius: 0;
32960
- border-bottom-right-radius: 0;
32972
+ border-top-right-radius: 0.25rem;
32973
+ border-bottom-right-radius: 0.25rem;
32961
32974
  }
32962
32975
 
32963
32976
  .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
@@ -33110,6 +33123,7 @@ readers do not read off random characters that represent icons */
33110
33123
  }
33111
33124
 
33112
33125
  .amis-scope .cxd-TextareaControl {
33126
+ --Form-input-clearBtn-padding: 0.125rem;
33113
33127
  position: relative;
33114
33128
  }
33115
33129
 
@@ -33191,10 +33205,47 @@ readers do not read off random characters that represent icons */
33191
33205
  background: rgba(0, 0, 0, 0.4);
33192
33206
  }
33193
33207
 
33208
+ .amis-scope .cxd-TextareaControl-counter.is-clearable {
33209
+ right: calc( 0.625rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
33210
+ }
33211
+
33194
33212
  .amis-scope .has-error--maxLength .cxd-TextareaControl-counter {
33195
33213
  background: #e8684a;
33196
33214
  }
33197
33215
 
33216
+ .amis-scope .cxd-TextareaControl-clear {
33217
+ padding: 0.1875rem;
33218
+ cursor: pointer;
33219
+ display: flex;
33220
+ align-items: center;
33221
+ justify-content: center;
33222
+ margin-left: auto;
33223
+ text-decoration: none;
33224
+ position: absolute;
33225
+ right: 0.625rem;
33226
+ bottom: calc(
33227
+ (
33228
+ 2rem - 1.4285714286 *
33229
+ 0.875rem - 0.125rem
33230
+ ) / 2
33231
+ );
33232
+ }
33233
+
33234
+ .amis-scope .cxd-TextareaControl-clear svg {
33235
+ fill: #cecfd1;
33236
+ top: 0;
33237
+ width: 0.875rem;
33238
+ height: 0.875rem;
33239
+ }
33240
+
33241
+ .amis-scope .cxd-TextareaControl-clear:hover svg {
33242
+ fill: #5e626a;
33243
+ }
33244
+
33245
+ .amis-scope .cxd-TextareaControl-clear:active svg {
33246
+ fill: #2d323c;
33247
+ }
33248
+
33198
33249
  .amis-scope .cxd-Checkbox {
33199
33250
  margin: 0 0.5rem 0 0;
33200
33251
  font-weight: 400;
@@ -34776,26 +34827,30 @@ readers do not read off random characters that represent icons */
34776
34827
  }
34777
34828
 
34778
34829
  .amis-scope .cxd-LocationPicker-clear {
34779
- display: inline-block;
34780
34830
  padding: 0.1875rem;
34781
34831
  cursor: pointer;
34782
34832
  display: flex;
34783
34833
  align-items: center;
34784
34834
  justify-content: center;
34785
34835
  margin-left: auto;
34836
+ text-decoration: none;
34786
34837
  line-height: 1;
34787
34838
  margin-right: 0.25rem;
34788
34839
  }
34789
34840
 
34790
34841
  .amis-scope .cxd-LocationPicker-clear svg {
34791
- fill: #999;
34842
+ fill: #cecfd1;
34792
34843
  top: 0;
34793
- width: 0.625rem;
34794
- height: 0.625rem;
34844
+ width: 0.875rem;
34845
+ height: 0.875rem;
34795
34846
  }
34796
34847
 
34797
34848
  .amis-scope .cxd-LocationPicker-clear:hover svg {
34798
- fill: #1f2329;
34849
+ fill: #5e626a;
34850
+ }
34851
+
34852
+ .amis-scope .cxd-LocationPicker-clear:active svg {
34853
+ fill: #2d323c;
34799
34854
  }
34800
34855
 
34801
34856
  .amis-scope .cxd-LocationControl {
@@ -34950,19 +35005,22 @@ readers do not read off random characters that represent icons */
34950
35005
  align-items: center;
34951
35006
  justify-content: center;
34952
35007
  margin-left: auto;
34953
- display: inline-block;
34954
- line-height: 1;
35008
+ text-decoration: none;
34955
35009
  }
34956
35010
 
34957
35011
  .amis-scope .cxd-ColorPicker-clear svg {
34958
- fill: #999;
35012
+ fill: #cecfd1;
34959
35013
  top: 0;
34960
- width: 0.625rem;
34961
- height: 0.625rem;
35014
+ width: 0.875rem;
35015
+ height: 0.875rem;
34962
35016
  }
34963
35017
 
34964
35018
  .amis-scope .cxd-ColorPicker-clear:hover svg {
34965
- fill: #1f2329;
35019
+ fill: #5e626a;
35020
+ }
35021
+
35022
+ .amis-scope .cxd-ColorPicker-clear:active svg {
35023
+ fill: #2d323c;
34966
35024
  }
34967
35025
 
34968
35026
  .amis-scope .cxd-ColorPicker-arrow {
@@ -35074,37 +35132,66 @@ readers do not read off random characters that represent icons */
35074
35132
  }
35075
35133
 
35076
35134
  .amis-scope .cxd-DatePicker-toggler {
35135
+ padding: 0.1875rem;
35077
35136
  cursor: pointer;
35078
- color: #666;
35079
- display: inline-flex;
35137
+ display: flex;
35080
35138
  align-items: center;
35139
+ justify-content: center;
35140
+ margin-left: auto;
35141
+ text-decoration: none;
35142
+ line-height: 1;
35081
35143
  }
35082
35144
 
35083
- .amis-scope .cxd-DatePicker-toggler:hover {
35084
- color: #2468f2;
35145
+ .amis-scope .cxd-DatePicker-toggler svg {
35146
+ fill: #cecfd1;
35147
+ top: 0;
35148
+ width: 0.875rem;
35149
+ height: 0.875rem;
35150
+ }
35151
+
35152
+ .amis-scope .cxd-DatePicker-toggler:hover svg {
35153
+ fill: #5e626a;
35154
+ }
35155
+
35156
+ .amis-scope .cxd-DatePicker-toggler:active svg {
35157
+ fill: #2d323c;
35158
+ }
35159
+
35160
+ .amis-scope .cxd-DatePicker-toggler svg polyline,
35161
+ .amis-scope .cxd-DatePicker-toggler svg circle {
35162
+ stroke: #666;
35163
+ }
35164
+
35165
+ .amis-scope .cxd-DatePicker-toggler:hover svg polyline,
35166
+ .amis-scope .cxd-DatePicker-toggler:hover svg circle {
35167
+ stroke: #2468f2;
35085
35168
  }
35086
35169
 
35087
35170
  .amis-scope .cxd-DatePicker-clear {
35088
- display: inline-block;
35089
35171
  padding: 0.1875rem;
35090
35172
  cursor: pointer;
35091
35173
  display: flex;
35092
35174
  align-items: center;
35093
35175
  justify-content: center;
35094
35176
  margin-left: auto;
35177
+ text-decoration: none;
35095
35178
  line-height: 1;
35096
35179
  margin-right: 0.25rem;
35097
35180
  }
35098
35181
 
35099
35182
  .amis-scope .cxd-DatePicker-clear svg {
35100
- fill: #999;
35183
+ fill: #cecfd1;
35101
35184
  top: 0;
35102
- width: 0.625rem;
35103
- height: 0.625rem;
35185
+ width: 0.875rem;
35186
+ height: 0.875rem;
35104
35187
  }
35105
35188
 
35106
35189
  .amis-scope .cxd-DatePicker-clear:hover svg {
35107
- fill: #1f2329;
35190
+ fill: #5e626a;
35191
+ }
35192
+
35193
+ .amis-scope .cxd-DatePicker-clear:active svg {
35194
+ fill: #2d323c;
35108
35195
  }
35109
35196
 
35110
35197
  .amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
@@ -35655,14 +35742,39 @@ readers do not read off random characters that represent icons */
35655
35742
  }
35656
35743
 
35657
35744
  .amis-scope .cxd-DateRangePicker-toggler {
35745
+ padding: 0.1875rem;
35658
35746
  cursor: pointer;
35659
- color: #666;
35660
- display: inline-flex;
35747
+ display: flex;
35661
35748
  align-items: center;
35749
+ justify-content: center;
35750
+ margin-left: auto;
35751
+ text-decoration: none;
35752
+ line-height: 1;
35662
35753
  }
35663
35754
 
35664
- .amis-scope .cxd-DateRangePicker-toggler:hover {
35665
- color: #2468f2;
35755
+ .amis-scope .cxd-DateRangePicker-toggler svg {
35756
+ fill: #cecfd1;
35757
+ top: 0;
35758
+ width: 0.875rem;
35759
+ height: 0.875rem;
35760
+ }
35761
+
35762
+ .amis-scope .cxd-DateRangePicker-toggler:hover svg {
35763
+ fill: #5e626a;
35764
+ }
35765
+
35766
+ .amis-scope .cxd-DateRangePicker-toggler:active svg {
35767
+ fill: #2d323c;
35768
+ }
35769
+
35770
+ .amis-scope .cxd-DateRangePicker-toggler svg polyline,
35771
+ .amis-scope .cxd-DateRangePicker-toggler svg circle {
35772
+ stroke: #666;
35773
+ }
35774
+
35775
+ .amis-scope .cxd-DateRangePicker-toggler:hover svg polyline,
35776
+ .amis-scope .cxd-DateRangePicker-toggler:hover svg circle {
35777
+ stroke: #2468f2;
35666
35778
  }
35667
35779
 
35668
35780
  .amis-scope .cxd-DateRangePicker-clear {
@@ -35672,20 +35784,24 @@ readers do not read off random characters that represent icons */
35672
35784
  align-items: center;
35673
35785
  justify-content: center;
35674
35786
  margin-left: auto;
35675
- display: inline-block;
35787
+ text-decoration: none;
35676
35788
  line-height: 1;
35677
35789
  margin-right: 0.25rem;
35678
35790
  }
35679
35791
 
35680
35792
  .amis-scope .cxd-DateRangePicker-clear svg {
35681
- fill: #999;
35793
+ fill: #cecfd1;
35682
35794
  top: 0;
35683
- width: 0.625rem;
35684
- height: 0.625rem;
35795
+ width: 0.875rem;
35796
+ height: 0.875rem;
35685
35797
  }
35686
35798
 
35687
35799
  .amis-scope .cxd-DateRangePicker-clear:hover svg {
35688
- fill: #1f2329;
35800
+ fill: #5e626a;
35801
+ }
35802
+
35803
+ .amis-scope .cxd-DateRangePicker-clear:active svg {
35804
+ fill: #2d323c;
35689
35805
  }
35690
35806
 
35691
35807
  .amis-scope .cxd-DateRangePicker-wrap {
@@ -37090,17 +37206,22 @@ readers do not read off random characters that represent icons */
37090
37206
  align-items: center;
37091
37207
  justify-content: center;
37092
37208
  margin-left: auto;
37209
+ text-decoration: none;
37093
37210
  }
37094
37211
 
37095
37212
  .amis-scope .cxd-TreeSelect-clear svg {
37096
- fill: #999;
37213
+ fill: #cecfd1;
37097
37214
  top: 0;
37098
- width: 0.625rem;
37099
- height: 0.625rem;
37215
+ width: 0.875rem;
37216
+ height: 0.875rem;
37100
37217
  }
37101
37218
 
37102
37219
  .amis-scope .cxd-TreeSelect-clear:hover svg {
37103
- fill: #1f2329;
37220
+ fill: #5e626a;
37221
+ }
37222
+
37223
+ .amis-scope .cxd-TreeSelect-clear:active svg {
37224
+ fill: #2d323c;
37104
37225
  }
37105
37226
 
37106
37227
  @media (min-width: 576px) {
@@ -37703,17 +37824,22 @@ readers do not read off random characters that represent icons */
37703
37824
  align-items: center;
37704
37825
  justify-content: center;
37705
37826
  margin-left: auto;
37827
+ text-decoration: none;
37706
37828
  }
37707
37829
 
37708
37830
  .amis-scope .cxd-Picker-clear svg {
37709
- fill: #999;
37831
+ fill: #cecfd1;
37710
37832
  top: 0;
37711
- width: 0.625rem;
37712
- height: 0.625rem;
37833
+ width: 0.875rem;
37834
+ height: 0.875rem;
37713
37835
  }
37714
37836
 
37715
37837
  .amis-scope .cxd-Picker-clear:hover svg {
37716
- fill: #1f2329;
37838
+ fill: #5e626a;
37839
+ }
37840
+
37841
+ .amis-scope .cxd-Picker-clear:active svg {
37842
+ fill: #2d323c;
37717
37843
  }
37718
37844
 
37719
37845
  @media (min-width: 576px) {
@@ -37808,26 +37934,30 @@ readers do not read off random characters that represent icons */
37808
37934
  }
37809
37935
 
37810
37936
  .amis-scope .cxd-Picker-clear {
37811
- display: inline-block;
37812
37937
  padding: 0.1875rem;
37813
37938
  cursor: pointer;
37814
37939
  display: flex;
37815
37940
  align-items: center;
37816
37941
  justify-content: center;
37817
37942
  margin-left: auto;
37943
+ text-decoration: none;
37818
37944
  line-height: 1;
37819
37945
  margin-right: 0.25rem;
37820
37946
  }
37821
37947
 
37822
37948
  .amis-scope .cxd-Picker-clear svg {
37823
- fill: #999;
37949
+ fill: #cecfd1;
37824
37950
  top: 0;
37825
- width: 0.625rem;
37826
- height: 0.625rem;
37951
+ width: 0.875rem;
37952
+ height: 0.875rem;
37827
37953
  }
37828
37954
 
37829
37955
  .amis-scope .cxd-Picker-clear:hover svg {
37830
- fill: #1f2329;
37956
+ fill: #5e626a;
37957
+ }
37958
+
37959
+ .amis-scope .cxd-Picker-clear:active svg {
37960
+ fill: #2d323c;
37831
37961
  }
37832
37962
 
37833
37963
  .amis-scope .cxd-PickerControl.is-inline .cxd-Picker {
@@ -38268,6 +38398,7 @@ readers do not read off random characters that represent icons */
38268
38398
 
38269
38399
  .amis-scope .cxd-TransferDropDown-content {
38270
38400
  min-height: 12.5rem;
38401
+ min-width: 25rem;
38271
38402
  display: flex;
38272
38403
  flex-direction: column;
38273
38404
  }
@@ -38588,17 +38719,22 @@ readers do not read off random characters that represent icons */
38588
38719
  align-items: center;
38589
38720
  justify-content: center;
38590
38721
  margin-left: auto;
38722
+ text-decoration: none;
38591
38723
  }
38592
38724
 
38593
38725
  .amis-scope .cxd-IconPickerControl-clear svg {
38594
- fill: #999;
38726
+ fill: #cecfd1;
38595
38727
  top: 0;
38596
- width: 0.625rem;
38597
- height: 0.625rem;
38728
+ width: 0.875rem;
38729
+ height: 0.875rem;
38598
38730
  }
38599
38731
 
38600
38732
  .amis-scope .cxd-IconPickerControl-clear:hover svg {
38601
- fill: #1f2329;
38733
+ fill: #5e626a;
38734
+ }
38735
+
38736
+ .amis-scope .cxd-IconPickerControl-clear:active svg {
38737
+ fill: #2d323c;
38602
38738
  }
38603
38739
 
38604
38740
  @media (min-width: 576px) {
@@ -38627,6 +38763,8 @@ readers do not read off random characters that represent icons */
38627
38763
  }
38628
38764
 
38629
38765
  .amis-scope .cxd-IconPickerControl-valueWrap {
38766
+ display: flex;
38767
+ justify-content: space-between;
38630
38768
  flex-grow: 1;
38631
38769
  line-height: 1;
38632
38770
  white-space: nowrap;
@@ -39180,6 +39318,7 @@ readers do not read off random characters that represent icons */
39180
39318
  }
39181
39319
 
39182
39320
  .amis-scope .cxd-Form--column > .cxd-Form-item {
39321
+ flex-shrink: 0;
39183
39322
  flex-grow: 1;
39184
39323
  padding-left: calc(1rem / 2);
39185
39324
  padding-right: calc(1rem / 2);
@@ -39782,6 +39921,8 @@ readers do not read off random characters that represent icons */
39782
39921
  overflow: visible;
39783
39922
  max-width: 100%;
39784
39923
  box-sizing: content-box;
39924
+ /* 变量列表 */
39925
+ /* 函数列表 */
39785
39926
  }
39786
39927
 
39787
39928
  .amis-scope .cxd-FormulaEditor-content {
@@ -39795,20 +39936,33 @@ readers do not read off random characters that represent icons */
39795
39936
  line-height: 1.875rem;
39796
39937
  padding: 0 0.625rem;
39797
39938
  box-sizing: border-box;
39798
- background: #f2f2f4;
39939
+ background: #fafafa;
39799
39940
  border-radius: 0.25rem 0.25rem 0 0;
39800
39941
  border-bottom: 0.0625rem solid #dadbdd;
39801
39942
  font-weight: 500;
39802
39943
  }
39803
39944
 
39804
39945
  .amis-scope .cxd-FormulaEditor-editor {
39805
- min-height: 14.875rem;
39806
- max-height: 20rem;
39807
- height: auto;
39808
- padding: 0.625rem;
39946
+ height: 12.5rem;
39947
+ padding: 0.3125rem;
39809
39948
  padding-right: 0;
39810
39949
  }
39811
39950
 
39951
+ .amis-scope .cxd-FormulaEditor-editor::-webkit-scrollbar {
39952
+ width: 6px;
39953
+ height: 6px;
39954
+ }
39955
+
39956
+ .amis-scope .cxd-FormulaEditor-editor::-webkit-scrollbar-thumb {
39957
+ border-radius: 3px;
39958
+ background: rgba(0, 0, 0, 0.3);
39959
+ }
39960
+
39961
+ .amis-scope .cxd-FormulaEditor-editor .CodeMirror {
39962
+ width: 100%;
39963
+ height: 100%;
39964
+ }
39965
+
39812
39966
  .amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
39813
39967
  border-color: #e8684a;
39814
39968
  }
@@ -39819,111 +39973,298 @@ readers do not read off random characters that represent icons */
39819
39973
 
39820
39974
  .amis-scope .cxd-FormulaEditor-settings {
39821
39975
  display: flex;
39822
- flex-direction: row;
39976
+ flex-flow: row nowrap;
39823
39977
  align-items: stretch;
39824
39978
  justify-content: space-between;
39825
- max-height: 21.875rem;
39826
- margin: 0 -5px;
39979
+ height: 15.625rem;
39980
+ margin-top: 0.625rem;
39827
39981
  }
39828
39982
 
39829
- .amis-scope .cxd-FormulaEditor-settings > div {
39983
+ .amis-scope .cxd-FormulaEditor-panel {
39984
+ display: flex;
39985
+ flex-flow: column nowrap;
39986
+ justify-content: space-between;
39987
+ align-items: stretch;
39988
+ height: 15.625rem;
39989
+ width: 13.75rem;
39990
+ border-radius: 0.25rem;
39991
+ border: 0.0625rem solid #dadbdd;
39992
+ }
39993
+
39994
+ .amis-scope .cxd-FormulaEditor-panel:not(:last-child) {
39995
+ margin-right: 0.625rem;
39996
+ }
39997
+
39998
+ .amis-scope .cxd-FormulaEditor-panel:last-child {
39999
+ flex: 1;
40000
+ }
40001
+
40002
+ .amis-scope .cxd-FormulaEditor-panel-header {
40003
+ width: 100%;
40004
+ height: 1.875rem;
40005
+ line-height: 1.875rem;
40006
+ padding: 0 0.625rem;
40007
+ box-sizing: border-box;
40008
+ background: #fafafa;
40009
+ border-radius: 0.25rem 0.25rem 0 0;
40010
+ border-bottom: 0.0625rem solid #dadbdd;
40011
+ font-weight: 500;
40012
+ }
40013
+
40014
+ .amis-scope .cxd-FormulaEditor-panel-body {
39830
40015
  flex: 1;
39831
- padding: 0 5px;
39832
40016
  display: flex;
39833
- flex-direction: column;
40017
+ flex-flow: column nowrap;
40018
+ max-height: 13.75rem;
39834
40019
  }
39835
40020
 
39836
- .amis-scope .cxd-FormulaEditor-settings > div > h3 {
39837
- padding: 10px 0;
39838
- margin: 0;
39839
- flex-shrink: 0;
40021
+ .amis-scope .cxd-FormulaEditor-VariableList-root {
40022
+ max-height: 13.75rem;
40023
+ }
40024
+
40025
+ .amis-scope .cxd-FormulaEditor-VariableList-root.is-scrollable {
40026
+ overflow-x: hidden;
40027
+ overflow-y: auto;
40028
+ }
40029
+
40030
+ .amis-scope .cxd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar {
40031
+ width: 6px;
40032
+ height: 6px;
40033
+ }
40034
+
40035
+ .amis-scope .cxd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar-thumb {
40036
+ border-radius: 3px;
40037
+ background: rgba(0, 0, 0, 0.3);
40038
+ }
40039
+
40040
+ .amis-scope .cxd-FormulaEditor-VariableList-base {
40041
+ --Form-input-fontSize: var(--fontSizeSm);
40042
+ max-width: inherit;
40043
+ overflow: hidden;
40044
+ }
40045
+
40046
+ .amis-scope .cxd-FormulaEditor-VariableList-tabs {
40047
+ --Tabs-linkFontSize: var(--fontSizeSm);
40048
+ --Tabs--card-linkPadding: 0.3125rem;
40049
+ max-height: 13.75rem;
40050
+ display: flex;
40051
+ flex-flow: column nowrap;
40052
+ justify-content: space-between;
39840
40053
  }
39841
40054
 
39842
- .amis-scope .cxd-FormulaEditor-settings > div > div {
40055
+ .amis-scope .cxd-FormulaEditor-VariableList-tabs > ul {
40056
+ border-top: none;
40057
+ }
40058
+
40059
+ .amis-scope .cxd-FormulaEditor-VariableList-tabs > div {
40060
+ overflow-x: hidden;
40061
+ overflow-y: auto;
39843
40062
  flex: 1;
39844
- min-height: 0;
40063
+ border-radius: 0.25rem;
39845
40064
  }
39846
40065
 
39847
- .amis-scope .cxd-FormulaEditor .cm-field,
39848
- .amis-scope .cxd-FormulaEditor .cm-func {
39849
- border-radius: 2px;
39850
- color: #fff;
39851
- margin: 0 1px;
39852
- padding: 0 2px;
40066
+ .amis-scope .cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
40067
+ width: 6px;
40068
+ height: 6px;
39853
40069
  }
39854
40070
 
39855
- .amis-scope .cxd-FormulaEditor .cm-field {
39856
- background: #007bff;
40071
+ .amis-scope .cxd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
40072
+ border-radius: 3px;
40073
+ background: rgba(0, 0, 0, 0.3);
39857
40074
  }
39858
40075
 
39859
- .amis-scope .cxd-FormulaEditor .cm-func {
39860
- background: #17a2b8;
40076
+ .amis-scope .cxd-FormulaEditor-VariableList-tab {
40077
+ padding: 0;
39861
40078
  }
39862
40079
 
39863
- .amis-scope .cxd-FormulaFuncList {
40080
+ .amis-scope .cxd-FormulaEditor-VariableList-item {
39864
40081
  display: flex;
39865
- flex-direction: column;
40082
+ flex-flow: row nowrap;
40083
+ justify-content: space-between;
40084
+ white-space: nowrap;
39866
40085
  }
39867
40086
 
39868
- .amis-scope .cxd-FormulaFuncList > .cxd-FormulaFuncList-searchBox {
40087
+ .amis-scope .cxd-FormulaEditor-VariableList-item > label {
40088
+ white-space: nowrap;
40089
+ }
40090
+
40091
+ .amis-scope .cxd-FormulaEditor-VariableList-item-tag {
40092
+ vertical-align: middle;
40093
+ text-align: center;
40094
+ padding: 0 0.5rem;
40095
+ line-height: 17px;
40096
+ border-radius: 0.25rem;
40097
+ background: #f5f5f5;
40098
+ color: #000;
40099
+ }
40100
+
40101
+ .amis-scope .cxd-FormulaEditor-FuncList {
40102
+ display: flex;
40103
+ flex-flow: row nowrap;
40104
+ justify-content: space-between;
40105
+ align-items: stretch;
40106
+ flex: 1;
40107
+ }
40108
+
40109
+ .amis-scope .cxd-FormulaEditor-FuncList:not(:last-child) {
40110
+ margin-right: 0.625rem;
40111
+ }
40112
+
40113
+ .amis-scope .cxd-FormulaEditor-FuncList-searchBox {
39869
40114
  display: flex;
39870
40115
  width: auto;
39871
40116
  flex-shrink: 0;
39872
- margin-bottom: 0.5rem;
40117
+ padding: 0.5rem;
39873
40118
  }
39874
40119
 
39875
- .amis-scope .cxd-FormulaFuncList-columns {
40120
+ .amis-scope .cxd-FormulaEditor-FuncList-searchBox > div {
39876
40121
  flex: 1;
39877
- min-height: 0;
39878
- overflow: auto;
39879
- display: flex;
39880
- flex-direction: row;
39881
- justify-content: flex-start;
40122
+ font-size: 0.75rem;
40123
+ height: 1.5rem;
39882
40124
  }
39883
40125
 
39884
- .amis-scope .cxd-FormulaFuncList-columns > div:first-child {
39885
- min-width: 200px;
39886
- flex-shrink: 0;
40126
+ .amis-scope .cxd-FormulaEditor-FuncList-body {
40127
+ flex: 1;
40128
+ overflow-x: hidden;
40129
+ overflow-y: auto;
39887
40130
  }
39888
40131
 
39889
- .amis-scope .cxd-FormulaFuncList-funcItem {
39890
- padding: 0 10px;
39891
- cursor: pointer;
40132
+ .amis-scope .cxd-FormulaEditor-FuncList-body::-webkit-scrollbar {
40133
+ width: 6px;
40134
+ height: 6px;
39892
40135
  }
39893
40136
 
39894
- .amis-scope .cxd-FormulaFuncList-funcItem.is-active {
39895
- background: #eaf6fe;
40137
+ .amis-scope .cxd-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
40138
+ border-radius: 3px;
40139
+ background: rgba(0, 0, 0, 0.3);
39896
40140
  }
39897
40141
 
39898
- .amis-scope .cxd-FormulaFuncList-groupTitle {
39899
- padding: 5px 0;
40142
+ .amis-scope .cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse {
40143
+ border: none;
40144
+ }
40145
+
40146
+ .amis-scope .cxd-FormulaEditor-FuncList-collapseGroup .cxd-FormulaEditor-FuncList-collapse .cxd-FormulaEditor-FuncList-expandIcon {
40147
+ font-size: 0.75rem;
40148
+ line-height: 1.25rem;
40149
+ transform-origin: 0.4375rem 0.5625rem;
40150
+ transition: transform 0.2s;
40151
+ }
40152
+
40153
+ .amis-scope .cxd-FormulaEditor-FuncList-groupTitle {
40154
+ display: flex;
40155
+ flex-flow: row nowrap;
40156
+ justify-content: flex-start;
40157
+ align-items: unset;
40158
+ padding: 0.3125rem 0.625rem;
39900
40159
  background: transparent;
40160
+ font-size: 0.75rem;
40161
+ font-weight: bold;
39901
40162
  }
39902
40163
 
39903
- .amis-scope .cxd-FormulaFuncList-groupBody > div {
40164
+ .amis-scope .cxd-FormulaEditor-FuncList-groupBody > div {
39904
40165
  padding: 5px 0;
39905
40166
  }
39906
40167
 
39907
- .amis-scope .cxd-FormulaFuncList-funcDetail {
39908
- padding: 10px 20px;
40168
+ .amis-scope .cxd-FormulaEditor-FuncList-item {
40169
+ cursor: pointer;
40170
+ padding: 0 1.25rem;
40171
+ height: 1.5rem;
40172
+ line-height: 1.5rem;
40173
+ }
40174
+
40175
+ .amis-scope .cxd-FormulaEditor-FuncList-item.is-active {
40176
+ background: rgba(0, 126, 255, 0.08);
39909
40177
  }
39910
40178
 
39911
- .amis-scope .cxd-FormulaFuncList-funcDetail pre {
40179
+ .amis-scope .cxd-FormulaEditor-FuncList-doc {
40180
+ display: flex;
40181
+ flex-flow: column nowrap;
40182
+ padding: 0.625rem;
40183
+ max-height: 12.5rem;
40184
+ }
40185
+
40186
+ .amis-scope .cxd-FormulaEditor-FuncList-doc pre {
39912
40187
  white-space: pre-wrap;
39913
40188
  word-wrap: break-word;
39914
40189
  background: #f2f2f4;
39915
- padding: 0.625rem;
40190
+ padding: 0.3125rem 0.625rem;
39916
40191
  border-radius: 0.25rem;
39917
40192
  margin-top: 0;
39918
40193
  }
39919
40194
 
39920
- .amis-scope .cxd-FormulaFuncList-funcDetail div {
40195
+ .amis-scope .cxd-FormulaEditor-FuncList-doc pre code {
40196
+ color: #2468f2;
40197
+ }
40198
+
40199
+ .amis-scope .cxd-FormulaEditor-FuncList-doc-desc {
39921
40200
  color: #333;
40201
+ overflow-x: hidden;
40202
+ overflow-y: auto;
40203
+ flex: 1;
40204
+ }
40205
+
40206
+ .amis-scope .cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
40207
+ width: 6px;
40208
+ height: 6px;
40209
+ }
40210
+
40211
+ .amis-scope .cxd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
40212
+ border-radius: 3px;
40213
+ background: rgba(0, 0, 0, 0.3);
40214
+ }
40215
+
40216
+ .amis-scope .cxd-FormulaEditor .cm-field,
40217
+ .amis-scope .cxd-FormulaEditor .cm-func {
40218
+ border-radius: 3px;
40219
+ color: #fff;
40220
+ margin: 0 1px;
40221
+ padding: 0 2px;
40222
+ }
40223
+
40224
+ .amis-scope .cxd-FormulaEditor .cm-field {
40225
+ padding: 3px 5px;
40226
+ }
40227
+
40228
+ .amis-scope .cxd-FormulaEditor .cm-field {
40229
+ background: #007bff;
40230
+ }
40231
+
40232
+ .amis-scope .cxd-FormulaEditor .cm-func {
40233
+ color: #ae4597;
40234
+ font-weight: bold;
40235
+ line-height: 14px;
40236
+ }
40237
+
40238
+ .amis-scope .cxd-FormulaPicker {
40239
+ display: flex;
40240
+ flex-flow: row nowrap;
40241
+ justify-content: space-between;
40242
+ align-items: center;
40243
+ }
40244
+
40245
+ .amis-scope .cxd-FormulaPicker-input {
40246
+ flex: 1;
40247
+ margin-right: 0.625rem;
40248
+ }
40249
+
40250
+ .amis-scope .cxd-FormulaPicker-action {
40251
+ display: flex;
40252
+ justify-content: center;
40253
+ align-items: center;
39922
40254
  }
39923
40255
 
39924
40256
  .amis-scope .cxd-FormulaPicker-icon {
39925
- margin-left: auto;
39926
- margin-right: 0.3125rem;
40257
+ top: 0 !important;
40258
+ font-size: 1.5rem;
40259
+ }
40260
+
40261
+ .amis-scope .cxd-FormulaPicker-icon:not(:last-child) {
40262
+ margin-right: 0.75rem;
40263
+ }
40264
+
40265
+ .amis-scope .cxd-FormulaPicker-icon.is-filled {
40266
+ fill: #2468f2;
40267
+ color: #2468f2;
39927
40268
  }
39928
40269
 
39929
40270
  .amis-scope .cxd-Timeline-vertical {
@@ -42723,15 +43064,6 @@ readers do not read off random characters that represent icons */
42723
43064
  cursor: pointer;
42724
43065
  }
42725
43066
 
42726
- .amis-scope .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
42727
- border-radius: 0.1875rem;
42728
- }
42729
-
42730
- .amis-scope .cxd-InputGroup .cxd-InputGroup-btn:last-child .cxd-Button {
42731
- border-top-left-radius: 0;
42732
- border-bottom-left-radius: 0;
42733
- }
42734
-
42735
43067
  .amis-scope .cxd-Button--iconOnly {
42736
43068
  min-width: 2rem;
42737
43069
  }