amis 1.9.0-beta.12 → 1.9.0-beta.15

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 (365) hide show
  1. package/lib/Schema.d.ts +4 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/SchemaRenderer.d.ts +2 -2
  4. package/lib/SchemaRenderer.js +3 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/actions/Action.d.ts +8 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/actions/AjaxAction.d.ts +10 -7
  9. package/lib/actions/AjaxAction.js +27 -21
  10. package/lib/actions/AjaxAction.js.map +2 -2
  11. package/lib/actions/BreakAction.d.ts +2 -2
  12. package/lib/actions/BreakAction.js.map +1 -1
  13. package/lib/actions/BroadcastAction.d.ts +3 -3
  14. package/lib/actions/BroadcastAction.js +3 -2
  15. package/lib/actions/BroadcastAction.js.map +2 -2
  16. package/lib/actions/CmptAction.d.ts +2 -2
  17. package/lib/actions/CmptAction.js +7 -9
  18. package/lib/actions/CmptAction.js.map +2 -2
  19. package/lib/actions/ContinueAction.d.ts +2 -2
  20. package/lib/actions/ContinueAction.js.map +1 -1
  21. package/lib/actions/CopyAction.d.ts +7 -4
  22. package/lib/actions/CopyAction.js +8 -6
  23. package/lib/actions/CopyAction.js.map +2 -2
  24. package/lib/actions/CustomAction.d.ts +2 -2
  25. package/lib/actions/CustomAction.js.map +1 -1
  26. package/lib/actions/DialogAction.d.ts +14 -8
  27. package/lib/actions/DialogAction.js +6 -6
  28. package/lib/actions/DialogAction.js.map +2 -2
  29. package/lib/actions/DrawerAction.d.ts +3 -3
  30. package/lib/actions/DrawerAction.js.map +1 -1
  31. package/lib/actions/EmailAction.d.ts +10 -7
  32. package/lib/actions/EmailAction.js +4 -5
  33. package/lib/actions/EmailAction.js.map +2 -2
  34. package/lib/actions/LinkAction.d.ts +19 -11
  35. package/lib/actions/LinkAction.js +6 -5
  36. package/lib/actions/LinkAction.js.map +2 -2
  37. package/lib/actions/LoopAction.d.ts +6 -3
  38. package/lib/actions/LoopAction.js +22 -20
  39. package/lib/actions/LoopAction.js.map +2 -2
  40. package/lib/actions/PageAction.d.ts +8 -5
  41. package/lib/actions/PageAction.js +3 -2
  42. package/lib/actions/PageAction.js.map +2 -2
  43. package/lib/actions/ParallelAction.d.ts +2 -2
  44. package/lib/actions/ParallelAction.js.map +1 -1
  45. package/lib/actions/SwitchAction.d.ts +2 -2
  46. package/lib/actions/SwitchAction.js.map +1 -1
  47. package/lib/actions/ToastAction.d.ts +2 -2
  48. package/lib/actions/ToastAction.js +6 -4
  49. package/lib/actions/ToastAction.js.map +2 -2
  50. package/lib/components/Editor.d.ts +84 -84
  51. package/lib/components/InputBox.js +1 -1
  52. package/lib/components/InputBox.js.map +2 -2
  53. package/lib/components/Pagination.d.ts +1175 -0
  54. package/lib/components/Pagination.js +274 -0
  55. package/lib/components/Pagination.js.map +13 -0
  56. package/lib/components/PickerContainer.d.ts +1 -0
  57. package/lib/components/PickerContainer.js +3 -2
  58. package/lib/components/PickerContainer.js.map +2 -2
  59. package/lib/components/Rating.js +11 -9
  60. package/lib/components/Rating.js.map +2 -2
  61. package/lib/components/Select.js +3 -3
  62. package/lib/components/Select.js.map +2 -2
  63. package/lib/components/Tag.d.ts +148 -0
  64. package/lib/components/Tag.js +96 -0
  65. package/lib/components/Tag.js.map +13 -0
  66. package/lib/components/TooltipWrapper.d.ts +25 -21
  67. package/lib/components/TooltipWrapper.js +11 -1
  68. package/lib/components/TooltipWrapper.js.map +2 -2
  69. package/lib/components/TransferDropDown.d.ts +85 -84
  70. package/lib/components/TransferDropDown.js +2 -2
  71. package/lib/components/TransferDropDown.js.map +2 -2
  72. package/lib/components/Tree.d.ts +84 -84
  73. package/lib/components/formula/VariableList.d.ts +1 -0
  74. package/lib/components/formula/VariableList.js.map +2 -2
  75. package/lib/components/icons.js +2 -0
  76. package/lib/components/icons.js.map +2 -2
  77. package/lib/components/index.d.ts +4 -1
  78. package/lib/components/index.js +7 -1
  79. package/lib/components/index.js.map +2 -2
  80. package/lib/components/schema-editor/Array.d.ts +11 -0
  81. package/lib/components/schema-editor/Array.js +66 -0
  82. package/lib/components/schema-editor/Array.js.map +13 -0
  83. package/lib/components/schema-editor/Common.d.ts +29 -0
  84. package/lib/components/schema-editor/Common.js +69 -0
  85. package/lib/components/schema-editor/Common.js.map +13 -0
  86. package/lib/components/schema-editor/Item.d.ts +9 -0
  87. package/lib/components/schema-editor/Item.js +31 -0
  88. package/lib/components/schema-editor/Item.js.map +13 -0
  89. package/lib/components/schema-editor/Object.d.ts +44 -0
  90. package/lib/components/schema-editor/Object.js +191 -0
  91. package/lib/components/schema-editor/Object.js.map +13 -0
  92. package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
  93. package/lib/components/schema-editor/SchemaVariableList.js +74 -0
  94. package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
  95. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
  96. package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
  97. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
  98. package/lib/components/schema-editor/index.d.ts +520 -0
  99. package/lib/components/schema-editor/index.js +118 -0
  100. package/lib/components/schema-editor/index.js.map +13 -0
  101. package/lib/components/table/Cell.d.ts +930 -0
  102. package/lib/components/table/Cell.js +36 -0
  103. package/lib/components/table/Cell.js.map +13 -0
  104. package/lib/components/table/HeadCellDropDown.d.ts +514 -0
  105. package/lib/components/table/HeadCellDropDown.js +52 -0
  106. package/lib/components/table/HeadCellDropDown.js.map +13 -0
  107. package/lib/components/table/HeadCellFilter.d.ts +771 -0
  108. package/lib/components/table/HeadCellFilter.js +106 -0
  109. package/lib/components/table/HeadCellFilter.js.map +13 -0
  110. package/lib/components/table/HeadCellSelect.d.ts +672 -0
  111. package/lib/components/table/HeadCellSelect.js +46 -0
  112. package/lib/components/table/HeadCellSelect.js.map +13 -0
  113. package/lib/components/table/HeadCellSort.d.ts +498 -0
  114. package/lib/components/table/HeadCellSort.js +67 -0
  115. package/lib/components/table/HeadCellSort.js.map +13 -0
  116. package/lib/components/table/index.d.ts +1355 -0
  117. package/lib/components/table/index.js +1095 -0
  118. package/lib/components/table/index.js.map +13 -0
  119. package/lib/env.d.ts +2 -4
  120. package/lib/env.js.map +2 -2
  121. package/lib/factory.js +0 -95
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/dot.js +11 -0
  124. package/lib/index.d.ts +6 -1
  125. package/lib/index.js +9 -2
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +18 -1
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +18 -1
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +20 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Action.js +0 -2
  134. package/lib/renderers/Action.js.map +2 -2
  135. package/lib/renderers/Carousel.d.ts +5 -1
  136. package/lib/renderers/Carousel.js +18 -5
  137. package/lib/renderers/Carousel.js.map +2 -2
  138. package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
  139. package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
  140. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  141. package/lib/renderers/Form/Checkbox.js +3 -4
  142. package/lib/renderers/Form/Checkbox.js.map +2 -2
  143. package/lib/renderers/Form/Checkboxes.d.ts +2 -1
  144. package/lib/renderers/Form/Checkboxes.js +19 -14
  145. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  146. package/lib/renderers/Form/Combo.js +23 -4
  147. package/lib/renderers/Form/Combo.js.map +2 -2
  148. package/lib/renderers/Form/DiffEditor.d.ts +126 -18
  149. package/lib/renderers/Form/Editor.d.ts +412 -112
  150. package/lib/renderers/Form/Editor.js +10 -1
  151. package/lib/renderers/Form/Editor.js.map +2 -2
  152. package/lib/renderers/Form/InputExcel.js +6 -1
  153. package/lib/renderers/Form/InputExcel.js.map +2 -2
  154. package/lib/renderers/Form/InputFile.js +1 -2
  155. package/lib/renderers/Form/InputFile.js.map +2 -2
  156. package/lib/renderers/Form/InputTree.js +1 -1
  157. package/lib/renderers/Form/InputTree.js.map +2 -2
  158. package/lib/renderers/Form/Item.d.ts +0 -6
  159. package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
  160. package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
  161. package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
  162. package/lib/renderers/Form/ListSelect.d.ts +2 -0
  163. package/lib/renderers/Form/ListSelect.js +7 -0
  164. package/lib/renderers/Form/ListSelect.js.map +2 -2
  165. package/lib/renderers/Form/Options.js +1 -0
  166. package/lib/renderers/Form/Options.js.map +2 -2
  167. package/lib/renderers/Form/Select.js +12 -1
  168. package/lib/renderers/Form/Select.js.map +2 -2
  169. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/lib/renderers/Form/TabsTransfer.js +2 -2
  171. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  172. package/lib/renderers/Form/TreeSelect.d.ts +4 -0
  173. package/lib/renderers/Form/TreeSelect.js +2 -2
  174. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  175. package/lib/renderers/Form/wrapControl.js +10 -5
  176. package/lib/renderers/Form/wrapControl.js.map +2 -2
  177. package/lib/renderers/Pagination.d.ts +49 -30
  178. package/lib/renderers/Pagination.js +3 -132
  179. package/lib/renderers/Pagination.js.map +2 -2
  180. package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
  181. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
  182. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
  183. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
  184. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
  185. package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
  186. package/lib/renderers/Table-v2/TableCell.js +28 -0
  187. package/lib/renderers/Table-v2/TableCell.js.map +13 -0
  188. package/lib/renderers/Table-v2/index.d.ts +256 -0
  189. package/lib/renderers/Table-v2/index.js +548 -0
  190. package/lib/renderers/Table-v2/index.js.map +13 -0
  191. package/lib/renderers/Tabs.js +1 -1
  192. package/lib/renderers/Tabs.js.map +2 -2
  193. package/lib/renderers/Tag.d.ts +66 -0
  194. package/lib/renderers/Tag.js +53 -0
  195. package/lib/renderers/Tag.js.map +13 -0
  196. package/lib/renderers/Wizard.js +3 -3
  197. package/lib/renderers/Wizard.js.map +2 -2
  198. package/lib/schemaExtend.js +24 -30
  199. package/lib/schemaExtend.js.map +2 -2
  200. package/lib/store/combo.d.ts +140 -20
  201. package/lib/store/form.d.ts +56 -8
  202. package/lib/store/formItem.d.ts +3 -1
  203. package/lib/store/formItem.js +3 -1
  204. package/lib/store/formItem.js.map +2 -2
  205. package/lib/store/index.js +2 -0
  206. package/lib/store/index.js.map +2 -2
  207. package/lib/store/table-v2.d.ts +308 -0
  208. package/lib/store/table-v2.js +452 -0
  209. package/lib/store/table-v2.js.map +13 -0
  210. package/lib/store/table.d.ts +112 -16
  211. package/lib/store/table.js +1 -1
  212. package/lib/store/table.js.map +2 -2
  213. package/lib/themes/ang-ie11.css +1686 -120
  214. package/lib/themes/ang.css +1807 -208
  215. package/lib/themes/ang.css.map +1 -1
  216. package/lib/themes/antd-ie11.css +1667 -101
  217. package/lib/themes/antd.css +1789 -201
  218. package/lib/themes/antd.css.map +1 -1
  219. package/lib/themes/cxd-ie11.css +1662 -97
  220. package/lib/themes/cxd.css +1983 -394
  221. package/lib/themes/cxd.css.map +1 -1
  222. package/lib/themes/dark-ie11.css +1667 -101
  223. package/lib/themes/dark.css +1789 -201
  224. package/lib/themes/dark.css.map +1 -1
  225. package/lib/themes/default-ie11.css +1662 -97
  226. package/lib/themes/default.css +1983 -394
  227. package/lib/themes/default.css.map +1 -1
  228. package/lib/utils/DataSchema.d.ts +25 -0
  229. package/lib/utils/DataSchema.js +104 -0
  230. package/lib/utils/DataSchema.js.map +13 -0
  231. package/lib/utils/DataScope.d.ts +23 -0
  232. package/lib/utils/DataScope.js +140 -0
  233. package/lib/utils/DataScope.js.map +13 -0
  234. package/lib/utils/handleAction.js +1 -1
  235. package/lib/utils/handleAction.js.map +2 -2
  236. package/lib/utils/renderer-event.d.ts +8 -2
  237. package/lib/utils/renderer-event.js +102 -1
  238. package/lib/utils/renderer-event.js.map +2 -2
  239. package/package.json +3 -2
  240. package/schema.json +1476 -469
  241. package/scss/_properties.scss +69 -0
  242. package/scss/components/_button.scss +37 -39
  243. package/scss/components/_context-menu.scss +3 -18
  244. package/scss/components/_json-schema-editor.scss +126 -0
  245. package/scss/components/_pagination.scss +104 -23
  246. package/scss/components/_result-box.scss +2 -2
  247. package/scss/components/_table-v2.scss +912 -0
  248. package/scss/components/_tag.scss +177 -0
  249. package/scss/components/form/_selection.scss +1 -14
  250. package/scss/components/form/_text.scss +1 -1
  251. package/scss/themes/_antd-variables.scss +0 -13
  252. package/scss/themes/_common.scss +3 -0
  253. package/scss/themes/_cxd-variables.scss +7 -17
  254. package/scss/themes/_dark-variables.scss +0 -13
  255. package/scss/themes/cxd.scss +1 -1
  256. package/sdk/ang-ie11.css +2240 -227
  257. package/sdk/ang.css +2905 -859
  258. package/sdk/antd-ie11.css +2233 -220
  259. package/sdk/antd.css +2905 -870
  260. package/sdk/barcode.js +51 -51
  261. package/sdk/charts.js +14 -14
  262. package/sdk/codemirror.js +7 -7
  263. package/sdk/color-picker.js +65 -65
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +2223 -211
  266. package/sdk/cxd.css +2911 -875
  267. package/sdk/dark-ie11.css +2233 -220
  268. package/sdk/dark.css +2905 -870
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/locale/de-DE.js +18 -1
  271. package/sdk/markdown.js +69 -69
  272. package/sdk/papaparse.js +1 -1
  273. package/sdk/renderers/Form/CityDB.js +1 -1
  274. package/sdk/rest.js +16 -16
  275. package/sdk/rich-text.js +62 -62
  276. package/sdk/sdk-ie11.css +2223 -211
  277. package/sdk/sdk.css +2911 -875
  278. package/sdk/sdk.js +1326 -1270
  279. package/sdk/thirds/hls.js/hls.js +1 -1
  280. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  281. package/sdk/tinymce.js +57 -57
  282. package/src/Schema.ts +7 -0
  283. package/src/SchemaRenderer.tsx +4 -5
  284. package/src/actions/Action.ts +7 -6
  285. package/src/actions/AjaxAction.ts +33 -24
  286. package/src/actions/BreakAction.ts +2 -2
  287. package/src/actions/BroadcastAction.ts +6 -5
  288. package/src/actions/CmptAction.ts +5 -6
  289. package/src/actions/ContinueAction.ts +2 -2
  290. package/src/actions/CopyAction.ts +14 -8
  291. package/src/actions/CustomAction.ts +2 -2
  292. package/src/actions/DialogAction.ts +16 -10
  293. package/src/actions/DrawerAction.ts +3 -3
  294. package/src/actions/EmailAction.ts +12 -12
  295. package/src/actions/LinkAction.ts +34 -14
  296. package/src/actions/LoopAction.ts +13 -8
  297. package/src/actions/PageAction.ts +9 -6
  298. package/src/actions/ParallelAction.ts +2 -2
  299. package/src/actions/SwitchAction.ts +2 -2
  300. package/src/actions/ToastAction.ts +9 -5
  301. package/src/components/InputBox.tsx +1 -0
  302. package/src/components/Pagination.tsx +446 -0
  303. package/src/components/PickerContainer.tsx +8 -5
  304. package/src/components/Rating.tsx +16 -9
  305. package/src/components/Select.tsx +3 -3
  306. package/src/components/Tag.tsx +179 -0
  307. package/src/components/TooltipWrapper.tsx +14 -1
  308. package/src/components/TransferDropDown.tsx +3 -0
  309. package/src/components/formula/VariableList.tsx +1 -0
  310. package/src/components/icons.tsx +2 -0
  311. package/src/components/index.tsx +7 -1
  312. package/src/components/schema-editor/Array.tsx +95 -0
  313. package/src/components/schema-editor/Common.tsx +138 -0
  314. package/src/components/schema-editor/Item.tsx +36 -0
  315. package/src/components/schema-editor/Object.tsx +299 -0
  316. package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
  317. package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
  318. package/src/components/schema-editor/index.tsx +211 -0
  319. package/src/components/table/Cell.tsx +70 -0
  320. package/src/components/table/HeadCellDropDown.tsx +115 -0
  321. package/src/components/table/HeadCellFilter.tsx +193 -0
  322. package/src/components/table/HeadCellSelect.tsx +86 -0
  323. package/src/components/table/HeadCellSort.tsx +102 -0
  324. package/src/components/table/index.tsx +1681 -0
  325. package/src/env.tsx +7 -14
  326. package/src/factory.tsx +3 -106
  327. package/src/icons/dot.svg +11 -0
  328. package/src/index.tsx +8 -1
  329. package/src/locale/de-DE.ts +18 -1
  330. package/src/locale/en-US.ts +18 -1
  331. package/src/locale/zh-CN.ts +20 -1
  332. package/src/renderers/Action.tsx +1 -1
  333. package/src/renderers/Carousel.tsx +21 -6
  334. package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
  335. package/src/renderers/Form/Checkbox.tsx +4 -4
  336. package/src/renderers/Form/Checkboxes.tsx +31 -25
  337. package/src/renderers/Form/Combo.tsx +20 -4
  338. package/src/renderers/Form/Editor.tsx +15 -1
  339. package/src/renderers/Form/InputExcel.tsx +6 -1
  340. package/src/renderers/Form/InputFile.tsx +1 -2
  341. package/src/renderers/Form/InputTree.tsx +1 -1
  342. package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
  343. package/src/renderers/Form/ListSelect.tsx +9 -1
  344. package/src/renderers/Form/Options.tsx +1 -1
  345. package/src/renderers/Form/Select.tsx +7 -0
  346. package/src/renderers/Form/TabsTransfer.tsx +2 -2
  347. package/src/renderers/Form/TreeSelect.tsx +8 -1
  348. package/src/renderers/Form/wrapControl.tsx +11 -5
  349. package/src/renderers/Pagination.tsx +65 -253
  350. package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
  351. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
  352. package/src/renderers/Table-v2/TableCell.tsx +19 -0
  353. package/src/renderers/Table-v2/index.tsx +1140 -0
  354. package/src/renderers/Tabs.tsx +1 -1
  355. package/src/renderers/Tag.tsx +128 -0
  356. package/src/renderers/Wizard.tsx +3 -3
  357. package/src/schemaExtend.ts +24 -28
  358. package/src/store/formItem.ts +5 -1
  359. package/src/store/index.ts +2 -0
  360. package/src/store/table-v2.ts +646 -0
  361. package/src/store/table.ts +1 -1
  362. package/src/utils/DataSchema.ts +131 -0
  363. package/src/utils/DataScope.ts +190 -0
  364. package/src/utils/handleAction.ts +1 -1
  365. package/src/utils/renderer-event.ts +113 -2
package/sdk/cxd.css CHANGED
@@ -13387,6 +13387,7 @@ readers do not read off random characters that represent icons */
13387
13387
  --Button--light-onHover-color: var(--Button--light-color);
13388
13388
  --Button--link-color: var(--primary);
13389
13389
  --Button--link-onDisabled-color: #4b5563;
13390
+ --Button--link-onDisabled-backgroundColor: transparent;
13390
13391
  --Button--link-onHover-color: var(--primary-onHover);
13391
13392
  --Button--link-onActive-color: var(--primary-onActive);
13392
13393
  --Button--md-fontSize: var(--Button-fontSize);
@@ -14217,7 +14218,10 @@ readers do not read off random characters that represent icons */
14217
14218
  --Pagination-onActive-backgroundColor: var(--primary);
14218
14219
  --Pagination-onActive-border: 0;
14219
14220
  --Pagination-onActive-color: var(--white);
14221
+ --Pagination-onDisabled-color: var(--text--muted-color);
14222
+ --Pagination-onDisabled-backgroundColor: #e5e7eb;
14220
14223
  --Pagination-padding: 0 0.5rem;
14224
+ --Pagination-light-color: #84868c;
14221
14225
  --Panel--default-badgeBg: #333;
14222
14226
  --Panel--default-badgeColor: #f5f5f5;
14223
14227
  --Panel--default-bg: #f6f8f8;
@@ -14371,22 +14375,46 @@ readers do not read off random characters that represent icons */
14371
14375
  --Table-searchableForm-backgroundColor: #f6f7f8;
14372
14376
  --Table-searchableForm-borderRadius: 0.25rem;
14373
14377
  --TableCell--edge-paddingX: var(--gap-md);
14378
+ --TableCell--edge-paddingX-default: var(--gap-base);
14374
14379
  --TableCell-filterBtn--onActive-color: var(--primary);
14375
14380
  --TableCell-filterBtn-width: 1rem;
14376
14381
  --TableCell-filterPopOver-dropDownItem-height: 2.125rem;
14377
14382
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.75rem;
14383
+ --TableCell-line-height-large: 2.5rem;
14384
+ --TableCell-line-height-middle: 1.875rem;
14378
14385
  --TableCell-height: 2.5rem;
14386
+ --TableCell-height-default: 2.5625rem;
14387
+ --TableCell-height-large: 3.8125rem;
14388
+ --TableCell-height-small: 2.0625rem;
14379
14389
  --TableCell-paddingX: var(--gap-sm);
14390
+ --TableCell-paddingX-large: var(--gap-base);
14391
+ --TableCell-paddingX-small: var(--gap-xs);
14380
14392
  --TableCell-paddingY: calc(
14381
14393
  (var(--TableCell-height) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14382
14394
  2
14383
14395
  );
14396
+ --TableCell-paddingY-default: calc(
14397
+ (var(--TableCell-height-default) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14398
+ 2
14399
+ );
14400
+ --TableCell-paddingY-large: calc(
14401
+ (var(--TableCell-height-large) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14402
+ 2
14403
+ );
14404
+ --TableCell-paddingY-small: calc(
14405
+ (var(--TableCell-height-small) - var(--Table-fontSize) * var(--Table-lineHeight)) /
14406
+ 2
14407
+ );
14384
14408
  --TableCell-searchBtn--onActive-color: var(--primary);
14385
14409
  --TableCell-searchBtn-width: 1rem;
14386
14410
  --TableCell-sortBtn--default-onActive-opacity: 1;
14387
14411
  --TableCell-sortBtn--default-opacity: 0;
14388
14412
  --TableCell-sortBtn--onActive-color: var(--primary);
14389
14413
  --TableCell-sortBtn-width: 0.5rem;
14414
+ --TableCell-icon-gap: var(--gap-sm);
14415
+ --Table-fixedLeftLast-boxShadow: inset 10px 0 8px -8px #00000026;
14416
+ --Table-fixedRightFirst-boxShadow: inset -10px 0 8px -8px #00000026;
14417
+ --Table-loading-padding: 30px 0px;
14390
14418
  --Tabs--card-bg: #f6f8f8;
14391
14419
  --Tabs--card-borderTopColor: var(--borderColor);
14392
14420
  --Tabs--card-linkMargin: 0 10px 0 0;
@@ -14644,6 +14672,38 @@ readers do not read off random characters that represent icons */
14644
14672
  --Timeline--info-bg: var(--info);
14645
14673
  --Timeline--warning-bg: var(--warning);
14646
14674
  --Timeline--danger-bg: var(--danger);
14675
+ --Tag-content-fontSize: var(--fontSizeSm);
14676
+ --Tag-height: 1.5rem;
14677
+ --Tag-borderRadius: 0.125rem;
14678
+ --Tag-fontColor: #151a26;
14679
+ --Tag-default-color: #f2f2f4;
14680
+ --Tag-inactive-color: #b4b6ba;
14681
+ --Tag-active-color: #2468f2;
14682
+ --Tag-processing-color: #1ac5ff;
14683
+ --Tag-success-color: #0bc286;
14684
+ --Tag-error-color: #e8684a;
14685
+ --Tag-warning-color: #ffb200;
14686
+ --Tag-checkable-bgColor: #f2f2f4;
14687
+ --Tag-checkable-bgColor-onDisable: #e6e6e8;
14688
+ --Tag-checkable-bgColor-onHover: #e6e6e8;
14689
+ --Tag-checkable-bgColor-onActive: #e6e6e8;
14690
+ --Tag-checkable-bgColor-onHover-onChecked: #4f86f4;
14691
+ --Tag-checkable-bgColor-onActive-onChecked: #1c53c1;
14692
+ --Tag-checkable-bgColor-onChecked: #2468f2;
14693
+ --Tag-checkable-fontColor-onDisable: #b4b6ba;
14694
+ --menu-background: #fff;
14695
+ --menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
14696
+ --menu-border-radius: 4px;
14697
+ --menu-font-color: #151b26;
14698
+ --menu-font-family: PingFangSC-Regular;
14699
+ --menu-border-color: #e8e9eb;
14700
+ --menu-active-color: #2468f2;
14701
+ --menu-hover-bg-color: #e6f0ff;
14702
+ --menu-disabled-color: #b8babf;
14703
+ --default-icon-color: #84868c;
14704
+ --default-padding: 4px 12px;
14705
+ --menu-min-width: 150px;
14706
+ --menu-sub-min-width: 100px;
14647
14707
  }
14648
14708
 
14649
14709
  :root {
@@ -14886,20 +14946,20 @@ readers do not read off random characters that represent icons */
14886
14946
  --BreadcrumbDropdown-item-default-color: #151b26;
14887
14947
  --BreadcrumbDropdown-item-default-bg: #ffffff;
14888
14948
  --BreadcrumbDropdown-item-hover-bg: #e6f0ff;
14889
- --Spinner-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
14949
+ --Spinner-bg: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ibG9hZGluZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHN0cm9rZT0iIzk3OTc5NyIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjMiIGhlaWdodD0iNjMiPjwvcmVjdD4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hOWkh+S7vS02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk4MDAwMCwgMC43ODAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJmcmFtZSIgc3Ryb2tlPSIjMjQ2OEYyIiBzdHJva2Utd2lkdGg9IjMuMiIgcG9pbnRzPSIyNy41MiA1LjEyIDQ5LjY5MDI1MDMgMTcuOTIgNDkuNjkwMjUwMyA0My41MiAyNy41MiA1Ni4zMiA1LjM0OTc0OTY2IDQzLjUyIDUuMzQ5NzQ5NjYgMTcuOTIiIHN0cm9rZS1kYXNoYXJyYXk9IjE2MCAxNjAiIHN0cm9rZS1kYXNob2Zmc2V0PSIxNjAiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iLjQ1cztmcmFtZTIuZW5kIiBkdXI9Ii45cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIxNjAiIHRvPSItMTYwIiBmaWxsPSJmcmVlemUiICBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlIGlkPSJmcmFtZTIiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBiZWdpbj0iZnJhbWUxLmVuZCIgZHVyPSIuOXMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMTYwIiB0bz0iMTYwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICA8L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUxIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGN4PSIyNy41MiIgY3k9IjQuOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDI2IiB0bz0iMCAwIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiAga2V5U3BsaW5lcz0iLjUgMCAuNSAxIi8+CiAgICAgICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImNpcmNsZTF0d28iIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgYmVnaW49ImNpcmNsZTFvbmUuZW5kICsgLjcycyIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjAgMCIgdG89IjAgMjYiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlMiIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4yNDAwMDAsIDE3LjI4MDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTE3LjI4MDAwMCkgIiBjeD0iNTAuMjQiIGN5PSIxNy4yOCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMm9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMnR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSItMjIuNSAxMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUydHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUyb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGUzIiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjI0MDAwMCwgNDMuMjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjI0MDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNTAuMjQiIGN5PSI0My4yIiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzb25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGUzdHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209Ii0yMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUzdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUzb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSItMjIuNSAtMTMiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlNCIgZmlsbD0iIzI0NjhGMiIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMjcuNTIiIGN5PSI1Ni42NCIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlMW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlMXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIC0yNiIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGUxdHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGUxb25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIwIC0yNiIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU1IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCA0My4yMDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC00LjgwMDAwMCwgLTQzLjIwMDAwMCkgIiBjeD0iNC44IiBjeT0iNDMuMiIgcj0iNC44Ij4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNW9uZSIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iMHM7Y2lyY2xlNXR3by5lbmQiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIyMi41IC0xMyIgdG89IjAgMCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU1dHdvIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSJjaXJjbGU1b25lLmVuZCArIC43MnMiIGR1cj0iLjU0cyIgdHlwZT0idHJhbnNsYXRlIiBmcm9tPSIwIDAiIHRvPSIyMi41IC0xMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJjaXJjbGU2IiBmaWxsPSIjMjQ2OEYyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuODAwMDAwLCAxNy4yODAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNC44MDAwMDAsIC0xNy4yODAwMDApICIgY3g9IjQuOCIgY3k9IjE3LjI4IiByPSI0LjgiPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGlkPSJjaXJjbGU2b25lIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGJlZ2luPSIwcztjaXJjbGU2dHdvLmVuZCIgZHVyPSIuNTRzIiB0eXBlPSJ0cmFuc2xhdGUiIGZyb209IjIyLjUgMTMiIHRvPSIwIDAiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiICBrZXlTcGxpbmVzPSIuNSAwIC41IDEiLz4KICAgICAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBpZD0iY2lyY2xlNnR3byIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBiZWdpbj0iY2lyY2xlNm9uZS5lbmQgKyAuNzJzIiBkdXI9Ii41NHMiIHR5cGU9InRyYW5zbGF0ZSIgZnJvbT0iMCAwIiB0bz0iMjIuNSAxMyIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIgIGtleVNwbGluZXM9Ii41IDAgLjUgMSIvPgogICAgICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
14890
14950
  --Crud-toolbar-gap: 0.625rem;
14891
14951
  --Table-bg: #fff;
14892
14952
  --Table-fontSize: 0.75rem;
14893
14953
  --Table-color: #333;
14894
14954
  --Table-thead-color: #333;
14895
14955
  --Table-lineHeight: 20 / 12;
14896
- --Table-borderColor: #f5f5f5;
14956
+ --Table-borderColor: #e8e9eb;
14897
14957
  --Table-tree-borderColor: gainsboro;
14898
- --Table-thead-bg: #f5f5f5;
14958
+ --Table-thead-bg: #f7f7f9;
14899
14959
  --Table-thead-borderColor: #fff;
14900
14960
  --Table-thead-iconColor: #999;
14901
14961
  --Table-strip-bg: transparent;
14902
- --Table-onHover-bg: #f5f5f5;
14962
+ --Table-onHover-bg: #e6f0ff;
14903
14963
  --Table-onHover-bg-rgb: 245, 251, 255;
14904
14964
  --Table-onHover-borderColor: #eceff8;
14905
14965
  --Table-onChecked-bg: #f0faff;
@@ -14912,6 +14972,8 @@ readers do not read off random characters that represent icons */
14912
14972
  --TableCell-sortBtn-width: 0.875rem;
14913
14973
  --TableCell-filterPopOver-dropDownItem-height: 1.875rem;
14914
14974
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.625rem;
14975
+ --TableRow-onDisabled-bg: #f7f7f9;
14976
+ --TableRow-onDisabled-color: #b8babf;
14915
14977
  --ListControl-item-borderWidth: 0.0625rem;
14916
14978
  --ListControl-item-borderRadius: 0.25rem;
14917
14979
  --ListControl-item-paddingX: 0.625rem;
@@ -15108,17 +15170,6 @@ readers do not read off random characters that represent icons */
15108
15170
  --ResultBox-value-bg: #f7f7f9;
15109
15171
  --ResultBox-value-clear-bg: #e8e9eb;
15110
15172
  --ResultBox-value-clear-hover-bg: #f2f2f4;
15111
- --menu-background: #fff;
15112
- --menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
15113
- --menu-border-radius: 4px;
15114
- --menu-font-color: #151b26;
15115
- --menu-font-family: PingFangSC-Regular;
15116
- --menu-border-color: #e8e9eb;
15117
- --menu-active-color: #2468f2;
15118
- --menu-hover-bg-color: #e6f0ff;
15119
- --menu-disabled-color: #b8babf;
15120
- --default-icon-color: #84868c;
15121
- --default-padding: 4px 12px;
15122
15173
  }
15123
15174
 
15124
15175
  /* BASICS */
@@ -27864,7 +27915,6 @@ readers do not read off random characters that represent icons */
27864
27915
  box-shadow: none;
27865
27916
  cursor: not-allowed;
27866
27917
  color: var(--text--muted-color);
27867
- pointer-events: auto;
27868
27918
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
27869
27919
  background: var(--Button-onDisabled-bg);
27870
27920
  }
@@ -27880,450 +27930,6 @@ readers do not read off random characters that represent icons */
27880
27930
  cursor: pointer;
27881
27931
  }
27882
27932
 
27883
- .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
27884
- background: transparent;
27885
- border: none;
27886
- }
27887
-
27888
- .amis-scope .cxd-Button > .pull-left,
27889
- .amis-scope .cxd-Button > .pull-right {
27890
- line-height: inherit;
27891
- }
27892
-
27893
- .amis-scope .cxd-Button > .fa,
27894
- .amis-scope .cxd-Button > .iconfont,
27895
- .amis-scope .cxd-Button > .glyphicon {
27896
- font-size: inherit;
27897
- }
27898
-
27899
- .amis-scope a.cxd-Button.is-disabled,
27900
- .amis-scope fieldset:disabled a.cxd-Button {
27901
- pointer-events: none;
27902
- }
27903
-
27904
- .amis-scope .cxd-Button--primary {
27905
- color: var(--Button--primary-color);
27906
- background: var(--Button--primary-bg);
27907
- border-color: var(--Button--primary-border);
27908
- box-shadow: var(--Button-boxShadow);
27909
- text-shadow: var(--Button-textShadow);
27910
- }
27911
-
27912
- .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
27913
- color: var(--Button--primary-onHover-color);
27914
- background: var(--Button--primary-onHover-bg);
27915
- border-color: var(--Button--primary-onHover-border);
27916
- }
27917
-
27918
- .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
27919
- color: var(--Button--primary-onActive-color);
27920
- background: var(--Button--primary-onActive-bg);
27921
- border-color: var(--Button--primary-onActive-border);
27922
- }
27923
-
27924
- .amis-scope .cxd-Button--primary:hover:focus {
27925
- box-shadow: var(--Button-boxShadow);
27926
- }
27927
-
27928
- .amis-scope .cxd-Button--secondary {
27929
- color: var(--Button--secondary-color);
27930
- background: var(--Button--secondary-bg);
27931
- border-color: var(--Button--secondary-border);
27932
- box-shadow: var(--Button-boxShadow);
27933
- text-shadow: var(--Button-textShadow);
27934
- }
27935
-
27936
- .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover {
27937
- color: var(--Button--secondary-onHover-color);
27938
- background: var(--Button--secondary-onHover-bg);
27939
- border-color: var(--Button--secondary-onHover-border);
27940
- }
27941
-
27942
- .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
27943
- color: var(--Button--secondary-onActive-color);
27944
- background: var(--Button--secondary-onActive-bg);
27945
- border-color: var(--Button--secondary-onActive-border);
27946
- }
27947
-
27948
- .amis-scope .cxd-Button--secondary:hover:focus {
27949
- box-shadow: var(--Button-boxShadow);
27950
- }
27951
-
27952
- .amis-scope .cxd-Button--success {
27953
- color: var(--Button--success-color);
27954
- background: var(--Button--success-bg);
27955
- border-color: var(--Button--success-border);
27956
- box-shadow: var(--Button-boxShadow);
27957
- text-shadow: var(--Button-textShadow);
27958
- }
27959
-
27960
- .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover {
27961
- color: var(--Button--success-onHover-color);
27962
- background: var(--Button--success-onHover-bg);
27963
- border-color: var(--Button--success-onHover-border);
27964
- }
27965
-
27966
- .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
27967
- color: var(--Button--success-onActive-color);
27968
- background: var(--Button--success-onActive-bg);
27969
- border-color: var(--Button--success-onActive-border);
27970
- }
27971
-
27972
- .amis-scope .cxd-Button--success:hover:focus {
27973
- box-shadow: var(--Button-boxShadow);
27974
- }
27975
-
27976
- .amis-scope .cxd-Button--enhance {
27977
- color: var(--Button--enhance-color);
27978
- background: var(--Button--enhance-bg);
27979
- border-color: var(--Button--enhance-border);
27980
- box-shadow: var(--Button-boxShadow);
27981
- text-shadow: var(--Button-textShadow);
27982
- }
27983
-
27984
- .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
27985
- color: var(--Button--enhance-onHover-color);
27986
- background: var(--Button--enhance-onHover-bg);
27987
- border-color: var(--Button--enhance-onHover-border);
27988
- }
27989
-
27990
- .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
27991
- color: var(--Button--enhance-onActive-color);
27992
- background: var(--Button--enhance-onActive-bg);
27993
- border-color: var(--Button--enhance-onActive-border);
27994
- }
27995
-
27996
- .amis-scope .cxd-Button--enhance:hover:focus {
27997
- box-shadow: var(--Button-boxShadow);
27998
- }
27999
-
28000
- .amis-scope .cxd-Button--info {
28001
- color: var(--Button--info-color);
28002
- background: var(--Button--info-bg);
28003
- border-color: var(--Button--info-border);
28004
- box-shadow: var(--Button-boxShadow);
28005
- text-shadow: var(--Button-textShadow);
28006
- }
28007
-
28008
- .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover {
28009
- color: var(--Button--info-onHover-color);
28010
- background: var(--Button--info-onHover-bg);
28011
- border-color: var(--Button--info-onHover-border);
28012
- }
28013
-
28014
- .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
28015
- color: var(--Button--info-onActive-color);
28016
- background: var(--Button--info-onActive-bg);
28017
- border-color: var(--Button--info-onActive-border);
28018
- }
28019
-
28020
- .amis-scope .cxd-Button--info:hover:focus {
28021
- box-shadow: var(--Button-boxShadow);
28022
- }
28023
-
28024
- .amis-scope .cxd-Button--warning {
28025
- color: var(--Button--warning-color);
28026
- background: var(--Button--warning-bg);
28027
- border-color: var(--Button--warning-border);
28028
- box-shadow: var(--Button-boxShadow);
28029
- text-shadow: var(--Button-textShadow);
28030
- }
28031
-
28032
- .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover {
28033
- color: var(--Button--warning-onHover-color);
28034
- background: var(--Button--warning-onHover-bg);
28035
- border-color: var(--Button--warning-onHover-border);
28036
- }
28037
-
28038
- .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
28039
- color: var(--Button--warning-onActive-color);
28040
- background: var(--Button--warning-onActive-bg);
28041
- border-color: var(--Button--warning-onActive-border);
28042
- }
28043
-
28044
- .amis-scope .cxd-Button--warning:hover:focus {
28045
- box-shadow: var(--Button-boxShadow);
28046
- }
28047
-
28048
- .amis-scope .cxd-Button--danger {
28049
- color: var(--Button--danger-color);
28050
- background: var(--Button--danger-bg);
28051
- border-color: var(--Button--danger-border);
28052
- box-shadow: var(--Button-boxShadow);
28053
- text-shadow: var(--Button-textShadow);
28054
- }
28055
-
28056
- .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover {
28057
- color: var(--Button--danger-onHover-color);
28058
- background: var(--Button--danger-onHover-bg);
28059
- border-color: var(--Button--danger-onHover-border);
28060
- }
28061
-
28062
- .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
28063
- color: var(--Button--danger-onActive-color);
28064
- background: var(--Button--danger-onActive-bg);
28065
- border-color: var(--Button--danger-onActive-border);
28066
- }
28067
-
28068
- .amis-scope .cxd-Button--danger:hover:focus {
28069
- box-shadow: var(--Button-boxShadow);
28070
- }
28071
-
28072
- .amis-scope .cxd-Button--light {
28073
- color: var(--Button--light-color);
28074
- background: var(--Button--light-bg);
28075
- border-color: var(--Button--light-border);
28076
- box-shadow: var(--Button-boxShadow);
28077
- text-shadow: var(--Button-textShadow);
28078
- }
28079
-
28080
- .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
28081
- color: var(--Button--light-onHover-color);
28082
- background: var(--Button--light-onHover-bg);
28083
- border-color: var(--Button--light-onHover-border);
28084
- }
28085
-
28086
- .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
28087
- color: var(--Button--light-onActive-color);
28088
- background: var(--Button--light-onActive-bg);
28089
- border-color: var(--Button--light-onActive-border);
28090
- }
28091
-
28092
- .amis-scope .cxd-Button--light:hover:focus {
28093
- box-shadow: var(--Button-boxShadow);
28094
- }
28095
-
28096
- .amis-scope .cxd-Button--dark {
28097
- color: var(--Button--dark-color);
28098
- background: var(--Button--dark-bg);
28099
- border-color: var(--Button--dark-border);
28100
- box-shadow: var(--Button-boxShadow);
28101
- text-shadow: var(--Button-textShadow);
28102
- }
28103
-
28104
- .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover {
28105
- color: var(--Button--dark-onHover-color);
28106
- background: var(--Button--dark-onHover-bg);
28107
- border-color: var(--Button--dark-onHover-border);
28108
- }
28109
-
28110
- .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
28111
- color: var(--Button--dark-onActive-color);
28112
- background: var(--Button--dark-onActive-bg);
28113
- border-color: var(--Button--dark-onActive-border);
28114
- }
28115
-
28116
- .amis-scope .cxd-Button--dark:hover:focus {
28117
- box-shadow: var(--Button-boxShadow);
28118
- }
28119
-
28120
- .amis-scope .cxd-Button--default {
28121
- color: var(--Button--default-color);
28122
- background: var(--Button--default-bg);
28123
- border-color: var(--Button--default-border);
28124
- box-shadow: var(--Button-boxShadow);
28125
- text-shadow: var(--Button-textShadow);
28126
- }
28127
-
28128
- .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
28129
- color: var(--Button--default-onHover-color);
28130
- background: var(--Button--default-onHover-bg);
28131
- border-color: var(--Button--default-onHover-border);
28132
- }
28133
-
28134
- .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
28135
- color: var(--Button--default-onActive-color);
28136
- background: var(--Button--default-onActive-bg);
28137
- border-color: var(--Button--default-onActive-border);
28138
- }
28139
-
28140
- .amis-scope .cxd-Button--default:hover:focus {
28141
- box-shadow: var(--Button-boxShadow);
28142
- }
28143
-
28144
- .amis-scope .cxd-Button--xs {
28145
- padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
28146
- font-size: var(--Button--xs-fontSize);
28147
- line-height: var(--Button--xs-lineHeight);
28148
- border-radius: var(--Button--sm-borderRadius);
28149
- height: var(--Button--xs-height);
28150
- }
28151
-
28152
- .amis-scope .cxd-Button--xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28153
- .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
28154
- .amis-scope .cxd-Button--xs > .pull-left {
28155
- margin-right: var(--Button--xs-paddingX);
28156
- }
28157
-
28158
- .amis-scope .cxd-Button--xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28159
- .amis-scope .cxd-Button--xs > .pull-right {
28160
- margin-left: var(--Button--xs-paddingX);
28161
- }
28162
-
28163
- .amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28164
- .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
28165
- .amis-scope .cxd-Button--xs > .pull-left {
28166
- margin-right: var(--Button--xs-paddingX);
28167
- }
28168
-
28169
- .amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28170
- .amis-scope .cxd-Button--xs > .pull-right {
28171
- margin-left: var(--Button--xs-paddingX);
28172
- }
28173
-
28174
- .amis-scope .cxd-Button--xs img.cxd-Button-icon {
28175
- height: var(--Button-fontSize);
28176
- vertical-align: middle;
28177
- }
28178
-
28179
- .amis-scope .cxd-Button--xs.cxd-Button--iconOnly {
28180
- min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
28181
- }
28182
-
28183
- .amis-scope .cxd-Button--sm {
28184
- padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
28185
- font-size: var(--Button--sm-fontSize);
28186
- line-height: var(--Button--sm-lineHeight);
28187
- border-radius: var(--Button--sm-borderRadius);
28188
- height: var(--Button--sm-height);
28189
- }
28190
-
28191
- .amis-scope .cxd-Button--sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28192
- .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
28193
- .amis-scope .cxd-Button--sm > .pull-left {
28194
- margin-right: var(--Button--sm-paddingX);
28195
- }
28196
-
28197
- .amis-scope .cxd-Button--sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28198
- .amis-scope .cxd-Button--sm > .pull-right {
28199
- margin-left: var(--Button--sm-paddingX);
28200
- }
28201
-
28202
- .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28203
- .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
28204
- .amis-scope .cxd-Button--sm > .pull-left {
28205
- margin-right: var(--Button--sm-paddingX);
28206
- }
28207
-
28208
- .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28209
- .amis-scope .cxd-Button--sm > .pull-right {
28210
- margin-left: var(--Button--sm-paddingX);
28211
- }
28212
-
28213
- .amis-scope .cxd-Button--sm img.cxd-Button-icon {
28214
- height: var(--Button-fontSize);
28215
- vertical-align: middle;
28216
- }
28217
-
28218
- .amis-scope .cxd-Button--sm.cxd-Button--iconOnly {
28219
- min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
28220
- }
28221
-
28222
- .amis-scope .cxd-Button--md {
28223
- padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
28224
- font-size: var(--Button--md-fontSize);
28225
- line-height: var(--Button--md-lineHeight);
28226
- border-radius: var(--Button-borderRadius);
28227
- height: var(--Button--md-height);
28228
- }
28229
-
28230
- .amis-scope .cxd-Button--md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28231
- .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
28232
- .amis-scope .cxd-Button--md > .pull-left {
28233
- margin-right: var(--Button--md-paddingX);
28234
- }
28235
-
28236
- .amis-scope .cxd-Button--md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28237
- .amis-scope .cxd-Button--md > .pull-right {
28238
- margin-left: var(--Button--md-paddingX);
28239
- }
28240
-
28241
- .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28242
- .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
28243
- .amis-scope .cxd-Button--md > .pull-left {
28244
- margin-right: var(--Button--md-paddingX);
28245
- }
28246
-
28247
- .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28248
- .amis-scope .cxd-Button--md > .pull-right {
28249
- margin-left: var(--Button--md-paddingX);
28250
- }
28251
-
28252
- .amis-scope .cxd-Button--md img.cxd-Button-icon {
28253
- height: var(--Button-fontSize);
28254
- vertical-align: middle;
28255
- }
28256
-
28257
- .amis-scope .cxd-Button--md.cxd-Button--iconOnly {
28258
- min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
28259
- }
28260
-
28261
- .amis-scope .cxd-Button--lg {
28262
- padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
28263
- font-size: var(--Button--lg-fontSize);
28264
- line-height: var(--Button--lg-lineHeight);
28265
- border-radius: var(--Button--lg-borderRadius);
28266
- height: var(--Button--lg-height);
28267
- }
28268
-
28269
- .amis-scope .cxd-Button--lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28270
- .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
28271
- .amis-scope .cxd-Button--lg > .pull-left {
28272
- margin-right: var(--Button--lg-paddingX);
28273
- }
28274
-
28275
- .amis-scope .cxd-Button--lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28276
- .amis-scope .cxd-Button--lg > .pull-right {
28277
- margin-left: var(--Button--lg-paddingX);
28278
- }
28279
-
28280
- .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28281
- .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
28282
- .amis-scope .cxd-Button--lg > .pull-left {
28283
- margin-right: var(--Button--lg-paddingX);
28284
- }
28285
-
28286
- .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28287
- .amis-scope .cxd-Button--lg > .pull-right {
28288
- margin-left: var(--Button--lg-paddingX);
28289
- }
28290
-
28291
- .amis-scope .cxd-Button--lg img.cxd-Button-icon {
28292
- height: var(--Button-fontSize);
28293
- vertical-align: middle;
28294
- }
28295
-
28296
- .amis-scope .cxd-Button--lg.cxd-Button--iconOnly {
28297
- min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
28298
- }
28299
-
28300
- .amis-scope .cxd-Button--iconOnly {
28301
- min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
28302
- }
28303
-
28304
- .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
28305
- width: 0.875rem;
28306
- height: 0.875rem;
28307
- top: 0.125rem;
28308
- }
28309
-
28310
- .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
28311
- .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
28312
- font-size: var(--fontSizeMd);
28313
- }
28314
-
28315
- .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
28316
- line-height: 1;
28317
- }
28318
-
28319
- .amis-scope .cxd-Button--loading {
28320
- transition: --Button-transition;
28321
- }
28322
-
28323
- .amis-scope .cxd-Button--loading svg {
28324
- animation: var(--Button-animation-spin);
28325
- }
28326
-
28327
27933
  .amis-scope .cxd-Button--link {
28328
27934
  width: auto;
28329
27935
  min-width: auto;
@@ -28347,8 +27953,13 @@ readers do not read off random characters that represent icons */
28347
27953
  .amis-scope .cxd-Button--link:disabled,
28348
27954
  .amis-scope .cxd-Button--link.is-disabled {
28349
27955
  color: var(--text--muted-color);
28350
- pointer-events: none;
28351
- background: var(--Button-onDisabled-bg);
27956
+ border: none;
27957
+ background: var(--Button--link-onDisabled-backgroundColor);
27958
+ }
27959
+
27960
+ .amis-scope .cxd-Button--link:disabled:hover:active,
27961
+ .amis-scope .cxd-Button--link.is-disabled:hover:active {
27962
+ color: var(--text--muted-color);
28352
27963
  }
28353
27964
 
28354
27965
  .amis-scope .cxd-Button--block {
@@ -28360,6 +27971,445 @@ readers do not read off random characters that represent icons */
28360
27971
  margin-top: var(--gap-base);
28361
27972
  }
28362
27973
 
27974
+ .amis-scope .cxd-Button > .pull-left,
27975
+ .amis-scope .cxd-Button > .pull-right {
27976
+ line-height: inherit;
27977
+ }
27978
+
27979
+ .amis-scope .cxd-Button > .fa,
27980
+ .amis-scope .cxd-Button > .iconfont,
27981
+ .amis-scope .cxd-Button > .glyphicon {
27982
+ font-size: inherit;
27983
+ }
27984
+
27985
+ .amis-scope a.cxd-Button.is-disabled,
27986
+ .amis-scope fieldset:disabled a.cxd-Button {
27987
+ pointer-events: none;
27988
+ }
27989
+
27990
+ .amis-scope .cxd-Button--primary {
27991
+ color: var(--Button--primary-color);
27992
+ background: var(--Button--primary-bg);
27993
+ border-color: var(--Button--primary-border);
27994
+ box-shadow: var(--Button-boxShadow);
27995
+ text-shadow: var(--Button-textShadow);
27996
+ }
27997
+
27998
+ .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
27999
+ color: var(--Button--primary-onHover-color);
28000
+ background: var(--Button--primary-onHover-bg);
28001
+ border-color: var(--Button--primary-onHover-border);
28002
+ }
28003
+
28004
+ .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
28005
+ color: var(--Button--primary-onActive-color);
28006
+ background: var(--Button--primary-onActive-bg);
28007
+ border-color: var(--Button--primary-onActive-border);
28008
+ }
28009
+
28010
+ .amis-scope .cxd-Button--primary:hover:focus {
28011
+ box-shadow: var(--Button-boxShadow);
28012
+ }
28013
+
28014
+ .amis-scope .cxd-Button--secondary {
28015
+ color: var(--Button--secondary-color);
28016
+ background: var(--Button--secondary-bg);
28017
+ border-color: var(--Button--secondary-border);
28018
+ box-shadow: var(--Button-boxShadow);
28019
+ text-shadow: var(--Button-textShadow);
28020
+ }
28021
+
28022
+ .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover {
28023
+ color: var(--Button--secondary-onHover-color);
28024
+ background: var(--Button--secondary-onHover-bg);
28025
+ border-color: var(--Button--secondary-onHover-border);
28026
+ }
28027
+
28028
+ .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
28029
+ color: var(--Button--secondary-onActive-color);
28030
+ background: var(--Button--secondary-onActive-bg);
28031
+ border-color: var(--Button--secondary-onActive-border);
28032
+ }
28033
+
28034
+ .amis-scope .cxd-Button--secondary:hover:focus {
28035
+ box-shadow: var(--Button-boxShadow);
28036
+ }
28037
+
28038
+ .amis-scope .cxd-Button--success {
28039
+ color: var(--Button--success-color);
28040
+ background: var(--Button--success-bg);
28041
+ border-color: var(--Button--success-border);
28042
+ box-shadow: var(--Button-boxShadow);
28043
+ text-shadow: var(--Button-textShadow);
28044
+ }
28045
+
28046
+ .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover {
28047
+ color: var(--Button--success-onHover-color);
28048
+ background: var(--Button--success-onHover-bg);
28049
+ border-color: var(--Button--success-onHover-border);
28050
+ }
28051
+
28052
+ .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
28053
+ color: var(--Button--success-onActive-color);
28054
+ background: var(--Button--success-onActive-bg);
28055
+ border-color: var(--Button--success-onActive-border);
28056
+ }
28057
+
28058
+ .amis-scope .cxd-Button--success:hover:focus {
28059
+ box-shadow: var(--Button-boxShadow);
28060
+ }
28061
+
28062
+ .amis-scope .cxd-Button--enhance {
28063
+ color: var(--Button--enhance-color);
28064
+ background: var(--Button--enhance-bg);
28065
+ border-color: var(--Button--enhance-border);
28066
+ box-shadow: var(--Button-boxShadow);
28067
+ text-shadow: var(--Button-textShadow);
28068
+ }
28069
+
28070
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
28071
+ color: var(--Button--enhance-onHover-color);
28072
+ background: var(--Button--enhance-onHover-bg);
28073
+ border-color: var(--Button--enhance-onHover-border);
28074
+ }
28075
+
28076
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
28077
+ color: var(--Button--enhance-onActive-color);
28078
+ background: var(--Button--enhance-onActive-bg);
28079
+ border-color: var(--Button--enhance-onActive-border);
28080
+ }
28081
+
28082
+ .amis-scope .cxd-Button--enhance:hover:focus {
28083
+ box-shadow: var(--Button-boxShadow);
28084
+ }
28085
+
28086
+ .amis-scope .cxd-Button--info {
28087
+ color: var(--Button--info-color);
28088
+ background: var(--Button--info-bg);
28089
+ border-color: var(--Button--info-border);
28090
+ box-shadow: var(--Button-boxShadow);
28091
+ text-shadow: var(--Button-textShadow);
28092
+ }
28093
+
28094
+ .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover {
28095
+ color: var(--Button--info-onHover-color);
28096
+ background: var(--Button--info-onHover-bg);
28097
+ border-color: var(--Button--info-onHover-border);
28098
+ }
28099
+
28100
+ .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
28101
+ color: var(--Button--info-onActive-color);
28102
+ background: var(--Button--info-onActive-bg);
28103
+ border-color: var(--Button--info-onActive-border);
28104
+ }
28105
+
28106
+ .amis-scope .cxd-Button--info:hover:focus {
28107
+ box-shadow: var(--Button-boxShadow);
28108
+ }
28109
+
28110
+ .amis-scope .cxd-Button--warning {
28111
+ color: var(--Button--warning-color);
28112
+ background: var(--Button--warning-bg);
28113
+ border-color: var(--Button--warning-border);
28114
+ box-shadow: var(--Button-boxShadow);
28115
+ text-shadow: var(--Button-textShadow);
28116
+ }
28117
+
28118
+ .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover {
28119
+ color: var(--Button--warning-onHover-color);
28120
+ background: var(--Button--warning-onHover-bg);
28121
+ border-color: var(--Button--warning-onHover-border);
28122
+ }
28123
+
28124
+ .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
28125
+ color: var(--Button--warning-onActive-color);
28126
+ background: var(--Button--warning-onActive-bg);
28127
+ border-color: var(--Button--warning-onActive-border);
28128
+ }
28129
+
28130
+ .amis-scope .cxd-Button--warning:hover:focus {
28131
+ box-shadow: var(--Button-boxShadow);
28132
+ }
28133
+
28134
+ .amis-scope .cxd-Button--danger {
28135
+ color: var(--Button--danger-color);
28136
+ background: var(--Button--danger-bg);
28137
+ border-color: var(--Button--danger-border);
28138
+ box-shadow: var(--Button-boxShadow);
28139
+ text-shadow: var(--Button-textShadow);
28140
+ }
28141
+
28142
+ .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover {
28143
+ color: var(--Button--danger-onHover-color);
28144
+ background: var(--Button--danger-onHover-bg);
28145
+ border-color: var(--Button--danger-onHover-border);
28146
+ }
28147
+
28148
+ .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
28149
+ color: var(--Button--danger-onActive-color);
28150
+ background: var(--Button--danger-onActive-bg);
28151
+ border-color: var(--Button--danger-onActive-border);
28152
+ }
28153
+
28154
+ .amis-scope .cxd-Button--danger:hover:focus {
28155
+ box-shadow: var(--Button-boxShadow);
28156
+ }
28157
+
28158
+ .amis-scope .cxd-Button--light {
28159
+ color: var(--Button--light-color);
28160
+ background: var(--Button--light-bg);
28161
+ border-color: var(--Button--light-border);
28162
+ box-shadow: var(--Button-boxShadow);
28163
+ text-shadow: var(--Button-textShadow);
28164
+ }
28165
+
28166
+ .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
28167
+ color: var(--Button--light-onHover-color);
28168
+ background: var(--Button--light-onHover-bg);
28169
+ border-color: var(--Button--light-onHover-border);
28170
+ }
28171
+
28172
+ .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
28173
+ color: var(--Button--light-onActive-color);
28174
+ background: var(--Button--light-onActive-bg);
28175
+ border-color: var(--Button--light-onActive-border);
28176
+ }
28177
+
28178
+ .amis-scope .cxd-Button--light:hover:focus {
28179
+ box-shadow: var(--Button-boxShadow);
28180
+ }
28181
+
28182
+ .amis-scope .cxd-Button--dark {
28183
+ color: var(--Button--dark-color);
28184
+ background: var(--Button--dark-bg);
28185
+ border-color: var(--Button--dark-border);
28186
+ box-shadow: var(--Button-boxShadow);
28187
+ text-shadow: var(--Button-textShadow);
28188
+ }
28189
+
28190
+ .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover {
28191
+ color: var(--Button--dark-onHover-color);
28192
+ background: var(--Button--dark-onHover-bg);
28193
+ border-color: var(--Button--dark-onHover-border);
28194
+ }
28195
+
28196
+ .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
28197
+ color: var(--Button--dark-onActive-color);
28198
+ background: var(--Button--dark-onActive-bg);
28199
+ border-color: var(--Button--dark-onActive-border);
28200
+ }
28201
+
28202
+ .amis-scope .cxd-Button--dark:hover:focus {
28203
+ box-shadow: var(--Button-boxShadow);
28204
+ }
28205
+
28206
+ .amis-scope .cxd-Button--default {
28207
+ color: var(--Button--default-color);
28208
+ background: var(--Button--default-bg);
28209
+ border-color: var(--Button--default-border);
28210
+ box-shadow: var(--Button-boxShadow);
28211
+ text-shadow: var(--Button-textShadow);
28212
+ }
28213
+
28214
+ .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
28215
+ color: var(--Button--default-onHover-color);
28216
+ background: var(--Button--default-onHover-bg);
28217
+ border-color: var(--Button--default-onHover-border);
28218
+ }
28219
+
28220
+ .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
28221
+ color: var(--Button--default-onActive-color);
28222
+ background: var(--Button--default-onActive-bg);
28223
+ border-color: var(--Button--default-onActive-border);
28224
+ }
28225
+
28226
+ .amis-scope .cxd-Button--default:hover:focus {
28227
+ box-shadow: var(--Button-boxShadow);
28228
+ }
28229
+
28230
+ .amis-scope .cxd-Button--xs {
28231
+ padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
28232
+ font-size: var(--Button--xs-fontSize);
28233
+ line-height: var(--Button--xs-lineHeight);
28234
+ border-radius: var(--Button--sm-borderRadius);
28235
+ height: var(--Button--xs-height);
28236
+ }
28237
+
28238
+ .amis-scope .cxd-Button--xs .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28239
+ .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
28240
+ .amis-scope .cxd-Button--xs > .pull-left {
28241
+ margin-right: var(--Button--xs-paddingX);
28242
+ }
28243
+
28244
+ .amis-scope .cxd-Button--xs .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28245
+ .amis-scope .cxd-Button--xs > .pull-right {
28246
+ margin-left: var(--Button--xs-paddingX);
28247
+ }
28248
+
28249
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28250
+ .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
28251
+ .amis-scope .cxd-Button--xs > .pull-left {
28252
+ margin-right: var(--Button--xs-paddingX);
28253
+ }
28254
+
28255
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28256
+ .amis-scope .cxd-Button--xs > .pull-right {
28257
+ margin-left: var(--Button--xs-paddingX);
28258
+ }
28259
+
28260
+ .amis-scope .cxd-Button--xs img.cxd-Button-icon {
28261
+ height: var(--Button-fontSize);
28262
+ vertical-align: middle;
28263
+ }
28264
+
28265
+ .amis-scope .cxd-Button--xs.cxd-Button--iconOnly {
28266
+ min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
28267
+ }
28268
+
28269
+ .amis-scope .cxd-Button--sm {
28270
+ padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
28271
+ font-size: var(--Button--sm-fontSize);
28272
+ line-height: var(--Button--sm-lineHeight);
28273
+ border-radius: var(--Button--sm-borderRadius);
28274
+ height: var(--Button--sm-height);
28275
+ }
28276
+
28277
+ .amis-scope .cxd-Button--sm .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28278
+ .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
28279
+ .amis-scope .cxd-Button--sm > .pull-left {
28280
+ margin-right: var(--Button--sm-paddingX);
28281
+ }
28282
+
28283
+ .amis-scope .cxd-Button--sm .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28284
+ .amis-scope .cxd-Button--sm > .pull-right {
28285
+ margin-left: var(--Button--sm-paddingX);
28286
+ }
28287
+
28288
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28289
+ .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
28290
+ .amis-scope .cxd-Button--sm > .pull-left {
28291
+ margin-right: var(--Button--sm-paddingX);
28292
+ }
28293
+
28294
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28295
+ .amis-scope .cxd-Button--sm > .pull-right {
28296
+ margin-left: var(--Button--sm-paddingX);
28297
+ }
28298
+
28299
+ .amis-scope .cxd-Button--sm img.cxd-Button-icon {
28300
+ height: var(--Button-fontSize);
28301
+ vertical-align: middle;
28302
+ }
28303
+
28304
+ .amis-scope .cxd-Button--sm.cxd-Button--iconOnly {
28305
+ min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
28306
+ }
28307
+
28308
+ .amis-scope .cxd-Button--md {
28309
+ padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
28310
+ font-size: var(--Button--md-fontSize);
28311
+ line-height: var(--Button--md-lineHeight);
28312
+ border-radius: var(--Button-borderRadius);
28313
+ height: var(--Button--md-height);
28314
+ }
28315
+
28316
+ .amis-scope .cxd-Button--md .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28317
+ .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
28318
+ .amis-scope .cxd-Button--md > .pull-left {
28319
+ margin-right: var(--Button--md-paddingX);
28320
+ }
28321
+
28322
+ .amis-scope .cxd-Button--md .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28323
+ .amis-scope .cxd-Button--md > .pull-right {
28324
+ margin-left: var(--Button--md-paddingX);
28325
+ }
28326
+
28327
+ .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28328
+ .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
28329
+ .amis-scope .cxd-Button--md > .pull-left {
28330
+ margin-right: var(--Button--md-paddingX);
28331
+ }
28332
+
28333
+ .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28334
+ .amis-scope .cxd-Button--md > .pull-right {
28335
+ margin-left: var(--Button--md-paddingX);
28336
+ }
28337
+
28338
+ .amis-scope .cxd-Button--md img.cxd-Button-icon {
28339
+ height: var(--Button-fontSize);
28340
+ vertical-align: middle;
28341
+ }
28342
+
28343
+ .amis-scope .cxd-Button--md.cxd-Button--iconOnly {
28344
+ min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
28345
+ }
28346
+
28347
+ .amis-scope .cxd-Button--lg {
28348
+ padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
28349
+ font-size: var(--Button--lg-fontSize);
28350
+ line-height: var(--Button--lg-lineHeight);
28351
+ border-radius: var(--Button--lg-borderRadius);
28352
+ height: var(--Button--lg-height);
28353
+ }
28354
+
28355
+ .amis-scope .cxd-Button--lg .cxd-Button-icon:first-child:not(:last-child):not(.pull-right),
28356
+ .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
28357
+ .amis-scope .cxd-Button--lg > .pull-left {
28358
+ margin-right: var(--Button--lg-paddingX);
28359
+ }
28360
+
28361
+ .amis-scope .cxd-Button--lg .cxd-Button-icon:last-child:not(:first-child):not(.pull-left),
28362
+ .amis-scope .cxd-Button--lg > .pull-right {
28363
+ margin-left: var(--Button--lg-paddingX);
28364
+ }
28365
+
28366
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
28367
+ .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
28368
+ .amis-scope .cxd-Button--lg > .pull-left {
28369
+ margin-right: var(--Button--lg-paddingX);
28370
+ }
28371
+
28372
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
28373
+ .amis-scope .cxd-Button--lg > .pull-right {
28374
+ margin-left: var(--Button--lg-paddingX);
28375
+ }
28376
+
28377
+ .amis-scope .cxd-Button--lg img.cxd-Button-icon {
28378
+ height: var(--Button-fontSize);
28379
+ vertical-align: middle;
28380
+ }
28381
+
28382
+ .amis-scope .cxd-Button--lg.cxd-Button--iconOnly {
28383
+ min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
28384
+ }
28385
+
28386
+ .amis-scope .cxd-Button--iconOnly {
28387
+ min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
28388
+ }
28389
+
28390
+ .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
28391
+ width: 0.875rem;
28392
+ height: 0.875rem;
28393
+ top: 0.125rem;
28394
+ }
28395
+
28396
+ .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
28397
+ .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
28398
+ font-size: var(--fontSizeMd);
28399
+ }
28400
+
28401
+ .amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .iconfont {
28402
+ line-height: 1;
28403
+ }
28404
+
28405
+ .amis-scope .cxd-Button--loading {
28406
+ transition: --Button-transition;
28407
+ }
28408
+
28409
+ .amis-scope .cxd-Button--loading svg {
28410
+ animation: var(--Button-animation-spin);
28411
+ }
28412
+
28363
28413
  .amis-scope input[type=submit].cxd-Button--block,
28364
28414
  .amis-scope input[type=reset].cxd-Button--block,
28365
28415
  .amis-scope input[type=button].cxd-Button--block {
@@ -33803,7 +33853,7 @@ readers do not read off random characters that represent icons */
33803
33853
  display: block;
33804
33854
  position: absolute;
33805
33855
  margin: 0;
33806
- padding: 0;
33856
+ padding: 4px 0;
33807
33857
  background: var(--menu-background);
33808
33858
  box-shadow: var(--menu-box-shadow);
33809
33859
  color: var(--menu-font-color);
@@ -33827,19 +33877,6 @@ readers do not read off random characters that represent icons */
33827
33877
  animation-name: contextMenuOut;
33828
33878
  }
33829
33879
 
33830
- .amis-scope .cxd-ContextMenu-menu::before {
33831
- display: block;
33832
- position: absolute;
33833
- content: "";
33834
- top: -1px;
33835
- left: -1px;
33836
- bottom: -1px;
33837
- right: -1px;
33838
- border-radius: var(--menu-border-radius);
33839
- border: 1px solid var(--menu-border-color);
33840
- z-index: -1;
33841
- }
33842
-
33843
33880
  .amis-scope .cxd-ContextMenu-divider {
33844
33881
  border: none;
33845
33882
  height: 1px;
@@ -33852,7 +33889,7 @@ readers do not read off random characters that represent icons */
33852
33889
  list-style: none;
33853
33890
  margin: 0;
33854
33891
  padding: 0;
33855
- min-width: 100px;
33892
+ min-width: var(--menu-min-width);
33856
33893
  }
33857
33894
 
33858
33895
  .amis-scope .cxd-ContextMenu-item {
@@ -33918,7 +33955,7 @@ readers do not read off random characters that represent icons */
33918
33955
  position: absolute;
33919
33956
  left: 100%;
33920
33957
  top: -3px;
33921
- min-width: 100px;
33958
+ min-width: var(--menu-sub-min-width);
33922
33959
  margin: 0;
33923
33960
  padding: 0;
33924
33961
  background: var(--menu-background);
@@ -36030,577 +36067,2181 @@ readers do not read off random characters that represent icons */
36030
36067
  margin-right: 0.625rem;
36031
36068
  }
36032
36069
 
36033
- .amis-scope .cxd-ColumnToggler {
36070
+ .amis-scope .cxd-Table-v2 {
36034
36071
  position: relative;
36035
- display: inline-block;
36072
+ border-radius: var(--Table-borderRadius);
36073
+ margin-bottom: var(--gap-md);
36036
36074
  }
36037
36075
 
36038
- .amis-scope .cxd-ColumnToggler-caret {
36039
- margin-left: var(--DropDown-caret-marginLeft);
36040
- display: inline-block;
36041
- vertical-align: top;
36042
- transition: transform var(--animation-duration) ease;
36076
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered {
36077
+ border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
36078
+ border-style: solid;
36079
+ border-color: var(--Table-borderColor);
36080
+ border-collapse: inherit;
36043
36081
  }
36044
36082
 
36045
- .amis-scope .cxd-ColumnToggler-caret > svg {
36046
- width: 0.625rem;
36047
- height: 0.625rem;
36048
- top: 0.125em;
36083
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > thead > tr > th,
36084
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td,
36085
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td {
36086
+ border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
36049
36087
  }
36050
36088
 
36051
- .amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
36052
- transform: rotate(180deg);
36089
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > thead > tr > th:last-child,
36090
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tbody > tr > td:last-child,
36091
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-table > tfoot > tr > td:last-child {
36092
+ border-right: none;
36053
36093
  }
36054
36094
 
36055
- .amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
36056
- color: var(--link-color);
36095
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-footer {
36096
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36057
36097
  }
36058
36098
 
36059
- .amis-scope .cxd-ColumnToggler--block {
36060
- display: block;
36099
+ .amis-scope .cxd-Table-v2.cxd-Table-bordered .cxd-Table-title {
36100
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36061
36101
  }
36062
36102
 
36063
- .amis-scope .cxd-ColumnToggler--block .cxd-Button {
36064
- display: block;
36103
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > thead > tr > th {
36104
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
36065
36105
  }
36066
36106
 
36067
- .amis-scope .cxd-ColumnToggler-menu {
36068
- position: absolute;
36069
- z-index: 1000;
36070
- top: 100%;
36071
- left: 0;
36072
- margin: 0.0625rem 0 0;
36073
- background: var(--DropDown-menu-bg);
36074
- list-style: none;
36075
- padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
36076
- border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
36077
- border-radius: var(--DropDown-menu-borderRadius);
36078
- box-shadow: var(--DropDown-menu-boxShadow);
36079
- min-width: var(--DropDown-menu-minWidth);
36080
- text-align: left;
36107
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > td,
36108
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tbody > tr > th {
36109
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
36081
36110
  }
36082
36111
 
36083
- .amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
36084
- left: auto;
36085
- right: 0;
36112
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-Table-table > tfoot > tr > td {
36113
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
36086
36114
  }
36087
36115
 
36088
- .amis-scope .cxd-ColumnToggler-menuItem,
36089
- .amis-scope .cxd-ColumnToggler-menu > li {
36090
- padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
36091
- white-space: nowrap;
36092
- box-sizing: border-box;
36093
- height: var(--DropDown-menu-height);
36094
- vertical-align: middle;
36095
- user-select: none;
36096
- color: var(--link-color);
36097
- text-decoration: var(--link-decoration);
36116
+ .amis-scope .cxd-Table-v2.cxd-Table-large .cxd-TableCell-filterBtn {
36117
+ right: calc( var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2 );
36098
36118
  }
36099
36119
 
36100
- .amis-scope .cxd-ColumnToggler-menuItem:hover,
36101
- .amis-scope .cxd-ColumnToggler-menu > li:hover {
36102
- background: var(--DropDown-menuItem-onHover-bg);
36103
- color: var(--DropDown-menuItem-onHover-color);
36120
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > thead > tr > th {
36121
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
36104
36122
  }
36105
36123
 
36106
- .amis-scope .cxd-ColumnToggler-menuItem.is-active,
36107
- .amis-scope .cxd-ColumnToggler-menu > li.is-active {
36108
- color: var(--DropDown-menuItem-onActive-color);
36124
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > td,
36125
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tbody > tr > th {
36126
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
36109
36127
  }
36110
36128
 
36111
- .amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
36112
- .amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
36113
- .amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
36114
- .amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
36115
- cursor: pointer;
36129
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-Table-table > tfoot > tr > td {
36130
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
36116
36131
  }
36117
36132
 
36118
- .amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
36119
- .amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
36120
- cursor: not-allowed;
36121
- color: var(--DropDown-menuItem-onDisabled-color);
36122
- filter: grayscale(80%);
36133
+ .amis-scope .cxd-Table-v2.cxd-Table-small .cxd-TableCell-filterBtn {
36134
+ right: calc( var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2 );
36123
36135
  }
36124
36136
 
36125
- .amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
36126
- .amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
36127
- height: 0.0625rem;
36128
- margin: 0.5625rem 0;
36129
- overflow: hidden;
36130
- background: var(--DropDown-menu-borderColor);
36131
- padding: 0;
36137
+ .amis-scope .cxd-Table-v2 .cxd-Table-title,
36138
+ .amis-scope .cxd-Table-v2 .cxd-Table-footer {
36139
+ background: var(--Table-heading-bg);
36140
+ padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
36132
36141
  }
36133
36142
 
36134
- .amis-scope .cxd-ColumnToggler-menu > li a {
36135
- color: inherit;
36136
- display: block;
36137
- text-decoration: none;
36143
+ .amis-scope .cxd-Table-v2 .cxd-Table-header {
36144
+ padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
36138
36145
  }
36139
36146
 
36140
- .amis-scope .cxd-ColumnToggler-popover {
36141
- border: none;
36142
- box-shadow: none;
36147
+ .amis-scope .cxd-Table-v2 .cxd-Table-header.cxd-Table-sticky-holder {
36148
+ position: sticky;
36149
+ z-index: 3;
36150
+ background: var(--Table-bg);
36143
36151
  }
36144
36152
 
36145
- .amis-scope .cxd-ColumnToggler > .cxd-Button {
36146
- min-width: unset;
36153
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar {
36154
+ display: flex;
36155
+ margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
36156
+ flex-wrap: wrap;
36147
36157
  }
36148
36158
 
36149
- .amis-scope .cxd-ColumnToggler-modal {
36150
- display: flex;
36151
- flex-flow: column nowrap;
36152
- justify-content: space-between;
36153
- align-items: center;
36154
- width: 25rem;
36155
- padding: var(--ColumnToggler-lineHeight);
36156
- margin-top: calc(50vh - 100px);
36157
- border-radius: var(--ColumnToggler-borderRadius);
36158
- background: var(--ColumnToggler-backgroundColor);
36159
- box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
36159
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::before,
36160
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::after {
36161
+ display: table;
36162
+ content: "";
36160
36163
  }
36161
36164
 
36162
- .amis-scope .cxd-ColumnToggler-modal-header {
36163
- width: 100%;
36165
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar::after {
36166
+ clear: both;
36167
+ }
36168
+
36169
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar .cxd-DropDown-menuItem {
36170
+ height: auto;
36171
+ }
36172
+
36173
+ .amis-scope .cxd-Table-v2 .cxd-Table-toolbar .cxd-DropDown-menuItem .cxd-Checkbox {
36164
36174
  display: flex;
36165
- flex-flow: row nowrap;
36166
- justify-content: space-between;
36167
36175
  align-items: center;
36168
36176
  }
36169
36177
 
36170
- .amis-scope .cxd-ColumnToggler-modal-header a,
36171
- .amis-scope .cxd-ColumnToggler-modal-header span {
36172
- display: inline-block;
36178
+ .amis-scope .cxd-Table-v2 .cxd-Table-header + .cxd-Table-toolbar {
36179
+ padding-top: 0;
36173
36180
  }
36174
36181
 
36175
- .amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
36176
- opacity: 0.95;
36177
- font-size: var(--fontSizeMd);
36178
- color: var(--ColumnToggler-title-fontColor);
36179
- line-height: var(--ColumnToggler-lineHeight);
36180
- font-weight: bold;
36182
+ .amis-scope .cxd-Table-v2 .cxd-Table-content {
36183
+ min-height: 0.01%;
36184
+ overflow-x: auto;
36185
+ transform: translateZ(0);
36181
36186
  }
36182
36187
 
36183
- .amis-scope .cxd-ColumnToggler-modal-content {
36184
- padding: 0;
36185
- width: 100%;
36186
- list-style: none;
36187
- margin: 0.5rem 0;
36188
+ .amis-scope .cxd-Table-v2 .cxd-Table-content th {
36189
+ position: relative;
36188
36190
  }
36189
36191
 
36190
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
36191
- color: var(--ColumnToggler-title-fontColor);
36192
- background: var(--ColumnToggler-item-backgroundColor);
36193
- border-radius: 0.125rem;
36194
- font-size: var(--fontSizeSm);
36195
- padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
36196
- height: var(--ColumnToggler-lineHeight);
36197
- width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
36198
- margin: var(--ColumnToggler-item-margin);
36199
- float: left;
36192
+ .amis-scope .cxd-Table-v2 .cxd-Table-table {
36193
+ width: 100%;
36194
+ min-width: 100%;
36195
+ margin-bottom: 0;
36196
+ font-size: var(--Table-fontSize);
36197
+ color: var(--Table-color);
36198
+ background: var(--Table-bg);
36199
+ border-spacing: 0;
36200
+ border-collapse: collapse;
36201
+ border: none;
36200
36202
  }
36201
36203
 
36202
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
36203
- background: var(--ColumnToggler-item-backgroundColor-onHover);
36204
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th,
36205
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td {
36206
+ text-align: left;
36204
36207
  }
36205
36208
 
36206
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
36207
- border: 1px solid var(--link-color);
36209
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th.text-center,
36210
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td.text-center,
36211
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th[colspan],
36212
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td[colspan] {
36213
+ text-align: center;
36208
36214
  }
36209
36215
 
36210
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
36211
- display: inline-block;
36212
- width: calc(100% - var(--Checkbox--sm-size));
36216
+ .amis-scope .cxd-Table-v2 .cxd-Table-table th.text-right,
36217
+ .amis-scope .cxd-Table-v2 .cxd-Table-table td.text-right {
36218
+ text-align: right;
36213
36219
  }
36214
36220
 
36215
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
36216
- display: inline-block;
36217
- max-width: 100%;
36218
- text-overflow: ellipsis;
36221
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th {
36222
+ background: var(--Table-thead-bg);
36223
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
36224
+ font-size: var(--Table-thead-fontSize);
36225
+ color: var(--Table-thead-color);
36226
+ font-weight: var(--fontWeightNormal);
36219
36227
  white-space: nowrap;
36220
- overflow: hidden;
36221
- user-select: none;
36222
36228
  }
36223
36229
 
36224
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
36225
- height: var(--fontSizeLg);
36226
- width: var(--fontSizeLg);
36227
- vertical-align: top;
36230
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th:first-child {
36231
+ padding-left: var(--TableCell--edge-paddingX-default);
36228
36232
  }
36229
36233
 
36230
- .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
36231
- display: inline-block;
36232
- margin-left: 0;
36233
- margin-right: var(--gap-xs);
36234
- vertical-align: super;
36235
- color: var(--ColumnToggler-item-dragBar-color);
36236
- cursor: move;
36234
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-last {
36235
+ padding-right: var(--TableCell--edge-paddingX-default);
36237
36236
  }
36238
36237
 
36239
- .amis-scope .cxd-ColumnToggler-modal-footer {
36240
- width: 100%;
36241
- display: flex;
36242
- flex-flow: row nowrap;
36243
- justify-content: space-between;
36244
- align-items: center;
36238
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th:not(.cxd-Table-cell-last) {
36239
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
36245
36240
  }
36246
36241
 
36247
- .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
36248
- color: var(--ColumnToggler-fontColor);
36249
- font-size: var(--fontSizeSm);
36242
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-row-expand-icon-cell {
36243
+ border-right: 0;
36250
36244
  }
36251
36245
 
36252
- .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
36253
- color: var(--link-color);
36246
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th .cxd-Remark {
36247
+ margin-left: var(--gap-xs);
36248
+ position: relative;
36249
+ top: 2px;
36254
36250
  }
36255
36251
 
36256
- .amis-scope .cxd-ColumnToggler-modal-footer > div {
36252
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th .cxd-Table-head-cell-wrapper {
36257
36253
  display: flex;
36258
- flex-flow: row nowrap;
36259
- justify-content: space-between;
36260
- align-items: center;
36261
36254
  }
36262
36255
 
36263
- .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
36264
- justify-content: flex-start;
36256
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr:not(:last-child) {
36257
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36265
36258
  }
36266
36259
 
36267
- .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
36268
- display: inline-block;
36260
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr {
36261
+ position: relative;
36262
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36263
+ background: transparent;
36269
36264
  }
36270
36265
 
36271
- .amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
36272
- justify-content: flex-end;
36266
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-summary-row > td {
36267
+ background: var(--Table-thead-bg);
36273
36268
  }
36274
36269
 
36275
- .amis-scope .cxd-ColumnToggler-tooltip {
36276
- border: none;
36270
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th {
36271
+ background: var(--Table-thead-bg);
36272
+ color: var(--Table-thead-color);
36273
+ font-weight: var(--fontWeightNormal);
36274
+ white-space: nowrap;
36275
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
36277
36276
  }
36278
36277
 
36279
- .amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
36280
- border-top-color: transparent;
36278
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td,
36279
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th {
36280
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
36281
36281
  }
36282
36282
 
36283
- .amis-scope .cxd-List {
36284
- position: relative;
36283
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td:first-child,
36284
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th:first-child {
36285
+ padding-left: var(--TableCell--edge-paddingX-default);
36285
36286
  }
36286
36287
 
36287
- .amis-scope .cxd-List-items {
36288
- border-radius: var(--List-borderRadius);
36289
- border: var(--List-borderWidth) solid var(--List-borderColor);
36290
- background: var(--List-bg);
36291
- margin-bottom: var(--gap-sm);
36288
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td:last-child,
36289
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > th:last-child {
36290
+ padding-right: var(--TableCell--edge-paddingX-default);
36292
36291
  }
36293
36292
 
36294
- .amis-scope .cxd-List-toolbar {
36293
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix {
36295
36294
  display: flex;
36296
- flex-wrap: wrap;
36297
- margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
36298
36295
  }
36299
36296
 
36300
- .amis-scope .cxd-List-toolbar::before,
36301
- .amis-scope .cxd-List-toolbar::after {
36302
- display: table;
36303
- content: "";
36297
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-wrapper-prefix .cxd-Table-expandBtn {
36298
+ margin-right: 5px;
36304
36299
  }
36305
36300
 
36306
- .amis-scope .cxd-List-toolbar::after {
36307
- clear: both;
36301
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-large {
36302
+ height: var(--TableCell-line-height-large);
36303
+ line-height: var(--TableCell-line-height-large);
36304
+ overflow: hidden;
36308
36305
  }
36309
36306
 
36310
- .amis-scope .cxd-List-actions {
36311
- display: inline-block;
36307
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr .cxd-Table-cell-height-middle {
36308
+ height: var(--TableCell-line-height-middle);
36309
+ line-height: var(--TableCell-line-height-middle);
36310
+ overflow: hidden;
36312
36311
  }
36313
36312
 
36314
- .amis-scope .cxd-List-actions > * {
36315
- margin-right: var(--Crud-toolbar-gap);
36313
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-tr--odd {
36314
+ background: var(--Table-strip-bg);
36316
36315
  }
36317
36316
 
36318
- .amis-scope .cxd-List-header {
36319
- padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
36317
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
36318
+ cursor: pointer;
36320
36319
  }
36321
36320
 
36322
- .amis-scope .cxd-List-header > * + .cxd-Button,
36323
- .amis-scope .cxd-List-header > * + .cxd-ButtonGroup,
36324
- .amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
36325
- margin-left: var(--Crud-toolbar-gap);
36321
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover,
36322
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered {
36323
+ background: var(--Table-onHover-bg);
36324
+ border-color: var(--Table-onHover-borderColor);
36325
+ color: var(--Table-onHover-color);
36326
36326
  }
36327
36327
 
36328
- .amis-scope .cxd-List-header + .cxd-List-toolbar {
36329
- padding-top: 0;
36328
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover + tr,
36329
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered + tr {
36330
+ border-color: var(--Table-onHover-borderColor);
36330
36331
  }
36331
36332
 
36332
- .amis-scope .cxd-List-heading {
36333
- padding: var(--gap-xs) 0;
36333
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-checked {
36334
+ background: var(--Table-onChecked-bg);
36335
+ border-color: var(--Table-onChecked-borderColor);
36336
+ color: var(--Table-onChecked-color);
36334
36337
  }
36335
36338
 
36336
- .amis-scope .cxd-List-fixedTop {
36337
- position: absolute;
36338
- background: var(--white);
36339
- z-index: -1;
36340
- opacity: 0;
36341
- box-shadow: var(--List-fixedTop-boxShadow);
36339
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-checked + tr {
36340
+ border-color: var(--Table-onChecked-borderColor);
36342
36341
  }
36343
36342
 
36344
- .amis-scope .cxd-List-fixedTop.in {
36345
- position: fixed;
36346
- opacity: 1;
36347
- z-index: 900;
36343
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-moved,
36344
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-modified {
36345
+ background: var(--Table-onModified-bg);
36346
+ border-color: var(--Table-onModified-borderColor);
36347
+ color: var(--Table-onModified-color);
36348
36348
  }
36349
36349
 
36350
- .amis-scope .cxd-List-fixedTop .cxd-Cards-toolbar {
36351
- margin-bottom: 0;
36350
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-moved + tr,
36351
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-modified + tr {
36352
+ border-color: var(--Table-onModified-borderColor);
36352
36353
  }
36353
36354
 
36354
- .amis-scope .cxd-List-fixedTop:empty {
36355
- display: none;
36355
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-summary {
36356
+ background: var(--Table-thead-bg);
36357
+ color: var(--Table-thead-color);
36358
+ font-weight: var(--fontWeightNormal);
36356
36359
  }
36357
36360
 
36358
- .amis-scope .cxd-List--unsaved .cxd-List-heading {
36359
- background: var(--List--unsaved-heading-bg);
36360
- color: var(--List--unsaved-heading-color);
36361
- padding: var(--gap-xs) var(--gap-sm);
36362
- margin-bottom: var(--gap-sm);
36361
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light {
36362
+ background-color: #eaf6fe;
36363
+ color: #151a26;
36363
36364
  }
36364
36365
 
36365
- .amis-scope .cxd-List-dragTip {
36366
- width: 100%;
36367
- color: var(--info);
36368
- clear: both;
36369
- margin-top: var(--gap-xs);
36366
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.lt,
36367
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .lt {
36368
+ background: #f4fafe;
36370
36369
  }
36371
36370
 
36372
- .amis-scope .cxd-List-placeholder {
36373
- color: var(--text--muted-color);
36374
- text-align: center;
36375
- min-height: var(--List-placeholder-height);
36376
- line-height: var(--List-placeholder-height);
36371
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.lter,
36372
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .lter {
36373
+ background: #f9fcff;
36377
36374
  }
36378
36375
 
36379
- .amis-scope .cxd-ListGroup {
36380
- max-width: 25rem;
36381
- display: flex;
36382
- flex-direction: column;
36376
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.dk,
36377
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .dk {
36378
+ background: #dbf0fe;
36383
36379
  }
36384
36380
 
36385
- .amis-scope .cxd-ListGroup-item {
36386
- position: relative;
36387
- display: block;
36388
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
36389
- margin-bottom: -0.0625rem;
36390
- background: var(--white);
36391
- border: var(--ListItem-borderWidth) solid var(--List-borderColor);
36381
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.dker,
36382
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .dker {
36383
+ background: #d0ecfe;
36392
36384
  }
36393
36385
 
36394
- .amis-scope .cxd-ListGroup-item:first-child {
36395
- border-top-left-radius: var(--borderRadius);
36396
- border-top-right-radius: var(--borderRadius);
36386
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light.bg,
36387
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-light .bg {
36388
+ background-color: #eaf6fe;
36397
36389
  }
36398
36390
 
36399
- .amis-scope .cxd-ListGroup-item:last-child {
36400
- border-bottom-left-radius: var(--borderRadius);
36401
- border-bottom-right-radius: var(--borderRadius);
36402
- margin-bottom: 0;
36391
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark {
36392
+ background-color: #343a40;
36393
+ color: #a0a0a0;
36403
36394
  }
36404
36395
 
36405
- .amis-scope .cxd-ListGroup-item:hover {
36406
- z-index: 1;
36396
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.lt,
36397
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .lt {
36398
+ background: #41474c;
36407
36399
  }
36408
36400
 
36409
- .amis-scope .cxd-ListGroup-item.is-active {
36410
- z-index: 2;
36401
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.lter,
36402
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .lter {
36403
+ background: #4f5458;
36411
36404
  }
36412
36405
 
36413
- .amis-scope .cxd-ListGroup-item.is-disabled {
36414
- color: var(--text--muted-color);
36406
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.dk,
36407
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .dk {
36408
+ background: #272d33;
36415
36409
  }
36416
36410
 
36417
- .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
36418
- border-radius: var(--borderRadius);
36419
- margin-bottom: var(--gap-sm);
36411
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.dker,
36412
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .dker {
36413
+ background: #1c2125;
36420
36414
  }
36421
36415
 
36422
- .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item:last-child {
36423
- margin-bottom: 0;
36416
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark.bg,
36417
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .bg {
36418
+ background-color: #343a40;
36424
36419
  }
36425
36420
 
36426
- .amis-scope .cxd-ListItem {
36427
- position: relative;
36428
- display: block;
36429
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
36421
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark a,
36422
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link {
36423
+ color: #b9baba;
36430
36424
  }
36431
36425
 
36432
- .amis-scope .cxd-ListItem::before,
36433
- .amis-scope .cxd-ListItem::after {
36434
- display: table;
36435
- content: "";
36426
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark a:hover,
36427
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .cxd-Button--link:hover {
36428
+ color: #fff;
36436
36429
  }
36437
36430
 
36438
- .amis-scope .cxd-ListItem::after {
36439
- clear: both;
36431
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a,
36432
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a:hover,
36433
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .open > a:focus {
36434
+ color: #fff;
36440
36435
  }
36441
36436
 
36442
- .amis-scope .cxd-ListItem + .cxd-ListItem {
36443
- border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
36437
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .text-muted {
36438
+ color: #030405 !important;
36444
36439
  }
36445
36440
 
36446
- .amis-scope .cxd-ListItem:nth-child(even) {
36447
- background: var(--ListItem--strip-bg);
36441
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-dark .text-lt {
36442
+ color: #425278 !important;
36448
36443
  }
36449
36444
 
36450
- .amis-scope .cxd-ListItem-checkBtn {
36451
- float: left;
36452
- margin-right: var(--gap-sm);
36445
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black {
36446
+ background-color: #000;
36447
+ color: #666666;
36453
36448
  }
36454
36449
 
36455
- .amis-scope .cxd-ListItem-dragBtn {
36456
- cursor: move;
36457
- float: left;
36458
- margin-right: var(--gap-sm);
36450
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.lt,
36451
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .lt {
36452
+ background: #0d0d0d;
36459
36453
  }
36460
36454
 
36461
- .amis-scope .cxd-ListItem-actions {
36462
- float: right;
36455
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.lter,
36456
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .lter {
36457
+ background: #1a1a1a;
36463
36458
  }
36464
36459
 
36465
- .amis-scope .cxd-ListItem--actions-at-left .cxd-ListItem-actions {
36466
- float: left;
36467
- margin-right: var(--gap-base);
36460
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.dk,
36461
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .dk {
36462
+ background: black;
36468
36463
  }
36469
36464
 
36470
- .amis-scope .cxd-ListItem-title {
36471
- margin: 0;
36472
- padding: 0;
36473
- font-size: var(--fontSizeBase);
36474
- color: var(--text--loud-color);
36475
- font-weight: var(--fontWeightNormal);
36465
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.dker,
36466
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .dker {
36467
+ background: black;
36476
36468
  }
36477
36469
 
36478
- .amis-scope .cxd-ListItem-content {
36479
- overflow: hidden;
36470
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black.bg,
36471
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .bg {
36472
+ background-color: #000;
36480
36473
  }
36481
36474
 
36482
- .amis-scope .cxd-ListItem-field {
36483
- position: relative;
36484
- display: flex;
36485
- flex-wrap: nowrap;
36475
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black a,
36476
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link {
36477
+ color: gray;
36486
36478
  }
36487
36479
 
36488
- .amis-scope .cxd-ListItem-fieldValue {
36489
- position: relative;
36490
- flex-basis: 0;
36491
- flex-grow: 1;
36492
- max-width: 100%;
36493
- width: 0;
36494
- overflow: hidden;
36495
- text-overflow: ellipsis;
36480
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black a:hover,
36481
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .cxd-Button--link:hover {
36482
+ color: #fff;
36496
36483
  }
36497
36484
 
36498
- .amis-scope .cxd-ListItem-fieldLabel {
36499
- width: 9.375rem;
36500
- color: var(--text--muted-color);
36485
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a,
36486
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a:hover,
36487
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .open > a:focus {
36488
+ color: #fff;
36501
36489
  }
36502
36490
 
36503
- .amis-scope .cxd-ListItem.is-checked {
36504
- background: var(--ListItem-onChecked-bg);
36505
- border-color: var(--ListItem-onChecked-borderColor);
36506
- color: var(--ListItem-onChecked-color);
36491
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .text-muted {
36492
+ color: #030405 !important;
36507
36493
  }
36508
36494
 
36509
- .amis-scope .cxd-ListItem.is-checked + .cxd-ListItem {
36510
- border-color: var(--ListItem-onChecked-borderColor);
36495
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-black .text-lt {
36496
+ color: #425278 !important;
36511
36497
  }
36512
36498
 
36513
- .amis-scope .cxd-ListItem.is-checked .cxd-ListItem-fieldLabel {
36514
- color: var(--ListItem-onChecked-fieldLabel-color);
36499
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary {
36500
+ background-color: #2468f2;
36501
+ color: #e6edfc;
36515
36502
  }
36516
36503
 
36517
- .amis-scope .cxd-ListItem.is-modified,
36518
- .amis-scope .cxd-ListItem.is-moved {
36519
- background: var(--ListItem-onModified-bg);
36520
- border-color: var(--ListItem-onModified-borderColor);
36521
- color: var(--ListItem-onModified-color);
36504
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.lt,
36505
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .lt {
36506
+ background: #3f79f1;
36522
36507
  }
36523
36508
 
36524
- .amis-scope .cxd-ListItem.is-modified + .cxd-ListItem,
36525
- .amis-scope .cxd-ListItem.is-moved + .cxd-ListItem {
36526
- border-color: var(--ListItem-onModified-borderColor);
36509
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.lter,
36510
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .lter {
36511
+ background: #598bf0;
36527
36512
  }
36528
36513
 
36529
- .amis-scope .cxd-ListItem.is-modified .cxd-ListItem-fieldLabel,
36530
- .amis-scope .cxd-ListItem.is-moved .cxd-ListItem-fieldLabel {
36531
- color: var(--ListItem-onModified-fieldLabel-color);
36514
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.dk,
36515
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .dk {
36516
+ background: #0b57f2;
36532
36517
  }
36533
36518
 
36534
- .amis-scope .cxd-ListItem.is-dragging {
36535
- opacity: var(--ListItem-onDragging-opacity);
36519
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.dker,
36520
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .dker {
36521
+ background: #074ddc;
36536
36522
  }
36537
36523
 
36538
- .amis-scope .cxd-ListItem--hasItemAction {
36539
- cursor: pointer;
36524
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary.bg,
36525
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .bg {
36526
+ background-color: #2468f2;
36540
36527
  }
36541
36528
 
36542
- .amis-scope .cxd-ListItem--hasItemAction:hover {
36543
- color: var(--ListMenu-item--onHover-color);
36544
- background: var(--ListMenu-item--onHover-bg);
36529
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary a,
36530
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
36531
+ color: white;
36545
36532
  }
36546
36533
 
36547
- .amis-scope .cxd-Cards-toolbar {
36548
- margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
36534
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary a:hover,
36535
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link:hover {
36536
+ color: #fff;
36549
36537
  }
36550
36538
 
36551
- .amis-scope .cxd-Cards-toolbar::before,
36552
- .amis-scope .cxd-Cards-toolbar::after {
36553
- display: table;
36554
- content: "";
36539
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a,
36540
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a:hover,
36541
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .open > a:focus {
36542
+ color: #fff;
36555
36543
  }
36556
36544
 
36557
- .amis-scope .cxd-Cards-toolbar::after {
36558
- clear: both;
36545
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .text-muted {
36546
+ color: #030405 !important;
36559
36547
  }
36560
36548
 
36561
- .amis-scope .cxd-Cards-actions {
36562
- display: inline-block;
36549
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-primary .text-lt {
36550
+ color: #425278 !important;
36563
36551
  }
36564
36552
 
36565
- .amis-scope .cxd-Cards-actions > * {
36566
- margin-right: var(--Crud-toolbar-gap);
36553
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success {
36554
+ background-color: #30bf13;
36555
+ color: #b8f2ac;
36567
36556
  }
36568
36557
 
36569
- .amis-scope .cxd-Cards-heading {
36570
- padding: var(--gap-xs) 0;
36558
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.lt,
36559
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .lt {
36560
+ background: #38d318;
36571
36561
  }
36572
36562
 
36573
- .amis-scope .cxd-Cards-header {
36574
- padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
36563
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.lter,
36564
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .lter {
36565
+ background: #43e223;
36575
36566
  }
36576
36567
 
36577
- .amis-scope .cxd-Cards-header > * + .cxd-Button,
36578
- .amis-scope .cxd-Cards-header > * + .cxd-ButtonGroup,
36579
- .amis-scope .cxd-Cards-header > * + .cxd-ButtonToolbar {
36580
- margin-left: var(--Crud-toolbar-gap);
36568
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.dk,
36569
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .dk {
36570
+ background: #29aa0e;
36581
36571
  }
36582
36572
 
36583
- .amis-scope .cxd-Cards-header + .cxd-Cards-toolbar {
36584
- padding-top: 0;
36573
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.dker,
36574
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .dker {
36575
+ background: #22950a;
36585
36576
  }
36586
36577
 
36587
- .amis-scope .cxd-Cards-fixedTop {
36588
- position: absolute;
36589
- background: var(--white);
36590
- z-index: -1;
36591
- opacity: 0;
36592
- box-shadow: var(--Cards-fixedTop-boxShadow);
36593
- padding: var(--gap-sm);
36578
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success.bg,
36579
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .bg {
36580
+ background-color: #30bf13;
36594
36581
  }
36595
36582
 
36596
- .amis-scope .cxd-Cards-fixedTop.in {
36597
- position: fixed;
36598
- opacity: 1;
36599
- z-index: 900;
36583
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success a,
36584
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
36585
+ color: #def9d8;
36600
36586
  }
36601
36587
 
36602
- .amis-scope .cxd-Cards-fixedTop .cxd-Cards-toolbar {
36603
- margin-bottom: 0;
36588
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success a:hover,
36589
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link:hover {
36590
+ color: #fff;
36591
+ }
36592
+
36593
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a,
36594
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a:hover,
36595
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .open > a:focus {
36596
+ color: #fff;
36597
+ }
36598
+
36599
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .text-muted {
36600
+ color: #030405 !important;
36601
+ }
36602
+
36603
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-success .text-lt {
36604
+ color: #425278 !important;
36605
+ }
36606
+
36607
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info {
36608
+ background-color: #2468f2;
36609
+ color: #e6edfc;
36610
+ }
36611
+
36612
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.lt,
36613
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .lt {
36614
+ background: #3f79f1;
36615
+ }
36616
+
36617
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.lter,
36618
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .lter {
36619
+ background: #598bf0;
36620
+ }
36621
+
36622
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.dk,
36623
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .dk {
36624
+ background: #0b57f2;
36625
+ }
36626
+
36627
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.dker,
36628
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .dker {
36629
+ background: #074ddc;
36630
+ }
36631
+
36632
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info.bg,
36633
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .bg {
36634
+ background-color: #2468f2;
36635
+ }
36636
+
36637
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info a,
36638
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
36639
+ color: white;
36640
+ }
36641
+
36642
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info a:hover,
36643
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link:hover {
36644
+ color: #fff;
36645
+ }
36646
+
36647
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a,
36648
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a:hover,
36649
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .open > a:focus {
36650
+ color: #fff;
36651
+ }
36652
+
36653
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .text-muted {
36654
+ color: #030405 !important;
36655
+ }
36656
+
36657
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-info .text-lt {
36658
+ color: #425278 !important;
36659
+ }
36660
+
36661
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning {
36662
+ background-color: #ff9326;
36663
+ color: #fef9f3;
36664
+ }
36665
+
36666
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.lt,
36667
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .lt {
36668
+ background: #fda042;
36669
+ }
36670
+
36671
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.lter,
36672
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .lter {
36673
+ background: #fbac5d;
36674
+ }
36675
+
36676
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.dk,
36677
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .dk {
36678
+ background: #ff860d;
36679
+ }
36680
+
36681
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.dker,
36682
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .dker {
36683
+ background: #f27a00;
36684
+ }
36685
+
36686
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning.bg,
36687
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .bg {
36688
+ background-color: #ff9326;
36689
+ }
36690
+
36691
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning a,
36692
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
36693
+ color: white;
36694
+ }
36695
+
36696
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning a:hover,
36697
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link:hover {
36698
+ color: #fff;
36699
+ }
36700
+
36701
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a,
36702
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a:hover,
36703
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .open > a:focus {
36704
+ color: #fff;
36705
+ }
36706
+
36707
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .text-muted {
36708
+ color: #030405 !important;
36709
+ }
36710
+
36711
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-warning .text-lt {
36712
+ color: #425278 !important;
36713
+ }
36714
+
36715
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger {
36716
+ background-color: #f33e3e;
36717
+ color: #fffefe;
36718
+ }
36719
+
36720
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.lt,
36721
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .lt {
36722
+ background: #f25858;
36723
+ }
36724
+
36725
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.lter,
36726
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .lter {
36727
+ background: #f27272;
36728
+ }
36729
+
36730
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.dk,
36731
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .dk {
36732
+ background: #f42323;
36733
+ }
36734
+
36735
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.dker,
36736
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .dker {
36737
+ background: #f50909;
36738
+ }
36739
+
36740
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger.bg,
36741
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .bg {
36742
+ background-color: #f33e3e;
36743
+ }
36744
+
36745
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger a,
36746
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link {
36747
+ color: white;
36748
+ }
36749
+
36750
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger a:hover,
36751
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .cxd-Button--link:hover {
36752
+ color: #fff;
36753
+ }
36754
+
36755
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a,
36756
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a:hover,
36757
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .open > a:focus {
36758
+ color: #fff;
36759
+ }
36760
+
36761
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .text-muted {
36762
+ color: #030405 !important;
36763
+ }
36764
+
36765
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.bg-danger .text-lt {
36766
+ color: #425278 !important;
36767
+ }
36768
+
36769
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-dragging {
36770
+ opacity: var(--Table-onDragging-opacity);
36771
+ }
36772
+
36773
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
36774
+ right: -0.6875rem;
36775
+ }
36776
+
36777
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
36778
+ position: relative;
36779
+ right: -1.125rem;
36780
+ }
36781
+
36782
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
36783
+ position: relative;
36784
+ padding-left: 1.125rem;
36785
+ }
36786
+
36787
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
36788
+ content: "";
36789
+ position: absolute;
36790
+ width: 0.0625rem;
36791
+ top: 0;
36792
+ bottom: 0;
36793
+ left: -0.5rem;
36794
+ height: auto;
36795
+ background: var(--Table-tree-borderColor);
36796
+ }
36797
+
36798
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::after {
36799
+ content: "";
36800
+ position: absolute;
36801
+ height: 0.0625rem;
36802
+ top: 50%;
36803
+ left: -0.5rem;
36804
+ width: 0.625rem;
36805
+ background: var(--Table-tree-borderColor);
36806
+ }
36807
+
36808
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-expandable .cxd-Table-expandCell + td {
36809
+ padding-left: 1.125rem;
36810
+ }
36811
+
36812
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
36813
+ height: 50%;
36814
+ bottom: auto;
36815
+ }
36816
+
36817
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
36818
+ right: -1.8125rem;
36819
+ }
36820
+
36821
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
36822
+ position: relative;
36823
+ right: -2.25rem;
36824
+ }
36825
+
36826
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
36827
+ position: relative;
36828
+ padding-left: 2.25rem;
36829
+ }
36830
+
36831
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::before {
36832
+ content: "";
36833
+ position: absolute;
36834
+ width: 0.0625rem;
36835
+ top: 0;
36836
+ bottom: 0;
36837
+ left: 0.625rem;
36838
+ height: auto;
36839
+ background: var(--Table-tree-borderColor);
36840
+ }
36841
+
36842
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td::after {
36843
+ content: "";
36844
+ position: absolute;
36845
+ height: 0.0625rem;
36846
+ top: 50%;
36847
+ left: 0.625rem;
36848
+ width: 0.625rem;
36849
+ background: var(--Table-tree-borderColor);
36850
+ }
36851
+
36852
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-expandable .cxd-Table-expandCell + td {
36853
+ padding-left: 2.25rem;
36854
+ }
36855
+
36856
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
36857
+ height: 50%;
36858
+ bottom: auto;
36859
+ }
36860
+
36861
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
36862
+ right: -2.9375rem;
36863
+ }
36864
+
36865
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
36866
+ position: relative;
36867
+ right: -3.375rem;
36868
+ }
36869
+
36870
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
36871
+ position: relative;
36872
+ padding-left: 3.375rem;
36873
+ }
36874
+
36875
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::before {
36876
+ content: "";
36877
+ position: absolute;
36878
+ width: 0.0625rem;
36879
+ top: 0;
36880
+ bottom: 0;
36881
+ left: 1.75rem;
36882
+ height: auto;
36883
+ background: var(--Table-tree-borderColor);
36884
+ }
36885
+
36886
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td::after {
36887
+ content: "";
36888
+ position: absolute;
36889
+ height: 0.0625rem;
36890
+ top: 50%;
36891
+ left: 1.75rem;
36892
+ width: 0.625rem;
36893
+ background: var(--Table-tree-borderColor);
36894
+ }
36895
+
36896
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-expandable .cxd-Table-expandCell + td {
36897
+ padding-left: 3.375rem;
36898
+ }
36899
+
36900
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
36901
+ height: 50%;
36902
+ bottom: auto;
36903
+ }
36904
+
36905
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
36906
+ right: -4.0625rem;
36907
+ }
36908
+
36909
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
36910
+ position: relative;
36911
+ right: -4.5rem;
36912
+ }
36913
+
36914
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td {
36915
+ position: relative;
36916
+ padding-left: 4.5rem;
36917
+ }
36918
+
36919
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::before {
36920
+ content: "";
36921
+ position: absolute;
36922
+ width: 0.0625rem;
36923
+ top: 0;
36924
+ bottom: 0;
36925
+ left: 2.875rem;
36926
+ height: auto;
36927
+ background: var(--Table-tree-borderColor);
36928
+ }
36929
+
36930
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandCell + td::after {
36931
+ content: "";
36932
+ position: absolute;
36933
+ height: 0.0625rem;
36934
+ top: 50%;
36935
+ left: 2.875rem;
36936
+ width: 0.625rem;
36937
+ background: var(--Table-tree-borderColor);
36938
+ }
36939
+
36940
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
36941
+ padding-left: 4.5rem;
36942
+ }
36943
+
36944
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
36945
+ height: 50%;
36946
+ bottom: auto;
36947
+ }
36948
+
36949
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
36950
+ right: -5.1875rem;
36951
+ }
36952
+
36953
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
36954
+ position: relative;
36955
+ right: -5.625rem;
36956
+ }
36957
+
36958
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td {
36959
+ position: relative;
36960
+ padding-left: 5.625rem;
36961
+ }
36962
+
36963
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::before {
36964
+ content: "";
36965
+ position: absolute;
36966
+ width: 0.0625rem;
36967
+ top: 0;
36968
+ bottom: 0;
36969
+ left: 4rem;
36970
+ height: auto;
36971
+ background: var(--Table-tree-borderColor);
36972
+ }
36973
+
36974
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
36975
+ content: "";
36976
+ position: absolute;
36977
+ height: 0.0625rem;
36978
+ top: 50%;
36979
+ left: 4rem;
36980
+ width: 0.625rem;
36981
+ background: var(--Table-tree-borderColor);
36982
+ }
36983
+
36984
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-expandable .cxd-Table-expandCell + td {
36985
+ padding-left: 5.625rem;
36986
+ }
36987
+
36988
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
36989
+ height: 50%;
36990
+ bottom: auto;
36991
+ }
36992
+
36993
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
36994
+ right: -6.3125rem;
36995
+ }
36996
+
36997
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
36998
+ position: relative;
36999
+ right: -6.75rem;
37000
+ }
37001
+
37002
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td {
37003
+ position: relative;
37004
+ padding-left: 6.75rem;
37005
+ }
37006
+
37007
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::before {
37008
+ content: "";
37009
+ position: absolute;
37010
+ width: 0.0625rem;
37011
+ top: 0;
37012
+ bottom: 0;
37013
+ left: 5.125rem;
37014
+ height: auto;
37015
+ background: var(--Table-tree-borderColor);
37016
+ }
37017
+
37018
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
37019
+ content: "";
37020
+ position: absolute;
37021
+ height: 0.0625rem;
37022
+ top: 50%;
37023
+ left: 5.125rem;
37024
+ width: 0.625rem;
37025
+ background: var(--Table-tree-borderColor);
37026
+ }
37027
+
37028
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-expandable .cxd-Table-expandCell + td {
37029
+ padding-left: 6.75rem;
37030
+ }
37031
+
37032
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
37033
+ height: 50%;
37034
+ bottom: auto;
37035
+ }
37036
+
37037
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
37038
+ right: -7.4375rem;
37039
+ }
37040
+
37041
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
37042
+ position: relative;
37043
+ right: -7.875rem;
37044
+ }
37045
+
37046
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td {
37047
+ position: relative;
37048
+ padding-left: 7.875rem;
37049
+ }
37050
+
37051
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::before {
37052
+ content: "";
37053
+ position: absolute;
37054
+ width: 0.0625rem;
37055
+ top: 0;
37056
+ bottom: 0;
37057
+ left: 6.25rem;
37058
+ height: auto;
37059
+ background: var(--Table-tree-borderColor);
37060
+ }
37061
+
37062
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
37063
+ content: "";
37064
+ position: absolute;
37065
+ height: 0.0625rem;
37066
+ top: 50%;
37067
+ left: 6.25rem;
37068
+ width: 0.625rem;
37069
+ background: var(--Table-tree-borderColor);
37070
+ }
37071
+
37072
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-expandable .cxd-Table-expandCell + td {
37073
+ padding-left: 7.875rem;
37074
+ }
37075
+
37076
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
37077
+ height: 50%;
37078
+ bottom: auto;
37079
+ }
37080
+
37081
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
37082
+ right: -8.5625rem;
37083
+ }
37084
+
37085
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
37086
+ position: relative;
37087
+ right: -9rem;
37088
+ }
37089
+
37090
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td {
37091
+ position: relative;
37092
+ padding-left: 9rem;
37093
+ }
37094
+
37095
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::before {
37096
+ content: "";
37097
+ position: absolute;
37098
+ width: 0.0625rem;
37099
+ top: 0;
37100
+ bottom: 0;
37101
+ left: 7.375rem;
37102
+ height: auto;
37103
+ background: var(--Table-tree-borderColor);
37104
+ }
37105
+
37106
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
37107
+ content: "";
37108
+ position: absolute;
37109
+ height: 0.0625rem;
37110
+ top: 50%;
37111
+ left: 7.375rem;
37112
+ width: 0.625rem;
37113
+ background: var(--Table-tree-borderColor);
37114
+ }
37115
+
37116
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-expandable .cxd-Table-expandCell + td {
37117
+ padding-left: 9rem;
37118
+ }
37119
+
37120
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
37121
+ height: 50%;
37122
+ bottom: auto;
37123
+ }
37124
+
37125
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
37126
+ right: -9.6875rem;
37127
+ }
37128
+
37129
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
37130
+ position: relative;
37131
+ right: -10.125rem;
37132
+ }
37133
+
37134
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td {
37135
+ position: relative;
37136
+ padding-left: 10.125rem;
37137
+ }
37138
+
37139
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::before {
37140
+ content: "";
37141
+ position: absolute;
37142
+ width: 0.0625rem;
37143
+ top: 0;
37144
+ bottom: 0;
37145
+ left: 8.5rem;
37146
+ height: auto;
37147
+ background: var(--Table-tree-borderColor);
37148
+ }
37149
+
37150
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
37151
+ content: "";
37152
+ position: absolute;
37153
+ height: 0.0625rem;
37154
+ top: 50%;
37155
+ left: 8.5rem;
37156
+ width: 0.625rem;
37157
+ background: var(--Table-tree-borderColor);
37158
+ }
37159
+
37160
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-expandable .cxd-Table-expandCell + td {
37161
+ padding-left: 10.125rem;
37162
+ }
37163
+
37164
+ .amis-scope .cxd-Table-v2 .cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
37165
+ height: 50%;
37166
+ bottom: auto;
37167
+ }
37168
+
37169
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
37170
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
37171
+ border-right: 0;
37172
+ white-space: nowrap;
37173
+ }
37174
+
37175
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-checkCell .cxd-Checkbox,
37176
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell .cxd-Checkbox {
37177
+ margin: 0;
37178
+ }
37179
+
37180
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
37181
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
37182
+ border-right: 0;
37183
+ width: 0.0625rem;
37184
+ padding-right: 0;
37185
+ }
37186
+
37187
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell,
37188
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell {
37189
+ border-right: 0;
37190
+ width: 0.0625rem;
37191
+ padding-right: 0;
37192
+ cursor: move;
37193
+ }
37194
+
37195
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
37196
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
37197
+ vertical-align: middle;
37198
+ }
37199
+
37200
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
37201
+ position: relative;
37202
+ }
37203
+
37204
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-1 {
37205
+ position: absolute;
37206
+ width: 0.0625rem;
37207
+ top: 0;
37208
+ bottom: 0;
37209
+ height: 100%;
37210
+ background: var(--Table-tree-borderColor);
37211
+ right: 0.4375rem;
37212
+ }
37213
+
37214
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
37215
+ position: absolute;
37216
+ width: 0.0625rem;
37217
+ top: 0;
37218
+ bottom: 0;
37219
+ height: 100%;
37220
+ background: var(--Table-tree-borderColor);
37221
+ right: -0.6875rem;
37222
+ }
37223
+
37224
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
37225
+ position: absolute;
37226
+ width: 0.0625rem;
37227
+ top: 0;
37228
+ bottom: 0;
37229
+ height: 100%;
37230
+ background: var(--Table-tree-borderColor);
37231
+ right: -1.8125rem;
37232
+ }
37233
+
37234
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
37235
+ position: absolute;
37236
+ width: 0.0625rem;
37237
+ top: 0;
37238
+ bottom: 0;
37239
+ height: 100%;
37240
+ background: var(--Table-tree-borderColor);
37241
+ right: -2.9375rem;
37242
+ }
37243
+
37244
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
37245
+ position: absolute;
37246
+ width: 0.0625rem;
37247
+ top: 0;
37248
+ bottom: 0;
37249
+ height: 100%;
37250
+ background: var(--Table-tree-borderColor);
37251
+ right: -4.0625rem;
37252
+ }
37253
+
37254
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
37255
+ position: absolute;
37256
+ width: 0.0625rem;
37257
+ top: 0;
37258
+ bottom: 0;
37259
+ height: 100%;
37260
+ background: var(--Table-tree-borderColor);
37261
+ right: -5.1875rem;
37262
+ }
37263
+
37264
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
37265
+ position: absolute;
37266
+ width: 0.0625rem;
37267
+ top: 0;
37268
+ bottom: 0;
37269
+ height: 100%;
37270
+ background: var(--Table-tree-borderColor);
37271
+ right: -6.3125rem;
37272
+ }
37273
+
37274
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
37275
+ content: "";
37276
+ position: absolute;
37277
+ width: 0.0625rem;
37278
+ top: 50%;
37279
+ bottom: 0;
37280
+ right: 0.4375rem;
37281
+ height: auto;
37282
+ background: var(--Table-tree-borderColor);
37283
+ }
37284
+
37285
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
37286
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
37287
+ position: relative;
37288
+ }
37289
+
37290
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
37291
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
37292
+ position: relative;
37293
+ }
37294
+
37295
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
37296
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
37297
+ position: relative;
37298
+ }
37299
+
37300
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
37301
+ background: var(--TableRow-onDisabled-bg);
37302
+ color: var(--TableRow-onDisabled-color);
37303
+ }
37304
+
37305
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
37306
+ background: var(--Table-onHover-bg);
37307
+ border-color: var(--Table-onHover-borderColor);
37308
+ color: var(--Table-onHover-color);
37309
+ }
37310
+
37311
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
37312
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
37313
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
37314
+ position: absolute;
37315
+ top: 0;
37316
+ right: 0;
37317
+ bottom: -1px;
37318
+ width: 30px;
37319
+ transform: translate(100%);
37320
+ transition: box-shadow 0.3s;
37321
+ content: "";
37322
+ pointer-events: none;
37323
+ }
37324
+
37325
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
37326
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
37327
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-last:after {
37328
+ position: absolute;
37329
+ top: 0;
37330
+ bottom: -1px;
37331
+ left: 0;
37332
+ width: 30px;
37333
+ transform: translate(-100%);
37334
+ transition: box-shadow 0.3s;
37335
+ content: "";
37336
+ pointer-events: none;
37337
+ }
37338
+
37339
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell {
37340
+ text-align: center;
37341
+ }
37342
+
37343
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-expand-icon-cell .cxd-Table-row-indent {
37344
+ height: 1px;
37345
+ }
37346
+
37347
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.cxd-Table-expanded-row > td {
37348
+ background: var(--Table-onHover-bg);
37349
+ }
37350
+
37351
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr {
37352
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
37353
+ }
37354
+
37355
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tfoot > tr > td {
37356
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
37357
+ background: var(--Table-thead-bg);
37358
+ }
37359
+
37360
+ .amis-scope .cxd-Table-v2 .cxd-Table-container .cxd-Table-header {
37361
+ padding: 0;
37362
+ }
37363
+
37364
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
37365
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
37366
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-left-last:after {
37367
+ box-shadow: var(--Table-fixedLeftLast-boxShadow);
37368
+ }
37369
+
37370
+ .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 {
37371
+ border-right: none;
37372
+ }
37373
+
37374
+ .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) {
37375
+ background: #FFF;
37376
+ }
37377
+
37378
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
37379
+ border-right: none;
37380
+ }
37381
+
37382
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-left .cxd-Table-table > thead > tr > th:not(:last-child):not(:first-child).cxd-Table-cell-fix-left-last {
37383
+ border-right: none;
37384
+ }
37385
+
37386
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
37387
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
37388
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
37389
+ box-shadow: var(--Table-fixedRightFirst-boxShadow);
37390
+ }
37391
+
37392
+ .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 {
37393
+ border-right: none;
37394
+ }
37395
+
37396
+ .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) {
37397
+ background: #FFF;
37398
+ }
37399
+
37400
+ .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 {
37401
+ border-right: none;
37402
+ }
37403
+
37404
+ .amis-scope .cxd-Table-v2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th:not(:last-child).cxd-Table-cell-fix-right-first {
37405
+ border-right: none;
37406
+ }
37407
+
37408
+ .amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th {
37409
+ position: relative;
37410
+ }
37411
+
37412
+ .amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
37413
+ position: absolute;
37414
+ width: 1px;
37415
+ right: 0;
37416
+ top: 0;
37417
+ bottom: 0;
37418
+ cursor: col-resize;
37419
+ }
37420
+
37421
+ .amis-scope .cxd-Table-v2 .cxd-Table-loading {
37422
+ padding: var(--Table-loading-padding);
37423
+ text-align: center;
37424
+ }
37425
+
37426
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn {
37427
+ cursor: pointer;
37428
+ width: var(--TableCell-sortBtn-width);
37429
+ height: var(--gap-md);
37430
+ position: static;
37431
+ display: inline-block;
37432
+ transform: none;
37433
+ color: var(--icon-color);
37434
+ margin-left: var(--TableCell-icon-gap);
37435
+ }
37436
+
37437
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn:hover {
37438
+ color: var(--icon-onHover-color);
37439
+ }
37440
+
37441
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up > svg,
37442
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down > svg,
37443
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default > svg {
37444
+ color: inherit;
37445
+ width: 13px;
37446
+ height: 13px;
37447
+ }
37448
+
37449
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up,
37450
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down,
37451
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default {
37452
+ display: none;
37453
+ z-index: 2;
37454
+ font-style: normal;
37455
+ }
37456
+
37457
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
37458
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down.is-active,
37459
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active {
37460
+ display: inline-block;
37461
+ }
37462
+
37463
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active {
37464
+ color: var(--text--muted-color);
37465
+ }
37466
+
37467
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active:hover {
37468
+ color: var(--text-color);
37469
+ }
37470
+
37471
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
37472
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--down.is-active {
37473
+ color: var(--TableCell-sortBtn--onActive-color);
37474
+ }
37475
+
37476
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn {
37477
+ cursor: pointer;
37478
+ position: static;
37479
+ transform: translateY(-50%);
37480
+ color: var(--text--muted-color);
37481
+ margin-left: var(--TableCell-icon-gap);
37482
+ }
37483
+
37484
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn svg.icon {
37485
+ width: 12px;
37486
+ height: 12px;
37487
+ }
37488
+
37489
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn:hover {
37490
+ color: var(--text-color);
37491
+ }
37492
+
37493
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn.is-active {
37494
+ color: var(--TableCell-searchBtn--onActive-color);
37495
+ }
37496
+
37497
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchPopOver {
37498
+ border: none;
37499
+ min-width: 20rem;
37500
+ max-width: 40rem;
37501
+ }
37502
+
37503
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-searchPopOver .cxd-Panel {
37504
+ margin: 0;
37505
+ }
37506
+
37507
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn {
37508
+ cursor: pointer;
37509
+ width: var(--TableCell-filterBtn-width);
37510
+ position: static;
37511
+ display: inline-block;
37512
+ transform: none;
37513
+ color: var(--text--muted-color);
37514
+ margin-left: var(--TableCell-icon-gap);
37515
+ }
37516
+
37517
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn svg.icon {
37518
+ width: 13px;
37519
+ height: 13px;
37520
+ }
37521
+
37522
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn:hover {
37523
+ color: var(--text-color);
37524
+ }
37525
+
37526
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn.is-active {
37527
+ color: var(--TableCell-filterBtn--onActive-color);
37528
+ }
37529
+
37530
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn .cxd-Remark {
37531
+ display: inline;
37532
+ }
37533
+
37534
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver {
37535
+ border: none;
37536
+ width: 10rem;
37537
+ }
37538
+
37539
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu {
37540
+ margin: 0;
37541
+ padding: 0;
37542
+ }
37543
+
37544
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider {
37545
+ height: var(--TableCell-filterPopOver-dropDownItem-height);
37546
+ line-height: var(--TableCell-filterPopOver-dropDownItem-height);
37547
+ padding: var(--TableCell-filterPopOver-dropDownItem-padding);
37548
+ background: var(--white);
37549
+ margin: 0;
37550
+ }
37551
+
37552
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
37553
+ background: var(--light);
37554
+ color: var(--primary);
37555
+ }
37556
+
37557
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
37558
+ background: var(--light);
37559
+ color: var(--primary);
37560
+ }
37561
+
37562
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
37563
+ width: 100%;
37564
+ margin: 0;
37565
+ }
37566
+
37567
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu {
37568
+ text-align: center;
37569
+ border-top: 1px solid var(--Table-borderColor);
37570
+ }
37571
+
37572
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu .cxd-Button {
37573
+ margin: 0 5px;
37574
+ padding: 0 10px;
37575
+ }
37576
+
37577
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-filterPopOver .cxd-DropDown-multiple-menu:hover {
37578
+ background: none;
37579
+ }
37580
+
37581
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionBtn {
37582
+ cursor: pointer;
37583
+ margin-left: 4px;
37584
+ }
37585
+
37586
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionBtn svg.icon {
37587
+ transform: rotate(270deg);
37588
+ font-size: 12px;
37589
+ }
37590
+
37591
+ .amis-scope .cxd-Table-v2 .cxd-TableCell-selectionPopOver .cxd-DropDown-menu {
37592
+ margin: 0;
37593
+ padding: 0;
37594
+ }
37595
+
37596
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn {
37597
+ position: relative;
37598
+ z-index: 1;
37599
+ color: var(--Table-expandBtn-color);
37600
+ display: inline-flex;
37601
+ justify-content: center;
37602
+ align-items: center;
37603
+ width: 0.875rem;
37604
+ line-height: 1;
37605
+ height: 16px;
37606
+ }
37607
+
37608
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn > svg {
37609
+ display: inline-block;
37610
+ text-align: center;
37611
+ cursor: pointer;
37612
+ transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
37613
+ position: relative;
37614
+ transform-origin: 50% 50%;
37615
+ width: 0.625rem;
37616
+ height: 0.625rem;
37617
+ top: 0;
37618
+ }
37619
+
37620
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn.is-active > svg {
37621
+ transform: rotate(90deg);
37622
+ }
37623
+
37624
+ .amis-scope .cxd-Table-v2.cxd-Table-expandBtn:hover {
37625
+ text-decoration: none;
37626
+ }
37627
+
37628
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
37629
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
37630
+ .amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
37631
+ visibility: visible;
37632
+ }
37633
+
37634
+ .amis-scope .cxd-Table-v2 .fake-hide {
37635
+ visibility: hidden;
37636
+ position: absolute;
37637
+ }
37638
+
37639
+ .amis-scope .cxd-Table-v2 .cxd-Table-badge {
37640
+ position: absolute;
37641
+ top: 0;
37642
+ left: 0;
37643
+ }
37644
+
37645
+ .amis-scope .cxd-InputTable-toolbar {
37646
+ display: flex;
37647
+ flex-direction: row;
37648
+ flex-wrap: wrap;
37649
+ justify-content: space-between;
37650
+ }
37651
+
37652
+ .amis-scope .cxd-InputTable-pager {
37653
+ margin-left: auto;
37654
+ }
37655
+
37656
+ .amis-scope .cxd-OperationField {
37657
+ margin: -0.1875rem;
37658
+ }
37659
+
37660
+ .amis-scope .cxd-OperationField > .cxd-Button,
37661
+ .amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button {
37662
+ margin: 0.1875rem;
37663
+ }
37664
+
37665
+ .amis-scope .cxd-OperationField > .cxd-Button--disabled-wrap > .cxd-Button--link {
37666
+ padding: 0;
37667
+ }
37668
+
37669
+ .amis-scope .cxd-OperationField > .cxd-Button--link {
37670
+ padding: 0;
37671
+ margin-right: 0.625rem;
37672
+ }
37673
+
37674
+ .amis-scope .cxd-ColumnToggler {
37675
+ position: relative;
37676
+ display: inline-block;
37677
+ }
37678
+
37679
+ .amis-scope .cxd-ColumnToggler-caret {
37680
+ margin-left: var(--DropDown-caret-marginLeft);
37681
+ display: inline-block;
37682
+ vertical-align: top;
37683
+ transition: transform var(--animation-duration) ease;
37684
+ }
37685
+
37686
+ .amis-scope .cxd-ColumnToggler-caret > svg {
37687
+ width: 0.625rem;
37688
+ height: 0.625rem;
37689
+ top: 0.125em;
37690
+ }
37691
+
37692
+ .amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
37693
+ transform: rotate(180deg);
37694
+ }
37695
+
37696
+ .amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
37697
+ color: var(--link-color);
37698
+ }
37699
+
37700
+ .amis-scope .cxd-ColumnToggler--block {
37701
+ display: block;
37702
+ }
37703
+
37704
+ .amis-scope .cxd-ColumnToggler--block .cxd-Button {
37705
+ display: block;
37706
+ }
37707
+
37708
+ .amis-scope .cxd-ColumnToggler-menu {
37709
+ position: absolute;
37710
+ z-index: 1000;
37711
+ top: 100%;
37712
+ left: 0;
37713
+ margin: 0.0625rem 0 0;
37714
+ background: var(--DropDown-menu-bg);
37715
+ list-style: none;
37716
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
37717
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
37718
+ border-radius: var(--DropDown-menu-borderRadius);
37719
+ box-shadow: var(--DropDown-menu-boxShadow);
37720
+ min-width: var(--DropDown-menu-minWidth);
37721
+ text-align: left;
37722
+ }
37723
+
37724
+ .amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
37725
+ left: auto;
37726
+ right: 0;
37727
+ }
37728
+
37729
+ .amis-scope .cxd-ColumnToggler-menuItem,
37730
+ .amis-scope .cxd-ColumnToggler-menu > li {
37731
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
37732
+ white-space: nowrap;
37733
+ box-sizing: border-box;
37734
+ height: var(--DropDown-menu-height);
37735
+ vertical-align: middle;
37736
+ user-select: none;
37737
+ color: var(--link-color);
37738
+ text-decoration: var(--link-decoration);
37739
+ }
37740
+
37741
+ .amis-scope .cxd-ColumnToggler-menuItem:hover,
37742
+ .amis-scope .cxd-ColumnToggler-menu > li:hover {
37743
+ background: var(--DropDown-menuItem-onHover-bg);
37744
+ color: var(--DropDown-menuItem-onHover-color);
37745
+ }
37746
+
37747
+ .amis-scope .cxd-ColumnToggler-menuItem.is-active,
37748
+ .amis-scope .cxd-ColumnToggler-menu > li.is-active {
37749
+ color: var(--DropDown-menuItem-onActive-color);
37750
+ }
37751
+
37752
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
37753
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
37754
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
37755
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
37756
+ cursor: pointer;
37757
+ }
37758
+
37759
+ .amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
37760
+ .amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
37761
+ cursor: not-allowed;
37762
+ color: var(--DropDown-menuItem-onDisabled-color);
37763
+ filter: grayscale(80%);
37764
+ }
37765
+
37766
+ .amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
37767
+ .amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
37768
+ height: 0.0625rem;
37769
+ margin: 0.5625rem 0;
37770
+ overflow: hidden;
37771
+ background: var(--DropDown-menu-borderColor);
37772
+ padding: 0;
37773
+ }
37774
+
37775
+ .amis-scope .cxd-ColumnToggler-menu > li a {
37776
+ color: inherit;
37777
+ display: block;
37778
+ text-decoration: none;
37779
+ }
37780
+
37781
+ .amis-scope .cxd-ColumnToggler-popover {
37782
+ border: none;
37783
+ box-shadow: none;
37784
+ }
37785
+
37786
+ .amis-scope .cxd-ColumnToggler > .cxd-Button {
37787
+ min-width: unset;
37788
+ }
37789
+
37790
+ .amis-scope .cxd-ColumnToggler-modal {
37791
+ display: flex;
37792
+ flex-flow: column nowrap;
37793
+ justify-content: space-between;
37794
+ align-items: center;
37795
+ width: 25rem;
37796
+ padding: var(--ColumnToggler-lineHeight);
37797
+ margin-top: calc(50vh - 100px);
37798
+ border-radius: var(--ColumnToggler-borderRadius);
37799
+ background: var(--ColumnToggler-backgroundColor);
37800
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
37801
+ }
37802
+
37803
+ .amis-scope .cxd-ColumnToggler-modal-header {
37804
+ width: 100%;
37805
+ display: flex;
37806
+ flex-flow: row nowrap;
37807
+ justify-content: space-between;
37808
+ align-items: center;
37809
+ }
37810
+
37811
+ .amis-scope .cxd-ColumnToggler-modal-header a,
37812
+ .amis-scope .cxd-ColumnToggler-modal-header span {
37813
+ display: inline-block;
37814
+ }
37815
+
37816
+ .amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
37817
+ opacity: 0.95;
37818
+ font-size: var(--fontSizeMd);
37819
+ color: var(--ColumnToggler-title-fontColor);
37820
+ line-height: var(--ColumnToggler-lineHeight);
37821
+ font-weight: bold;
37822
+ }
37823
+
37824
+ .amis-scope .cxd-ColumnToggler-modal-content {
37825
+ padding: 0;
37826
+ width: 100%;
37827
+ list-style: none;
37828
+ margin: 0.5rem 0;
37829
+ }
37830
+
37831
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
37832
+ color: var(--ColumnToggler-title-fontColor);
37833
+ background: var(--ColumnToggler-item-backgroundColor);
37834
+ border-radius: 0.125rem;
37835
+ font-size: var(--fontSizeSm);
37836
+ padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
37837
+ height: var(--ColumnToggler-lineHeight);
37838
+ width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
37839
+ margin: var(--ColumnToggler-item-margin);
37840
+ float: left;
37841
+ }
37842
+
37843
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
37844
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
37845
+ }
37846
+
37847
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
37848
+ border: 1px solid var(--link-color);
37849
+ }
37850
+
37851
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
37852
+ display: inline-block;
37853
+ width: calc(100% - var(--Checkbox--sm-size));
37854
+ }
37855
+
37856
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
37857
+ display: inline-block;
37858
+ max-width: 100%;
37859
+ text-overflow: ellipsis;
37860
+ white-space: nowrap;
37861
+ overflow: hidden;
37862
+ user-select: none;
37863
+ }
37864
+
37865
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
37866
+ height: var(--fontSizeLg);
37867
+ width: var(--fontSizeLg);
37868
+ vertical-align: top;
37869
+ }
37870
+
37871
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
37872
+ display: inline-block;
37873
+ margin-left: 0;
37874
+ margin-right: var(--gap-xs);
37875
+ vertical-align: super;
37876
+ color: var(--ColumnToggler-item-dragBar-color);
37877
+ cursor: move;
37878
+ }
37879
+
37880
+ .amis-scope .cxd-ColumnToggler-modal-footer {
37881
+ width: 100%;
37882
+ display: flex;
37883
+ flex-flow: row nowrap;
37884
+ justify-content: space-between;
37885
+ align-items: center;
37886
+ }
37887
+
37888
+ .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
37889
+ color: var(--ColumnToggler-fontColor);
37890
+ font-size: var(--fontSizeSm);
37891
+ }
37892
+
37893
+ .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
37894
+ color: var(--link-color);
37895
+ }
37896
+
37897
+ .amis-scope .cxd-ColumnToggler-modal-footer > div {
37898
+ display: flex;
37899
+ flex-flow: row nowrap;
37900
+ justify-content: space-between;
37901
+ align-items: center;
37902
+ }
37903
+
37904
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
37905
+ justify-content: flex-start;
37906
+ }
37907
+
37908
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
37909
+ display: inline-block;
37910
+ }
37911
+
37912
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
37913
+ justify-content: flex-end;
37914
+ }
37915
+
37916
+ .amis-scope .cxd-ColumnToggler-tooltip {
37917
+ border: none;
37918
+ }
37919
+
37920
+ .amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
37921
+ border-top-color: transparent;
37922
+ }
37923
+
37924
+ .amis-scope .cxd-List {
37925
+ position: relative;
37926
+ }
37927
+
37928
+ .amis-scope .cxd-List-items {
37929
+ border-radius: var(--List-borderRadius);
37930
+ border: var(--List-borderWidth) solid var(--List-borderColor);
37931
+ background: var(--List-bg);
37932
+ margin-bottom: var(--gap-sm);
37933
+ }
37934
+
37935
+ .amis-scope .cxd-List-toolbar {
37936
+ display: flex;
37937
+ flex-wrap: wrap;
37938
+ margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
37939
+ }
37940
+
37941
+ .amis-scope .cxd-List-toolbar::before,
37942
+ .amis-scope .cxd-List-toolbar::after {
37943
+ display: table;
37944
+ content: "";
37945
+ }
37946
+
37947
+ .amis-scope .cxd-List-toolbar::after {
37948
+ clear: both;
37949
+ }
37950
+
37951
+ .amis-scope .cxd-List-actions {
37952
+ display: inline-block;
37953
+ }
37954
+
37955
+ .amis-scope .cxd-List-actions > * {
37956
+ margin-right: var(--Crud-toolbar-gap);
37957
+ }
37958
+
37959
+ .amis-scope .cxd-List-header {
37960
+ padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
37961
+ }
37962
+
37963
+ .amis-scope .cxd-List-header > * + .cxd-Button,
37964
+ .amis-scope .cxd-List-header > * + .cxd-ButtonGroup,
37965
+ .amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
37966
+ margin-left: var(--Crud-toolbar-gap);
37967
+ }
37968
+
37969
+ .amis-scope .cxd-List-header + .cxd-List-toolbar {
37970
+ padding-top: 0;
37971
+ }
37972
+
37973
+ .amis-scope .cxd-List-heading {
37974
+ padding: var(--gap-xs) 0;
37975
+ }
37976
+
37977
+ .amis-scope .cxd-List-fixedTop {
37978
+ position: absolute;
37979
+ background: var(--white);
37980
+ z-index: -1;
37981
+ opacity: 0;
37982
+ box-shadow: var(--List-fixedTop-boxShadow);
37983
+ }
37984
+
37985
+ .amis-scope .cxd-List-fixedTop.in {
37986
+ position: fixed;
37987
+ opacity: 1;
37988
+ z-index: 900;
37989
+ }
37990
+
37991
+ .amis-scope .cxd-List-fixedTop .cxd-Cards-toolbar {
37992
+ margin-bottom: 0;
37993
+ }
37994
+
37995
+ .amis-scope .cxd-List-fixedTop:empty {
37996
+ display: none;
37997
+ }
37998
+
37999
+ .amis-scope .cxd-List--unsaved .cxd-List-heading {
38000
+ background: var(--List--unsaved-heading-bg);
38001
+ color: var(--List--unsaved-heading-color);
38002
+ padding: var(--gap-xs) var(--gap-sm);
38003
+ margin-bottom: var(--gap-sm);
38004
+ }
38005
+
38006
+ .amis-scope .cxd-List-dragTip {
38007
+ width: 100%;
38008
+ color: var(--info);
38009
+ clear: both;
38010
+ margin-top: var(--gap-xs);
38011
+ }
38012
+
38013
+ .amis-scope .cxd-List-placeholder {
38014
+ color: var(--text--muted-color);
38015
+ text-align: center;
38016
+ min-height: var(--List-placeholder-height);
38017
+ line-height: var(--List-placeholder-height);
38018
+ }
38019
+
38020
+ .amis-scope .cxd-ListGroup {
38021
+ max-width: 25rem;
38022
+ display: flex;
38023
+ flex-direction: column;
38024
+ }
38025
+
38026
+ .amis-scope .cxd-ListGroup-item {
38027
+ position: relative;
38028
+ display: block;
38029
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
38030
+ margin-bottom: -0.0625rem;
38031
+ background: var(--white);
38032
+ border: var(--ListItem-borderWidth) solid var(--List-borderColor);
38033
+ }
38034
+
38035
+ .amis-scope .cxd-ListGroup-item:first-child {
38036
+ border-top-left-radius: var(--borderRadius);
38037
+ border-top-right-radius: var(--borderRadius);
38038
+ }
38039
+
38040
+ .amis-scope .cxd-ListGroup-item:last-child {
38041
+ border-bottom-left-radius: var(--borderRadius);
38042
+ border-bottom-right-radius: var(--borderRadius);
38043
+ margin-bottom: 0;
38044
+ }
38045
+
38046
+ .amis-scope .cxd-ListGroup-item:hover {
38047
+ z-index: 1;
38048
+ }
38049
+
38050
+ .amis-scope .cxd-ListGroup-item.is-active {
38051
+ z-index: 2;
38052
+ }
38053
+
38054
+ .amis-scope .cxd-ListGroup-item.is-disabled {
38055
+ color: var(--text--muted-color);
38056
+ }
38057
+
38058
+ .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
38059
+ border-radius: var(--borderRadius);
38060
+ margin-bottom: var(--gap-sm);
38061
+ }
38062
+
38063
+ .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item:last-child {
38064
+ margin-bottom: 0;
38065
+ }
38066
+
38067
+ .amis-scope .cxd-ListItem {
38068
+ position: relative;
38069
+ display: block;
38070
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
38071
+ }
38072
+
38073
+ .amis-scope .cxd-ListItem::before,
38074
+ .amis-scope .cxd-ListItem::after {
38075
+ display: table;
38076
+ content: "";
38077
+ }
38078
+
38079
+ .amis-scope .cxd-ListItem::after {
38080
+ clear: both;
38081
+ }
38082
+
38083
+ .amis-scope .cxd-ListItem + .cxd-ListItem {
38084
+ border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
38085
+ }
38086
+
38087
+ .amis-scope .cxd-ListItem:nth-child(even) {
38088
+ background: var(--ListItem--strip-bg);
38089
+ }
38090
+
38091
+ .amis-scope .cxd-ListItem-checkBtn {
38092
+ float: left;
38093
+ margin-right: var(--gap-sm);
38094
+ }
38095
+
38096
+ .amis-scope .cxd-ListItem-dragBtn {
38097
+ cursor: move;
38098
+ float: left;
38099
+ margin-right: var(--gap-sm);
38100
+ }
38101
+
38102
+ .amis-scope .cxd-ListItem-actions {
38103
+ float: right;
38104
+ }
38105
+
38106
+ .amis-scope .cxd-ListItem--actions-at-left .cxd-ListItem-actions {
38107
+ float: left;
38108
+ margin-right: var(--gap-base);
38109
+ }
38110
+
38111
+ .amis-scope .cxd-ListItem-title {
38112
+ margin: 0;
38113
+ padding: 0;
38114
+ font-size: var(--fontSizeBase);
38115
+ color: var(--text--loud-color);
38116
+ font-weight: var(--fontWeightNormal);
38117
+ }
38118
+
38119
+ .amis-scope .cxd-ListItem-content {
38120
+ overflow: hidden;
38121
+ }
38122
+
38123
+ .amis-scope .cxd-ListItem-field {
38124
+ position: relative;
38125
+ display: flex;
38126
+ flex-wrap: nowrap;
38127
+ }
38128
+
38129
+ .amis-scope .cxd-ListItem-fieldValue {
38130
+ position: relative;
38131
+ flex-basis: 0;
38132
+ flex-grow: 1;
38133
+ max-width: 100%;
38134
+ width: 0;
38135
+ overflow: hidden;
38136
+ text-overflow: ellipsis;
38137
+ }
38138
+
38139
+ .amis-scope .cxd-ListItem-fieldLabel {
38140
+ width: 9.375rem;
38141
+ color: var(--text--muted-color);
38142
+ }
38143
+
38144
+ .amis-scope .cxd-ListItem.is-checked {
38145
+ background: var(--ListItem-onChecked-bg);
38146
+ border-color: var(--ListItem-onChecked-borderColor);
38147
+ color: var(--ListItem-onChecked-color);
38148
+ }
38149
+
38150
+ .amis-scope .cxd-ListItem.is-checked + .cxd-ListItem {
38151
+ border-color: var(--ListItem-onChecked-borderColor);
38152
+ }
38153
+
38154
+ .amis-scope .cxd-ListItem.is-checked .cxd-ListItem-fieldLabel {
38155
+ color: var(--ListItem-onChecked-fieldLabel-color);
38156
+ }
38157
+
38158
+ .amis-scope .cxd-ListItem.is-modified,
38159
+ .amis-scope .cxd-ListItem.is-moved {
38160
+ background: var(--ListItem-onModified-bg);
38161
+ border-color: var(--ListItem-onModified-borderColor);
38162
+ color: var(--ListItem-onModified-color);
38163
+ }
38164
+
38165
+ .amis-scope .cxd-ListItem.is-modified + .cxd-ListItem,
38166
+ .amis-scope .cxd-ListItem.is-moved + .cxd-ListItem {
38167
+ border-color: var(--ListItem-onModified-borderColor);
38168
+ }
38169
+
38170
+ .amis-scope .cxd-ListItem.is-modified .cxd-ListItem-fieldLabel,
38171
+ .amis-scope .cxd-ListItem.is-moved .cxd-ListItem-fieldLabel {
38172
+ color: var(--ListItem-onModified-fieldLabel-color);
38173
+ }
38174
+
38175
+ .amis-scope .cxd-ListItem.is-dragging {
38176
+ opacity: var(--ListItem-onDragging-opacity);
38177
+ }
38178
+
38179
+ .amis-scope .cxd-ListItem--hasItemAction {
38180
+ cursor: pointer;
38181
+ }
38182
+
38183
+ .amis-scope .cxd-ListItem--hasItemAction:hover {
38184
+ color: var(--ListMenu-item--onHover-color);
38185
+ background: var(--ListMenu-item--onHover-bg);
38186
+ }
38187
+
38188
+ .amis-scope .cxd-Cards-toolbar {
38189
+ margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
38190
+ }
38191
+
38192
+ .amis-scope .cxd-Cards-toolbar::before,
38193
+ .amis-scope .cxd-Cards-toolbar::after {
38194
+ display: table;
38195
+ content: "";
38196
+ }
38197
+
38198
+ .amis-scope .cxd-Cards-toolbar::after {
38199
+ clear: both;
38200
+ }
38201
+
38202
+ .amis-scope .cxd-Cards-actions {
38203
+ display: inline-block;
38204
+ }
38205
+
38206
+ .amis-scope .cxd-Cards-actions > * {
38207
+ margin-right: var(--Crud-toolbar-gap);
38208
+ }
38209
+
38210
+ .amis-scope .cxd-Cards-heading {
38211
+ padding: var(--gap-xs) 0;
38212
+ }
38213
+
38214
+ .amis-scope .cxd-Cards-header {
38215
+ padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
38216
+ }
38217
+
38218
+ .amis-scope .cxd-Cards-header > * + .cxd-Button,
38219
+ .amis-scope .cxd-Cards-header > * + .cxd-ButtonGroup,
38220
+ .amis-scope .cxd-Cards-header > * + .cxd-ButtonToolbar {
38221
+ margin-left: var(--Crud-toolbar-gap);
38222
+ }
38223
+
38224
+ .amis-scope .cxd-Cards-header + .cxd-Cards-toolbar {
38225
+ padding-top: 0;
38226
+ }
38227
+
38228
+ .amis-scope .cxd-Cards-fixedTop {
38229
+ position: absolute;
38230
+ background: var(--white);
38231
+ z-index: -1;
38232
+ opacity: 0;
38233
+ box-shadow: var(--Cards-fixedTop-boxShadow);
38234
+ padding: var(--gap-sm);
38235
+ }
38236
+
38237
+ .amis-scope .cxd-Cards-fixedTop.in {
38238
+ position: fixed;
38239
+ opacity: 1;
38240
+ z-index: 900;
38241
+ }
38242
+
38243
+ .amis-scope .cxd-Cards-fixedTop .cxd-Cards-toolbar {
38244
+ margin-bottom: 0;
36604
38245
  }
36605
38246
 
36606
38247
  .amis-scope .cxd-Cards-fixedTop:empty {
@@ -37465,7 +39106,8 @@ readers do not read off random characters that represent icons */
37465
39106
  }
37466
39107
 
37467
39108
  .amis-scope .cxd-Pagination > li {
37468
- display: inline;
39109
+ display: inline-flex;
39110
+ cursor: pointer;
37469
39111
  }
37470
39112
 
37471
39113
  .amis-scope .cxd-Pagination > li > a,
@@ -37495,6 +39137,16 @@ readers do not read off random characters that represent icons */
37495
39137
  color: var(--primary);
37496
39138
  }
37497
39139
 
39140
+ .amis-scope .cxd-Pagination .ellipsis {
39141
+ cursor: unset;
39142
+ }
39143
+
39144
+ .amis-scope .cxd-Pagination .ellipsis > a {
39145
+ cursor: unset;
39146
+ position: relative;
39147
+ top: -0.25rem;
39148
+ }
39149
+
37498
39150
  .amis-scope .cxd-Pagination > li.is-disabled > span,
37499
39151
  .amis-scope .cxd-Pagination > li.is-disabled > a {
37500
39152
  cursor: not-allowed;
@@ -37521,43 +39173,112 @@ readers do not read off random characters that represent icons */
37521
39173
  border-radius: var(--borderRadius);
37522
39174
  }
37523
39175
 
37524
- .amis-scope .cxd-Pagination-prev > span {
37525
- cursor: pointer;
39176
+ .amis-scope .cxd-Pagination-simple > ul > li:hover,
39177
+ .amis-scope .cxd-Pagination-simple > ul > li:focus {
39178
+ outline: none;
37526
39179
  }
37527
39180
 
37528
- .amis-scope .cxd-Pagination-ellipsis > a > span {
37529
- position: relative;
37530
- top: -0.25rem;
39181
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a {
39182
+ border: none;
39183
+ }
39184
+
39185
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a:hover,
39186
+ .amis-scope .cxd-Pagination-simple > ul > li.is-active > a:focus {
39187
+ border: none;
39188
+ }
39189
+
39190
+ .amis-scope .cxd-Pagination-prev > span {
39191
+ cursor: pointer;
37531
39192
  }
37532
39193
 
37533
39194
  .amis-scope .cxd-Pagination-next > span {
37534
39195
  cursor: pointer;
37535
39196
  }
37536
39197
 
39198
+ .amis-scope .cxd-Pagination-total {
39199
+ display: inline-block;
39200
+ color: var(--Pagination-light-color);
39201
+ }
39202
+
37537
39203
  .amis-scope .cxd-Pagination-inputGroup {
37538
39204
  display: inline-flex;
37539
39205
  flex-wrap: nowrap;
37540
39206
  align-items: center;
39207
+ height: var(--Pagination-height);
39208
+ }
39209
+
39210
+ .amis-scope .cxd-Pagination-inputGroup-left {
39211
+ color: var(--Pagination-light-color);
37541
39212
  }
37542
39213
 
37543
39214
  .amis-scope .cxd-Pagination-inputGroup input {
37544
- width: 3.5rem;
39215
+ min-width: 3.125rem;
39216
+ width: 3.125rem;
37545
39217
  height: var(--Pagination-height);
39218
+ line-height: var(--Pagination-height);
39219
+ border: none;
37546
39220
  border: var(--borderWidth) solid var(--borderColor);
37547
- border-radius: var(--borderRadius);
37548
- padding: var(--gap-xs) 0.625rem;
37549
- margin: 0 0.625rem;
39221
+ border-radius: var(--borderRadius) 0 0 var(--borderRadius);
39222
+ padding: var(--Pagination-padding);
39223
+ margin-left: 0.625rem;
37550
39224
  text-align: center;
37551
39225
  }
37552
39226
 
37553
- .amis-scope .cxd-Pagination-inputGroup input:focus {
37554
- width: auto;
37555
- }
37556
-
37557
39227
  .amis-scope .cxd-Pagination-inputGroup input:focus,
37558
39228
  .amis-scope .cxd-Pagination-inputGroup input:hover {
37559
39229
  outline: none;
37560
- border: var(--borderWidth) solid var(--primary);
39230
+ border-color: var(--primary);
39231
+ }
39232
+
39233
+ .amis-scope .cxd-Pagination-inputGroup-right {
39234
+ display: inline-block;
39235
+ width: 2rem;
39236
+ cursor: pointer;
39237
+ text-align: center;
39238
+ height: var(--Pagination-height);
39239
+ line-height: var(--Pagination-height);
39240
+ border: var(--borderWidth) solid var(--borderColor);
39241
+ border-left: none;
39242
+ border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
39243
+ font-size: var(--fontSizeSm);
39244
+ }
39245
+
39246
+ .amis-scope .cxd-Pagination-inputGroup-right:hover {
39247
+ color: var(--primary);
39248
+ border-color: var(--primary);
39249
+ border-left: var(--borderWidth) solid var(--primary);
39250
+ }
39251
+
39252
+ .amis-scope .cxd-Pagination-wrap {
39253
+ line-height: 1.875rem;
39254
+ }
39255
+
39256
+ .amis-scope .cxd-Pagination-wrap .cxd-Pagination-item {
39257
+ margin-left: 0.625rem;
39258
+ }
39259
+
39260
+ .amis-scope .cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
39261
+ margin-left: 0;
39262
+ }
39263
+
39264
+ .amis-scope .cxd-Pagination-wrap.disabled {
39265
+ background-color: #fff;
39266
+ }
39267
+
39268
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > a,
39269
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li > span {
39270
+ color: var(--Pagination-onDisabled-color);
39271
+ cursor: not-allowed;
39272
+ }
39273
+
39274
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a,
39275
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span,
39276
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:hover,
39277
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:hover,
39278
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > a:focus,
39279
+ .amis-scope .cxd-Pagination-wrap.disabled .cxd-Pagination > li.is-active > span:focus {
39280
+ background-color: var(--Pagination-onDisabled-backgroundColor);
39281
+ border-color: var(--Pagination-onDisabled-color);
37561
39282
  }
37562
39283
 
37563
39284
  .amis-scope .cxd-PaginationWrapper-pager {
@@ -38416,6 +40137,132 @@ readers do not read off random characters that represent icons */
38416
40137
  cursor: pointer;
38417
40138
  }
38418
40139
 
40140
+ .amis-scope .cxd-SchemaEditorProps {
40141
+ width: 100%;
40142
+ }
40143
+
40144
+ .amis-scope .cxd-SchemaEditorProps > button {
40145
+ margin-top: 7px;
40146
+ }
40147
+
40148
+ .amis-scope .cxd-SchemaEditorProps-placeholder {
40149
+ color: var(--text--muted-color);
40150
+ }
40151
+
40152
+ .amis-scope .cxd-SchemaEditorProps--depth {
40153
+ position: relative;
40154
+ margin-left: 2.5rem;
40155
+ }
40156
+
40157
+ .amis-scope .cxd-SchemaEditorProps--depth:before {
40158
+ width: 1px;
40159
+ content: "";
40160
+ display: block;
40161
+ position: absolute;
40162
+ top: -10px;
40163
+ bottom: 10px;
40164
+ left: -35px;
40165
+ border-left: dashed 1px var(--icon-color);
40166
+ }
40167
+
40168
+ .amis-scope .cxd-SchemaEditorProps--depth .cxd-SchemaEditorItem:before {
40169
+ height: 1px;
40170
+ content: "";
40171
+ display: block;
40172
+ position: absolute;
40173
+ top: 17px;
40174
+ width: 25px;
40175
+ left: -35px;
40176
+ border-top: dashed 1px var(--icon-color);
40177
+ }
40178
+
40179
+ .amis-scope .cxd-SchemaEditorProps--depth > button {
40180
+ position: relative;
40181
+ }
40182
+
40183
+ .amis-scope .cxd-SchemaEditorProps--depth > button:before {
40184
+ height: 1px;
40185
+ content: "";
40186
+ display: block;
40187
+ position: absolute;
40188
+ top: 10px;
40189
+ width: 25px;
40190
+ left: -35px;
40191
+ border-top: dashed 1px var(--icon-color);
40192
+ }
40193
+
40194
+ .amis-scope .cxd-SchemaEditorArrayProps:before {
40195
+ bottom: 15px;
40196
+ }
40197
+
40198
+ .amis-scope .cxd-SchemaEditorItem {
40199
+ display: flex;
40200
+ flex-direction: row;
40201
+ flex-wrap: wrap;
40202
+ gap: var(--gap-sm);
40203
+ align-items: flex-start;
40204
+ position: relative;
40205
+ }
40206
+
40207
+ .amis-scope .cxd-SchemaEditorItem + .cxd-SchemaEditorItem {
40208
+ margin-top: var(--gap-sm);
40209
+ }
40210
+
40211
+ .amis-scope .cxd-SchemaEditorObject,
40212
+ .amis-scope .cxd-SchemaEditorArray {
40213
+ display: flex;
40214
+ flex-direction: row;
40215
+ flex-wrap: wrap;
40216
+ gap: var(--gap-sm);
40217
+ align-items: flex-start;
40218
+ width: 100%;
40219
+ }
40220
+
40221
+ .amis-scope .cxd-SchemaEditor-itemsLabel {
40222
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
40223
+ }
40224
+
40225
+ .amis-scope .cxd-SchemaEditor-caret {
40226
+ display: inline-block;
40227
+ height: 1.5rem;
40228
+ text-align: center;
40229
+ line-height: 1.5rem;
40230
+ vertical-align: middle;
40231
+ cursor: pointer;
40232
+ transform: rotate(0deg);
40233
+ transition: transform var(--animation-duration);
40234
+ color: var(--icon-color);
40235
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
40236
+ }
40237
+
40238
+ .amis-scope .cxd-SchemaEditor-caret > svg {
40239
+ width: 10px;
40240
+ height: 10px;
40241
+ top: 0;
40242
+ }
40243
+
40244
+ .amis-scope .cxd-SchemaEditor-caret.is-collapsed {
40245
+ transform: rotate(-90deg);
40246
+ }
40247
+
40248
+ .amis-scope .cxd-SchemaEditor-required {
40249
+ padding-top: 4px;
40250
+ }
40251
+
40252
+ .amis-scope .cxd-SchemaEditor-key,
40253
+ .amis-scope .cxd-SchemaEditor-title,
40254
+ .amis-scope .cxd-SchemaEditor-description {
40255
+ flex: 1;
40256
+ max-width: 300px;
40257
+ min-width: 80px;
40258
+ }
40259
+
40260
+ .amis-scope .cxd-SchemaEditor-key > input,
40261
+ .amis-scope .cxd-SchemaEditor-title > input,
40262
+ .amis-scope .cxd-SchemaEditor-description > input {
40263
+ flex-basis: 0;
40264
+ }
40265
+
38419
40266
  .amis-scope .cxd-ResultBox {
38420
40267
  display: flex;
38421
40268
  background: var(--Form-input-bg);
@@ -38427,7 +40274,7 @@ readers do not read off random characters that represent icons */
38427
40274
  flex-wrap: wrap;
38428
40275
  justify-content: flex-start;
38429
40276
  flex-wrap: wrap;
38430
- padding: 0 1.625rem 0 0.1875rem;
40277
+ padding: 0 0.3125rem;
38431
40278
  min-height: var(--Form-input-height);
38432
40279
  align-items: center;
38433
40280
  border-radius: 3px;
@@ -40216,7 +42063,7 @@ readers do not read off random characters that represent icons */
40216
42063
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
40217
42064
  left: -0.0625rem;
40218
42065
  right: -0.0625rem;
40219
- top: 100%;
42066
+ top: calc(100% + 0.25rem);
40220
42067
  z-index: 10;
40221
42068
  max-height: 18.75rem;
40222
42069
  overflow: auto;
@@ -41096,7 +42943,6 @@ readers do not read off random characters that represent icons */
41096
42943
  flex-direction: row;
41097
42944
  cursor: pointer;
41098
42945
  user-select: none;
41099
- position: relative;
41100
42946
  }
41101
42947
 
41102
42948
  .amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
@@ -41104,19 +42950,7 @@ readers do not read off random characters that represent icons */
41104
42950
  margin-left: var(--gap-sm);
41105
42951
  }
41106
42952
 
41107
- .amis-scope .cxd-TreeSelection-itemInner > * {
41108
- position: relative;
41109
- z-index: 2;
41110
- }
41111
-
41112
- .amis-scope .cxd-TreeSelection-itemInner:hover:after {
41113
- position: absolute;
41114
- content: "";
41115
- z-index: 1;
41116
- top: 0;
41117
- right: 0;
41118
- bottom: 0;
41119
- left: -99999px;
42953
+ .amis-scope .cxd-TreeSelection-itemInner:hover {
41120
42954
  background: var(--Tree-item-onHover-bg);
41121
42955
  }
41122
42956
 
@@ -48188,6 +50022,209 @@ readers do not read off random characters that represent icons */
48188
50022
  margin: 0 auto;
48189
50023
  }
48190
50024
 
50025
+ .amis-scope .cxd-Tag {
50026
+ display: inline-flex;
50027
+ height: var(--Tag-height);
50028
+ padding: 0 var(--gap-sm);
50029
+ justify-content: center;
50030
+ align-items: center;
50031
+ font-size: var(--Tag-content-fontSize);
50032
+ max-width: 160px;
50033
+ text-overflow: ellipsis;
50034
+ overflow: hidden;
50035
+ white-space: nowrap;
50036
+ transition: all 0.3;
50037
+ border-radius: var(--Tag-borderRadius);
50038
+ background-color: var(--Tag-default-color);
50039
+ color: var(--Tag-fontColor);
50040
+ }
50041
+
50042
+ .amis-scope .cxd-Tag:not(:last-child) {
50043
+ margin-right: var(--gap-sm);
50044
+ }
50045
+
50046
+ .amis-scope .cxd-Tag--normal {
50047
+ border-radius: var(--Tag-borderRadius);
50048
+ }
50049
+
50050
+ .amis-scope .cxd-Tag--normal--hasColor {
50051
+ color: var(--white);
50052
+ }
50053
+
50054
+ .amis-scope .cxd-Tag--normal--inactive {
50055
+ background: var(--Tag-inactive-color);
50056
+ }
50057
+
50058
+ .amis-scope .cxd-Tag--normal--active {
50059
+ background: var(--Tag-active-color);
50060
+ }
50061
+
50062
+ .amis-scope .cxd-Tag--normal--processing {
50063
+ background: var(--Tag-processing-color);
50064
+ }
50065
+
50066
+ .amis-scope .cxd-Tag--normal--success {
50067
+ background: var(--Tag-success-color);
50068
+ }
50069
+
50070
+ .amis-scope .cxd-Tag--normal--error {
50071
+ background: var(--Tag-error-color);
50072
+ }
50073
+
50074
+ .amis-scope .cxd-Tag--normal--warning {
50075
+ background: var(--Tag-warning-color);
50076
+ }
50077
+
50078
+ .amis-scope .cxd-Tag--rounded {
50079
+ background-color: var(--white);
50080
+ border-radius: calc((var(--Tag-height) + 2px) / 2);
50081
+ border: 1px solid var(--Tag-default-color);
50082
+ color: var(--Tag-default-color);
50083
+ }
50084
+
50085
+ .amis-scope .cxd-Tag--rounded--inactive {
50086
+ border-color: var(--Tag-inactive-color);
50087
+ color: var(--Tag-inactive-color);
50088
+ }
50089
+
50090
+ .amis-scope .cxd-Tag--rounded--active {
50091
+ border-color: var(--Tag-active-color);
50092
+ color: var(--Tag-active-color);
50093
+ }
50094
+
50095
+ .amis-scope .cxd-Tag--rounded--processing {
50096
+ border-color: var(--Tag-processing-color);
50097
+ color: var(--Tag-processing-color);
50098
+ }
50099
+
50100
+ .amis-scope .cxd-Tag--rounded--success {
50101
+ border-color: var(--Tag-success-color);
50102
+ color: var(--Tag-success-color);
50103
+ }
50104
+
50105
+ .amis-scope .cxd-Tag--rounded--error {
50106
+ border-color: var(--Tag-error-color);
50107
+ color: var(--Tag-error-color);
50108
+ }
50109
+
50110
+ .amis-scope .cxd-Tag--rounded--warning {
50111
+ border-color: var(--Tag-warning-color);
50112
+ color: var(--Tag-warning-color);
50113
+ }
50114
+
50115
+ .amis-scope .cxd-Tag--status {
50116
+ background-color: var(--white);
50117
+ }
50118
+
50119
+ .amis-scope .cxd-Tag--status--inactive .cxd-Tag--prev {
50120
+ color: var(--Tag-inactive-color);
50121
+ }
50122
+
50123
+ .amis-scope .cxd-Tag--status--active .cxd-Tag--prev {
50124
+ color: var(--Tag-active-color);
50125
+ }
50126
+
50127
+ .amis-scope .cxd-Tag--status--processing .cxd-Tag--prev {
50128
+ color: var(--Tag-processing-color);
50129
+ }
50130
+
50131
+ .amis-scope .cxd-Tag--status--success .cxd-Tag--prev {
50132
+ color: var(--Tag-success-color);
50133
+ }
50134
+
50135
+ .amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
50136
+ color: var(--Tag-error-color);
50137
+ }
50138
+
50139
+ .amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
50140
+ color: var(--Tag-warning-color);
50141
+ }
50142
+
50143
+ .amis-scope .cxd-Tag--status:not(.cxd-Tag--status--processing):not(.cxd-Tag--status--active) .icon-dot #dotWave {
50144
+ display: none;
50145
+ }
50146
+
50147
+ .amis-scope .cxd-Tag--prev {
50148
+ color: var(--Tag-default-color);
50149
+ margin-right: var(--gap-sm);
50150
+ }
50151
+
50152
+ .amis-scope .cxd-Tag--prev i {
50153
+ font-size: 0.5rem;
50154
+ }
50155
+
50156
+ .amis-scope .cxd-Tag--prev .icon {
50157
+ width: 0.5rem;
50158
+ height: 0.5rem;
50159
+ top: 0;
50160
+ }
50161
+
50162
+ .amis-scope .cxd-Tag--close {
50163
+ margin-left: var(--gap-sm);
50164
+ margin-right: var(--gap-xs);
50165
+ cursor: pointer;
50166
+ }
50167
+
50168
+ .amis-scope .cxd-Tag--close i {
50169
+ font-size: 0.5rem;
50170
+ }
50171
+
50172
+ .amis-scope .cxd-Tag--close .icon {
50173
+ width: 0.5rem;
50174
+ height: 0.5rem;
50175
+ position: inherit;
50176
+ }
50177
+
50178
+ .amis-scope .cxd-Tag--close:hover {
50179
+ opacity: 0.7;
50180
+ }
50181
+
50182
+ .amis-scope .cxd-Tag--close:active {
50183
+ opacity: 0.3;
50184
+ }
50185
+
50186
+ .amis-scope .cxd-Tag--disabled {
50187
+ opacity: 0.3;
50188
+ cursor: not-allowed;
50189
+ }
50190
+
50191
+ .amis-scope .cxd-Tag--disabled .cxd-Tag--close {
50192
+ cursor: not-allowed;
50193
+ opacity: 0.7;
50194
+ }
50195
+
50196
+ .amis-scope .cxd-Tag--checkable {
50197
+ background-color: var(--Tag-checkable-bgColor);
50198
+ cursor: pointer;
50199
+ }
50200
+
50201
+ .amis-scope .cxd-Tag--checkable:hover {
50202
+ background-color: var(--Tag-checkable-bgColor-onHover);
50203
+ }
50204
+
50205
+ .amis-scope .cxd-Tag--checkable:active {
50206
+ background-color: var(--Tag-checkable-bgColor-onActive);
50207
+ }
50208
+
50209
+ .amis-scope .cxd-Tag--checkable--disabled {
50210
+ cursor: not-allowed;
50211
+ background-color: var(--Tag-checkable-bgColor-onDisable);
50212
+ color: var(--Tag-checkable-fontColor-onDisable);
50213
+ }
50214
+
50215
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled) {
50216
+ color: var(--white);
50217
+ background-color: var(--Tag-checkable-bgColor-onChecked);
50218
+ }
50219
+
50220
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):hover {
50221
+ background-color: var(--Tag-checkable-bgColor-onHover-onChecked);
50222
+ }
50223
+
50224
+ .amis-scope .cxd-Tag--checkable--checked:not(.cxd-Tag--checkable--disabled):active {
50225
+ background-color: var(--Tag-checkable-bgColor-onActive-onChecked);
50226
+ }
50227
+
48191
50228
  .amis-scope .cxd-PullRefresh-wrap {
48192
50229
  position: relative;
48193
50230
  height: 100%;
@@ -50768,7 +52805,6 @@ readers do not read off random characters that represent icons */
50768
52805
 
50769
52806
  .amis-scope .cxd-TextControl-sugs {
50770
52807
  border-radius: 0.1875rem;
50771
- top: calc(var(--Form-input-height) + 0.25rem);
50772
52808
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
50773
52809
  border: none;
50774
52810
  }