amis 2.0.0-rc.10 → 2.0.0-rc.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. package/lib/Schema.d.ts +3 -2
  2. package/lib/compat.js +1 -1
  3. package/lib/index.d.ts +1 -0
  4. package/lib/index.js +2 -1
  5. package/lib/preset.js +1 -1
  6. package/lib/renderers/Action.js +1 -1
  7. package/lib/renderers/Alert.js +1 -1
  8. package/lib/renderers/AnchorNav.js +1 -1
  9. package/lib/renderers/App.js +1 -1
  10. package/lib/renderers/Audio.js +1 -1
  11. package/lib/renderers/Avatar.js +1 -1
  12. package/lib/renderers/BarCode.js +1 -1
  13. package/lib/renderers/Breadcrumb.js +1 -1
  14. package/lib/renderers/ButtonGroup.d.ts +2 -2
  15. package/lib/renderers/ButtonGroup.js +1 -1
  16. package/lib/renderers/CRUD.js +3 -3
  17. package/lib/renderers/CRUD2.d.ts +213 -0
  18. package/lib/renderers/CRUD2.js +722 -0
  19. package/lib/renderers/Calendar.js +1 -1
  20. package/lib/renderers/Card.js +1 -1
  21. package/lib/renderers/Card2.d.ts +1 -1
  22. package/lib/renderers/Card2.js +3 -3
  23. package/lib/renderers/Cards.d.ts +4 -0
  24. package/lib/renderers/Cards.js +50 -6
  25. package/lib/renderers/Carousel.js +1 -1
  26. package/lib/renderers/Chart.js +19 -3
  27. package/lib/renderers/Code.js +1 -1
  28. package/lib/renderers/Collapse.js +1 -1
  29. package/lib/renderers/CollapseGroup.js +1 -1
  30. package/lib/renderers/Color.js +1 -1
  31. package/lib/renderers/Container.js +1 -1
  32. package/lib/renderers/Copyable.js +1 -1
  33. package/lib/renderers/Custom.js +1 -1
  34. package/lib/renderers/Date.js +1 -1
  35. package/lib/renderers/Dialog.d.ts +40 -40
  36. package/lib/renderers/Dialog.js +1 -1
  37. package/lib/renderers/Divider.js +1 -1
  38. package/lib/renderers/Drawer.js +1 -1
  39. package/lib/renderers/DropDownButton.js +1 -1
  40. package/lib/renderers/Each.js +1 -1
  41. package/lib/renderers/Flex.js +1 -1
  42. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  43. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  44. package/lib/renderers/Form/ChainedSelect.js +2 -2
  45. package/lib/renderers/Form/ChartRadios.js +1 -1
  46. package/lib/renderers/Form/Checkbox.js +1 -1
  47. package/lib/renderers/Form/Checkboxes.js +1 -1
  48. package/lib/renderers/Form/Combo.js +1 -1
  49. package/lib/renderers/Form/ConditionBuilder.d.ts +10 -0
  50. package/lib/renderers/Form/ConditionBuilder.js +7 -3
  51. package/lib/renderers/Form/Control.js +1 -1
  52. package/lib/renderers/Form/DiffEditor.d.ts +68 -22
  53. package/lib/renderers/Form/DiffEditor.js +1 -1
  54. package/lib/renderers/Form/Editor.d.ts +68 -22
  55. package/lib/renderers/Form/Editor.js +1 -1
  56. package/lib/renderers/Form/FieldSet.js +1 -1
  57. package/lib/renderers/Form/Formula.js +1 -1
  58. package/lib/renderers/Form/Group.js +1 -1
  59. package/lib/renderers/Form/Hidden.js +1 -1
  60. package/lib/renderers/Form/IconPicker.js +1 -1
  61. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  62. package/lib/renderers/Form/InputArray.js +1 -1
  63. package/lib/renderers/Form/InputCity.d.ts +40 -40
  64. package/lib/renderers/Form/InputCity.js +1 -1
  65. package/lib/renderers/Form/InputColor.d.ts +40 -40
  66. package/lib/renderers/Form/InputColor.js +1 -1
  67. package/lib/renderers/Form/InputDate.js +1 -1
  68. package/lib/renderers/Form/InputDateRange.js +1 -1
  69. package/lib/renderers/Form/InputExcel.js +1 -1
  70. package/lib/renderers/Form/InputFile.js +2 -2
  71. package/lib/renderers/Form/InputFormula.js +1 -1
  72. package/lib/renderers/Form/InputGroup.js +1 -1
  73. package/lib/renderers/Form/InputImage.js +1 -1
  74. package/lib/renderers/Form/InputMonthRange.js +1 -1
  75. package/lib/renderers/Form/InputNumber.js +1 -1
  76. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  77. package/lib/renderers/Form/InputRange.js +1 -1
  78. package/lib/renderers/Form/InputRating.js +1 -1
  79. package/lib/renderers/Form/InputRepeat.js +1 -1
  80. package/lib/renderers/Form/InputRichText.js +1 -1
  81. package/lib/renderers/Form/InputSubForm.js +1 -1
  82. package/lib/renderers/Form/InputTable.js +2 -2
  83. package/lib/renderers/Form/InputTag.js +1 -1
  84. package/lib/renderers/Form/InputText.js +1 -1
  85. package/lib/renderers/Form/InputTree.js +1 -1
  86. package/lib/renderers/Form/InputYearRange.js +1 -1
  87. package/lib/renderers/Form/JSONSchema.js +1 -1
  88. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  89. package/lib/renderers/Form/ListSelect.js +1 -1
  90. package/lib/renderers/Form/LocationPicker.js +1 -1
  91. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  92. package/lib/renderers/Form/NestedSelect.js +1 -1
  93. package/lib/renderers/Form/Picker.js +1 -1
  94. package/lib/renderers/Form/Radios.js +1 -1
  95. package/lib/renderers/Form/Select.js +1 -1
  96. package/lib/renderers/Form/Static.js +1 -1
  97. package/lib/renderers/Form/Switch.js +1 -1
  98. package/lib/renderers/Form/TabsTransfer.js +1 -1
  99. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  100. package/lib/renderers/Form/Textarea.d.ts +2 -1
  101. package/lib/renderers/Form/Textarea.js +13 -2
  102. package/lib/renderers/Form/Transfer.js +1 -1
  103. package/lib/renderers/Form/TransferPicker.js +1 -1
  104. package/lib/renderers/Form/TreeSelect.js +1 -1
  105. package/lib/renderers/Form/UUID.js +1 -1
  106. package/lib/renderers/Form/UserSelect.js +3 -3
  107. package/lib/renderers/Grid.js +1 -1
  108. package/lib/renderers/Grid2D.js +1 -1
  109. package/lib/renderers/GridNav.js +1 -1
  110. package/lib/renderers/HBox.js +1 -1
  111. package/lib/renderers/IFrame.js +1 -1
  112. package/lib/renderers/Icon.d.ts +1 -1
  113. package/lib/renderers/Icon.js +11 -6
  114. package/lib/renderers/Image.js +1 -1
  115. package/lib/renderers/Images.js +1 -1
  116. package/lib/renderers/Json.js +1 -1
  117. package/lib/renderers/Link.js +1 -1
  118. package/lib/renderers/List.js +1 -1
  119. package/lib/renderers/Log.js +1 -1
  120. package/lib/renderers/Mapping.js +1 -1
  121. package/lib/renderers/Markdown.js +1 -1
  122. package/lib/renderers/Nav.d.ts +10 -10
  123. package/lib/renderers/Nav.js +1 -1
  124. package/lib/renderers/Operation.js +1 -1
  125. package/lib/renderers/Page.js +1 -1
  126. package/lib/renderers/Pagination.js +1 -1
  127. package/lib/renderers/PaginationWrapper.js +1 -1
  128. package/lib/renderers/Panel.js +1 -1
  129. package/lib/renderers/Plain.js +1 -1
  130. package/lib/renderers/PopOver.js +1 -1
  131. package/lib/renderers/Portlet.js +1 -1
  132. package/lib/renderers/Progress.js +1 -1
  133. package/lib/renderers/Property.js +1 -1
  134. package/lib/renderers/QRCode.js +1 -1
  135. package/lib/renderers/QuickEdit.js +1 -1
  136. package/lib/renderers/Remark.d.ts +1 -1
  137. package/lib/renderers/Remark.js +1 -1
  138. package/lib/renderers/SearchBox.js +1 -1
  139. package/lib/renderers/Service.js +1 -1
  140. package/lib/renderers/SparkLine.js +1 -1
  141. package/lib/renderers/Spinner.js +1 -1
  142. package/lib/renderers/Status.js +1 -1
  143. package/lib/renderers/Steps.js +3 -2
  144. package/lib/renderers/Table/ColumnToggler.js +1 -1
  145. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  146. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  147. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  148. package/lib/renderers/Table/TableBody.js +1 -1
  149. package/lib/renderers/Table/TableCell.js +1 -1
  150. package/lib/renderers/Table/TableContent.js +1 -1
  151. package/lib/renderers/Table/TableRow.js +1 -1
  152. package/lib/renderers/Table/exportExcel.js +2 -2
  153. package/lib/renderers/Table/index.d.ts +1 -0
  154. package/lib/renderers/Table/index.js +15 -1
  155. package/lib/renderers/Table-v2/ColumnToggler.js +1 -1
  156. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
  157. package/lib/renderers/Table-v2/TableCell.js +1 -1
  158. package/lib/renderers/Table-v2/index.d.ts +8 -5
  159. package/lib/renderers/Table-v2/index.js +81 -54
  160. package/lib/renderers/TableView.js +1 -1
  161. package/lib/renderers/Tabs.js +1 -1
  162. package/lib/renderers/Tag.js +1 -1
  163. package/lib/renderers/Tasks.js +1 -1
  164. package/lib/renderers/Timeline.js +1 -1
  165. package/lib/renderers/TooltipWrapper.js +1 -1
  166. package/lib/renderers/Tpl.js +1 -1
  167. package/lib/renderers/VBox.js +1 -1
  168. package/lib/renderers/Video.js +1 -1
  169. package/lib/renderers/WebComponent.js +1 -1
  170. package/lib/renderers/Wizard.js +1 -1
  171. package/lib/renderers/Wrapper.js +1 -1
  172. package/lib/schemaExtend.js +1 -1
  173. package/lib/themes/ang-ie11.css +190 -36
  174. package/lib/themes/ang.css +193 -38
  175. package/lib/themes/antd-ie11.css +190 -36
  176. package/lib/themes/antd.css +193 -38
  177. package/lib/themes/cxd-ie11.css +199 -45
  178. package/lib/themes/cxd.css +196 -40
  179. package/lib/themes/dark-ie11.css +190 -36
  180. package/lib/themes/dark.css +193 -38
  181. package/lib/themes/default-ie11.css +199 -45
  182. package/lib/themes/default.css +196 -40
  183. package/lib/types.d.ts +1 -1
  184. package/package.json +2 -2
  185. package/schema.json +1191 -26
  186. package/sdk/ang-ie11.css +223 -37
  187. package/sdk/ang.css +226 -39
  188. package/sdk/antd-ie11.css +223 -37
  189. package/sdk/antd.css +226 -39
  190. package/sdk/barcode.js +50 -50
  191. package/sdk/charts.js +14 -14
  192. package/sdk/codemirror.js +7 -7
  193. package/sdk/color-picker.js +65 -65
  194. package/sdk/cropperjs.js +2 -2
  195. package/sdk/cxd-ie11.css +232 -46
  196. package/sdk/cxd.css +229 -41
  197. package/sdk/dark-ie11.css +223 -37
  198. package/sdk/dark.css +226 -39
  199. package/sdk/exceljs.js +1 -1
  200. package/sdk/markdown.js +68 -68
  201. package/sdk/papaparse.js +1 -1
  202. package/sdk/rest.js +24 -24
  203. package/sdk/rich-text.js +62 -62
  204. package/sdk/sdk-ie11.css +232 -46
  205. package/sdk/sdk.css +229 -41
  206. package/sdk/sdk.js +1359 -1357
  207. package/sdk/thirds/hls.js/hls.js +1 -1
  208. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  209. package/sdk/tinymce.js +57 -57
package/sdk/sdk-ie11.css CHANGED
@@ -76690,7 +76690,7 @@ title: Word Break
76690
76690
  .amis-scope .cxd-Button--sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
76691
76691
  .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
76692
76692
  .amis-scope .cxd-Button--sm > .pull-left {
76693
- margin-right: 0.5rem;
76693
+ margin-right: 0.25rem;
76694
76694
  }
76695
76695
 
76696
76696
  .amis-scope .cxd-Button--sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -76701,7 +76701,7 @@ title: Word Break
76701
76701
  .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
76702
76702
  .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
76703
76703
  .amis-scope .cxd-Button--sm > .pull-left {
76704
- margin-right: 0.5rem;
76704
+ margin-right: 0.25rem;
76705
76705
  }
76706
76706
 
76707
76707
  .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -76734,7 +76734,7 @@ title: Word Break
76734
76734
  .amis-scope .cxd-Button--md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
76735
76735
  .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
76736
76736
  .amis-scope .cxd-Button--md > .pull-left {
76737
- margin-right: 0.75rem;
76737
+ margin-right: 0.25rem;
76738
76738
  }
76739
76739
 
76740
76740
  .amis-scope .cxd-Button--md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -76745,7 +76745,7 @@ title: Word Break
76745
76745
  .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
76746
76746
  .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
76747
76747
  .amis-scope .cxd-Button--md > .pull-left {
76748
- margin-right: 0.75rem;
76748
+ margin-right: 0.25rem;
76749
76749
  }
76750
76750
 
76751
76751
  .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -76778,7 +76778,7 @@ title: Word Break
76778
76778
  .amis-scope .cxd-Button--lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
76779
76779
  .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
76780
76780
  .amis-scope .cxd-Button--lg > .pull-left {
76781
- margin-right: 1rem;
76781
+ margin-right: 0.25rem;
76782
76782
  }
76783
76783
 
76784
76784
  .amis-scope .cxd-Button--lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -76789,7 +76789,7 @@ title: Word Break
76789
76789
  .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
76790
76790
  .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
76791
76791
  .amis-scope .cxd-Button--lg > .pull-left {
76792
- margin-right: 1rem;
76792
+ margin-right: 0.25rem;
76793
76793
  }
76794
76794
 
76795
76795
  .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -76840,7 +76840,7 @@ title: Word Break
76840
76840
  .amis-scope .cxd-Button .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
76841
76841
  .amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
76842
76842
  .amis-scope .cxd-Button > .pull-left {
76843
- margin-right: 0.75rem;
76843
+ margin-right: 0.25rem;
76844
76844
  }
76845
76845
 
76846
76846
  .amis-scope .cxd-Button .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -76851,7 +76851,7 @@ title: Word Break
76851
76851
  .amis-scope .cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
76852
76852
  .amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
76853
76853
  .amis-scope .cxd-Button > .pull-left {
76854
- margin-right: 0.75rem;
76854
+ margin-right: 0.25rem;
76855
76855
  }
76856
76856
 
76857
76857
  .amis-scope .cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -76903,6 +76903,7 @@ title: Word Break
76903
76903
  text-decoration: none;
76904
76904
  border: none;
76905
76905
  height: auto;
76906
+ padding: 0;
76906
76907
  }
76907
76908
 
76908
76909
  .amis-scope .cxd-Button--link:hover:focus {
@@ -78964,7 +78965,7 @@ title: Word Break
78964
78965
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
78965
78966
  .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
78966
78967
  .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
78967
- margin-right: 0.5rem;
78968
+ margin-right: 0.25rem;
78968
78969
  }
78969
78970
 
78970
78971
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -78975,7 +78976,7 @@ title: Word Break
78975
78976
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
78976
78977
  .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
78977
78978
  .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
78978
- margin-right: 0.5rem;
78979
+ margin-right: 0.25rem;
78979
78980
  }
78980
78981
 
78981
78982
  .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -80508,7 +80509,8 @@ title: Word Break
80508
80509
  align-items: stretch;
80509
80510
  }
80510
80511
 
80511
- .amis-scope .cxd-Page--withSidebar > .cxd-Page-content {
80512
+ .amis-scope .cxd-Page--withSidebar > .cxd-Page-content,
80513
+ .amis-scope .cxd-Page--withSidebar .cxd-PullRefresh {
80512
80514
  width: 0;
80513
80515
  flex-grow: 1;
80514
80516
  }
@@ -82403,6 +82405,17 @@ title: Word Break
82403
82405
  user-select: none;
82404
82406
  }
82405
82407
 
82408
+ .amis-scope .cxd-CBPicker-trigger {
82409
+ cursor: pointer;
82410
+ transition: transform 0s ease-out;
82411
+ display: flex;
82412
+ color: #84868c;
82413
+ }
82414
+
82415
+ .amis-scope .cxd-CBPicker-trigger:hover {
82416
+ color: #2468f2;
82417
+ }
82418
+
82406
82419
  @keyframes contextMenuInSpecial {
82407
82420
  from {
82408
82421
  transform: scale3d(1, 1, 1);
@@ -82922,7 +82935,6 @@ title: Word Break
82922
82935
  }
82923
82936
 
82924
82937
  .amis-scope .cxd-Crud-toolbar-item {
82925
- margin-left: 0.625rem;
82926
82938
  margin-top: 0.625rem;
82927
82939
  line-height: 1.5;
82928
82940
  height: 1.875rem;
@@ -82931,6 +82943,10 @@ title: Word Break
82931
82943
  align-items: center;
82932
82944
  }
82933
82945
 
82946
+ .amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
82947
+ margin-left: 0.625rem;
82948
+ }
82949
+
82934
82950
  .amis-scope .cxd-Crud-toolbar-item--left {
82935
82951
  float: left;
82936
82952
  }
@@ -82970,7 +82986,6 @@ title: Word Break
82970
82986
 
82971
82987
  @media (min-width: 576px) {
82972
82988
  .amis-scope .cxd-Crud-toolbar {
82973
- margin-left: calc(0.625rem * -1);
82974
82989
  margin-top: calc(0.625rem * -1);
82975
82990
  flex-basis: 0;
82976
82991
  flex-grow: 1;
@@ -82987,12 +83002,163 @@ title: Word Break
82987
83002
  }
82988
83003
 
82989
83004
  .amis-scope .cxd-Crud-toolbar-item {
83005
+ line-height: 1.5;
83006
+ height: 1.875rem;
83007
+ vertical-align: middle;
83008
+ }
83009
+
83010
+ .amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
82990
83011
  margin-left: 0.625rem;
83012
+ }
83013
+
83014
+ .amis-scope .cxd-Crud-toolbar-item--left {
83015
+ float: left;
83016
+ }
83017
+
83018
+ .amis-scope .cxd-Crud-toolbar-item--right {
83019
+ float: right;
83020
+ }
83021
+
83022
+ .amis-scope .cxd-Crud-actions > * + .cxd-Button,
83023
+ .amis-scope .cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
83024
+ margin-left: 0.625rem;
83025
+ }
83026
+ }
83027
+
83028
+ .amis-scope .cxd-Crud2 {
83029
+ position: relative;
83030
+ }
83031
+
83032
+ .amis-scope .cxd-Crud2-selection,
83033
+ .amis-scope .cxd-Crud2-toolbar,
83034
+ .amis-scope .cxd-Crud2-body {
83035
+ margin-bottom: 0.75rem;
83036
+ }
83037
+
83038
+ .amis-scope .cxd-Crud2-selectionLabel {
83039
+ display: inline-block;
83040
+ vertical-align: top;
83041
+ margin-top: 0.25rem;
83042
+ }
83043
+
83044
+ .amis-scope .cxd-Crud2-value {
83045
+ cursor: pointer;
83046
+ vertical-align: middle;
83047
+ user-select: none;
83048
+ line-height: calc( 1.4285714286 * 14px - 0.125rem );
83049
+ display: inline-block;
83050
+ font-size: 12px;
83051
+ color: #2468f2;
83052
+ background: #e4edfe;
83053
+ border: 0.0625rem solid #b3cbfc;
83054
+ border-radius: 2px;
83055
+ margin-right: 0.25rem;
83056
+ margin-top: 0.25rem;
83057
+ }
83058
+
83059
+ .amis-scope .cxd-Crud2-value:hover {
83060
+ background: #ccdcfd;
83061
+ }
83062
+
83063
+ .amis-scope .cxd-Crud2-value.is-disabled {
83064
+ pointer-events: none;
83065
+ opacity: 0.65;
83066
+ }
83067
+
83068
+ .amis-scope .cxd-Crud2-valueIcon {
83069
+ cursor: pointer;
83070
+ border-right: 0.0625rem solid #b3cbfc;
83071
+ padding: 1px 5px;
83072
+ }
83073
+
83074
+ .amis-scope .cxd-Crud2-valueIcon:hover {
83075
+ background: #ccdcfd;
83076
+ }
83077
+
83078
+ .amis-scope .cxd-Crud2-valueLabel {
83079
+ padding: 0 0.25rem;
83080
+ }
83081
+
83082
+ .amis-scope .cxd-Crud2-selectionClear {
83083
+ display: inline-block;
83084
+ cursor: pointer;
83085
+ user-select: none;
83086
+ margin-left: 0.25rem;
83087
+ margin-top: 0.25rem;
83088
+ vertical-align: middle;
83089
+ }
83090
+
83091
+ .amis-scope .cxd-Crud2-toolbar-item {
83092
+ margin-top: 0.625rem;
83093
+ line-height: 1.5;
83094
+ height: 1.875rem;
83095
+ vertical-align: middle;
83096
+ display: inline-flex;
83097
+ align-items: center;
83098
+ }
83099
+
83100
+ .amis-scope .cxd-Crud2-toolbar-item:not(:first-child) {
83101
+ margin-left: 0.625rem;
83102
+ }
83103
+
83104
+ .amis-scope .cxd-Crud2-toolbar-item--left {
83105
+ float: left;
83106
+ }
83107
+
83108
+ .amis-scope .cxd-Crud2-toolbar-item--right {
83109
+ float: right;
83110
+ }
83111
+
83112
+ .amis-scope .cxd-Crud2-actions > * + .cxd-Button,
83113
+ .amis-scope .cxd-Crud2-actions > * + .cxd-ButtonGroup,
83114
+ .amis-scope .cxd-Crud2-actions > * + .cxd-ButtonToolbar {
83115
+ margin-left: 0.625rem;
83116
+ }
83117
+
83118
+ .amis-scope .cxd-Crud2-statistics {
83119
+ line-height: 1.875rem;
83120
+ vertical-align: middle;
83121
+ }
83122
+
83123
+ .amis-scope .cxd-Crud2-pageSwitch .cxd-Select {
83124
+ margin-left: 0.625rem;
83125
+ }
83126
+
83127
+ .amis-scope .cxd-Crud2-pager {
83128
+ align-self: flex-start;
83129
+ }
83130
+
83131
+ .amis-scope .cxd-Crud2-filter {
83132
+ margin-bottom: 0.75rem;
83133
+ }
83134
+
83135
+ @media (min-width: 576px) {
83136
+ .amis-scope .cxd-Crud-toolbar {
83137
+ margin-top: calc(0.625rem * -1);
83138
+ flex-basis: 0;
83139
+ flex-grow: 1;
83140
+ }
83141
+
83142
+ .amis-scope .cxd-Crud-toolbar::before,
83143
+ .amis-scope .cxd-Crud-toolbar::after {
83144
+ display: table;
83145
+ content: "";
83146
+ }
83147
+
83148
+ .amis-scope .cxd-Crud-toolbar::after {
83149
+ clear: both;
83150
+ }
83151
+
83152
+ .amis-scope .cxd-Crud-toolbar-item {
82991
83153
  line-height: 1.5;
82992
83154
  height: 1.875rem;
82993
83155
  vertical-align: middle;
82994
83156
  }
82995
83157
 
83158
+ .amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
83159
+ margin-left: 0.625rem;
83160
+ }
83161
+
82996
83162
  .amis-scope .cxd-Crud-toolbar-item--left {
82997
83163
  float: left;
82998
83164
  }
@@ -86016,7 +86182,7 @@ title: Word Break
86016
86182
  }
86017
86183
 
86018
86184
  .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
86019
- background: #FFF;
86185
+ background: #fff;
86020
86186
  }
86021
86187
 
86022
86188
  .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
@@ -86038,7 +86204,7 @@ title: Word Break
86038
86204
  }
86039
86205
 
86040
86206
  .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
86041
- background: #FFF;
86207
+ background: #fff;
86042
86208
  }
86043
86209
 
86044
86210
  .amis-scope .cxd-Table-v2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
@@ -86055,7 +86221,7 @@ title: Word Break
86055
86221
 
86056
86222
  .amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
86057
86223
  position: absolute;
86058
- width: 1px;
86224
+ width: 3px;
86059
86225
  right: 0;
86060
86226
  top: 0;
86061
86227
  bottom: 0;
@@ -86119,8 +86285,6 @@ title: Word Break
86119
86285
 
86120
86286
  .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn {
86121
86287
  cursor: pointer;
86122
- position: static;
86123
- transform: translateY(-50%);
86124
86288
  color: #b8babf;
86125
86289
  margin-left: 0.5rem;
86126
86290
  }
@@ -88697,7 +88861,7 @@ title: Word Break
88697
88861
  }
88698
88862
 
88699
88863
  .amis-scope .cxd-InputBox input {
88700
- flex-basis: 5rem;
88864
+ flex-basis: 1.875rem;
88701
88865
  flex-grow: 1;
88702
88866
  outline: none;
88703
88867
  background: transparent;
@@ -89085,7 +89249,7 @@ title: Word Break
89085
89249
  font-size: 14px;
89086
89250
  flex-wrap: wrap;
89087
89251
  justify-content: flex-start;
89088
- flex-wrap: wrap;
89252
+ flex-wrap: nowrap;
89089
89253
  padding: 0 0.3125rem;
89090
89254
  min-height: 2rem;
89091
89255
  align-items: center;
@@ -89094,7 +89258,7 @@ title: Word Break
89094
89258
  }
89095
89259
 
89096
89260
  .amis-scope .cxd-ResultBox input {
89097
- flex-basis: 5rem;
89261
+ flex-basis: 1.875rem;
89098
89262
  flex-grow: 1;
89099
89263
  outline: none;
89100
89264
  background: transparent;
@@ -89123,10 +89287,6 @@ title: Word Break
89123
89287
  border-color: transparent !important;
89124
89288
  }
89125
89289
 
89126
- .amis-scope .cxd-ResultBox.is-clearable {
89127
- padding-right: 3.4375rem;
89128
- }
89129
-
89130
89290
  .amis-scope .cxd-ResultBox.is-error {
89131
89291
  border-color: #f33e3e;
89132
89292
  background: #ffffff;
@@ -89175,7 +89335,30 @@ title: Word Break
89175
89335
  padding-left: 0.75rem;
89176
89336
  }
89177
89337
 
89338
+ .amis-scope .cxd-ResultBox-value-wrap {
89339
+ flex-grow: 1;
89340
+ display: flex;
89341
+ align-items: center;
89342
+ flex-wrap: wrap;
89343
+ }
89344
+
89345
+ .amis-scope .cxd-ResultBox-actions {
89346
+ display: flex;
89347
+ align-items: center;
89348
+ flex-shrink: 0;
89349
+ }
89350
+
89351
+ .amis-scope .cxd-ResultBox-actions > *:first-child {
89352
+ margin-left: 0.3125rem;
89353
+ }
89354
+
89355
+ .amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
89356
+ margin-right: 0.3125rem;
89357
+ }
89358
+
89178
89359
  .amis-scope .cxd-ResultBox-singleValue {
89360
+ padding: 0 calc(0.625rem - 0.1875rem);
89361
+ flex-grow: 1;
89179
89362
  display: inline-block;
89180
89363
  max-width: 100%;
89181
89364
  overflow: hidden;
@@ -89213,10 +89396,7 @@ title: Word Break
89213
89396
  margin-left: auto;
89214
89397
  text-decoration: none;
89215
89398
  height: 100%;
89216
- padding: 0.25rem;
89217
89399
  margin: auto 0;
89218
- position: absolute;
89219
- right: 10px;
89220
89400
  background-color: unset;
89221
89401
  }
89222
89402
 
@@ -89307,6 +89487,7 @@ title: Word Break
89307
89487
 
89308
89488
  .amis-scope .cxd-ResultBox-placeholder {
89309
89489
  color: #b8babf;
89490
+ flex-grow: 1;
89310
89491
  user-select: none;
89311
89492
  }
89312
89493
 
@@ -90809,7 +90990,7 @@ title: Word Break
90809
90990
  }
90810
90991
 
90811
90992
  .amis-scope .cxd-TextControl-input input {
90812
- flex-basis: 5rem;
90993
+ flex-basis: 1.875rem;
90813
90994
  flex-grow: 1;
90814
90995
  outline: none;
90815
90996
  background: transparent;
@@ -91206,7 +91387,7 @@ title: Word Break
91206
91387
  }
91207
91388
 
91208
91389
  .amis-scope .cxd-TextareaControl-input input {
91209
- flex-basis: 5rem;
91390
+ flex-basis: 1.875rem;
91210
91391
  flex-grow: 1;
91211
91392
  outline: none;
91212
91393
  background: transparent;
@@ -91484,7 +91665,7 @@ title: Word Break
91484
91665
  }
91485
91666
 
91486
91667
  .amis-scope .cxd-Checkbox--checkbox input[disabled] + i {
91487
- border-color: #B8BABF;
91668
+ border-color: #b8babf;
91488
91669
  cursor: not-allowed;
91489
91670
  }
91490
91671
 
@@ -91551,17 +91732,17 @@ title: Word Break
91551
91732
 
91552
91733
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
91553
91734
  border-color: #e8e9eb;
91554
- background: #F7F7F9;
91735
+ background: #f7f7f9;
91555
91736
  }
91556
91737
 
91557
91738
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
91558
- border-color: #B8BABF;
91559
- background: #F7F7F9;
91739
+ border-color: #b8babf;
91740
+ background: #f7f7f9;
91560
91741
  }
91561
91742
 
91562
91743
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
91563
91744
  border-color: #e8e9eb;
91564
- background: #F7F7F9;
91745
+ background: #f7f7f9;
91565
91746
  }
91566
91747
 
91567
91748
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
@@ -91598,7 +91779,7 @@ title: Word Break
91598
91779
  }
91599
91780
 
91600
91781
  .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
91601
- border-color: #B8BABF;
91782
+ border-color: #b8babf;
91602
91783
  }
91603
91784
 
91604
91785
  .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
@@ -91610,7 +91791,7 @@ title: Word Break
91610
91791
  .amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
91611
91792
  width: 0.5rem;
91612
91793
  height: 0.5rem;
91613
- background: #F7F7F9;
91794
+ background: #f7f7f9;
91614
91795
  }
91615
91796
 
91616
91797
  .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
@@ -91668,7 +91849,7 @@ title: Word Break
91668
91849
  }
91669
91850
 
91670
91851
  .amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
91671
- border-color: #B8BABF;
91852
+ border-color: #b8babf;
91672
91853
  background: transparent;
91673
91854
  }
91674
91855
 
@@ -91729,7 +91910,7 @@ title: Word Break
91729
91910
  }
91730
91911
 
91731
91912
  .amis-scope .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
91732
- background: #F7F7F9;
91913
+ background: #f7f7f9;
91733
91914
  border-color: #e8e9eb !important;
91734
91915
  }
91735
91916
 
@@ -92757,6 +92938,10 @@ title: Word Break
92757
92938
  box-shadow: none;
92758
92939
  }
92759
92940
 
92941
+ .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
92942
+ overflow-x: hidden;
92943
+ }
92944
+
92760
92945
  .amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
92761
92946
  height: 2rem;
92762
92947
  line-height: 1.375rem;
@@ -96085,7 +96270,7 @@ title: Word Break
96085
96270
  }
96086
96271
 
96087
96272
  .amis-scope .cxd-TreeSelect-input input {
96088
- flex-basis: 5rem;
96273
+ flex-basis: 1.875rem;
96089
96274
  flex-grow: 1;
96090
96275
  outline: none;
96091
96276
  background: transparent;
@@ -96262,7 +96447,7 @@ title: Word Break
96262
96447
  .amis-scope .cxd-Combo-addBtn .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
96263
96448
  .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
96264
96449
  .amis-scope .cxd-Combo-addBtn > .pull-left {
96265
- margin-right: 0.5rem;
96450
+ margin-right: 0.25rem;
96266
96451
  }
96267
96452
 
96268
96453
  .amis-scope .cxd-Combo-addBtn .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -96273,7 +96458,7 @@ title: Word Break
96273
96458
  .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
96274
96459
  .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
96275
96460
  .amis-scope .cxd-Combo-addBtn > .pull-left {
96276
- margin-right: 0.5rem;
96461
+ margin-right: 0.25rem;
96277
96462
  }
96278
96463
 
96279
96464
  .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -96721,7 +96906,7 @@ title: Word Break
96721
96906
  }
96722
96907
 
96723
96908
  .amis-scope .cxd-Picker-input input {
96724
- flex-basis: 5rem;
96909
+ flex-basis: 1.875rem;
96725
96910
  flex-grow: 1;
96726
96911
  outline: none;
96727
96912
  background: transparent;
@@ -97007,7 +97192,7 @@ title: Word Break
97007
97192
  .amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
97008
97193
  .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
97009
97194
  .amis-scope .cxd-TagControl-sugItem > .pull-left {
97010
- margin-right: 0.5rem;
97195
+ margin-right: 0.25rem;
97011
97196
  }
97012
97197
 
97013
97198
  .amis-scope .cxd-TagControl-sugItem .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
@@ -97018,7 +97203,7 @@ title: Word Break
97018
97203
  .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
97019
97204
  .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
97020
97205
  .amis-scope .cxd-TagControl-sugItem > .pull-left {
97021
- margin-right: 0.5rem;
97206
+ margin-right: 0.25rem;
97022
97207
  }
97023
97208
 
97024
97209
  .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
@@ -97709,7 +97894,7 @@ title: Word Break
97709
97894
  }
97710
97895
 
97711
97896
  .amis-scope .cxd-IconPickerControl-input input {
97712
- flex-basis: 5rem;
97897
+ flex-basis: 1.875rem;
97713
97898
  flex-grow: 1;
97714
97899
  outline: none;
97715
97900
  background: transparent;
@@ -99155,6 +99340,7 @@ title: Word Break
99155
99340
  overflow: auto;
99156
99341
  scroll-behavior: smooth;
99157
99342
  background: #fff;
99343
+ position: relative;
99158
99344
  }
99159
99345
 
99160
99346
  .amis-scope .cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {