amis 1.9.1-beta.28 → 1.9.1-beta.30
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/AnchorNav.d.ts +9 -2
- package/lib/components/AnchorNav.js +32 -5
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/DatePicker.d.ts +41 -40
- package/lib/components/DatePicker.js +3 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +45 -42
- package/lib/components/DateRangePicker.js +43 -11
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +41 -40
- package/lib/components/MonthRangePicker.js +2 -2
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/SearchBox.d.ts +124 -42
- package/lib/components/SearchBox.js +181 -19
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Tag.d.ts +12 -10
- package/lib/components/Tag.js +18 -7
- package/lib/components/Tag.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +1 -0
- package/lib/components/calendar/Calendar.js +8 -8
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +2 -1
- package/lib/components/calendar/DaysView.js +5 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +2 -0
- package/lib/renderers/CRUD.js +8 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +7 -2
- package/lib/renderers/Card.js +11 -7
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +0 -458
- package/lib/renderers/Form/InputColor.js +8 -9
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +1 -0
- package/lib/renderers/Form/InputExcel.js +5 -0
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +2 -2
- package/lib/renderers/Form/InputFile.js +6 -5
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +16 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +8 -0
- package/lib/renderers/Form/InputText.js +8 -8
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/IFrame.d.ts +4 -0
- package/lib/renderers/IFrame.js +2 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Table/index.js +2 -2
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tag.js +2 -2
- package/lib/renderers/Tag.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +1 -1
- package/lib/renderers/Wizard.js +72 -75
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/formItem.js +2 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +134 -21
- package/lib/themes/ang.css +138 -21
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +134 -21
- package/lib/themes/antd.css +138 -21
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +134 -21
- package/lib/themes/cxd.css +138 -21
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +134 -21
- package/lib/themes/dark.css +138 -21
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +134 -21
- package/lib/themes/default.css +138 -21
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/dom.js +3 -2
- package/lib/utils/dom.js.map +2 -2
- package/package.json +3 -3
- package/schema.json +35 -14
- package/scss/_properties.scss +5 -0
- package/scss/components/_anchor-nav.scss +1 -0
- package/scss/components/_calendar.scss +32 -14
- package/scss/components/_search-box.scss +116 -10
- package/scss/components/_tag.scss +12 -3
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +28 -24
- package/sdk/ang-ie11.css +146 -20
- package/sdk/ang.css +150 -20
- package/sdk/antd-ie11.css +146 -20
- package/sdk/antd.css +150 -20
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +146 -20
- package/sdk/cxd.css +150 -20
- package/sdk/dark-ie11.css +146 -20
- package/sdk/dark.css +150 -20
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +1 -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 +9 -23
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +146 -20
- package/sdk/sdk.css +150 -20
- package/sdk/sdk.js +1480 -1336
- 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/components/AnchorNav.tsx +48 -7
- package/src/components/DatePicker.tsx +9 -8
- package/src/components/DateRangePicker.tsx +62 -11
- package/src/components/MonthRangePicker.tsx +4 -2
- package/src/components/SearchBox.tsx +262 -29
- package/src/components/Tag.tsx +14 -3
- package/src/components/calendar/Calendar.tsx +30 -14
- package/src/components/calendar/DaysView.tsx +17 -5
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +1 -0
- package/src/locale/zh-CN.ts +1 -0
- package/src/renderers/CRUD.tsx +10 -0
- package/src/renderers/Card.tsx +24 -12
- package/src/renderers/Form/InputColor.tsx +14 -19
- package/src/renderers/Form/InputExcel.tsx +6 -0
- package/src/renderers/Form/InputFile.tsx +19 -18
- package/src/renderers/Form/InputTable.tsx +25 -4
- package/src/renderers/Form/InputText.tsx +20 -5
- package/src/renderers/IFrame.tsx +30 -1
- package/src/renderers/Table/index.tsx +2 -1
- package/src/renderers/Tag.tsx +2 -0
- package/src/renderers/Wizard.tsx +2 -1
- package/src/store/formItem.ts +4 -1
- package/src/utils/dom.tsx +3 -2
- package/sdk/color-picker.js +0 -130
package/sdk/antd-ie11.css
CHANGED
@@ -31149,6 +31149,11 @@ readers do not read off random characters that represent icons */
|
|
31149
31149
|
border-width: 0;
|
31150
31150
|
}
|
31151
31151
|
|
31152
|
+
.amis-scope .antd-CalendarMobile-pop--time {
|
31153
|
+
height: fit-content;
|
31154
|
+
max-height: 90vh;
|
31155
|
+
}
|
31156
|
+
|
31152
31157
|
.amis-scope .antd-CalendarMobile-wrap {
|
31153
31158
|
display: flex;
|
31154
31159
|
flex-direction: column;
|
@@ -31370,7 +31375,7 @@ readers do not read off random characters that represent icons */
|
|
31370
31375
|
}
|
31371
31376
|
|
31372
31377
|
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
31373
|
-
border: 1px solid #
|
31378
|
+
border: 1px solid #2468f2;
|
31374
31379
|
}
|
31375
31380
|
|
31376
31381
|
.amis-scope .antd-CalendarMobile-calendar-header {
|
@@ -38970,7 +38975,7 @@ readers do not read off random characters that represent icons */
|
|
38970
38975
|
.amis-scope .antd-SearchBox.is-active {
|
38971
38976
|
background: #fff;
|
38972
38977
|
border: 0.0625rem solid #d9d9d9;
|
38973
|
-
width:
|
38978
|
+
width: 9.375rem;
|
38974
38979
|
}
|
38975
38980
|
|
38976
38981
|
.amis-scope .antd-SearchBox.is-active > input {
|
@@ -38986,14 +38991,8 @@ readers do not read off random characters that represent icons */
|
|
38986
38991
|
}
|
38987
38992
|
|
38988
38993
|
.amis-scope .antd-SearchBox-searchBtn {
|
38989
|
-
display:
|
38990
|
-
|
38991
|
-
align-items: center;
|
38992
|
-
justify-content: center;
|
38993
|
-
}
|
38994
|
-
|
38995
|
-
.amis-scope .antd-SearchBox-searchBtn .icon {
|
38996
|
-
top: 0;
|
38994
|
+
display: inline-block;
|
38995
|
+
padding: 0.3125rem 0.625rem;
|
38997
38996
|
}
|
38998
38997
|
|
38999
38998
|
.amis-scope .antd-SearchBox-activeBtn,
|
@@ -39081,6 +39080,116 @@ readers do not read off random characters that represent icons */
|
|
39081
39080
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
39082
39081
|
}
|
39083
39082
|
|
39083
|
+
.amis-scope .antd-SearchBox-history > .is-history {
|
39084
|
+
width: 100%;
|
39085
|
+
}
|
39086
|
+
|
39087
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown {
|
39088
|
+
position: absolute;
|
39089
|
+
left: 0;
|
39090
|
+
z-index: 998;
|
39091
|
+
padding: 0.5rem 0;
|
39092
|
+
width: 100%;
|
39093
|
+
max-width: calc(9.375rem * 2);
|
39094
|
+
min-height: 4.5rem;
|
39095
|
+
max-height: 12.5rem;
|
39096
|
+
background: #fff;
|
39097
|
+
border: 0.0625rem solid #d9d9d9;
|
39098
|
+
border-top: none;
|
39099
|
+
border-radius: 2px;
|
39100
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39101
|
+
display: none;
|
39102
|
+
}
|
39103
|
+
|
39104
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown.is-active {
|
39105
|
+
display: block;
|
39106
|
+
}
|
39107
|
+
|
39108
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header {
|
39109
|
+
display: flex;
|
39110
|
+
flex-flow: row nowrap;
|
39111
|
+
align-items: center;
|
39112
|
+
justify-content: space-between;
|
39113
|
+
padding: 0 1rem;
|
39114
|
+
margin-bottom: 0.625rem;
|
39115
|
+
}
|
39116
|
+
|
39117
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header h4 {
|
39118
|
+
font-size: 0.875rem;
|
39119
|
+
height: 1.5rem;
|
39120
|
+
line-height: 1.5rem;
|
39121
|
+
font-weight: bold;
|
39122
|
+
margin: 0;
|
39123
|
+
}
|
39124
|
+
|
39125
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header a {
|
39126
|
+
display: inline-block;
|
39127
|
+
font-size: 0.75rem;
|
39128
|
+
cursor: pointer;
|
39129
|
+
padding: 0;
|
39130
|
+
}
|
39131
|
+
|
39132
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-content {
|
39133
|
+
display: flex;
|
39134
|
+
flex-flow: row wrap;
|
39135
|
+
justify-content: flex-start;
|
39136
|
+
align-items: center;
|
39137
|
+
padding: 0 1rem;
|
39138
|
+
overflow-x: hidden;
|
39139
|
+
overflow-y: auto;
|
39140
|
+
max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
|
39141
|
+
}
|
39142
|
+
|
39143
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag {
|
39144
|
+
display: inlin-flex;
|
39145
|
+
height: 1.5rem;
|
39146
|
+
padding: 0 0.5rem;
|
39147
|
+
flex-flow: row nowrap;
|
39148
|
+
justify-content: center;
|
39149
|
+
align-items: center;
|
39150
|
+
font-size: 0.75rem;
|
39151
|
+
max-width: 160px;
|
39152
|
+
border-radius: 0.125rem;
|
39153
|
+
background-color: #f2f2f4;
|
39154
|
+
color: #151a26;
|
39155
|
+
margin-bottom: 0.5rem;
|
39156
|
+
margin-right: 0.5rem;
|
39157
|
+
max-width: 96px;
|
39158
|
+
cursor: pointer;
|
39159
|
+
}
|
39160
|
+
|
39161
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-text {
|
39162
|
+
display: inline-block;
|
39163
|
+
text-overflow: ellipsis;
|
39164
|
+
overflow: hidden;
|
39165
|
+
white-space: nowrap;
|
39166
|
+
line-height: 24px;
|
39167
|
+
}
|
39168
|
+
|
39169
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close {
|
39170
|
+
margin-left: 0.5rem;
|
39171
|
+
margin-right: 0.25rem;
|
39172
|
+
cursor: pointer;
|
39173
|
+
}
|
39174
|
+
|
39175
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close i {
|
39176
|
+
font-size: 0.5rem;
|
39177
|
+
}
|
39178
|
+
|
39179
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close .icon {
|
39180
|
+
width: 0.5rem;
|
39181
|
+
height: 0.5rem;
|
39182
|
+
position: inherit;
|
39183
|
+
}
|
39184
|
+
|
39185
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:hover {
|
39186
|
+
opacity: 0.7;
|
39187
|
+
}
|
39188
|
+
|
39189
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:active {
|
39190
|
+
opacity: 0.3;
|
39191
|
+
}
|
39192
|
+
|
39084
39193
|
.amis-scope .antd-ListMenu {
|
39085
39194
|
background: #fff;
|
39086
39195
|
min-width: 12.5rem;
|
@@ -43551,7 +43660,6 @@ readers do not read off random characters that represent icons */
|
|
43551
43660
|
}
|
43552
43661
|
|
43553
43662
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
43554
|
-
background: transparent;
|
43555
43663
|
border-color: #144bcc;
|
43556
43664
|
}
|
43557
43665
|
|
@@ -43591,11 +43699,21 @@ readers do not read off random characters that represent icons */
|
|
43591
43699
|
border-top: 1px solid #d9d9d9;
|
43592
43700
|
}
|
43593
43701
|
|
43702
|
+
.amis-scope .antd-CalendarTimesWrapper {
|
43703
|
+
display: flex;
|
43704
|
+
flex-direction: column;
|
43705
|
+
height: 100%;
|
43706
|
+
}
|
43707
|
+
|
43708
|
+
.amis-scope .antd-CalendarTimesWrapper .antd-CalendarInputsWrapper {
|
43709
|
+
height: 15.5rem;
|
43710
|
+
}
|
43711
|
+
|
43594
43712
|
.amis-scope .antd-CalendarInputWrapper {
|
43595
43713
|
display: inline-block;
|
43596
43714
|
position: relative;
|
43597
43715
|
width: 4rem;
|
43598
|
-
height:
|
43716
|
+
height: 15.5rem;
|
43599
43717
|
overflow: auto;
|
43600
43718
|
}
|
43601
43719
|
|
@@ -43610,11 +43728,11 @@ readers do not read off random characters that represent icons */
|
|
43610
43728
|
}
|
43611
43729
|
|
43612
43730
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsHours {
|
43613
|
-
height:
|
43731
|
+
height: 55.75rem;
|
43614
43732
|
}
|
43615
43733
|
|
43616
43734
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsTimes {
|
43617
|
-
height:
|
43735
|
+
height: 118.75rem;
|
43618
43736
|
border-left: 1px solid #d9d9d9;
|
43619
43737
|
}
|
43620
43738
|
|
@@ -43916,11 +44034,11 @@ readers do not read off random characters that represent icons */
|
|
43916
44034
|
color: #b8babf;
|
43917
44035
|
}
|
43918
44036
|
|
43919
|
-
.amis-scope .
|
44037
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
43920
44038
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%);
|
43921
44039
|
}
|
43922
44040
|
|
43923
|
-
.amis-scope .
|
44041
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
43924
44042
|
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%);
|
43925
44043
|
}
|
43926
44044
|
|
@@ -44107,7 +44225,7 @@ readers do not read off random characters that represent icons */
|
|
44107
44225
|
margin: 0;
|
44108
44226
|
padding-left: 0.625rem;
|
44109
44227
|
list-style: none;
|
44110
|
-
background: #
|
44228
|
+
background: #f7f7f9;
|
44111
44229
|
line-height: 2rem;
|
44112
44230
|
}
|
44113
44231
|
|
@@ -48686,6 +48804,7 @@ readers do not read off random characters that represent icons */
|
|
48686
48804
|
overflow: auto;
|
48687
48805
|
scroll-behavior: smooth;
|
48688
48806
|
background: #fff;
|
48807
|
+
position: relative;
|
48689
48808
|
}
|
48690
48809
|
|
48691
48810
|
.amis-scope .antd-AnchorNav-section-wrap > .antd-AnchorNav-section {
|
@@ -49667,19 +49786,25 @@ readers do not read off random characters that represent icons */
|
|
49667
49786
|
display: inline-flex;
|
49668
49787
|
height: 1.5rem;
|
49669
49788
|
padding: 0 0.5rem;
|
49789
|
+
flex-flow: row nowrap;
|
49670
49790
|
justify-content: center;
|
49671
49791
|
align-items: center;
|
49672
49792
|
font-size: 0.75rem;
|
49673
49793
|
max-width: 160px;
|
49674
|
-
text-overflow: ellipsis;
|
49675
|
-
overflow: hidden;
|
49676
|
-
white-space: nowrap;
|
49677
49794
|
transition: all 0.3;
|
49678
49795
|
border-radius: 0.125rem;
|
49679
49796
|
background-color: #f2f2f4;
|
49680
49797
|
color: #151a26;
|
49681
49798
|
}
|
49682
49799
|
|
49800
|
+
.amis-scope .antd-Tag-text {
|
49801
|
+
display: inline-block;
|
49802
|
+
text-overflow: ellipsis;
|
49803
|
+
overflow: hidden;
|
49804
|
+
white-space: nowrap;
|
49805
|
+
line-height: 1.5rem;
|
49806
|
+
}
|
49807
|
+
|
49683
49808
|
.amis-scope .antd-Tag:not(:last-child) {
|
49684
49809
|
margin-right: 0.5rem;
|
49685
49810
|
}
|
@@ -49721,6 +49846,7 @@ readers do not read off random characters that represent icons */
|
|
49721
49846
|
border-radius: calc((1.5rem + 2px) / 2);
|
49722
49847
|
border: 1px solid #f2f2f4;
|
49723
49848
|
color: #f2f2f4;
|
49849
|
+
line-height: 22px;
|
49724
49850
|
}
|
49725
49851
|
|
49726
49852
|
.amis-scope .antd-Tag--rounded--inactive {
|
package/sdk/antd.css
CHANGED
@@ -14739,6 +14739,10 @@ readers do not read off random characters that represent icons */
|
|
14739
14739
|
--default-padding: 4px 12px;
|
14740
14740
|
--menu-min-width: 150px;
|
14741
14741
|
--menu-sub-min-width: 100px;
|
14742
|
+
--SearchBox-height: 1.875rem;
|
14743
|
+
--SearchBox-width: 9.375rem;
|
14744
|
+
--SearchBox-history-dropdown-maxWidth: calc(var(--SearchBox-width) * 2);
|
14745
|
+
--SearchBox-history-dropdown-maxHeight: 12.5rem;
|
14742
14746
|
}
|
14743
14747
|
|
14744
14748
|
:root {
|
@@ -32780,6 +32784,11 @@ readers do not read off random characters that represent icons */
|
|
32780
32784
|
border-width: 0;
|
32781
32785
|
}
|
32782
32786
|
|
32787
|
+
.amis-scope .antd-CalendarMobile-pop--time {
|
32788
|
+
height: fit-content;
|
32789
|
+
max-height: 90vh;
|
32790
|
+
}
|
32791
|
+
|
32783
32792
|
.amis-scope .antd-CalendarMobile-wrap {
|
32784
32793
|
display: flex;
|
32785
32794
|
flex-direction: column;
|
@@ -33001,7 +33010,7 @@ readers do not read off random characters that represent icons */
|
|
33001
33010
|
}
|
33002
33011
|
|
33003
33012
|
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
33004
|
-
border: 1px solid #
|
33013
|
+
border: 1px solid #2468f2;
|
33005
33014
|
}
|
33006
33015
|
|
33007
33016
|
.amis-scope .antd-CalendarMobile-calendar-header {
|
@@ -40525,7 +40534,7 @@ readers do not read off random characters that represent icons */
|
|
40525
40534
|
.amis-scope .antd-SearchBox.is-active {
|
40526
40535
|
background: var(--Form-input-bg);
|
40527
40536
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40528
|
-
width:
|
40537
|
+
width: var(--SearchBox-width);
|
40529
40538
|
}
|
40530
40539
|
|
40531
40540
|
.amis-scope .antd-SearchBox.is-active > input {
|
@@ -40541,14 +40550,8 @@ readers do not read off random characters that represent icons */
|
|
40541
40550
|
}
|
40542
40551
|
|
40543
40552
|
.amis-scope .antd-SearchBox-searchBtn {
|
40544
|
-
display:
|
40545
|
-
|
40546
|
-
align-items: center;
|
40547
|
-
justify-content: center;
|
40548
|
-
}
|
40549
|
-
|
40550
|
-
.amis-scope .antd-SearchBox-searchBtn .icon {
|
40551
|
-
top: 0;
|
40553
|
+
display: inline-block;
|
40554
|
+
padding: 0.3125rem 0.625rem;
|
40552
40555
|
}
|
40553
40556
|
|
40554
40557
|
.amis-scope .antd-SearchBox-activeBtn,
|
@@ -40636,6 +40639,116 @@ readers do not read off random characters that represent icons */
|
|
40636
40639
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
40637
40640
|
}
|
40638
40641
|
|
40642
|
+
.amis-scope .antd-SearchBox-history > .is-history {
|
40643
|
+
width: 100%;
|
40644
|
+
}
|
40645
|
+
|
40646
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown {
|
40647
|
+
position: absolute;
|
40648
|
+
left: 0;
|
40649
|
+
z-index: 998;
|
40650
|
+
padding: var(--gap-sm) 0;
|
40651
|
+
width: 100%;
|
40652
|
+
max-width: var(--SearchBox-history-dropdown-maxWidth);
|
40653
|
+
min-height: 4.5rem;
|
40654
|
+
max-height: var(--SearchBox-history-dropdown-maxHeight);
|
40655
|
+
background: var(--white);
|
40656
|
+
border: var(--borderWidth) solid var(--borderColor);
|
40657
|
+
border-top: none;
|
40658
|
+
border-radius: var(--borderRadius);
|
40659
|
+
box-shadow: var(--boxShadow);
|
40660
|
+
display: none;
|
40661
|
+
}
|
40662
|
+
|
40663
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown.is-active {
|
40664
|
+
display: block;
|
40665
|
+
}
|
40666
|
+
|
40667
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header {
|
40668
|
+
display: flex;
|
40669
|
+
flex-flow: row nowrap;
|
40670
|
+
align-items: center;
|
40671
|
+
justify-content: space-between;
|
40672
|
+
padding: 0 var(--gap-md);
|
40673
|
+
margin-bottom: 0.625rem;
|
40674
|
+
}
|
40675
|
+
|
40676
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header h4 {
|
40677
|
+
font-size: var(--fontSizeBase);
|
40678
|
+
height: 1.5rem;
|
40679
|
+
line-height: 1.5rem;
|
40680
|
+
font-weight: bold;
|
40681
|
+
margin: 0;
|
40682
|
+
}
|
40683
|
+
|
40684
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header a {
|
40685
|
+
display: inline-block;
|
40686
|
+
font-size: var(--fontSizeSm);
|
40687
|
+
cursor: pointer;
|
40688
|
+
padding: 0;
|
40689
|
+
}
|
40690
|
+
|
40691
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-content {
|
40692
|
+
display: flex;
|
40693
|
+
flex-flow: row wrap;
|
40694
|
+
justify-content: flex-start;
|
40695
|
+
align-items: center;
|
40696
|
+
padding: 0 var(--gap-md);
|
40697
|
+
overflow-x: hidden;
|
40698
|
+
overflow-y: auto;
|
40699
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
40700
|
+
}
|
40701
|
+
|
40702
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag {
|
40703
|
+
display: inlin-flex;
|
40704
|
+
height: var(--Tag-height);
|
40705
|
+
padding: 0 var(--gap-sm);
|
40706
|
+
flex-flow: row nowrap;
|
40707
|
+
justify-content: center;
|
40708
|
+
align-items: center;
|
40709
|
+
font-size: var(--Tag-content-fontSize);
|
40710
|
+
max-width: 160px;
|
40711
|
+
border-radius: var(--Tag-borderRadius);
|
40712
|
+
background-color: var(--Tag-default-color);
|
40713
|
+
color: var(--Tag-fontColor);
|
40714
|
+
margin-bottom: var(--gap-sm);
|
40715
|
+
margin-right: var(--gap-sm);
|
40716
|
+
max-width: 96px;
|
40717
|
+
cursor: pointer;
|
40718
|
+
}
|
40719
|
+
|
40720
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-text {
|
40721
|
+
display: inline-block;
|
40722
|
+
text-overflow: ellipsis;
|
40723
|
+
overflow: hidden;
|
40724
|
+
white-space: nowrap;
|
40725
|
+
line-height: 24px;
|
40726
|
+
}
|
40727
|
+
|
40728
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close {
|
40729
|
+
margin-left: var(--gap-sm);
|
40730
|
+
margin-right: var(--gap-xs);
|
40731
|
+
cursor: pointer;
|
40732
|
+
}
|
40733
|
+
|
40734
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close i {
|
40735
|
+
font-size: 0.5rem;
|
40736
|
+
}
|
40737
|
+
|
40738
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close .icon {
|
40739
|
+
width: 0.5rem;
|
40740
|
+
height: 0.5rem;
|
40741
|
+
position: inherit;
|
40742
|
+
}
|
40743
|
+
|
40744
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:hover {
|
40745
|
+
opacity: 0.7;
|
40746
|
+
}
|
40747
|
+
|
40748
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:active {
|
40749
|
+
opacity: 0.3;
|
40750
|
+
}
|
40751
|
+
|
40639
40752
|
.amis-scope .antd-ListMenu {
|
40640
40753
|
background: var(--ListMenu-item-bg);
|
40641
40754
|
min-width: 12.5rem;
|
@@ -45020,7 +45133,6 @@ readers do not read off random characters that represent icons */
|
|
45020
45133
|
}
|
45021
45134
|
|
45022
45135
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
45023
|
-
background: transparent;
|
45024
45136
|
border-color: #144bcc;
|
45025
45137
|
}
|
45026
45138
|
|
@@ -45060,11 +45172,21 @@ readers do not read off random characters that represent icons */
|
|
45060
45172
|
border-top: 1px solid var(--Calendar-input-borderColor);
|
45061
45173
|
}
|
45062
45174
|
|
45175
|
+
.amis-scope .antd-CalendarTimesWrapper {
|
45176
|
+
display: flex;
|
45177
|
+
flex-direction: column;
|
45178
|
+
height: 100%;
|
45179
|
+
}
|
45180
|
+
|
45181
|
+
.amis-scope .antd-CalendarTimesWrapper .antd-CalendarInputsWrapper {
|
45182
|
+
height: 15.5rem;
|
45183
|
+
}
|
45184
|
+
|
45063
45185
|
.amis-scope .antd-CalendarInputWrapper {
|
45064
45186
|
display: inline-block;
|
45065
45187
|
position: relative;
|
45066
45188
|
width: 4rem;
|
45067
|
-
height:
|
45189
|
+
height: 15.5rem;
|
45068
45190
|
overflow: auto;
|
45069
45191
|
}
|
45070
45192
|
|
@@ -45079,11 +45201,11 @@ readers do not read off random characters that represent icons */
|
|
45079
45201
|
}
|
45080
45202
|
|
45081
45203
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsHours {
|
45082
|
-
height:
|
45204
|
+
height: 55.75rem;
|
45083
45205
|
}
|
45084
45206
|
|
45085
45207
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsTimes {
|
45086
|
-
height:
|
45208
|
+
height: 118.75rem;
|
45087
45209
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
45088
45210
|
}
|
45089
45211
|
|
@@ -45375,11 +45497,11 @@ readers do not read off random characters that represent icons */
|
|
45375
45497
|
color: #b8babf;
|
45376
45498
|
}
|
45377
45499
|
|
45378
|
-
.amis-scope .
|
45500
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
45379
45501
|
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%);
|
45380
45502
|
}
|
45381
45503
|
|
45382
|
-
.amis-scope .
|
45504
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
45383
45505
|
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%);
|
45384
45506
|
}
|
45385
45507
|
|
@@ -45558,7 +45680,7 @@ readers do not read off random characters that represent icons */
|
|
45558
45680
|
margin: 0;
|
45559
45681
|
padding-left: 0.625rem;
|
45560
45682
|
list-style: none;
|
45561
|
-
background: #
|
45683
|
+
background: #f7f7f9;
|
45562
45684
|
line-height: 2rem;
|
45563
45685
|
}
|
45564
45686
|
|
@@ -50022,6 +50144,7 @@ readers do not read off random characters that represent icons */
|
|
50022
50144
|
overflow: auto;
|
50023
50145
|
scroll-behavior: smooth;
|
50024
50146
|
background: var(--Tabs-content-bg);
|
50147
|
+
position: relative;
|
50025
50148
|
}
|
50026
50149
|
|
50027
50150
|
.amis-scope .antd-AnchorNav-section-wrap > .antd-AnchorNav-section {
|
@@ -50997,19 +51120,25 @@ readers do not read off random characters that represent icons */
|
|
50997
51120
|
display: inline-flex;
|
50998
51121
|
height: var(--Tag-height);
|
50999
51122
|
padding: 0 var(--gap-sm);
|
51123
|
+
flex-flow: row nowrap;
|
51000
51124
|
justify-content: center;
|
51001
51125
|
align-items: center;
|
51002
51126
|
font-size: var(--Tag-content-fontSize);
|
51003
51127
|
max-width: 160px;
|
51004
|
-
text-overflow: ellipsis;
|
51005
|
-
overflow: hidden;
|
51006
|
-
white-space: nowrap;
|
51007
51128
|
transition: all 0.3;
|
51008
51129
|
border-radius: var(--Tag-borderRadius);
|
51009
51130
|
background-color: var(--Tag-default-color);
|
51010
51131
|
color: var(--Tag-fontColor);
|
51011
51132
|
}
|
51012
51133
|
|
51134
|
+
.amis-scope .antd-Tag-text {
|
51135
|
+
display: inline-block;
|
51136
|
+
text-overflow: ellipsis;
|
51137
|
+
overflow: hidden;
|
51138
|
+
white-space: nowrap;
|
51139
|
+
line-height: var(--Tag-height);
|
51140
|
+
}
|
51141
|
+
|
51013
51142
|
.amis-scope .antd-Tag:not(:last-child) {
|
51014
51143
|
margin-right: var(--gap-sm);
|
51015
51144
|
}
|
@@ -51051,6 +51180,7 @@ readers do not read off random characters that represent icons */
|
|
51051
51180
|
border-radius: calc((var(--Tag-height) + 2px) / 2);
|
51052
51181
|
border: 1px solid var(--Tag-default-color);
|
51053
51182
|
color: var(--Tag-default-color);
|
51183
|
+
line-height: 22px;
|
51054
51184
|
}
|
51055
51185
|
|
51056
51186
|
.amis-scope .antd-Tag--rounded--inactive {
|