amis 1.4.2-beta.1 → 1.4.2-beta.11
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 +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- 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.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +10 -4
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +64 -29
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/themes/ang-ie11.css +422 -149
- package/lib/themes/ang.css +422 -149
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +422 -149
- package/lib/themes/antd.css +422 -149
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +456 -182
- package/lib/themes/cxd.css +456 -182
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +422 -149
- package/lib/themes/dark.css +422 -149
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +456 -182
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +28 -12
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +11 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3038 -790
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +16 -1
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +26 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/themes/_common.scss +4 -0
- package/scss/themes/_cxd-variables.scss +4 -1
- package/scss/themes/cxd.scss +16 -12
- package/sdk/ang-ie11.css +457 -152
- package/sdk/ang.css +480 -154
- package/sdk/antd-ie11.css +456 -151
- package/sdk/antd.css +480 -154
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +496 -194
- package/sdk/cxd.css +517 -190
- package/sdk/dark-ie11.css +457 -152
- package/sdk/dark.css +480 -154
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +496 -194
- package/sdk/sdk.css +517 -190
- package/sdk/sdk.js +1268 -1236
- 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 +14 -0
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +2 -0
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +28 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +29 -20
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +87 -41
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +40 -20
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +8 -0
- package/src/utils/icon.tsx +4 -0
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/dark-ie11.css
CHANGED
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -22768,6 +22770,143 @@ readers do not read off random characters that represent icons */
|
|
22768
22770
|
background: transparent;
|
22769
22771
|
}
|
22770
22772
|
|
22773
|
+
.amis-scope .dark-PopOver-isMobile .dark-PopOver-overlay {
|
22774
|
+
background: rgba(0, 0, 0, 0.3);
|
22775
|
+
}
|
22776
|
+
|
22777
|
+
.amis-scope .dark-PopOver--leftBottomLeftTop {
|
22778
|
+
margin-top: 0.25rem;
|
22779
|
+
}
|
22780
|
+
|
22781
|
+
.amis-scope .dark-PopOver--leftTopLeftBottom {
|
22782
|
+
margin-top: -0.25rem;
|
22783
|
+
}
|
22784
|
+
|
22785
|
+
.amis-scope .has-popover {
|
22786
|
+
position: relative;
|
22787
|
+
}
|
22788
|
+
|
22789
|
+
.amis-scope .dark-PickerColumns {
|
22790
|
+
position: relative;
|
22791
|
+
background-color: white;
|
22792
|
+
user-select: none;
|
22793
|
+
}
|
22794
|
+
|
22795
|
+
.amis-scope .dark-PickerColumns-popOver {
|
22796
|
+
position: fixed;
|
22797
|
+
bottom: 0;
|
22798
|
+
left: 0;
|
22799
|
+
width: 100%;
|
22800
|
+
padding: 0 0.5rem;
|
22801
|
+
}
|
22802
|
+
|
22803
|
+
.amis-scope .dark-PickerColumns-toolbar {
|
22804
|
+
display: flex;
|
22805
|
+
align-items: center;
|
22806
|
+
justify-content: space-between;
|
22807
|
+
height: 3.125rem;
|
22808
|
+
}
|
22809
|
+
|
22810
|
+
.amis-scope .dark-PickerColumns-cancel,
|
22811
|
+
.amis-scope .dark-PickerColumns-confirm {
|
22812
|
+
height: 100%;
|
22813
|
+
padding: 0 0.5rem;
|
22814
|
+
font-size: 0.875rem;
|
22815
|
+
background-color: transparent;
|
22816
|
+
border: none;
|
22817
|
+
cursor: pointer;
|
22818
|
+
}
|
22819
|
+
|
22820
|
+
.amis-scope .dark-PickerColumns-cancel:active,
|
22821
|
+
.amis-scope .dark-PickerColumns-confirm:active {
|
22822
|
+
opacity: 0.7;
|
22823
|
+
}
|
22824
|
+
|
22825
|
+
.amis-scope .dark-PickerColumns-confirm {
|
22826
|
+
color: #2296f3;
|
22827
|
+
}
|
22828
|
+
|
22829
|
+
.amis-scope .dark-PickerColumns-cancel {
|
22830
|
+
color: #3a3a3a;
|
22831
|
+
}
|
22832
|
+
|
22833
|
+
.amis-scope .dark-PickerColumns-title {
|
22834
|
+
max-width: 50%;
|
22835
|
+
font-weight: 500;
|
22836
|
+
font-size: 1rem;
|
22837
|
+
line-height: 1.5;
|
22838
|
+
text-align: center;
|
22839
|
+
}
|
22840
|
+
|
22841
|
+
.amis-scope .dark-PickerColumns-columns {
|
22842
|
+
position: relative;
|
22843
|
+
display: flex;
|
22844
|
+
cursor: grab;
|
22845
|
+
}
|
22846
|
+
|
22847
|
+
.amis-scope .dark-PickerColumns-loading {
|
22848
|
+
position: absolute;
|
22849
|
+
top: 0;
|
22850
|
+
right: 0;
|
22851
|
+
bottom: 0;
|
22852
|
+
left: 0;
|
22853
|
+
z-index: 3;
|
22854
|
+
display: flex;
|
22855
|
+
align-items: center;
|
22856
|
+
justify-content: center;
|
22857
|
+
color: #4b5563;
|
22858
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22859
|
+
}
|
22860
|
+
|
22861
|
+
.amis-scope .dark-PickerColumns-frame {
|
22862
|
+
position: absolute;
|
22863
|
+
top: 50%;
|
22864
|
+
right: 1rem;
|
22865
|
+
left: 1rem;
|
22866
|
+
z-index: 2;
|
22867
|
+
transform: translateY(-50%);
|
22868
|
+
pointer-events: none;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.amis-scope .dark-PickerColumns-mask {
|
22872
|
+
position: absolute;
|
22873
|
+
top: 0;
|
22874
|
+
left: 0;
|
22875
|
+
z-index: 1;
|
22876
|
+
width: 100%;
|
22877
|
+
height: 100%;
|
22878
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
22879
|
+
background-repeat: no-repeat;
|
22880
|
+
background-position: top, bottom;
|
22881
|
+
transform: translateZ(0);
|
22882
|
+
pointer-events: none;
|
22883
|
+
}
|
22884
|
+
|
22885
|
+
.amis-scope .dark-PickerColumns-column {
|
22886
|
+
flex: 1;
|
22887
|
+
overflow: hidden;
|
22888
|
+
font-size: 1rem;
|
22889
|
+
}
|
22890
|
+
|
22891
|
+
.amis-scope .dark-PickerColumns-columnWrapper {
|
22892
|
+
margin: 0;
|
22893
|
+
padding: 0;
|
22894
|
+
list-style: none;
|
22895
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22896
|
+
}
|
22897
|
+
|
22898
|
+
.amis-scope .dark-PickerColumns-columnItem {
|
22899
|
+
display: flex;
|
22900
|
+
align-items: center;
|
22901
|
+
justify-content: center;
|
22902
|
+
color: #f3f1f1;
|
22903
|
+
}
|
22904
|
+
|
22905
|
+
.amis-scope .dark-PickerColumns-columnItem.is-disabled {
|
22906
|
+
cursor: not-allowed;
|
22907
|
+
opacity: 0.3;
|
22908
|
+
}
|
22909
|
+
|
22771
22910
|
@keyframes bounceIn {
|
22772
22911
|
from, 20%, 40%, 60%, 80%, to {
|
22773
22912
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -23873,7 +24012,7 @@ readers do not read off random characters that represent icons */
|
|
23873
24012
|
border-color: #dbd6d6;
|
23874
24013
|
text-decoration: none;
|
23875
24014
|
background: rgba(0, 0, 0, 0.05);
|
23876
|
-
z-index:
|
24015
|
+
z-index: 1;
|
23877
24016
|
}
|
23878
24017
|
|
23879
24018
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item > a:hover > .dark-Nav-itemDrager,
|
@@ -24943,6 +25082,15 @@ readers do not read off random characters that represent icons */
|
|
24943
25082
|
background: transparent;
|
24944
25083
|
}
|
24945
25084
|
|
25085
|
+
.amis-scope .dark-Collapse-header-wrapper {
|
25086
|
+
display: inline-flex;
|
25087
|
+
flex-direction: row;
|
25088
|
+
}
|
25089
|
+
|
25090
|
+
.amis-scope .dark-Collapse-header-tpl {
|
25091
|
+
margin-right: 0.5rem;
|
25092
|
+
}
|
25093
|
+
|
24946
25094
|
.amis-scope .dark-Collapse-header:hover {
|
24947
25095
|
background: transparent;
|
24948
25096
|
}
|
@@ -24993,6 +25141,13 @@ readers do not read off random characters that represent icons */
|
|
24993
25141
|
color: #2296f3;
|
24994
25142
|
border-left: none;
|
24995
25143
|
font-size: 0.875rem;
|
25144
|
+
border-top: none;
|
25145
|
+
border-bottom: 0.0625rem solid
|
25146
|
+
#dfe2e6;
|
25147
|
+
}
|
25148
|
+
|
25149
|
+
.amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
|
25150
|
+
border-top: none;
|
24996
25151
|
}
|
24997
25152
|
|
24998
25153
|
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
|
@@ -26212,6 +26367,10 @@ readers do not read off random characters that represent icons */
|
|
26212
26367
|
border-right: 0.0625rem solid #656565;
|
26213
26368
|
}
|
26214
26369
|
|
26370
|
+
.amis-scope .dark-Table-table--checkOnItemClick > tbody > tr {
|
26371
|
+
cursor: pointer;
|
26372
|
+
}
|
26373
|
+
|
26215
26374
|
.amis-scope .dark-Table-table > thead > tr > th {
|
26216
26375
|
background: #2f2f2f;
|
26217
26376
|
padding: calc(
|
@@ -27567,6 +27726,28 @@ readers do not read off random characters that represent icons */
|
|
27567
27726
|
left: 0;
|
27568
27727
|
}
|
27569
27728
|
|
27729
|
+
.amis-scope .dark-Table--autoFillHeight {
|
27730
|
+
margin-bottom: 0;
|
27731
|
+
}
|
27732
|
+
|
27733
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table {
|
27734
|
+
border-top: none;
|
27735
|
+
}
|
27736
|
+
|
27737
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
|
27738
|
+
position: sticky;
|
27739
|
+
top: 0;
|
27740
|
+
z-index: 1;
|
27741
|
+
}
|
27742
|
+
|
27743
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-fixedTop {
|
27744
|
+
display: none;
|
27745
|
+
}
|
27746
|
+
|
27747
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-footToolbar {
|
27748
|
+
margin-bottom: 0;
|
27749
|
+
}
|
27750
|
+
|
27570
27751
|
.amis-scope .dark-InputTable-toolbar {
|
27571
27752
|
display: flex;
|
27572
27753
|
flex-direction: row;
|
@@ -28334,18 +28515,6 @@ readers do not read off random characters that represent icons */
|
|
28334
28515
|
margin-top: 0.25rem;
|
28335
28516
|
}
|
28336
28517
|
|
28337
|
-
.amis-scope .dark-Card-checkBtn {
|
28338
|
-
position: absolute;
|
28339
|
-
top: 0;
|
28340
|
-
right: 0;
|
28341
|
-
margin: 0.5rem;
|
28342
|
-
z-index: 1;
|
28343
|
-
}
|
28344
|
-
|
28345
|
-
.amis-scope .dark-Card-checkBtn .dark-Checkbox {
|
28346
|
-
margin-right: 0;
|
28347
|
-
}
|
28348
|
-
|
28349
28518
|
.amis-scope .dark-Card-dragBtn {
|
28350
28519
|
cursor: pointer;
|
28351
28520
|
float: right;
|
@@ -28353,7 +28522,8 @@ readers do not read off random characters that represent icons */
|
|
28353
28522
|
}
|
28354
28523
|
|
28355
28524
|
.amis-scope .dark-Card-heading {
|
28356
|
-
|
28525
|
+
display: flex;
|
28526
|
+
flex-direction: row;
|
28357
28527
|
padding: 0.5rem 0.75rem;
|
28358
28528
|
flex: 1 0 auto;
|
28359
28529
|
}
|
@@ -28385,12 +28555,17 @@ readers do not read off random characters that represent icons */
|
|
28385
28555
|
|
28386
28556
|
.amis-scope .dark-Card-meta {
|
28387
28557
|
display: block;
|
28558
|
+
flex-grow: 1;
|
28388
28559
|
height: 100%;
|
28389
|
-
overflow: hidden;
|
28390
28560
|
position: relative;
|
28391
28561
|
margin-right: 1rem;
|
28392
28562
|
}
|
28393
28563
|
|
28564
|
+
.amis-scope .dark-Card-toolbar {
|
28565
|
+
margin-right: calc(-1 * 0.75rem);
|
28566
|
+
text-align: right;
|
28567
|
+
}
|
28568
|
+
|
28394
28569
|
.amis-scope .dark-Card-highlight {
|
28395
28570
|
background: #32d74b;
|
28396
28571
|
width: 0.5rem;
|
@@ -28879,7 +29054,7 @@ readers do not read off random characters that represent icons */
|
|
28879
29054
|
|
28880
29055
|
.amis-scope .dark-StatusField-label {
|
28881
29056
|
font-size: 0.75rem;
|
28882
|
-
margin-left: 0.
|
29057
|
+
margin-left: 0.25rem;
|
28883
29058
|
}
|
28884
29059
|
|
28885
29060
|
@keyframes animation-rolling_red {
|
@@ -30251,6 +30426,49 @@ readers do not read off random characters that represent icons */
|
|
30251
30426
|
border: 1px solid #2296f3;
|
30252
30427
|
}
|
30253
30428
|
|
30429
|
+
.amis-scope .dark-Portlet {
|
30430
|
+
border: 0.0625rem solid #656565;
|
30431
|
+
border-radius: 0.142rem;
|
30432
|
+
padding: 0.75rem;
|
30433
|
+
}
|
30434
|
+
|
30435
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active a:first-child,
|
30436
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30437
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30438
|
+
border: none !important;
|
30439
|
+
color: inherit !important;
|
30440
|
+
cursor: auto !important;
|
30441
|
+
}
|
30442
|
+
|
30443
|
+
.amis-scope .dark-Portlet-tab.no-divider .dark-Tabs-links {
|
30444
|
+
border-bottom: none;
|
30445
|
+
}
|
30446
|
+
|
30447
|
+
.amis-scope .dark-Portlet .dark-Tabs-pane {
|
30448
|
+
padding: unset;
|
30449
|
+
}
|
30450
|
+
|
30451
|
+
.amis-scope .dark-Portlet-toolbar {
|
30452
|
+
display: inline-flex;
|
30453
|
+
float: right;
|
30454
|
+
justify-content: flex-end;
|
30455
|
+
}
|
30456
|
+
|
30457
|
+
.amis-scope .dark-Portlet-toolbar .dark-Button {
|
30458
|
+
margin-left: calc(0.25rem);
|
30459
|
+
}
|
30460
|
+
|
30461
|
+
.amis-scope .dark-Portlet-header-desc {
|
30462
|
+
height: 100%;
|
30463
|
+
overflow: hidden;
|
30464
|
+
position: relative;
|
30465
|
+
margin-left: 0.75rem;
|
30466
|
+
}
|
30467
|
+
|
30468
|
+
.amis-scope .dark-Portlet.no-header .dark-Portlet-tab .dark-Tabs-links {
|
30469
|
+
display: none;
|
30470
|
+
}
|
30471
|
+
|
30254
30472
|
.amis-scope fieldset.dark-Collapse--lg,
|
30255
30473
|
.amis-scope fieldset.dark-Collapse--md,
|
30256
30474
|
.amis-scope fieldset.dark-Collapse--base,
|
@@ -30309,11 +30527,16 @@ readers do not read off random characters that represent icons */
|
|
30309
30527
|
margin: 0.75rem 0;
|
30310
30528
|
padding: 0 0 0 14px;
|
30311
30529
|
cursor: pointer;
|
30312
|
-
border-bottom:
|
30530
|
+
border-bottom: none !important;
|
30531
|
+
background: transparent;
|
30313
30532
|
display: flex;
|
30314
30533
|
flex-direction: row;
|
30315
30534
|
}
|
30316
30535
|
|
30536
|
+
.amis-scope fieldset.dark-Collapse > legend:hover {
|
30537
|
+
background: transparent;
|
30538
|
+
}
|
30539
|
+
|
30317
30540
|
.amis-scope fieldset.dark-Collapse--xs {
|
30318
30541
|
padding: 20px 5px 5px 5px;
|
30319
30542
|
}
|
@@ -31435,7 +31658,7 @@ readers do not read off random characters that represent icons */
|
|
31435
31658
|
color: #999;
|
31436
31659
|
}
|
31437
31660
|
|
31438
|
-
.amis-scope .dark-
|
31661
|
+
.amis-scope .dark-Selection > .dark-Checkbox {
|
31439
31662
|
display: block;
|
31440
31663
|
height: 1.875rem;
|
31441
31664
|
line-height: 1.4285714286;
|
@@ -31443,43 +31666,36 @@ readers do not read off random characters that represent icons */
|
|
31443
31666
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31444
31667
|
}
|
31445
31668
|
|
31446
|
-
.amis-scope .dark-
|
31669
|
+
.amis-scope .dark-Selection--inline > .dark-Checkbox {
|
31447
31670
|
display: inline-block;
|
31448
31671
|
}
|
31449
31672
|
|
31450
|
-
.amis-scope .dark-
|
31673
|
+
.amis-scope .dark-Selection-addBtn {
|
31451
31674
|
display: block;
|
31452
31675
|
cursor: pointer;
|
31453
31676
|
}
|
31454
31677
|
|
31455
|
-
.amis-scope .dark-
|
31678
|
+
.amis-scope .dark-Selection-addBtn:hover {
|
31456
31679
|
text-decoration: none;
|
31457
31680
|
}
|
31458
31681
|
|
31459
|
-
.amis-scope .dark-
|
31682
|
+
.amis-scope .dark-Selection-addBtn > svg {
|
31460
31683
|
width: 0.875rem;
|
31461
31684
|
height: 0.875rem;
|
31462
31685
|
margin-right: 0.25rem;
|
31463
31686
|
}
|
31464
31687
|
|
31465
|
-
.amis-scope .dark-
|
31466
|
-
.amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListRadios-itemLabel,
|
31467
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
|
31468
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListRadios-itemLabel {
|
31688
|
+
.amis-scope .dark-GroupedSelection-group:not(:first-child) > .dark-GroupedSelection-itemLabel {
|
31469
31689
|
border-top: 0.0625rem solid #dfe2e6;
|
31470
31690
|
}
|
31471
31691
|
|
31472
|
-
.amis-scope .dark-
|
31473
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-itemLabel,
|
31474
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-itemLabel,
|
31475
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-itemLabel {
|
31692
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-itemLabel {
|
31476
31693
|
font-size: 0.75rem;
|
31477
31694
|
padding: 0.25rem 0.25rem;
|
31478
31695
|
color: white;
|
31479
31696
|
}
|
31480
31697
|
|
31481
|
-
.amis-scope .dark-
|
31482
|
-
.amis-scope .dark-ListRadios-item {
|
31698
|
+
.amis-scope .dark-GroupedSelection-item {
|
31483
31699
|
display: flex;
|
31484
31700
|
height: 1.875rem;
|
31485
31701
|
line-height: 1.4285714286;
|
@@ -31490,51 +31706,37 @@ readers do not read off random characters that represent icons */
|
|
31490
31706
|
user-select: none;
|
31491
31707
|
}
|
31492
31708
|
|
31493
|
-
.amis-scope .dark-
|
31494
|
-
.amis-scope .dark-ListRadios-item > .dark-Checkbox {
|
31709
|
+
.amis-scope .dark-GroupedSelection-item > .dark-Checkbox {
|
31495
31710
|
margin-right: 0;
|
31496
31711
|
}
|
31497
31712
|
|
31498
|
-
.amis-scope .dark-
|
31499
|
-
.amis-scope .dark-ListRadios-item.is-active {
|
31713
|
+
.amis-scope .dark-GroupedSelection-item.is-active {
|
31500
31714
|
color: #2296f3;
|
31501
31715
|
background: transparent;
|
31502
31716
|
}
|
31503
31717
|
|
31504
|
-
.amis-scope .dark-
|
31505
|
-
.amis-scope .dark-ListRadios-item:hover {
|
31718
|
+
.amis-scope .dark-GroupedSelection-item:hover {
|
31506
31719
|
background: rgba(0, 126, 255, 0.08);
|
31507
31720
|
}
|
31508
31721
|
|
31509
|
-
.amis-scope .dark-
|
31510
|
-
.amis-scope .dark-ListRadios-item.is-disabled {
|
31722
|
+
.amis-scope .dark-GroupedSelection-item.is-disabled {
|
31511
31723
|
pointer-events: none;
|
31512
31724
|
color: white;
|
31513
31725
|
}
|
31514
31726
|
|
31515
|
-
.amis-scope .dark-
|
31516
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
31517
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
31518
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListRadios-item,
|
31519
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
|
31520
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
31521
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
31522
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListRadios-item {
|
31727
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-items > .dark-GroupedSelection-item {
|
31523
31728
|
padding-left: 0.75rem;
|
31524
31729
|
}
|
31525
31730
|
|
31526
|
-
.amis-scope .dark-
|
31527
|
-
.amis-scope .dark-ListRadios-itemLabel {
|
31731
|
+
.amis-scope .dark-GroupedSelection-itemLabel {
|
31528
31732
|
flex-grow: 1;
|
31529
31733
|
}
|
31530
31734
|
|
31531
|
-
.amis-scope .dark-
|
31532
|
-
.amis-scope .dark-ListRadios-itemLabel span {
|
31735
|
+
.amis-scope .dark-GroupedSelection-itemLabel span {
|
31533
31736
|
white-space: nowrap;
|
31534
31737
|
}
|
31535
31738
|
|
31536
|
-
.amis-scope .dark-
|
31537
|
-
.amis-scope .dark-ListRadios-placeholder {
|
31739
|
+
.amis-scope .dark-GroupedSelection-placeholder {
|
31538
31740
|
height: 1.875rem;
|
31539
31741
|
line-height: 1.4285714286;
|
31540
31742
|
font-size: 0.875rem;
|
@@ -31542,52 +31744,54 @@ readers do not read off random characters that represent icons */
|
|
31542
31744
|
color: white;
|
31543
31745
|
}
|
31544
31746
|
|
31545
|
-
.amis-scope .dark-
|
31747
|
+
.amis-scope .dark-TableSelection .dark-Table-content {
|
31546
31748
|
border-top: 0.0625rem solid #656565;
|
31547
31749
|
}
|
31548
31750
|
|
31549
|
-
.amis-scope .dark-
|
31550
|
-
.amis-scope .dark-
|
31751
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th,
|
31752
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td {
|
31551
31753
|
font-size: 0.75rem;
|
31552
31754
|
padding-top: 0.25rem;
|
31553
31755
|
padding-bottom: 0.375rem;
|
31554
31756
|
vertical-align: middle;
|
31555
31757
|
}
|
31556
31758
|
|
31557
|
-
.amis-scope .dark-
|
31759
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th {
|
31558
31760
|
padding-top: 0.375rem;
|
31559
31761
|
}
|
31560
31762
|
|
31561
|
-
.amis-scope .dark-
|
31562
|
-
.amis-scope .dark-
|
31763
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:first-child,
|
31764
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:first-child {
|
31563
31765
|
padding-left: 0.625rem;
|
31564
31766
|
padding-right: 0;
|
31565
31767
|
}
|
31566
31768
|
|
31567
|
-
.amis-scope .dark-
|
31568
|
-
.amis-scope .dark-
|
31769
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:last-child,
|
31770
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:last-child {
|
31569
31771
|
padding-right: 1rem;
|
31570
31772
|
}
|
31571
31773
|
|
31572
|
-
.amis-scope .dark-
|
31774
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr {
|
31573
31775
|
cursor: pointer;
|
31574
31776
|
}
|
31575
31777
|
|
31576
|
-
.amis-scope .dark-
|
31577
|
-
|
31778
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr.is-active {
|
31779
|
+
color: #2296f3;
|
31780
|
+
background: transparent;
|
31781
|
+
}
|
31782
|
+
|
31783
|
+
.amis-scope .dark-TreeSelection .dark-Table-expandBtn {
|
31578
31784
|
color: #4b5563;
|
31579
31785
|
margin-right: 5px;
|
31580
31786
|
}
|
31581
31787
|
|
31582
|
-
.amis-scope .dark-
|
31583
|
-
.amis-scope .dark-TreeRadios-sublist {
|
31788
|
+
.amis-scope .dark-TreeSelection-sublist {
|
31584
31789
|
position: relative;
|
31585
31790
|
margin: 0 0 0 2.1875rem;
|
31586
31791
|
display: none;
|
31587
31792
|
}
|
31588
31793
|
|
31589
|
-
.amis-scope .dark-
|
31590
|
-
.amis-scope .dark-TreeRadios-sublist:before {
|
31794
|
+
.amis-scope .dark-TreeSelection-sublist:before {
|
31591
31795
|
width: 1px;
|
31592
31796
|
content: "";
|
31593
31797
|
display: block;
|
@@ -31598,29 +31802,19 @@ readers do not read off random characters that represent icons */
|
|
31598
31802
|
border-left: dashed 1px #4b5563;
|
31599
31803
|
}
|
31600
31804
|
|
31601
|
-
.amis-scope .dark-
|
31602
|
-
.amis-scope .dark-TreeRadios-item {
|
31805
|
+
.amis-scope .dark-TreeSelection-item {
|
31603
31806
|
position: relative;
|
31604
31807
|
}
|
31605
31808
|
|
31606
|
-
.amis-scope .dark-
|
31607
|
-
.amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeRadios-sublist,
|
31608
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeCheckboxes-sublist,
|
31609
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeRadios-sublist {
|
31809
|
+
.amis-scope .dark-TreeSelection-item.is-expanded > .dark-TreeSelection-sublist {
|
31610
31810
|
display: block;
|
31611
31811
|
}
|
31612
31812
|
|
31613
|
-
.amis-scope .dark-
|
31614
|
-
.amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeRadios-sublist:before,
|
31615
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
|
31616
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeRadios-sublist:before {
|
31813
|
+
.amis-scope .dark-TreeSelection-item:not(:last-child) > .dark-TreeSelection-sublist:before {
|
31617
31814
|
bottom: 0;
|
31618
31815
|
}
|
31619
31816
|
|
31620
|
-
.amis-scope .dark-
|
31621
|
-
.amis-scope .dark-TreeCheckboxes-sublist .dark-TreeRadios-item:before,
|
31622
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeCheckboxes-item:before,
|
31623
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeRadios-item:before {
|
31817
|
+
.amis-scope .dark-TreeSelection-sublist .dark-TreeSelection-item:before {
|
31624
31818
|
height: 1px;
|
31625
31819
|
content: "";
|
31626
31820
|
display: block;
|
@@ -31631,8 +31825,7 @@ readers do not read off random characters that represent icons */
|
|
31631
31825
|
border-top: dashed 1px #4b5563;
|
31632
31826
|
}
|
31633
31827
|
|
31634
|
-
.amis-scope .dark-
|
31635
|
-
.amis-scope .dark-TreeRadios-itemInner {
|
31828
|
+
.amis-scope .dark-TreeSelection-itemInner {
|
31636
31829
|
display: flex;
|
31637
31830
|
align-items: center;
|
31638
31831
|
height: 1.875rem;
|
@@ -31645,20 +31838,17 @@ readers do not read off random characters that represent icons */
|
|
31645
31838
|
position: relative;
|
31646
31839
|
}
|
31647
31840
|
|
31648
|
-
.amis-scope .dark-
|
31649
|
-
.amis-scope .dark-TreeRadios-itemInner > .dark-Checkbox {
|
31841
|
+
.amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
|
31650
31842
|
margin-right: 0;
|
31651
31843
|
margin-left: 0.5rem;
|
31652
31844
|
}
|
31653
31845
|
|
31654
|
-
.amis-scope .dark-
|
31655
|
-
.amis-scope .dark-TreeRadios-itemInner > * {
|
31846
|
+
.amis-scope .dark-TreeSelection-itemInner > * {
|
31656
31847
|
position: relative;
|
31657
31848
|
z-index: 2;
|
31658
31849
|
}
|
31659
31850
|
|
31660
|
-
.amis-scope .dark-
|
31661
|
-
.amis-scope .dark-TreeRadios-itemInner:hover:after {
|
31851
|
+
.amis-scope .dark-TreeSelection-itemInner:hover:after {
|
31662
31852
|
position: absolute;
|
31663
31853
|
content: "";
|
31664
31854
|
z-index: 1;
|
@@ -31669,24 +31859,20 @@ readers do not read off random characters that represent icons */
|
|
31669
31859
|
background: rgba(0, 126, 255, 0.08);
|
31670
31860
|
}
|
31671
31861
|
|
31672
|
-
.amis-scope .dark-
|
31673
|
-
.amis-scope .dark-TreeRadios-itemInner.is-active {
|
31862
|
+
.amis-scope .dark-TreeSelection-itemInner.is-active {
|
31674
31863
|
color: #2296f3;
|
31675
31864
|
}
|
31676
31865
|
|
31677
|
-
.amis-scope .dark-
|
31678
|
-
.amis-scope .dark-TreeRadios-itemInner.is-disabled {
|
31866
|
+
.amis-scope .dark-TreeSelection-itemInner.is-disabled {
|
31679
31867
|
pointer-events: none;
|
31680
31868
|
color: white;
|
31681
31869
|
}
|
31682
31870
|
|
31683
|
-
.amis-scope .dark-
|
31684
|
-
.amis-scope .dark-TreeRadios-itemLabel {
|
31871
|
+
.amis-scope .dark-TreeSelection-itemLabel {
|
31685
31872
|
flex-grow: 1;
|
31686
31873
|
}
|
31687
31874
|
|
31688
|
-
.amis-scope .dark-
|
31689
|
-
.amis-scope .dark-TreeRadios-placeholder {
|
31875
|
+
.amis-scope .dark-TreeSelection-placeholder {
|
31690
31876
|
height: 1.875rem;
|
31691
31877
|
line-height: 1.4285714286;
|
31692
31878
|
font-size: 0.875rem;
|
@@ -31694,27 +31880,27 @@ readers do not read off random characters that represent icons */
|
|
31694
31880
|
color: white;
|
31695
31881
|
}
|
31696
31882
|
|
31697
|
-
.amis-scope .dark-
|
31883
|
+
.amis-scope .dark-ChainedSelection {
|
31698
31884
|
display: flex;
|
31699
31885
|
flex-direction: row;
|
31700
31886
|
}
|
31701
31887
|
|
31702
|
-
.amis-scope .dark-
|
31888
|
+
.amis-scope .dark-ChainedSelection-col {
|
31703
31889
|
flex-grow: 1;
|
31704
31890
|
min-width: 150px;
|
31705
31891
|
}
|
31706
31892
|
|
31707
|
-
.amis-scope .dark-
|
31893
|
+
.amis-scope .dark-ChainedSelection-col:not(:last-child) {
|
31708
31894
|
border-right: 1px solid #656565;
|
31709
31895
|
}
|
31710
31896
|
|
31711
|
-
.amis-scope .dark-
|
31897
|
+
.amis-scope .dark-ChainedSelection-subTitle {
|
31712
31898
|
font-size: 0.75rem;
|
31713
31899
|
padding: 0.25rem 0.25rem;
|
31714
31900
|
color: white;
|
31715
31901
|
}
|
31716
31902
|
|
31717
|
-
.amis-scope .dark-
|
31903
|
+
.amis-scope .dark-ChainedSelection-item {
|
31718
31904
|
display: flex;
|
31719
31905
|
height: 1.875rem;
|
31720
31906
|
line-height: 1.4285714286;
|
@@ -31725,29 +31911,29 @@ readers do not read off random characters that represent icons */
|
|
31725
31911
|
user-select: none;
|
31726
31912
|
}
|
31727
31913
|
|
31728
|
-
.amis-scope .dark-
|
31914
|
+
.amis-scope .dark-ChainedSelection-item > .dark-Checkbox {
|
31729
31915
|
margin-right: 0;
|
31730
31916
|
}
|
31731
31917
|
|
31732
|
-
.amis-scope .dark-
|
31918
|
+
.amis-scope .dark-ChainedSelection-item.is-active {
|
31733
31919
|
color: #2296f3;
|
31734
31920
|
background: transparent;
|
31735
31921
|
}
|
31736
31922
|
|
31737
|
-
.amis-scope .dark-
|
31923
|
+
.amis-scope .dark-ChainedSelection-item:hover {
|
31738
31924
|
background: rgba(0, 126, 255, 0.08);
|
31739
31925
|
}
|
31740
31926
|
|
31741
|
-
.amis-scope .dark-
|
31927
|
+
.amis-scope .dark-ChainedSelection-item.is-disabled {
|
31742
31928
|
pointer-events: none;
|
31743
31929
|
color: white;
|
31744
31930
|
}
|
31745
31931
|
|
31746
|
-
.amis-scope .dark-
|
31932
|
+
.amis-scope .dark-ChainedSelection-itemLabel {
|
31747
31933
|
flex-grow: 1;
|
31748
31934
|
}
|
31749
31935
|
|
31750
|
-
.amis-scope .dark-
|
31936
|
+
.amis-scope .dark-ChainedSelection-placeholder {
|
31751
31937
|
height: 1.875rem;
|
31752
31938
|
line-height: 1.4285714286;
|
31753
31939
|
font-size: 0.875rem;
|
@@ -31755,34 +31941,35 @@ readers do not read off random characters that represent icons */
|
|
31755
31941
|
color: white;
|
31756
31942
|
}
|
31757
31943
|
|
31758
|
-
.amis-scope .dark-
|
31944
|
+
.amis-scope .dark-AssociatedSelection {
|
31759
31945
|
display: flex;
|
31760
31946
|
flex-direction: row;
|
31761
31947
|
}
|
31762
31948
|
|
31763
|
-
.amis-scope .dark-
|
31764
|
-
.amis-scope .dark-
|
31949
|
+
.amis-scope .dark-AssociatedSelection-left,
|
31950
|
+
.amis-scope .dark-AssociatedSelection-right {
|
31765
31951
|
flex-grow: 1;
|
31766
31952
|
width: 0;
|
31767
|
-
height:
|
31953
|
+
min-height: 12.5rem;
|
31954
|
+
max-height: 25rem;
|
31768
31955
|
overflow: auto;
|
31769
31956
|
}
|
31770
31957
|
|
31771
|
-
.amis-scope .dark-
|
31958
|
+
.amis-scope .dark-AssociatedSelection-left {
|
31772
31959
|
border-right: 1px solid #656565;
|
31773
31960
|
}
|
31774
31961
|
|
31775
|
-
.amis-scope .dark-
|
31962
|
+
.amis-scope .dark-AssociatedSelection-reload {
|
31776
31963
|
text-align: center;
|
31777
31964
|
color: #2296f3;
|
31778
31965
|
margin: 20px 0 0;
|
31779
31966
|
}
|
31780
31967
|
|
31781
|
-
.amis-scope .dark-
|
31968
|
+
.amis-scope .dark-AssociatedSelection-reload.is-clickable {
|
31782
31969
|
cursor: pointer;
|
31783
31970
|
}
|
31784
31971
|
|
31785
|
-
.amis-scope .dark-
|
31972
|
+
.amis-scope .dark-AssociatedSelection-box {
|
31786
31973
|
line-height: 1.4285714286;
|
31787
31974
|
font-size: 0.75rem;
|
31788
31975
|
color: white;
|
@@ -31794,7 +31981,7 @@ readers do not read off random characters that represent icons */
|
|
31794
31981
|
height: 100%;
|
31795
31982
|
}
|
31796
31983
|
|
31797
|
-
.amis-scope .dark-
|
31984
|
+
.amis-scope .dark-AssociatedSelection-box > p {
|
31798
31985
|
text-align: center;
|
31799
31986
|
margin: 10px 0 20px;
|
31800
31987
|
color: white;
|
@@ -35818,19 +36005,19 @@ readers do not read off random characters that represent icons */
|
|
35818
36005
|
border-radius: 0.142rem;
|
35819
36006
|
}
|
35820
36007
|
|
35821
|
-
.amis-scope .dark-Transfer-select > .dark-Transfer-
|
35822
|
-
.amis-scope .dark-Transfer-result > .dark-Transfer-
|
36008
|
+
.amis-scope .dark-Transfer-select > .dark-Transfer-selection,
|
36009
|
+
.amis-scope .dark-Transfer-result > .dark-Transfer-value {
|
35823
36010
|
flex-grow: 1;
|
35824
36011
|
max-height: 100%;
|
35825
36012
|
overflow: auto;
|
35826
36013
|
position: relative;
|
35827
36014
|
}
|
35828
36015
|
|
35829
|
-
.amis-scope .dark-Transfer-search + .dark-Transfer-
|
36016
|
+
.amis-scope .dark-Transfer-search + .dark-Transfer-selection {
|
35830
36017
|
border-top: 1px solid #656565;
|
35831
36018
|
}
|
35832
36019
|
|
35833
|
-
.amis-scope .dark-Transfer-
|
36020
|
+
.amis-scope .dark-Transfer-selection .dark-ListSelection-placeholder {
|
35834
36021
|
height: 100%;
|
35835
36022
|
display: flex;
|
35836
36023
|
align-items: center;
|
@@ -35878,13 +36065,29 @@ readers do not read off random characters that represent icons */
|
|
35878
36065
|
color: white;
|
35879
36066
|
}
|
35880
36067
|
|
35881
|
-
.amis-scope .dark-Transfer-
|
36068
|
+
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
36069
|
+
height: 40px;
|
36070
|
+
}
|
36071
|
+
|
36072
|
+
.amis-scope .dark-TabsTransfer-placeholder {
|
36073
|
+
height: 1.875rem;
|
36074
|
+
line-height: 1.4285714286;
|
36075
|
+
font-size: 0.875rem;
|
36076
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36077
|
+
color: white;
|
36078
|
+
}
|
36079
|
+
|
36080
|
+
.amis-scope .dark-TabsTransfer-tab {
|
36081
|
+
padding: 0;
|
36082
|
+
}
|
36083
|
+
|
36084
|
+
.amis-scope .dark-TabsTransfer-tabs {
|
35882
36085
|
display: flex;
|
35883
36086
|
flex-direction: column;
|
35884
36087
|
height: 100%;
|
35885
36088
|
}
|
35886
36089
|
|
35887
|
-
.amis-scope .dark-
|
36090
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links {
|
35888
36091
|
border-top: 0 none;
|
35889
36092
|
padding: 5px 0 0 5px;
|
35890
36093
|
display: flex;
|
@@ -35893,59 +36096,48 @@ readers do not read off random characters that represent icons */
|
|
35893
36096
|
align-items: center;
|
35894
36097
|
}
|
35895
36098
|
|
35896
|
-
.amis-scope .dark-
|
36099
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
|
35897
36100
|
font-size: 12px;
|
35898
36101
|
padding: 7px 8px;
|
35899
36102
|
}
|
35900
36103
|
|
35901
|
-
.amis-scope .dark-
|
36104
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
|
35902
36105
|
flex-grow: 1;
|
35903
36106
|
}
|
35904
36107
|
|
35905
|
-
.amis-scope .dark-
|
36108
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox {
|
35906
36109
|
margin: -5px 5px 0 10px;
|
35907
36110
|
}
|
35908
36111
|
|
35909
|
-
.amis-scope .dark-
|
36112
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
|
35910
36113
|
width: 150px;
|
35911
36114
|
margin-right: 10px;
|
35912
36115
|
padding-left: 10px;
|
35913
36116
|
}
|
35914
36117
|
|
35915
|
-
.amis-scope .dark-
|
36118
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content {
|
35916
36119
|
flex-grow: 1;
|
36120
|
+
min-height: 0;
|
35917
36121
|
position: relative;
|
35918
36122
|
padding: 5px 0 0;
|
35919
36123
|
}
|
35920
36124
|
|
35921
|
-
.amis-scope .dark-
|
36125
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
|
35922
36126
|
position: relative;
|
35923
|
-
|
36127
|
+
height: 100%;
|
35924
36128
|
}
|
35925
36129
|
|
35926
|
-
.amis-scope .dark-
|
36130
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
|
35927
36131
|
display: flex;
|
35928
36132
|
flex-direction: column;
|
35929
36133
|
}
|
35930
36134
|
|
35931
|
-
.amis-scope .dark-
|
36135
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-selection {
|
35932
36136
|
flex-grow: 1;
|
35933
36137
|
max-height: 100%;
|
35934
36138
|
overflow: auto;
|
35935
36139
|
}
|
35936
36140
|
|
35937
|
-
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
35938
|
-
height: 40px;
|
35939
|
-
}
|
35940
|
-
|
35941
|
-
.amis-scope .dark-TabsTransfer-placeholder {
|
35942
|
-
height: 1.875rem;
|
35943
|
-
line-height: 1.4285714286;
|
35944
|
-
font-size: 0.875rem;
|
35945
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35946
|
-
color: white;
|
35947
|
-
}
|
35948
|
-
|
35949
36141
|
.amis-scope .dark-TransferControl {
|
35950
36142
|
position: relative;
|
35951
36143
|
}
|
@@ -35954,6 +36146,57 @@ readers do not read off random characters that represent icons */
|
|
35954
36146
|
display: inline-block;
|
35955
36147
|
}
|
35956
36148
|
|
36149
|
+
.amis-scope .dark-TransferPicker-icon {
|
36150
|
+
transition: transform 0s ease-out;
|
36151
|
+
margin: 5px 5px 5px auto;
|
36152
|
+
display: flex;
|
36153
|
+
color: #4b5563;
|
36154
|
+
}
|
36155
|
+
|
36156
|
+
.amis-scope .dark-TransferPicker-icon:hover {
|
36157
|
+
color: #111827;
|
36158
|
+
}
|
36159
|
+
|
36160
|
+
.amis-scope .dark-TransferPicker-icon > svg {
|
36161
|
+
width: 0.75rem;
|
36162
|
+
height: 0.75rem;
|
36163
|
+
top: 0;
|
36164
|
+
}
|
36165
|
+
|
36166
|
+
.amis-scope .dark-TransferDropDown-icon {
|
36167
|
+
transition: transform 0s ease-out;
|
36168
|
+
margin: 5px 5px 5px auto;
|
36169
|
+
display: flex;
|
36170
|
+
color: #4b5563;
|
36171
|
+
}
|
36172
|
+
|
36173
|
+
.amis-scope .dark-TransferDropDown-icon:hover {
|
36174
|
+
color: #111827;
|
36175
|
+
}
|
36176
|
+
|
36177
|
+
.amis-scope .dark-TransferDropDown-icon > svg {
|
36178
|
+
width: 0.625rem;
|
36179
|
+
height: 0.625rem;
|
36180
|
+
top: 0;
|
36181
|
+
}
|
36182
|
+
|
36183
|
+
.amis-scope .dark-TransferDropDown.is-active .dark-TransferDropDown-icon {
|
36184
|
+
transform: rotate(180deg);
|
36185
|
+
}
|
36186
|
+
|
36187
|
+
.amis-scope .dark-TransferDropDown-content {
|
36188
|
+
min-height: 12.5rem;
|
36189
|
+
display: flex;
|
36190
|
+
flex-direction: column;
|
36191
|
+
}
|
36192
|
+
|
36193
|
+
.amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
|
36194
|
+
flex-grow: 1;
|
36195
|
+
max-height: 100%;
|
36196
|
+
overflow: auto;
|
36197
|
+
position: relative;
|
36198
|
+
}
|
36199
|
+
|
35957
36200
|
.amis-scope .dark-NestedSelectControl {
|
35958
36201
|
position: relative;
|
35959
36202
|
}
|
@@ -36727,7 +36970,7 @@ readers do not read off random characters that represent icons */
|
|
36727
36970
|
height: 25rem;
|
36728
36971
|
}
|
36729
36972
|
|
36730
|
-
.amis-scope .dark-AnchorNav-link-wrap {
|
36973
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap {
|
36731
36974
|
margin: 0;
|
36732
36975
|
padding: 0;
|
36733
36976
|
width: 8.75rem;
|
@@ -36735,12 +36978,12 @@ readers do not read off random characters that represent icons */
|
|
36735
36978
|
padding-bottom: 3.75rem;
|
36736
36979
|
}
|
36737
36980
|
|
36738
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
36981
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
36739
36982
|
position: relative;
|
36740
36983
|
display: block;
|
36741
36984
|
}
|
36742
36985
|
|
36743
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
36986
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
36744
36987
|
display: block;
|
36745
36988
|
border: 0.0625rem solid transparent;
|
36746
36989
|
border-width: 0 0.125rem 0 0;
|
@@ -36754,14 +36997,68 @@ readers do not read off random characters that represent icons */
|
|
36754
36997
|
margin: 0;
|
36755
36998
|
}
|
36756
36999
|
|
36757
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37000
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37001
|
+
color: #0983ff;
|
37002
|
+
}
|
37003
|
+
|
37004
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
37005
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
36758
37006
|
color: #0983ff;
|
37007
|
+
border-color: #0983ff;
|
37008
|
+
}
|
37009
|
+
|
37010
|
+
.amis-scope .dark-AnchorNav--horizontal {
|
37011
|
+
flex-direction: column;
|
37012
|
+
}
|
37013
|
+
|
37014
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap {
|
37015
|
+
user-select: none;
|
37016
|
+
margin: 0px;
|
37017
|
+
padding: 0px;
|
37018
|
+
border-bottom: 0.0625rem solid #656565;
|
37019
|
+
list-style: none;
|
37020
|
+
}
|
37021
|
+
|
37022
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
37023
|
+
margin-bottom: calc(0.0625rem * -1);
|
37024
|
+
display: inline-block;
|
37025
|
+
position: relative;
|
37026
|
+
}
|
37027
|
+
|
37028
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child {
|
37029
|
+
font-size: 0.875rem;
|
37030
|
+
outline: 0;
|
37031
|
+
border: 0.0625rem solid transparent;
|
37032
|
+
border-width: 0 0 0.125rem 0;
|
37033
|
+
border-top-left-radius: 0.142rem;
|
37034
|
+
border-top-right-radius: 0.142rem;
|
37035
|
+
color: #f3f1f1;
|
37036
|
+
margin: 0 0.1875rem 0 0;
|
37037
|
+
padding: 0.5rem 0.75rem;
|
37038
|
+
text-decoration: none;
|
37039
|
+
cursor: pointer;
|
37040
|
+
display: block;
|
36759
37041
|
}
|
36760
37042
|
|
36761
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link
|
36762
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link
|
37043
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:hover,
|
37044
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:focus {
|
36763
37045
|
color: #0983ff;
|
37046
|
+
background: transparent;
|
37047
|
+
border-color: transparent;
|
37048
|
+
}
|
37049
|
+
|
37050
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link:last-child > a {
|
37051
|
+
margin: 0;
|
37052
|
+
}
|
37053
|
+
|
37054
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child,
|
37055
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:hover,
|
37056
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:focus {
|
37057
|
+
font-size: 0.875rem;
|
37058
|
+
border-width: 0 0 0.125rem 0;
|
36764
37059
|
border-color: #0983ff;
|
37060
|
+
color: #0983ff;
|
37061
|
+
background: transparent;
|
36765
37062
|
}
|
36766
37063
|
|
36767
37064
|
.amis-scope .dark-AnchorNav-section-wrap {
|
@@ -37046,6 +37343,14 @@ readers do not read off random characters that represent icons */
|
|
37046
37343
|
color: white;
|
37047
37344
|
}
|
37048
37345
|
|
37346
|
+
.amis-scope .dark-MappingField {
|
37347
|
+
margin-right: 0.25rem;
|
37348
|
+
}
|
37349
|
+
|
37350
|
+
.amis-scope .dark-MappingField:last-child {
|
37351
|
+
margin-right: 0;
|
37352
|
+
}
|
37353
|
+
|
37049
37354
|
/*
|
37050
37355
|
* utilities
|
37051
37356
|
*/
|