amis 1.9.1-beta.12 → 1.9.1-beta.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. package/README.md +1 -1
  2. package/lib/components/Select.js +2 -2
  3. package/lib/components/Select.js.map +2 -2
  4. package/lib/components/formula/Editor.d.ts +44 -40
  5. package/lib/components/formula/Editor.js +16 -5
  6. package/lib/components/formula/Editor.js.map +2 -2
  7. package/lib/components/formula/Picker.d.ts +88 -41
  8. package/lib/components/formula/Picker.js +50 -24
  9. package/lib/components/formula/Picker.js.map +2 -2
  10. package/lib/components/table/HeadCellFilter.js +4 -1
  11. package/lib/components/table/HeadCellFilter.js.map +2 -2
  12. package/lib/components/table/HeadCellSort.js +30 -24
  13. package/lib/components/table/HeadCellSort.js.map +2 -2
  14. package/lib/components/table/index.d.ts +6 -3
  15. package/lib/components/table/index.js +72 -86
  16. package/lib/components/table/index.js.map +2 -2
  17. package/lib/index.js +1 -1
  18. package/lib/locale/zh-CN.js +1 -1
  19. package/lib/locale/zh-CN.js.map +2 -2
  20. package/lib/renderers/Action.d.ts +21 -4
  21. package/lib/renderers/Action.js +44 -20
  22. package/lib/renderers/Action.js.map +2 -2
  23. package/lib/renderers/Breadcrumb.js +2 -2
  24. package/lib/renderers/Breadcrumb.js.map +2 -2
  25. package/lib/renderers/CRUD.js +3 -0
  26. package/lib/renderers/CRUD.js.map +2 -2
  27. package/lib/renderers/Form/InputFormula.d.ts +6 -2
  28. package/lib/renderers/Form/InputFormula.js +4 -3
  29. package/lib/renderers/Form/InputFormula.js.map +2 -2
  30. package/lib/renderers/Form/InputTree.d.ts +4 -0
  31. package/lib/renderers/Form/InputTree.js +2 -2
  32. package/lib/renderers/Form/InputTree.js.map +2 -2
  33. package/lib/renderers/Form/Picker.d.ts +1 -1
  34. package/lib/renderers/Form/Picker.js +38 -23
  35. package/lib/renderers/Form/Picker.js.map +2 -2
  36. package/lib/renderers/Form/wrapControl.js +10 -10
  37. package/lib/renderers/Form/wrapControl.js.map +2 -2
  38. package/lib/renderers/Service.js +0 -1
  39. package/lib/renderers/Service.js.map +2 -2
  40. package/lib/renderers/Steps.d.ts +2 -2
  41. package/lib/renderers/Steps.js +1 -1
  42. package/lib/renderers/Steps.js.map +2 -2
  43. package/lib/renderers/Table/index.js +2 -1
  44. package/lib/renderers/Table/index.js.map +2 -2
  45. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +1 -1
  46. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +38 -24
  47. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +2 -2
  48. package/lib/renderers/Table-v2/index.d.ts +10 -4
  49. package/lib/renderers/Table-v2/index.js +109 -58
  50. package/lib/renderers/Table-v2/index.js.map +2 -2
  51. package/lib/renderers/Tabs.d.ts +6 -2
  52. package/lib/renderers/Tabs.js +21 -0
  53. package/lib/renderers/Tabs.js.map +2 -2
  54. package/lib/store/table-v2.d.ts +210 -4
  55. package/lib/store/table-v2.js +82 -5
  56. package/lib/store/table-v2.js.map +2 -2
  57. package/lib/themes/ang-ie11.css +59 -17
  58. package/lib/themes/ang.css +54 -12
  59. package/lib/themes/ang.css.map +1 -1
  60. package/lib/themes/antd-ie11.css +59 -17
  61. package/lib/themes/antd.css +54 -12
  62. package/lib/themes/antd.css.map +1 -1
  63. package/lib/themes/cxd-ie11.css +210 -168
  64. package/lib/themes/cxd.css +55 -13
  65. package/lib/themes/cxd.css.map +1 -1
  66. package/lib/themes/dark-ie11.css +59 -17
  67. package/lib/themes/dark.css +54 -12
  68. package/lib/themes/dark.css.map +1 -1
  69. package/lib/themes/default-ie11.css +210 -168
  70. package/lib/themes/default.css +55 -13
  71. package/lib/themes/default.css.map +1 -1
  72. package/lib/types.d.ts +1 -1
  73. package/lib/types.js.map +1 -1
  74. package/lib/utils/formula.js +4 -3
  75. package/lib/utils/formula.js.map +2 -2
  76. package/package.json +2 -2
  77. package/schema.json +22 -14
  78. package/scss/components/_formula.scss +45 -4
  79. package/scss/components/_modal.scss +1 -1
  80. package/scss/components/form/_checks.scss +47 -44
  81. package/scss/components/form/_icon-picker.scss +10 -6
  82. package/scss/components/form/_select.scss +3 -2
  83. package/scss/components/form/_switch.scss +1 -0
  84. package/scss/components/form/_text.scss +2 -0
  85. package/scss/themes/_cxd-variables.scss +1 -1
  86. package/sdk/ang-ie11.css +66 -17
  87. package/sdk/ang.css +61 -12
  88. package/sdk/antd-ie11.css +66 -17
  89. package/sdk/antd.css +61 -12
  90. package/sdk/barcode.js +51 -51
  91. package/sdk/charts.js +14 -14
  92. package/sdk/codemirror.js +7 -7
  93. package/sdk/color-picker.js +65 -65
  94. package/sdk/cropperjs.js +2 -2
  95. package/sdk/cxd-ie11.css +217 -168
  96. package/sdk/cxd.css +62 -13
  97. package/sdk/dark-ie11.css +66 -17
  98. package/sdk/dark.css +61 -12
  99. package/sdk/exceljs.js +1 -1
  100. package/sdk/markdown.js +69 -69
  101. package/sdk/papaparse.js +1 -1
  102. package/sdk/renderers/Form/CityDB.js +1 -1
  103. package/sdk/rest.js +16 -16
  104. package/sdk/rich-text.js +62 -62
  105. package/sdk/sdk-ie11.css +217 -168
  106. package/sdk/sdk.css +62 -13
  107. package/sdk/sdk.js +1342 -1338
  108. package/sdk/thirds/hls.js/hls.js +1 -1
  109. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  110. package/sdk/tinymce.js +57 -57
  111. package/src/components/Select.tsx +3 -6
  112. package/src/components/formula/Editor.tsx +51 -23
  113. package/src/components/formula/Picker.tsx +68 -12
  114. package/src/components/table/HeadCellFilter.tsx +4 -1
  115. package/src/components/table/HeadCellSort.tsx +1 -1
  116. package/src/components/table/index.tsx +66 -90
  117. package/src/locale/zh-CN.ts +1 -1
  118. package/src/renderers/Action.tsx +64 -19
  119. package/src/renderers/Breadcrumb.tsx +11 -12
  120. package/src/renderers/CRUD.tsx +2 -0
  121. package/src/renderers/Form/InputFormula.tsx +11 -3
  122. package/src/renderers/Form/InputTree.tsx +7 -0
  123. package/src/renderers/Form/Picker.tsx +11 -1
  124. package/src/renderers/Form/wrapControl.tsx +10 -10
  125. package/src/renderers/Service.tsx +0 -1
  126. package/src/renderers/Steps.tsx +5 -5
  127. package/src/renderers/Table/index.tsx +9 -7
  128. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +14 -9
  129. package/src/renderers/Table-v2/index.tsx +130 -58
  130. package/src/renderers/Tabs.tsx +33 -3
  131. package/src/store/table-v2.ts +104 -7
  132. package/src/types.ts +2 -1
  133. package/src/utils/formula.ts +5 -3
package/sdk/sdk-ie11.css CHANGED
@@ -24333,7 +24333,7 @@ readers do not read off random characters that represent icons */
24333
24333
  .amis-scope {
24334
24334
  color: #151a26;
24335
24335
  background: #ffffff;
24336
- font-size: 12px;
24336
+ font-size: 14px;
24337
24337
  font-weight: 400;
24338
24338
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC",
24339
24339
  "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI",
@@ -25891,10 +25891,10 @@ readers do not read off random characters that represent icons */
25891
25891
  padding: calc(
25892
25892
  (
25893
25893
  2rem - 0.0625rem * 2 -
25894
- 1.4285714286 * 12px
25894
+ 1.4285714286 * 14px
25895
25895
  ) / 2
25896
25896
  ) 0.75rem;
25897
- font-size: 12px;
25897
+ font-size: 14px;
25898
25898
  line-height: 1.4285714286;
25899
25899
  border-radius: 0.25rem;
25900
25900
  height: 2rem;
@@ -26176,7 +26176,7 @@ readers do not read off random characters that represent icons */
26176
26176
  }
26177
26177
 
26178
26178
  .amis-scope .cxd-Button--xs img.cxd-Button-icon {
26179
- height: 12px;
26179
+ height: 14px;
26180
26180
  vertical-align: middle;
26181
26181
  }
26182
26182
 
@@ -26220,7 +26220,7 @@ readers do not read off random characters that represent icons */
26220
26220
  }
26221
26221
 
26222
26222
  .amis-scope .cxd-Button--sm img.cxd-Button-icon {
26223
- height: 12px;
26223
+ height: 14px;
26224
26224
  vertical-align: middle;
26225
26225
  }
26226
26226
 
@@ -26232,10 +26232,10 @@ readers do not read off random characters that represent icons */
26232
26232
  padding: calc(
26233
26233
  (
26234
26234
  2rem - 0.0625rem * 2 -
26235
- 1.4285714286 * 12px
26235
+ 1.4285714286 * 14px
26236
26236
  ) / 2
26237
26237
  ) 0.75rem;
26238
- font-size: 12px;
26238
+ font-size: 14px;
26239
26239
  line-height: 1.4285714286;
26240
26240
  border-radius: 0.25rem;
26241
26241
  height: 2rem;
@@ -26264,7 +26264,7 @@ readers do not read off random characters that represent icons */
26264
26264
  }
26265
26265
 
26266
26266
  .amis-scope .cxd-Button--md img.cxd-Button-icon {
26267
- height: 12px;
26267
+ height: 14px;
26268
26268
  vertical-align: middle;
26269
26269
  }
26270
26270
 
@@ -26308,7 +26308,7 @@ readers do not read off random characters that represent icons */
26308
26308
  }
26309
26309
 
26310
26310
  .amis-scope .cxd-Button--lg img.cxd-Button-icon {
26311
- height: 12px;
26311
+ height: 14px;
26312
26312
  vertical-align: middle;
26313
26313
  }
26314
26314
 
@@ -26370,7 +26370,7 @@ readers do not read off random characters that represent icons */
26370
26370
  }
26371
26371
 
26372
26372
  .amis-scope .cxd-Button img.cxd-Button-icon {
26373
- height: 12px;
26373
+ height: 14px;
26374
26374
  vertical-align: middle;
26375
26375
  }
26376
26376
 
@@ -26961,7 +26961,7 @@ readers do not read off random characters that represent icons */
26961
26961
  }
26962
26962
 
26963
26963
  .amis-scope .cxd-Modal-footer .cxd-Button {
26964
- width: 4.5rem;
26964
+ min-width: 4.5rem;
26965
26965
  margin-left: 0.5rem;
26966
26966
  }
26967
26967
 
@@ -27530,7 +27530,7 @@ readers do not read off random characters that represent icons */
27530
27530
  .amis-scope .cxd-Tooltip-title {
27531
27531
  padding: 0.5rem 0.75rem 0;
27532
27532
  margin-bottom: 0;
27533
- font-size: 12px;
27533
+ font-size: 14px;
27534
27534
  color: #333;
27535
27535
  font-weight: 500;
27536
27536
  border-top-left-radius: calc( 0.428rem - 0.0625rem );
@@ -27720,7 +27720,7 @@ readers do not read off random characters that represent icons */
27720
27720
  word-break: normal;
27721
27721
  word-spacing: normal;
27722
27722
  word-wrap: normal;
27723
- font-size: 12px;
27723
+ font-size: 14px;
27724
27724
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27725
27725
  border: 0.0625rem solid #e8e9eb;
27726
27726
  border-radius: 0.25rem;
@@ -27799,7 +27799,7 @@ readers do not read off random characters that represent icons */
27799
27799
  word-break: normal;
27800
27800
  word-spacing: normal;
27801
27801
  word-wrap: normal;
27802
- font-size: 12px;
27802
+ font-size: 14px;
27803
27803
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
27804
27804
  border: 0.0625rem solid #e8e9eb;
27805
27805
  border-radius: 0.25rem;
@@ -28180,7 +28180,7 @@ readers do not read off random characters that represent icons */
28180
28180
 
28181
28181
  .amis-scope .cxd-Toast-content .cxd-Toast-title {
28182
28182
  color: #151a26;
28183
- font-size: 12px;
28183
+ font-size: 14px;
28184
28184
  font-weight: 500;
28185
28185
  line-height: 1.5rem;
28186
28186
  margin-bottom: 0.25rem;
@@ -28344,7 +28344,7 @@ readers do not read off random characters that represent icons */
28344
28344
 
28345
28345
  .amis-scope .cxd-Alert-content .cxd-Alert-title {
28346
28346
  color: #151a26;
28347
- font-size: 12px;
28347
+ font-size: 14px;
28348
28348
  font-weight: 500;
28349
28349
  line-height: 1.5rem;
28350
28350
  margin-bottom: 0.25rem;
@@ -28442,7 +28442,7 @@ readers do not read off random characters that represent icons */
28442
28442
  padding-top: calc(
28443
28443
  (
28444
28444
  2rem - 1.4285714286 *
28445
- 12px
28445
+ 14px
28446
28446
  ) / 2
28447
28447
  );
28448
28448
  }
@@ -28494,7 +28494,7 @@ readers do not read off random characters that represent icons */
28494
28494
  }
28495
28495
 
28496
28496
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
28497
- height: 12px;
28497
+ height: 14px;
28498
28498
  vertical-align: middle;
28499
28499
  }
28500
28500
 
@@ -28565,7 +28565,7 @@ readers do not read off random characters that represent icons */
28565
28565
  padding: calc(
28566
28566
  (
28567
28567
  2rem - 1.4285714286 *
28568
- 12px
28568
+ 14px
28569
28569
  ) / 2
28570
28570
  ) 0.25rem;
28571
28571
  cursor: pointer;
@@ -29287,7 +29287,7 @@ readers do not read off random characters that represent icons */
29287
29287
 
29288
29288
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a {
29289
29289
  /* 最少展示一个字 */
29290
- min-width: 12px;
29290
+ min-width: 14px;
29291
29291
  }
29292
29292
 
29293
29293
  .amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
@@ -30939,7 +30939,7 @@ readers do not read off random characters that represent icons */
30939
30939
  .amis-scope .cxd-DropDown-menuItem,
30940
30940
  .amis-scope .cxd-DropDown-menu > li {
30941
30941
  padding: calc(
30942
- (2.125rem - 12px * 1.5) /
30942
+ (2.125rem - 14px * 1.5) /
30943
30943
  2
30944
30944
  ) 0.5rem;
30945
30945
  white-space: nowrap;
@@ -31532,7 +31532,7 @@ readers do not read off random characters that represent icons */
31532
31532
 
31533
31533
  .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
31534
31534
  text-align: center;
31535
- font-size: 12px;
31535
+ font-size: 14px;
31536
31536
  border-top: none;
31537
31537
  border-bottom: none;
31538
31538
  }
@@ -32241,7 +32241,7 @@ readers do not read off random characters that represent icons */
32241
32241
  }
32242
32242
 
32243
32243
  .amis-scope .cxd-Wizard-steps {
32244
- font-size: 12px;
32244
+ font-size: 14px;
32245
32245
  padding: 0.625rem 0;
32246
32246
  background: #fff;
32247
32247
  border-bottom: 0 solid #e8e9eb;
@@ -32388,7 +32388,7 @@ readers do not read off random characters that represent icons */
32388
32388
  cursor: pointer;
32389
32389
  vertical-align: middle;
32390
32390
  user-select: none;
32391
- line-height: calc( 1.4285714286 * 12px - 0.125rem );
32391
+ line-height: calc( 1.4285714286 * 14px - 0.125rem );
32392
32392
  display: inline-block;
32393
32393
  font-size: 12px;
32394
32394
  color: #2468f2;
@@ -32789,7 +32789,7 @@ readers do not read off random characters that represent icons */
32789
32789
  2
32790
32790
  ) 0.625rem;
32791
32791
  border-bottom: 0.0625rem solid #fff;
32792
- font-size: 12px;
32792
+ font-size: 14px;
32793
32793
  color: #333;
32794
32794
  font-weight: 400;
32795
32795
  white-space: nowrap;
@@ -34365,7 +34365,7 @@ readers do not read off random characters that represent icons */
34365
34365
  20 / 12
34366
34366
  ) / 2
34367
34367
  ) 0.625rem;
34368
- font-size: 12px;
34368
+ font-size: 14px;
34369
34369
  color: #333;
34370
34370
  font-weight: 400;
34371
34371
  white-space: nowrap;
@@ -35883,7 +35883,7 @@ readers do not read off random characters that represent icons */
35883
35883
  .amis-scope .cxd-ColumnToggler-menuItem,
35884
35884
  .amis-scope .cxd-ColumnToggler-menu > li {
35885
35885
  padding: calc(
35886
- (2.125rem - 12px * 1.5) /
35886
+ (2.125rem - 14px * 1.5) /
35887
35887
  2
35888
35888
  ) 0.5rem;
35889
35889
  white-space: nowrap;
@@ -36268,7 +36268,7 @@ readers do not read off random characters that represent icons */
36268
36268
  .amis-scope .cxd-ListItem-title {
36269
36269
  margin: 0;
36270
36270
  padding: 0;
36271
- font-size: 12px;
36271
+ font-size: 14px;
36272
36272
  color: #333;
36273
36273
  font-weight: 400;
36274
36274
  }
@@ -36560,7 +36560,7 @@ readers do not read off random characters that represent icons */
36560
36560
  }
36561
36561
 
36562
36562
  .amis-scope .cxd-Card-subTitle {
36563
- max-height: calc(12px * 1.5 * 2);
36563
+ max-height: calc(14px * 1.5 * 2);
36564
36564
  overflow: hidden;
36565
36565
  text-overflow: ellipsis;
36566
36566
  color: #b8babf;
@@ -38121,7 +38121,7 @@ readers do not read off random characters that represent icons */
38121
38121
  }
38122
38122
 
38123
38123
  .amis-scope .cxd-Image-title {
38124
- font-size: 12px;
38124
+ font-size: 14px;
38125
38125
  color: #333;
38126
38126
  }
38127
38127
 
@@ -38198,10 +38198,10 @@ readers do not read off random characters that represent icons */
38198
38198
  padding: calc(
38199
38199
  (
38200
38200
  2rem - 1.4285714286 *
38201
- 12px - 0.125rem
38201
+ 14px - 0.125rem
38202
38202
  ) / 2
38203
38203
  ) 0.625rem;
38204
- font-size: 12px;
38204
+ font-size: 14px;
38205
38205
  flex-wrap: wrap;
38206
38206
  justify-content: flex-start;
38207
38207
  }
@@ -38214,7 +38214,7 @@ readers do not read off random characters that represent icons */
38214
38214
  border: none;
38215
38215
  color: #151b26;
38216
38216
  width: 100%;
38217
- height: calc(1.4285714286 * 12px);
38217
+ height: calc(1.4285714286 * 14px);
38218
38218
  }
38219
38219
 
38220
38220
  .amis-scope .cxd-InputBox input::placeholder {
@@ -38350,10 +38350,10 @@ readers do not read off random characters that represent icons */
38350
38350
  padding: calc(
38351
38351
  (
38352
38352
  2rem - 1.4285714286 *
38353
- 12px - 0.125rem
38353
+ 14px - 0.125rem
38354
38354
  ) / 2
38355
38355
  ) 0.625rem;
38356
- font-size: 12px;
38356
+ font-size: 14px;
38357
38357
  flex-wrap: wrap;
38358
38358
  justify-content: flex-start;
38359
38359
  align-items: center;
@@ -38589,10 +38589,10 @@ readers do not read off random characters that represent icons */
38589
38589
  padding: calc(
38590
38590
  (
38591
38591
  2rem - 1.4285714286 *
38592
- 12px - 0.125rem
38592
+ 14px - 0.125rem
38593
38593
  ) / 2
38594
38594
  ) 0.625rem;
38595
- font-size: 12px;
38595
+ font-size: 14px;
38596
38596
  flex-wrap: wrap;
38597
38597
  justify-content: flex-start;
38598
38598
  flex-wrap: wrap;
@@ -38611,7 +38611,7 @@ readers do not read off random characters that represent icons */
38611
38611
  border: none;
38612
38612
  color: #151b26;
38613
38613
  width: 100%;
38614
- height: calc(1.4285714286 * 12px);
38614
+ height: calc(1.4285714286 * 14px);
38615
38615
  }
38616
38616
 
38617
38617
  .amis-scope .cxd-ResultBox input::placeholder {
@@ -38771,7 +38771,7 @@ readers do not read off random characters that represent icons */
38771
38771
  .amis-scope .cxd-ResultBox-value {
38772
38772
  background: #f7f7f9;
38773
38773
  color: #000;
38774
- font-size: 12px;
38774
+ font-size: 14px;
38775
38775
  padding: 0 0.25rem;
38776
38776
  min-height: 1.5rem;
38777
38777
  flex-wrap: nowrap;
@@ -38917,7 +38917,7 @@ readers do not read off random characters that represent icons */
38917
38917
  display: inline-flex;
38918
38918
  flex-direction: row;
38919
38919
  line-height: 1.4285714286;
38920
- font-size: 12px;
38920
+ font-size: 14px;
38921
38921
  flex-wrap: nowrap;
38922
38922
  align-items: center;
38923
38923
  justify-content: flex-end;
@@ -39008,7 +39008,7 @@ readers do not read off random characters that represent icons */
39008
39008
  background: transparent;
39009
39009
  color: #151b26;
39010
39010
  width: 0;
39011
- height: calc(1.4285714286 * 12px);
39011
+ height: calc(1.4285714286 * 14px);
39012
39012
  }
39013
39013
 
39014
39014
  .amis-scope .cxd-SearchBox > input::placeholder {
@@ -39059,7 +39059,7 @@ readers do not read off random characters that represent icons */
39059
39059
  .amis-scope .cxd-ListMenu-groupLabel {
39060
39060
  font-size: 10px;
39061
39061
  color: #b8babf;
39062
- padding: calc( ( 1.875rem - 1.4285714286 * 12px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
39062
+ padding: calc( ( 1.875rem - 1.4285714286 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
39063
39063
  }
39064
39064
 
39065
39065
  .amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
@@ -39071,9 +39071,9 @@ readers do not read off random characters that represent icons */
39071
39071
  min-height: 1.875rem;
39072
39072
  color: #333;
39073
39073
  line-height: 1.4285714286;
39074
- font-size: 12px;
39074
+ font-size: 14px;
39075
39075
  cursor: pointer;
39076
- padding: calc( ( 1.875rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
39076
+ padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
39077
39077
  }
39078
39078
 
39079
39079
  .amis-scope .cxd-ListMenu-item.is-active {
@@ -39096,9 +39096,9 @@ readers do not read off random characters that represent icons */
39096
39096
  min-height: 1.875rem;
39097
39097
  color: #b8babf;
39098
39098
  line-height: 1.4285714286;
39099
- font-size: 12px;
39099
+ font-size: 14px;
39100
39100
  cursor: pointer;
39101
- padding: calc( ( 1.875rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
39101
+ padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
39102
39102
  }
39103
39103
 
39104
39104
  .amis-scope .cxd-PopOver > .cxd-ListMenu {
@@ -39258,7 +39258,7 @@ readers do not read off random characters that represent icons */
39258
39258
  }
39259
39259
 
39260
39260
  .amis-scope .cxd-Icon {
39261
- height: 12px;
39261
+ height: 14px;
39262
39262
  vertical-align: middle;
39263
39263
  }
39264
39264
 
@@ -39338,7 +39338,7 @@ readers do not read off random characters that represent icons */
39338
39338
 
39339
39339
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
39340
39340
  padding-left: 0.625rem;
39341
- font-size: 12px;
39341
+ font-size: 14px;
39342
39342
  color: #151a26;
39343
39343
  }
39344
39344
 
@@ -39900,7 +39900,7 @@ readers do not read off random characters that represent icons */
39900
39900
 
39901
39901
  .amis-scope fieldset.cxd-Collapse--base > legend {
39902
39902
  left: 1rem;
39903
- font-size: 12px;
39903
+ font-size: 14px;
39904
39904
  padding: 0 8px;
39905
39905
  margin: 0 0 0 -8px;
39906
39906
  }
@@ -40142,7 +40142,7 @@ readers do not read off random characters that represent icons */
40142
40142
  line-height: calc( 2rem - calc(
40143
40143
  (
40144
40144
  2rem - 1.4285714286 *
40145
- 12px - 0.125rem
40145
+ 14px - 0.125rem
40146
40146
  ) / 2
40147
40147
  ) * 2 - 0.0625rem * 2 );
40148
40148
  height: 2rem;
@@ -40150,7 +40150,7 @@ readers do not read off random characters that represent icons */
40150
40150
  padding: calc(
40151
40151
  (
40152
40152
  2rem - 1.4285714286 *
40153
- 12px - 0.125rem
40153
+ 14px - 0.125rem
40154
40154
  ) / 2
40155
40155
  ) 0.625rem;
40156
40156
  }
@@ -40286,10 +40286,10 @@ readers do not read off random characters that represent icons */
40286
40286
  padding: calc(
40287
40287
  (
40288
40288
  2rem - 1.4285714286 *
40289
- 12px - 0.125rem
40289
+ 14px - 0.125rem
40290
40290
  ) / 2
40291
40291
  ) 0.625rem;
40292
- font-size: 12px;
40292
+ font-size: 14px;
40293
40293
  flex-wrap: wrap;
40294
40294
  justify-content: flex-start;
40295
40295
  }
@@ -40302,7 +40302,7 @@ readers do not read off random characters that represent icons */
40302
40302
  border: none;
40303
40303
  color: #151b26;
40304
40304
  width: 100%;
40305
- height: calc(1.4285714286 * 12px);
40305
+ height: calc(1.4285714286 * 14px);
40306
40306
  }
40307
40307
 
40308
40308
  .amis-scope .cxd-TextControl-input input::placeholder {
@@ -40349,7 +40349,7 @@ readers do not read off random characters that represent icons */
40349
40349
  }
40350
40350
 
40351
40351
  .amis-scope .cxd-TextControl-spinner {
40352
- line-height: calc( 1.4285714286 * 12px );
40352
+ line-height: calc( 1.4285714286 * 14px );
40353
40353
  }
40354
40354
 
40355
40355
  .amis-scope .cxd-TextControl-clear {
@@ -40400,7 +40400,7 @@ readers do not read off random characters that represent icons */
40400
40400
  top: calc(
40401
40401
  (
40402
40402
  2rem - 1.4285714286 *
40403
- 12px - 0.125rem
40403
+ 14px - 0.125rem
40404
40404
  ) / 2
40405
40405
  );
40406
40406
  margin-top: calc(2 * 0.0625rem);
@@ -40543,7 +40543,7 @@ readers do not read off random characters that represent icons */
40543
40543
  }
40544
40544
 
40545
40545
  .amis-scope .cxd-TextControl-sugItem {
40546
- padding: calc( ( 2rem - 1.4285714286 * 12px - 0.125rem ) / 2 ) 0.75rem;
40546
+ padding: calc( ( 2rem - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.75rem;
40547
40547
  }
40548
40548
 
40549
40549
  .amis-scope .cxd-TextControl-sugItem svg {
@@ -40568,7 +40568,7 @@ readers do not read off random characters that represent icons */
40568
40568
 
40569
40569
  .amis-scope .cxd-TextControl-value {
40570
40570
  user-select: none;
40571
- line-height: calc( 1.4285714286 * 12px );
40571
+ line-height: calc( 1.4285714286 * 14px );
40572
40572
  vertical-align: middle;
40573
40573
  display: inline-block;
40574
40574
  }
@@ -40579,7 +40579,7 @@ readers do not read off random characters that represent icons */
40579
40579
  padding: calc(calc(
40580
40580
  (
40581
40581
  2rem - 1.4285714286 *
40582
- 12px - 0.125rem
40582
+ 14px - 0.125rem
40583
40583
  ) / 2
40584
40584
  ) - 0.125rem) calc(0.625rem - 0.1875rem);
40585
40585
  }
@@ -40603,7 +40603,7 @@ readers do not read off random characters that represent icons */
40603
40603
 
40604
40604
  .amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-value {
40605
40605
  white-space: nowrap;
40606
- line-height: calc( 1.4285714286 * 12px - 0.125rem );
40606
+ line-height: calc( 1.4285714286 * 14px - 0.125rem );
40607
40607
  font-size: 12px;
40608
40608
  background: #f7f7f9;
40609
40609
  border-radius: 0.125rem;
@@ -40643,6 +40643,8 @@ readers do not read off random characters that represent icons */
40643
40643
 
40644
40644
  .amis-scope .cxd-TextControl-revealPassword {
40645
40645
  font-size: 0;
40646
+ display: inline-flex;
40647
+ align-items: center;
40646
40648
  }
40647
40649
 
40648
40650
  .amis-scope .cxd-TextControl-revealPassword .icon {
@@ -40681,10 +40683,10 @@ readers do not read off random characters that represent icons */
40681
40683
  padding: calc(
40682
40684
  (
40683
40685
  2rem - 1.4285714286 *
40684
- 12px - 0.125rem
40686
+ 14px - 0.125rem
40685
40687
  ) / 2
40686
40688
  ) 0.625rem;
40687
- font-size: 12px;
40689
+ font-size: 14px;
40688
40690
  flex-wrap: wrap;
40689
40691
  justify-content: flex-start;
40690
40692
  }
@@ -40697,7 +40699,7 @@ readers do not read off random characters that represent icons */
40697
40699
  border: none;
40698
40700
  color: #151b26;
40699
40701
  width: 100%;
40700
- height: calc(1.4285714286 * 12px);
40702
+ height: calc(1.4285714286 * 14px);
40701
40703
  }
40702
40704
 
40703
40705
  .amis-scope .cxd-TextareaControl-input input::placeholder {
@@ -40744,7 +40746,7 @@ readers do not read off random characters that represent icons */
40744
40746
  }
40745
40747
 
40746
40748
  .amis-scope .cxd-TextareaControl-spinner {
40747
- line-height: calc( 1.4285714286 * 12px );
40749
+ line-height: calc( 1.4285714286 * 14px );
40748
40750
  }
40749
40751
 
40750
40752
  .amis-scope .cxd-TextareaControl-clear {
@@ -40794,10 +40796,10 @@ readers do not read off random characters that represent icons */
40794
40796
  padding: calc(
40795
40797
  (
40796
40798
  2rem - 1.4285714286 *
40797
- 12px - 0.125rem
40799
+ 14px - 0.125rem
40798
40800
  ) / 2
40799
40801
  ) 0.625rem;
40800
- font-size: 12px;
40802
+ font-size: 14px;
40801
40803
  display: block;
40802
40804
  width: 100%;
40803
40805
  line-height: 1.4285714286;
@@ -40829,7 +40831,7 @@ readers do not read off random characters that represent icons */
40829
40831
  bottom: calc(
40830
40832
  (
40831
40833
  2rem - 1.4285714286 *
40832
- 12px - 0.125rem
40834
+ 14px - 0.125rem
40833
40835
  ) / 2
40834
40836
  );
40835
40837
  font-size: 12px;
@@ -40863,7 +40865,7 @@ readers do not read off random characters that represent icons */
40863
40865
  bottom: calc(
40864
40866
  (
40865
40867
  2rem - 1.4285714286 *
40866
- 12px - 0.125rem
40868
+ 14px - 0.125rem
40867
40869
  ) / 2
40868
40870
  );
40869
40871
  }
@@ -41176,6 +41178,7 @@ readers do not read off random characters that represent icons */
41176
41178
  margin-left: 0;
41177
41179
  border: 0;
41178
41180
  border-style: solid;
41181
+ background: transparent;
41179
41182
  }
41180
41183
 
41181
41184
  .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
@@ -41313,7 +41316,7 @@ readers do not read off random characters that represent icons */
41313
41316
  margin-bottom: calc(
41314
41317
  (
41315
41318
  2rem - 1.4285714286 *
41316
- 12px
41319
+ 14px
41317
41320
  ) / 2
41318
41321
  );
41319
41322
  }
@@ -41368,8 +41371,8 @@ readers do not read off random characters that represent icons */
41368
41371
  .amis-scope .cxd-Selection > .cxd-Checkbox {
41369
41372
  display: block;
41370
41373
  line-height: 1.4285714286;
41371
- font-size: 12px;
41372
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) calc(0.5rem + 1rem);
41374
+ font-size: 14px;
41375
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) calc(0.5rem + 1rem);
41373
41376
  }
41374
41377
 
41375
41378
  .amis-scope .cxd-Selection--inline > .cxd-Checkbox {
@@ -41406,8 +41409,8 @@ readers do not read off random characters that represent icons */
41406
41409
  .amis-scope .cxd-GroupedSelection-item {
41407
41410
  display: flex;
41408
41411
  line-height: 1.4285714286;
41409
- font-size: 12px;
41410
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
41412
+ font-size: 14px;
41413
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
41411
41414
  flex-direction: row;
41412
41415
  cursor: pointer;
41413
41416
  user-select: none;
@@ -41450,8 +41453,8 @@ readers do not read off random characters that represent icons */
41450
41453
  .amis-scope .cxd-GroupedSelection-placeholder {
41451
41454
  height: 2rem;
41452
41455
  line-height: 1.4285714286;
41453
- font-size: 12px;
41454
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
41456
+ font-size: 14px;
41457
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
41455
41458
  color: #b8babf;
41456
41459
  height: 100%;
41457
41460
  display: flex;
@@ -41523,7 +41526,7 @@ readers do not read off random characters that represent icons */
41523
41526
  align-items: center;
41524
41527
  line-height: 1.5rem;
41525
41528
  position: relative;
41526
- font-size: 12px;
41529
+ font-size: 14px;
41527
41530
  padding: 0 0.5rem;
41528
41531
  flex-direction: row;
41529
41532
  cursor: pointer;
@@ -41562,8 +41565,8 @@ readers do not read off random characters that represent icons */
41562
41565
  .amis-scope .cxd-TreeSelection-placeholder {
41563
41566
  height: 2rem;
41564
41567
  line-height: 1.4285714286;
41565
- font-size: 12px;
41566
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
41568
+ font-size: 14px;
41569
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
41567
41570
  color: #b8babf;
41568
41571
  }
41569
41572
 
@@ -41591,8 +41594,8 @@ readers do not read off random characters that represent icons */
41591
41594
  .amis-scope .cxd-ChainedSelection-item {
41592
41595
  display: flex;
41593
41596
  line-height: 1.4285714286;
41594
- font-size: 12px;
41595
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
41597
+ font-size: 14px;
41598
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
41596
41599
  flex-direction: row;
41597
41600
  cursor: pointer;
41598
41601
  user-select: none;
@@ -41628,8 +41631,8 @@ readers do not read off random characters that represent icons */
41628
41631
  .amis-scope .cxd-ChainedSelection-placeholder {
41629
41632
  height: 2rem;
41630
41633
  line-height: 1.4285714286;
41631
- font-size: 12px;
41632
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
41634
+ font-size: 14px;
41635
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
41633
41636
  color: #b8babf;
41634
41637
  }
41635
41638
 
@@ -41708,10 +41711,10 @@ readers do not read off random characters that represent icons */
41708
41711
  padding: calc(
41709
41712
  (
41710
41713
  2rem - 1.4285714286 *
41711
- 12px - 0.125rem
41714
+ 14px - 0.125rem
41712
41715
  ) / 2
41713
41716
  ) 0.625rem;
41714
- font-size: 12px;
41717
+ font-size: 14px;
41715
41718
  }
41716
41719
 
41717
41720
  .amis-scope .cxd-CityPicker-input::placeholder {
@@ -41747,10 +41750,10 @@ readers do not read off random characters that represent icons */
41747
41750
  padding: calc(
41748
41751
  (
41749
41752
  2rem - 1.4285714286 *
41750
- 12px - 0.125rem
41753
+ 14px - 0.125rem
41751
41754
  ) / 2
41752
41755
  ) 0.625rem;
41753
- font-size: 12px;
41756
+ font-size: 14px;
41754
41757
  display: inline-flex !important;
41755
41758
  }
41756
41759
 
@@ -41777,6 +41780,7 @@ readers do not read off random characters that represent icons */
41777
41780
  margin: 0;
41778
41781
  vertical-align: middle;
41779
41782
  text-align: left;
41783
+ transition: all 0.5s ease;
41780
41784
  }
41781
41785
 
41782
41786
  .amis-scope .cxd-Switch.is-disabled {
@@ -41868,7 +41872,7 @@ readers do not read off random characters that represent icons */
41868
41872
  margin: 0;
41869
41873
  padding: 0;
41870
41874
  line-height: 2rem;
41871
- font-size: 12px;
41875
+ font-size: 14px;
41872
41876
  height: 2rem;
41873
41877
  display: inline-block;
41874
41878
  vertical-align: middle;
@@ -42185,12 +42189,12 @@ readers do not read off random characters that represent icons */
42185
42189
  align-items: center;
42186
42190
  outline: none;
42187
42191
  position: relative;
42188
- font-size: 12px;
42192
+ font-size: 14px;
42189
42193
  border: 0.0625rem solid #e8e9eb;
42190
42194
  background: #fff;
42191
42195
  border-radius: 0.25rem;
42192
42196
  min-height: 2rem;
42193
- padding: calc( ( 2rem - 1.4285714286 * 12px - 0.0625rem * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 12px - 0.0625rem * 2 ) / 2 ) 0.625rem;
42197
+ padding: calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0.625rem;
42194
42198
  cursor: pointer;
42195
42199
  color: #000;
42196
42200
  }
@@ -42262,7 +42266,7 @@ readers do not read off random characters that represent icons */
42262
42266
  }
42263
42267
 
42264
42268
  .amis-scope .cxd-Select-value {
42265
- line-height: calc( 1.4285714286 * 12px );
42269
+ line-height: calc( 1.4285714286 * 14px );
42266
42270
  white-space: nowrap;
42267
42271
  max-width: 100%;
42268
42272
  overflow: hidden;
@@ -42301,7 +42305,7 @@ readers do not read off random characters that represent icons */
42301
42305
  position: static;
42302
42306
  white-space: normal;
42303
42307
  user-select: none;
42304
- line-height: calc( 1.4285714286 * 12px - 0.125rem );
42308
+ line-height: calc( 1.4285714286 * 14px - 0.125rem );
42305
42309
  display: inline-block;
42306
42310
  vertical-align: middle;
42307
42311
  font-size: 12px;
@@ -42436,6 +42440,7 @@ readers do not read off random characters that represent icons */
42436
42440
  }
42437
42441
 
42438
42442
  .amis-scope .cxd-Select-input > input {
42443
+ width: 100%;
42439
42444
  outline: none;
42440
42445
  border: none;
42441
42446
  flex-grow: 1;
@@ -42446,8 +42451,7 @@ readers do not read off random characters that represent icons */
42446
42451
 
42447
42452
  .amis-scope .cxd-Select-option {
42448
42453
  cursor: pointer;
42449
- min-width: 7.5rem;
42450
- padding: calc( ( 1.5rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
42454
+ padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
42451
42455
  }
42452
42456
 
42453
42457
  .amis-scope .cxd-Select-option.is-active {
@@ -42484,7 +42488,7 @@ readers do not read off random characters that represent icons */
42484
42488
  line-height: 1.4285714286;
42485
42489
  font-size: 12px;
42486
42490
  user-select: none;
42487
- padding: calc( ( 1.5rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
42491
+ padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
42488
42492
  }
42489
42493
 
42490
42494
  .amis-scope .cxd-Select-option-hl {
@@ -42494,7 +42498,7 @@ readers do not read off random characters that represent icons */
42494
42498
  .amis-scope .cxd-Select-addBtn {
42495
42499
  display: block;
42496
42500
  cursor: pointer;
42497
- padding: calc( ( 1.5rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
42501
+ padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
42498
42502
  }
42499
42503
 
42500
42504
  .amis-scope .cxd-Select-addBtn:hover {
@@ -42514,7 +42518,7 @@ readers do not read off random characters that represent icons */
42514
42518
  }
42515
42519
 
42516
42520
  .amis-scope .cxd-Select-spinner {
42517
- line-height: calc( 1.4285714286 * 12px );
42521
+ line-height: calc( 1.4285714286 * 14px );
42518
42522
  }
42519
42523
 
42520
42524
  .amis-scope .cxd-Select-clear {
@@ -42550,7 +42554,6 @@ readers do not read off random characters that represent icons */
42550
42554
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
42551
42555
  border-top-left-radius: 0;
42552
42556
  border-top-right-radius: 0;
42553
- min-width: 6.25rem;
42554
42557
  }
42555
42558
 
42556
42559
  .amis-scope .cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
@@ -42600,8 +42603,8 @@ readers do not read off random characters that represent icons */
42600
42603
  .amis-scope .cxd-Selections-title {
42601
42604
  height: 2rem;
42602
42605
  background: #f7f7f9;
42603
- font-size: 12px;
42604
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
42606
+ font-size: 14px;
42607
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
42605
42608
  }
42606
42609
 
42607
42610
  .amis-scope .cxd-Selections-placeholder {
@@ -42614,7 +42617,7 @@ readers do not read off random characters that represent icons */
42614
42617
  display: flex;
42615
42618
  flex-direction: column;
42616
42619
  justify-content: center;
42617
- font-size: 12px;
42620
+ font-size: 14px;
42618
42621
  }
42619
42622
 
42620
42623
  .amis-scope .cxd-Selections-items {
@@ -42626,9 +42629,9 @@ readers do not read off random characters that represent icons */
42626
42629
  flex-direction: row;
42627
42630
  height: 2rem;
42628
42631
  line-height: 1.4285714286;
42629
- font-size: 12px;
42632
+ font-size: 14px;
42630
42633
  align-items: center;
42631
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
42634
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
42632
42635
  }
42633
42636
 
42634
42637
  .amis-scope .cxd-Selections-item > label {
@@ -42675,7 +42678,7 @@ readers do not read off random characters that represent icons */
42675
42678
  .amis-scope .cxd-ListControl-item {
42676
42679
  position: relative;
42677
42680
  user-select: none;
42678
- font-size: 12px;
42681
+ font-size: 14px;
42679
42682
  display: inline-block;
42680
42683
  vertical-align: middle;
42681
42684
  margin: calc(0.625rem / 2);
@@ -42923,7 +42926,7 @@ readers do not read off random characters that represent icons */
42923
42926
  }
42924
42927
 
42925
42928
  .amis-scope .cxd-MapPicker-itemTitle {
42926
- font-size: 12px;
42929
+ font-size: 14px;
42927
42930
  }
42928
42931
 
42929
42932
  .amis-scope .cxd-MapPicker-itemDesc {
@@ -42932,7 +42935,7 @@ readers do not read off random characters that represent icons */
42932
42935
 
42933
42936
  .amis-scope .cxd-MapPicker-sugItem {
42934
42937
  cursor: pointer;
42935
- padding: calc( ( 1.5rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
42938
+ padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
42936
42939
  }
42937
42940
 
42938
42941
  .amis-scope .cxd-MapPicker-sugItem:hover {
@@ -42954,11 +42957,11 @@ readers do not read off random characters that represent icons */
42954
42957
  flex-wrap: nowrap;
42955
42958
  white-space: nowrap;
42956
42959
  border: 0.0625rem solid #e8e9eb;
42957
- font-size: 12px;
42960
+ font-size: 14px;
42958
42961
  padding: calc(
42959
42962
  (
42960
42963
  2rem - 1.4285714286 *
42961
- 12px
42964
+ 14px
42962
42965
  ) / 2 - 0.0625rem
42963
42966
  ) 0.75rem;
42964
42967
  background: #fff;
@@ -42988,7 +42991,7 @@ readers do not read off random characters that represent icons */
42988
42991
  flex-grow: 1;
42989
42992
  padding: 0;
42990
42993
  margin: 0;
42991
- height: calc(12px * 1.4285714286);
42994
+ height: calc(14px * 1.4285714286);
42992
42995
  }
42993
42996
 
42994
42997
  .amis-scope .cxd-ColorPicker-input::placeholder {
@@ -43552,7 +43555,7 @@ readers do not read off random characters that represent icons */
43552
43555
  .amis-scope .cxd-CalendarInput {
43553
43556
  outline: none;
43554
43557
  width: 3.5rem;
43555
- font-size: 12px;
43558
+ font-size: 14px;
43556
43559
  color: #2468f2;
43557
43560
  border: 1px solid #e8e9eb;
43558
43561
  border-radius: 0.25rem;
@@ -43561,7 +43564,7 @@ readers do not read off random characters that represent icons */
43561
43564
  padding: calc(
43562
43565
  (
43563
43566
  2.5rem - 1.5 *
43564
- 12px
43567
+ 14px
43565
43568
  ) / 2
43566
43569
  ) 0.625rem;
43567
43570
  box-shadow: none;
@@ -44381,7 +44384,7 @@ readers do not read off random characters that represent icons */
44381
44384
  padding: calc(
44382
44385
  (
44383
44386
  2rem - 0.0625rem * 2 -
44384
- 1.4285714286 * 12px
44387
+ 1.4285714286 * 14px
44385
44388
  ) / 2
44386
44389
  ) 0.75rem;
44387
44390
  cursor: pointer;
@@ -45338,8 +45341,8 @@ readers do not read off random characters that represent icons */
45338
45341
  border: 0.0625rem solid #e8e9eb;
45339
45342
  border-radius: 0.25rem;
45340
45343
  line-height: 1.4285714286;
45341
- padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 12px - 0.125rem ) / 2 ) 0.625rem;
45342
- font-size: 12px;
45344
+ padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.625rem;
45345
+ font-size: 14px;
45343
45346
  }
45344
45347
 
45345
45348
  .amis-scope .cxd-Tree-itemInput > input::placeholder {
@@ -45494,10 +45497,10 @@ readers do not read off random characters that represent icons */
45494
45497
  padding: calc(
45495
45498
  (
45496
45499
  2rem - 1.4285714286 *
45497
- 12px - 0.125rem
45500
+ 14px - 0.125rem
45498
45501
  ) / 2
45499
45502
  ) 0.625rem;
45500
- font-size: 12px;
45503
+ font-size: 14px;
45501
45504
  flex-wrap: wrap;
45502
45505
  justify-content: flex-start;
45503
45506
  }
@@ -45510,7 +45513,7 @@ readers do not read off random characters that represent icons */
45510
45513
  border: none;
45511
45514
  color: #151b26;
45512
45515
  width: 100%;
45513
- height: calc(1.4285714286 * 12px);
45516
+ height: calc(1.4285714286 * 14px);
45514
45517
  }
45515
45518
 
45516
45519
  .amis-scope .cxd-TreeSelect-input input::placeholder {
@@ -45557,7 +45560,7 @@ readers do not read off random characters that represent icons */
45557
45560
  }
45558
45561
 
45559
45562
  .amis-scope .cxd-TreeSelect-spinner {
45560
- line-height: calc( 1.4285714286 * 12px );
45563
+ line-height: calc( 1.4285714286 * 14px );
45561
45564
  }
45562
45565
 
45563
45566
  .amis-scope .cxd-TreeSelect-clear {
@@ -45631,7 +45634,7 @@ readers do not read off random characters that represent icons */
45631
45634
  padding-top: calc(
45632
45635
  (
45633
45636
  2rem - 1.4285714286 *
45634
- 12px
45637
+ 14px
45635
45638
  ) / 2
45636
45639
  );
45637
45640
  }
@@ -45700,7 +45703,7 @@ readers do not read off random characters that represent icons */
45700
45703
  }
45701
45704
 
45702
45705
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
45703
- height: 12px;
45706
+ height: 14px;
45704
45707
  vertical-align: middle;
45705
45708
  }
45706
45709
 
@@ -45814,7 +45817,7 @@ readers do not read off random characters that represent icons */
45814
45817
  padding-top: calc(
45815
45818
  (
45816
45819
  2rem - 1.4285714286 *
45817
- 12px
45820
+ 14px
45818
45821
  ) / 2
45819
45822
  );
45820
45823
  }
@@ -45995,7 +45998,7 @@ readers do not read off random characters that represent icons */
45995
45998
  .amis-scope .cxd-SubForm-value {
45996
45999
  background: #f7f7f9;
45997
46000
  color: #000;
45998
- font-size: 12px;
46001
+ font-size: 14px;
45999
46002
  padding: 0 0.25rem;
46000
46003
  min-height: 1.5rem;
46001
46004
  flex-wrap: nowrap;
@@ -46130,10 +46133,10 @@ readers do not read off random characters that represent icons */
46130
46133
  padding: calc(
46131
46134
  (
46132
46135
  2rem - 1.4285714286 *
46133
- 12px - 0.125rem
46136
+ 14px - 0.125rem
46134
46137
  ) / 2
46135
46138
  ) 0.625rem;
46136
- font-size: 12px;
46139
+ font-size: 14px;
46137
46140
  flex-wrap: wrap;
46138
46141
  justify-content: flex-start;
46139
46142
  }
@@ -46146,7 +46149,7 @@ readers do not read off random characters that represent icons */
46146
46149
  border: none;
46147
46150
  color: #151b26;
46148
46151
  width: 100%;
46149
- height: calc(1.4285714286 * 12px);
46152
+ height: calc(1.4285714286 * 14px);
46150
46153
  }
46151
46154
 
46152
46155
  .amis-scope .cxd-Picker-input input::placeholder {
@@ -46193,7 +46196,7 @@ readers do not read off random characters that represent icons */
46193
46196
  }
46194
46197
 
46195
46198
  .amis-scope .cxd-Picker-spinner {
46196
- line-height: calc( 1.4285714286 * 12px );
46199
+ line-height: calc( 1.4285714286 * 14px );
46197
46200
  }
46198
46201
 
46199
46202
  .amis-scope .cxd-Picker-clear {
@@ -46283,7 +46286,7 @@ readers do not read off random characters that represent icons */
46283
46286
  user-select: none;
46284
46287
  white-space: nowrap;
46285
46288
  vertical-align: middle;
46286
- line-height: calc( 1.4285714286 * 12px - 0.125rem );
46289
+ line-height: calc( 1.4285714286 * 14px - 0.125rem );
46287
46290
  display: inline-block;
46288
46291
  font-size: 12px;
46289
46292
  color: #2468f2;
@@ -46445,7 +46448,7 @@ readers do not read off random characters that represent icons */
46445
46448
  }
46446
46449
 
46447
46450
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
46448
- height: 12px;
46451
+ height: 14px;
46449
46452
  vertical-align: middle;
46450
46453
  }
46451
46454
 
@@ -46578,8 +46581,8 @@ readers do not read off random characters that represent icons */
46578
46581
  background: #f7f7f9;
46579
46582
  height: 1.875rem;
46580
46583
  line-height: 1.4285714286;
46581
- font-size: 12px;
46582
- padding: calc( ( 1.875rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
46584
+ font-size: 14px;
46585
+ padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
46583
46586
  flex-direction: row;
46584
46587
  border-radius: 0.25rem 0.25rem 0 0;
46585
46588
  }
@@ -46730,8 +46733,8 @@ readers do not read off random characters that represent icons */
46730
46733
  .amis-scope .cxd-TabsTransfer-placeholder {
46731
46734
  height: 2rem;
46732
46735
  line-height: 1.4285714286;
46733
- font-size: 12px;
46734
- padding: calc( ( 2rem - 1.4285714286 * 12px ) / 2 ) 0.5rem;
46736
+ font-size: 14px;
46737
+ padding: calc( ( 2rem - 1.4285714286 * 14px ) / 2 ) 0.5rem;
46735
46738
  color: #b8babf;
46736
46739
  }
46737
46740
 
@@ -46910,7 +46913,7 @@ readers do not read off random characters that represent icons */
46910
46913
  line-height: 1.4285714286;
46911
46914
  font-size: 12px;
46912
46915
  user-select: none;
46913
- padding: calc( ( 1.5rem - 1.4285714286 * 12px ) / 2 ) 0.625rem;
46916
+ padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.625rem;
46914
46917
  }
46915
46918
 
46916
46919
  .amis-scope .cxd-NestedSelect-menu {
@@ -47117,10 +47120,10 @@ readers do not read off random characters that represent icons */
47117
47120
  padding: calc(
47118
47121
  (
47119
47122
  2rem - 1.4285714286 *
47120
- 12px - 0.125rem
47123
+ 14px - 0.125rem
47121
47124
  ) / 2
47122
47125
  ) 0.625rem;
47123
- font-size: 12px;
47126
+ font-size: 14px;
47124
47127
  flex-wrap: wrap;
47125
47128
  justify-content: flex-start;
47126
47129
  }
@@ -47133,7 +47136,7 @@ readers do not read off random characters that represent icons */
47133
47136
  border: none;
47134
47137
  color: #151b26;
47135
47138
  width: 100%;
47136
- height: calc(1.4285714286 * 12px);
47139
+ height: calc(1.4285714286 * 14px);
47137
47140
  }
47138
47141
 
47139
47142
  .amis-scope .cxd-IconPickerControl-input input::placeholder {
@@ -47180,7 +47183,7 @@ readers do not read off random characters that represent icons */
47180
47183
  }
47181
47184
 
47182
47185
  .amis-scope .cxd-IconPickerControl-spinner {
47183
- line-height: calc( 1.4285714286 * 12px );
47186
+ line-height: calc( 1.4285714286 * 14px );
47184
47187
  }
47185
47188
 
47186
47189
  .amis-scope .cxd-IconPickerControl-clear {
@@ -47226,24 +47229,20 @@ readers do not read off random characters that represent icons */
47226
47229
  .amis-scope .cxd-IconPickerControl-placeholder {
47227
47230
  color: #b8babf;
47228
47231
  user-select: none;
47229
- position: absolute;
47230
- left: 0.625rem;
47231
- top: calc(
47232
- (
47233
- 2rem - 1.4285714286 *
47234
- 12px - 0.125rem
47235
- ) / 2
47236
- );
47237
- margin-top: calc(2 * 0.0625rem);
47238
47232
  line-height: 1.4285714286;
47233
+ position: absolute;
47234
+ left: 2px;
47235
+ overflow: hidden;
47236
+ width: 100%;
47239
47237
  }
47240
47238
 
47241
47239
  .amis-scope .cxd-IconPickerControl-valueWrap {
47242
- display: flex;
47243
47240
  justify-content: space-between;
47244
47241
  flex-grow: 1;
47245
47242
  line-height: 1;
47246
47243
  white-space: nowrap;
47244
+ width: 100%;
47245
+ position: relative;
47247
47246
  }
47248
47247
 
47249
47248
  .amis-scope .cxd-IconPickerControl-valueWrap > input {
@@ -47255,6 +47254,7 @@ readers do not read off random characters that represent icons */
47255
47254
  .amis-scope .cxd-IconPickerControl-input--withAC {
47256
47255
  position: relative;
47257
47256
  flex-wrap: wrap;
47257
+ width: 100%;
47258
47258
  }
47259
47259
 
47260
47260
  .amis-scope .cxd-IconPickerControl-input--withAC > input {
@@ -47319,9 +47319,12 @@ readers do not read off random characters that represent icons */
47319
47319
 
47320
47320
  .amis-scope .cxd-IconPickerControl-value {
47321
47321
  user-select: none;
47322
- line-height: calc( 1.4285714286 * 12px );
47322
+ line-height: calc( 1.4285714286 * 14px );
47323
47323
  vertical-align: middle;
47324
47324
  display: inline-block;
47325
+ overflow: hidden;
47326
+ width: 100%;
47327
+ text-overflow: ellipsis;
47325
47328
  }
47326
47329
 
47327
47330
  .amis-scope .cxd-IconPickerControl-value > i {
@@ -47330,7 +47333,7 @@ readers do not read off random characters that represent icons */
47330
47333
  }
47331
47334
 
47332
47335
  .amis-scope .cxd-Form {
47333
- font-size: 12px;
47336
+ font-size: 14px;
47334
47337
  position: relative;
47335
47338
  }
47336
47339
 
@@ -47348,7 +47351,7 @@ readers do not read off random characters that represent icons */
47348
47351
  padding-top: calc(
47349
47352
  (
47350
47353
  2rem - 1.4285714286 *
47351
- 12px - 0.125rem
47354
+ 14px - 0.125rem
47352
47355
  ) / 2
47353
47356
  );
47354
47357
  }
@@ -47358,13 +47361,13 @@ readers do not read off random characters that represent icons */
47358
47361
  padding-top: calc(
47359
47362
  (
47360
47363
  2rem - 1.4285714286 *
47361
- 12px
47364
+ 14px
47362
47365
  ) / 2
47363
47366
  );
47364
47367
  padding-bottom: calc(
47365
47368
  (
47366
47369
  2rem - 1.4285714286 *
47367
- 12px
47370
+ 14px
47368
47371
  ) / 2
47369
47372
  );
47370
47373
  margin-bottom: 0;
@@ -47381,7 +47384,7 @@ readers do not read off random characters that represent icons */
47381
47384
  padding: calc(
47382
47385
  (
47383
47386
  2rem - 1.4285714286 *
47384
- 12px - 0.125rem
47387
+ 14px - 0.125rem
47385
47388
  ) / 2
47386
47389
  ) 0.625rem;
47387
47390
  }
@@ -47392,7 +47395,7 @@ readers do not read off random characters that represent icons */
47392
47395
  padding: calc(
47393
47396
  (
47394
47397
  2rem - 1.4285714286 *
47395
- 12px - 0.125rem
47398
+ 14px - 0.125rem
47396
47399
  ) / 2
47397
47400
  ) 0.625rem;
47398
47401
  }
@@ -47401,7 +47404,7 @@ readers do not read off random characters that represent icons */
47401
47404
  font-weight: 400;
47402
47405
  margin-bottom: 0.25rem;
47403
47406
  position: relative;
47404
- font-size: 12px;
47407
+ font-size: 14px;
47405
47408
  color: #5c5f66;
47406
47409
  }
47407
47410
 
@@ -47436,7 +47439,7 @@ readers do not read off random characters that represent icons */
47436
47439
  padding-top: calc(
47437
47440
  (
47438
47441
  2rem - 1.4285714286 *
47439
- 12px - 0.125rem
47442
+ 14px - 0.125rem
47440
47443
  ) / 2
47441
47444
  );
47442
47445
  vertical-align: top;
@@ -47467,7 +47470,7 @@ readers do not read off random characters that represent icons */
47467
47470
  padding-top: calc(
47468
47471
  (
47469
47472
  2rem - 1.4285714286 *
47470
- 12px
47473
+ 14px
47471
47474
  ) / 2
47472
47475
  );
47473
47476
  vertical-align: top;
@@ -47608,7 +47611,7 @@ readers do not read off random characters that represent icons */
47608
47611
  padding-top: calc(
47609
47612
  (
47610
47613
  2rem - 1.4285714286 *
47611
- 12px
47614
+ 14px
47612
47615
  ) / 2
47613
47616
  );
47614
47617
  margin-bottom: 0;
@@ -47734,7 +47737,7 @@ readers do not read off random characters that represent icons */
47734
47737
  padding-top: calc(
47735
47738
  (
47736
47739
  2rem - 1.4285714286 *
47737
- 12px
47740
+ 14px
47738
47741
  ) / 2
47739
47742
  );
47740
47743
  margin-bottom: 0;
@@ -47756,7 +47759,7 @@ readers do not read off random characters that represent icons */
47756
47759
  padding-top: calc(
47757
47760
  (
47758
47761
  2rem - 1.4285714286 *
47759
- 12px
47762
+ 14px
47760
47763
  ) / 2
47761
47764
  );
47762
47765
  }
@@ -47804,7 +47807,7 @@ readers do not read off random characters that represent icons */
47804
47807
  padding-top: calc(
47805
47808
  (
47806
47809
  2rem - 1.4285714286 *
47807
- 12px
47810
+ 14px
47808
47811
  ) / 2
47809
47812
  );
47810
47813
  padding-right: 0.625rem;
@@ -47921,7 +47924,7 @@ readers do not read off random characters that represent icons */
47921
47924
  }
47922
47925
 
47923
47926
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
47924
- font-size: 12px;
47927
+ font-size: 14px;
47925
47928
  }
47926
47929
 
47927
47930
  .amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
@@ -47961,7 +47964,7 @@ readers do not read off random characters that represent icons */
47961
47964
  }
47962
47965
 
47963
47966
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
47964
- font-size: 12px;
47967
+ font-size: 14px;
47965
47968
  margin-left: 0;
47966
47969
  color: #b8babf;
47967
47970
  }
@@ -47976,7 +47979,7 @@ readers do not read off random characters that represent icons */
47976
47979
 
47977
47980
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
47978
47981
  .amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
47979
- font-size: 12px;
47982
+ font-size: 14px;
47980
47983
  }
47981
47984
 
47982
47985
  .amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
@@ -48920,13 +48923,17 @@ readers do not read off random characters that represent icons */
48920
48923
  margin-top: 0.625rem;
48921
48924
  }
48922
48925
 
48926
+ .amis-scope .cxd-FormulaEditor-settings.only-variable {
48927
+ height: 21.875rem;
48928
+ }
48929
+
48923
48930
  .amis-scope .cxd-FormulaEditor-panel {
48924
48931
  display: flex;
48925
48932
  flex: 1;
48926
48933
  flex-flow: column nowrap;
48927
48934
  justify-content: space-between;
48928
48935
  align-items: stretch;
48929
- height: 15.625rem;
48936
+ height: 100%;
48930
48937
  border-radius: 0.25rem;
48931
48938
  border: 0.0625rem solid #e8e9eb;
48932
48939
  }
@@ -48955,11 +48962,12 @@ readers do not read off random characters that represent icons */
48955
48962
  flex: 1;
48956
48963
  display: flex;
48957
48964
  flex-flow: column nowrap;
48958
- max-height: 13.75rem;
48965
+ max-height: calc(100% - 30px);
48966
+ overflow: hidden;
48959
48967
  }
48960
48968
 
48961
48969
  .amis-scope .cxd-FormulaEditor-panel-body--tabs {
48962
- max-height: 15.625rem;
48970
+ max-height: 100%;
48963
48971
  }
48964
48972
 
48965
48973
  .amis-scope .cxd-FormulaEditor-VariableList-root {
@@ -49104,12 +49112,15 @@ readers do not read off random characters that represent icons */
49104
49112
  vertical-align: middle;
49105
49113
  text-align: center;
49106
49114
  padding: 0 0.5rem;
49107
- line-height: 17px;
49108
49115
  border-radius: 0.25rem;
49109
49116
  background: #f5f5f5;
49110
49117
  color: #000;
49111
49118
  }
49112
49119
 
49120
+ .amis-scope .cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
49121
+ line-height: 17px;
49122
+ }
49123
+
49113
49124
  .amis-scope .cxd-FormulaEditor-FuncList {
49114
49125
  display: flex;
49115
49126
  flex-flow: row nowrap;
@@ -49308,6 +49319,44 @@ readers do not read off random characters that represent icons */
49308
49319
  padding: 0 2px;
49309
49320
  }
49310
49321
 
49322
+ .amis-scope .cxd-FormulaPicker.is-input-group {
49323
+ border: 0.0625rem solid #e8e9eb;
49324
+ padding: calc(
49325
+ (
49326
+ 2rem - 1.4285714286 *
49327
+ 14px - 0.125rem
49328
+ ) / 2
49329
+ ) 0.625rem;
49330
+ border-radius: 0.25rem;
49331
+ }
49332
+
49333
+ .amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
49334
+ display: inline-block;
49335
+ width: 100%;
49336
+ background: none;
49337
+ padding: 0;
49338
+ border: 0;
49339
+ margin: 0;
49340
+ }
49341
+
49342
+ .amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input:focus {
49343
+ border: none;
49344
+ outline: none;
49345
+ box-sizing: none;
49346
+ }
49347
+
49348
+ .amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-function {
49349
+ transform: scale(1.6);
49350
+ }
49351
+
49352
+ .amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-ellipsis-v {
49353
+ transform: rotate(90deg);
49354
+ }
49355
+
49356
+ .amis-scope .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler:hover {
49357
+ cursor: pointer;
49358
+ }
49359
+
49311
49360
  .amis-scope .cxd-Timeline-vertical {
49312
49361
  display: flex;
49313
49362
  flex-flow: column;
@@ -50783,7 +50832,7 @@ readers do not read off random characters that represent icons */
50783
50832
  }
50784
50833
 
50785
50834
  .amis-scope .text-base {
50786
- font-size: 12px !important;
50835
+ font-size: 14px !important;
50787
50836
  }
50788
50837
 
50789
50838
  .amis-scope .text-sm {