amis 1.8.0-beta.1 → 1.8.0-beta.5
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/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +6 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/DatePicker.js +16 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +94 -84
- package/lib/components/DateRangePicker.js +259 -7
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- 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/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 +2 -14
- 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/factory.d.ts +4 -0
- package/lib/factory.js +9 -0
- 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/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +11 -4
- 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/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.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/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/Item.d.ts +11 -6
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -0
- 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/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +10 -5
- 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/crud.d.ts +1 -0
- package/lib/store/crud.js +33 -7
- package/lib/store/crud.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.js +2 -2
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +278 -17
- package/lib/themes/ang.css +286 -17
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +278 -17
- package/lib/themes/antd.css +286 -17
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +278 -17
- package/lib/themes/cxd.css +286 -17
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +278 -17
- package/lib/themes/dark.css +286 -17
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +278 -17
- package/lib/themes/default.css +286 -17
- 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 +237 -29
- package/scss/_properties.scss +10 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_checks.scss +122 -1
- package/scss/components/form/_date.scss +2 -1
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_form.scss +16 -0
- package/sdk/ang-ie11.css +335 -18
- package/sdk/ang.css +343 -18
- package/sdk/antd-ie11.css +335 -18
- package/sdk/antd.css +343 -18
- 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 +335 -18
- package/sdk/cxd.css +343 -18
- package/sdk/dark-ie11.css +335 -18
- package/sdk/dark.css +343 -18
- 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 +335 -18
- package/sdk/sdk.css +343 -18
- package/sdk/sdk.js +1289 -1287
- 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/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/DatePicker.tsx +21 -4
- package/src/components/DateRangePicker.tsx +295 -6
- 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 +2 -15
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/factory.tsx +16 -0
- 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/CRUD.tsx +22 -4
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- 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/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/Item.tsx +1 -0
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/Form/wrapControl.tsx +1 -1
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/index.tsx +15 -4
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/Wizard.tsx +154 -93
- package/src/store/crud.ts +40 -5
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +2 -2
- package/src/types.ts +3 -1
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
package/sdk/sdk.css
CHANGED
@@ -12506,7 +12506,7 @@ readers do not read off random characters that represent icons */
|
|
12506
12506
|
--Carousel-bg: #f6f8f8;
|
12507
12507
|
--Carousel-dot-borderRadius: 0.25rem;
|
12508
12508
|
--Carousel-dot-height: 0.5rem;
|
12509
|
-
--Carousel-dot-margin: 0.
|
12509
|
+
--Carousel-dot-margin: 0.5rem var(--gap-xs);
|
12510
12510
|
--Carousel-dot-width: 0.5rem;
|
12511
12511
|
--Carousel-height: 12.5rem;
|
12512
12512
|
--Carousel-imageDescription-bottom: 1.5625rem;
|
@@ -12528,6 +12528,12 @@ readers do not read off random characters that represent icons */
|
|
12528
12528
|
--Checkbox-onHover-color: var(--info);
|
12529
12529
|
--Checkbox-onDisabled-bg: #e5e7eb;
|
12530
12530
|
--Checkbox-onDisabled-color: var(--text--muted-color);
|
12531
|
+
--Checkbox-inner-onDisabled-bg: #D4D6D9;
|
12532
|
+
--Checkbox-disabled-unchecked-bg: #F2F3F3;
|
12533
|
+
--Checkbox-border-width: var(--Form-input-borderWidth);
|
12534
|
+
--Checkbox-paddingX: 0.75rem;
|
12535
|
+
--Checkbox-button-height: 2rem;
|
12536
|
+
--Checkbox-button-line-height: 1.875rem;
|
12531
12537
|
--ColorPicker-bg: var(--white);
|
12532
12538
|
--ColorPicker-borderColor: var(--Form-input-borderColor);
|
12533
12539
|
--ColorPicker-borderRadius: var(--Form-input-borderRadius);
|
@@ -12684,6 +12690,8 @@ readers do not read off random characters that represent icons */
|
|
12684
12690
|
--Form--horizontal-label-widthMd: 10rem;
|
12685
12691
|
--Form--horizontal-label-widthSm: 5.625rem;
|
12686
12692
|
--Form--horizontal-label-widthXs: 3.75rem;
|
12693
|
+
--Form--horizontal-justify-label-align: left;
|
12694
|
+
--Form--horizontal-justify-value-align: right;
|
12687
12695
|
--Form-control-widthBase: 12.5rem;
|
12688
12696
|
--Form-control-widthLg: 20rem;
|
12689
12697
|
--Form-control-widthMd: 15rem;
|
@@ -36519,6 +36527,7 @@ readers do not read off random characters that represent icons */
|
|
36519
36527
|
}
|
36520
36528
|
|
36521
36529
|
.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
|
36530
|
+
cursor: pointer;
|
36522
36531
|
display: inline-block;
|
36523
36532
|
height: var(--Carousel-dot-width);
|
36524
36533
|
width: var(--Carousel-dot-height);
|
@@ -37681,6 +37690,10 @@ readers do not read off random characters that represent icons */
|
|
37681
37690
|
line-height: 2rem;
|
37682
37691
|
}
|
37683
37692
|
|
37693
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-container {
|
37694
|
+
position: relative;
|
37695
|
+
}
|
37696
|
+
|
37684
37697
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
37685
37698
|
vertical-align: top;
|
37686
37699
|
display: inline-block;
|
@@ -37730,6 +37743,13 @@ readers do not read off random characters that represent icons */
|
|
37730
37743
|
background-color: var(--Steps-line-success-bg);
|
37731
37744
|
}
|
37732
37745
|
|
37746
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
|
37747
|
+
max-width: 9.875rem;
|
37748
|
+
overflow: hidden;
|
37749
|
+
text-overflow: ellipsis;
|
37750
|
+
white-space: nowrap;
|
37751
|
+
}
|
37752
|
+
|
37733
37753
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
37734
37754
|
padding-left: 0.625rem;
|
37735
37755
|
font-size: var(--Steps-sub-title-fontsize);
|
@@ -37739,6 +37759,8 @@ readers do not read off random characters that represent icons */
|
|
37739
37759
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
37740
37760
|
max-width: 8.75rem;
|
37741
37761
|
white-space: nowrap;
|
37762
|
+
position: relative;
|
37763
|
+
bottom: 0.625rem;
|
37742
37764
|
}
|
37743
37765
|
|
37744
37766
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
@@ -37756,19 +37778,16 @@ readers do not read off random characters that represent icons */
|
|
37756
37778
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem {
|
37757
37779
|
padding: 0.3125rem 0;
|
37758
37780
|
min-height: 75px;
|
37781
|
+
overflow: visible;
|
37759
37782
|
}
|
37760
37783
|
|
37761
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon
|
37762
|
-
position: relative;
|
37763
|
-
}
|
37764
|
-
|
37765
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
37784
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
37766
37785
|
content: "";
|
37767
37786
|
position: absolute;
|
37768
37787
|
right: 0;
|
37769
|
-
top:
|
37770
|
-
height:
|
37771
|
-
left: 0.
|
37788
|
+
top: 2rem;
|
37789
|
+
height: calc(100% - 23px);
|
37790
|
+
left: 0.6875rem;
|
37772
37791
|
width: 1px;
|
37773
37792
|
background-color: var(--Steps-line-bg);
|
37774
37793
|
}
|
@@ -37777,14 +37796,181 @@ readers do not read off random characters that represent icons */
|
|
37777
37796
|
display: none;
|
37778
37797
|
}
|
37779
37798
|
|
37799
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
|
37800
|
+
display: none !important;
|
37801
|
+
}
|
37802
|
+
|
37780
37803
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
|
37781
37804
|
flex: none;
|
37782
37805
|
}
|
37783
37806
|
|
37784
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-
|
37807
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
37808
|
+
display: none;
|
37809
|
+
}
|
37810
|
+
|
37811
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
|
37812
|
+
flex-direction: row;
|
37813
|
+
}
|
37814
|
+
|
37815
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
|
37785
37816
|
display: none;
|
37786
37817
|
}
|
37787
37818
|
|
37819
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
|
37820
|
+
width: 25rem;
|
37821
|
+
}
|
37822
|
+
|
37823
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
|
37824
|
+
margin-left: 0px;
|
37825
|
+
margin-top: 0.625rem;
|
37826
|
+
}
|
37827
|
+
|
37828
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
|
37829
|
+
content: "";
|
37830
|
+
position: absolute;
|
37831
|
+
display: inline-block;
|
37832
|
+
top: 1.375rem;
|
37833
|
+
width: 1px;
|
37834
|
+
left: 3px;
|
37835
|
+
height: calc(100% - 5px);
|
37836
|
+
background-color: var(--Steps-line-bg);
|
37837
|
+
}
|
37838
|
+
|
37839
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
|
37840
|
+
display: inline-block !important;
|
37841
|
+
}
|
37842
|
+
|
37843
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
|
37844
|
+
right: 0.625rem;
|
37845
|
+
}
|
37846
|
+
|
37847
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
|
37848
|
+
text-align: left !important;
|
37849
|
+
}
|
37850
|
+
|
37851
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
|
37852
|
+
display: none;
|
37853
|
+
}
|
37854
|
+
|
37855
|
+
.amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
|
37856
|
+
background: var(--Steps-status-success);
|
37857
|
+
}
|
37858
|
+
|
37859
|
+
.amis-scope .cxd-Steps--Placement-vertical {
|
37860
|
+
display: flex;
|
37861
|
+
list-style: none;
|
37862
|
+
padding: 0;
|
37863
|
+
}
|
37864
|
+
|
37865
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
|
37866
|
+
flex: 1;
|
37867
|
+
padding: 0;
|
37868
|
+
overflow: visible;
|
37869
|
+
}
|
37870
|
+
|
37871
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
|
37872
|
+
display: flex;
|
37873
|
+
flex-direction: column;
|
37874
|
+
justify-content: flex-start;
|
37875
|
+
}
|
37876
|
+
|
37877
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
|
37878
|
+
content: "";
|
37879
|
+
position: absolute;
|
37880
|
+
display: inline-block;
|
37881
|
+
top: 1rem;
|
37882
|
+
height: 1px;
|
37883
|
+
left: 8.125rem;
|
37884
|
+
width: calc(100% - 55px);
|
37885
|
+
background-color: var(--Steps-line-bg);
|
37886
|
+
}
|
37887
|
+
|
37888
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
|
37889
|
+
margin-left: 5.625rem;
|
37890
|
+
}
|
37891
|
+
|
37892
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
|
37893
|
+
width: 12.5rem;
|
37894
|
+
}
|
37895
|
+
|
37896
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
|
37897
|
+
text-align: center;
|
37898
|
+
}
|
37899
|
+
|
37900
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
37901
|
+
padding: 0 0.625rem;
|
37902
|
+
width: 100%;
|
37903
|
+
}
|
37904
|
+
|
37905
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
37906
|
+
display: block;
|
37907
|
+
position: relative;
|
37908
|
+
left: 0.625rem;
|
37909
|
+
}
|
37910
|
+
|
37911
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
37912
|
+
word-break: break-all;
|
37913
|
+
padding: 0 0.625rem;
|
37914
|
+
position: relative;
|
37915
|
+
left: 0.625rem;
|
37916
|
+
}
|
37917
|
+
|
37918
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
37919
|
+
display: none;
|
37920
|
+
}
|
37921
|
+
|
37922
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
37923
|
+
min-width: 12.5rem;
|
37924
|
+
word-break: break-all;
|
37925
|
+
padding: 0 0.625rem;
|
37926
|
+
}
|
37927
|
+
|
37928
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
37929
|
+
background-color: var(--Steps-line-success-bg);
|
37930
|
+
}
|
37931
|
+
|
37932
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
|
37933
|
+
display: none;
|
37934
|
+
}
|
37935
|
+
|
37936
|
+
.amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
|
37937
|
+
background: var(--Steps-status-success);
|
37938
|
+
}
|
37939
|
+
|
37940
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
|
37941
|
+
left: 6.875rem;
|
37942
|
+
width: calc(100% - 20px);
|
37943
|
+
}
|
37944
|
+
|
37945
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
|
37946
|
+
margin-top: 0.8125rem;
|
37947
|
+
margin-bottom: 0.3125rem;
|
37948
|
+
width: 0.5rem;
|
37949
|
+
height: 0.5rem;
|
37950
|
+
margin-left: 6rem;
|
37951
|
+
border: 1px solid var(--Steps-line-success-bg);
|
37952
|
+
border-radius: 100%;
|
37953
|
+
}
|
37954
|
+
|
37955
|
+
.amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
|
37956
|
+
background: var(--Steps-status-success);
|
37957
|
+
}
|
37958
|
+
|
37959
|
+
.amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
|
37960
|
+
background: var(--Steps-line-bg);
|
37961
|
+
border: 1px solid var(--Steps-line-bg);
|
37962
|
+
}
|
37963
|
+
|
37964
|
+
.amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
|
37965
|
+
background: var(--Steps-status-error);
|
37966
|
+
border: 1px solid var(--Steps-status-error);
|
37967
|
+
}
|
37968
|
+
|
37969
|
+
.amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
|
37970
|
+
border: 1px solid var(--Steps-status-success);
|
37971
|
+
background: var(--Steps-status-success);
|
37972
|
+
}
|
37973
|
+
|
37788
37974
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
|
37789
37975
|
background-color: var(--white);
|
37790
37976
|
color: var(--Steps-bg);
|
@@ -39089,10 +39275,121 @@ readers do not read off random characters that represent icons */
|
|
39089
39275
|
border-color: transparent;
|
39090
39276
|
transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
|
39091
39277
|
border-width: 0 0 0.125rem 0.125rem;
|
39092
|
-
transform: translate(-50%, -
|
39278
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
39279
|
+
border-style: solid;
|
39280
|
+
}
|
39281
|
+
|
39282
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
|
39283
|
+
margin-left: calc(var(--Checkbox-size) * -1);
|
39284
|
+
}
|
39285
|
+
|
39286
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
|
39287
|
+
border-color: var(--Checkbox-onHover-color);
|
39288
|
+
}
|
39289
|
+
|
39290
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
|
39291
|
+
width: var(--Checkbox-inner-size);
|
39292
|
+
height: var(--Checkbox-inner-size);
|
39293
|
+
background: var(--Checkbox-onHover-color);
|
39294
|
+
}
|
39295
|
+
|
39296
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
|
39297
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39298
|
+
}
|
39299
|
+
|
39300
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
|
39301
|
+
width: var(--Checkbox-inner-size);
|
39302
|
+
height: var(--Checkbox-inner-size);
|
39303
|
+
background: var(--Checkbox-inner-onDisabled-bg);
|
39304
|
+
}
|
39305
|
+
|
39306
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
39307
|
+
width: var(--Checkbox-inner-size);
|
39308
|
+
height: var(--Checkbox-inner-size);
|
39309
|
+
background: var(--Checkbox-onDisabled-bg);
|
39310
|
+
}
|
39311
|
+
|
39312
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
|
39313
|
+
text-align: center;
|
39314
|
+
height: var(--Checkbox-button-height);
|
39315
|
+
line-height: var(--Checkbox-button-line-height);
|
39316
|
+
padding-left: var(--Checkbox-paddingX);
|
39317
|
+
padding-right: var(--Checkbox-paddingX);
|
39318
|
+
font-size: var(--fontSizeSm);
|
39319
|
+
border: var(--Checkbox-border-width) solid;
|
39320
|
+
cursor: pointer;
|
39321
|
+
position: relative;
|
39322
|
+
display: inline-block;
|
39323
|
+
background-color: var(--Checkbox-gb);
|
39324
|
+
border-color: var(--Checkbox-color);
|
39325
|
+
margin-right: 0;
|
39326
|
+
}
|
39327
|
+
|
39328
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
39329
|
+
color: var(--Checkbox-onHover-color);
|
39330
|
+
}
|
39331
|
+
|
39332
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
|
39333
|
+
background: transparent;
|
39334
|
+
top: 0;
|
39335
|
+
left: 0;
|
39336
|
+
width: 0;
|
39337
|
+
height: 0;
|
39338
|
+
border-width: 0.5rem;
|
39339
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39340
|
+
border-radius: 0;
|
39341
|
+
}
|
39342
|
+
|
39343
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
|
39344
|
+
position: absolute;
|
39345
|
+
top: 0;
|
39346
|
+
left: 0;
|
39347
|
+
width: 0.5rem;
|
39348
|
+
height: 0.375rem;
|
39349
|
+
transform: translate(-80%, -120%) rotate(-50deg);
|
39350
|
+
background: transparent;
|
39351
|
+
}
|
39352
|
+
|
39353
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
|
39354
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39355
|
+
background: transparent;
|
39356
|
+
}
|
39357
|
+
|
39358
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
|
39359
|
+
background: transparent;
|
39360
|
+
}
|
39361
|
+
|
39362
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
39363
|
+
background: transparent;
|
39364
|
+
border-width: 0.5rem;
|
39365
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39366
|
+
}
|
39367
|
+
|
39368
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
|
39369
|
+
position: absolute;
|
39370
|
+
top: 0;
|
39371
|
+
left: 0;
|
39372
|
+
margin-left: 0;
|
39373
|
+
border: 0;
|
39093
39374
|
border-style: solid;
|
39094
39375
|
}
|
39095
39376
|
|
39377
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
|
39378
|
+
max-width: 6.25rem;
|
39379
|
+
text-overflow: ellipsis;
|
39380
|
+
white-space: nowrap;
|
39381
|
+
overflow: hidden;
|
39382
|
+
}
|
39383
|
+
|
39384
|
+
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox {
|
39385
|
+
border-color: var(--Checkbox-onHover-color);
|
39386
|
+
color: var(--Checkbox-onHover-color);
|
39387
|
+
}
|
39388
|
+
|
39389
|
+
.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
39390
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
39391
|
+
}
|
39392
|
+
|
39096
39393
|
.amis-scope .cxd-Checkbox--radio {
|
39097
39394
|
padding-left: var(--Radio-size);
|
39098
39395
|
}
|
@@ -39189,12 +39486,24 @@ readers do not read off random characters that represent icons */
|
|
39189
39486
|
margin-bottom: var(--Form-label-paddingTop);
|
39190
39487
|
}
|
39191
39488
|
|
39489
|
+
.amis-scope .cxd-RadiosControl .cxd-Checkbox--button,
|
39490
|
+
.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button {
|
39491
|
+
margin-bottom: 0;
|
39492
|
+
}
|
39493
|
+
|
39192
39494
|
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox,
|
39193
39495
|
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox {
|
39194
39496
|
display: inline-block;
|
39195
39497
|
margin-right: var(--gap-md);
|
39196
39498
|
}
|
39197
39499
|
|
39500
|
+
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox--button,
|
39501
|
+
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
|
39502
|
+
display: inline-block;
|
39503
|
+
margin-right: 0;
|
39504
|
+
margin-bottom: 0;
|
39505
|
+
}
|
39506
|
+
|
39198
39507
|
.amis-scope .cxd-RadiosControl-group:not(:first-child),
|
39199
39508
|
.amis-scope .cxd-CheckboxesControl-group:not(:first-child) {
|
39200
39509
|
margin-top: 0.625rem;
|
@@ -40783,7 +41092,7 @@ readers do not read off random characters that represent icons */
|
|
40783
41092
|
border-radius: var(--DatePicker-borderRadius);
|
40784
41093
|
}
|
40785
41094
|
|
40786
|
-
.amis-scope .cxd-DatePicker
|
41095
|
+
.amis-scope .cxd-DatePicker-input {
|
40787
41096
|
display: inline-block;
|
40788
41097
|
width: 100%;
|
40789
41098
|
background: none;
|
@@ -40791,7 +41100,7 @@ readers do not read off random characters that represent icons */
|
|
40791
41100
|
border: 0;
|
40792
41101
|
}
|
40793
41102
|
|
40794
|
-
.amis-scope .cxd-DatePicker
|
41103
|
+
.amis-scope .cxd-DatePicker-input:focus {
|
40795
41104
|
border: none;
|
40796
41105
|
outline: none;
|
40797
41106
|
box-sizing: none;
|
@@ -42133,7 +42442,7 @@ readers do not read off random characters that represent icons */
|
|
42133
42442
|
|
42134
42443
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
|
42135
42444
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
|
42136
|
-
min-height:
|
42445
|
+
min-height: inherit;
|
42137
42446
|
}
|
42138
42447
|
|
42139
42448
|
.amis-scope .cxd-EditorControl.is-error {
|
@@ -44774,6 +45083,23 @@ readers do not read off random characters that represent icons */
|
|
44774
45083
|
white-space: var(--Form--horizontal-label-whiteSpace);
|
44775
45084
|
}
|
44776
45085
|
|
45086
|
+
.amis-scope .cxd-Form-item--horizontal-justify {
|
45087
|
+
justify-content: space-between;
|
45088
|
+
}
|
45089
|
+
|
45090
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-label {
|
45091
|
+
text-align: var(--Form--horizontal-justify-label-align);
|
45092
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
45093
|
+
}
|
45094
|
+
|
45095
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value {
|
45096
|
+
text-align: var(--Form--horizontal-justify-value-align);
|
45097
|
+
}
|
45098
|
+
|
45099
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
|
45100
|
+
text-align: initial;
|
45101
|
+
}
|
45102
|
+
|
44777
45103
|
.amis-scope .cxd-Form-item--normal > .cxd-Form-label {
|
44778
45104
|
display: block;
|
44779
45105
|
}
|
@@ -46228,7 +46554,7 @@ readers do not read off random characters that represent icons */
|
|
46228
46554
|
border-radius: var(--TimelineItem--icon-radius);
|
46229
46555
|
}
|
46230
46556
|
|
46231
|
-
.amis-scope .cxd-BarCode >
|
46557
|
+
.amis-scope .cxd-BarCode > img {
|
46232
46558
|
display: block;
|
46233
46559
|
margin: 0 auto;
|
46234
46560
|
}
|
@@ -46304,9 +46630,8 @@ readers do not read off random characters that represent icons */
|
|
46304
46630
|
right: 0;
|
46305
46631
|
width: 24px;
|
46306
46632
|
height: 48px;
|
46307
|
-
box-shadow: rgba(
|
46308
|
-
border-
|
46309
|
-
border-bottom-left-radius: 12px;
|
46633
|
+
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);
|
46634
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
46310
46635
|
padding-top: 14px;
|
46311
46636
|
padding-left: 6px;
|
46312
46637
|
cursor: pointer;
|