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
@@ -288,7 +288,6 @@
|
|
288
288
|
.rdtActive.rdtToday {
|
289
289
|
color: #151b26;
|
290
290
|
> span {
|
291
|
-
background: transparent;
|
292
291
|
border-color: #144bcc;
|
293
292
|
}
|
294
293
|
}
|
@@ -333,12 +332,21 @@
|
|
333
332
|
}
|
334
333
|
}
|
335
334
|
|
335
|
+
.#{$ns}CalendarTimesWrapper {
|
336
|
+
display: flex;
|
337
|
+
flex-direction: column;
|
338
|
+
height: 100%;
|
339
|
+
.#{$ns}CalendarInputsWrapper {
|
340
|
+
height: #{px2rem(248px)};
|
341
|
+
}
|
342
|
+
}
|
343
|
+
|
336
344
|
.#{$ns}CalendarInputWrapper {
|
337
345
|
display: inline-block;
|
338
346
|
position: relative;
|
339
347
|
// padding-top: #{px2rem(4px)};
|
340
348
|
width: #{px2rem(64px)};
|
341
|
-
height: #{px2rem(
|
349
|
+
height: #{px2rem(248px)};
|
342
350
|
overflow: auto;
|
343
351
|
.#{$ns}CalendarInput-sugs {
|
344
352
|
list-style: none;
|
@@ -349,10 +357,10 @@
|
|
349
357
|
top: 100%;
|
350
358
|
z-index: 10;
|
351
359
|
&Hours {
|
352
|
-
height: #{px2rem(
|
360
|
+
height: #{px2rem(892px)};
|
353
361
|
}
|
354
362
|
&Times {
|
355
|
-
height: #{px2rem(
|
363
|
+
height: #{px2rem(1900px)};
|
356
364
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
357
365
|
}
|
358
366
|
&Item {
|
@@ -609,28 +617,24 @@ td.rdtQuarter {
|
|
609
617
|
}
|
610
618
|
}
|
611
619
|
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
);
|
621
|
-
}
|
620
|
+
.rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
621
|
+
background: linear-gradient(
|
622
|
+
to right,
|
623
|
+
transparent 0%,
|
624
|
+
transparent 50%,
|
625
|
+
var(--Calendar-cell-onBetween-bg) 51%,
|
626
|
+
var(--Calendar-cell-onBetween-bg) 100%
|
627
|
+
);
|
622
628
|
}
|
623
629
|
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
);
|
633
|
-
}
|
630
|
+
.rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
631
|
+
background: linear-gradient(
|
632
|
+
to right,
|
633
|
+
var(--Calendar-cell-onBetween-bg) 0%,
|
634
|
+
var(--Calendar-cell-onBetween-bg) 50%,
|
635
|
+
transparent 51%,
|
636
|
+
transparent 100%
|
637
|
+
);
|
634
638
|
}
|
635
639
|
|
636
640
|
.#{$ns}DateCalendar {
|
package/sdk/ang-ie11.css
CHANGED
@@ -31171,6 +31171,11 @@ readers do not read off random characters that represent icons */
|
|
31171
31171
|
border-width: 0;
|
31172
31172
|
}
|
31173
31173
|
|
31174
|
+
.amis-scope .a-CalendarMobile-pop--time {
|
31175
|
+
height: fit-content;
|
31176
|
+
max-height: 90vh;
|
31177
|
+
}
|
31178
|
+
|
31174
31179
|
.amis-scope .a-CalendarMobile-wrap {
|
31175
31180
|
display: flex;
|
31176
31181
|
flex-direction: column;
|
@@ -31392,7 +31397,7 @@ readers do not read off random characters that represent icons */
|
|
31392
31397
|
}
|
31393
31398
|
|
31394
31399
|
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
31395
|
-
border: 1px solid #
|
31400
|
+
border: 1px solid #2468f2;
|
31396
31401
|
}
|
31397
31402
|
|
31398
31403
|
.amis-scope .a-CalendarMobile-calendar-header {
|
@@ -38992,7 +38997,7 @@ readers do not read off random characters that represent icons */
|
|
38992
38997
|
.amis-scope .a-SearchBox.is-active {
|
38993
38998
|
background: #fff;
|
38994
38999
|
border: 0.0625rem solid #d1d5db;
|
38995
|
-
width:
|
39000
|
+
width: 9.375rem;
|
38996
39001
|
}
|
38997
39002
|
|
38998
39003
|
.amis-scope .a-SearchBox.is-active > input {
|
@@ -39008,14 +39013,8 @@ readers do not read off random characters that represent icons */
|
|
39008
39013
|
}
|
39009
39014
|
|
39010
39015
|
.amis-scope .a-SearchBox-searchBtn {
|
39011
|
-
display:
|
39012
|
-
|
39013
|
-
align-items: center;
|
39014
|
-
justify-content: center;
|
39015
|
-
}
|
39016
|
-
|
39017
|
-
.amis-scope .a-SearchBox-searchBtn .icon {
|
39018
|
-
top: 0;
|
39016
|
+
display: inline-block;
|
39017
|
+
padding: 0.3125rem 0.625rem;
|
39019
39018
|
}
|
39020
39019
|
|
39021
39020
|
.amis-scope .a-SearchBox-activeBtn,
|
@@ -39103,6 +39102,116 @@ readers do not read off random characters that represent icons */
|
|
39103
39102
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
39104
39103
|
}
|
39105
39104
|
|
39105
|
+
.amis-scope .a-SearchBox-history > .is-history {
|
39106
|
+
width: 100%;
|
39107
|
+
}
|
39108
|
+
|
39109
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown {
|
39110
|
+
position: absolute;
|
39111
|
+
left: 0;
|
39112
|
+
z-index: 998;
|
39113
|
+
padding: 0.5rem 0;
|
39114
|
+
width: 100%;
|
39115
|
+
max-width: calc(9.375rem * 2);
|
39116
|
+
min-height: 4.5rem;
|
39117
|
+
max-height: 12.5rem;
|
39118
|
+
background: #fff;
|
39119
|
+
border: 0.0625rem solid #d1d5db;
|
39120
|
+
border-top: none;
|
39121
|
+
border-radius: 0.142rem;
|
39122
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39123
|
+
display: none;
|
39124
|
+
}
|
39125
|
+
|
39126
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown.is-active {
|
39127
|
+
display: block;
|
39128
|
+
}
|
39129
|
+
|
39130
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header {
|
39131
|
+
display: flex;
|
39132
|
+
flex-flow: row nowrap;
|
39133
|
+
align-items: center;
|
39134
|
+
justify-content: space-between;
|
39135
|
+
padding: 0 1rem;
|
39136
|
+
margin-bottom: 0.625rem;
|
39137
|
+
}
|
39138
|
+
|
39139
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header h4 {
|
39140
|
+
font-size: 0.875rem;
|
39141
|
+
height: 1.5rem;
|
39142
|
+
line-height: 1.5rem;
|
39143
|
+
font-weight: bold;
|
39144
|
+
margin: 0;
|
39145
|
+
}
|
39146
|
+
|
39147
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header a {
|
39148
|
+
display: inline-block;
|
39149
|
+
font-size: 0.75rem;
|
39150
|
+
cursor: pointer;
|
39151
|
+
padding: 0;
|
39152
|
+
}
|
39153
|
+
|
39154
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-content {
|
39155
|
+
display: flex;
|
39156
|
+
flex-flow: row wrap;
|
39157
|
+
justify-content: flex-start;
|
39158
|
+
align-items: center;
|
39159
|
+
padding: 0 1rem;
|
39160
|
+
overflow-x: hidden;
|
39161
|
+
overflow-y: auto;
|
39162
|
+
max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
|
39163
|
+
}
|
39164
|
+
|
39165
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag {
|
39166
|
+
display: inlin-flex;
|
39167
|
+
height: 1.5rem;
|
39168
|
+
padding: 0 0.5rem;
|
39169
|
+
flex-flow: row nowrap;
|
39170
|
+
justify-content: center;
|
39171
|
+
align-items: center;
|
39172
|
+
font-size: 0.75rem;
|
39173
|
+
max-width: 160px;
|
39174
|
+
border-radius: 0.125rem;
|
39175
|
+
background-color: #f2f2f4;
|
39176
|
+
color: #151a26;
|
39177
|
+
margin-bottom: 0.5rem;
|
39178
|
+
margin-right: 0.5rem;
|
39179
|
+
max-width: 96px;
|
39180
|
+
cursor: pointer;
|
39181
|
+
}
|
39182
|
+
|
39183
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-text {
|
39184
|
+
display: inline-block;
|
39185
|
+
text-overflow: ellipsis;
|
39186
|
+
overflow: hidden;
|
39187
|
+
white-space: nowrap;
|
39188
|
+
line-height: 24px;
|
39189
|
+
}
|
39190
|
+
|
39191
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close {
|
39192
|
+
margin-left: 0.5rem;
|
39193
|
+
margin-right: 0.25rem;
|
39194
|
+
cursor: pointer;
|
39195
|
+
}
|
39196
|
+
|
39197
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close i {
|
39198
|
+
font-size: 0.5rem;
|
39199
|
+
}
|
39200
|
+
|
39201
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close .icon {
|
39202
|
+
width: 0.5rem;
|
39203
|
+
height: 0.5rem;
|
39204
|
+
position: inherit;
|
39205
|
+
}
|
39206
|
+
|
39207
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:hover {
|
39208
|
+
opacity: 0.7;
|
39209
|
+
}
|
39210
|
+
|
39211
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:active {
|
39212
|
+
opacity: 0.3;
|
39213
|
+
}
|
39214
|
+
|
39106
39215
|
.amis-scope .a-ListMenu {
|
39107
39216
|
background: #fff;
|
39108
39217
|
min-width: 12.5rem;
|
@@ -43572,7 +43681,6 @@ readers do not read off random characters that represent icons */
|
|
43572
43681
|
}
|
43573
43682
|
|
43574
43683
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
43575
|
-
background: transparent;
|
43576
43684
|
border-color: #144bcc;
|
43577
43685
|
}
|
43578
43686
|
|
@@ -43612,11 +43720,21 @@ readers do not read off random characters that represent icons */
|
|
43612
43720
|
border-top: 1px solid #d1d5db;
|
43613
43721
|
}
|
43614
43722
|
|
43723
|
+
.amis-scope .a-CalendarTimesWrapper {
|
43724
|
+
display: flex;
|
43725
|
+
flex-direction: column;
|
43726
|
+
height: 100%;
|
43727
|
+
}
|
43728
|
+
|
43729
|
+
.amis-scope .a-CalendarTimesWrapper .a-CalendarInputsWrapper {
|
43730
|
+
height: 15.5rem;
|
43731
|
+
}
|
43732
|
+
|
43615
43733
|
.amis-scope .a-CalendarInputWrapper {
|
43616
43734
|
display: inline-block;
|
43617
43735
|
position: relative;
|
43618
43736
|
width: 4rem;
|
43619
|
-
height:
|
43737
|
+
height: 15.5rem;
|
43620
43738
|
overflow: auto;
|
43621
43739
|
}
|
43622
43740
|
|
@@ -43631,11 +43749,11 @@ readers do not read off random characters that represent icons */
|
|
43631
43749
|
}
|
43632
43750
|
|
43633
43751
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsHours {
|
43634
|
-
height:
|
43752
|
+
height: 55.75rem;
|
43635
43753
|
}
|
43636
43754
|
|
43637
43755
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsTimes {
|
43638
|
-
height:
|
43756
|
+
height: 118.75rem;
|
43639
43757
|
border-left: 1px solid #d1d5db;
|
43640
43758
|
}
|
43641
43759
|
|
@@ -43941,11 +44059,11 @@ readers do not read off random characters that represent icons */
|
|
43941
44059
|
color: #b8babf;
|
43942
44060
|
}
|
43943
44061
|
|
43944
|
-
.amis-scope .
|
44062
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
43945
44063
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(35, 183, 229, 0.1) 51%, rgba(35, 183, 229, 0.1) 100%);
|
43946
44064
|
}
|
43947
44065
|
|
43948
|
-
.amis-scope .
|
44066
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
43949
44067
|
background: linear-gradient(to right, rgba(35, 183, 229, 0.1) 0%, rgba(35, 183, 229, 0.1) 50%, transparent 51%, transparent 100%);
|
43950
44068
|
}
|
43951
44069
|
|
@@ -44132,7 +44250,7 @@ readers do not read off random characters that represent icons */
|
|
44132
44250
|
margin: 0;
|
44133
44251
|
padding-left: 0.625rem;
|
44134
44252
|
list-style: none;
|
44135
|
-
background: #
|
44253
|
+
background: #f7f7f9;
|
44136
44254
|
line-height: 2rem;
|
44137
44255
|
}
|
44138
44256
|
|
@@ -48716,6 +48834,7 @@ readers do not read off random characters that represent icons */
|
|
48716
48834
|
overflow: auto;
|
48717
48835
|
scroll-behavior: smooth;
|
48718
48836
|
background: #fff;
|
48837
|
+
position: relative;
|
48719
48838
|
}
|
48720
48839
|
|
48721
48840
|
.amis-scope .a-AnchorNav-section-wrap > .a-AnchorNav-section {
|
@@ -49697,19 +49816,25 @@ readers do not read off random characters that represent icons */
|
|
49697
49816
|
display: inline-flex;
|
49698
49817
|
height: 1.5rem;
|
49699
49818
|
padding: 0 0.5rem;
|
49819
|
+
flex-flow: row nowrap;
|
49700
49820
|
justify-content: center;
|
49701
49821
|
align-items: center;
|
49702
49822
|
font-size: 0.75rem;
|
49703
49823
|
max-width: 160px;
|
49704
|
-
text-overflow: ellipsis;
|
49705
|
-
overflow: hidden;
|
49706
|
-
white-space: nowrap;
|
49707
49824
|
transition: all 0.3;
|
49708
49825
|
border-radius: 0.125rem;
|
49709
49826
|
background-color: #f2f2f4;
|
49710
49827
|
color: #151a26;
|
49711
49828
|
}
|
49712
49829
|
|
49830
|
+
.amis-scope .a-Tag-text {
|
49831
|
+
display: inline-block;
|
49832
|
+
text-overflow: ellipsis;
|
49833
|
+
overflow: hidden;
|
49834
|
+
white-space: nowrap;
|
49835
|
+
line-height: 1.5rem;
|
49836
|
+
}
|
49837
|
+
|
49713
49838
|
.amis-scope .a-Tag:not(:last-child) {
|
49714
49839
|
margin-right: 0.5rem;
|
49715
49840
|
}
|
@@ -49751,6 +49876,7 @@ readers do not read off random characters that represent icons */
|
|
49751
49876
|
border-radius: calc((1.5rem + 2px) / 2);
|
49752
49877
|
border: 1px solid #f2f2f4;
|
49753
49878
|
color: #f2f2f4;
|
49879
|
+
line-height: 22px;
|
49754
49880
|
}
|
49755
49881
|
|
49756
49882
|
.amis-scope .a-Tag--rounded--inactive {
|
package/sdk/ang.css
CHANGED
@@ -14735,6 +14735,10 @@ readers do not read off random characters that represent icons */
|
|
14735
14735
|
--default-padding: 4px 12px;
|
14736
14736
|
--menu-min-width: 150px;
|
14737
14737
|
--menu-sub-min-width: 100px;
|
14738
|
+
--SearchBox-height: 1.875rem;
|
14739
|
+
--SearchBox-width: 9.375rem;
|
14740
|
+
--SearchBox-history-dropdown-maxWidth: calc(var(--SearchBox-width) * 2);
|
14741
|
+
--SearchBox-history-dropdown-maxHeight: 12.5rem;
|
14738
14742
|
}
|
14739
14743
|
|
14740
14744
|
/* BASICS */
|
@@ -32667,6 +32671,11 @@ readers do not read off random characters that represent icons */
|
|
32667
32671
|
border-width: 0;
|
32668
32672
|
}
|
32669
32673
|
|
32674
|
+
.amis-scope .a-CalendarMobile-pop--time {
|
32675
|
+
height: fit-content;
|
32676
|
+
max-height: 90vh;
|
32677
|
+
}
|
32678
|
+
|
32670
32679
|
.amis-scope .a-CalendarMobile-wrap {
|
32671
32680
|
display: flex;
|
32672
32681
|
flex-direction: column;
|
@@ -32888,7 +32897,7 @@ readers do not read off random characters that represent icons */
|
|
32888
32897
|
}
|
32889
32898
|
|
32890
32899
|
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
32891
|
-
border: 1px solid #
|
32900
|
+
border: 1px solid #2468f2;
|
32892
32901
|
}
|
32893
32902
|
|
32894
32903
|
.amis-scope .a-CalendarMobile-calendar-header {
|
@@ -40412,7 +40421,7 @@ readers do not read off random characters that represent icons */
|
|
40412
40421
|
.amis-scope .a-SearchBox.is-active {
|
40413
40422
|
background: var(--Form-input-bg);
|
40414
40423
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40415
|
-
width:
|
40424
|
+
width: var(--SearchBox-width);
|
40416
40425
|
}
|
40417
40426
|
|
40418
40427
|
.amis-scope .a-SearchBox.is-active > input {
|
@@ -40428,14 +40437,8 @@ readers do not read off random characters that represent icons */
|
|
40428
40437
|
}
|
40429
40438
|
|
40430
40439
|
.amis-scope .a-SearchBox-searchBtn {
|
40431
|
-
display:
|
40432
|
-
|
40433
|
-
align-items: center;
|
40434
|
-
justify-content: center;
|
40435
|
-
}
|
40436
|
-
|
40437
|
-
.amis-scope .a-SearchBox-searchBtn .icon {
|
40438
|
-
top: 0;
|
40440
|
+
display: inline-block;
|
40441
|
+
padding: 0.3125rem 0.625rem;
|
40439
40442
|
}
|
40440
40443
|
|
40441
40444
|
.amis-scope .a-SearchBox-activeBtn,
|
@@ -40523,6 +40526,116 @@ readers do not read off random characters that represent icons */
|
|
40523
40526
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
40524
40527
|
}
|
40525
40528
|
|
40529
|
+
.amis-scope .a-SearchBox-history > .is-history {
|
40530
|
+
width: 100%;
|
40531
|
+
}
|
40532
|
+
|
40533
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown {
|
40534
|
+
position: absolute;
|
40535
|
+
left: 0;
|
40536
|
+
z-index: 998;
|
40537
|
+
padding: var(--gap-sm) 0;
|
40538
|
+
width: 100%;
|
40539
|
+
max-width: var(--SearchBox-history-dropdown-maxWidth);
|
40540
|
+
min-height: 4.5rem;
|
40541
|
+
max-height: var(--SearchBox-history-dropdown-maxHeight);
|
40542
|
+
background: var(--white);
|
40543
|
+
border: var(--borderWidth) solid var(--borderColor);
|
40544
|
+
border-top: none;
|
40545
|
+
border-radius: var(--borderRadius);
|
40546
|
+
box-shadow: var(--boxShadow);
|
40547
|
+
display: none;
|
40548
|
+
}
|
40549
|
+
|
40550
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown.is-active {
|
40551
|
+
display: block;
|
40552
|
+
}
|
40553
|
+
|
40554
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header {
|
40555
|
+
display: flex;
|
40556
|
+
flex-flow: row nowrap;
|
40557
|
+
align-items: center;
|
40558
|
+
justify-content: space-between;
|
40559
|
+
padding: 0 var(--gap-md);
|
40560
|
+
margin-bottom: 0.625rem;
|
40561
|
+
}
|
40562
|
+
|
40563
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header h4 {
|
40564
|
+
font-size: var(--fontSizeBase);
|
40565
|
+
height: 1.5rem;
|
40566
|
+
line-height: 1.5rem;
|
40567
|
+
font-weight: bold;
|
40568
|
+
margin: 0;
|
40569
|
+
}
|
40570
|
+
|
40571
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header a {
|
40572
|
+
display: inline-block;
|
40573
|
+
font-size: var(--fontSizeSm);
|
40574
|
+
cursor: pointer;
|
40575
|
+
padding: 0;
|
40576
|
+
}
|
40577
|
+
|
40578
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-content {
|
40579
|
+
display: flex;
|
40580
|
+
flex-flow: row wrap;
|
40581
|
+
justify-content: flex-start;
|
40582
|
+
align-items: center;
|
40583
|
+
padding: 0 var(--gap-md);
|
40584
|
+
overflow-x: hidden;
|
40585
|
+
overflow-y: auto;
|
40586
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
40587
|
+
}
|
40588
|
+
|
40589
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag {
|
40590
|
+
display: inlin-flex;
|
40591
|
+
height: var(--Tag-height);
|
40592
|
+
padding: 0 var(--gap-sm);
|
40593
|
+
flex-flow: row nowrap;
|
40594
|
+
justify-content: center;
|
40595
|
+
align-items: center;
|
40596
|
+
font-size: var(--Tag-content-fontSize);
|
40597
|
+
max-width: 160px;
|
40598
|
+
border-radius: var(--Tag-borderRadius);
|
40599
|
+
background-color: var(--Tag-default-color);
|
40600
|
+
color: var(--Tag-fontColor);
|
40601
|
+
margin-bottom: var(--gap-sm);
|
40602
|
+
margin-right: var(--gap-sm);
|
40603
|
+
max-width: 96px;
|
40604
|
+
cursor: pointer;
|
40605
|
+
}
|
40606
|
+
|
40607
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-text {
|
40608
|
+
display: inline-block;
|
40609
|
+
text-overflow: ellipsis;
|
40610
|
+
overflow: hidden;
|
40611
|
+
white-space: nowrap;
|
40612
|
+
line-height: 24px;
|
40613
|
+
}
|
40614
|
+
|
40615
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close {
|
40616
|
+
margin-left: var(--gap-sm);
|
40617
|
+
margin-right: var(--gap-xs);
|
40618
|
+
cursor: pointer;
|
40619
|
+
}
|
40620
|
+
|
40621
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close i {
|
40622
|
+
font-size: 0.5rem;
|
40623
|
+
}
|
40624
|
+
|
40625
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close .icon {
|
40626
|
+
width: 0.5rem;
|
40627
|
+
height: 0.5rem;
|
40628
|
+
position: inherit;
|
40629
|
+
}
|
40630
|
+
|
40631
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:hover {
|
40632
|
+
opacity: 0.7;
|
40633
|
+
}
|
40634
|
+
|
40635
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:active {
|
40636
|
+
opacity: 0.3;
|
40637
|
+
}
|
40638
|
+
|
40526
40639
|
.amis-scope .a-ListMenu {
|
40527
40640
|
background: var(--ListMenu-item-bg);
|
40528
40641
|
min-width: 12.5rem;
|
@@ -44907,7 +45020,6 @@ readers do not read off random characters that represent icons */
|
|
44907
45020
|
}
|
44908
45021
|
|
44909
45022
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
44910
|
-
background: transparent;
|
44911
45023
|
border-color: #144bcc;
|
44912
45024
|
}
|
44913
45025
|
|
@@ -44947,11 +45059,21 @@ readers do not read off random characters that represent icons */
|
|
44947
45059
|
border-top: 1px solid var(--Calendar-input-borderColor);
|
44948
45060
|
}
|
44949
45061
|
|
45062
|
+
.amis-scope .a-CalendarTimesWrapper {
|
45063
|
+
display: flex;
|
45064
|
+
flex-direction: column;
|
45065
|
+
height: 100%;
|
45066
|
+
}
|
45067
|
+
|
45068
|
+
.amis-scope .a-CalendarTimesWrapper .a-CalendarInputsWrapper {
|
45069
|
+
height: 15.5rem;
|
45070
|
+
}
|
45071
|
+
|
44950
45072
|
.amis-scope .a-CalendarInputWrapper {
|
44951
45073
|
display: inline-block;
|
44952
45074
|
position: relative;
|
44953
45075
|
width: 4rem;
|
44954
|
-
height:
|
45076
|
+
height: 15.5rem;
|
44955
45077
|
overflow: auto;
|
44956
45078
|
}
|
44957
45079
|
|
@@ -44966,11 +45088,11 @@ readers do not read off random characters that represent icons */
|
|
44966
45088
|
}
|
44967
45089
|
|
44968
45090
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsHours {
|
44969
|
-
height:
|
45091
|
+
height: 55.75rem;
|
44970
45092
|
}
|
44971
45093
|
|
44972
45094
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsTimes {
|
44973
|
-
height:
|
45095
|
+
height: 118.75rem;
|
44974
45096
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
44975
45097
|
}
|
44976
45098
|
|
@@ -45262,11 +45384,11 @@ readers do not read off random characters that represent icons */
|
|
45262
45384
|
color: #b8babf;
|
45263
45385
|
}
|
45264
45386
|
|
45265
|
-
.amis-scope .
|
45387
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
45266
45388
|
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%);
|
45267
45389
|
}
|
45268
45390
|
|
45269
|
-
.amis-scope .
|
45391
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
45270
45392
|
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%);
|
45271
45393
|
}
|
45272
45394
|
|
@@ -45445,7 +45567,7 @@ readers do not read off random characters that represent icons */
|
|
45445
45567
|
margin: 0;
|
45446
45568
|
padding-left: 0.625rem;
|
45447
45569
|
list-style: none;
|
45448
|
-
background: #
|
45570
|
+
background: #f7f7f9;
|
45449
45571
|
line-height: 2rem;
|
45450
45572
|
}
|
45451
45573
|
|
@@ -49909,6 +50031,7 @@ readers do not read off random characters that represent icons */
|
|
49909
50031
|
overflow: auto;
|
49910
50032
|
scroll-behavior: smooth;
|
49911
50033
|
background: var(--Tabs-content-bg);
|
50034
|
+
position: relative;
|
49912
50035
|
}
|
49913
50036
|
|
49914
50037
|
.amis-scope .a-AnchorNav-section-wrap > .a-AnchorNav-section {
|
@@ -50884,19 +51007,25 @@ readers do not read off random characters that represent icons */
|
|
50884
51007
|
display: inline-flex;
|
50885
51008
|
height: var(--Tag-height);
|
50886
51009
|
padding: 0 var(--gap-sm);
|
51010
|
+
flex-flow: row nowrap;
|
50887
51011
|
justify-content: center;
|
50888
51012
|
align-items: center;
|
50889
51013
|
font-size: var(--Tag-content-fontSize);
|
50890
51014
|
max-width: 160px;
|
50891
|
-
text-overflow: ellipsis;
|
50892
|
-
overflow: hidden;
|
50893
|
-
white-space: nowrap;
|
50894
51015
|
transition: all 0.3;
|
50895
51016
|
border-radius: var(--Tag-borderRadius);
|
50896
51017
|
background-color: var(--Tag-default-color);
|
50897
51018
|
color: var(--Tag-fontColor);
|
50898
51019
|
}
|
50899
51020
|
|
51021
|
+
.amis-scope .a-Tag-text {
|
51022
|
+
display: inline-block;
|
51023
|
+
text-overflow: ellipsis;
|
51024
|
+
overflow: hidden;
|
51025
|
+
white-space: nowrap;
|
51026
|
+
line-height: var(--Tag-height);
|
51027
|
+
}
|
51028
|
+
|
50900
51029
|
.amis-scope .a-Tag:not(:last-child) {
|
50901
51030
|
margin-right: var(--gap-sm);
|
50902
51031
|
}
|
@@ -50938,6 +51067,7 @@ readers do not read off random characters that represent icons */
|
|
50938
51067
|
border-radius: calc((var(--Tag-height) + 2px) / 2);
|
50939
51068
|
border: 1px solid var(--Tag-default-color);
|
50940
51069
|
color: var(--Tag-default-color);
|
51070
|
+
line-height: 22px;
|
50941
51071
|
}
|
50942
51072
|
|
50943
51073
|
.amis-scope .a-Tag--rounded--inactive {
|