amis 1.8.0-beta.0 → 1.8.0-beta.3
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/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 +14 -3
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/DatePicker.d.ts +3 -0
- package/lib/components/DatePicker.js +56 -11
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +92 -84
- package/lib/components/DateRangePicker.js +198 -5
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Progress.js +12 -9
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Radios.d.ts +1 -1
- 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/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/calendar/Calendar.js +16 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -1
- package/lib/components/formula/Editor.js +20 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +19 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +8 -2
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +13 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +13 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +2 -0
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.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/Dialog.d.ts +4 -0
- package/lib/renderers/Dialog.js +4 -3
- package/lib/renderers/Dialog.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/Checkboxes.d.ts +2 -2
- package/lib/renderers/Form/Checkboxes.js +2 -6
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +3 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +3 -0
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +6 -3
- 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 +6 -3
- package/lib/renderers/Form/InputImage.js.map +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/Item.d.ts +11 -6
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +9 -0
- package/lib/renderers/Form/wrapControl.js +1 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.js +2 -2
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +2 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Progress.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/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +7 -3
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +4 -0
- package/lib/renderers/Tabs.js +22 -6
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +6 -3
- package/lib/renderers/Wizard.js +257 -152
- package/lib/renderers/Wizard.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.js +4 -4
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +194 -23
- package/lib/themes/ang.css +193 -22
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +194 -23
- package/lib/themes/antd.css +193 -22
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +194 -23
- package/lib/themes/cxd.css +193 -22
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +194 -23
- package/lib/themes/dark.css +193 -22
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +194 -23
- package/lib/themes/default.css +193 -22
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- 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/package.json +1 -1
- package/schema.json +181 -30
- package/scss/_properties.scss +2 -2
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +18 -0
- package/scss/components/_progress.scss +3 -8
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_date.scss +14 -0
- package/scss/components/form/_editor.scss +2 -1
- package/sdk/ang-ie11.css +234 -25
- package/sdk/ang.css +233 -24
- package/sdk/antd-ie11.css +234 -25
- package/sdk/antd.css +233 -24
- 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 +234 -25
- package/sdk/cxd.css +233 -24
- package/sdk/dark-ie11.css +234 -25
- package/sdk/dark.css +233 -24
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -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 +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +234 -25
- package/sdk/sdk.css +233 -24
- package/sdk/sdk.js +1290 -1288
- 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/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +18 -0
- package/src/components/BarCode.tsx +2 -2
- package/src/components/DatePicker.tsx +77 -22
- package/src/components/DateRangePicker.tsx +198 -4
- package/src/components/Progress.tsx +8 -12
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Steps.tsx +28 -27
- package/src/components/calendar/Calendar.tsx +17 -12
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/formula/Editor.tsx +34 -3
- package/src/components/formula/Picker.tsx +28 -1
- package/src/factory.tsx +15 -2
- package/src/locale/de-DE.ts +13 -0
- package/src/locale/en-US.ts +13 -0
- package/src/locale/zh-CN.ts +13 -0
- package/src/renderers/Action.tsx +22 -1
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Dialog.tsx +17 -3
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Checkboxes.tsx +5 -18
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDateRange.tsx +8 -1
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +1 -1
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Page.tsx +1 -2
- package/src/renderers/Progress.tsx +2 -2
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Table/index.tsx +11 -2
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/Wizard.tsx +154 -93
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +4 -4
- package/src/types.ts +3 -1
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
package/sdk/sdk-ie11.css
CHANGED
@@ -34111,11 +34111,14 @@ readers do not read off random characters that represent icons */
|
|
34111
34111
|
right: 0;
|
34112
34112
|
}
|
34113
34113
|
|
34114
|
+
.amis-scope .cxd-Progress {
|
34115
|
+
display: flex;
|
34116
|
+
align-items: center;
|
34117
|
+
}
|
34118
|
+
|
34114
34119
|
.amis-scope .cxd-Progress-line {
|
34115
34120
|
display: inline-block;
|
34116
34121
|
width: 100%;
|
34117
|
-
margin-right: calc(-2em + -8px);
|
34118
|
-
padding-right: calc(2em + 8px);
|
34119
34122
|
}
|
34120
34123
|
|
34121
34124
|
.amis-scope .cxd-Progress-line-inter {
|
@@ -34125,14 +34128,9 @@ readers do not read off random characters that represent icons */
|
|
34125
34128
|
border-radius: 1rem;
|
34126
34129
|
}
|
34127
34130
|
|
34128
|
-
.amis-scope .cxd-Progress-line-no-label {
|
34129
|
-
padding-right: 0;
|
34130
|
-
margin-right: 0;
|
34131
|
-
}
|
34132
|
-
|
34133
34131
|
.amis-scope .cxd-Progress-line-text {
|
34134
34132
|
display: inline-block;
|
34135
|
-
|
34133
|
+
flex-grow: 1;
|
34136
34134
|
margin-left: 8px;
|
34137
34135
|
color: #151a26;
|
34138
34136
|
font-size: 0.6875rem;
|
@@ -34673,11 +34671,12 @@ readers do not read off random characters that represent icons */
|
|
34673
34671
|
}
|
34674
34672
|
|
34675
34673
|
.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
|
34674
|
+
cursor: pointer;
|
34676
34675
|
display: inline-block;
|
34677
34676
|
height: 0.5rem;
|
34678
34677
|
width: 0.5rem;
|
34679
34678
|
border-radius: 0.25rem;
|
34680
|
-
margin: 0.
|
34679
|
+
margin: 0.5rem 0.25rem;
|
34681
34680
|
transition-duration: 0s;
|
34682
34681
|
opacity: 0.3;
|
34683
34682
|
}
|
@@ -35846,6 +35845,10 @@ readers do not read off random characters that represent icons */
|
|
35846
35845
|
line-height: 2rem;
|
35847
35846
|
}
|
35848
35847
|
|
35848
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-container {
|
35849
|
+
position: relative;
|
35850
|
+
}
|
35851
|
+
|
35849
35852
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
35850
35853
|
vertical-align: top;
|
35851
35854
|
display: inline-block;
|
@@ -35895,6 +35898,13 @@ readers do not read off random characters that represent icons */
|
|
35895
35898
|
background-color: #2468f2;
|
35896
35899
|
}
|
35897
35900
|
|
35901
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
|
35902
|
+
max-width: 9.875rem;
|
35903
|
+
overflow: hidden;
|
35904
|
+
text-overflow: ellipsis;
|
35905
|
+
white-space: nowrap;
|
35906
|
+
}
|
35907
|
+
|
35898
35908
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
35899
35909
|
padding-left: 0.625rem;
|
35900
35910
|
font-size: 0.875rem;
|
@@ -35904,6 +35914,8 @@ readers do not read off random characters that represent icons */
|
|
35904
35914
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
35905
35915
|
max-width: 8.75rem;
|
35906
35916
|
white-space: nowrap;
|
35917
|
+
position: relative;
|
35918
|
+
bottom: 0.625rem;
|
35907
35919
|
}
|
35908
35920
|
|
35909
35921
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
@@ -35921,19 +35933,16 @@ readers do not read off random characters that represent icons */
|
|
35921
35933
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem {
|
35922
35934
|
padding: 0.3125rem 0;
|
35923
35935
|
min-height: 75px;
|
35936
|
+
overflow: visible;
|
35924
35937
|
}
|
35925
35938
|
|
35926
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon
|
35927
|
-
position: relative;
|
35928
|
-
}
|
35929
|
-
|
35930
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
35939
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
35931
35940
|
content: "";
|
35932
35941
|
position: absolute;
|
35933
35942
|
right: 0;
|
35934
|
-
top:
|
35935
|
-
height:
|
35936
|
-
left: 0.
|
35943
|
+
top: 2rem;
|
35944
|
+
height: calc(100% - 23px);
|
35945
|
+
left: 0.6875rem;
|
35937
35946
|
width: 1px;
|
35938
35947
|
background-color: #b4bbc5;
|
35939
35948
|
}
|
@@ -35942,14 +35951,181 @@ readers do not read off random characters that represent icons */
|
|
35942
35951
|
display: none;
|
35943
35952
|
}
|
35944
35953
|
|
35954
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
|
35955
|
+
display: none !important;
|
35956
|
+
}
|
35957
|
+
|
35945
35958
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
|
35946
35959
|
flex: none;
|
35947
35960
|
}
|
35948
35961
|
|
35949
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-
|
35962
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
35963
|
+
display: none;
|
35964
|
+
}
|
35965
|
+
|
35966
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
|
35967
|
+
flex-direction: row;
|
35968
|
+
}
|
35969
|
+
|
35970
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
|
35971
|
+
display: none;
|
35972
|
+
}
|
35973
|
+
|
35974
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
|
35975
|
+
width: 25rem;
|
35976
|
+
}
|
35977
|
+
|
35978
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
|
35979
|
+
margin-left: 0px;
|
35980
|
+
margin-top: 0.625rem;
|
35981
|
+
}
|
35982
|
+
|
35983
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
|
35984
|
+
content: "";
|
35985
|
+
position: absolute;
|
35986
|
+
display: inline-block;
|
35987
|
+
top: 1.375rem;
|
35988
|
+
width: 1px;
|
35989
|
+
left: 3px;
|
35990
|
+
height: calc(100% - 5px);
|
35991
|
+
background-color: #b4bbc5;
|
35992
|
+
}
|
35993
|
+
|
35994
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
|
35995
|
+
display: inline-block !important;
|
35996
|
+
}
|
35997
|
+
|
35998
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
|
35999
|
+
right: 0.625rem;
|
36000
|
+
}
|
36001
|
+
|
36002
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
|
36003
|
+
text-align: left !important;
|
36004
|
+
}
|
36005
|
+
|
36006
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
|
36007
|
+
display: none;
|
36008
|
+
}
|
36009
|
+
|
36010
|
+
.amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
|
36011
|
+
background: #2468f2;
|
36012
|
+
}
|
36013
|
+
|
36014
|
+
.amis-scope .cxd-Steps--Placement-vertical {
|
36015
|
+
display: flex;
|
36016
|
+
list-style: none;
|
36017
|
+
padding: 0;
|
36018
|
+
}
|
36019
|
+
|
36020
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
|
36021
|
+
flex: 1;
|
36022
|
+
padding: 0;
|
36023
|
+
overflow: visible;
|
36024
|
+
}
|
36025
|
+
|
36026
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
|
36027
|
+
display: flex;
|
36028
|
+
flex-direction: column;
|
36029
|
+
justify-content: flex-start;
|
36030
|
+
}
|
36031
|
+
|
36032
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
|
36033
|
+
content: "";
|
36034
|
+
position: absolute;
|
36035
|
+
display: inline-block;
|
36036
|
+
top: 1rem;
|
36037
|
+
height: 1px;
|
36038
|
+
left: 8.125rem;
|
36039
|
+
width: calc(100% - 55px);
|
36040
|
+
background-color: #b4bbc5;
|
36041
|
+
}
|
36042
|
+
|
36043
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
|
36044
|
+
margin-left: 5.625rem;
|
36045
|
+
}
|
36046
|
+
|
36047
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
|
36048
|
+
width: 12.5rem;
|
36049
|
+
}
|
36050
|
+
|
36051
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
|
36052
|
+
text-align: center;
|
36053
|
+
}
|
36054
|
+
|
36055
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
36056
|
+
padding: 0 0.625rem;
|
36057
|
+
width: 100%;
|
36058
|
+
}
|
36059
|
+
|
36060
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
36061
|
+
display: block;
|
36062
|
+
position: relative;
|
36063
|
+
left: 0.625rem;
|
36064
|
+
}
|
36065
|
+
|
36066
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
36067
|
+
word-break: break-all;
|
36068
|
+
padding: 0 0.625rem;
|
36069
|
+
position: relative;
|
36070
|
+
left: 0.625rem;
|
36071
|
+
}
|
36072
|
+
|
36073
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
35950
36074
|
display: none;
|
35951
36075
|
}
|
35952
36076
|
|
36077
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
36078
|
+
min-width: 12.5rem;
|
36079
|
+
word-break: break-all;
|
36080
|
+
padding: 0 0.625rem;
|
36081
|
+
}
|
36082
|
+
|
36083
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
36084
|
+
background-color: #2468f2;
|
36085
|
+
}
|
36086
|
+
|
36087
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
|
36088
|
+
display: none;
|
36089
|
+
}
|
36090
|
+
|
36091
|
+
.amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
|
36092
|
+
background: #2468f2;
|
36093
|
+
}
|
36094
|
+
|
36095
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
|
36096
|
+
left: 6.875rem;
|
36097
|
+
width: calc(100% - 20px);
|
36098
|
+
}
|
36099
|
+
|
36100
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
|
36101
|
+
margin-top: 0.8125rem;
|
36102
|
+
margin-bottom: 0.3125rem;
|
36103
|
+
width: 0.5rem;
|
36104
|
+
height: 0.5rem;
|
36105
|
+
margin-left: 6rem;
|
36106
|
+
border: 1px solid #2468f2;
|
36107
|
+
border-radius: 100%;
|
36108
|
+
}
|
36109
|
+
|
36110
|
+
.amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
|
36111
|
+
background: #2468f2;
|
36112
|
+
}
|
36113
|
+
|
36114
|
+
.amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
|
36115
|
+
background: #b4bbc5;
|
36116
|
+
border: 1px solid #b4bbc5;
|
36117
|
+
}
|
36118
|
+
|
36119
|
+
.amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
|
36120
|
+
background: #f33e3e;
|
36121
|
+
border: 1px solid #f33e3e;
|
36122
|
+
}
|
36123
|
+
|
36124
|
+
.amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
|
36125
|
+
border: 1px solid #2468f2;
|
36126
|
+
background: #2468f2;
|
36127
|
+
}
|
36128
|
+
|
35953
36129
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
|
35954
36130
|
background-color: #fff;
|
35955
36131
|
color: #b4bbc5;
|
@@ -39018,6 +39194,20 @@ readers do not read off random characters that represent icons */
|
|
39018
39194
|
border-radius: 0.25rem;
|
39019
39195
|
}
|
39020
39196
|
|
39197
|
+
.amis-scope .cxd-DatePicker-input {
|
39198
|
+
display: inline-block;
|
39199
|
+
width: 100%;
|
39200
|
+
background: none;
|
39201
|
+
padding: 0;
|
39202
|
+
border: 0;
|
39203
|
+
}
|
39204
|
+
|
39205
|
+
.amis-scope .cxd-DatePicker-input:focus {
|
39206
|
+
border: none;
|
39207
|
+
outline: none;
|
39208
|
+
box-sizing: none;
|
39209
|
+
}
|
39210
|
+
|
39021
39211
|
.amis-scope .cxd-DatePicker--borderHalf {
|
39022
39212
|
border-left-color: transparent !important;
|
39023
39213
|
border-right-color: transparent !important;
|
@@ -40374,7 +40564,7 @@ readers do not read off random characters that represent icons */
|
|
40374
40564
|
|
40375
40565
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
|
40376
40566
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
|
40377
|
-
min-height:
|
40567
|
+
min-height: inherit;
|
40378
40568
|
}
|
40379
40569
|
|
40380
40570
|
.amis-scope .cxd-EditorControl.is-error {
|
@@ -40727,7 +40917,7 @@ readers do not read off random characters that represent icons */
|
|
40727
40917
|
border-radius: 0.25rem;
|
40728
40918
|
cursor: pointer;
|
40729
40919
|
display: block;
|
40730
|
-
height: 0.
|
40920
|
+
height: 0.375rem;
|
40731
40921
|
position: relative;
|
40732
40922
|
transition: left 0s ease-out,
|
40733
40923
|
width 0s ease-out;
|
@@ -40748,7 +40938,7 @@ readers do not read off random characters that represent icons */
|
|
40748
40938
|
|
40749
40939
|
.amis-scope .cxd-InputRange-track--background {
|
40750
40940
|
left: 0.5rem;
|
40751
|
-
margin-top: calc(-0.5 * 0.
|
40941
|
+
margin-top: calc(-0.5 * 0.375rem);
|
40752
40942
|
position: absolute;
|
40753
40943
|
right: 0.5rem;
|
40754
40944
|
top: 50%;
|
@@ -44358,6 +44548,26 @@ readers do not read off random characters that represent icons */
|
|
44358
44548
|
color: #2468f2;
|
44359
44549
|
}
|
44360
44550
|
|
44551
|
+
.amis-scope .cxd-FormulaPicker-ResultBox {
|
44552
|
+
padding-right: 10px;
|
44553
|
+
}
|
44554
|
+
|
44555
|
+
.amis-scope .cxd-FormulaPicker-ResultBox span.c-field {
|
44556
|
+
background: #007bff;
|
44557
|
+
padding: 3px 5px;
|
44558
|
+
margin: 0 1px;
|
44559
|
+
color: #fff;
|
44560
|
+
font-size: 12px;
|
44561
|
+
border-radius: 4px;
|
44562
|
+
}
|
44563
|
+
|
44564
|
+
.amis-scope .cxd-FormulaPicker-ResultBox span.c-func {
|
44565
|
+
color: #ae4597;
|
44566
|
+
font-weight: bold;
|
44567
|
+
line-height: 14px;
|
44568
|
+
padding: 0 2px;
|
44569
|
+
}
|
44570
|
+
|
44361
44571
|
.amis-scope .cxd-Timeline-vertical {
|
44362
44572
|
display: flex;
|
44363
44573
|
flex-flow: column;
|
@@ -44548,7 +44758,7 @@ readers do not read off random characters that represent icons */
|
|
44548
44758
|
border-radius: 50%;
|
44549
44759
|
}
|
44550
44760
|
|
44551
|
-
.amis-scope .cxd-BarCode >
|
44761
|
+
.amis-scope .cxd-BarCode > img {
|
44552
44762
|
display: block;
|
44553
44763
|
margin: 0 auto;
|
44554
44764
|
}
|
@@ -44624,9 +44834,8 @@ readers do not read off random characters that represent icons */
|
|
44624
44834
|
right: 0;
|
44625
44835
|
width: 24px;
|
44626
44836
|
height: 48px;
|
44627
|
-
box-shadow: rgba(
|
44628
|
-
border-
|
44629
|
-
border-bottom-left-radius: 12px;
|
44837
|
+
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);
|
44838
|
+
border-radius: 0.25rem 0 0 0.25rem;
|
44630
44839
|
padding-top: 14px;
|
44631
44840
|
padding-left: 6px;
|
44632
44841
|
cursor: pointer;
|