amis 1.7.0 → 1.8.0-beta.13
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.
- package/lib/Schema.d.ts +10 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +26 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +5 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +87 -84
- package/lib/components/DatePicker.js +48 -11
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +285 -171
- package/lib/components/DateRangePicker.js +471 -66
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/Progress.d.ts +29 -24
- package/lib/components/Progress.js +52 -21
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tabs.d.ts +27 -23
- package/lib/components/Tabs.js +37 -22
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +87 -24
- package/lib/components/TooltipWrapper.js +40 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +3 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +90 -86
- package/lib/components/formula/Editor.js +26 -4
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +21 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -0
- package/lib/factory.js +24 -3
- package/lib/factory.js.map +2 -2
- package/lib/icons/trash.js +10 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +3 -1
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/App.d.ts +1 -0
- package/lib/renderers/App.js +3 -0
- package/lib/renderers/App.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +12 -5
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.d.ts +1 -0
- package/lib/renderers/Chart.js +3 -0
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +5 -0
- package/lib/renderers/Dialog.js +7 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.d.ts +1 -0
- package/lib/renderers/Drawer.js +6 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +2 -0
- package/lib/renderers/DropDownButton.js +13 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +6 -4
- package/lib/renderers/Form/Combo.js +132 -45
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +3 -2
- package/lib/renderers/Form/Editor.d.ts +2 -2
- package/lib/renderers/Form/InputCity.d.ts +87 -84
- package/lib/renderers/Form/InputCity.js +48 -3
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +19 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -0
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +18 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +4 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +8 -10
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +79 -76
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Textarea.js +2 -1
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +3 -0
- package/lib/renderers/Form/index.js +53 -16
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +10 -0
- package/lib/renderers/Form/wrapControl.js +41 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +49 -13
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +21 -0
- package/lib/renderers/Page.js +56 -17
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +4 -7
- package/lib/renderers/Progress.js +3 -3
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Service.d.ts +3 -0
- package/lib/renderers/Service.js +55 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +23 -10
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +14 -2
- package/lib/renderers/Tabs.js +24 -8
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +133 -0
- package/lib/renderers/TooltipWrapper.js +70 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Wizard.d.ts +7 -3
- package/lib/renderers/Wizard.js +269 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +55 -19
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -1
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/store/table.js +4 -4
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +965 -210
- package/lib/themes/ang.css +955 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1080 -325
- package/lib/themes/antd.css +956 -176
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1048 -293
- package/lib/themes/cxd.css +961 -180
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +965 -210
- package/lib/themes/dark.css +955 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1048 -293
- package/lib/themes/default.css +961 -180
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/position.js +0 -1
- package/lib/utils/position.js.map +2 -2
- package/lib/utils/scrollPosition.d.ts +6 -0
- package/lib/utils/scrollPosition.js +31 -0
- package/lib/utils/scrollPosition.js.map +13 -0
- package/package.json +3 -2
- package/schema.json +30213 -29222
- package/scss/_properties.scss +67 -25
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +19 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_progress.scss +7 -14
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_steps.scss +199 -8
- package/scss/components/_tabs.scss +145 -13
- package/scss/components/_tooltip.scss +76 -9
- package/scss/components/form/_checks.scss +125 -2
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +27 -2
- package/scss/components/form/_date.scss +25 -0
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +31 -8
- package/scss/components/form/_number.scss +5 -2
- package/scss/components/form/_select.scss +0 -1
- package/scss/components/form/_textarea.scss +1 -23
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +6 -5
- package/sdk/ang-ie11.css +1059 -198
- package/sdk/ang.css +1050 -164
- package/sdk/antd-ie11.css +1167 -306
- package/sdk/antd.css +1051 -165
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1145 -284
- package/sdk/cxd.css +1056 -169
- package/sdk/dark-ie11.css +1056 -195
- package/sdk/dark.css +1050 -164
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1145 -284
- package/sdk/sdk.css +1056 -169
- package/sdk/sdk.js +1321 -1273
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +15 -2
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +28 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/Alert2.tsx +9 -3
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DatePicker.tsx +68 -22
- package/src/components/DateRangePicker.tsx +551 -88
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/Progress.tsx +64 -33
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Steps.tsx +28 -27
- package/src/components/Tabs.tsx +51 -21
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +140 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +4 -13
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +46 -10
- package/src/components/formula/Picker.tsx +32 -1
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +31 -3
- package/src/icons/trash.svg +8 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +18 -1
- package/src/renderers/Action.tsx +24 -2
- package/src/renderers/App.tsx +4 -0
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +23 -5
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Chart.tsx +4 -0
- package/src/renderers/Dialog.tsx +21 -3
- package/src/renderers/Drawer.tsx +14 -2
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +179 -66
- package/src/renderers/Form/InputCity.tsx +46 -5
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +27 -3
- package/src/renderers/Form/InputFile.tsx +23 -7
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +22 -6
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputRange.tsx +20 -22
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/InputText.tsx +14 -4
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +7 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/Textarea.tsx +3 -1
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/index.tsx +56 -25
- package/src/renderers/Form/wrapControl.tsx +23 -12
- package/src/renderers/Nav.tsx +231 -33
- package/src/renderers/Page.tsx +97 -35
- package/src/renderers/Progress.tsx +9 -11
- package/src/renderers/Service.tsx +66 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Table/index.tsx +43 -19
- package/src/renderers/Tabs.tsx +90 -31
- package/src/renderers/TooltipWrapper.tsx +262 -0
- package/src/renderers/Wizard.tsx +169 -93
- package/src/store/crud.ts +50 -5
- package/src/store/form.ts +8 -3
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +4 -4
- package/src/types.ts +8 -1
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
- package/src/utils/dom.tsx +7 -6
- package/src/utils/position.ts +0 -1
- package/src/utils/scrollPosition.ts +29 -0
package/sdk/ang.css
CHANGED
@@ -12120,6 +12120,8 @@ readers do not read off random characters that represent icons */
|
|
12120
12120
|
--borderRadiusLg: 0.428rem;
|
12121
12121
|
--boxShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
12122
12122
|
--boxShadowSm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
12123
|
+
--boxTooltipShadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
|
12124
|
+
0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
|
12123
12125
|
--lineHeightBase: 1.5;
|
12124
12126
|
--body-lineHeight: var(--lineHeightBase);
|
12125
12127
|
--borderWidth: 0.0625rem;
|
@@ -12392,19 +12394,18 @@ readers do not read off random characters that represent icons */
|
|
12392
12394
|
--ButtonGroup--primary-isActive-color: var(--white);
|
12393
12395
|
--ButtonGroup--primary-isActive-bg: var(--primary);
|
12394
12396
|
--Breadcrumb-item-fontSize: var(--fontSizeMd);
|
12395
|
-
--Breadcrumb-item-default-color: #
|
12396
|
-
--Breadcrumb-item-hover-color: #
|
12397
|
-
--Breadcrumb-item-active-color: #
|
12398
|
-
--Breadcrumb-item-last-color: #
|
12399
|
-
--BreadcrumbDropdown-item-default-color: #
|
12400
|
-
--BreadcrumbDropdown-item-default-bg: #
|
12401
|
-
--BreadcrumbDropdown-item-hover-bg: #
|
12397
|
+
--Breadcrumb-item-default-color: #83868c;
|
12398
|
+
--Breadcrumb-item-hover-color: #2468f2;
|
12399
|
+
--Breadcrumb-item-active-color: #1c53c1;
|
12400
|
+
--Breadcrumb-item-last-color: #151a26;
|
12401
|
+
--BreadcrumbDropdown-item-default-color: #151a26;
|
12402
|
+
--BreadcrumbDropdown-item-default-bg: #ffffff;
|
12403
|
+
--BreadcrumbDropdown-item-hover-bg: #e9f0fd;
|
12402
12404
|
--BreadcrumbDropdown-item-fontSize: var(--fontSizeSm);
|
12403
12405
|
--BreadcrumbDropdown-item-height: 2rem;
|
12404
12406
|
--BreadcrumbDropdown-item-paddingX: var(--gap-sm);
|
12405
12407
|
--BreadcrumbDropdown-item-paddingY: calc(
|
12406
|
-
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) /
|
12407
|
-
2
|
12408
|
+
(var(--BreadcrumbDropdown-item-height) - var(--fontSizeSm)) / 2
|
12408
12409
|
);
|
12409
12410
|
--Calendar-btn-bg: var(--info);
|
12410
12411
|
--Calendar-btn-border: var(--Calendar-btn-bg);
|
@@ -12516,19 +12517,26 @@ readers do not read off random characters that represent icons */
|
|
12516
12517
|
--Carousel-svg-height: var(--gap-lg);
|
12517
12518
|
--Carousel-svg-width: var(--gap-lg);
|
12518
12519
|
--Carousel-transitionDuration: var(--animation-duration);
|
12519
|
-
--Checkbox--full-inner-size: 0.
|
12520
|
-
--Checkbox--sm--full-inner-size: 0.
|
12520
|
+
--Checkbox--full-inner-size: 0.5rem;
|
12521
|
+
--Checkbox--sm--full-inner-size: 0.5rem;
|
12521
12522
|
--Checkbox--sm-inner-size: calc(var(--Checkbox--sm-size) / 2);
|
12522
12523
|
--Checkbox--sm-size: 1rem;
|
12523
|
-
--Checkbox-borderRadius:
|
12524
|
+
--Checkbox-borderRadius: 0.125rem;
|
12524
12525
|
--Checkbox-color: var(--Form-input-borderColor);
|
12525
12526
|
--Checkbox-gap: var(--gap-xs);
|
12526
12527
|
--Checkbox-gb: #fff;
|
12527
|
-
--Checkbox-size:
|
12528
|
+
--Checkbox-size: 1rem;
|
12528
12529
|
--Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
|
12529
12530
|
--Checkbox-onHover-color: var(--info);
|
12530
12531
|
--Checkbox-onDisabled-bg: #e5e7eb;
|
12531
12532
|
--Checkbox-onDisabled-color: var(--text--muted-color);
|
12533
|
+
--Checkbox-inner-onDisabled-bg: #d4d6d9;
|
12534
|
+
--Checkbox-disabled-unchecked-bg: #f2f3f3;
|
12535
|
+
--Checkbox-border-width: var(--Form-input-borderWidth);
|
12536
|
+
--Checkbox-paddingX: 0.75rem;
|
12537
|
+
--Checkbox-button-height: 2rem;
|
12538
|
+
--Checkbox-button-line-height: 1.75rem;
|
12539
|
+
--Checkbox-button-min-width: 5rem;
|
12532
12540
|
--ColorPicker-bg: var(--white);
|
12533
12541
|
--ColorPicker-borderColor: var(--Form-input-borderColor);
|
12534
12542
|
--ColorPicker-borderRadius: var(--Form-input-borderRadius);
|
@@ -12632,6 +12640,16 @@ readers do not read off random characters that represent icons */
|
|
12632
12640
|
) / 2 - var(--DatePicker-borderWidth)
|
12633
12641
|
);
|
12634
12642
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
12643
|
+
--DatePicker-minWidth: calc(
|
12644
|
+
var(--fontSizeLg) * 5 +var(--DatePicker-paddingX) * 2 + var(
|
12645
|
+
--Form-input-clearBtn-size
|
12646
|
+
) * 2
|
12647
|
+
);
|
12648
|
+
--DateRangePicker-minWidth: calc(
|
12649
|
+
var(--fontSizeLg) * 8 +var(--DatePicker-paddingX) * 2 + var(
|
12650
|
+
--Form-input-clearBtn-size
|
12651
|
+
) * 2
|
12652
|
+
);
|
12635
12653
|
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
12636
12654
|
--Divider-borderStyle: solid;
|
12637
12655
|
--Drawer-bg: var(--background);
|
@@ -12685,6 +12703,8 @@ readers do not read off random characters that represent icons */
|
|
12685
12703
|
--Form--horizontal-label-widthMd: 10rem;
|
12686
12704
|
--Form--horizontal-label-widthSm: 5.625rem;
|
12687
12705
|
--Form--horizontal-label-widthXs: 3.75rem;
|
12706
|
+
--Form--horizontal-justify-label-align: left;
|
12707
|
+
--Form--horizontal-justify-value-align: right;
|
12688
12708
|
--Form-control-widthBase: 12.5rem;
|
12689
12709
|
--Form-control-widthLg: 20rem;
|
12690
12710
|
--Form-control-widthMd: 15rem;
|
@@ -12858,7 +12878,7 @@ readers do not read off random characters that represent icons */
|
|
12858
12878
|
--InputRange-padding: 1.25rem;
|
12859
12879
|
--InputRange-onDisabled-color: var(--light);
|
12860
12880
|
--InputRange-primaryColor: var(--primary);
|
12861
|
-
--InputRange-track-height: 0.
|
12881
|
+
--InputRange-track-height: 0.375rem;
|
12862
12882
|
--InputRange-track-bg: #f3f4f6;
|
12863
12883
|
--InputRange-track-onDisabled-bg: var(--InputRange-onDisabled-color);
|
12864
12884
|
--InputRange-track-onActive-bg: var(--InputRange-primaryColor);
|
@@ -13053,6 +13073,8 @@ readers do not read off random characters that represent icons */
|
|
13053
13073
|
--Nav-item-onHover-color: var(--text--loud-color);
|
13054
13074
|
--Nav-subItem-fontSize: var(--fontSizeBase);
|
13055
13075
|
--Nav-subItem-onActiveBeforeBg: #e5eaeb;
|
13076
|
+
--Nav-Item-maxWidth--tabs: 10rem;
|
13077
|
+
--Nav-Item-height: 2.5rem;
|
13056
13078
|
--Number-bg: var(--Form-input-bg);
|
13057
13079
|
--Number-borderColor: var(--Form-input-borderColor);
|
13058
13080
|
--Number-borderRadius: var(--Form-input-borderRadius);
|
@@ -13184,14 +13206,15 @@ readers do not read off random characters that represent icons */
|
|
13184
13206
|
--Satus-icon-height: var(--Satus-icon-width);
|
13185
13207
|
--Sparkline-line-color: var(--info);
|
13186
13208
|
--Sparkline-area-color: rgba(35, 183, 229, 0.1);
|
13187
|
-
--Spinner--lg-height:
|
13188
|
-
--Spinner--lg-width:
|
13209
|
+
--Spinner--lg-height: 3rem;
|
13210
|
+
--Spinner--lg-width: 3rem;
|
13189
13211
|
--Spinner--sm-height: 1rem;
|
13190
13212
|
--Spinner--sm-width: 1rem;
|
13191
13213
|
--Spinner-bg: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
13192
|
-
--Spinner-height:
|
13214
|
+
--Spinner-height: 2rem;
|
13193
13215
|
--Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
|
13194
|
-
--Spinner-width:
|
13216
|
+
--Spinner-width: 2rem;
|
13217
|
+
--Spinner-color: #2468f2;
|
13195
13218
|
--Switch-bgColor: #4b5563;
|
13196
13219
|
--Switch-borderColor: #353c46;
|
13197
13220
|
--Switch-gap: var(--gap-sm);
|
@@ -13277,6 +13300,7 @@ readers do not read off random characters that represent icons */
|
|
13277
13300
|
--Tabs--line-content-padding: var(--gap-base) 0;
|
13278
13301
|
--Tabs--line-linkMargin: 0 32px 0 0;
|
13279
13302
|
--Tabs--line-linkPadding: 0 0 8px;
|
13303
|
+
--Tabs--line-addPadding: 0 0 10px;
|
13280
13304
|
--Tabs--line-padding: var(--gap-md);
|
13281
13305
|
--Tabs--line-onHover-borderColor: var(--primary);
|
13282
13306
|
--Tabs--line-onHover-color: var(--primary);
|
@@ -13299,13 +13323,20 @@ readers do not read off random characters that represent icons */
|
|
13299
13323
|
--Tabs-onActive-color: #374151;
|
13300
13324
|
--Tabs-onDisabled-color: #4b5563;
|
13301
13325
|
--Tabs-onHover-borderColor: #e5e7eb;
|
13302
|
-
--Tabs-add-icon-size:
|
13326
|
+
--Tabs-add-icon-size: 0.9375rem;
|
13303
13327
|
--Tabs-add-icon-padding: 0.0625rem;
|
13304
13328
|
--Tabs-add-icon-margin: var(--gap-xs);
|
13305
13329
|
--Tabs-add-margin: var(--gap-lg);
|
13330
|
+
--Tabs-gray-color: #83868c;
|
13306
13331
|
--Tabs-close-margin: var(--gap-xs);
|
13332
|
+
--Tabs-close-marginTop: 0.0625rem;
|
13307
13333
|
--Tabs-close-size: 0.75rem;
|
13308
13334
|
--Tabs-link-maxWidth: 10rem;
|
13335
|
+
--Tabs--sidebar-sideWidth: 3.875rem;
|
13336
|
+
--Tabs--sidebar-sidePadding: 1.6875rem;
|
13337
|
+
--Tabs--sidebar-sideMargin: 0 0 1.375rem 0;
|
13338
|
+
--Tabs--sidebar-iconSize: 1.5rem;
|
13339
|
+
--Tabs--sidebar-iconMargin: 0.3125rem;
|
13309
13340
|
--Tabs--vertical-bg: var(--Table-thead-bg);
|
13310
13341
|
--Tabs--vertical-width: 8.75rem;
|
13311
13342
|
--Tabs--vertical-onActive-color: var(--primary);
|
@@ -13380,29 +13411,36 @@ readers do not read off random characters that represent icons */
|
|
13380
13411
|
--Tooltip--attr-paddingY: 0.125rem;
|
13381
13412
|
--Tooltip--attr-transition: all var(--animation-duration) ease-in-out;
|
13382
13413
|
--Tooltip-arrow-color: var(--Tooltip-bg);
|
13383
|
-
--Tooltip-arrow-color:
|
13414
|
+
--Tooltip-arrow-color--dark: rgba(7, 12, 20, 0.85);
|
13384
13415
|
--Tooltip-arrow-height: 0.5rem;
|
13385
13416
|
--Tooltip-arrow-height: 0.5rem;
|
13386
13417
|
--Tooltip-arrow-outerColor: #d1d5db;
|
13387
13418
|
--Tooltip-arrow-width: 1rem;
|
13388
13419
|
--Tooltip-arrow-width: 1rem;
|
13389
13420
|
--Tooltip-bg: var(--background);
|
13421
|
+
--Tooltip-bg--dark: rgba(7, 12, 20, 0.85);
|
13390
13422
|
--Tooltip-body-color: var(--text-color);
|
13391
|
-
--Tooltip-body-
|
13423
|
+
--Tooltip-body-color--dark: var(--white);
|
13424
|
+
--Tooltip-body-paddingX: var(--gap-base);
|
13392
13425
|
--Tooltip-body-paddingY: var(--gap-sm);
|
13393
13426
|
--Tooltip-borderColor: var(--borderColor);
|
13394
13427
|
--Tooltip-borderRadius: var(--borderRadiusLg);
|
13395
13428
|
--Tooltip-borderWidth: var(--borderWidth);
|
13396
|
-
--Tooltip-boxShadow: var(--
|
13429
|
+
--Tooltip-boxShadow: var(--boxTooltipShadow);
|
13430
|
+
--Tooltip-boxShadow--dark: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
13397
13431
|
--Tooltip-fontSize: var(--fontSizeSm);
|
13432
|
+
--Tooltip-fontWeight: var(--fontWeightMd);
|
13398
13433
|
--Tooltip-maxWidth: 15rem;
|
13399
13434
|
--Tooltip-minWidth: auto;
|
13435
|
+
--Tooltip-title-fontWeight: bold;
|
13400
13436
|
--Tooltip-title-bg: #f7f7f7;
|
13401
13437
|
--Tooltip-title-borderBottom-color: #ebebeb;
|
13402
13438
|
--Tooltip-title-color: var(--text--loud-color);
|
13403
|
-
--Tooltip-title-
|
13404
|
-
--Tooltip-title-
|
13439
|
+
--Tooltip-title-color--dark: var(--white);
|
13440
|
+
--Tooltip-title-paddingX: var(--gap-base);
|
13441
|
+
--Tooltip-title-paddingY: var(--gap-sm);
|
13405
13442
|
--Transfer-title-bg: #f6f8f8;
|
13443
|
+
--Transfer-selection-maxHeight: 21.875rem;
|
13406
13444
|
--Tree-indent: var(--gap-md);
|
13407
13445
|
--Tree-inputHeight: calc(var(--Form-input-height) * 0.85);
|
13408
13446
|
--Tree-item-onHover-bg: rgba(0, 126, 255, 0.08);
|
@@ -13454,6 +13492,10 @@ readers do not read off random characters that represent icons */
|
|
13454
13492
|
--ColumnToggler-fontColor: #151a26;
|
13455
13493
|
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
13456
13494
|
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
13495
|
+
--ColumnToggler-item-paddingX: 0.5rem;
|
13496
|
+
--ColumnToggler-item-paddingY: 0.25rem;
|
13497
|
+
--ColumnToggler-item-margin: 0.25rem;
|
13498
|
+
--ColumnToggler-item-dragBar-color: #d8d8d8;
|
13457
13499
|
--InputFormula-header-bgColor: #fafafa;
|
13458
13500
|
--InputFormula-icon-size: 1.5rem;
|
13459
13501
|
--InputFormula-icon-color-onActive: var(--primary);
|
@@ -27686,7 +27728,6 @@ readers do not read off random characters that represent icons */
|
|
27686
27728
|
z-index: 1600;
|
27687
27729
|
word-wrap: break-word;
|
27688
27730
|
background: var(--Tooltip-bg);
|
27689
|
-
border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
|
27690
27731
|
box-shadow: var(--Tooltip-boxShadow);
|
27691
27732
|
}
|
27692
27733
|
|
@@ -27723,7 +27764,6 @@ readers do not read off random characters that represent icons */
|
|
27723
27764
|
|
27724
27765
|
.amis-scope .a-Tooltip--top .a-Tooltip-arrow::before {
|
27725
27766
|
bottom: 0;
|
27726
|
-
border-top-color: var(--Tooltip-arrow-outerColor);
|
27727
27767
|
}
|
27728
27768
|
|
27729
27769
|
.amis-scope .a-Tooltip--top .a-Tooltip-arrow::after {
|
@@ -27750,7 +27790,6 @@ readers do not read off random characters that represent icons */
|
|
27750
27790
|
|
27751
27791
|
.amis-scope .a-Tooltip--right .a-Tooltip-arrow::before {
|
27752
27792
|
left: 0;
|
27753
|
-
border-right-color: var(--Tooltip-arrow-outerColor);
|
27754
27793
|
}
|
27755
27794
|
|
27756
27795
|
.amis-scope .a-Tooltip--right .a-Tooltip-arrow::after {
|
@@ -27773,7 +27812,6 @@ readers do not read off random characters that represent icons */
|
|
27773
27812
|
|
27774
27813
|
.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::before {
|
27775
27814
|
top: 0;
|
27776
|
-
border-bottom-color: var(--Tooltip-arrow-outerColor);
|
27777
27815
|
}
|
27778
27816
|
|
27779
27817
|
.amis-scope .a-Tooltip--bottom .a-Tooltip-arrow::after {
|
@@ -27812,7 +27850,6 @@ readers do not read off random characters that represent icons */
|
|
27812
27850
|
|
27813
27851
|
.amis-scope .a-Tooltip--left .a-Tooltip-arrow::before {
|
27814
27852
|
right: 0;
|
27815
|
-
border-left-color: var(--Tooltip-arrow-outerColor);
|
27816
27853
|
}
|
27817
27854
|
|
27818
27855
|
.amis-scope .a-Tooltip--left .a-Tooltip-arrow::after {
|
@@ -27821,14 +27858,14 @@ readers do not read off random characters that represent icons */
|
|
27821
27858
|
}
|
27822
27859
|
|
27823
27860
|
.amis-scope .a-Tooltip-title {
|
27824
|
-
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
|
27861
|
+
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX) 0;
|
27825
27862
|
margin-bottom: 0;
|
27826
27863
|
font-size: var(--fontSizeBase);
|
27827
27864
|
color: var(--Tooltip-title-color);
|
27828
|
-
|
27829
|
-
border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
|
27865
|
+
font-weight: var(--Tooltip-fontWeight);
|
27830
27866
|
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27831
27867
|
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27868
|
+
font-weight: var(--Tooltip-title-fontWeight);
|
27832
27869
|
}
|
27833
27870
|
|
27834
27871
|
.amis-scope .a-Tooltip-title:empty {
|
@@ -27838,6 +27875,64 @@ readers do not read off random characters that represent icons */
|
|
27838
27875
|
.amis-scope .a-Tooltip-body {
|
27839
27876
|
color: var(--Tooltip-body-color);
|
27840
27877
|
padding: var(--Tooltip-body-paddingY) var(--Tooltip-body-paddingX);
|
27878
|
+
word-break: break-all;
|
27879
|
+
text-align: left;
|
27880
|
+
}
|
27881
|
+
|
27882
|
+
.amis-scope .a-Tooltip--dark {
|
27883
|
+
background: var(--Tooltip-bg--dark);
|
27884
|
+
border: none;
|
27885
|
+
box-shadow: var(--Tooltip-boxShadow--dark);
|
27886
|
+
}
|
27887
|
+
|
27888
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title {
|
27889
|
+
color: var(--Tooltip-title-color--dark);
|
27890
|
+
background: transparent;
|
27891
|
+
border-bottom: none;
|
27892
|
+
}
|
27893
|
+
|
27894
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title::before {
|
27895
|
+
border-bottom-color: transparent;
|
27896
|
+
}
|
27897
|
+
|
27898
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-body {
|
27899
|
+
color: var(--Tooltip-body-color--dark);
|
27900
|
+
}
|
27901
|
+
|
27902
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::before {
|
27903
|
+
border-width: 0;
|
27904
|
+
}
|
27905
|
+
|
27906
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::after {
|
27907
|
+
border-top-color: var(--Tooltip-arrow-color--dark);
|
27908
|
+
}
|
27909
|
+
|
27910
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::before {
|
27911
|
+
border-width: 0;
|
27912
|
+
}
|
27913
|
+
|
27914
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
27915
|
+
border-bottom-color: var(--Tooltip-arrow-color--dark);
|
27916
|
+
}
|
27917
|
+
|
27918
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::before {
|
27919
|
+
border-width: 0;
|
27920
|
+
}
|
27921
|
+
|
27922
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::after {
|
27923
|
+
border-left-color: var(--Tooltip-arrow-color--dark);
|
27924
|
+
}
|
27925
|
+
|
27926
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::before {
|
27927
|
+
border-width: 0;
|
27928
|
+
}
|
27929
|
+
|
27930
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::after {
|
27931
|
+
border-right-color: var(--Tooltip-arrow-color--dark);
|
27932
|
+
}
|
27933
|
+
|
27934
|
+
.amis-scope .a-TooltipWrapper--inline {
|
27935
|
+
display: inline-block;
|
27841
27936
|
}
|
27842
27937
|
|
27843
27938
|
@keyframes tooltipIn {
|
@@ -28567,7 +28662,7 @@ readers do not read off random characters that represent icons */
|
|
28567
28662
|
}
|
28568
28663
|
|
28569
28664
|
.amis-scope .a-Alert-icon {
|
28570
|
-
margin-right:
|
28665
|
+
margin-right: var(--gap-sm);
|
28571
28666
|
font-size: var(--fontSizeLg);
|
28572
28667
|
}
|
28573
28668
|
|
@@ -28826,7 +28921,7 @@ readers do not read off random characters that represent icons */
|
|
28826
28921
|
margin-left: var(--Tabs-add-margin);
|
28827
28922
|
align-items: center;
|
28828
28923
|
justify-content: flex-start;
|
28829
|
-
padding: var(--Tabs--line-
|
28924
|
+
padding: var(--Tabs--line-addPadding);
|
28830
28925
|
white-space: nowrap;
|
28831
28926
|
cursor: pointer;
|
28832
28927
|
}
|
@@ -28843,7 +28938,13 @@ readers do not read off random characters that represent icons */
|
|
28843
28938
|
line-height: 1;
|
28844
28939
|
}
|
28845
28940
|
|
28941
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
28942
|
+
color: var(--primary);
|
28943
|
+
fill: var(--primary);
|
28944
|
+
}
|
28945
|
+
|
28846
28946
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
|
28947
|
+
flex-grow: 1;
|
28847
28948
|
position: relative;
|
28848
28949
|
display: flex;
|
28849
28950
|
align-items: center;
|
@@ -28851,7 +28952,7 @@ readers do not read off random characters that represent icons */
|
|
28851
28952
|
}
|
28852
28953
|
|
28853
28954
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
28854
|
-
margin
|
28955
|
+
margin: var(--Tabs--line-addPadding);
|
28855
28956
|
width: 16px;
|
28856
28957
|
height: 100%;
|
28857
28958
|
display: flex;
|
@@ -28886,6 +28987,7 @@ readers do not read off random characters that represent icons */
|
|
28886
28987
|
}
|
28887
28988
|
|
28888
28989
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
|
28990
|
+
position: relative;
|
28889
28991
|
overflow-y: auto;
|
28890
28992
|
scrollbar-width: none;
|
28891
28993
|
width: 100%;
|
@@ -28896,8 +28998,10 @@ readers do not read off random characters that represent icons */
|
|
28896
28998
|
}
|
28897
28999
|
|
28898
29000
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
|
28899
|
-
position: relative;
|
28900
29001
|
min-width: 100%;
|
29002
|
+
max-width: 0;
|
29003
|
+
height: 100%;
|
29004
|
+
overflow-x: hidden;
|
28901
29005
|
}
|
28902
29006
|
|
28903
29007
|
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
@@ -28940,7 +29044,9 @@ readers do not read off random characters that represent icons */
|
|
28940
29044
|
}
|
28941
29045
|
|
28942
29046
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
28943
|
-
margin
|
29047
|
+
margin: var(--Tabs-close-marginTop) 0 0 var(--Tabs-close-margin);
|
29048
|
+
fill: var(--Tabs-gray-color);
|
29049
|
+
cursor: pointer;
|
28944
29050
|
}
|
28945
29051
|
|
28946
29052
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
|
@@ -29028,6 +29134,18 @@ readers do not read off random characters that represent icons */
|
|
29028
29134
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
29029
29135
|
}
|
29030
29136
|
|
29137
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
|
29138
|
+
padding-top: 10px;
|
29139
|
+
}
|
29140
|
+
|
29141
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-addable {
|
29142
|
+
padding: 0;
|
29143
|
+
}
|
29144
|
+
|
29145
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-linksContainer-arrow {
|
29146
|
+
margin: 0;
|
29147
|
+
}
|
29148
|
+
|
29031
29149
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
29032
29150
|
top: -4px;
|
29033
29151
|
}
|
@@ -29059,15 +29177,18 @@ readers do not read off random characters that represent icons */
|
|
29059
29177
|
padding: var(--Tabs--line-linkPadding);
|
29060
29178
|
}
|
29061
29179
|
|
29062
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li
|
29063
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
29064
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
29065
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
29180
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover a:first-child,
|
29181
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover a:first-child {
|
29066
29182
|
color: var(--primary);
|
29067
29183
|
background: transparent;
|
29068
29184
|
border-color: transparent;
|
29069
29185
|
}
|
29070
29186
|
|
29187
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .a-Tabs-link-close,
|
29188
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
29189
|
+
fill: var(--primary);
|
29190
|
+
}
|
29191
|
+
|
29071
29192
|
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
29072
29193
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
29073
29194
|
margin: 0;
|
@@ -29105,6 +29226,10 @@ readers do not read off random characters that represent icons */
|
|
29105
29226
|
margin-right: var(--Tabs--card-add-gap);
|
29106
29227
|
}
|
29107
29228
|
|
29229
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
|
29230
|
+
padding: 0;
|
29231
|
+
}
|
29232
|
+
|
29108
29233
|
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
29109
29234
|
padding: var(--Tabs--card-arrow-gap) var(--Tabs--card-add-gap) 0;
|
29110
29235
|
margin-bottom: 0;
|
@@ -29141,6 +29266,11 @@ readers do not read off random characters that represent icons */
|
|
29141
29266
|
border: none;
|
29142
29267
|
}
|
29143
29268
|
|
29269
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
|
29270
|
+
padding: var(--Tabs--card-padding);
|
29271
|
+
margin: 0;
|
29272
|
+
}
|
29273
|
+
|
29144
29274
|
.amis-scope .a-Tabs--card > .a-Tabs-content {
|
29145
29275
|
border-width: 0;
|
29146
29276
|
}
|
@@ -29149,7 +29279,7 @@ readers do not read off random characters that represent icons */
|
|
29149
29279
|
margin-bottom: 0.625rem;
|
29150
29280
|
}
|
29151
29281
|
|
29152
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper
|
29282
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29153
29283
|
padding: 0;
|
29154
29284
|
}
|
29155
29285
|
|
@@ -29241,7 +29371,7 @@ readers do not read off random characters that represent icons */
|
|
29241
29371
|
border-right-width: 0;
|
29242
29372
|
}
|
29243
29373
|
|
29244
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper
|
29374
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29245
29375
|
padding: 0 var(--Tabs--tiled-add-gap);
|
29246
29376
|
margin-left: 0;
|
29247
29377
|
white-space: nowrap;
|
@@ -29349,6 +29479,84 @@ readers do not read off random characters that represent icons */
|
|
29349
29479
|
height: 100%;
|
29350
29480
|
}
|
29351
29481
|
|
29482
|
+
.amis-scope .a-Tabs--sidebar {
|
29483
|
+
display: flex;
|
29484
|
+
height: 100%;
|
29485
|
+
}
|
29486
|
+
|
29487
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left {
|
29488
|
+
flex-direction: row;
|
29489
|
+
}
|
29490
|
+
|
29491
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left > .a-Tabs-content {
|
29492
|
+
border-right: none;
|
29493
|
+
}
|
29494
|
+
|
29495
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right {
|
29496
|
+
flex-direction: row-reverse;
|
29497
|
+
}
|
29498
|
+
|
29499
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right > .a-Tabs-content {
|
29500
|
+
border-left: none;
|
29501
|
+
}
|
29502
|
+
|
29503
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper {
|
29504
|
+
flex: 0 0 var(--Tabs--sidebar-sideWidth);
|
29505
|
+
align-items: flex-start;
|
29506
|
+
border: none;
|
29507
|
+
}
|
29508
|
+
|
29509
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
|
29510
|
+
position: relative;
|
29511
|
+
margin: 0;
|
29512
|
+
padding-top: var(--Tabs--sidebar-sidePadding);
|
29513
|
+
flex-grow: 1;
|
29514
|
+
border: none;
|
29515
|
+
flex-direction: column;
|
29516
|
+
border: 0;
|
29517
|
+
}
|
29518
|
+
|
29519
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
29520
|
+
display: flex;
|
29521
|
+
margin: var(--Tabs--sidebar-sideMargin);
|
29522
|
+
padding: 0;
|
29523
|
+
flex-direction: column;
|
29524
|
+
justify-content: flex-start;
|
29525
|
+
align-items: center;
|
29526
|
+
border: 0;
|
29527
|
+
}
|
29528
|
+
|
29529
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
29530
|
+
padding: 0;
|
29531
|
+
border: 0;
|
29532
|
+
margin: 0;
|
29533
|
+
display: flex;
|
29534
|
+
flex-direction: column;
|
29535
|
+
align-items: center;
|
29536
|
+
color: var(--Tabs-gray-color);
|
29537
|
+
}
|
29538
|
+
|
29539
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
|
29540
|
+
font-size: var(--Tabs--sidebar-iconSize);
|
29541
|
+
height: var(--Tabs--sidebar-iconSize);
|
29542
|
+
margin-bottom: var(--Tabs--sidebar-iconMargin);
|
29543
|
+
}
|
29544
|
+
|
29545
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
29546
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
29547
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
29548
|
+
color: var(--Tabs--sidebar-iconColor);
|
29549
|
+
}
|
29550
|
+
|
29551
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content {
|
29552
|
+
flex-grow: 1;
|
29553
|
+
border-bottom: none;
|
29554
|
+
}
|
29555
|
+
|
29556
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content > .a-Tabs-pane {
|
29557
|
+
height: 100%;
|
29558
|
+
}
|
29559
|
+
|
29352
29560
|
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
|
29353
29561
|
background: var(--Tabs--chrome-bg);
|
29354
29562
|
border-bottom: none;
|
@@ -29464,7 +29672,7 @@ readers do not read off random characters that represent icons */
|
|
29464
29672
|
border-bottom: none;
|
29465
29673
|
}
|
29466
29674
|
|
29467
|
-
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper
|
29675
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29468
29676
|
padding: 0;
|
29469
29677
|
}
|
29470
29678
|
|
@@ -29512,6 +29720,10 @@ readers do not read off random characters that represent icons */
|
|
29512
29720
|
border: none;
|
29513
29721
|
}
|
29514
29722
|
|
29723
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
29724
|
+
fill: var(--primary);
|
29725
|
+
}
|
29726
|
+
|
29515
29727
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
29516
29728
|
padding: 0;
|
29517
29729
|
}
|
@@ -29531,7 +29743,7 @@ readers do not read off random characters that represent icons */
|
|
29531
29743
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs--simple-split-color);
|
29532
29744
|
}
|
29533
29745
|
|
29534
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29746
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
29535
29747
|
width: var(--Tabs--strong-add-size);
|
29536
29748
|
margin-left: var(--Tabs--card-arrow-gap);
|
29537
29749
|
padding: 0;
|
@@ -29545,11 +29757,11 @@ readers do not read off random characters that represent icons */
|
|
29545
29757
|
flex: none;
|
29546
29758
|
}
|
29547
29759
|
|
29548
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29760
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable > .a-Tabs-addable-icon {
|
29549
29761
|
margin-right: 0;
|
29550
29762
|
}
|
29551
29763
|
|
29552
|
-
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper
|
29764
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
29553
29765
|
color: var(--Tabs--line-onHover-color);
|
29554
29766
|
}
|
29555
29767
|
|
@@ -29612,6 +29824,10 @@ readers do not read off random characters that represent icons */
|
|
29612
29824
|
color: var(--Tabs--line-onHover-color);
|
29613
29825
|
}
|
29614
29826
|
|
29827
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover .a-Tabs-link-close {
|
29828
|
+
fill: var(--primary);
|
29829
|
+
}
|
29830
|
+
|
29615
29831
|
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
29616
29832
|
margin-right: 0;
|
29617
29833
|
}
|
@@ -29623,9 +29839,10 @@ readers do not read off random characters that represent icons */
|
|
29623
29839
|
}
|
29624
29840
|
|
29625
29841
|
.amis-scope .a-Tabs-toolbar {
|
29626
|
-
|
29627
|
-
|
29628
|
-
|
29842
|
+
margin-left: var(--gap-base);
|
29843
|
+
display: flex;
|
29844
|
+
flex-direction: row;
|
29845
|
+
align-items: center;
|
29629
29846
|
}
|
29630
29847
|
|
29631
29848
|
.amis-scope .a-Nav {
|
@@ -29649,6 +29866,34 @@ readers do not read off random characters that represent icons */
|
|
29649
29866
|
vertical-align: middle;
|
29650
29867
|
}
|
29651
29868
|
|
29869
|
+
.amis-scope .a-Nav .a-Nav-list-overflow {
|
29870
|
+
min-height: var(--Nav-Item-height) !important;
|
29871
|
+
max-height: calc(var(--Nav-Item-height) * 5);
|
29872
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29873
|
+
font-size: var(--Nav-subItem-fontSize);
|
29874
|
+
overflow-x: hidden;
|
29875
|
+
overflow-y: auto;
|
29876
|
+
}
|
29877
|
+
|
29878
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-subItems {
|
29879
|
+
margin-block-start: 0;
|
29880
|
+
margin-block-end: 0;
|
29881
|
+
}
|
29882
|
+
|
29883
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item {
|
29884
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29885
|
+
height: var(--Nav-Item-height);
|
29886
|
+
}
|
29887
|
+
|
29888
|
+
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item > a {
|
29889
|
+
border: none !important;
|
29890
|
+
display: block !important;
|
29891
|
+
text-overflow: ellipsis;
|
29892
|
+
overflow: hidden;
|
29893
|
+
white-space: nowrap;
|
29894
|
+
user-select: none;
|
29895
|
+
}
|
29896
|
+
|
29652
29897
|
.amis-scope .a-Nav .a-Nav-list--tabs {
|
29653
29898
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
29654
29899
|
}
|
@@ -29657,6 +29902,7 @@ readers do not read off random characters that represent icons */
|
|
29657
29902
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
29658
29903
|
display: inline-block;
|
29659
29904
|
position: relative;
|
29905
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29660
29906
|
}
|
29661
29907
|
|
29662
29908
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
@@ -29671,11 +29917,15 @@ readers do not read off random characters that represent icons */
|
|
29671
29917
|
margin-right: 0.125rem;
|
29672
29918
|
padding: var(--gap-sm) var(--gap-xl);
|
29673
29919
|
cursor: pointer;
|
29920
|
+
text-overflow: ellipsis;
|
29921
|
+
overflow: hidden;
|
29922
|
+
white-space: nowrap;
|
29674
29923
|
}
|
29675
29924
|
|
29676
29925
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
29677
29926
|
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
|
29678
29927
|
border-color: var(--Tabs-onHover-borderColor);
|
29928
|
+
border-bottom: none;
|
29679
29929
|
text-decoration: none;
|
29680
29930
|
}
|
29681
29931
|
|
@@ -29695,6 +29945,13 @@ readers do not read off random characters that represent icons */
|
|
29695
29945
|
border-bottom-color: var(--Tabs-content-bg);
|
29696
29946
|
}
|
29697
29947
|
|
29948
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow:hover > a,
|
29949
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow > a:focus,
|
29950
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow.is-overflow-opened > a {
|
29951
|
+
color: var(--primary);
|
29952
|
+
border-color: transparent;
|
29953
|
+
}
|
29954
|
+
|
29698
29955
|
.amis-scope .a-Nav .a-Nav-list--stacked {
|
29699
29956
|
min-height: 3.125rem;
|
29700
29957
|
}
|
@@ -30615,57 +30872,122 @@ readers do not read off random characters that represent icons */
|
|
30615
30872
|
}
|
30616
30873
|
}
|
30617
30874
|
|
30618
|
-
.amis-scope .
|
30619
|
-
|
30620
|
-
|
30621
|
-
|
30622
|
-
|
30623
|
-
position: absolute;
|
30624
|
-
z-index: 10;
|
30625
|
-
top: 0;
|
30626
|
-
left: 0;
|
30627
|
-
right: 0;
|
30628
|
-
bottom: 0;
|
30629
|
-
background: var(--Spinner-overlay-bg);
|
30630
|
-
transition: ease-out opacity var(--animation-duration);
|
30875
|
+
.amis-scope .a-Spinner {
|
30876
|
+
display: inline-flex;
|
30877
|
+
flex-direction: column;
|
30878
|
+
align-items: center;
|
30879
|
+
justify-content: center;
|
30631
30880
|
opacity: 0;
|
30881
|
+
transition: ease-out opacity var(--animation-duration);
|
30632
30882
|
}
|
30633
30883
|
|
30634
|
-
.amis-scope .a-Spinner
|
30884
|
+
.amis-scope .a-Spinner.in {
|
30635
30885
|
opacity: 1;
|
30636
30886
|
}
|
30637
30887
|
|
30638
|
-
.amis-scope .a-Spinner {
|
30888
|
+
.amis-scope .a-Spinner .a-Spinner-icon {
|
30639
30889
|
width: var(--Spinner-width);
|
30640
30890
|
height: var(--Spinner-height);
|
30891
|
+
position: relative;
|
30641
30892
|
transform: translateZ(0);
|
30642
|
-
|
30893
|
+
animation: spin 2s linear infinite;
|
30894
|
+
transition: ease-out all var(--animation-duration);
|
30895
|
+
}
|
30896
|
+
|
30897
|
+
.amis-scope .a-Spinner .a-Spinner-icon--default {
|
30643
30898
|
background: var(--Spinner-bg);
|
30644
30899
|
background-size: 100%;
|
30645
|
-
|
30900
|
+
animation: none;
|
30901
|
+
}
|
30902
|
+
|
30903
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple {
|
30904
|
+
background: transparent;
|
30905
|
+
display: flex;
|
30906
|
+
align-items: center;
|
30907
|
+
justify-content: center;
|
30908
|
+
}
|
30909
|
+
|
30910
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple .icon {
|
30911
|
+
width: 100%;
|
30912
|
+
height: 100%;
|
30913
|
+
color: var(--Spinner-color);
|
30914
|
+
}
|
30915
|
+
|
30916
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon {
|
30917
|
+
top: 0;
|
30918
|
+
}
|
30919
|
+
|
30920
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple svg.icon path {
|
30921
|
+
fill: var(--Spinner-color);
|
30646
30922
|
}
|
30647
30923
|
|
30648
|
-
.amis-scope .a-Spinner--
|
30924
|
+
.amis-scope .a-Spinner .a-Spinner-icon--simple i.icon {
|
30925
|
+
display: flex;
|
30926
|
+
align-items: center;
|
30927
|
+
justify-content: center;
|
30928
|
+
font-size: var(--Spinner-width);
|
30929
|
+
}
|
30930
|
+
|
30931
|
+
.amis-scope .a-Spinner .a-Spinner-icon--custom {
|
30932
|
+
width: auto;
|
30933
|
+
height: auto;
|
30934
|
+
}
|
30935
|
+
|
30936
|
+
.amis-scope .a-Spinner .a-Spinner-icon--lg {
|
30649
30937
|
width: var(--Spinner--lg-width);
|
30650
30938
|
height: var(--Spinner--lg-height);
|
30651
30939
|
}
|
30652
30940
|
|
30653
|
-
.amis-scope .a-Spinner--
|
30941
|
+
.amis-scope .a-Spinner .a-Spinner-icon--lg i.icon {
|
30942
|
+
font-size: var(--Spinner--lg-height);
|
30943
|
+
}
|
30944
|
+
|
30945
|
+
.amis-scope .a-Spinner .a-Spinner-icon--sm {
|
30654
30946
|
width: var(--Spinner--sm-width);
|
30655
30947
|
height: var(--Spinner--sm-height);
|
30656
30948
|
}
|
30657
30949
|
|
30658
|
-
.amis-scope .a-Spinner--icon {
|
30659
|
-
|
30660
|
-
animation: spin 2s linear infinite;
|
30661
|
-
width: 16px;
|
30662
|
-
height: 16px;
|
30950
|
+
.amis-scope .a-Spinner .a-Spinner-icon--sm i.icon {
|
30951
|
+
font-size: var(--Spinner--sm-height);
|
30663
30952
|
}
|
30664
30953
|
|
30665
|
-
.amis-scope .a-Spinner
|
30666
|
-
|
30667
|
-
|
30668
|
-
|
30954
|
+
.amis-scope .a-Spinner .a-Spinner-tip {
|
30955
|
+
margin: 0.75rem 0 0 0;
|
30956
|
+
word-break: keep-all;
|
30957
|
+
white-space: nowrap;
|
30958
|
+
color: var(--Spinner-color);
|
30959
|
+
}
|
30960
|
+
|
30961
|
+
.amis-scope .a-Spinner.a-Spinner-tip--top {
|
30962
|
+
flex-direction: column-reverse;
|
30963
|
+
}
|
30964
|
+
|
30965
|
+
.amis-scope .a-Spinner.a-Spinner-tip--top .a-Spinner-tip {
|
30966
|
+
margin: 0 0 0.75rem 0;
|
30967
|
+
}
|
30968
|
+
|
30969
|
+
.amis-scope .a-Spinner.a-Spinner-tip--right {
|
30970
|
+
flex-direction: row;
|
30971
|
+
}
|
30972
|
+
|
30973
|
+
.amis-scope .a-Spinner.a-Spinner-tip--right .a-Spinner-tip {
|
30974
|
+
margin: 0 0 0 0.75rem;
|
30975
|
+
}
|
30976
|
+
|
30977
|
+
.amis-scope .a-Spinner.a-Spinner-tip--bottom {
|
30978
|
+
flex-direction: column;
|
30979
|
+
}
|
30980
|
+
|
30981
|
+
.amis-scope .a-Spinner.a-Spinner-tip--bottom .a-Spinner-tip {
|
30982
|
+
margin: 0.75rem 0 0 0;
|
30983
|
+
}
|
30984
|
+
|
30985
|
+
.amis-scope .a-Spinner.a-Spinner-tip--left {
|
30986
|
+
flex-direction: row-reverse;
|
30987
|
+
}
|
30988
|
+
|
30989
|
+
.amis-scope .a-Spinner.a-Spinner-tip--left .a-Spinner-tip {
|
30990
|
+
margin: 0 0.75rem 0 0;
|
30669
30991
|
}
|
30670
30992
|
|
30671
30993
|
.amis-scope .a-Spinner--overlay {
|
@@ -30676,20 +30998,34 @@ readers do not read off random characters that represent icons */
|
|
30676
30998
|
transform: translate3d(-50%, -50%, 0);
|
30677
30999
|
}
|
30678
31000
|
|
30679
|
-
.amis-scope .a-Spinner
|
30680
|
-
|
30681
|
-
|
30682
|
-
|
31001
|
+
.amis-scope .a-Spinner-overlay {
|
31002
|
+
position: absolute;
|
31003
|
+
z-index: 10;
|
31004
|
+
top: 0;
|
31005
|
+
left: 0;
|
31006
|
+
right: 0;
|
31007
|
+
bottom: 0;
|
31008
|
+
background: var(--Spinner-overlay-bg);
|
31009
|
+
transition: ease-out opacity var(--animation-duration);
|
31010
|
+
opacity: 0;
|
30683
31011
|
}
|
30684
31012
|
|
30685
|
-
|
30686
|
-
|
30687
|
-
|
30688
|
-
}
|
31013
|
+
.amis-scope .a-Spinner-overlay.in {
|
31014
|
+
opacity: 1;
|
31015
|
+
}
|
30689
31016
|
|
30690
|
-
|
30691
|
-
|
30692
|
-
|
31017
|
+
.amis-scope .a-Spinner-wrap {
|
31018
|
+
position: relative;
|
31019
|
+
width: 100%;
|
31020
|
+
height: 100%;
|
31021
|
+
}
|
31022
|
+
|
31023
|
+
.amis-scope .a-Spinner-wrap .a-Spinner {
|
31024
|
+
position: absolute;
|
31025
|
+
z-index: 11;
|
31026
|
+
top: 50%;
|
31027
|
+
left: 50%;
|
31028
|
+
transform: translate3d(-50%, -50%, 0);
|
30693
31029
|
}
|
30694
31030
|
|
30695
31031
|
.amis-scope .a-ButtonGroup {
|
@@ -30759,10 +31095,15 @@ readers do not read off random characters that represent icons */
|
|
30759
31095
|
border-bottom-left-radius: 0;
|
30760
31096
|
}
|
30761
31097
|
|
31098
|
+
.amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
|
31099
|
+
border-top-right-radius: 0;
|
31100
|
+
}
|
31101
|
+
|
30762
31102
|
.amis-scope .a-ButtonGroup--vertical {
|
30763
31103
|
flex-direction: column;
|
30764
31104
|
align-items: flex-start;
|
30765
31105
|
justify-content: center;
|
31106
|
+
/* 修正头尾的圆角 */
|
30766
31107
|
}
|
30767
31108
|
|
30768
31109
|
.amis-scope .a-ButtonGroup--vertical .a-Button,
|
@@ -30790,6 +31131,16 @@ readers do not read off random characters that represent icons */
|
|
30790
31131
|
border-top-right-radius: 0;
|
30791
31132
|
}
|
30792
31133
|
|
31134
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:first-child,
|
31135
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child {
|
31136
|
+
border-top-right-radius: var(--Button-borderRadius);
|
31137
|
+
}
|
31138
|
+
|
31139
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:last-child,
|
31140
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child {
|
31141
|
+
border-bottom-left-radius: var(--Button-borderRadius);
|
31142
|
+
}
|
31143
|
+
|
30793
31144
|
.amis-scope .a-ButtonGroup--tiled {
|
30794
31145
|
display: flex;
|
30795
31146
|
}
|
@@ -34264,14 +34615,11 @@ readers do not read off random characters that represent icons */
|
|
34264
34615
|
background: var(--ColumnToggler-item-backgroundColor);
|
34265
34616
|
border-radius: 0.125rem;
|
34266
34617
|
font-size: var(--fontSizeSm);
|
34267
|
-
padding:
|
34618
|
+
padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
|
34268
34619
|
height: var(--ColumnToggler-lineHeight);
|
34269
|
-
width: calc((100% -
|
34620
|
+
width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
|
34621
|
+
margin: var(--ColumnToggler-item-margin);
|
34270
34622
|
float: left;
|
34271
|
-
margin: 0.25rem;
|
34272
|
-
text-overflow: ellipsis;
|
34273
|
-
white-space: nowrap;
|
34274
|
-
overflow: hidden;
|
34275
34623
|
}
|
34276
34624
|
|
34277
34625
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
|
@@ -34282,6 +34630,20 @@ readers do not read off random characters that represent icons */
|
|
34282
34630
|
border: 1px solid var(--link-color);
|
34283
34631
|
}
|
34284
34632
|
|
34633
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label {
|
34634
|
+
display: inline-block;
|
34635
|
+
width: calc(100% - var(--Checkbox--sm-size));
|
34636
|
+
}
|
34637
|
+
|
34638
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-label > span {
|
34639
|
+
display: inline-block;
|
34640
|
+
max-width: 100%;
|
34641
|
+
text-overflow: ellipsis;
|
34642
|
+
white-space: nowrap;
|
34643
|
+
overflow: hidden;
|
34644
|
+
user-select: none;
|
34645
|
+
}
|
34646
|
+
|
34285
34647
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
34286
34648
|
height: var(--fontSizeLg);
|
34287
34649
|
width: var(--fontSizeLg);
|
@@ -34289,10 +34651,12 @@ readers do not read off random characters that represent icons */
|
|
34289
34651
|
}
|
34290
34652
|
|
34291
34653
|
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
|
34654
|
+
display: inline-block;
|
34292
34655
|
margin-left: 0;
|
34293
34656
|
margin-right: var(--gap-xs);
|
34657
|
+
vertical-align: super;
|
34658
|
+
color: var(--ColumnToggler-item-dragBar-color);
|
34294
34659
|
cursor: move;
|
34295
|
-
color: #d8d8d8;
|
34296
34660
|
}
|
34297
34661
|
|
34298
34662
|
.amis-scope .a-ColumnToggler-modal-footer {
|
@@ -34331,10 +34695,6 @@ readers do not read off random characters that represent icons */
|
|
34331
34695
|
justify-content: flex-end;
|
34332
34696
|
}
|
34333
34697
|
|
34334
|
-
.amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
|
34335
|
-
width: 72px;
|
34336
|
-
}
|
34337
|
-
|
34338
34698
|
.amis-scope .a-ColumnToggler-tooltip {
|
34339
34699
|
border: none;
|
34340
34700
|
}
|
@@ -35290,31 +35650,30 @@ readers do not read off random characters that represent icons */
|
|
35290
35650
|
right: 0;
|
35291
35651
|
}
|
35292
35652
|
|
35653
|
+
.amis-scope .a-Progress {
|
35654
|
+
display: flex;
|
35655
|
+
align-items: center;
|
35656
|
+
color: var(--text-color);
|
35657
|
+
font-size: var(--fontSizeXs);
|
35658
|
+
}
|
35659
|
+
|
35293
35660
|
.amis-scope .a-Progress-line {
|
35294
35661
|
display: inline-block;
|
35295
35662
|
width: 100%;
|
35296
|
-
|
35297
|
-
padding-right: calc(2em + 8px);
|
35663
|
+
height: 10px;
|
35298
35664
|
}
|
35299
35665
|
|
35300
35666
|
.amis-scope .a-Progress-line-inter {
|
35301
|
-
height:
|
35667
|
+
height: 100%;
|
35302
35668
|
background-color: var(--Progress-bar-backgroundColor);
|
35303
35669
|
overflow: hidden;
|
35304
35670
|
border-radius: var(--Progress-borderRadius);
|
35305
35671
|
}
|
35306
35672
|
|
35307
|
-
.amis-scope .a-Progress-line-no-label {
|
35308
|
-
padding-right: 0;
|
35309
|
-
margin-right: 0;
|
35310
|
-
}
|
35311
|
-
|
35312
35673
|
.amis-scope .a-Progress-line-text {
|
35313
35674
|
display: inline-block;
|
35314
|
-
|
35675
|
+
flex-grow: 1;
|
35315
35676
|
margin-left: 8px;
|
35316
|
-
color: var(--text-color);
|
35317
|
-
font-size: var(--fontSizeXs);
|
35318
35677
|
white-space: nowrap;
|
35319
35678
|
text-align: left;
|
35320
35679
|
word-break: normal;
|
@@ -35375,9 +35734,6 @@ readers do not read off random characters that represent icons */
|
|
35375
35734
|
width: 100%;
|
35376
35735
|
margin: 0;
|
35377
35736
|
padding: 0;
|
35378
|
-
color: var(--text-color);
|
35379
|
-
font-size: 1em;
|
35380
|
-
line-height: 1;
|
35381
35737
|
white-space: normal;
|
35382
35738
|
text-align: center;
|
35383
35739
|
transform: translate(-50%, -50%);
|
@@ -35852,6 +36208,7 @@ readers do not read off random characters that represent icons */
|
|
35852
36208
|
}
|
35853
36209
|
|
35854
36210
|
.amis-scope .a-Carousel-dotsControl .a-Carousel-dot {
|
36211
|
+
cursor: pointer;
|
35855
36212
|
display: inline-block;
|
35856
36213
|
height: var(--Carousel-dot-width);
|
35857
36214
|
width: var(--Carousel-dot-height);
|
@@ -37014,6 +37371,10 @@ readers do not read off random characters that represent icons */
|
|
37014
37371
|
line-height: 2rem;
|
37015
37372
|
}
|
37016
37373
|
|
37374
|
+
.amis-scope .a-Steps .a-StepsItem-container {
|
37375
|
+
position: relative;
|
37376
|
+
}
|
37377
|
+
|
37017
37378
|
.amis-scope .a-Steps .a-StepsItem-containerIcon {
|
37018
37379
|
vertical-align: top;
|
37019
37380
|
display: inline-block;
|
@@ -37063,6 +37424,13 @@ readers do not read off random characters that represent icons */
|
|
37063
37424
|
background-color: var(--Steps-line-success-bg);
|
37064
37425
|
}
|
37065
37426
|
|
37427
|
+
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
|
37428
|
+
max-width: 9.875rem;
|
37429
|
+
overflow: hidden;
|
37430
|
+
text-overflow: ellipsis;
|
37431
|
+
white-space: nowrap;
|
37432
|
+
}
|
37433
|
+
|
37066
37434
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-subTitle {
|
37067
37435
|
padding-left: 0.625rem;
|
37068
37436
|
font-size: var(--Steps-sub-title-fontsize);
|
@@ -37072,6 +37440,8 @@ readers do not read off random characters that represent icons */
|
|
37072
37440
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
37073
37441
|
max-width: 8.75rem;
|
37074
37442
|
white-space: nowrap;
|
37443
|
+
position: relative;
|
37444
|
+
bottom: 0.625rem;
|
37075
37445
|
}
|
37076
37446
|
|
37077
37447
|
.amis-scope .a-Steps .a-StepsItem:last-child {
|
@@ -37089,19 +37459,16 @@ readers do not read off random characters that represent icons */
|
|
37089
37459
|
.amis-scope .a-Steps--vertical .a-StepsItem {
|
37090
37460
|
padding: 0.3125rem 0;
|
37091
37461
|
min-height: 75px;
|
37462
|
+
overflow: visible;
|
37092
37463
|
}
|
37093
37464
|
|
37094
|
-
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon
|
37095
|
-
position: relative;
|
37096
|
-
}
|
37097
|
-
|
37098
|
-
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon > .a-StepsItem-icon:after {
|
37465
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-containerIcon:after {
|
37099
37466
|
content: "";
|
37100
37467
|
position: absolute;
|
37101
37468
|
right: 0;
|
37102
|
-
top:
|
37103
|
-
height:
|
37104
|
-
left: 0.
|
37469
|
+
top: 2rem;
|
37470
|
+
height: calc(100% - 23px);
|
37471
|
+
left: 0.6875rem;
|
37105
37472
|
width: 1px;
|
37106
37473
|
background-color: var(--Steps-line-bg);
|
37107
37474
|
}
|
@@ -37110,14 +37477,181 @@ readers do not read off random characters that represent icons */
|
|
37110
37477
|
display: none;
|
37111
37478
|
}
|
37112
37479
|
|
37480
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-containerTail:after {
|
37481
|
+
display: none !important;
|
37482
|
+
}
|
37483
|
+
|
37113
37484
|
.amis-scope .a-Steps--vertical .a-StepsItem:last-child {
|
37114
37485
|
flex: none;
|
37115
37486
|
}
|
37116
37487
|
|
37117
|
-
.amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-
|
37488
|
+
.amis-scope .a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-containerIcon:after {
|
37489
|
+
display: none;
|
37490
|
+
}
|
37491
|
+
|
37492
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-container {
|
37493
|
+
flex-direction: row;
|
37494
|
+
}
|
37495
|
+
|
37496
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerTail {
|
37497
|
+
display: none;
|
37498
|
+
}
|
37499
|
+
|
37500
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerWrapper {
|
37501
|
+
width: 25rem;
|
37502
|
+
}
|
37503
|
+
|
37504
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot {
|
37505
|
+
margin-left: 0px;
|
37506
|
+
margin-top: 0.625rem;
|
37507
|
+
}
|
37508
|
+
|
37509
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot:after {
|
37510
|
+
content: "";
|
37511
|
+
position: absolute;
|
37512
|
+
display: inline-block;
|
37513
|
+
top: 1.375rem;
|
37514
|
+
width: 1px;
|
37515
|
+
left: 3px;
|
37516
|
+
height: calc(100% - 5px);
|
37517
|
+
background-color: var(--Steps-line-bg);
|
37518
|
+
}
|
37519
|
+
|
37520
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-title > span {
|
37521
|
+
display: inline-block !important;
|
37522
|
+
}
|
37523
|
+
|
37524
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-vertical-ProgressDot {
|
37525
|
+
right: 0.625rem;
|
37526
|
+
}
|
37527
|
+
|
37528
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-body {
|
37529
|
+
text-align: left !important;
|
37530
|
+
}
|
37531
|
+
|
37532
|
+
.amis-scope .a-Steps--vertical .a-StepsItem-ProgressDot:last-child .a-StepsItem-containerProgressDot:after {
|
37533
|
+
display: none;
|
37534
|
+
}
|
37535
|
+
|
37536
|
+
.amis-scope .a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
|
37537
|
+
background: var(--Steps-status-success);
|
37538
|
+
}
|
37539
|
+
|
37540
|
+
.amis-scope .a-Steps--Placement-vertical {
|
37541
|
+
display: flex;
|
37542
|
+
list-style: none;
|
37543
|
+
padding: 0;
|
37544
|
+
}
|
37545
|
+
|
37546
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem {
|
37547
|
+
flex: 1;
|
37548
|
+
padding: 0;
|
37549
|
+
overflow: visible;
|
37550
|
+
}
|
37551
|
+
|
37552
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-container {
|
37553
|
+
display: flex;
|
37554
|
+
flex-direction: column;
|
37555
|
+
justify-content: flex-start;
|
37556
|
+
}
|
37557
|
+
|
37558
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerTail:after {
|
37559
|
+
content: "";
|
37560
|
+
position: absolute;
|
37561
|
+
display: inline-block;
|
37562
|
+
top: 1rem;
|
37563
|
+
height: 1px;
|
37564
|
+
left: 8.125rem;
|
37565
|
+
width: calc(100% - 55px);
|
37566
|
+
background-color: var(--Steps-line-bg);
|
37567
|
+
}
|
37568
|
+
|
37569
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerIcon {
|
37570
|
+
margin-left: 5.625rem;
|
37571
|
+
}
|
37572
|
+
|
37573
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper {
|
37574
|
+
width: 12.5rem;
|
37575
|
+
}
|
37576
|
+
|
37577
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body {
|
37578
|
+
text-align: center;
|
37579
|
+
}
|
37580
|
+
|
37581
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
37582
|
+
padding: 0 0.625rem;
|
37583
|
+
width: 100%;
|
37584
|
+
}
|
37585
|
+
|
37586
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
|
37587
|
+
display: block;
|
37588
|
+
position: relative;
|
37589
|
+
left: 0.625rem;
|
37590
|
+
}
|
37591
|
+
|
37592
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
37593
|
+
word-break: break-all;
|
37594
|
+
padding: 0 0.625rem;
|
37595
|
+
position: relative;
|
37596
|
+
left: 0.625rem;
|
37597
|
+
}
|
37598
|
+
|
37599
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
37600
|
+
display: none;
|
37601
|
+
}
|
37602
|
+
|
37603
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
37604
|
+
min-width: 12.5rem;
|
37605
|
+
word-break: break-all;
|
37606
|
+
padding: 0 0.625rem;
|
37607
|
+
}
|
37608
|
+
|
37609
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
37610
|
+
background-color: var(--Steps-line-success-bg);
|
37611
|
+
}
|
37612
|
+
|
37613
|
+
.amis-scope .a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
|
37118
37614
|
display: none;
|
37119
37615
|
}
|
37120
37616
|
|
37617
|
+
.amis-scope .a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
|
37618
|
+
background: var(--Steps-status-success);
|
37619
|
+
}
|
37620
|
+
|
37621
|
+
.amis-scope .a-Steps--ProgressDot .a-StepsItem-containerTail:after {
|
37622
|
+
left: 6.875rem;
|
37623
|
+
width: calc(100% - 20px);
|
37624
|
+
}
|
37625
|
+
|
37626
|
+
.amis-scope .a-Steps--ProgressDot .a-StepsItem-containerProgressDot {
|
37627
|
+
margin-top: 0.8125rem;
|
37628
|
+
margin-bottom: 0.3125rem;
|
37629
|
+
width: 0.5rem;
|
37630
|
+
height: 0.5rem;
|
37631
|
+
margin-left: 6rem;
|
37632
|
+
border: 1px solid var(--Steps-line-success-bg);
|
37633
|
+
border-radius: 100%;
|
37634
|
+
}
|
37635
|
+
|
37636
|
+
.amis-scope .a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
|
37637
|
+
background: var(--Steps-status-success);
|
37638
|
+
}
|
37639
|
+
|
37640
|
+
.amis-scope .a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
|
37641
|
+
background: var(--Steps-line-bg);
|
37642
|
+
border: 1px solid var(--Steps-line-bg);
|
37643
|
+
}
|
37644
|
+
|
37645
|
+
.amis-scope .a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
|
37646
|
+
background: var(--Steps-status-error);
|
37647
|
+
border: 1px solid var(--Steps-status-error);
|
37648
|
+
}
|
37649
|
+
|
37650
|
+
.amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
37651
|
+
border: 1px solid var(--Steps-status-success);
|
37652
|
+
background: var(--Steps-status-success);
|
37653
|
+
}
|
37654
|
+
|
37121
37655
|
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
|
37122
37656
|
background-color: var(--white);
|
37123
37657
|
color: var(--Steps-bg);
|
@@ -38166,10 +38700,122 @@ readers do not read off random characters that represent icons */
|
|
38166
38700
|
}
|
38167
38701
|
|
38168
38702
|
.amis-scope .a-TextareaControl {
|
38703
|
+
position: relative;
|
38704
|
+
max-width: 100%;
|
38169
38705
|
--Form-input-clearBtn-padding: 0.125rem;
|
38170
38706
|
position: relative;
|
38171
38707
|
}
|
38172
38708
|
|
38709
|
+
.amis-scope .a-TextareaControl.is-inline {
|
38710
|
+
display: inline-block;
|
38711
|
+
width: var(--Form-control-widthBase);
|
38712
|
+
}
|
38713
|
+
|
38714
|
+
.amis-scope .a-TextareaControl-input {
|
38715
|
+
display: flex;
|
38716
|
+
background: var(--Form-input-bg);
|
38717
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
38718
|
+
border-radius: var(--Form-input-borderRadius);
|
38719
|
+
line-height: var(--Form-input-lineHeight);
|
38720
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
38721
|
+
font-size: var(--Form-input-fontSize);
|
38722
|
+
flex-wrap: wrap;
|
38723
|
+
justify-content: flex-start;
|
38724
|
+
}
|
38725
|
+
|
38726
|
+
.amis-scope .a-TextareaControl-input input {
|
38727
|
+
flex-basis: 5rem;
|
38728
|
+
flex-grow: 1;
|
38729
|
+
outline: none;
|
38730
|
+
background: transparent;
|
38731
|
+
border: none;
|
38732
|
+
color: var(--Form-input-color);
|
38733
|
+
width: 100%;
|
38734
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
38735
|
+
}
|
38736
|
+
|
38737
|
+
.amis-scope .a-TextareaControl-input input::placeholder {
|
38738
|
+
color: var(--Form-input-placeholderColor);
|
38739
|
+
user-select: none;
|
38740
|
+
}
|
38741
|
+
|
38742
|
+
.amis-scope .a-TextareaControl-input:hover {
|
38743
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
38744
|
+
}
|
38745
|
+
|
38746
|
+
.amis-scope .a-TextareaControl-input--borderHalf {
|
38747
|
+
border-left-color: transparent !important;
|
38748
|
+
border-right-color: transparent !important;
|
38749
|
+
border-top-color: transparent !important;
|
38750
|
+
}
|
38751
|
+
|
38752
|
+
.amis-scope .a-TextareaControl-input--borderNone {
|
38753
|
+
border-color: transparent !important;
|
38754
|
+
}
|
38755
|
+
|
38756
|
+
.amis-scope .a-TextareaControl.is-error > .a-TextareaControl-input {
|
38757
|
+
border-color: var(--Form-input-onError-borderColor);
|
38758
|
+
background: var(--Form-input-onError-bg);
|
38759
|
+
transition: all var(--animation-duration);
|
38760
|
+
}
|
38761
|
+
|
38762
|
+
.amis-scope .a-TextareaControl.is-focused > .a-TextareaControl-input {
|
38763
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
38764
|
+
box-shadow: var(--Form-input-boxShadow);
|
38765
|
+
background: var(--Form-input-onFocused-bg);
|
38766
|
+
transition: all var(--animation-duration);
|
38767
|
+
}
|
38768
|
+
|
38769
|
+
.amis-scope .a-TextareaControl.is-error.is-focused > .a-TextareaControl-input {
|
38770
|
+
border-color: var(--Form-input-onError-borderColor);
|
38771
|
+
}
|
38772
|
+
|
38773
|
+
.amis-scope .a-TextareaControl.is-disabled > .a-TextareaControl-input {
|
38774
|
+
color: var(--text--muted-color);
|
38775
|
+
background: var(--Form-input-onDisabled-bg);
|
38776
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
38777
|
+
transition: all var(--animation-duration);
|
38778
|
+
}
|
38779
|
+
|
38780
|
+
.amis-scope .a-TextareaControl-spinner {
|
38781
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
38782
|
+
}
|
38783
|
+
|
38784
|
+
.amis-scope .a-TextareaControl-clear {
|
38785
|
+
padding: var(--Form-input-clearBtn-padding);
|
38786
|
+
cursor: pointer;
|
38787
|
+
display: flex;
|
38788
|
+
align-items: center;
|
38789
|
+
justify-content: center;
|
38790
|
+
margin-left: auto;
|
38791
|
+
text-decoration: none;
|
38792
|
+
}
|
38793
|
+
|
38794
|
+
.amis-scope .a-TextareaControl-clear svg {
|
38795
|
+
fill: var(--Form-input-clearBtn-color);
|
38796
|
+
top: 0;
|
38797
|
+
width: var(--Form-input-clearBtn-size);
|
38798
|
+
height: var(--Form-input-clearBtn-size);
|
38799
|
+
}
|
38800
|
+
|
38801
|
+
.amis-scope .a-TextareaControl-clear:hover svg {
|
38802
|
+
fill: var(--Form-input-clearBtn-color-onHover);
|
38803
|
+
}
|
38804
|
+
|
38805
|
+
.amis-scope .a-TextareaControl-clear:active svg {
|
38806
|
+
fill: var(--Form-input-clearBtn-color-onActive);
|
38807
|
+
}
|
38808
|
+
|
38809
|
+
@media (min-width: 576px) {
|
38810
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeXs > .a-TextareaControl-input,
|
38811
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeSm > .a-TextareaControl-input,
|
38812
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeMd > .a-TextareaControl-input,
|
38813
|
+
.amis-scope .a-TextareaControl.a-Form-control--sizeLg > .a-TextareaControl-input {
|
38814
|
+
min-width: 100%;
|
38815
|
+
display: inline-flex;
|
38816
|
+
}
|
38817
|
+
}
|
38818
|
+
|
38173
38819
|
.amis-scope .a-TextareaControl > textarea {
|
38174
38820
|
border: 1px solid var(--Form-input-borderColor);
|
38175
38821
|
border-radius: var(--Form-input-borderRadius);
|
@@ -38201,27 +38847,6 @@ readers do not read off random characters that represent icons */
|
|
38201
38847
|
border-color: var(--Form-input-onHover-borderColor);
|
38202
38848
|
}
|
38203
38849
|
|
38204
|
-
.amis-scope .a-TextareaControl > textarea:focus,
|
38205
|
-
.amis-scope .a-TextareaControl.is-focused > textarea {
|
38206
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38207
|
-
box-shadow: var(--Form-input-boxShadow);
|
38208
|
-
}
|
38209
|
-
|
38210
|
-
.amis-scope .a-TextareaControl > textarea:focus:hover,
|
38211
|
-
.amis-scope .a-TextareaControl.is-focused > textarea:hover {
|
38212
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38213
|
-
}
|
38214
|
-
|
38215
|
-
.amis-scope .a-TextareaControl.is-disabled > textarea,
|
38216
|
-
.amis-scope .a-TextareaControl > textarea[disabled] {
|
38217
|
-
background: #e5e7eb;
|
38218
|
-
color: var(--text--muted-color);
|
38219
|
-
}
|
38220
|
-
|
38221
|
-
.amis-scope .a-TextareaControl.is-error > textarea {
|
38222
|
-
border-color: var(--Form-input-onError-borderColor);
|
38223
|
-
}
|
38224
|
-
|
38225
38850
|
.amis-scope .a-TextareaControl-counter {
|
38226
38851
|
position: absolute;
|
38227
38852
|
right: var(--Form-input-paddingX);
|
@@ -38421,11 +39046,124 @@ readers do not read off random characters that represent icons */
|
|
38421
39046
|
height: 0;
|
38422
39047
|
border-color: transparent;
|
38423
39048
|
transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
|
38424
|
-
border-width: 0 0 0.
|
38425
|
-
transform: translate(-50%, -
|
39049
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
39050
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
38426
39051
|
border-style: solid;
|
38427
39052
|
}
|
38428
39053
|
|
39054
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input {
|
39055
|
+
margin-left: calc(var(--Checkbox-size) * -1);
|
39056
|
+
}
|
39057
|
+
|
39058
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i {
|
39059
|
+
border-color: var(--Checkbox-onHover-color);
|
39060
|
+
}
|
39061
|
+
|
39062
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
|
39063
|
+
width: var(--Checkbox-inner-size);
|
39064
|
+
height: var(--Checkbox-inner-size);
|
39065
|
+
background: var(--Checkbox-onHover-color);
|
39066
|
+
}
|
39067
|
+
|
39068
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
|
39069
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39070
|
+
}
|
39071
|
+
|
39072
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i:before {
|
39073
|
+
width: var(--Checkbox-inner-size);
|
39074
|
+
height: var(--Checkbox-inner-size);
|
39075
|
+
background: var(--Checkbox-inner-onDisabled-bg);
|
39076
|
+
}
|
39077
|
+
|
39078
|
+
.amis-scope .a-Checkbox--partial.a-Checkbox--checkbox input:checked[disabled] + i {
|
39079
|
+
width: var(--Checkbox-inner-size);
|
39080
|
+
height: var(--Checkbox-inner-size);
|
39081
|
+
background: var(--Checkbox-onDisabled-bg);
|
39082
|
+
}
|
39083
|
+
|
39084
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox {
|
39085
|
+
text-align: center;
|
39086
|
+
height: var(--Checkbox-button-height);
|
39087
|
+
line-height: var(--Checkbox-button-line-height);
|
39088
|
+
padding-left: var(--Checkbox-paddingX);
|
39089
|
+
padding-right: var(--Checkbox-paddingX);
|
39090
|
+
font-size: var(--fontSizeSm);
|
39091
|
+
border: var(--Checkbox-border-width) solid;
|
39092
|
+
cursor: pointer;
|
39093
|
+
position: relative;
|
39094
|
+
display: inline-block;
|
39095
|
+
background-color: var(--Checkbox-gb);
|
39096
|
+
border-color: var(--Checkbox-color);
|
39097
|
+
margin-right: 0;
|
39098
|
+
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
39099
|
+
min-width: var(--Checkbox-button-min-width);
|
39100
|
+
}
|
39101
|
+
|
39102
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
39103
|
+
color: var(--Checkbox-onHover-color);
|
39104
|
+
}
|
39105
|
+
|
39106
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
|
39107
|
+
background: transparent;
|
39108
|
+
top: 0;
|
39109
|
+
left: 0;
|
39110
|
+
width: 0;
|
39111
|
+
height: 0;
|
39112
|
+
border-width: 0.5rem;
|
39113
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39114
|
+
border-radius: 0;
|
39115
|
+
}
|
39116
|
+
|
39117
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i:before {
|
39118
|
+
position: absolute;
|
39119
|
+
top: 0;
|
39120
|
+
left: 0;
|
39121
|
+
width: var(--Checkbox--full-inner-size);
|
39122
|
+
height: calc(var(--Checkbox--full-inner-size) / 2);
|
39123
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
39124
|
+
background: transparent;
|
39125
|
+
}
|
39126
|
+
|
39127
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i {
|
39128
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39129
|
+
background: transparent;
|
39130
|
+
}
|
39131
|
+
|
39132
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i:before {
|
39133
|
+
background: transparent;
|
39134
|
+
}
|
39135
|
+
|
39136
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked[disabled] + i {
|
39137
|
+
background: transparent;
|
39138
|
+
border-width: 0.5rem;
|
39139
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39140
|
+
}
|
39141
|
+
|
39142
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i {
|
39143
|
+
position: absolute;
|
39144
|
+
top: 0;
|
39145
|
+
left: 0;
|
39146
|
+
margin-left: 0;
|
39147
|
+
border: 0;
|
39148
|
+
border-style: solid;
|
39149
|
+
}
|
39150
|
+
|
39151
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox > i + span {
|
39152
|
+
max-width: 6.25rem;
|
39153
|
+
text-overflow: ellipsis;
|
39154
|
+
white-space: nowrap;
|
39155
|
+
overflow: hidden;
|
39156
|
+
}
|
39157
|
+
|
39158
|
+
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox {
|
39159
|
+
border-color: var(--Checkbox-onHover-color);
|
39160
|
+
color: var(--Checkbox-onHover-color);
|
39161
|
+
}
|
39162
|
+
|
39163
|
+
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
|
39164
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
39165
|
+
}
|
39166
|
+
|
38429
39167
|
.amis-scope .a-Checkbox--radio {
|
38430
39168
|
padding-left: var(--Radio-size);
|
38431
39169
|
}
|
@@ -38522,12 +39260,24 @@ readers do not read off random characters that represent icons */
|
|
38522
39260
|
margin-bottom: var(--Form-label-paddingTop);
|
38523
39261
|
}
|
38524
39262
|
|
39263
|
+
.amis-scope .a-RadiosControl .a-Checkbox--button,
|
39264
|
+
.amis-scope .a-CheckboxesControl .a-Checkbox--button {
|
39265
|
+
margin-bottom: 0;
|
39266
|
+
}
|
39267
|
+
|
38525
39268
|
.amis-scope .a-RadiosControl.is-inline .a-Checkbox,
|
38526
39269
|
.amis-scope .a-CheckboxesControl.is-inline .a-Checkbox {
|
38527
39270
|
display: inline-block;
|
38528
39271
|
margin-right: var(--gap-md);
|
38529
39272
|
}
|
38530
39273
|
|
39274
|
+
.amis-scope .a-RadiosControl.is-inline .a-Checkbox--button,
|
39275
|
+
.amis-scope .a-CheckboxesControl.is-inline .a-Checkbox--button {
|
39276
|
+
display: inline-block;
|
39277
|
+
margin-right: 0;
|
39278
|
+
margin-bottom: 0;
|
39279
|
+
}
|
39280
|
+
|
38531
39281
|
.amis-scope .a-RadiosControl-group:not(:first-child),
|
38532
39282
|
.amis-scope .a-CheckboxesControl-group:not(:first-child) {
|
38533
39283
|
margin-top: 0.625rem;
|
@@ -39059,6 +39809,7 @@ readers do not read off random characters that represent icons */
|
|
39059
39809
|
background: var(--Number-bg);
|
39060
39810
|
border: var(--Number-borderWidth) solid var(--Number-borderColor);
|
39061
39811
|
border-radius: var(--Number-borderRadius);
|
39812
|
+
overflow: hidden;
|
39062
39813
|
}
|
39063
39814
|
|
39064
39815
|
.amis-scope .a-Number--borderHalf {
|
@@ -39133,6 +39884,7 @@ readers do not read off random characters that represent icons */
|
|
39133
39884
|
transition: all var(--animation-duration) ease;
|
39134
39885
|
border: 0;
|
39135
39886
|
border-radius: var(--Form-input-borderRadius);
|
39887
|
+
color: var(--Form-input-color);
|
39136
39888
|
padding: 0 var(--Form-input-paddingX);
|
39137
39889
|
}
|
39138
39890
|
|
@@ -39189,9 +39941,10 @@ readers do not read off random characters that represent icons */
|
|
39189
39941
|
}
|
39190
39942
|
|
39191
39943
|
.amis-scope .a-Number-disabled .a-Number-input {
|
39192
|
-
opacity: 0.72;
|
39193
39944
|
cursor: not-allowed;
|
39194
|
-
|
39945
|
+
color: var(--text--muted-color);
|
39946
|
+
background: var(--Form-input-onDisabled-bg);
|
39947
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
39195
39948
|
}
|
39196
39949
|
|
39197
39950
|
.amis-scope .a-Number-disabled .a-Number-handler {
|
@@ -39286,7 +40039,6 @@ readers do not read off random characters that represent icons */
|
|
39286
40039
|
}
|
39287
40040
|
|
39288
40041
|
.amis-scope .a-Select-placeholder {
|
39289
|
-
color: var(--Form-select-placeholderColor);
|
39290
40042
|
line-height: var(--Form-input-lineHeight);
|
39291
40043
|
user-select: none;
|
39292
40044
|
white-space: nowrap;
|
@@ -40112,6 +40864,21 @@ readers do not read off random characters that represent icons */
|
|
40112
40864
|
color: var(--DatePicker-color);
|
40113
40865
|
background: var(--DatePicker-bg);
|
40114
40866
|
border-radius: var(--DatePicker-borderRadius);
|
40867
|
+
min-width: var(--DatePicker-minWidth);
|
40868
|
+
}
|
40869
|
+
|
40870
|
+
.amis-scope .a-DatePicker-input {
|
40871
|
+
display: inline-block;
|
40872
|
+
width: 100%;
|
40873
|
+
background: none;
|
40874
|
+
padding: 0;
|
40875
|
+
border: 0;
|
40876
|
+
}
|
40877
|
+
|
40878
|
+
.amis-scope .a-DatePicker-input:focus {
|
40879
|
+
border: none;
|
40880
|
+
outline: none;
|
40881
|
+
box-sizing: none;
|
40115
40882
|
}
|
40116
40883
|
|
40117
40884
|
.amis-scope .a-DatePicker--borderHalf {
|
@@ -40232,6 +40999,14 @@ readers do not read off random characters that represent icons */
|
|
40232
40999
|
display: flex;
|
40233
41000
|
}
|
40234
41001
|
|
41002
|
+
.amis-scope .a-DateControl.is-date > .a-DatePicker {
|
41003
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
41004
|
+
}
|
41005
|
+
|
41006
|
+
.amis-scope .a-DateControl.is-datetime > .a-DatePicker {
|
41007
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 6);
|
41008
|
+
}
|
41009
|
+
|
40235
41010
|
.amis-scope .a-DatePicker-shortcuts {
|
40236
41011
|
margin: 0;
|
40237
41012
|
background: var(--Calendar-shortcuts-bg);
|
@@ -40709,6 +41484,7 @@ readers do not read off random characters that represent icons */
|
|
40709
41484
|
border-radius: var(--DatePicker-borderRadius);
|
40710
41485
|
color: var(--DatePicker-color);
|
40711
41486
|
background: var(--DatePicker-bg);
|
41487
|
+
min-width: var(--DateRangePicker-minWidth);
|
40712
41488
|
}
|
40713
41489
|
|
40714
41490
|
.amis-scope .a-DateRangePicker--borderHalf {
|
@@ -40739,6 +41515,22 @@ readers do not read off random characters that represent icons */
|
|
40739
41515
|
box-shadow: var(--Form-input-boxShadow);
|
40740
41516
|
}
|
40741
41517
|
|
41518
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input {
|
41519
|
+
border: none;
|
41520
|
+
border-bottom: 1px solid transparent;
|
41521
|
+
outline: none;
|
41522
|
+
padding: 0;
|
41523
|
+
background: 0;
|
41524
|
+
}
|
41525
|
+
|
41526
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input.isActive {
|
41527
|
+
border-bottom: 1px solid var(--DatePicker-onFocused-borderColor);
|
41528
|
+
}
|
41529
|
+
|
41530
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator {
|
41531
|
+
margin: 0 var(--gap-sm);
|
41532
|
+
}
|
41533
|
+
|
40742
41534
|
.amis-scope .a-DateRangePicker.is-disabled {
|
40743
41535
|
background: #e5e7eb;
|
40744
41536
|
}
|
@@ -40870,6 +41662,14 @@ readers do not read off random characters that represent icons */
|
|
40870
41662
|
display: flex;
|
40871
41663
|
}
|
40872
41664
|
|
41665
|
+
.amis-scope .a-DateRangeControl.is-date > .a-DateRangePicker {
|
41666
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 5.5);
|
41667
|
+
}
|
41668
|
+
|
41669
|
+
.amis-scope .a-DateRangeControl.is-datetime > .a-DateRangePicker {
|
41670
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 11);
|
41671
|
+
}
|
41672
|
+
|
40873
41673
|
.amis-scope .a-DateRangePicker-popover {
|
40874
41674
|
margin: 0.125rem 0 0;
|
40875
41675
|
}
|
@@ -41391,6 +42191,10 @@ readers do not read off random characters that represent icons */
|
|
41391
42191
|
top: 0;
|
41392
42192
|
}
|
41393
42193
|
|
42194
|
+
.amis-scope .a-FileControl-dropzone.is-active .a-FileControl-acceptTip {
|
42195
|
+
border-color: var(--info);
|
42196
|
+
}
|
42197
|
+
|
41394
42198
|
.amis-scope .a-FileControl-sum {
|
41395
42199
|
font-size: var(--fontSizeSm);
|
41396
42200
|
}
|
@@ -41450,7 +42254,7 @@ readers do not read off random characters that represent icons */
|
|
41450
42254
|
|
41451
42255
|
.amis-scope .a-EditorControl > .a-MonacoEditor,
|
41452
42256
|
.amis-scope .a-EditorControl > .a-MonacoEditor > .monaco-diff-editor {
|
41453
|
-
min-height:
|
42257
|
+
min-height: inherit;
|
41454
42258
|
}
|
41455
42259
|
|
41456
42260
|
.amis-scope .a-EditorControl.is-error {
|
@@ -42588,6 +43392,10 @@ readers do not read off random characters that represent icons */
|
|
42588
43392
|
opacity: var(--Button-onDisabled-opacity);
|
42589
43393
|
}
|
42590
43394
|
|
43395
|
+
.amis-scope .a-Combo--hor .a-Combo-delController {
|
43396
|
+
margin-left: var(--gap-xs);
|
43397
|
+
}
|
43398
|
+
|
42591
43399
|
.amis-scope .a-Combo--hor.is-draggable .a-Combo-toolbar {
|
42592
43400
|
padding-left: 1.5rem;
|
42593
43401
|
}
|
@@ -42649,10 +43457,19 @@ readers do not read off random characters that represent icons */
|
|
42649
43457
|
}
|
42650
43458
|
|
42651
43459
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delBtn,
|
42652
|
-
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-
|
43460
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delController,
|
43461
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delBtn,
|
43462
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover > .a-Combo-delController {
|
42653
43463
|
opacity: 1;
|
42654
43464
|
}
|
42655
43465
|
|
43466
|
+
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) .a-Combo-delController {
|
43467
|
+
position: absolute;
|
43468
|
+
top: var(--gap-xs);
|
43469
|
+
right: var(--gap-xs);
|
43470
|
+
opacity: 0;
|
43471
|
+
}
|
43472
|
+
|
42656
43473
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item > .a-Combo-itemDrager {
|
42657
43474
|
position: absolute;
|
42658
43475
|
top: var(--Combo--horizontal-dragger-top);
|
@@ -43532,8 +44349,9 @@ readers do not read off random characters that represent icons */
|
|
43532
44349
|
|
43533
44350
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
43534
44351
|
flex-grow: 1;
|
43535
|
-
max-height:
|
43536
|
-
overflow:
|
44352
|
+
max-height: var(--Transfer-selection-maxHeight);
|
44353
|
+
overflow-x: hidden;
|
44354
|
+
overflow-y: auto;
|
43537
44355
|
position: relative;
|
43538
44356
|
}
|
43539
44357
|
|
@@ -44091,6 +44909,23 @@ readers do not read off random characters that represent icons */
|
|
44091
44909
|
white-space: var(--Form--horizontal-label-whiteSpace);
|
44092
44910
|
}
|
44093
44911
|
|
44912
|
+
.amis-scope .a-Form-item--horizontal-justify {
|
44913
|
+
justify-content: space-between;
|
44914
|
+
}
|
44915
|
+
|
44916
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-label {
|
44917
|
+
text-align: var(--Form--horizontal-justify-label-align);
|
44918
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
44919
|
+
}
|
44920
|
+
|
44921
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-value {
|
44922
|
+
text-align: var(--Form--horizontal-justify-value-align);
|
44923
|
+
}
|
44924
|
+
|
44925
|
+
.amis-scope .a-Form-item--horizontal-justify > .a-Form-value > * {
|
44926
|
+
text-align: initial;
|
44927
|
+
}
|
44928
|
+
|
44094
44929
|
.amis-scope .a-Form-item--normal > .a-Form-label {
|
44095
44930
|
display: block;
|
44096
44931
|
}
|
@@ -44432,6 +45267,17 @@ readers do not read off random characters that represent icons */
|
|
44432
45267
|
/* 移动端样式调整 */
|
44433
45268
|
|
44434
45269
|
@media (max-width: 767px) {
|
45270
|
+
.amis-scope .a-Form::before {
|
45271
|
+
position: absolute;
|
45272
|
+
box-sizing: border-box;
|
45273
|
+
content: " ";
|
45274
|
+
pointer-events: none;
|
45275
|
+
right: 0;
|
45276
|
+
top: 0;
|
45277
|
+
left: 0;
|
45278
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
45279
|
+
}
|
45280
|
+
|
44435
45281
|
.amis-scope .a-Form .a-Form-item {
|
44436
45282
|
display: flex;
|
44437
45283
|
flex-wrap: wrap;
|
@@ -44449,7 +45295,6 @@ readers do not read off random characters that represent icons */
|
|
44449
45295
|
bottom: 0;
|
44450
45296
|
left: 0;
|
44451
45297
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
44452
|
-
transform: scaleY(0.5);
|
44453
45298
|
}
|
44454
45299
|
|
44455
45300
|
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
@@ -44581,6 +45426,10 @@ readers do not read off random characters that represent icons */
|
|
44581
45426
|
margin-bottom: 0;
|
44582
45427
|
}
|
44583
45428
|
|
45429
|
+
.amis-scope .a-Form > .a-Form-item.is-placeholder::after {
|
45430
|
+
display: none;
|
45431
|
+
}
|
45432
|
+
|
44584
45433
|
.amis-scope .a-Form .a-Divider {
|
44585
45434
|
display: none;
|
44586
45435
|
}
|
@@ -44589,11 +45438,6 @@ readers do not read off random characters that represent icons */
|
|
44589
45438
|
padding: 0;
|
44590
45439
|
}
|
44591
45440
|
|
44592
|
-
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
44593
|
-
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
44594
|
-
display: none;
|
44595
|
-
}
|
44596
|
-
|
44597
45441
|
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
44598
45442
|
padding-bottom: var(--Form-input-paddingX);
|
44599
45443
|
}
|
@@ -45236,7 +46080,7 @@ readers do not read off random characters that represent icons */
|
|
45236
46080
|
|
45237
46081
|
.amis-scope .a-FormulaEditor-FuncList-item {
|
45238
46082
|
cursor: pointer;
|
45239
|
-
padding: 0
|
46083
|
+
padding: 0 1.875rem;
|
45240
46084
|
height: var(--gap-xl);
|
45241
46085
|
line-height: var(--gap-xl);
|
45242
46086
|
}
|
@@ -45336,6 +46180,26 @@ readers do not read off random characters that represent icons */
|
|
45336
46180
|
color: var(--InputFormula-icon-color-onActive);
|
45337
46181
|
}
|
45338
46182
|
|
46183
|
+
.amis-scope .a-FormulaPicker-ResultBox {
|
46184
|
+
padding-right: 10px;
|
46185
|
+
}
|
46186
|
+
|
46187
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-field {
|
46188
|
+
background: #007bff;
|
46189
|
+
padding: 3px 5px;
|
46190
|
+
margin: 0 1px;
|
46191
|
+
color: #fff;
|
46192
|
+
font-size: 12px;
|
46193
|
+
border-radius: 4px;
|
46194
|
+
}
|
46195
|
+
|
46196
|
+
.amis-scope .a-FormulaPicker-ResultBox span.c-func {
|
46197
|
+
color: #ae4597;
|
46198
|
+
font-weight: bold;
|
46199
|
+
line-height: 14px;
|
46200
|
+
padding: 0 2px;
|
46201
|
+
}
|
46202
|
+
|
45339
46203
|
.amis-scope .a-Timeline-vertical {
|
45340
46204
|
display: flex;
|
45341
46205
|
flex-flow: column;
|
@@ -45525,11 +46389,34 @@ readers do not read off random characters that represent icons */
|
|
45525
46389
|
border-radius: var(--TimelineItem--icon-radius);
|
45526
46390
|
}
|
45527
46391
|
|
45528
|
-
.amis-scope .a-BarCode >
|
46392
|
+
.amis-scope .a-BarCode > img {
|
45529
46393
|
display: block;
|
45530
46394
|
margin: 0 auto;
|
45531
46395
|
}
|
45532
46396
|
|
46397
|
+
.amis-scope .a-PullRefresh-wrap {
|
46398
|
+
position: relative;
|
46399
|
+
height: 100%;
|
46400
|
+
}
|
46401
|
+
|
46402
|
+
.amis-scope .a-PullRefresh-header {
|
46403
|
+
position: absolute;
|
46404
|
+
left: 0px;
|
46405
|
+
width: 100%;
|
46406
|
+
text-align: center;
|
46407
|
+
transform: translateY(-100%);
|
46408
|
+
overflow: hidden;
|
46409
|
+
padding: var(--gap-xs) 0;
|
46410
|
+
min-height: var(--gap-lg);
|
46411
|
+
line-height: var(--gap-lg);
|
46412
|
+
color: #999;
|
46413
|
+
}
|
46414
|
+
|
46415
|
+
.amis-scope .a-PullRefresh .loading-icon {
|
46416
|
+
animation: var(--Button-animation-spin);
|
46417
|
+
margin-right: var(--gap-xs);
|
46418
|
+
}
|
46419
|
+
|
45533
46420
|
/**
|
45534
46421
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
45535
46422
|
*/
|
@@ -45601,9 +46488,8 @@ readers do not read off random characters that represent icons */
|
|
45601
46488
|
right: 0;
|
45602
46489
|
width: 24px;
|
45603
46490
|
height: 48px;
|
45604
|
-
box-shadow: rgba(
|
45605
|
-
border-
|
45606
|
-
border-bottom-left-radius: 12px;
|
46491
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
46492
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
45607
46493
|
padding-top: 14px;
|
45608
46494
|
padding-left: 6px;
|
45609
46495
|
cursor: pointer;
|