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/dark.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 {
@@ -14732,17 +14792,6 @@ readers do not read off random characters that represent icons */
14732
14792
  --Radio-onDisabled-color: #4e4e4e;
14733
14793
  --Radio-onDisabled-bg: var(--Panel-bg);
14734
14794
  --TimelineItem--text-primary-color: #f3f1f1;
14735
- --menu-background: #fff;
14736
- --menu-box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
14737
- --menu-border-radius: 4px;
14738
- --menu-font-color: #151b26;
14739
- --menu-font-family: PingFangSC-Regular;
14740
- --menu-border-color: #e8e9eb;
14741
- --menu-active-color: #2468f2;
14742
- --menu-hover-bg-color: #e6f0ff;
14743
- --menu-disabled-color: #b8babf;
14744
- --default-icon-color: #84868c;
14745
- --default-padding: 4px 12px;
14746
14795
  }
14747
14796
 
14748
14797
  /* BASICS */
@@ -27488,7 +27537,6 @@ readers do not read off random characters that represent icons */
27488
27537
  box-shadow: none;
27489
27538
  cursor: not-allowed;
27490
27539
  color: var(--text--muted-color);
27491
- pointer-events: auto;
27492
27540
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
27493
27541
  background: var(--Button-onDisabled-bg);
27494
27542
  }
@@ -27504,450 +27552,6 @@ readers do not read off random characters that represent icons */
27504
27552
  cursor: pointer;
27505
27553
  }
27506
27554
 
27507
- .amis-scope .dark-Button.cxd-Button--link.is-disabled {
27508
- background: transparent;
27509
- border: none;
27510
- }
27511
-
27512
- .amis-scope .dark-Button > .pull-left,
27513
- .amis-scope .dark-Button > .pull-right {
27514
- line-height: inherit;
27515
- }
27516
-
27517
- .amis-scope .dark-Button > .fa,
27518
- .amis-scope .dark-Button > .iconfont,
27519
- .amis-scope .dark-Button > .glyphicon {
27520
- font-size: inherit;
27521
- }
27522
-
27523
- .amis-scope a.dark-Button.is-disabled,
27524
- .amis-scope fieldset:disabled a.dark-Button {
27525
- pointer-events: none;
27526
- }
27527
-
27528
- .amis-scope .dark-Button--primary {
27529
- color: var(--Button--primary-color);
27530
- background: var(--Button--primary-bg);
27531
- border-color: var(--Button--primary-border);
27532
- box-shadow: var(--Button-boxShadow);
27533
- text-shadow: var(--Button-textShadow);
27534
- }
27535
-
27536
- .amis-scope .dark-Button--primary:not(:disabled):not(.is-disabled):hover {
27537
- color: var(--Button--primary-onHover-color);
27538
- background: var(--Button--primary-onHover-bg);
27539
- border-color: var(--Button--primary-onHover-border);
27540
- }
27541
-
27542
- .amis-scope .dark-Button--primary:not(:disabled):not(.is-disabled):hover:active {
27543
- color: var(--Button--primary-onActive-color);
27544
- background: var(--Button--primary-onActive-bg);
27545
- border-color: var(--Button--primary-onActive-border);
27546
- }
27547
-
27548
- .amis-scope .dark-Button--primary:hover:focus {
27549
- box-shadow: var(--Button-boxShadow);
27550
- }
27551
-
27552
- .amis-scope .dark-Button--secondary {
27553
- color: var(--Button--secondary-color);
27554
- background: var(--Button--secondary-bg);
27555
- border-color: var(--Button--secondary-border);
27556
- box-shadow: var(--Button-boxShadow);
27557
- text-shadow: var(--Button-textShadow);
27558
- }
27559
-
27560
- .amis-scope .dark-Button--secondary:not(:disabled):not(.is-disabled):hover {
27561
- color: var(--Button--secondary-onHover-color);
27562
- background: var(--Button--secondary-onHover-bg);
27563
- border-color: var(--Button--secondary-onHover-border);
27564
- }
27565
-
27566
- .amis-scope .dark-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
27567
- color: var(--Button--secondary-onActive-color);
27568
- background: var(--Button--secondary-onActive-bg);
27569
- border-color: var(--Button--secondary-onActive-border);
27570
- }
27571
-
27572
- .amis-scope .dark-Button--secondary:hover:focus {
27573
- box-shadow: var(--Button-boxShadow);
27574
- }
27575
-
27576
- .amis-scope .dark-Button--success {
27577
- color: var(--Button--success-color);
27578
- background: var(--Button--success-bg);
27579
- border-color: var(--Button--success-border);
27580
- box-shadow: var(--Button-boxShadow);
27581
- text-shadow: var(--Button-textShadow);
27582
- }
27583
-
27584
- .amis-scope .dark-Button--success:not(:disabled):not(.is-disabled):hover {
27585
- color: var(--Button--success-onHover-color);
27586
- background: var(--Button--success-onHover-bg);
27587
- border-color: var(--Button--success-onHover-border);
27588
- }
27589
-
27590
- .amis-scope .dark-Button--success:not(:disabled):not(.is-disabled):hover:active {
27591
- color: var(--Button--success-onActive-color);
27592
- background: var(--Button--success-onActive-bg);
27593
- border-color: var(--Button--success-onActive-border);
27594
- }
27595
-
27596
- .amis-scope .dark-Button--success:hover:focus {
27597
- box-shadow: var(--Button-boxShadow);
27598
- }
27599
-
27600
- .amis-scope .dark-Button--enhance {
27601
- color: var(--Button--enhance-color);
27602
- background: var(--Button--enhance-bg);
27603
- border-color: var(--Button--enhance-border);
27604
- box-shadow: var(--Button-boxShadow);
27605
- text-shadow: var(--Button-textShadow);
27606
- }
27607
-
27608
- .amis-scope .dark-Button--enhance:not(:disabled):not(.is-disabled):hover {
27609
- color: var(--Button--enhance-onHover-color);
27610
- background: var(--Button--enhance-onHover-bg);
27611
- border-color: var(--Button--enhance-onHover-border);
27612
- }
27613
-
27614
- .amis-scope .dark-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
27615
- color: var(--Button--enhance-onActive-color);
27616
- background: var(--Button--enhance-onActive-bg);
27617
- border-color: var(--Button--enhance-onActive-border);
27618
- }
27619
-
27620
- .amis-scope .dark-Button--enhance:hover:focus {
27621
- box-shadow: var(--Button-boxShadow);
27622
- }
27623
-
27624
- .amis-scope .dark-Button--info {
27625
- color: var(--Button--info-color);
27626
- background: var(--Button--info-bg);
27627
- border-color: var(--Button--info-border);
27628
- box-shadow: var(--Button-boxShadow);
27629
- text-shadow: var(--Button-textShadow);
27630
- }
27631
-
27632
- .amis-scope .dark-Button--info:not(:disabled):not(.is-disabled):hover {
27633
- color: var(--Button--info-onHover-color);
27634
- background: var(--Button--info-onHover-bg);
27635
- border-color: var(--Button--info-onHover-border);
27636
- }
27637
-
27638
- .amis-scope .dark-Button--info:not(:disabled):not(.is-disabled):hover:active {
27639
- color: var(--Button--info-onActive-color);
27640
- background: var(--Button--info-onActive-bg);
27641
- border-color: var(--Button--info-onActive-border);
27642
- }
27643
-
27644
- .amis-scope .dark-Button--info:hover:focus {
27645
- box-shadow: var(--Button-boxShadow);
27646
- }
27647
-
27648
- .amis-scope .dark-Button--warning {
27649
- color: var(--Button--warning-color);
27650
- background: var(--Button--warning-bg);
27651
- border-color: var(--Button--warning-border);
27652
- box-shadow: var(--Button-boxShadow);
27653
- text-shadow: var(--Button-textShadow);
27654
- }
27655
-
27656
- .amis-scope .dark-Button--warning:not(:disabled):not(.is-disabled):hover {
27657
- color: var(--Button--warning-onHover-color);
27658
- background: var(--Button--warning-onHover-bg);
27659
- border-color: var(--Button--warning-onHover-border);
27660
- }
27661
-
27662
- .amis-scope .dark-Button--warning:not(:disabled):not(.is-disabled):hover:active {
27663
- color: var(--Button--warning-onActive-color);
27664
- background: var(--Button--warning-onActive-bg);
27665
- border-color: var(--Button--warning-onActive-border);
27666
- }
27667
-
27668
- .amis-scope .dark-Button--warning:hover:focus {
27669
- box-shadow: var(--Button-boxShadow);
27670
- }
27671
-
27672
- .amis-scope .dark-Button--danger {
27673
- color: var(--Button--danger-color);
27674
- background: var(--Button--danger-bg);
27675
- border-color: var(--Button--danger-border);
27676
- box-shadow: var(--Button-boxShadow);
27677
- text-shadow: var(--Button-textShadow);
27678
- }
27679
-
27680
- .amis-scope .dark-Button--danger:not(:disabled):not(.is-disabled):hover {
27681
- color: var(--Button--danger-onHover-color);
27682
- background: var(--Button--danger-onHover-bg);
27683
- border-color: var(--Button--danger-onHover-border);
27684
- }
27685
-
27686
- .amis-scope .dark-Button--danger:not(:disabled):not(.is-disabled):hover:active {
27687
- color: var(--Button--danger-onActive-color);
27688
- background: var(--Button--danger-onActive-bg);
27689
- border-color: var(--Button--danger-onActive-border);
27690
- }
27691
-
27692
- .amis-scope .dark-Button--danger:hover:focus {
27693
- box-shadow: var(--Button-boxShadow);
27694
- }
27695
-
27696
- .amis-scope .dark-Button--light {
27697
- color: var(--Button--light-color);
27698
- background: var(--Button--light-bg);
27699
- border-color: var(--Button--light-border);
27700
- box-shadow: var(--Button-boxShadow);
27701
- text-shadow: var(--Button-textShadow);
27702
- }
27703
-
27704
- .amis-scope .dark-Button--light:not(:disabled):not(.is-disabled):hover {
27705
- color: var(--Button--light-onHover-color);
27706
- background: var(--Button--light-onHover-bg);
27707
- border-color: var(--Button--light-onHover-border);
27708
- }
27709
-
27710
- .amis-scope .dark-Button--light:not(:disabled):not(.is-disabled):hover:active {
27711
- color: var(--Button--light-onActive-color);
27712
- background: var(--Button--light-onActive-bg);
27713
- border-color: var(--Button--light-onActive-border);
27714
- }
27715
-
27716
- .amis-scope .dark-Button--light:hover:focus {
27717
- box-shadow: var(--Button-boxShadow);
27718
- }
27719
-
27720
- .amis-scope .dark-Button--dark {
27721
- color: var(--Button--dark-color);
27722
- background: var(--Button--dark-bg);
27723
- border-color: var(--Button--dark-border);
27724
- box-shadow: var(--Button-boxShadow);
27725
- text-shadow: var(--Button-textShadow);
27726
- }
27727
-
27728
- .amis-scope .dark-Button--dark:not(:disabled):not(.is-disabled):hover {
27729
- color: var(--Button--dark-onHover-color);
27730
- background: var(--Button--dark-onHover-bg);
27731
- border-color: var(--Button--dark-onHover-border);
27732
- }
27733
-
27734
- .amis-scope .dark-Button--dark:not(:disabled):not(.is-disabled):hover:active {
27735
- color: var(--Button--dark-onActive-color);
27736
- background: var(--Button--dark-onActive-bg);
27737
- border-color: var(--Button--dark-onActive-border);
27738
- }
27739
-
27740
- .amis-scope .dark-Button--dark:hover:focus {
27741
- box-shadow: var(--Button-boxShadow);
27742
- }
27743
-
27744
- .amis-scope .dark-Button--default {
27745
- color: var(--Button--default-color);
27746
- background: var(--Button--default-bg);
27747
- border-color: var(--Button--default-border);
27748
- box-shadow: var(--Button-boxShadow);
27749
- text-shadow: var(--Button-textShadow);
27750
- }
27751
-
27752
- .amis-scope .dark-Button--default:not(:disabled):not(.is-disabled):hover {
27753
- color: var(--Button--default-onHover-color);
27754
- background: var(--Button--default-onHover-bg);
27755
- border-color: var(--Button--default-onHover-border);
27756
- }
27757
-
27758
- .amis-scope .dark-Button--default:not(:disabled):not(.is-disabled):hover:active {
27759
- color: var(--Button--default-onActive-color);
27760
- background: var(--Button--default-onActive-bg);
27761
- border-color: var(--Button--default-onActive-border);
27762
- }
27763
-
27764
- .amis-scope .dark-Button--default:hover:focus {
27765
- box-shadow: var(--Button-boxShadow);
27766
- }
27767
-
27768
- .amis-scope .dark-Button--xs {
27769
- padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
27770
- font-size: var(--Button--xs-fontSize);
27771
- line-height: var(--Button--xs-lineHeight);
27772
- border-radius: var(--Button--sm-borderRadius);
27773
- height: var(--Button--xs-height);
27774
- }
27775
-
27776
- .amis-scope .dark-Button--xs .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27777
- .amis-scope .dark-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27778
- .amis-scope .dark-Button--xs > .pull-left {
27779
- margin-right: var(--Button--xs-paddingX);
27780
- }
27781
-
27782
- .amis-scope .dark-Button--xs .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27783
- .amis-scope .dark-Button--xs > .pull-right {
27784
- margin-left: var(--Button--xs-paddingX);
27785
- }
27786
-
27787
- .amis-scope .dark-Button--xs .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27788
- .amis-scope .dark-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27789
- .amis-scope .dark-Button--xs > .pull-left {
27790
- margin-right: var(--Button--xs-paddingX);
27791
- }
27792
-
27793
- .amis-scope .dark-Button--xs .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27794
- .amis-scope .dark-Button--xs > .pull-right {
27795
- margin-left: var(--Button--xs-paddingX);
27796
- }
27797
-
27798
- .amis-scope .dark-Button--xs img.dark-Button-icon {
27799
- height: var(--Button-fontSize);
27800
- vertical-align: middle;
27801
- }
27802
-
27803
- .amis-scope .dark-Button--xs.dark-Button--iconOnly {
27804
- min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
27805
- }
27806
-
27807
- .amis-scope .dark-Button--sm {
27808
- padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
27809
- font-size: var(--Button--sm-fontSize);
27810
- line-height: var(--Button--sm-lineHeight);
27811
- border-radius: var(--Button--sm-borderRadius);
27812
- height: var(--Button--sm-height);
27813
- }
27814
-
27815
- .amis-scope .dark-Button--sm .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27816
- .amis-scope .dark-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27817
- .amis-scope .dark-Button--sm > .pull-left {
27818
- margin-right: var(--Button--sm-paddingX);
27819
- }
27820
-
27821
- .amis-scope .dark-Button--sm .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27822
- .amis-scope .dark-Button--sm > .pull-right {
27823
- margin-left: var(--Button--sm-paddingX);
27824
- }
27825
-
27826
- .amis-scope .dark-Button--sm .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27827
- .amis-scope .dark-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27828
- .amis-scope .dark-Button--sm > .pull-left {
27829
- margin-right: var(--Button--sm-paddingX);
27830
- }
27831
-
27832
- .amis-scope .dark-Button--sm .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27833
- .amis-scope .dark-Button--sm > .pull-right {
27834
- margin-left: var(--Button--sm-paddingX);
27835
- }
27836
-
27837
- .amis-scope .dark-Button--sm img.dark-Button-icon {
27838
- height: var(--Button-fontSize);
27839
- vertical-align: middle;
27840
- }
27841
-
27842
- .amis-scope .dark-Button--sm.dark-Button--iconOnly {
27843
- min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
27844
- }
27845
-
27846
- .amis-scope .dark-Button--md {
27847
- padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
27848
- font-size: var(--Button--md-fontSize);
27849
- line-height: var(--Button--md-lineHeight);
27850
- border-radius: var(--Button-borderRadius);
27851
- height: var(--Button--md-height);
27852
- }
27853
-
27854
- .amis-scope .dark-Button--md .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27855
- .amis-scope .dark-Button--md > svg.icon:not(:last-child):not(.pull-right),
27856
- .amis-scope .dark-Button--md > .pull-left {
27857
- margin-right: var(--Button--md-paddingX);
27858
- }
27859
-
27860
- .amis-scope .dark-Button--md .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27861
- .amis-scope .dark-Button--md > .pull-right {
27862
- margin-left: var(--Button--md-paddingX);
27863
- }
27864
-
27865
- .amis-scope .dark-Button--md .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27866
- .amis-scope .dark-Button--md > svg.icon:not(:last-child):not(.pull-right),
27867
- .amis-scope .dark-Button--md > .pull-left {
27868
- margin-right: var(--Button--md-paddingX);
27869
- }
27870
-
27871
- .amis-scope .dark-Button--md .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27872
- .amis-scope .dark-Button--md > .pull-right {
27873
- margin-left: var(--Button--md-paddingX);
27874
- }
27875
-
27876
- .amis-scope .dark-Button--md img.dark-Button-icon {
27877
- height: var(--Button-fontSize);
27878
- vertical-align: middle;
27879
- }
27880
-
27881
- .amis-scope .dark-Button--md.dark-Button--iconOnly {
27882
- min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
27883
- }
27884
-
27885
- .amis-scope .dark-Button--lg {
27886
- padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
27887
- font-size: var(--Button--lg-fontSize);
27888
- line-height: var(--Button--lg-lineHeight);
27889
- border-radius: var(--Button--lg-borderRadius);
27890
- height: var(--Button--lg-height);
27891
- }
27892
-
27893
- .amis-scope .dark-Button--lg .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27894
- .amis-scope .dark-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27895
- .amis-scope .dark-Button--lg > .pull-left {
27896
- margin-right: var(--Button--lg-paddingX);
27897
- }
27898
-
27899
- .amis-scope .dark-Button--lg .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27900
- .amis-scope .dark-Button--lg > .pull-right {
27901
- margin-left: var(--Button--lg-paddingX);
27902
- }
27903
-
27904
- .amis-scope .dark-Button--lg .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27905
- .amis-scope .dark-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27906
- .amis-scope .dark-Button--lg > .pull-left {
27907
- margin-right: var(--Button--lg-paddingX);
27908
- }
27909
-
27910
- .amis-scope .dark-Button--lg .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27911
- .amis-scope .dark-Button--lg > .pull-right {
27912
- margin-left: var(--Button--lg-paddingX);
27913
- }
27914
-
27915
- .amis-scope .dark-Button--lg img.dark-Button-icon {
27916
- height: var(--Button-fontSize);
27917
- vertical-align: middle;
27918
- }
27919
-
27920
- .amis-scope .dark-Button--lg.dark-Button--iconOnly {
27921
- min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
27922
- }
27923
-
27924
- .amis-scope .dark-Button--iconOnly {
27925
- min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
27926
- }
27927
-
27928
- .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > svg.icon {
27929
- width: 0.875rem;
27930
- height: 0.875rem;
27931
- top: 0.125rem;
27932
- }
27933
-
27934
- .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .fa,
27935
- .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .iconfont {
27936
- font-size: var(--fontSizeMd);
27937
- }
27938
-
27939
- .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .iconfont {
27940
- line-height: 1;
27941
- }
27942
-
27943
- .amis-scope .dark-Button--loading {
27944
- transition: --Button-transition;
27945
- }
27946
-
27947
- .amis-scope .dark-Button--loading svg {
27948
- animation: var(--Button-animation-spin);
27949
- }
27950
-
27951
27555
  .amis-scope .dark-Button--link {
27952
27556
  width: auto;
27953
27557
  min-width: auto;
@@ -27971,8 +27575,13 @@ readers do not read off random characters that represent icons */
27971
27575
  .amis-scope .dark-Button--link:disabled,
27972
27576
  .amis-scope .dark-Button--link.is-disabled {
27973
27577
  color: var(--text--muted-color);
27974
- pointer-events: none;
27975
- background: var(--Button-onDisabled-bg);
27578
+ border: none;
27579
+ background: var(--Button--link-onDisabled-backgroundColor);
27580
+ }
27581
+
27582
+ .amis-scope .dark-Button--link:disabled:hover:active,
27583
+ .amis-scope .dark-Button--link.is-disabled:hover:active {
27584
+ color: var(--text--muted-color);
27976
27585
  }
27977
27586
 
27978
27587
  .amis-scope .dark-Button--block {
@@ -27984,6 +27593,445 @@ readers do not read off random characters that represent icons */
27984
27593
  margin-top: var(--gap-base);
27985
27594
  }
27986
27595
 
27596
+ .amis-scope .dark-Button > .pull-left,
27597
+ .amis-scope .dark-Button > .pull-right {
27598
+ line-height: inherit;
27599
+ }
27600
+
27601
+ .amis-scope .dark-Button > .fa,
27602
+ .amis-scope .dark-Button > .iconfont,
27603
+ .amis-scope .dark-Button > .glyphicon {
27604
+ font-size: inherit;
27605
+ }
27606
+
27607
+ .amis-scope a.dark-Button.is-disabled,
27608
+ .amis-scope fieldset:disabled a.dark-Button {
27609
+ pointer-events: none;
27610
+ }
27611
+
27612
+ .amis-scope .dark-Button--primary {
27613
+ color: var(--Button--primary-color);
27614
+ background: var(--Button--primary-bg);
27615
+ border-color: var(--Button--primary-border);
27616
+ box-shadow: var(--Button-boxShadow);
27617
+ text-shadow: var(--Button-textShadow);
27618
+ }
27619
+
27620
+ .amis-scope .dark-Button--primary:not(:disabled):not(.is-disabled):hover {
27621
+ color: var(--Button--primary-onHover-color);
27622
+ background: var(--Button--primary-onHover-bg);
27623
+ border-color: var(--Button--primary-onHover-border);
27624
+ }
27625
+
27626
+ .amis-scope .dark-Button--primary:not(:disabled):not(.is-disabled):hover:active {
27627
+ color: var(--Button--primary-onActive-color);
27628
+ background: var(--Button--primary-onActive-bg);
27629
+ border-color: var(--Button--primary-onActive-border);
27630
+ }
27631
+
27632
+ .amis-scope .dark-Button--primary:hover:focus {
27633
+ box-shadow: var(--Button-boxShadow);
27634
+ }
27635
+
27636
+ .amis-scope .dark-Button--secondary {
27637
+ color: var(--Button--secondary-color);
27638
+ background: var(--Button--secondary-bg);
27639
+ border-color: var(--Button--secondary-border);
27640
+ box-shadow: var(--Button-boxShadow);
27641
+ text-shadow: var(--Button-textShadow);
27642
+ }
27643
+
27644
+ .amis-scope .dark-Button--secondary:not(:disabled):not(.is-disabled):hover {
27645
+ color: var(--Button--secondary-onHover-color);
27646
+ background: var(--Button--secondary-onHover-bg);
27647
+ border-color: var(--Button--secondary-onHover-border);
27648
+ }
27649
+
27650
+ .amis-scope .dark-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
27651
+ color: var(--Button--secondary-onActive-color);
27652
+ background: var(--Button--secondary-onActive-bg);
27653
+ border-color: var(--Button--secondary-onActive-border);
27654
+ }
27655
+
27656
+ .amis-scope .dark-Button--secondary:hover:focus {
27657
+ box-shadow: var(--Button-boxShadow);
27658
+ }
27659
+
27660
+ .amis-scope .dark-Button--success {
27661
+ color: var(--Button--success-color);
27662
+ background: var(--Button--success-bg);
27663
+ border-color: var(--Button--success-border);
27664
+ box-shadow: var(--Button-boxShadow);
27665
+ text-shadow: var(--Button-textShadow);
27666
+ }
27667
+
27668
+ .amis-scope .dark-Button--success:not(:disabled):not(.is-disabled):hover {
27669
+ color: var(--Button--success-onHover-color);
27670
+ background: var(--Button--success-onHover-bg);
27671
+ border-color: var(--Button--success-onHover-border);
27672
+ }
27673
+
27674
+ .amis-scope .dark-Button--success:not(:disabled):not(.is-disabled):hover:active {
27675
+ color: var(--Button--success-onActive-color);
27676
+ background: var(--Button--success-onActive-bg);
27677
+ border-color: var(--Button--success-onActive-border);
27678
+ }
27679
+
27680
+ .amis-scope .dark-Button--success:hover:focus {
27681
+ box-shadow: var(--Button-boxShadow);
27682
+ }
27683
+
27684
+ .amis-scope .dark-Button--enhance {
27685
+ color: var(--Button--enhance-color);
27686
+ background: var(--Button--enhance-bg);
27687
+ border-color: var(--Button--enhance-border);
27688
+ box-shadow: var(--Button-boxShadow);
27689
+ text-shadow: var(--Button-textShadow);
27690
+ }
27691
+
27692
+ .amis-scope .dark-Button--enhance:not(:disabled):not(.is-disabled):hover {
27693
+ color: var(--Button--enhance-onHover-color);
27694
+ background: var(--Button--enhance-onHover-bg);
27695
+ border-color: var(--Button--enhance-onHover-border);
27696
+ }
27697
+
27698
+ .amis-scope .dark-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
27699
+ color: var(--Button--enhance-onActive-color);
27700
+ background: var(--Button--enhance-onActive-bg);
27701
+ border-color: var(--Button--enhance-onActive-border);
27702
+ }
27703
+
27704
+ .amis-scope .dark-Button--enhance:hover:focus {
27705
+ box-shadow: var(--Button-boxShadow);
27706
+ }
27707
+
27708
+ .amis-scope .dark-Button--info {
27709
+ color: var(--Button--info-color);
27710
+ background: var(--Button--info-bg);
27711
+ border-color: var(--Button--info-border);
27712
+ box-shadow: var(--Button-boxShadow);
27713
+ text-shadow: var(--Button-textShadow);
27714
+ }
27715
+
27716
+ .amis-scope .dark-Button--info:not(:disabled):not(.is-disabled):hover {
27717
+ color: var(--Button--info-onHover-color);
27718
+ background: var(--Button--info-onHover-bg);
27719
+ border-color: var(--Button--info-onHover-border);
27720
+ }
27721
+
27722
+ .amis-scope .dark-Button--info:not(:disabled):not(.is-disabled):hover:active {
27723
+ color: var(--Button--info-onActive-color);
27724
+ background: var(--Button--info-onActive-bg);
27725
+ border-color: var(--Button--info-onActive-border);
27726
+ }
27727
+
27728
+ .amis-scope .dark-Button--info:hover:focus {
27729
+ box-shadow: var(--Button-boxShadow);
27730
+ }
27731
+
27732
+ .amis-scope .dark-Button--warning {
27733
+ color: var(--Button--warning-color);
27734
+ background: var(--Button--warning-bg);
27735
+ border-color: var(--Button--warning-border);
27736
+ box-shadow: var(--Button-boxShadow);
27737
+ text-shadow: var(--Button-textShadow);
27738
+ }
27739
+
27740
+ .amis-scope .dark-Button--warning:not(:disabled):not(.is-disabled):hover {
27741
+ color: var(--Button--warning-onHover-color);
27742
+ background: var(--Button--warning-onHover-bg);
27743
+ border-color: var(--Button--warning-onHover-border);
27744
+ }
27745
+
27746
+ .amis-scope .dark-Button--warning:not(:disabled):not(.is-disabled):hover:active {
27747
+ color: var(--Button--warning-onActive-color);
27748
+ background: var(--Button--warning-onActive-bg);
27749
+ border-color: var(--Button--warning-onActive-border);
27750
+ }
27751
+
27752
+ .amis-scope .dark-Button--warning:hover:focus {
27753
+ box-shadow: var(--Button-boxShadow);
27754
+ }
27755
+
27756
+ .amis-scope .dark-Button--danger {
27757
+ color: var(--Button--danger-color);
27758
+ background: var(--Button--danger-bg);
27759
+ border-color: var(--Button--danger-border);
27760
+ box-shadow: var(--Button-boxShadow);
27761
+ text-shadow: var(--Button-textShadow);
27762
+ }
27763
+
27764
+ .amis-scope .dark-Button--danger:not(:disabled):not(.is-disabled):hover {
27765
+ color: var(--Button--danger-onHover-color);
27766
+ background: var(--Button--danger-onHover-bg);
27767
+ border-color: var(--Button--danger-onHover-border);
27768
+ }
27769
+
27770
+ .amis-scope .dark-Button--danger:not(:disabled):not(.is-disabled):hover:active {
27771
+ color: var(--Button--danger-onActive-color);
27772
+ background: var(--Button--danger-onActive-bg);
27773
+ border-color: var(--Button--danger-onActive-border);
27774
+ }
27775
+
27776
+ .amis-scope .dark-Button--danger:hover:focus {
27777
+ box-shadow: var(--Button-boxShadow);
27778
+ }
27779
+
27780
+ .amis-scope .dark-Button--light {
27781
+ color: var(--Button--light-color);
27782
+ background: var(--Button--light-bg);
27783
+ border-color: var(--Button--light-border);
27784
+ box-shadow: var(--Button-boxShadow);
27785
+ text-shadow: var(--Button-textShadow);
27786
+ }
27787
+
27788
+ .amis-scope .dark-Button--light:not(:disabled):not(.is-disabled):hover {
27789
+ color: var(--Button--light-onHover-color);
27790
+ background: var(--Button--light-onHover-bg);
27791
+ border-color: var(--Button--light-onHover-border);
27792
+ }
27793
+
27794
+ .amis-scope .dark-Button--light:not(:disabled):not(.is-disabled):hover:active {
27795
+ color: var(--Button--light-onActive-color);
27796
+ background: var(--Button--light-onActive-bg);
27797
+ border-color: var(--Button--light-onActive-border);
27798
+ }
27799
+
27800
+ .amis-scope .dark-Button--light:hover:focus {
27801
+ box-shadow: var(--Button-boxShadow);
27802
+ }
27803
+
27804
+ .amis-scope .dark-Button--dark {
27805
+ color: var(--Button--dark-color);
27806
+ background: var(--Button--dark-bg);
27807
+ border-color: var(--Button--dark-border);
27808
+ box-shadow: var(--Button-boxShadow);
27809
+ text-shadow: var(--Button-textShadow);
27810
+ }
27811
+
27812
+ .amis-scope .dark-Button--dark:not(:disabled):not(.is-disabled):hover {
27813
+ color: var(--Button--dark-onHover-color);
27814
+ background: var(--Button--dark-onHover-bg);
27815
+ border-color: var(--Button--dark-onHover-border);
27816
+ }
27817
+
27818
+ .amis-scope .dark-Button--dark:not(:disabled):not(.is-disabled):hover:active {
27819
+ color: var(--Button--dark-onActive-color);
27820
+ background: var(--Button--dark-onActive-bg);
27821
+ border-color: var(--Button--dark-onActive-border);
27822
+ }
27823
+
27824
+ .amis-scope .dark-Button--dark:hover:focus {
27825
+ box-shadow: var(--Button-boxShadow);
27826
+ }
27827
+
27828
+ .amis-scope .dark-Button--default {
27829
+ color: var(--Button--default-color);
27830
+ background: var(--Button--default-bg);
27831
+ border-color: var(--Button--default-border);
27832
+ box-shadow: var(--Button-boxShadow);
27833
+ text-shadow: var(--Button-textShadow);
27834
+ }
27835
+
27836
+ .amis-scope .dark-Button--default:not(:disabled):not(.is-disabled):hover {
27837
+ color: var(--Button--default-onHover-color);
27838
+ background: var(--Button--default-onHover-bg);
27839
+ border-color: var(--Button--default-onHover-border);
27840
+ }
27841
+
27842
+ .amis-scope .dark-Button--default:not(:disabled):not(.is-disabled):hover:active {
27843
+ color: var(--Button--default-onActive-color);
27844
+ background: var(--Button--default-onActive-bg);
27845
+ border-color: var(--Button--default-onActive-border);
27846
+ }
27847
+
27848
+ .amis-scope .dark-Button--default:hover:focus {
27849
+ box-shadow: var(--Button-boxShadow);
27850
+ }
27851
+
27852
+ .amis-scope .dark-Button--xs {
27853
+ padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
27854
+ font-size: var(--Button--xs-fontSize);
27855
+ line-height: var(--Button--xs-lineHeight);
27856
+ border-radius: var(--Button--sm-borderRadius);
27857
+ height: var(--Button--xs-height);
27858
+ }
27859
+
27860
+ .amis-scope .dark-Button--xs .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27861
+ .amis-scope .dark-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27862
+ .amis-scope .dark-Button--xs > .pull-left {
27863
+ margin-right: var(--Button--xs-paddingX);
27864
+ }
27865
+
27866
+ .amis-scope .dark-Button--xs .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27867
+ .amis-scope .dark-Button--xs > .pull-right {
27868
+ margin-left: var(--Button--xs-paddingX);
27869
+ }
27870
+
27871
+ .amis-scope .dark-Button--xs .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27872
+ .amis-scope .dark-Button--xs > svg.icon:not(:last-child):not(.pull-right),
27873
+ .amis-scope .dark-Button--xs > .pull-left {
27874
+ margin-right: var(--Button--xs-paddingX);
27875
+ }
27876
+
27877
+ .amis-scope .dark-Button--xs .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27878
+ .amis-scope .dark-Button--xs > .pull-right {
27879
+ margin-left: var(--Button--xs-paddingX);
27880
+ }
27881
+
27882
+ .amis-scope .dark-Button--xs img.dark-Button-icon {
27883
+ height: var(--Button-fontSize);
27884
+ vertical-align: middle;
27885
+ }
27886
+
27887
+ .amis-scope .dark-Button--xs.dark-Button--iconOnly {
27888
+ min-width: calc( var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate) );
27889
+ }
27890
+
27891
+ .amis-scope .dark-Button--sm {
27892
+ padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
27893
+ font-size: var(--Button--sm-fontSize);
27894
+ line-height: var(--Button--sm-lineHeight);
27895
+ border-radius: var(--Button--sm-borderRadius);
27896
+ height: var(--Button--sm-height);
27897
+ }
27898
+
27899
+ .amis-scope .dark-Button--sm .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27900
+ .amis-scope .dark-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27901
+ .amis-scope .dark-Button--sm > .pull-left {
27902
+ margin-right: var(--Button--sm-paddingX);
27903
+ }
27904
+
27905
+ .amis-scope .dark-Button--sm .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27906
+ .amis-scope .dark-Button--sm > .pull-right {
27907
+ margin-left: var(--Button--sm-paddingX);
27908
+ }
27909
+
27910
+ .amis-scope .dark-Button--sm .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27911
+ .amis-scope .dark-Button--sm > svg.icon:not(:last-child):not(.pull-right),
27912
+ .amis-scope .dark-Button--sm > .pull-left {
27913
+ margin-right: var(--Button--sm-paddingX);
27914
+ }
27915
+
27916
+ .amis-scope .dark-Button--sm .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27917
+ .amis-scope .dark-Button--sm > .pull-right {
27918
+ margin-left: var(--Button--sm-paddingX);
27919
+ }
27920
+
27921
+ .amis-scope .dark-Button--sm img.dark-Button-icon {
27922
+ height: var(--Button-fontSize);
27923
+ vertical-align: middle;
27924
+ }
27925
+
27926
+ .amis-scope .dark-Button--sm.dark-Button--iconOnly {
27927
+ min-width: calc( var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate) );
27928
+ }
27929
+
27930
+ .amis-scope .dark-Button--md {
27931
+ padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
27932
+ font-size: var(--Button--md-fontSize);
27933
+ line-height: var(--Button--md-lineHeight);
27934
+ border-radius: var(--Button-borderRadius);
27935
+ height: var(--Button--md-height);
27936
+ }
27937
+
27938
+ .amis-scope .dark-Button--md .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27939
+ .amis-scope .dark-Button--md > svg.icon:not(:last-child):not(.pull-right),
27940
+ .amis-scope .dark-Button--md > .pull-left {
27941
+ margin-right: var(--Button--md-paddingX);
27942
+ }
27943
+
27944
+ .amis-scope .dark-Button--md .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27945
+ .amis-scope .dark-Button--md > .pull-right {
27946
+ margin-left: var(--Button--md-paddingX);
27947
+ }
27948
+
27949
+ .amis-scope .dark-Button--md .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27950
+ .amis-scope .dark-Button--md > svg.icon:not(:last-child):not(.pull-right),
27951
+ .amis-scope .dark-Button--md > .pull-left {
27952
+ margin-right: var(--Button--md-paddingX);
27953
+ }
27954
+
27955
+ .amis-scope .dark-Button--md .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27956
+ .amis-scope .dark-Button--md > .pull-right {
27957
+ margin-left: var(--Button--md-paddingX);
27958
+ }
27959
+
27960
+ .amis-scope .dark-Button--md img.dark-Button-icon {
27961
+ height: var(--Button-fontSize);
27962
+ vertical-align: middle;
27963
+ }
27964
+
27965
+ .amis-scope .dark-Button--md.dark-Button--iconOnly {
27966
+ min-width: calc( var(--Button--md-height) * var(--Button--iconOnly-minWidthRate) );
27967
+ }
27968
+
27969
+ .amis-scope .dark-Button--lg {
27970
+ padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
27971
+ font-size: var(--Button--lg-fontSize);
27972
+ line-height: var(--Button--lg-lineHeight);
27973
+ border-radius: var(--Button--lg-borderRadius);
27974
+ height: var(--Button--lg-height);
27975
+ }
27976
+
27977
+ .amis-scope .dark-Button--lg .dark-Button-icon:first-child:not(:last-child):not(.pull-right),
27978
+ .amis-scope .dark-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27979
+ .amis-scope .dark-Button--lg > .pull-left {
27980
+ margin-right: var(--Button--lg-paddingX);
27981
+ }
27982
+
27983
+ .amis-scope .dark-Button--lg .dark-Button-icon:last-child:not(:first-child):not(.pull-left),
27984
+ .amis-scope .dark-Button--lg > .pull-right {
27985
+ margin-left: var(--Button--lg-paddingX);
27986
+ }
27987
+
27988
+ .amis-scope .dark-Button--lg .dark-Button--loading:first-child:not(:last-child):not(.pull-right),
27989
+ .amis-scope .dark-Button--lg > svg.icon:not(:last-child):not(.pull-right),
27990
+ .amis-scope .dark-Button--lg > .pull-left {
27991
+ margin-right: var(--Button--lg-paddingX);
27992
+ }
27993
+
27994
+ .amis-scope .dark-Button--lg .dark-Button--loading:last-child:not(:first-child):not(.pull-left),
27995
+ .amis-scope .dark-Button--lg > .pull-right {
27996
+ margin-left: var(--Button--lg-paddingX);
27997
+ }
27998
+
27999
+ .amis-scope .dark-Button--lg img.dark-Button-icon {
28000
+ height: var(--Button-fontSize);
28001
+ vertical-align: middle;
28002
+ }
28003
+
28004
+ .amis-scope .dark-Button--lg.dark-Button--iconOnly {
28005
+ min-width: calc( var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate) );
28006
+ }
28007
+
28008
+ .amis-scope .dark-Button--iconOnly {
28009
+ min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
28010
+ }
28011
+
28012
+ .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > svg.icon {
28013
+ width: 0.875rem;
28014
+ height: 0.875rem;
28015
+ top: 0.125rem;
28016
+ }
28017
+
28018
+ .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .fa,
28019
+ .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .iconfont {
28020
+ font-size: var(--fontSizeMd);
28021
+ }
28022
+
28023
+ .amis-scope .dark-Button--iconOnly:not(.dark-Button--link) > .iconfont {
28024
+ line-height: 1;
28025
+ }
28026
+
28027
+ .amis-scope .dark-Button--loading {
28028
+ transition: --Button-transition;
28029
+ }
28030
+
28031
+ .amis-scope .dark-Button--loading svg {
28032
+ animation: var(--Button-animation-spin);
28033
+ }
28034
+
27987
28035
  .amis-scope input[type=submit].dark-Button--block,
27988
28036
  .amis-scope input[type=reset].dark-Button--block,
27989
28037
  .amis-scope input[type=button].dark-Button--block {
@@ -33427,7 +33475,7 @@ readers do not read off random characters that represent icons */
33427
33475
  display: block;
33428
33476
  position: absolute;
33429
33477
  margin: 0;
33430
- padding: 0;
33478
+ padding: 4px 0;
33431
33479
  background: var(--menu-background);
33432
33480
  box-shadow: var(--menu-box-shadow);
33433
33481
  color: var(--menu-font-color);
@@ -33451,19 +33499,6 @@ readers do not read off random characters that represent icons */
33451
33499
  animation-name: contextMenuOut;
33452
33500
  }
33453
33501
 
33454
- .amis-scope .dark-ContextMenu-menu::before {
33455
- display: block;
33456
- position: absolute;
33457
- content: "";
33458
- top: -1px;
33459
- left: -1px;
33460
- bottom: -1px;
33461
- right: -1px;
33462
- border-radius: var(--menu-border-radius);
33463
- border: 1px solid var(--menu-border-color);
33464
- z-index: -1;
33465
- }
33466
-
33467
33502
  .amis-scope .dark-ContextMenu-divider {
33468
33503
  border: none;
33469
33504
  height: 1px;
@@ -33476,7 +33511,7 @@ readers do not read off random characters that represent icons */
33476
33511
  list-style: none;
33477
33512
  margin: 0;
33478
33513
  padding: 0;
33479
- min-width: 100px;
33514
+ min-width: var(--menu-min-width);
33480
33515
  }
33481
33516
 
33482
33517
  .amis-scope .dark-ContextMenu-item {
@@ -33542,7 +33577,7 @@ readers do not read off random characters that represent icons */
33542
33577
  position: absolute;
33543
33578
  left: 100%;
33544
33579
  top: -3px;
33545
- min-width: 100px;
33580
+ min-width: var(--menu-sub-min-width);
33546
33581
  margin: 0;
33547
33582
  padding: 0;
33548
33583
  background: var(--menu-background);
@@ -35654,577 +35689,2181 @@ readers do not read off random characters that represent icons */
35654
35689
  margin-right: 0.625rem;
35655
35690
  }
35656
35691
 
35657
- .amis-scope .dark-ColumnToggler {
35692
+ .amis-scope .dark-Table-v2 {
35658
35693
  position: relative;
35659
- display: inline-block;
35694
+ border-radius: var(--Table-borderRadius);
35695
+ margin-bottom: var(--gap-md);
35660
35696
  }
35661
35697
 
35662
- .amis-scope .dark-ColumnToggler-caret {
35663
- margin-left: var(--DropDown-caret-marginLeft);
35664
- display: inline-block;
35665
- vertical-align: top;
35666
- transition: transform var(--animation-duration) ease;
35698
+ .amis-scope .dark-Table-v2.dark-Table-bordered {
35699
+ border-width: var(--Table-borderWidth) var(--Table-borderWidth) 0 var(--Table-borderWidth);
35700
+ border-style: solid;
35701
+ border-color: var(--Table-borderColor);
35702
+ border-collapse: inherit;
35667
35703
  }
35668
35704
 
35669
- .amis-scope .dark-ColumnToggler-caret > svg {
35670
- width: 0.625rem;
35671
- height: 0.625rem;
35672
- top: 0.125em;
35705
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > thead > tr > th,
35706
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > tbody > tr > td,
35707
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > tfoot > tr > td {
35708
+ border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
35673
35709
  }
35674
35710
 
35675
- .amis-scope .dark-ColumnToggler.is-opened .dark-ColumnToggler-caret {
35676
- transform: rotate(180deg);
35711
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > thead > tr > th:last-child,
35712
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > tbody > tr > td:last-child,
35713
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-table > tfoot > tr > td:last-child {
35714
+ border-right: none;
35677
35715
  }
35678
35716
 
35679
- .amis-scope .dark-ColumnToggler.is-actived > .dark-Button {
35680
- color: var(--link-color);
35717
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-footer {
35718
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35681
35719
  }
35682
35720
 
35683
- .amis-scope .dark-ColumnToggler--block {
35684
- display: block;
35721
+ .amis-scope .dark-Table-v2.dark-Table-bordered .dark-Table-title {
35722
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35685
35723
  }
35686
35724
 
35687
- .amis-scope .dark-ColumnToggler--block .dark-Button {
35688
- display: block;
35725
+ .amis-scope .dark-Table-v2.dark-Table-large .dark-Table-table > thead > tr > th {
35726
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35689
35727
  }
35690
35728
 
35691
- .amis-scope .dark-ColumnToggler-menu {
35692
- position: absolute;
35693
- z-index: 1000;
35694
- top: 100%;
35695
- left: 0;
35696
- margin: 0.0625rem 0 0;
35697
- background: var(--DropDown-menu-bg);
35698
- list-style: none;
35699
- padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
35700
- border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
35701
- border-radius: var(--DropDown-menu-borderRadius);
35702
- box-shadow: var(--DropDown-menu-boxShadow);
35703
- min-width: var(--DropDown-menu-minWidth);
35704
- text-align: left;
35729
+ .amis-scope .dark-Table-v2.dark-Table-large .dark-Table-table > tbody > tr > td,
35730
+ .amis-scope .dark-Table-v2.dark-Table-large .dark-Table-table > tbody > tr > th {
35731
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35705
35732
  }
35706
35733
 
35707
- .amis-scope .dark-ColumnToggler--alignRight .dark-ColumnToggler-menu {
35708
- left: auto;
35709
- right: 0;
35734
+ .amis-scope .dark-Table-v2.dark-Table-large .dark-Table-table > tfoot > tr > td {
35735
+ padding: var(--TableCell-paddingY-large) var(--TableCell-paddingX-large);
35710
35736
  }
35711
35737
 
35712
- .amis-scope .dark-ColumnToggler-menuItem,
35713
- .amis-scope .dark-ColumnToggler-menu > li {
35714
- padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
35715
- white-space: nowrap;
35716
- box-sizing: border-box;
35717
- height: var(--DropDown-menu-height);
35718
- vertical-align: middle;
35719
- user-select: none;
35720
- color: var(--link-color);
35721
- text-decoration: var(--link-decoration);
35738
+ .amis-scope .dark-Table-v2.dark-Table-large .dark-TableCell-filterBtn {
35739
+ right: calc( var(--TableCell-paddingX-large) - var(--TableCell-filterBtn-width) / 2 );
35722
35740
  }
35723
35741
 
35724
- .amis-scope .dark-ColumnToggler-menuItem:hover,
35725
- .amis-scope .dark-ColumnToggler-menu > li:hover {
35726
- background: var(--DropDown-menuItem-onHover-bg);
35727
- color: var(--DropDown-menuItem-onHover-color);
35742
+ .amis-scope .dark-Table-v2.dark-Table-small .dark-Table-table > thead > tr > th {
35743
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35728
35744
  }
35729
35745
 
35730
- .amis-scope .dark-ColumnToggler-menuItem.is-active,
35731
- .amis-scope .dark-ColumnToggler-menu > li.is-active {
35732
- color: var(--DropDown-menuItem-onActive-color);
35746
+ .amis-scope .dark-Table-v2.dark-Table-small .dark-Table-table > tbody > tr > td,
35747
+ .amis-scope .dark-Table-v2.dark-Table-small .dark-Table-table > tbody > tr > th {
35748
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35733
35749
  }
35734
35750
 
35735
- .amis-scope .dark-ColumnToggler-menuItem:not(.is-disabled),
35736
- .amis-scope .dark-ColumnToggler-menuItem:not(.disabled),
35737
- .amis-scope .dark-ColumnToggler-menu > li:not(.is-disabled),
35738
- .amis-scope .dark-ColumnToggler-menu > li:not(.disabled) {
35739
- cursor: pointer;
35751
+ .amis-scope .dark-Table-v2.dark-Table-small .dark-Table-table > tfoot > tr > td {
35752
+ padding: var(--TableCell-paddingY-small) var(--TableCell-paddingX-small);
35740
35753
  }
35741
35754
 
35742
- .amis-scope .dark-ColumnToggler-menuItem.is-disabled,
35743
- .amis-scope .dark-ColumnToggler-menu > li.is-disabled {
35744
- cursor: not-allowed;
35745
- color: var(--DropDown-menuItem-onDisabled-color);
35746
- filter: grayscale(80%);
35755
+ .amis-scope .dark-Table-v2.dark-Table-small .dark-TableCell-filterBtn {
35756
+ right: calc( var(--TableCell-paddingX-small) - var(--TableCell-filterBtn-width) / 2 );
35747
35757
  }
35748
35758
 
35749
- .amis-scope .dark-ColumnToggler-menuItem.dark-DropDown-divider,
35750
- .amis-scope .dark-ColumnToggler-menu > li.dark-DropDown-divider {
35751
- height: 0.0625rem;
35752
- margin: 0.5625rem 0;
35753
- overflow: hidden;
35754
- background: var(--DropDown-menu-borderColor);
35755
- padding: 0;
35759
+ .amis-scope .dark-Table-v2 .dark-Table-title,
35760
+ .amis-scope .dark-Table-v2 .dark-Table-footer {
35761
+ background: var(--Table-heading-bg);
35762
+ padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
35756
35763
  }
35757
35764
 
35758
- .amis-scope .dark-ColumnToggler-menu > li a {
35759
- color: inherit;
35760
- display: block;
35761
- text-decoration: none;
35765
+ .amis-scope .dark-Table-v2 .dark-Table-header {
35766
+ padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
35762
35767
  }
35763
35768
 
35764
- .amis-scope .dark-ColumnToggler-popover {
35765
- border: none;
35766
- box-shadow: none;
35769
+ .amis-scope .dark-Table-v2 .dark-Table-header.dark-Table-sticky-holder {
35770
+ position: sticky;
35771
+ z-index: 3;
35772
+ background: var(--Table-bg);
35767
35773
  }
35768
35774
 
35769
- .amis-scope .dark-ColumnToggler > .dark-Button {
35770
- min-width: unset;
35775
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar {
35776
+ display: flex;
35777
+ margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
35778
+ flex-wrap: wrap;
35771
35779
  }
35772
35780
 
35773
- .amis-scope .dark-ColumnToggler-modal {
35774
- display: flex;
35775
- flex-flow: column nowrap;
35776
- justify-content: space-between;
35777
- align-items: center;
35778
- width: 25rem;
35779
- padding: var(--ColumnToggler-lineHeight);
35780
- margin-top: calc(50vh - 100px);
35781
- border-radius: var(--ColumnToggler-borderRadius);
35782
- background: var(--ColumnToggler-backgroundColor);
35783
- 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);
35781
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar::before,
35782
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar::after {
35783
+ display: table;
35784
+ content: "";
35784
35785
  }
35785
35786
 
35786
- .amis-scope .dark-ColumnToggler-modal-header {
35787
- width: 100%;
35787
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar::after {
35788
+ clear: both;
35789
+ }
35790
+
35791
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar .dark-DropDown-menuItem {
35792
+ height: auto;
35793
+ }
35794
+
35795
+ .amis-scope .dark-Table-v2 .dark-Table-toolbar .dark-DropDown-menuItem .dark-Checkbox {
35788
35796
  display: flex;
35789
- flex-flow: row nowrap;
35790
- justify-content: space-between;
35791
35797
  align-items: center;
35792
35798
  }
35793
35799
 
35794
- .amis-scope .dark-ColumnToggler-modal-header a,
35795
- .amis-scope .dark-ColumnToggler-modal-header span {
35796
- display: inline-block;
35800
+ .amis-scope .dark-Table-v2 .dark-Table-header + .dark-Table-toolbar {
35801
+ padding-top: 0;
35797
35802
  }
35798
35803
 
35799
- .amis-scope .dark-ColumnToggler-modal-header .dark-ColumnToggler-modal-title {
35800
- opacity: 0.95;
35801
- font-size: var(--fontSizeMd);
35802
- color: var(--ColumnToggler-title-fontColor);
35803
- line-height: var(--ColumnToggler-lineHeight);
35804
- font-weight: bold;
35804
+ .amis-scope .dark-Table-v2 .dark-Table-content {
35805
+ min-height: 0.01%;
35806
+ overflow-x: auto;
35807
+ transform: translateZ(0);
35805
35808
  }
35806
35809
 
35807
- .amis-scope .dark-ColumnToggler-modal-content {
35808
- padding: 0;
35809
- width: 100%;
35810
- list-style: none;
35811
- margin: 0.5rem 0;
35810
+ .amis-scope .dark-Table-v2 .dark-Table-content th {
35811
+ position: relative;
35812
35812
  }
35813
35813
 
35814
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem {
35815
- color: var(--ColumnToggler-title-fontColor);
35816
- background: var(--ColumnToggler-item-backgroundColor);
35817
- border-radius: 0.125rem;
35818
- font-size: var(--fontSizeSm);
35819
- padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
35820
- height: var(--ColumnToggler-lineHeight);
35821
- width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
35822
- margin: var(--ColumnToggler-item-margin);
35823
- float: left;
35814
+ .amis-scope .dark-Table-v2 .dark-Table-table {
35815
+ width: 100%;
35816
+ min-width: 100%;
35817
+ margin-bottom: 0;
35818
+ font-size: var(--Table-fontSize);
35819
+ color: var(--Table-color);
35820
+ background: var(--Table-bg);
35821
+ border-spacing: 0;
35822
+ border-collapse: collapse;
35823
+ border: none;
35824
35824
  }
35825
35825
 
35826
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem:hover {
35827
- background: var(--ColumnToggler-item-backgroundColor-onHover);
35826
+ .amis-scope .dark-Table-v2 .dark-Table-table th,
35827
+ .amis-scope .dark-Table-v2 .dark-Table-table td {
35828
+ text-align: left;
35828
35829
  }
35829
35830
 
35830
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem--dragging {
35831
- border: 1px solid var(--link-color);
35831
+ .amis-scope .dark-Table-v2 .dark-Table-table th.text-center,
35832
+ .amis-scope .dark-Table-v2 .dark-Table-table td.text-center,
35833
+ .amis-scope .dark-Table-v2 .dark-Table-table th[colspan],
35834
+ .amis-scope .dark-Table-v2 .dark-Table-table td[colspan] {
35835
+ text-align: center;
35832
35836
  }
35833
35837
 
35834
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label {
35835
- display: inline-block;
35836
- width: calc(100% - var(--Checkbox--sm-size));
35838
+ .amis-scope .dark-Table-v2 .dark-Table-table th.text-right,
35839
+ .amis-scope .dark-Table-v2 .dark-Table-table td.text-right {
35840
+ text-align: right;
35837
35841
  }
35838
35842
 
35839
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label > span {
35840
- display: inline-block;
35841
- max-width: 100%;
35842
- text-overflow: ellipsis;
35843
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th {
35844
+ background: var(--Table-thead-bg);
35845
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
35846
+ font-size: var(--Table-thead-fontSize);
35847
+ color: var(--Table-thead-color);
35848
+ font-weight: var(--fontWeightNormal);
35843
35849
  white-space: nowrap;
35844
- overflow: hidden;
35845
- user-select: none;
35846
35850
  }
35847
35851
 
35848
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem label > i {
35849
- height: var(--fontSizeLg);
35850
- width: var(--fontSizeLg);
35851
- vertical-align: top;
35852
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th:first-child {
35853
+ padding-left: var(--TableCell--edge-paddingX-default);
35852
35854
  }
35853
35855
 
35854
- .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-dragBar {
35855
- display: inline-block;
35856
- margin-left: 0;
35857
- margin-right: var(--gap-xs);
35858
- vertical-align: super;
35859
- color: var(--ColumnToggler-item-dragBar-color);
35860
- cursor: move;
35856
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-cell-last {
35857
+ padding-right: var(--TableCell--edge-paddingX-default);
35861
35858
  }
35862
35859
 
35863
- .amis-scope .dark-ColumnToggler-modal-footer {
35864
- width: 100%;
35865
- display: flex;
35866
- flex-flow: row nowrap;
35867
- justify-content: space-between;
35868
- align-items: center;
35860
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th:not(.dark-Table-cell-last) {
35861
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
35869
35862
  }
35870
35863
 
35871
- .amis-scope .dark-ColumnToggler-modal-footer .dark-ColumnToggler-modeSelect {
35872
- color: var(--ColumnToggler-fontColor);
35873
- font-size: var(--fontSizeSm);
35864
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-row-expand-icon-cell {
35865
+ border-right: 0;
35874
35866
  }
35875
35867
 
35876
- .amis-scope .dark-ColumnToggler-modal-footer .dark-ColumnToggler-modeSelect.is-actived {
35877
- color: var(--link-color);
35868
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th .dark-Remark {
35869
+ margin-left: var(--gap-xs);
35870
+ position: relative;
35871
+ top: 2px;
35878
35872
  }
35879
35873
 
35880
- .amis-scope .dark-ColumnToggler-modal-footer > div {
35874
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th .dark-Table-head-cell-wrapper {
35881
35875
  display: flex;
35882
- flex-flow: row nowrap;
35883
- justify-content: space-between;
35884
- align-items: center;
35885
35876
  }
35886
35877
 
35887
- .amis-scope .dark-ColumnToggler-modal-footer > div:first-child {
35888
- justify-content: flex-start;
35878
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr:not(:last-child) {
35879
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35889
35880
  }
35890
35881
 
35891
- .amis-scope .dark-ColumnToggler-modal-footer > div:first-child a {
35892
- display: inline-block;
35882
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr {
35883
+ position: relative;
35884
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
35885
+ background: transparent;
35893
35886
  }
35894
35887
 
35895
- .amis-scope .dark-ColumnToggler-modal-footer > div:last-child {
35896
- justify-content: flex-end;
35888
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.dark-Table-summary-row > td {
35889
+ background: var(--Table-thead-bg);
35897
35890
  }
35898
35891
 
35899
- .amis-scope .dark-ColumnToggler-tooltip {
35900
- border: none;
35892
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > th {
35893
+ background: var(--Table-thead-bg);
35894
+ color: var(--Table-thead-color);
35895
+ font-weight: var(--fontWeightNormal);
35896
+ white-space: nowrap;
35897
+ border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
35901
35898
  }
35902
35899
 
35903
- .amis-scope .dark-ColumnToggler-tooltip .dark-Tooltip-arrow::before {
35904
- border-top-color: transparent;
35900
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td,
35901
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > th {
35902
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
35905
35903
  }
35906
35904
 
35907
- .amis-scope .dark-List {
35908
- position: relative;
35905
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td:first-child,
35906
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > th:first-child {
35907
+ padding-left: var(--TableCell--edge-paddingX-default);
35909
35908
  }
35910
35909
 
35911
- .amis-scope .dark-List-items {
35912
- border-radius: var(--List-borderRadius);
35913
- border: var(--List-borderWidth) solid var(--List-borderColor);
35914
- background: var(--List-bg);
35915
- margin-bottom: var(--gap-sm);
35910
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td:last-child,
35911
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > th:last-child {
35912
+ padding-right: var(--TableCell--edge-paddingX-default);
35916
35913
  }
35917
35914
 
35918
- .amis-scope .dark-List-toolbar {
35915
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr .dark-Table-cell-wrapper-prefix {
35919
35916
  display: flex;
35920
- flex-wrap: wrap;
35921
- margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
35922
35917
  }
35923
35918
 
35924
- .amis-scope .dark-List-toolbar::before,
35925
- .amis-scope .dark-List-toolbar::after {
35926
- display: table;
35927
- content: "";
35919
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr .dark-Table-cell-wrapper-prefix .dark-Table-expandBtn {
35920
+ margin-right: 5px;
35928
35921
  }
35929
35922
 
35930
- .amis-scope .dark-List-toolbar::after {
35931
- clear: both;
35923
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr .dark-Table-cell-height-large {
35924
+ height: var(--TableCell-line-height-large);
35925
+ line-height: var(--TableCell-line-height-large);
35926
+ overflow: hidden;
35932
35927
  }
35933
35928
 
35934
- .amis-scope .dark-List-actions {
35935
- display: inline-block;
35929
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr .dark-Table-cell-height-middle {
35930
+ height: var(--TableCell-line-height-middle);
35931
+ line-height: var(--TableCell-line-height-middle);
35932
+ overflow: hidden;
35936
35933
  }
35937
35934
 
35938
- .amis-scope .dark-List-actions > * {
35939
- margin-right: var(--Crud-toolbar-gap);
35935
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.dark-Table-tr--odd {
35936
+ background: var(--Table-strip-bg);
35940
35937
  }
35941
35938
 
35942
- .amis-scope .dark-List-header {
35943
- padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
35939
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.dark-Table-tr--hasItemAction:hover {
35940
+ cursor: pointer;
35944
35941
  }
35945
35942
 
35946
- .amis-scope .dark-List-header > * + .dark-Button,
35947
- .amis-scope .dark-List-header > * + .dark-ButtonGroup,
35948
- .amis-scope .dark-List-header > * + .dark-ButtonToolbar {
35949
- margin-left: var(--Crud-toolbar-gap);
35943
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr:hover,
35944
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-hovered {
35945
+ background: var(--Table-onHover-bg);
35946
+ border-color: var(--Table-onHover-borderColor);
35947
+ color: var(--Table-onHover-color);
35950
35948
  }
35951
35949
 
35952
- .amis-scope .dark-List-header + .dark-List-toolbar {
35953
- padding-top: 0;
35950
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr:hover + tr,
35951
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-hovered + tr {
35952
+ border-color: var(--Table-onHover-borderColor);
35954
35953
  }
35955
35954
 
35956
- .amis-scope .dark-List-heading {
35957
- padding: var(--gap-xs) 0;
35955
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-checked {
35956
+ background: var(--Table-onChecked-bg);
35957
+ border-color: var(--Table-onChecked-borderColor);
35958
+ color: var(--Table-onChecked-color);
35958
35959
  }
35959
35960
 
35960
- .amis-scope .dark-List-fixedTop {
35961
- position: absolute;
35962
- background: var(--white);
35963
- z-index: -1;
35964
- opacity: 0;
35965
- box-shadow: var(--List-fixedTop-boxShadow);
35961
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-checked + tr {
35962
+ border-color: var(--Table-onChecked-borderColor);
35966
35963
  }
35967
35964
 
35968
- .amis-scope .dark-List-fixedTop.in {
35969
- position: fixed;
35970
- opacity: 1;
35971
- z-index: 900;
35965
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-moved,
35966
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-modified {
35967
+ background: var(--Table-onModified-bg);
35968
+ border-color: var(--Table-onModified-borderColor);
35969
+ color: var(--Table-onModified-color);
35972
35970
  }
35973
35971
 
35974
- .amis-scope .dark-List-fixedTop .dark-Cards-toolbar {
35975
- margin-bottom: 0;
35972
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-moved + tr,
35973
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-modified + tr {
35974
+ border-color: var(--Table-onModified-borderColor);
35976
35975
  }
35977
35976
 
35978
- .amis-scope .dark-List-fixedTop:empty {
35979
- display: none;
35977
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-summary {
35978
+ background: var(--Table-thead-bg);
35979
+ color: var(--Table-thead-color);
35980
+ font-weight: var(--fontWeightNormal);
35980
35981
  }
35981
35982
 
35982
- .amis-scope .dark-List--unsaved .dark-List-heading {
35983
- background: var(--List--unsaved-heading-bg);
35984
- color: var(--List--unsaved-heading-color);
35985
- padding: var(--gap-xs) var(--gap-sm);
35986
- margin-bottom: var(--gap-sm);
35983
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light {
35984
+ background-color: #3a3a3a;
35985
+ color: #f3f1f1;
35987
35986
  }
35988
35987
 
35989
- .amis-scope .dark-List-dragTip {
35990
- width: 100%;
35991
- color: var(--info);
35992
- clear: both;
35993
- margin-top: var(--gap-xs);
35988
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light.lt,
35989
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light .lt {
35990
+ background: #3f3f3f;
35994
35991
  }
35995
35992
 
35996
- .amis-scope .dark-List-placeholder {
35997
- color: var(--text--muted-color);
35998
- text-align: center;
35999
- min-height: var(--List-placeholder-height);
36000
- line-height: var(--List-placeholder-height);
35993
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light.lter,
35994
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light .lter {
35995
+ background: #424242;
36001
35996
  }
36002
35997
 
36003
- .amis-scope .dark-ListGroup {
36004
- max-width: 25rem;
36005
- display: flex;
36006
- flex-direction: column;
35998
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light.dk,
35999
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light .dk {
36000
+ background: #343131;
36007
36001
  }
36008
36002
 
36009
- .amis-scope .dark-ListGroup-item {
36010
- position: relative;
36011
- display: block;
36012
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
36013
- margin-bottom: -0.0625rem;
36014
- background: var(--white);
36015
- border: var(--ListItem-borderWidth) solid var(--List-borderColor);
36003
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light.dker,
36004
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light .dker {
36005
+ background: #302b2b;
36016
36006
  }
36017
36007
 
36018
- .amis-scope .dark-ListGroup-item:first-child {
36019
- border-top-left-radius: var(--borderRadius);
36020
- border-top-right-radius: var(--borderRadius);
36008
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light.bg,
36009
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-light .bg {
36010
+ background-color: #3a3a3a;
36021
36011
  }
36022
36012
 
36023
- .amis-scope .dark-ListGroup-item:last-child {
36024
- border-bottom-left-radius: var(--borderRadius);
36025
- border-bottom-right-radius: var(--borderRadius);
36026
- margin-bottom: 0;
36013
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark {
36014
+ background-color: #1e1f22;
36015
+ color: #868686;
36027
36016
  }
36028
36017
 
36029
- .amis-scope .dark-ListGroup-item:hover {
36030
- z-index: 1;
36018
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark.lt,
36019
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .lt {
36020
+ background: #2b2c2e;
36031
36021
  }
36032
36022
 
36033
- .amis-scope .dark-ListGroup-item.is-active {
36034
- z-index: 2;
36023
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark.lter,
36024
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .lter {
36025
+ background: #39393a;
36035
36026
  }
36036
36027
 
36037
- .amis-scope .dark-ListGroup-item.is-disabled {
36038
- color: var(--text--muted-color);
36028
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark.dk,
36029
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .dk {
36030
+ background: #121215;
36039
36031
  }
36040
36032
 
36041
- .amis-scope .dark-ListGroup--expanded .dark-ListGroup-item {
36042
- border-radius: var(--borderRadius);
36043
- margin-bottom: var(--gap-sm);
36033
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark.dker,
36034
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .dker {
36035
+ background: #060607;
36044
36036
  }
36045
36037
 
36046
- .amis-scope .dark-ListGroup--expanded .dark-ListGroup-item:last-child {
36047
- margin-bottom: 0;
36038
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark.bg,
36039
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .bg {
36040
+ background-color: #1e1f22;
36048
36041
  }
36049
36042
 
36050
- .amis-scope .dark-ListItem {
36051
- position: relative;
36052
- display: block;
36053
- padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
36043
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark a,
36044
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .dark-Button--link {
36045
+ color: #a0a0a0;
36054
36046
  }
36055
36047
 
36056
- .amis-scope .dark-ListItem::before,
36057
- .amis-scope .dark-ListItem::after {
36058
- display: table;
36059
- content: "";
36048
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark a:hover,
36049
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .dark-Button--link:hover {
36050
+ color: #fff;
36060
36051
  }
36061
36052
 
36062
- .amis-scope .dark-ListItem::after {
36063
- clear: both;
36053
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .open > a,
36054
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .open > a:hover,
36055
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .open > a:focus {
36056
+ color: #fff;
36064
36057
  }
36065
36058
 
36066
- .amis-scope .dark-ListItem + .dark-ListItem {
36067
- border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
36059
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .text-muted {
36060
+ color: #dbd6d6 !important;
36068
36061
  }
36069
36062
 
36070
- .amis-scope .dark-ListItem:nth-child(even) {
36071
- background: var(--ListItem--strip-bg);
36063
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-dark .text-lt {
36064
+ color: white !important;
36072
36065
  }
36073
36066
 
36074
- .amis-scope .dark-ListItem-checkBtn {
36075
- float: left;
36076
- margin-right: var(--gap-sm);
36067
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black {
36068
+ background-color: #141316;
36069
+ color: #7b7b7b;
36077
36070
  }
36078
36071
 
36079
- .amis-scope .dark-ListItem-dragBtn {
36080
- cursor: move;
36081
- float: left;
36082
- margin-right: var(--gap-sm);
36072
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black.lt,
36073
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .lt {
36074
+ background: #212023;
36083
36075
  }
36084
36076
 
36085
- .amis-scope .dark-ListItem-actions {
36086
- float: right;
36077
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black.lter,
36078
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .lter {
36079
+ background: #2e2d2f;
36087
36080
  }
36088
36081
 
36089
- .amis-scope .dark-ListItem--actions-at-left .dark-ListItem-actions {
36090
- float: left;
36091
- margin-right: var(--gap-base);
36082
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black.dk,
36083
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .dk {
36084
+ background: #070709;
36092
36085
  }
36093
36086
 
36094
- .amis-scope .dark-ListItem-title {
36095
- margin: 0;
36096
- padding: 0;
36097
- font-size: var(--fontSizeBase);
36098
- color: var(--text--loud-color);
36099
- font-weight: var(--fontWeightNormal);
36087
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black.dker,
36088
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .dker {
36089
+ background: black;
36100
36090
  }
36101
36091
 
36102
- .amis-scope .dark-ListItem-content {
36103
- overflow: hidden;
36092
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black.bg,
36093
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .bg {
36094
+ background-color: #141316;
36104
36095
  }
36105
36096
 
36106
- .amis-scope .dark-ListItem-field {
36107
- position: relative;
36108
- display: flex;
36109
- flex-wrap: nowrap;
36097
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black a,
36098
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .dark-Button--link {
36099
+ color: #949494;
36110
36100
  }
36111
36101
 
36112
- .amis-scope .dark-ListItem-fieldValue {
36113
- position: relative;
36114
- flex-basis: 0;
36115
- flex-grow: 1;
36116
- max-width: 100%;
36117
- width: 0;
36118
- overflow: hidden;
36119
- text-overflow: ellipsis;
36102
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black a:hover,
36103
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .dark-Button--link:hover {
36104
+ color: #fff;
36120
36105
  }
36121
36106
 
36122
- .amis-scope .dark-ListItem-fieldLabel {
36123
- width: 9.375rem;
36124
- color: var(--text--muted-color);
36107
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .open > a,
36108
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .open > a:hover,
36109
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .open > a:focus {
36110
+ color: #fff;
36125
36111
  }
36126
36112
 
36127
- .amis-scope .dark-ListItem.is-checked {
36128
- background: var(--ListItem-onChecked-bg);
36129
- border-color: var(--ListItem-onChecked-borderColor);
36130
- color: var(--ListItem-onChecked-color);
36113
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .text-muted {
36114
+ color: #dbd6d6 !important;
36131
36115
  }
36132
36116
 
36133
- .amis-scope .dark-ListItem.is-checked + .dark-ListItem {
36134
- border-color: var(--ListItem-onChecked-borderColor);
36117
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-black .text-lt {
36118
+ color: white !important;
36135
36119
  }
36136
36120
 
36137
- .amis-scope .dark-ListItem.is-checked .dark-ListItem-fieldLabel {
36138
- color: var(--ListItem-onChecked-fieldLabel-color);
36121
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary {
36122
+ background-color: #0983ff;
36123
+ color: #d7eafd;
36139
36124
  }
36140
36125
 
36141
- .amis-scope .dark-ListItem.is-modified,
36142
- .amis-scope .dark-ListItem.is-moved {
36143
- background: var(--ListItem-onModified-bg);
36144
- border-color: var(--ListItem-onModified-borderColor);
36145
- color: var(--ListItem-onModified-color);
36126
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary.lt,
36127
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .lt {
36128
+ background: #2590fc;
36146
36129
  }
36147
36130
 
36148
- .amis-scope .dark-ListItem.is-modified + .dark-ListItem,
36149
- .amis-scope .dark-ListItem.is-moved + .dark-ListItem {
36150
- border-color: var(--ListItem-onModified-borderColor);
36131
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary.lter,
36132
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .lter {
36133
+ background: #419dfa;
36151
36134
  }
36152
36135
 
36153
- .amis-scope .dark-ListItem.is-modified .dark-ListItem-fieldLabel,
36154
- .amis-scope .dark-ListItem.is-moved .dark-ListItem-fieldLabel {
36155
- color: var(--ListItem-onModified-fieldLabel-color);
36136
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary.dk,
36137
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .dk {
36138
+ background: #0076ef;
36156
36139
  }
36157
36140
 
36158
- .amis-scope .dark-ListItem.is-dragging {
36159
- opacity: var(--ListItem-onDragging-opacity);
36141
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary.dker,
36142
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .dker {
36143
+ background: #006ad5;
36160
36144
  }
36161
36145
 
36162
- .amis-scope .dark-ListItem--hasItemAction {
36163
- cursor: pointer;
36146
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary.bg,
36147
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .bg {
36148
+ background-color: #0983ff;
36164
36149
  }
36165
36150
 
36166
- .amis-scope .dark-ListItem--hasItemAction:hover {
36167
- color: var(--ListMenu-item--onHover-color);
36168
- background: var(--ListMenu-item--onHover-bg);
36151
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary a,
36152
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .dark-Button--link {
36153
+ color: white;
36169
36154
  }
36170
36155
 
36171
- .amis-scope .dark-Cards-toolbar {
36172
- margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
36156
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary a:hover,
36157
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .dark-Button--link:hover {
36158
+ color: #fff;
36173
36159
  }
36174
36160
 
36175
- .amis-scope .dark-Cards-toolbar::before,
36176
- .amis-scope .dark-Cards-toolbar::after {
36177
- display: table;
36178
- content: "";
36161
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .open > a,
36162
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .open > a:hover,
36163
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .open > a:focus {
36164
+ color: #fff;
36179
36165
  }
36180
36166
 
36181
- .amis-scope .dark-Cards-toolbar::after {
36182
- clear: both;
36167
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .text-muted {
36168
+ color: #dbd6d6 !important;
36183
36169
  }
36184
36170
 
36185
- .amis-scope .dark-Cards-actions {
36186
- display: inline-block;
36171
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-primary .text-lt {
36172
+ color: white !important;
36187
36173
  }
36188
36174
 
36189
- .amis-scope .dark-Cards-actions > * {
36190
- margin-right: var(--Crud-toolbar-gap);
36175
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success {
36176
+ background-color: #32d74b;
36177
+ color: #dff6e2;
36191
36178
  }
36192
36179
 
36193
- .amis-scope .dark-Cards-heading {
36194
- padding: var(--gap-xs) 0;
36180
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success.lt,
36181
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .lt {
36182
+ background: #4ad860;
36195
36183
  }
36196
36184
 
36197
- .amis-scope .dark-Cards-header {
36198
- padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
36185
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success.lter,
36186
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .lter {
36187
+ background: #62da74;
36199
36188
  }
36200
36189
 
36201
- .amis-scope .dark-Cards-header > * + .dark-Button,
36202
- .amis-scope .dark-Cards-header > * + .dark-ButtonGroup,
36203
- .amis-scope .dark-Cards-header > * + .dark-ButtonToolbar {
36204
- margin-left: var(--Crud-toolbar-gap);
36190
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success.dk,
36191
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .dk {
36192
+ background: #24cb3d;
36205
36193
  }
36206
36194
 
36207
- .amis-scope .dark-Cards-header + .dark-Cards-toolbar {
36208
- padding-top: 0;
36195
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success.dker,
36196
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .dker {
36197
+ background: #1eb835;
36209
36198
  }
36210
36199
 
36211
- .amis-scope .dark-Cards-fixedTop {
36212
- position: absolute;
36213
- background: var(--white);
36214
- z-index: -1;
36215
- opacity: 0;
36216
- box-shadow: var(--Cards-fixedTop-boxShadow);
36217
- padding: var(--gap-sm);
36200
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success.bg,
36201
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .bg {
36202
+ background-color: #32d74b;
36218
36203
  }
36219
36204
 
36220
- .amis-scope .dark-Cards-fixedTop.in {
36221
- position: fixed;
36222
- opacity: 1;
36223
- z-index: 900;
36205
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success a,
36206
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .dark-Button--link {
36207
+ color: white;
36224
36208
  }
36225
36209
 
36226
- .amis-scope .dark-Cards-fixedTop .dark-Cards-toolbar {
36227
- margin-bottom: 0;
36210
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success a:hover,
36211
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .dark-Button--link:hover {
36212
+ color: #fff;
36213
+ }
36214
+
36215
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .open > a,
36216
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .open > a:hover,
36217
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .open > a:focus {
36218
+ color: #fff;
36219
+ }
36220
+
36221
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .text-muted {
36222
+ color: #dbd6d6 !important;
36223
+ }
36224
+
36225
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-success .text-lt {
36226
+ color: white !important;
36227
+ }
36228
+
36229
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info {
36230
+ background-color: #2296f3;
36231
+ color: #e5f2fc;
36232
+ }
36233
+
36234
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info.lt,
36235
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .lt {
36236
+ background: #3da1f2;
36237
+ }
36238
+
36239
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info.lter,
36240
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .lter {
36241
+ background: #57acf1;
36242
+ }
36243
+
36244
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info.dk,
36245
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .dk {
36246
+ background: #0a8bf2;
36247
+ }
36248
+
36249
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info.dker,
36250
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .dker {
36251
+ background: #067ddc;
36252
+ }
36253
+
36254
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info.bg,
36255
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .bg {
36256
+ background-color: #2296f3;
36257
+ }
36258
+
36259
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info a,
36260
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .dark-Button--link {
36261
+ color: white;
36262
+ }
36263
+
36264
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info a:hover,
36265
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .dark-Button--link:hover {
36266
+ color: #fff;
36267
+ }
36268
+
36269
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .open > a,
36270
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .open > a:hover,
36271
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .open > a:focus {
36272
+ color: #fff;
36273
+ }
36274
+
36275
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .text-muted {
36276
+ color: #dbd6d6 !important;
36277
+ }
36278
+
36279
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-info .text-lt {
36280
+ color: white !important;
36281
+ }
36282
+
36283
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning {
36284
+ background-color: #ff9f0b;
36285
+ color: #fdefd9;
36286
+ }
36287
+
36288
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning.lt,
36289
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .lt {
36290
+ background: #fca827;
36291
+ }
36292
+
36293
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning.lter,
36294
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .lter {
36295
+ background: #fab243;
36296
+ }
36297
+
36298
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning.dk,
36299
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .dk {
36300
+ background: #f19200;
36301
+ }
36302
+
36303
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning.dker,
36304
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .dker {
36305
+ background: #d78200;
36306
+ }
36307
+
36308
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning.bg,
36309
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .bg {
36310
+ background-color: #ff9f0b;
36311
+ }
36312
+
36313
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning a,
36314
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .dark-Button--link {
36315
+ color: white;
36316
+ }
36317
+
36318
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning a:hover,
36319
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .dark-Button--link:hover {
36320
+ color: #fff;
36321
+ }
36322
+
36323
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .open > a,
36324
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .open > a:hover,
36325
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .open > a:focus {
36326
+ color: #fff;
36327
+ }
36328
+
36329
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .text-muted {
36330
+ color: #dbd6d6 !important;
36331
+ }
36332
+
36333
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-warning .text-lt {
36334
+ color: white !important;
36335
+ }
36336
+
36337
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger {
36338
+ background-color: #dc3545;
36339
+ color: #f8e5e6;
36340
+ }
36341
+
36342
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger.lt,
36343
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .lt {
36344
+ background: #dd4d5b;
36345
+ }
36346
+
36347
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger.lter,
36348
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .lter {
36349
+ background: #df6571;
36350
+ }
36351
+
36352
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger.dk,
36353
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .dk {
36354
+ background: #d62133;
36355
+ }
36356
+
36357
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger.dker,
36358
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .dker {
36359
+ background: #c31b2b;
36360
+ }
36361
+
36362
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger.bg,
36363
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .bg {
36364
+ background-color: #dc3545;
36365
+ }
36366
+
36367
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger a,
36368
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .dark-Button--link {
36369
+ color: white;
36370
+ }
36371
+
36372
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger a:hover,
36373
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .dark-Button--link:hover {
36374
+ color: #fff;
36375
+ }
36376
+
36377
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .open > a,
36378
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .open > a:hover,
36379
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .open > a:focus {
36380
+ color: #fff;
36381
+ }
36382
+
36383
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .text-muted {
36384
+ color: #dbd6d6 !important;
36385
+ }
36386
+
36387
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.bg-danger .text-lt {
36388
+ color: white !important;
36389
+ }
36390
+
36391
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-dragging {
36392
+ opacity: var(--Table-onDragging-opacity);
36393
+ }
36394
+
36395
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th.is-expanded .dark-Table-expandCell:before {
36396
+ right: -0.6875rem;
36397
+ }
36398
+
36399
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th .dark-Table-expandBtn {
36400
+ position: relative;
36401
+ right: -1.125rem;
36402
+ }
36403
+
36404
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th .dark-Table-expandCell + td {
36405
+ position: relative;
36406
+ padding-left: 1.125rem;
36407
+ }
36408
+
36409
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th .dark-Table-expandCell + td::before {
36410
+ content: "";
36411
+ position: absolute;
36412
+ width: 0.0625rem;
36413
+ top: 0;
36414
+ bottom: 0;
36415
+ left: -0.5rem;
36416
+ height: auto;
36417
+ background: var(--Table-tree-borderColor);
36418
+ }
36419
+
36420
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th .dark-Table-expandCell + td::after {
36421
+ content: "";
36422
+ position: absolute;
36423
+ height: 0.0625rem;
36424
+ top: 50%;
36425
+ left: -0.5rem;
36426
+ width: 0.625rem;
36427
+ background: var(--Table-tree-borderColor);
36428
+ }
36429
+
36430
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th.is-expandable .dark-Table-expandCell + td {
36431
+ padding-left: 1.125rem;
36432
+ }
36433
+
36434
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--2th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36435
+ height: 50%;
36436
+ bottom: auto;
36437
+ }
36438
+
36439
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th.is-expanded .dark-Table-expandCell:before {
36440
+ right: -1.8125rem;
36441
+ }
36442
+
36443
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th .dark-Table-expandBtn {
36444
+ position: relative;
36445
+ right: -2.25rem;
36446
+ }
36447
+
36448
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th .dark-Table-expandCell + td {
36449
+ position: relative;
36450
+ padding-left: 2.25rem;
36451
+ }
36452
+
36453
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th .dark-Table-expandCell + td::before {
36454
+ content: "";
36455
+ position: absolute;
36456
+ width: 0.0625rem;
36457
+ top: 0;
36458
+ bottom: 0;
36459
+ left: 0.625rem;
36460
+ height: auto;
36461
+ background: var(--Table-tree-borderColor);
36462
+ }
36463
+
36464
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th .dark-Table-expandCell + td::after {
36465
+ content: "";
36466
+ position: absolute;
36467
+ height: 0.0625rem;
36468
+ top: 50%;
36469
+ left: 0.625rem;
36470
+ width: 0.625rem;
36471
+ background: var(--Table-tree-borderColor);
36472
+ }
36473
+
36474
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th.is-expandable .dark-Table-expandCell + td {
36475
+ padding-left: 2.25rem;
36476
+ }
36477
+
36478
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--3th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36479
+ height: 50%;
36480
+ bottom: auto;
36481
+ }
36482
+
36483
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th.is-expanded .dark-Table-expandCell:before {
36484
+ right: -2.9375rem;
36485
+ }
36486
+
36487
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th .dark-Table-expandBtn {
36488
+ position: relative;
36489
+ right: -3.375rem;
36490
+ }
36491
+
36492
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th .dark-Table-expandCell + td {
36493
+ position: relative;
36494
+ padding-left: 3.375rem;
36495
+ }
36496
+
36497
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th .dark-Table-expandCell + td::before {
36498
+ content: "";
36499
+ position: absolute;
36500
+ width: 0.0625rem;
36501
+ top: 0;
36502
+ bottom: 0;
36503
+ left: 1.75rem;
36504
+ height: auto;
36505
+ background: var(--Table-tree-borderColor);
36506
+ }
36507
+
36508
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th .dark-Table-expandCell + td::after {
36509
+ content: "";
36510
+ position: absolute;
36511
+ height: 0.0625rem;
36512
+ top: 50%;
36513
+ left: 1.75rem;
36514
+ width: 0.625rem;
36515
+ background: var(--Table-tree-borderColor);
36516
+ }
36517
+
36518
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th.is-expandable .dark-Table-expandCell + td {
36519
+ padding-left: 3.375rem;
36520
+ }
36521
+
36522
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--4th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36523
+ height: 50%;
36524
+ bottom: auto;
36525
+ }
36526
+
36527
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th.is-expanded .dark-Table-expandCell:before {
36528
+ right: -4.0625rem;
36529
+ }
36530
+
36531
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th .dark-Table-expandBtn {
36532
+ position: relative;
36533
+ right: -4.5rem;
36534
+ }
36535
+
36536
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th .dark-Table-expandCell + td {
36537
+ position: relative;
36538
+ padding-left: 4.5rem;
36539
+ }
36540
+
36541
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th .dark-Table-expandCell + td::before {
36542
+ content: "";
36543
+ position: absolute;
36544
+ width: 0.0625rem;
36545
+ top: 0;
36546
+ bottom: 0;
36547
+ left: 2.875rem;
36548
+ height: auto;
36549
+ background: var(--Table-tree-borderColor);
36550
+ }
36551
+
36552
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th .dark-Table-expandCell + td::after {
36553
+ content: "";
36554
+ position: absolute;
36555
+ height: 0.0625rem;
36556
+ top: 50%;
36557
+ left: 2.875rem;
36558
+ width: 0.625rem;
36559
+ background: var(--Table-tree-borderColor);
36560
+ }
36561
+
36562
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th.is-expandable .dark-Table-expandCell + td {
36563
+ padding-left: 4.5rem;
36564
+ }
36565
+
36566
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--5th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36567
+ height: 50%;
36568
+ bottom: auto;
36569
+ }
36570
+
36571
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th.is-expanded .dark-Table-expandCell:before {
36572
+ right: -5.1875rem;
36573
+ }
36574
+
36575
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th .dark-Table-expandBtn {
36576
+ position: relative;
36577
+ right: -5.625rem;
36578
+ }
36579
+
36580
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th .dark-Table-expandCell + td {
36581
+ position: relative;
36582
+ padding-left: 5.625rem;
36583
+ }
36584
+
36585
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th .dark-Table-expandCell + td::before {
36586
+ content: "";
36587
+ position: absolute;
36588
+ width: 0.0625rem;
36589
+ top: 0;
36590
+ bottom: 0;
36591
+ left: 4rem;
36592
+ height: auto;
36593
+ background: var(--Table-tree-borderColor);
36594
+ }
36595
+
36596
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th .dark-Table-expandCell + td::after {
36597
+ content: "";
36598
+ position: absolute;
36599
+ height: 0.0625rem;
36600
+ top: 50%;
36601
+ left: 4rem;
36602
+ width: 0.625rem;
36603
+ background: var(--Table-tree-borderColor);
36604
+ }
36605
+
36606
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th.is-expandable .dark-Table-expandCell + td {
36607
+ padding-left: 5.625rem;
36608
+ }
36609
+
36610
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--6th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36611
+ height: 50%;
36612
+ bottom: auto;
36613
+ }
36614
+
36615
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th.is-expanded .dark-Table-expandCell:before {
36616
+ right: -6.3125rem;
36617
+ }
36618
+
36619
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th .dark-Table-expandBtn {
36620
+ position: relative;
36621
+ right: -6.75rem;
36622
+ }
36623
+
36624
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th .dark-Table-expandCell + td {
36625
+ position: relative;
36626
+ padding-left: 6.75rem;
36627
+ }
36628
+
36629
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th .dark-Table-expandCell + td::before {
36630
+ content: "";
36631
+ position: absolute;
36632
+ width: 0.0625rem;
36633
+ top: 0;
36634
+ bottom: 0;
36635
+ left: 5.125rem;
36636
+ height: auto;
36637
+ background: var(--Table-tree-borderColor);
36638
+ }
36639
+
36640
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th .dark-Table-expandCell + td::after {
36641
+ content: "";
36642
+ position: absolute;
36643
+ height: 0.0625rem;
36644
+ top: 50%;
36645
+ left: 5.125rem;
36646
+ width: 0.625rem;
36647
+ background: var(--Table-tree-borderColor);
36648
+ }
36649
+
36650
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th.is-expandable .dark-Table-expandCell + td {
36651
+ padding-left: 6.75rem;
36652
+ }
36653
+
36654
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--7th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36655
+ height: 50%;
36656
+ bottom: auto;
36657
+ }
36658
+
36659
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th.is-expanded .dark-Table-expandCell:before {
36660
+ right: -7.4375rem;
36661
+ }
36662
+
36663
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th .dark-Table-expandBtn {
36664
+ position: relative;
36665
+ right: -7.875rem;
36666
+ }
36667
+
36668
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th .dark-Table-expandCell + td {
36669
+ position: relative;
36670
+ padding-left: 7.875rem;
36671
+ }
36672
+
36673
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th .dark-Table-expandCell + td::before {
36674
+ content: "";
36675
+ position: absolute;
36676
+ width: 0.0625rem;
36677
+ top: 0;
36678
+ bottom: 0;
36679
+ left: 6.25rem;
36680
+ height: auto;
36681
+ background: var(--Table-tree-borderColor);
36682
+ }
36683
+
36684
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th .dark-Table-expandCell + td::after {
36685
+ content: "";
36686
+ position: absolute;
36687
+ height: 0.0625rem;
36688
+ top: 50%;
36689
+ left: 6.25rem;
36690
+ width: 0.625rem;
36691
+ background: var(--Table-tree-borderColor);
36692
+ }
36693
+
36694
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th.is-expandable .dark-Table-expandCell + td {
36695
+ padding-left: 7.875rem;
36696
+ }
36697
+
36698
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--8th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36699
+ height: 50%;
36700
+ bottom: auto;
36701
+ }
36702
+
36703
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th.is-expanded .dark-Table-expandCell:before {
36704
+ right: -8.5625rem;
36705
+ }
36706
+
36707
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th .dark-Table-expandBtn {
36708
+ position: relative;
36709
+ right: -9rem;
36710
+ }
36711
+
36712
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th .dark-Table-expandCell + td {
36713
+ position: relative;
36714
+ padding-left: 9rem;
36715
+ }
36716
+
36717
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th .dark-Table-expandCell + td::before {
36718
+ content: "";
36719
+ position: absolute;
36720
+ width: 0.0625rem;
36721
+ top: 0;
36722
+ bottom: 0;
36723
+ left: 7.375rem;
36724
+ height: auto;
36725
+ background: var(--Table-tree-borderColor);
36726
+ }
36727
+
36728
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th .dark-Table-expandCell + td::after {
36729
+ content: "";
36730
+ position: absolute;
36731
+ height: 0.0625rem;
36732
+ top: 50%;
36733
+ left: 7.375rem;
36734
+ width: 0.625rem;
36735
+ background: var(--Table-tree-borderColor);
36736
+ }
36737
+
36738
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th.is-expandable .dark-Table-expandCell + td {
36739
+ padding-left: 9rem;
36740
+ }
36741
+
36742
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--9th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36743
+ height: 50%;
36744
+ bottom: auto;
36745
+ }
36746
+
36747
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th.is-expanded .dark-Table-expandCell:before {
36748
+ right: -9.6875rem;
36749
+ }
36750
+
36751
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th .dark-Table-expandBtn {
36752
+ position: relative;
36753
+ right: -10.125rem;
36754
+ }
36755
+
36756
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th .dark-Table-expandCell + td {
36757
+ position: relative;
36758
+ padding-left: 10.125rem;
36759
+ }
36760
+
36761
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th .dark-Table-expandCell + td::before {
36762
+ content: "";
36763
+ position: absolute;
36764
+ width: 0.0625rem;
36765
+ top: 0;
36766
+ bottom: 0;
36767
+ left: 8.5rem;
36768
+ height: auto;
36769
+ background: var(--Table-tree-borderColor);
36770
+ }
36771
+
36772
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th .dark-Table-expandCell + td::after {
36773
+ content: "";
36774
+ position: absolute;
36775
+ height: 0.0625rem;
36776
+ top: 50%;
36777
+ left: 8.5rem;
36778
+ width: 0.625rem;
36779
+ background: var(--Table-tree-borderColor);
36780
+ }
36781
+
36782
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th.is-expandable .dark-Table-expandCell + td {
36783
+ padding-left: 10.125rem;
36784
+ }
36785
+
36786
+ .amis-scope .dark-Table-v2 .dark-Table-table tr.dark-Table-tr--10th.is-last:not(.is-expanded) .dark-Table-expandCell + td::before {
36787
+ height: 50%;
36788
+ bottom: auto;
36789
+ }
36790
+
36791
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-checkCell,
36792
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-checkCell {
36793
+ border-right: 0;
36794
+ white-space: nowrap;
36795
+ }
36796
+
36797
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-checkCell .dark-Checkbox,
36798
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-checkCell .dark-Checkbox {
36799
+ margin: 0;
36800
+ }
36801
+
36802
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-expandCell,
36803
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell {
36804
+ border-right: 0;
36805
+ width: 0.0625rem;
36806
+ padding-right: 0;
36807
+ }
36808
+
36809
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-dragCell,
36810
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-dragCell {
36811
+ border-right: 0;
36812
+ width: 0.0625rem;
36813
+ padding-right: 0;
36814
+ cursor: move;
36815
+ }
36816
+
36817
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-dragCell > svg,
36818
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-dragCell > svg {
36819
+ vertical-align: middle;
36820
+ }
36821
+
36822
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell {
36823
+ position: relative;
36824
+ }
36825
+
36826
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-1 {
36827
+ position: absolute;
36828
+ width: 0.0625rem;
36829
+ top: 0;
36830
+ bottom: 0;
36831
+ height: 100%;
36832
+ background: var(--Table-tree-borderColor);
36833
+ right: 0.4375rem;
36834
+ }
36835
+
36836
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-2 {
36837
+ position: absolute;
36838
+ width: 0.0625rem;
36839
+ top: 0;
36840
+ bottom: 0;
36841
+ height: 100%;
36842
+ background: var(--Table-tree-borderColor);
36843
+ right: -0.6875rem;
36844
+ }
36845
+
36846
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-3 {
36847
+ position: absolute;
36848
+ width: 0.0625rem;
36849
+ top: 0;
36850
+ bottom: 0;
36851
+ height: 100%;
36852
+ background: var(--Table-tree-borderColor);
36853
+ right: -1.8125rem;
36854
+ }
36855
+
36856
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-4 {
36857
+ position: absolute;
36858
+ width: 0.0625rem;
36859
+ top: 0;
36860
+ bottom: 0;
36861
+ height: 100%;
36862
+ background: var(--Table-tree-borderColor);
36863
+ right: -2.9375rem;
36864
+ }
36865
+
36866
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-5 {
36867
+ position: absolute;
36868
+ width: 0.0625rem;
36869
+ top: 0;
36870
+ bottom: 0;
36871
+ height: 100%;
36872
+ background: var(--Table-tree-borderColor);
36873
+ right: -4.0625rem;
36874
+ }
36875
+
36876
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-6 {
36877
+ position: absolute;
36878
+ width: 0.0625rem;
36879
+ top: 0;
36880
+ bottom: 0;
36881
+ height: 100%;
36882
+ background: var(--Table-tree-borderColor);
36883
+ right: -5.1875rem;
36884
+ }
36885
+
36886
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-expandCell .dark-Table-divider-7 {
36887
+ position: absolute;
36888
+ width: 0.0625rem;
36889
+ top: 0;
36890
+ bottom: 0;
36891
+ height: 100%;
36892
+ background: var(--Table-tree-borderColor);
36893
+ right: -6.3125rem;
36894
+ }
36895
+
36896
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-expanded > td.dark-Table-expandCell::before {
36897
+ content: "";
36898
+ position: absolute;
36899
+ width: 0.0625rem;
36900
+ top: 50%;
36901
+ bottom: 0;
36902
+ right: 0.4375rem;
36903
+ height: auto;
36904
+ background: var(--Table-tree-borderColor);
36905
+ }
36906
+
36907
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-TableCell--sortable {
36908
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
36909
+ position: relative;
36910
+ }
36911
+
36912
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-TableCell--searchable {
36913
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
36914
+ position: relative;
36915
+ }
36916
+
36917
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-TableCell--filterable {
36918
+ padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
36919
+ position: relative;
36920
+ }
36921
+
36922
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.dark-Table-row-disabled {
36923
+ background: var(--TableRow-onDisabled-bg);
36924
+ color: var(--TableRow-onDisabled-color);
36925
+ }
36926
+
36927
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-row-hover {
36928
+ background: var(--Table-onHover-bg);
36929
+ border-color: var(--Table-onHover-borderColor);
36930
+ color: var(--Table-onHover-color);
36931
+ }
36932
+
36933
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-left-last:after,
36934
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left-last:after,
36935
+ .amis-scope .dark-Table-v2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-left-last:after {
36936
+ position: absolute;
36937
+ top: 0;
36938
+ right: 0;
36939
+ bottom: -1px;
36940
+ width: 30px;
36941
+ transform: translate(100%);
36942
+ transition: box-shadow 0.3s;
36943
+ content: "";
36944
+ pointer-events: none;
36945
+ }
36946
+
36947
+ .amis-scope .dark-Table-v2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first:after,
36948
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right-first:after,
36949
+ .amis-scope .dark-Table-v2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-last:after {
36950
+ position: absolute;
36951
+ top: 0;
36952
+ bottom: -1px;
36953
+ left: 0;
36954
+ width: 30px;
36955
+ transform: translate(-100%);
36956
+ transition: box-shadow 0.3s;
36957
+ content: "";
36958
+ pointer-events: none;
36959
+ }
36960
+
36961
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-cell-expand-icon-cell {
36962
+ text-align: center;
36963
+ }
36964
+
36965
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr > td.dark-Table-cell-expand-icon-cell .dark-Table-row-indent {
36966
+ height: 1px;
36967
+ }
36968
+
36969
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.dark-Table-expanded-row > td {
36970
+ background: var(--Table-onHover-bg);
36971
+ }
36972
+
36973
+ .amis-scope .dark-Table-v2 .dark-Table-table > tfoot > tr {
36974
+ border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
36975
+ }
36976
+
36977
+ .amis-scope .dark-Table-v2 .dark-Table-table > tfoot > tr > td {
36978
+ padding: var(--TableCell-paddingY-default) var(--TableCell-paddingX);
36979
+ background: var(--Table-thead-bg);
36980
+ }
36981
+
36982
+ .amis-scope .dark-Table-v2 .dark-Table-container .dark-Table-header {
36983
+ padding: 0;
36984
+ }
36985
+
36986
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > thead > tr > th.dark-Table-cell-fix-left-last:after,
36987
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left-last:after,
36988
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-left-last:after {
36989
+ box-shadow: var(--Table-fixedLeftLast-boxShadow);
36990
+ }
36991
+
36992
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left {
36993
+ border-right: none;
36994
+ }
36995
+
36996
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left:not(.dark-Table-cell-row-hover) {
36997
+ background: #FFF;
36998
+ }
36999
+
37000
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > tfoot > tr > td:not(:last-child).dark-Table-cell-fix-left-last {
37001
+ border-right: none;
37002
+ }
37003
+
37004
+ .amis-scope .dark-Table-v2.dark-Table-ping-left .dark-Table-table > thead > tr > th:not(:last-child):not(:first-child).dark-Table-cell-fix-left-last {
37005
+ border-right: none;
37006
+ }
37007
+
37008
+ .amis-scope .dark-Table-v2.dark-Table-ping-right .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first:after,
37009
+ .amis-scope .dark-Table-v2.dark-Table-ping-right .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right-first:after,
37010
+ .amis-scope .dark-Table-v2.dark-Table-ping-right .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-first:after {
37011
+ box-shadow: var(--Table-fixedRightFirst-boxShadow);
37012
+ }
37013
+
37014
+ .amis-scope .dark-Table-v2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right {
37015
+ border-right: none;
37016
+ }
37017
+
37018
+ .amis-scope .dark-Table-v2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right:not(.dark-Table-cell-row-hover) {
37019
+ background: #FFF;
37020
+ }
37021
+
37022
+ .amis-scope .dark-Table-v2.dark-Table-ping-right:not(.dark-Table-bordered) .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first-prev {
37023
+ border-right: none;
37024
+ }
37025
+
37026
+ .amis-scope .dark-Table-v2.dark-Table-ping-right:not(.dark-Table-bordered) .dark-Table-table > thead > tr > th:not(:last-child).dark-Table-cell-fix-right-first {
37027
+ border-right: none;
37028
+ }
37029
+
37030
+ .amis-scope .dark-Table-v2.dark-Table-resizable .dark-Table-table > thead > tr > th {
37031
+ position: relative;
37032
+ }
37033
+
37034
+ .amis-scope .dark-Table-v2.dark-Table-resizable .dark-Table-table > thead > tr > th .dark-Table-thead-resizable {
37035
+ position: absolute;
37036
+ width: 1px;
37037
+ right: 0;
37038
+ top: 0;
37039
+ bottom: 0;
37040
+ cursor: col-resize;
37041
+ }
37042
+
37043
+ .amis-scope .dark-Table-v2 .dark-Table-loading {
37044
+ padding: var(--Table-loading-padding);
37045
+ text-align: center;
37046
+ }
37047
+
37048
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn {
37049
+ cursor: pointer;
37050
+ width: var(--TableCell-sortBtn-width);
37051
+ height: var(--gap-md);
37052
+ position: static;
37053
+ display: inline-block;
37054
+ transform: none;
37055
+ color: var(--icon-color);
37056
+ margin-left: var(--TableCell-icon-gap);
37057
+ }
37058
+
37059
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn:hover {
37060
+ color: var(--icon-onHover-color);
37061
+ }
37062
+
37063
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--up > svg,
37064
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--down > svg,
37065
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--default > svg {
37066
+ color: inherit;
37067
+ width: 13px;
37068
+ height: 13px;
37069
+ }
37070
+
37071
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--up,
37072
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--down,
37073
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--default {
37074
+ display: none;
37075
+ z-index: 2;
37076
+ font-style: normal;
37077
+ }
37078
+
37079
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--up.is-active,
37080
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--down.is-active,
37081
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--default.is-active {
37082
+ display: inline-block;
37083
+ }
37084
+
37085
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--default.is-active {
37086
+ color: var(--text--muted-color);
37087
+ }
37088
+
37089
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--default.is-active:hover {
37090
+ color: var(--text-color);
37091
+ }
37092
+
37093
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--up.is-active,
37094
+ .amis-scope .dark-Table-v2 .dark-TableCell-sortBtn--down.is-active {
37095
+ color: var(--TableCell-sortBtn--onActive-color);
37096
+ }
37097
+
37098
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchBtn {
37099
+ cursor: pointer;
37100
+ position: static;
37101
+ transform: translateY(-50%);
37102
+ color: var(--text--muted-color);
37103
+ margin-left: var(--TableCell-icon-gap);
37104
+ }
37105
+
37106
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchBtn svg.icon {
37107
+ width: 12px;
37108
+ height: 12px;
37109
+ }
37110
+
37111
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchBtn:hover {
37112
+ color: var(--text-color);
37113
+ }
37114
+
37115
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchBtn.is-active {
37116
+ color: var(--TableCell-searchBtn--onActive-color);
37117
+ }
37118
+
37119
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchPopOver {
37120
+ border: none;
37121
+ min-width: 20rem;
37122
+ max-width: 40rem;
37123
+ }
37124
+
37125
+ .amis-scope .dark-Table-v2 .dark-TableCell-searchPopOver .dark-Panel {
37126
+ margin: 0;
37127
+ }
37128
+
37129
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterBtn {
37130
+ cursor: pointer;
37131
+ width: var(--TableCell-filterBtn-width);
37132
+ position: static;
37133
+ display: inline-block;
37134
+ transform: none;
37135
+ color: var(--text--muted-color);
37136
+ margin-left: var(--TableCell-icon-gap);
37137
+ }
37138
+
37139
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterBtn svg.icon {
37140
+ width: 13px;
37141
+ height: 13px;
37142
+ }
37143
+
37144
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterBtn:hover {
37145
+ color: var(--text-color);
37146
+ }
37147
+
37148
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterBtn.is-active {
37149
+ color: var(--TableCell-filterBtn--onActive-color);
37150
+ }
37151
+
37152
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterBtn .dark-Remark {
37153
+ display: inline;
37154
+ }
37155
+
37156
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver {
37157
+ border: none;
37158
+ width: 10rem;
37159
+ }
37160
+
37161
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-menu {
37162
+ margin: 0;
37163
+ padding: 0;
37164
+ }
37165
+
37166
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-menu .dark-DropDown-divider {
37167
+ height: var(--TableCell-filterPopOver-dropDownItem-height);
37168
+ line-height: var(--TableCell-filterPopOver-dropDownItem-height);
37169
+ padding: var(--TableCell-filterPopOver-dropDownItem-padding);
37170
+ background: var(--white);
37171
+ margin: 0;
37172
+ }
37173
+
37174
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-menu .dark-DropDown-divider:hover {
37175
+ background: var(--light);
37176
+ color: var(--primary);
37177
+ }
37178
+
37179
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-menu .dark-DropDown-divider.is-selected {
37180
+ background: var(--light);
37181
+ color: var(--primary);
37182
+ }
37183
+
37184
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-menu .dark-DropDown-divider .dark-Checkbox {
37185
+ width: 100%;
37186
+ margin: 0;
37187
+ }
37188
+
37189
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-multiple-menu {
37190
+ text-align: center;
37191
+ border-top: 1px solid var(--Table-borderColor);
37192
+ }
37193
+
37194
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-multiple-menu .dark-Button {
37195
+ margin: 0 5px;
37196
+ padding: 0 10px;
37197
+ }
37198
+
37199
+ .amis-scope .dark-Table-v2 .dark-TableCell-filterPopOver .dark-DropDown-multiple-menu:hover {
37200
+ background: none;
37201
+ }
37202
+
37203
+ .amis-scope .dark-Table-v2 .dark-TableCell-selectionBtn {
37204
+ cursor: pointer;
37205
+ margin-left: 4px;
37206
+ }
37207
+
37208
+ .amis-scope .dark-Table-v2 .dark-TableCell-selectionBtn svg.icon {
37209
+ transform: rotate(270deg);
37210
+ font-size: 12px;
37211
+ }
37212
+
37213
+ .amis-scope .dark-Table-v2 .dark-TableCell-selectionPopOver .dark-DropDown-menu {
37214
+ margin: 0;
37215
+ padding: 0;
37216
+ }
37217
+
37218
+ .amis-scope .dark-Table-v2.dark-Table-expandBtn {
37219
+ position: relative;
37220
+ z-index: 1;
37221
+ color: var(--Table-expandBtn-color);
37222
+ display: inline-flex;
37223
+ justify-content: center;
37224
+ align-items: center;
37225
+ width: 0.875rem;
37226
+ line-height: 1;
37227
+ height: 16px;
37228
+ }
37229
+
37230
+ .amis-scope .dark-Table-v2.dark-Table-expandBtn > svg {
37231
+ display: inline-block;
37232
+ text-align: center;
37233
+ cursor: pointer;
37234
+ transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
37235
+ position: relative;
37236
+ transform-origin: 50% 50%;
37237
+ width: 0.625rem;
37238
+ height: 0.625rem;
37239
+ top: 0;
37240
+ }
37241
+
37242
+ .amis-scope .dark-Table-v2.dark-Table-expandBtn.is-active > svg {
37243
+ transform: rotate(90deg);
37244
+ }
37245
+
37246
+ .amis-scope .dark-Table-v2.dark-Table-expandBtn:hover {
37247
+ text-decoration: none;
37248
+ }
37249
+
37250
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr:hover .dark-Table-dragBtn,
37251
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-dragging .dark-Table-dragBtn,
37252
+ .amis-scope .dark-Table-v2 .dark-Table-table > tbody > tr.is-drop-allowed .dark-Table-dragBtn {
37253
+ visibility: visible;
37254
+ }
37255
+
37256
+ .amis-scope .dark-Table-v2 .fake-hide {
37257
+ visibility: hidden;
37258
+ position: absolute;
37259
+ }
37260
+
37261
+ .amis-scope .dark-Table-v2 .dark-Table-badge {
37262
+ position: absolute;
37263
+ top: 0;
37264
+ left: 0;
37265
+ }
37266
+
37267
+ .amis-scope .dark-InputTable-toolbar {
37268
+ display: flex;
37269
+ flex-direction: row;
37270
+ flex-wrap: wrap;
37271
+ justify-content: space-between;
37272
+ }
37273
+
37274
+ .amis-scope .dark-InputTable-pager {
37275
+ margin-left: auto;
37276
+ }
37277
+
37278
+ .amis-scope .dark-OperationField {
37279
+ margin: -0.1875rem;
37280
+ }
37281
+
37282
+ .amis-scope .dark-OperationField > .dark-Button,
37283
+ .amis-scope .dark-OperationField > .dark-Button--disabled-wrap > .dark-Button {
37284
+ margin: 0.1875rem;
37285
+ }
37286
+
37287
+ .amis-scope .dark-OperationField > .dark-Button--disabled-wrap > .dark-Button--link {
37288
+ padding: 0;
37289
+ }
37290
+
37291
+ .amis-scope .dark-OperationField > .dark-Button--link {
37292
+ padding: 0;
37293
+ margin-right: 0.625rem;
37294
+ }
37295
+
37296
+ .amis-scope .dark-ColumnToggler {
37297
+ position: relative;
37298
+ display: inline-block;
37299
+ }
37300
+
37301
+ .amis-scope .dark-ColumnToggler-caret {
37302
+ margin-left: var(--DropDown-caret-marginLeft);
37303
+ display: inline-block;
37304
+ vertical-align: top;
37305
+ transition: transform var(--animation-duration) ease;
37306
+ }
37307
+
37308
+ .amis-scope .dark-ColumnToggler-caret > svg {
37309
+ width: 0.625rem;
37310
+ height: 0.625rem;
37311
+ top: 0.125em;
37312
+ }
37313
+
37314
+ .amis-scope .dark-ColumnToggler.is-opened .dark-ColumnToggler-caret {
37315
+ transform: rotate(180deg);
37316
+ }
37317
+
37318
+ .amis-scope .dark-ColumnToggler.is-actived > .dark-Button {
37319
+ color: var(--link-color);
37320
+ }
37321
+
37322
+ .amis-scope .dark-ColumnToggler--block {
37323
+ display: block;
37324
+ }
37325
+
37326
+ .amis-scope .dark-ColumnToggler--block .dark-Button {
37327
+ display: block;
37328
+ }
37329
+
37330
+ .amis-scope .dark-ColumnToggler-menu {
37331
+ position: absolute;
37332
+ z-index: 1000;
37333
+ top: 100%;
37334
+ left: 0;
37335
+ margin: 0.0625rem 0 0;
37336
+ background: var(--DropDown-menu-bg);
37337
+ list-style: none;
37338
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
37339
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
37340
+ border-radius: var(--DropDown-menu-borderRadius);
37341
+ box-shadow: var(--DropDown-menu-boxShadow);
37342
+ min-width: var(--DropDown-menu-minWidth);
37343
+ text-align: left;
37344
+ }
37345
+
37346
+ .amis-scope .dark-ColumnToggler--alignRight .dark-ColumnToggler-menu {
37347
+ left: auto;
37348
+ right: 0;
37349
+ }
37350
+
37351
+ .amis-scope .dark-ColumnToggler-menuItem,
37352
+ .amis-scope .dark-ColumnToggler-menu > li {
37353
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
37354
+ white-space: nowrap;
37355
+ box-sizing: border-box;
37356
+ height: var(--DropDown-menu-height);
37357
+ vertical-align: middle;
37358
+ user-select: none;
37359
+ color: var(--link-color);
37360
+ text-decoration: var(--link-decoration);
37361
+ }
37362
+
37363
+ .amis-scope .dark-ColumnToggler-menuItem:hover,
37364
+ .amis-scope .dark-ColumnToggler-menu > li:hover {
37365
+ background: var(--DropDown-menuItem-onHover-bg);
37366
+ color: var(--DropDown-menuItem-onHover-color);
37367
+ }
37368
+
37369
+ .amis-scope .dark-ColumnToggler-menuItem.is-active,
37370
+ .amis-scope .dark-ColumnToggler-menu > li.is-active {
37371
+ color: var(--DropDown-menuItem-onActive-color);
37372
+ }
37373
+
37374
+ .amis-scope .dark-ColumnToggler-menuItem:not(.is-disabled),
37375
+ .amis-scope .dark-ColumnToggler-menuItem:not(.disabled),
37376
+ .amis-scope .dark-ColumnToggler-menu > li:not(.is-disabled),
37377
+ .amis-scope .dark-ColumnToggler-menu > li:not(.disabled) {
37378
+ cursor: pointer;
37379
+ }
37380
+
37381
+ .amis-scope .dark-ColumnToggler-menuItem.is-disabled,
37382
+ .amis-scope .dark-ColumnToggler-menu > li.is-disabled {
37383
+ cursor: not-allowed;
37384
+ color: var(--DropDown-menuItem-onDisabled-color);
37385
+ filter: grayscale(80%);
37386
+ }
37387
+
37388
+ .amis-scope .dark-ColumnToggler-menuItem.dark-DropDown-divider,
37389
+ .amis-scope .dark-ColumnToggler-menu > li.dark-DropDown-divider {
37390
+ height: 0.0625rem;
37391
+ margin: 0.5625rem 0;
37392
+ overflow: hidden;
37393
+ background: var(--DropDown-menu-borderColor);
37394
+ padding: 0;
37395
+ }
37396
+
37397
+ .amis-scope .dark-ColumnToggler-menu > li a {
37398
+ color: inherit;
37399
+ display: block;
37400
+ text-decoration: none;
37401
+ }
37402
+
37403
+ .amis-scope .dark-ColumnToggler-popover {
37404
+ border: none;
37405
+ box-shadow: none;
37406
+ }
37407
+
37408
+ .amis-scope .dark-ColumnToggler > .dark-Button {
37409
+ min-width: unset;
37410
+ }
37411
+
37412
+ .amis-scope .dark-ColumnToggler-modal {
37413
+ display: flex;
37414
+ flex-flow: column nowrap;
37415
+ justify-content: space-between;
37416
+ align-items: center;
37417
+ width: 25rem;
37418
+ padding: var(--ColumnToggler-lineHeight);
37419
+ margin-top: calc(50vh - 100px);
37420
+ border-radius: var(--ColumnToggler-borderRadius);
37421
+ background: var(--ColumnToggler-backgroundColor);
37422
+ 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);
37423
+ }
37424
+
37425
+ .amis-scope .dark-ColumnToggler-modal-header {
37426
+ width: 100%;
37427
+ display: flex;
37428
+ flex-flow: row nowrap;
37429
+ justify-content: space-between;
37430
+ align-items: center;
37431
+ }
37432
+
37433
+ .amis-scope .dark-ColumnToggler-modal-header a,
37434
+ .amis-scope .dark-ColumnToggler-modal-header span {
37435
+ display: inline-block;
37436
+ }
37437
+
37438
+ .amis-scope .dark-ColumnToggler-modal-header .dark-ColumnToggler-modal-title {
37439
+ opacity: 0.95;
37440
+ font-size: var(--fontSizeMd);
37441
+ color: var(--ColumnToggler-title-fontColor);
37442
+ line-height: var(--ColumnToggler-lineHeight);
37443
+ font-weight: bold;
37444
+ }
37445
+
37446
+ .amis-scope .dark-ColumnToggler-modal-content {
37447
+ padding: 0;
37448
+ width: 100%;
37449
+ list-style: none;
37450
+ margin: 0.5rem 0;
37451
+ }
37452
+
37453
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem {
37454
+ color: var(--ColumnToggler-title-fontColor);
37455
+ background: var(--ColumnToggler-item-backgroundColor);
37456
+ border-radius: 0.125rem;
37457
+ font-size: var(--fontSizeSm);
37458
+ padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
37459
+ height: var(--ColumnToggler-lineHeight);
37460
+ width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
37461
+ margin: var(--ColumnToggler-item-margin);
37462
+ float: left;
37463
+ }
37464
+
37465
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem:hover {
37466
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
37467
+ }
37468
+
37469
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem--dragging {
37470
+ border: 1px solid var(--link-color);
37471
+ }
37472
+
37473
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label {
37474
+ display: inline-block;
37475
+ width: calc(100% - var(--Checkbox--sm-size));
37476
+ }
37477
+
37478
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label > span {
37479
+ display: inline-block;
37480
+ max-width: 100%;
37481
+ text-overflow: ellipsis;
37482
+ white-space: nowrap;
37483
+ overflow: hidden;
37484
+ user-select: none;
37485
+ }
37486
+
37487
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem label > i {
37488
+ height: var(--fontSizeLg);
37489
+ width: var(--fontSizeLg);
37490
+ vertical-align: top;
37491
+ }
37492
+
37493
+ .amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-dragBar {
37494
+ display: inline-block;
37495
+ margin-left: 0;
37496
+ margin-right: var(--gap-xs);
37497
+ vertical-align: super;
37498
+ color: var(--ColumnToggler-item-dragBar-color);
37499
+ cursor: move;
37500
+ }
37501
+
37502
+ .amis-scope .dark-ColumnToggler-modal-footer {
37503
+ width: 100%;
37504
+ display: flex;
37505
+ flex-flow: row nowrap;
37506
+ justify-content: space-between;
37507
+ align-items: center;
37508
+ }
37509
+
37510
+ .amis-scope .dark-ColumnToggler-modal-footer .dark-ColumnToggler-modeSelect {
37511
+ color: var(--ColumnToggler-fontColor);
37512
+ font-size: var(--fontSizeSm);
37513
+ }
37514
+
37515
+ .amis-scope .dark-ColumnToggler-modal-footer .dark-ColumnToggler-modeSelect.is-actived {
37516
+ color: var(--link-color);
37517
+ }
37518
+
37519
+ .amis-scope .dark-ColumnToggler-modal-footer > div {
37520
+ display: flex;
37521
+ flex-flow: row nowrap;
37522
+ justify-content: space-between;
37523
+ align-items: center;
37524
+ }
37525
+
37526
+ .amis-scope .dark-ColumnToggler-modal-footer > div:first-child {
37527
+ justify-content: flex-start;
37528
+ }
37529
+
37530
+ .amis-scope .dark-ColumnToggler-modal-footer > div:first-child a {
37531
+ display: inline-block;
37532
+ }
37533
+
37534
+ .amis-scope .dark-ColumnToggler-modal-footer > div:last-child {
37535
+ justify-content: flex-end;
37536
+ }
37537
+
37538
+ .amis-scope .dark-ColumnToggler-tooltip {
37539
+ border: none;
37540
+ }
37541
+
37542
+ .amis-scope .dark-ColumnToggler-tooltip .dark-Tooltip-arrow::before {
37543
+ border-top-color: transparent;
37544
+ }
37545
+
37546
+ .amis-scope .dark-List {
37547
+ position: relative;
37548
+ }
37549
+
37550
+ .amis-scope .dark-List-items {
37551
+ border-radius: var(--List-borderRadius);
37552
+ border: var(--List-borderWidth) solid var(--List-borderColor);
37553
+ background: var(--List-bg);
37554
+ margin-bottom: var(--gap-sm);
37555
+ }
37556
+
37557
+ .amis-scope .dark-List-toolbar {
37558
+ display: flex;
37559
+ flex-wrap: wrap;
37560
+ margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
37561
+ }
37562
+
37563
+ .amis-scope .dark-List-toolbar::before,
37564
+ .amis-scope .dark-List-toolbar::after {
37565
+ display: table;
37566
+ content: "";
37567
+ }
37568
+
37569
+ .amis-scope .dark-List-toolbar::after {
37570
+ clear: both;
37571
+ }
37572
+
37573
+ .amis-scope .dark-List-actions {
37574
+ display: inline-block;
37575
+ }
37576
+
37577
+ .amis-scope .dark-List-actions > * {
37578
+ margin-right: var(--Crud-toolbar-gap);
37579
+ }
37580
+
37581
+ .amis-scope .dark-List-header {
37582
+ padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
37583
+ }
37584
+
37585
+ .amis-scope .dark-List-header > * + .dark-Button,
37586
+ .amis-scope .dark-List-header > * + .dark-ButtonGroup,
37587
+ .amis-scope .dark-List-header > * + .dark-ButtonToolbar {
37588
+ margin-left: var(--Crud-toolbar-gap);
37589
+ }
37590
+
37591
+ .amis-scope .dark-List-header + .dark-List-toolbar {
37592
+ padding-top: 0;
37593
+ }
37594
+
37595
+ .amis-scope .dark-List-heading {
37596
+ padding: var(--gap-xs) 0;
37597
+ }
37598
+
37599
+ .amis-scope .dark-List-fixedTop {
37600
+ position: absolute;
37601
+ background: var(--white);
37602
+ z-index: -1;
37603
+ opacity: 0;
37604
+ box-shadow: var(--List-fixedTop-boxShadow);
37605
+ }
37606
+
37607
+ .amis-scope .dark-List-fixedTop.in {
37608
+ position: fixed;
37609
+ opacity: 1;
37610
+ z-index: 900;
37611
+ }
37612
+
37613
+ .amis-scope .dark-List-fixedTop .dark-Cards-toolbar {
37614
+ margin-bottom: 0;
37615
+ }
37616
+
37617
+ .amis-scope .dark-List-fixedTop:empty {
37618
+ display: none;
37619
+ }
37620
+
37621
+ .amis-scope .dark-List--unsaved .dark-List-heading {
37622
+ background: var(--List--unsaved-heading-bg);
37623
+ color: var(--List--unsaved-heading-color);
37624
+ padding: var(--gap-xs) var(--gap-sm);
37625
+ margin-bottom: var(--gap-sm);
37626
+ }
37627
+
37628
+ .amis-scope .dark-List-dragTip {
37629
+ width: 100%;
37630
+ color: var(--info);
37631
+ clear: both;
37632
+ margin-top: var(--gap-xs);
37633
+ }
37634
+
37635
+ .amis-scope .dark-List-placeholder {
37636
+ color: var(--text--muted-color);
37637
+ text-align: center;
37638
+ min-height: var(--List-placeholder-height);
37639
+ line-height: var(--List-placeholder-height);
37640
+ }
37641
+
37642
+ .amis-scope .dark-ListGroup {
37643
+ max-width: 25rem;
37644
+ display: flex;
37645
+ flex-direction: column;
37646
+ }
37647
+
37648
+ .amis-scope .dark-ListGroup-item {
37649
+ position: relative;
37650
+ display: block;
37651
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
37652
+ margin-bottom: -0.0625rem;
37653
+ background: var(--white);
37654
+ border: var(--ListItem-borderWidth) solid var(--List-borderColor);
37655
+ }
37656
+
37657
+ .amis-scope .dark-ListGroup-item:first-child {
37658
+ border-top-left-radius: var(--borderRadius);
37659
+ border-top-right-radius: var(--borderRadius);
37660
+ }
37661
+
37662
+ .amis-scope .dark-ListGroup-item:last-child {
37663
+ border-bottom-left-radius: var(--borderRadius);
37664
+ border-bottom-right-radius: var(--borderRadius);
37665
+ margin-bottom: 0;
37666
+ }
37667
+
37668
+ .amis-scope .dark-ListGroup-item:hover {
37669
+ z-index: 1;
37670
+ }
37671
+
37672
+ .amis-scope .dark-ListGroup-item.is-active {
37673
+ z-index: 2;
37674
+ }
37675
+
37676
+ .amis-scope .dark-ListGroup-item.is-disabled {
37677
+ color: var(--text--muted-color);
37678
+ }
37679
+
37680
+ .amis-scope .dark-ListGroup--expanded .dark-ListGroup-item {
37681
+ border-radius: var(--borderRadius);
37682
+ margin-bottom: var(--gap-sm);
37683
+ }
37684
+
37685
+ .amis-scope .dark-ListGroup--expanded .dark-ListGroup-item:last-child {
37686
+ margin-bottom: 0;
37687
+ }
37688
+
37689
+ .amis-scope .dark-ListItem {
37690
+ position: relative;
37691
+ display: block;
37692
+ padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
37693
+ }
37694
+
37695
+ .amis-scope .dark-ListItem::before,
37696
+ .amis-scope .dark-ListItem::after {
37697
+ display: table;
37698
+ content: "";
37699
+ }
37700
+
37701
+ .amis-scope .dark-ListItem::after {
37702
+ clear: both;
37703
+ }
37704
+
37705
+ .amis-scope .dark-ListItem + .dark-ListItem {
37706
+ border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
37707
+ }
37708
+
37709
+ .amis-scope .dark-ListItem:nth-child(even) {
37710
+ background: var(--ListItem--strip-bg);
37711
+ }
37712
+
37713
+ .amis-scope .dark-ListItem-checkBtn {
37714
+ float: left;
37715
+ margin-right: var(--gap-sm);
37716
+ }
37717
+
37718
+ .amis-scope .dark-ListItem-dragBtn {
37719
+ cursor: move;
37720
+ float: left;
37721
+ margin-right: var(--gap-sm);
37722
+ }
37723
+
37724
+ .amis-scope .dark-ListItem-actions {
37725
+ float: right;
37726
+ }
37727
+
37728
+ .amis-scope .dark-ListItem--actions-at-left .dark-ListItem-actions {
37729
+ float: left;
37730
+ margin-right: var(--gap-base);
37731
+ }
37732
+
37733
+ .amis-scope .dark-ListItem-title {
37734
+ margin: 0;
37735
+ padding: 0;
37736
+ font-size: var(--fontSizeBase);
37737
+ color: var(--text--loud-color);
37738
+ font-weight: var(--fontWeightNormal);
37739
+ }
37740
+
37741
+ .amis-scope .dark-ListItem-content {
37742
+ overflow: hidden;
37743
+ }
37744
+
37745
+ .amis-scope .dark-ListItem-field {
37746
+ position: relative;
37747
+ display: flex;
37748
+ flex-wrap: nowrap;
37749
+ }
37750
+
37751
+ .amis-scope .dark-ListItem-fieldValue {
37752
+ position: relative;
37753
+ flex-basis: 0;
37754
+ flex-grow: 1;
37755
+ max-width: 100%;
37756
+ width: 0;
37757
+ overflow: hidden;
37758
+ text-overflow: ellipsis;
37759
+ }
37760
+
37761
+ .amis-scope .dark-ListItem-fieldLabel {
37762
+ width: 9.375rem;
37763
+ color: var(--text--muted-color);
37764
+ }
37765
+
37766
+ .amis-scope .dark-ListItem.is-checked {
37767
+ background: var(--ListItem-onChecked-bg);
37768
+ border-color: var(--ListItem-onChecked-borderColor);
37769
+ color: var(--ListItem-onChecked-color);
37770
+ }
37771
+
37772
+ .amis-scope .dark-ListItem.is-checked + .dark-ListItem {
37773
+ border-color: var(--ListItem-onChecked-borderColor);
37774
+ }
37775
+
37776
+ .amis-scope .dark-ListItem.is-checked .dark-ListItem-fieldLabel {
37777
+ color: var(--ListItem-onChecked-fieldLabel-color);
37778
+ }
37779
+
37780
+ .amis-scope .dark-ListItem.is-modified,
37781
+ .amis-scope .dark-ListItem.is-moved {
37782
+ background: var(--ListItem-onModified-bg);
37783
+ border-color: var(--ListItem-onModified-borderColor);
37784
+ color: var(--ListItem-onModified-color);
37785
+ }
37786
+
37787
+ .amis-scope .dark-ListItem.is-modified + .dark-ListItem,
37788
+ .amis-scope .dark-ListItem.is-moved + .dark-ListItem {
37789
+ border-color: var(--ListItem-onModified-borderColor);
37790
+ }
37791
+
37792
+ .amis-scope .dark-ListItem.is-modified .dark-ListItem-fieldLabel,
37793
+ .amis-scope .dark-ListItem.is-moved .dark-ListItem-fieldLabel {
37794
+ color: var(--ListItem-onModified-fieldLabel-color);
37795
+ }
37796
+
37797
+ .amis-scope .dark-ListItem.is-dragging {
37798
+ opacity: var(--ListItem-onDragging-opacity);
37799
+ }
37800
+
37801
+ .amis-scope .dark-ListItem--hasItemAction {
37802
+ cursor: pointer;
37803
+ }
37804
+
37805
+ .amis-scope .dark-ListItem--hasItemAction:hover {
37806
+ color: var(--ListMenu-item--onHover-color);
37807
+ background: var(--ListMenu-item--onHover-bg);
37808
+ }
37809
+
37810
+ .amis-scope .dark-Cards-toolbar {
37811
+ margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
37812
+ }
37813
+
37814
+ .amis-scope .dark-Cards-toolbar::before,
37815
+ .amis-scope .dark-Cards-toolbar::after {
37816
+ display: table;
37817
+ content: "";
37818
+ }
37819
+
37820
+ .amis-scope .dark-Cards-toolbar::after {
37821
+ clear: both;
37822
+ }
37823
+
37824
+ .amis-scope .dark-Cards-actions {
37825
+ display: inline-block;
37826
+ }
37827
+
37828
+ .amis-scope .dark-Cards-actions > * {
37829
+ margin-right: var(--Crud-toolbar-gap);
37830
+ }
37831
+
37832
+ .amis-scope .dark-Cards-heading {
37833
+ padding: var(--gap-xs) 0;
37834
+ }
37835
+
37836
+ .amis-scope .dark-Cards-header {
37837
+ padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
37838
+ }
37839
+
37840
+ .amis-scope .dark-Cards-header > * + .dark-Button,
37841
+ .amis-scope .dark-Cards-header > * + .dark-ButtonGroup,
37842
+ .amis-scope .dark-Cards-header > * + .dark-ButtonToolbar {
37843
+ margin-left: var(--Crud-toolbar-gap);
37844
+ }
37845
+
37846
+ .amis-scope .dark-Cards-header + .dark-Cards-toolbar {
37847
+ padding-top: 0;
37848
+ }
37849
+
37850
+ .amis-scope .dark-Cards-fixedTop {
37851
+ position: absolute;
37852
+ background: var(--white);
37853
+ z-index: -1;
37854
+ opacity: 0;
37855
+ box-shadow: var(--Cards-fixedTop-boxShadow);
37856
+ padding: var(--gap-sm);
37857
+ }
37858
+
37859
+ .amis-scope .dark-Cards-fixedTop.in {
37860
+ position: fixed;
37861
+ opacity: 1;
37862
+ z-index: 900;
37863
+ }
37864
+
37865
+ .amis-scope .dark-Cards-fixedTop .dark-Cards-toolbar {
37866
+ margin-bottom: 0;
36228
37867
  }
36229
37868
 
36230
37869
  .amis-scope .dark-Cards-fixedTop:empty {
@@ -37089,7 +38728,8 @@ readers do not read off random characters that represent icons */
37089
38728
  }
37090
38729
 
37091
38730
  .amis-scope .dark-Pagination > li {
37092
- display: inline;
38731
+ display: inline-flex;
38732
+ cursor: pointer;
37093
38733
  }
37094
38734
 
37095
38735
  .amis-scope .dark-Pagination > li > a,
@@ -37119,6 +38759,16 @@ readers do not read off random characters that represent icons */
37119
38759
  color: var(--primary);
37120
38760
  }
37121
38761
 
38762
+ .amis-scope .dark-Pagination .ellipsis {
38763
+ cursor: unset;
38764
+ }
38765
+
38766
+ .amis-scope .dark-Pagination .ellipsis > a {
38767
+ cursor: unset;
38768
+ position: relative;
38769
+ top: -0.25rem;
38770
+ }
38771
+
37122
38772
  .amis-scope .dark-Pagination > li.is-disabled > span,
37123
38773
  .amis-scope .dark-Pagination > li.is-disabled > a {
37124
38774
  cursor: not-allowed;
@@ -37145,43 +38795,112 @@ readers do not read off random characters that represent icons */
37145
38795
  border-radius: var(--borderRadius);
37146
38796
  }
37147
38797
 
37148
- .amis-scope .dark-Pagination-prev > span {
37149
- cursor: pointer;
38798
+ .amis-scope .dark-Pagination-simple > ul > li:hover,
38799
+ .amis-scope .dark-Pagination-simple > ul > li:focus {
38800
+ outline: none;
37150
38801
  }
37151
38802
 
37152
- .amis-scope .dark-Pagination-ellipsis > a > span {
37153
- position: relative;
37154
- top: -0.25rem;
38803
+ .amis-scope .dark-Pagination-simple > ul > li.is-active > a {
38804
+ border: none;
38805
+ }
38806
+
38807
+ .amis-scope .dark-Pagination-simple > ul > li.is-active > a:hover,
38808
+ .amis-scope .dark-Pagination-simple > ul > li.is-active > a:focus {
38809
+ border: none;
38810
+ }
38811
+
38812
+ .amis-scope .dark-Pagination-prev > span {
38813
+ cursor: pointer;
37155
38814
  }
37156
38815
 
37157
38816
  .amis-scope .dark-Pagination-next > span {
37158
38817
  cursor: pointer;
37159
38818
  }
37160
38819
 
38820
+ .amis-scope .dark-Pagination-total {
38821
+ display: inline-block;
38822
+ color: var(--Pagination-light-color);
38823
+ }
38824
+
37161
38825
  .amis-scope .dark-Pagination-inputGroup {
37162
38826
  display: inline-flex;
37163
38827
  flex-wrap: nowrap;
37164
38828
  align-items: center;
38829
+ height: var(--Pagination-height);
38830
+ }
38831
+
38832
+ .amis-scope .dark-Pagination-inputGroup-left {
38833
+ color: var(--Pagination-light-color);
37165
38834
  }
37166
38835
 
37167
38836
  .amis-scope .dark-Pagination-inputGroup input {
37168
- width: 3.5rem;
38837
+ min-width: 3.125rem;
38838
+ width: 3.125rem;
37169
38839
  height: var(--Pagination-height);
38840
+ line-height: var(--Pagination-height);
38841
+ border: none;
37170
38842
  border: var(--borderWidth) solid var(--borderColor);
37171
- border-radius: var(--borderRadius);
37172
- padding: var(--gap-xs) 0.625rem;
37173
- margin: 0 0.625rem;
38843
+ border-radius: var(--borderRadius) 0 0 var(--borderRadius);
38844
+ padding: var(--Pagination-padding);
38845
+ margin-left: 0.625rem;
37174
38846
  text-align: center;
37175
38847
  }
37176
38848
 
37177
- .amis-scope .dark-Pagination-inputGroup input:focus {
37178
- width: auto;
37179
- }
37180
-
37181
38849
  .amis-scope .dark-Pagination-inputGroup input:focus,
37182
38850
  .amis-scope .dark-Pagination-inputGroup input:hover {
37183
38851
  outline: none;
37184
- border: var(--borderWidth) solid var(--primary);
38852
+ border-color: var(--primary);
38853
+ }
38854
+
38855
+ .amis-scope .dark-Pagination-inputGroup-right {
38856
+ display: inline-block;
38857
+ width: 2rem;
38858
+ cursor: pointer;
38859
+ text-align: center;
38860
+ height: var(--Pagination-height);
38861
+ line-height: var(--Pagination-height);
38862
+ border: var(--borderWidth) solid var(--borderColor);
38863
+ border-left: none;
38864
+ border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
38865
+ font-size: var(--fontSizeSm);
38866
+ }
38867
+
38868
+ .amis-scope .dark-Pagination-inputGroup-right:hover {
38869
+ color: var(--primary);
38870
+ border-color: var(--primary);
38871
+ border-left: var(--borderWidth) solid var(--primary);
38872
+ }
38873
+
38874
+ .amis-scope .dark-Pagination-wrap {
38875
+ line-height: 1.875rem;
38876
+ }
38877
+
38878
+ .amis-scope .dark-Pagination-wrap .dark-Pagination-item {
38879
+ margin-left: 0.625rem;
38880
+ }
38881
+
38882
+ .amis-scope .dark-Pagination-wrap .dark-Pagination-item:nth-child(1) {
38883
+ margin-left: 0;
38884
+ }
38885
+
38886
+ .amis-scope .dark-Pagination-wrap.disabled {
38887
+ background-color: #fff;
38888
+ }
38889
+
38890
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li > a,
38891
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li > span {
38892
+ color: var(--Pagination-onDisabled-color);
38893
+ cursor: not-allowed;
38894
+ }
38895
+
38896
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > a,
38897
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > span,
38898
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > a:hover,
38899
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > span:hover,
38900
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > a:focus,
38901
+ .amis-scope .dark-Pagination-wrap.disabled .dark-Pagination > li.is-active > span:focus {
38902
+ background-color: var(--Pagination-onDisabled-backgroundColor);
38903
+ border-color: var(--Pagination-onDisabled-color);
37185
38904
  }
37186
38905
 
37187
38906
  .amis-scope .dark-PaginationWrapper-pager {
@@ -38040,6 +39759,132 @@ readers do not read off random characters that represent icons */
38040
39759
  cursor: pointer;
38041
39760
  }
38042
39761
 
39762
+ .amis-scope .dark-SchemaEditorProps {
39763
+ width: 100%;
39764
+ }
39765
+
39766
+ .amis-scope .dark-SchemaEditorProps > button {
39767
+ margin-top: 7px;
39768
+ }
39769
+
39770
+ .amis-scope .dark-SchemaEditorProps-placeholder {
39771
+ color: var(--text--muted-color);
39772
+ }
39773
+
39774
+ .amis-scope .dark-SchemaEditorProps--depth {
39775
+ position: relative;
39776
+ margin-left: 2.5rem;
39777
+ }
39778
+
39779
+ .amis-scope .dark-SchemaEditorProps--depth:before {
39780
+ width: 1px;
39781
+ content: "";
39782
+ display: block;
39783
+ position: absolute;
39784
+ top: -10px;
39785
+ bottom: 10px;
39786
+ left: -35px;
39787
+ border-left: dashed 1px var(--icon-color);
39788
+ }
39789
+
39790
+ .amis-scope .dark-SchemaEditorProps--depth .dark-SchemaEditorItem:before {
39791
+ height: 1px;
39792
+ content: "";
39793
+ display: block;
39794
+ position: absolute;
39795
+ top: 17px;
39796
+ width: 25px;
39797
+ left: -35px;
39798
+ border-top: dashed 1px var(--icon-color);
39799
+ }
39800
+
39801
+ .amis-scope .dark-SchemaEditorProps--depth > button {
39802
+ position: relative;
39803
+ }
39804
+
39805
+ .amis-scope .dark-SchemaEditorProps--depth > button:before {
39806
+ height: 1px;
39807
+ content: "";
39808
+ display: block;
39809
+ position: absolute;
39810
+ top: 10px;
39811
+ width: 25px;
39812
+ left: -35px;
39813
+ border-top: dashed 1px var(--icon-color);
39814
+ }
39815
+
39816
+ .amis-scope .dark-SchemaEditorArrayProps:before {
39817
+ bottom: 15px;
39818
+ }
39819
+
39820
+ .amis-scope .dark-SchemaEditorItem {
39821
+ display: flex;
39822
+ flex-direction: row;
39823
+ flex-wrap: wrap;
39824
+ gap: var(--gap-sm);
39825
+ align-items: flex-start;
39826
+ position: relative;
39827
+ }
39828
+
39829
+ .amis-scope .dark-SchemaEditorItem + .dark-SchemaEditorItem {
39830
+ margin-top: var(--gap-sm);
39831
+ }
39832
+
39833
+ .amis-scope .dark-SchemaEditorObject,
39834
+ .amis-scope .dark-SchemaEditorArray {
39835
+ display: flex;
39836
+ flex-direction: row;
39837
+ flex-wrap: wrap;
39838
+ gap: var(--gap-sm);
39839
+ align-items: flex-start;
39840
+ width: 100%;
39841
+ }
39842
+
39843
+ .amis-scope .dark-SchemaEditor-itemsLabel {
39844
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
39845
+ }
39846
+
39847
+ .amis-scope .dark-SchemaEditor-caret {
39848
+ display: inline-block;
39849
+ height: 1.5rem;
39850
+ text-align: center;
39851
+ line-height: 1.5rem;
39852
+ vertical-align: middle;
39853
+ cursor: pointer;
39854
+ transform: rotate(0deg);
39855
+ transition: transform var(--animation-duration);
39856
+ color: var(--icon-color);
39857
+ margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
39858
+ }
39859
+
39860
+ .amis-scope .dark-SchemaEditor-caret > svg {
39861
+ width: 10px;
39862
+ height: 10px;
39863
+ top: 0;
39864
+ }
39865
+
39866
+ .amis-scope .dark-SchemaEditor-caret.is-collapsed {
39867
+ transform: rotate(-90deg);
39868
+ }
39869
+
39870
+ .amis-scope .dark-SchemaEditor-required {
39871
+ padding-top: 4px;
39872
+ }
39873
+
39874
+ .amis-scope .dark-SchemaEditor-key,
39875
+ .amis-scope .dark-SchemaEditor-title,
39876
+ .amis-scope .dark-SchemaEditor-description {
39877
+ flex: 1;
39878
+ max-width: 300px;
39879
+ min-width: 80px;
39880
+ }
39881
+
39882
+ .amis-scope .dark-SchemaEditor-key > input,
39883
+ .amis-scope .dark-SchemaEditor-title > input,
39884
+ .amis-scope .dark-SchemaEditor-description > input {
39885
+ flex-basis: 0;
39886
+ }
39887
+
38043
39888
  .amis-scope .dark-ResultBox {
38044
39889
  display: flex;
38045
39890
  background: var(--Form-input-bg);
@@ -38051,7 +39896,7 @@ readers do not read off random characters that represent icons */
38051
39896
  flex-wrap: wrap;
38052
39897
  justify-content: flex-start;
38053
39898
  flex-wrap: wrap;
38054
- padding: 0 1.625rem 0 0.1875rem;
39899
+ padding: 0 0.3125rem;
38055
39900
  min-height: var(--Form-input-height);
38056
39901
  align-items: center;
38057
39902
  border-radius: 3px;
@@ -39840,7 +41685,7 @@ readers do not read off random characters that represent icons */
39840
41685
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
39841
41686
  left: -0.0625rem;
39842
41687
  right: -0.0625rem;
39843
- top: 100%;
41688
+ top: calc(100% + 0.25rem);
39844
41689
  z-index: 10;
39845
41690
  max-height: 18.75rem;
39846
41691
  overflow: auto;
@@ -40720,7 +42565,6 @@ readers do not read off random characters that represent icons */
40720
42565
  flex-direction: row;
40721
42566
  cursor: pointer;
40722
42567
  user-select: none;
40723
- position: relative;
40724
42568
  }
40725
42569
 
40726
42570
  .amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
@@ -40728,19 +42572,7 @@ readers do not read off random characters that represent icons */
40728
42572
  margin-left: var(--gap-sm);
40729
42573
  }
40730
42574
 
40731
- .amis-scope .dark-TreeSelection-itemInner > * {
40732
- position: relative;
40733
- z-index: 2;
40734
- }
40735
-
40736
- .amis-scope .dark-TreeSelection-itemInner:hover:after {
40737
- position: absolute;
40738
- content: "";
40739
- z-index: 1;
40740
- top: 0;
40741
- right: 0;
40742
- bottom: 0;
40743
- left: -99999px;
42575
+ .amis-scope .dark-TreeSelection-itemInner:hover {
40744
42576
  background: var(--Tree-item-onHover-bg);
40745
42577
  }
40746
42578
 
@@ -47812,6 +49644,209 @@ readers do not read off random characters that represent icons */
47812
49644
  margin: 0 auto;
47813
49645
  }
47814
49646
 
49647
+ .amis-scope .dark-Tag {
49648
+ display: inline-flex;
49649
+ height: var(--Tag-height);
49650
+ padding: 0 var(--gap-sm);
49651
+ justify-content: center;
49652
+ align-items: center;
49653
+ font-size: var(--Tag-content-fontSize);
49654
+ max-width: 160px;
49655
+ text-overflow: ellipsis;
49656
+ overflow: hidden;
49657
+ white-space: nowrap;
49658
+ transition: all 0.3;
49659
+ border-radius: var(--Tag-borderRadius);
49660
+ background-color: var(--Tag-default-color);
49661
+ color: var(--Tag-fontColor);
49662
+ }
49663
+
49664
+ .amis-scope .dark-Tag:not(:last-child) {
49665
+ margin-right: var(--gap-sm);
49666
+ }
49667
+
49668
+ .amis-scope .dark-Tag--normal {
49669
+ border-radius: var(--Tag-borderRadius);
49670
+ }
49671
+
49672
+ .amis-scope .dark-Tag--normal--hasColor {
49673
+ color: var(--white);
49674
+ }
49675
+
49676
+ .amis-scope .dark-Tag--normal--inactive {
49677
+ background: var(--Tag-inactive-color);
49678
+ }
49679
+
49680
+ .amis-scope .dark-Tag--normal--active {
49681
+ background: var(--Tag-active-color);
49682
+ }
49683
+
49684
+ .amis-scope .dark-Tag--normal--processing {
49685
+ background: var(--Tag-processing-color);
49686
+ }
49687
+
49688
+ .amis-scope .dark-Tag--normal--success {
49689
+ background: var(--Tag-success-color);
49690
+ }
49691
+
49692
+ .amis-scope .dark-Tag--normal--error {
49693
+ background: var(--Tag-error-color);
49694
+ }
49695
+
49696
+ .amis-scope .dark-Tag--normal--warning {
49697
+ background: var(--Tag-warning-color);
49698
+ }
49699
+
49700
+ .amis-scope .dark-Tag--rounded {
49701
+ background-color: var(--white);
49702
+ border-radius: calc((var(--Tag-height) + 2px) / 2);
49703
+ border: 1px solid var(--Tag-default-color);
49704
+ color: var(--Tag-default-color);
49705
+ }
49706
+
49707
+ .amis-scope .dark-Tag--rounded--inactive {
49708
+ border-color: var(--Tag-inactive-color);
49709
+ color: var(--Tag-inactive-color);
49710
+ }
49711
+
49712
+ .amis-scope .dark-Tag--rounded--active {
49713
+ border-color: var(--Tag-active-color);
49714
+ color: var(--Tag-active-color);
49715
+ }
49716
+
49717
+ .amis-scope .dark-Tag--rounded--processing {
49718
+ border-color: var(--Tag-processing-color);
49719
+ color: var(--Tag-processing-color);
49720
+ }
49721
+
49722
+ .amis-scope .dark-Tag--rounded--success {
49723
+ border-color: var(--Tag-success-color);
49724
+ color: var(--Tag-success-color);
49725
+ }
49726
+
49727
+ .amis-scope .dark-Tag--rounded--error {
49728
+ border-color: var(--Tag-error-color);
49729
+ color: var(--Tag-error-color);
49730
+ }
49731
+
49732
+ .amis-scope .dark-Tag--rounded--warning {
49733
+ border-color: var(--Tag-warning-color);
49734
+ color: var(--Tag-warning-color);
49735
+ }
49736
+
49737
+ .amis-scope .dark-Tag--status {
49738
+ background-color: var(--white);
49739
+ }
49740
+
49741
+ .amis-scope .dark-Tag--status--inactive .dark-Tag--prev {
49742
+ color: var(--Tag-inactive-color);
49743
+ }
49744
+
49745
+ .amis-scope .dark-Tag--status--active .dark-Tag--prev {
49746
+ color: var(--Tag-active-color);
49747
+ }
49748
+
49749
+ .amis-scope .dark-Tag--status--processing .dark-Tag--prev {
49750
+ color: var(--Tag-processing-color);
49751
+ }
49752
+
49753
+ .amis-scope .dark-Tag--status--success .dark-Tag--prev {
49754
+ color: var(--Tag-success-color);
49755
+ }
49756
+
49757
+ .amis-scope .dark-Tag--status--error .dark-Tag--prev {
49758
+ color: var(--Tag-error-color);
49759
+ }
49760
+
49761
+ .amis-scope .dark-Tag--status--warning .dark-Tag--prev {
49762
+ color: var(--Tag-warning-color);
49763
+ }
49764
+
49765
+ .amis-scope .dark-Tag--status:not(.dark-Tag--status--processing):not(.dark-Tag--status--active) .icon-dot #dotWave {
49766
+ display: none;
49767
+ }
49768
+
49769
+ .amis-scope .dark-Tag--prev {
49770
+ color: var(--Tag-default-color);
49771
+ margin-right: var(--gap-sm);
49772
+ }
49773
+
49774
+ .amis-scope .dark-Tag--prev i {
49775
+ font-size: 0.5rem;
49776
+ }
49777
+
49778
+ .amis-scope .dark-Tag--prev .icon {
49779
+ width: 0.5rem;
49780
+ height: 0.5rem;
49781
+ top: 0;
49782
+ }
49783
+
49784
+ .amis-scope .dark-Tag--close {
49785
+ margin-left: var(--gap-sm);
49786
+ margin-right: var(--gap-xs);
49787
+ cursor: pointer;
49788
+ }
49789
+
49790
+ .amis-scope .dark-Tag--close i {
49791
+ font-size: 0.5rem;
49792
+ }
49793
+
49794
+ .amis-scope .dark-Tag--close .icon {
49795
+ width: 0.5rem;
49796
+ height: 0.5rem;
49797
+ position: inherit;
49798
+ }
49799
+
49800
+ .amis-scope .dark-Tag--close:hover {
49801
+ opacity: 0.7;
49802
+ }
49803
+
49804
+ .amis-scope .dark-Tag--close:active {
49805
+ opacity: 0.3;
49806
+ }
49807
+
49808
+ .amis-scope .dark-Tag--disabled {
49809
+ opacity: 0.3;
49810
+ cursor: not-allowed;
49811
+ }
49812
+
49813
+ .amis-scope .dark-Tag--disabled .dark-Tag--close {
49814
+ cursor: not-allowed;
49815
+ opacity: 0.7;
49816
+ }
49817
+
49818
+ .amis-scope .dark-Tag--checkable {
49819
+ background-color: var(--Tag-checkable-bgColor);
49820
+ cursor: pointer;
49821
+ }
49822
+
49823
+ .amis-scope .dark-Tag--checkable:hover {
49824
+ background-color: var(--Tag-checkable-bgColor-onHover);
49825
+ }
49826
+
49827
+ .amis-scope .dark-Tag--checkable:active {
49828
+ background-color: var(--Tag-checkable-bgColor-onActive);
49829
+ }
49830
+
49831
+ .amis-scope .dark-Tag--checkable--disabled {
49832
+ cursor: not-allowed;
49833
+ background-color: var(--Tag-checkable-bgColor-onDisable);
49834
+ color: var(--Tag-checkable-fontColor-onDisable);
49835
+ }
49836
+
49837
+ .amis-scope .dark-Tag--checkable--checked:not(.dark-Tag--checkable--disabled) {
49838
+ color: var(--white);
49839
+ background-color: var(--Tag-checkable-bgColor-onChecked);
49840
+ }
49841
+
49842
+ .amis-scope .dark-Tag--checkable--checked:not(.dark-Tag--checkable--disabled):hover {
49843
+ background-color: var(--Tag-checkable-bgColor-onHover-onChecked);
49844
+ }
49845
+
49846
+ .amis-scope .dark-Tag--checkable--checked:not(.dark-Tag--checkable--disabled):active {
49847
+ background-color: var(--Tag-checkable-bgColor-onActive-onChecked);
49848
+ }
49849
+
47815
49850
  .amis-scope .dark-PullRefresh-wrap {
47816
49851
  position: relative;
47817
49852
  height: 100%;