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.
Files changed (139) hide show
  1. package/lib/components/AnchorNav.d.ts +9 -2
  2. package/lib/components/AnchorNav.js +32 -5
  3. package/lib/components/AnchorNav.js.map +2 -2
  4. package/lib/components/DatePicker.d.ts +41 -40
  5. package/lib/components/DatePicker.js +3 -5
  6. package/lib/components/DatePicker.js.map +2 -2
  7. package/lib/components/DateRangePicker.d.ts +45 -42
  8. package/lib/components/DateRangePicker.js +43 -11
  9. package/lib/components/DateRangePicker.js.map +2 -2
  10. package/lib/components/MonthRangePicker.d.ts +41 -40
  11. package/lib/components/MonthRangePicker.js +2 -2
  12. package/lib/components/MonthRangePicker.js.map +2 -2
  13. package/lib/components/SearchBox.d.ts +124 -42
  14. package/lib/components/SearchBox.js +181 -19
  15. package/lib/components/SearchBox.js.map +2 -2
  16. package/lib/components/Tag.d.ts +12 -10
  17. package/lib/components/Tag.js +18 -7
  18. package/lib/components/Tag.js.map +2 -2
  19. package/lib/components/calendar/Calendar.d.ts +1 -0
  20. package/lib/components/calendar/Calendar.js +8 -8
  21. package/lib/components/calendar/Calendar.js.map +2 -2
  22. package/lib/components/calendar/DaysView.d.ts +2 -1
  23. package/lib/components/calendar/DaysView.js +5 -4
  24. package/lib/components/calendar/DaysView.js.map +2 -2
  25. package/lib/index.js +1 -1
  26. package/lib/locale/de-DE.js +1 -0
  27. package/lib/locale/de-DE.js.map +2 -2
  28. package/lib/locale/en-US.js +1 -0
  29. package/lib/locale/en-US.js.map +2 -2
  30. package/lib/locale/zh-CN.js +1 -0
  31. package/lib/locale/zh-CN.js.map +2 -2
  32. package/lib/renderers/CRUD.d.ts +2 -0
  33. package/lib/renderers/CRUD.js +8 -2
  34. package/lib/renderers/CRUD.js.map +2 -2
  35. package/lib/renderers/Card.d.ts +7 -2
  36. package/lib/renderers/Card.js +11 -7
  37. package/lib/renderers/Card.js.map +2 -2
  38. package/lib/renderers/Form/InputColor.d.ts +0 -458
  39. package/lib/renderers/Form/InputColor.js +8 -9
  40. package/lib/renderers/Form/InputColor.js.map +2 -2
  41. package/lib/renderers/Form/InputExcel.d.ts +1 -0
  42. package/lib/renderers/Form/InputExcel.js +5 -0
  43. package/lib/renderers/Form/InputExcel.js.map +2 -2
  44. package/lib/renderers/Form/InputFile.d.ts +2 -2
  45. package/lib/renderers/Form/InputFile.js +6 -5
  46. package/lib/renderers/Form/InputFile.js.map +2 -2
  47. package/lib/renderers/Form/InputTable.js +16 -2
  48. package/lib/renderers/Form/InputTable.js.map +2 -2
  49. package/lib/renderers/Form/InputText.d.ts +8 -0
  50. package/lib/renderers/Form/InputText.js +8 -8
  51. package/lib/renderers/Form/InputText.js.map +2 -2
  52. package/lib/renderers/IFrame.d.ts +4 -0
  53. package/lib/renderers/IFrame.js +2 -2
  54. package/lib/renderers/IFrame.js.map +2 -2
  55. package/lib/renderers/Table/index.js +2 -2
  56. package/lib/renderers/Table/index.js.map +2 -2
  57. package/lib/renderers/Tag.js +2 -2
  58. package/lib/renderers/Tag.js.map +2 -2
  59. package/lib/renderers/Wizard.d.ts +1 -1
  60. package/lib/renderers/Wizard.js +72 -75
  61. package/lib/renderers/Wizard.js.map +2 -2
  62. package/lib/store/formItem.js +2 -1
  63. package/lib/store/formItem.js.map +2 -2
  64. package/lib/themes/ang-ie11.css +134 -21
  65. package/lib/themes/ang.css +138 -21
  66. package/lib/themes/ang.css.map +1 -1
  67. package/lib/themes/antd-ie11.css +134 -21
  68. package/lib/themes/antd.css +138 -21
  69. package/lib/themes/antd.css.map +1 -1
  70. package/lib/themes/cxd-ie11.css +134 -21
  71. package/lib/themes/cxd.css +138 -21
  72. package/lib/themes/cxd.css.map +1 -1
  73. package/lib/themes/dark-ie11.css +134 -21
  74. package/lib/themes/dark.css +138 -21
  75. package/lib/themes/dark.css.map +1 -1
  76. package/lib/themes/default-ie11.css +134 -21
  77. package/lib/themes/default.css +138 -21
  78. package/lib/themes/default.css.map +1 -1
  79. package/lib/utils/dom.js +3 -2
  80. package/lib/utils/dom.js.map +2 -2
  81. package/package.json +3 -3
  82. package/schema.json +35 -14
  83. package/scss/_properties.scss +5 -0
  84. package/scss/components/_anchor-nav.scss +1 -0
  85. package/scss/components/_calendar.scss +32 -14
  86. package/scss/components/_search-box.scss +116 -10
  87. package/scss/components/_tag.scss +12 -3
  88. package/scss/components/form/_date-range.scss +1 -1
  89. package/scss/components/form/_date.scss +28 -24
  90. package/sdk/ang-ie11.css +146 -20
  91. package/sdk/ang.css +150 -20
  92. package/sdk/antd-ie11.css +146 -20
  93. package/sdk/antd.css +150 -20
  94. package/sdk/barcode.js +51 -51
  95. package/sdk/charts.js +14 -14
  96. package/sdk/codemirror.js +7 -7
  97. package/sdk/cropperjs.js +2 -2
  98. package/sdk/cxd-ie11.css +146 -20
  99. package/sdk/cxd.css +150 -20
  100. package/sdk/dark-ie11.css +146 -20
  101. package/sdk/dark.css +150 -20
  102. package/sdk/exceljs.js +1 -1
  103. package/sdk/locale/de-DE.js +1 -0
  104. package/sdk/markdown.js +69 -69
  105. package/sdk/papaparse.js +1 -1
  106. package/sdk/renderers/Form/CityDB.js +1 -1
  107. package/sdk/rest.js +9 -23
  108. package/sdk/rich-text.js +62 -62
  109. package/sdk/sdk-ie11.css +146 -20
  110. package/sdk/sdk.css +150 -20
  111. package/sdk/sdk.js +1480 -1336
  112. package/sdk/thirds/hls.js/hls.js +1 -1
  113. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  114. package/sdk/tinymce.js +57 -57
  115. package/src/components/AnchorNav.tsx +48 -7
  116. package/src/components/DatePicker.tsx +9 -8
  117. package/src/components/DateRangePicker.tsx +62 -11
  118. package/src/components/MonthRangePicker.tsx +4 -2
  119. package/src/components/SearchBox.tsx +262 -29
  120. package/src/components/Tag.tsx +14 -3
  121. package/src/components/calendar/Calendar.tsx +30 -14
  122. package/src/components/calendar/DaysView.tsx +17 -5
  123. package/src/locale/de-DE.ts +1 -0
  124. package/src/locale/en-US.ts +1 -0
  125. package/src/locale/zh-CN.ts +1 -0
  126. package/src/renderers/CRUD.tsx +10 -0
  127. package/src/renderers/Card.tsx +24 -12
  128. package/src/renderers/Form/InputColor.tsx +14 -19
  129. package/src/renderers/Form/InputExcel.tsx +6 -0
  130. package/src/renderers/Form/InputFile.tsx +19 -18
  131. package/src/renderers/Form/InputTable.tsx +25 -4
  132. package/src/renderers/Form/InputText.tsx +20 -5
  133. package/src/renderers/IFrame.tsx +30 -1
  134. package/src/renderers/Table/index.tsx +2 -1
  135. package/src/renderers/Tag.tsx +2 -0
  136. package/src/renderers/Wizard.tsx +2 -1
  137. package/src/store/formItem.ts +4 -1
  138. package/src/utils/dom.tsx +3 -2
  139. package/sdk/color-picker.js +0 -130
package/sdk/sdk-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 .cxd-CalendarMobile-pop--time {
31153
+ height: fit-content;
31154
+ max-height: 90vh;
31155
+ }
31156
+
31152
31157
  .amis-scope .cxd-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 .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
31373
- border: 1px solid #2468F2;
31378
+ border: 1px solid #2468f2;
31374
31379
  }
31375
31380
 
31376
31381
  .amis-scope .cxd-CalendarMobile-calendar-header {
@@ -38969,7 +38974,7 @@ readers do not read off random characters that represent icons */
38969
38974
  .amis-scope .cxd-SearchBox.is-active {
38970
38975
  background: #ffffff;
38971
38976
  border: 0.0625rem solid #e8e9eb;
38972
- width: 150px;
38977
+ width: 9.375rem;
38973
38978
  }
38974
38979
 
38975
38980
  .amis-scope .cxd-SearchBox.is-active > input {
@@ -38985,14 +38990,8 @@ readers do not read off random characters that represent icons */
38985
38990
  }
38986
38991
 
38987
38992
  .amis-scope .cxd-SearchBox-searchBtn {
38988
- display: flex;
38989
- width: 1.875rem;
38990
- align-items: center;
38991
- justify-content: center;
38992
- }
38993
-
38994
- .amis-scope .cxd-SearchBox-searchBtn .icon {
38995
- top: 0;
38993
+ display: inline-block;
38994
+ padding: 0.3125rem 0.625rem;
38996
38995
  }
38997
38996
 
38998
38997
  .amis-scope .cxd-SearchBox-activeBtn,
@@ -39080,6 +39079,116 @@ readers do not read off random characters that represent icons */
39080
39079
  color: #b8babf;
39081
39080
  }
39082
39081
 
39082
+ .amis-scope .cxd-SearchBox-history > .is-history {
39083
+ width: 100%;
39084
+ }
39085
+
39086
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown {
39087
+ position: absolute;
39088
+ left: 0;
39089
+ z-index: 998;
39090
+ padding: 0.5rem 0;
39091
+ width: 100%;
39092
+ max-width: calc(9.375rem * 2);
39093
+ min-height: 4.5rem;
39094
+ max-height: 12.5rem;
39095
+ background: #fff;
39096
+ border: 0.0625rem solid #e8e9eb;
39097
+ border-top: none;
39098
+ border-radius: 0.25rem;
39099
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
39100
+ display: none;
39101
+ }
39102
+
39103
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown.is-active {
39104
+ display: block;
39105
+ }
39106
+
39107
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header {
39108
+ display: flex;
39109
+ flex-flow: row nowrap;
39110
+ align-items: center;
39111
+ justify-content: space-between;
39112
+ padding: 0 1rem;
39113
+ margin-bottom: 0.625rem;
39114
+ }
39115
+
39116
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header h4 {
39117
+ font-size: 14px;
39118
+ height: 1.5rem;
39119
+ line-height: 1.5rem;
39120
+ font-weight: bold;
39121
+ margin: 0;
39122
+ }
39123
+
39124
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header a {
39125
+ display: inline-block;
39126
+ font-size: 12px;
39127
+ cursor: pointer;
39128
+ padding: 0;
39129
+ }
39130
+
39131
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-content {
39132
+ display: flex;
39133
+ flex-flow: row wrap;
39134
+ justify-content: flex-start;
39135
+ align-items: center;
39136
+ padding: 0 1rem;
39137
+ overflow-x: hidden;
39138
+ overflow-y: auto;
39139
+ max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
39140
+ }
39141
+
39142
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag {
39143
+ display: inlin-flex;
39144
+ height: 1.5rem;
39145
+ padding: 0 0.5rem;
39146
+ flex-flow: row nowrap;
39147
+ justify-content: center;
39148
+ align-items: center;
39149
+ font-size: 12px;
39150
+ max-width: 160px;
39151
+ border-radius: 0.125rem;
39152
+ background-color: #f2f2f4;
39153
+ color: #151a26;
39154
+ margin-bottom: 0.5rem;
39155
+ margin-right: 0.5rem;
39156
+ max-width: 96px;
39157
+ cursor: pointer;
39158
+ }
39159
+
39160
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-text {
39161
+ display: inline-block;
39162
+ text-overflow: ellipsis;
39163
+ overflow: hidden;
39164
+ white-space: nowrap;
39165
+ line-height: 24px;
39166
+ }
39167
+
39168
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close {
39169
+ margin-left: 0.5rem;
39170
+ margin-right: 0.25rem;
39171
+ cursor: pointer;
39172
+ }
39173
+
39174
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close i {
39175
+ font-size: 0.5rem;
39176
+ }
39177
+
39178
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close .icon {
39179
+ width: 0.5rem;
39180
+ height: 0.5rem;
39181
+ position: inherit;
39182
+ }
39183
+
39184
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:hover {
39185
+ opacity: 0.7;
39186
+ }
39187
+
39188
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:active {
39189
+ opacity: 0.3;
39190
+ }
39191
+
39083
39192
  .amis-scope .cxd-ListMenu {
39084
39193
  background: #fff;
39085
39194
  min-width: 12.5rem;
@@ -43549,7 +43658,6 @@ readers do not read off random characters that represent icons */
43549
43658
  }
43550
43659
 
43551
43660
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
43552
- background: transparent;
43553
43661
  border-color: #144bcc;
43554
43662
  }
43555
43663
 
@@ -43589,11 +43697,21 @@ readers do not read off random characters that represent icons */
43589
43697
  border-top: 1px solid #e8e9eb;
43590
43698
  }
43591
43699
 
43700
+ .amis-scope .cxd-CalendarTimesWrapper {
43701
+ display: flex;
43702
+ flex-direction: column;
43703
+ height: 100%;
43704
+ }
43705
+
43706
+ .amis-scope .cxd-CalendarTimesWrapper .cxd-CalendarInputsWrapper {
43707
+ height: 15.5rem;
43708
+ }
43709
+
43592
43710
  .amis-scope .cxd-CalendarInputWrapper {
43593
43711
  display: inline-block;
43594
43712
  position: relative;
43595
43713
  width: 4rem;
43596
- height: 14rem;
43714
+ height: 15.5rem;
43597
43715
  overflow: auto;
43598
43716
  }
43599
43717
 
@@ -43608,11 +43726,11 @@ readers do not read off random characters that represent icons */
43608
43726
  }
43609
43727
 
43610
43728
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
43611
- height: 54.25rem;
43729
+ height: 55.75rem;
43612
43730
  }
43613
43731
 
43614
43732
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
43615
- height: 117.25rem;
43733
+ height: 118.75rem;
43616
43734
  border-left: 1px solid #e8e9eb;
43617
43735
  }
43618
43736
 
@@ -43914,11 +44032,11 @@ readers do not read off random characters that represent icons */
43914
44032
  color: #b8babf;
43915
44033
  }
43916
44034
 
43917
- .amis-scope .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
44035
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
43918
44036
  background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%);
43919
44037
  }
43920
44038
 
43921
- .amis-scope .cxd-DateRangePicker-end .rdtPicker .rdtActive.rdtBetween {
44039
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
43922
44040
  background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%);
43923
44041
  }
43924
44042
 
@@ -44105,7 +44223,7 @@ readers do not read off random characters that represent icons */
44105
44223
  margin: 0;
44106
44224
  padding-left: 0.625rem;
44107
44225
  list-style: none;
44108
- background: #F7F7F9;
44226
+ background: #f7f7f9;
44109
44227
  line-height: 2rem;
44110
44228
  }
44111
44229
 
@@ -48673,6 +48791,7 @@ readers do not read off random characters that represent icons */
48673
48791
  overflow: auto;
48674
48792
  scroll-behavior: smooth;
48675
48793
  background: #fff;
48794
+ position: relative;
48676
48795
  }
48677
48796
 
48678
48797
  .amis-scope .cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
@@ -49654,19 +49773,25 @@ readers do not read off random characters that represent icons */
49654
49773
  display: inline-flex;
49655
49774
  height: 1.5rem;
49656
49775
  padding: 0 0.5rem;
49776
+ flex-flow: row nowrap;
49657
49777
  justify-content: center;
49658
49778
  align-items: center;
49659
49779
  font-size: 12px;
49660
49780
  max-width: 160px;
49661
- text-overflow: ellipsis;
49662
- overflow: hidden;
49663
- white-space: nowrap;
49664
49781
  transition: all 0.3;
49665
49782
  border-radius: 0.125rem;
49666
49783
  background-color: #f2f2f4;
49667
49784
  color: #151a26;
49668
49785
  }
49669
49786
 
49787
+ .amis-scope .cxd-Tag-text {
49788
+ display: inline-block;
49789
+ text-overflow: ellipsis;
49790
+ overflow: hidden;
49791
+ white-space: nowrap;
49792
+ line-height: 1.5rem;
49793
+ }
49794
+
49670
49795
  .amis-scope .cxd-Tag:not(:last-child) {
49671
49796
  margin-right: 0.5rem;
49672
49797
  }
@@ -49708,6 +49833,7 @@ readers do not read off random characters that represent icons */
49708
49833
  border-radius: calc((1.5rem + 2px) / 2);
49709
49834
  border: 1px solid #f2f2f4;
49710
49835
  color: #f2f2f4;
49836
+ line-height: 22px;
49711
49837
  }
49712
49838
 
49713
49839
  .amis-scope .cxd-Tag--rounded--inactive {
package/sdk/sdk.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
  :root {
@@ -33162,6 +33166,11 @@ readers do not read off random characters that represent icons */
33162
33166
  border-width: 0;
33163
33167
  }
33164
33168
 
33169
+ .amis-scope .cxd-CalendarMobile-pop--time {
33170
+ height: fit-content;
33171
+ max-height: 90vh;
33172
+ }
33173
+
33165
33174
  .amis-scope .cxd-CalendarMobile-wrap {
33166
33175
  display: flex;
33167
33176
  flex-direction: column;
@@ -33383,7 +33392,7 @@ readers do not read off random characters that represent icons */
33383
33392
  }
33384
33393
 
33385
33394
  .amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
33386
- border: 1px solid #2468F2;
33395
+ border: 1px solid #2468f2;
33387
33396
  }
33388
33397
 
33389
33398
  .amis-scope .cxd-CalendarMobile-calendar-header {
@@ -40907,7 +40916,7 @@ readers do not read off random characters that represent icons */
40907
40916
  .amis-scope .cxd-SearchBox.is-active {
40908
40917
  background: var(--Form-input-bg);
40909
40918
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40910
- width: 150px;
40919
+ width: var(--SearchBox-width);
40911
40920
  }
40912
40921
 
40913
40922
  .amis-scope .cxd-SearchBox.is-active > input {
@@ -40923,14 +40932,8 @@ readers do not read off random characters that represent icons */
40923
40932
  }
40924
40933
 
40925
40934
  .amis-scope .cxd-SearchBox-searchBtn {
40926
- display: flex;
40927
- width: var(--SearchBox-height);
40928
- align-items: center;
40929
- justify-content: center;
40930
- }
40931
-
40932
- .amis-scope .cxd-SearchBox-searchBtn .icon {
40933
- top: 0;
40935
+ display: inline-block;
40936
+ padding: 0.3125rem 0.625rem;
40934
40937
  }
40935
40938
 
40936
40939
  .amis-scope .cxd-SearchBox-activeBtn,
@@ -41018,6 +41021,116 @@ readers do not read off random characters that represent icons */
41018
41021
  color: var(--SearchBox-enhonce-disabled-search-color);
41019
41022
  }
41020
41023
 
41024
+ .amis-scope .cxd-SearchBox-history > .is-history {
41025
+ width: 100%;
41026
+ }
41027
+
41028
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown {
41029
+ position: absolute;
41030
+ left: 0;
41031
+ z-index: 998;
41032
+ padding: var(--gap-sm) 0;
41033
+ width: 100%;
41034
+ max-width: var(--SearchBox-history-dropdown-maxWidth);
41035
+ min-height: 4.5rem;
41036
+ max-height: var(--SearchBox-history-dropdown-maxHeight);
41037
+ background: var(--white);
41038
+ border: var(--borderWidth) solid var(--borderColor);
41039
+ border-top: none;
41040
+ border-radius: var(--borderRadius);
41041
+ box-shadow: var(--boxShadow);
41042
+ display: none;
41043
+ }
41044
+
41045
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown.is-active {
41046
+ display: block;
41047
+ }
41048
+
41049
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header {
41050
+ display: flex;
41051
+ flex-flow: row nowrap;
41052
+ align-items: center;
41053
+ justify-content: space-between;
41054
+ padding: 0 var(--gap-md);
41055
+ margin-bottom: 0.625rem;
41056
+ }
41057
+
41058
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header h4 {
41059
+ font-size: var(--fontSizeBase);
41060
+ height: 1.5rem;
41061
+ line-height: 1.5rem;
41062
+ font-weight: bold;
41063
+ margin: 0;
41064
+ }
41065
+
41066
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header a {
41067
+ display: inline-block;
41068
+ font-size: var(--fontSizeSm);
41069
+ cursor: pointer;
41070
+ padding: 0;
41071
+ }
41072
+
41073
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-content {
41074
+ display: flex;
41075
+ flex-flow: row wrap;
41076
+ justify-content: flex-start;
41077
+ align-items: center;
41078
+ padding: 0 var(--gap-md);
41079
+ overflow-x: hidden;
41080
+ overflow-y: auto;
41081
+ max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
41082
+ }
41083
+
41084
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag {
41085
+ display: inlin-flex;
41086
+ height: var(--Tag-height);
41087
+ padding: 0 var(--gap-sm);
41088
+ flex-flow: row nowrap;
41089
+ justify-content: center;
41090
+ align-items: center;
41091
+ font-size: var(--Tag-content-fontSize);
41092
+ max-width: 160px;
41093
+ border-radius: var(--Tag-borderRadius);
41094
+ background-color: var(--Tag-default-color);
41095
+ color: var(--Tag-fontColor);
41096
+ margin-bottom: var(--gap-sm);
41097
+ margin-right: var(--gap-sm);
41098
+ max-width: 96px;
41099
+ cursor: pointer;
41100
+ }
41101
+
41102
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-text {
41103
+ display: inline-block;
41104
+ text-overflow: ellipsis;
41105
+ overflow: hidden;
41106
+ white-space: nowrap;
41107
+ line-height: 24px;
41108
+ }
41109
+
41110
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close {
41111
+ margin-left: var(--gap-sm);
41112
+ margin-right: var(--gap-xs);
41113
+ cursor: pointer;
41114
+ }
41115
+
41116
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close i {
41117
+ font-size: 0.5rem;
41118
+ }
41119
+
41120
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close .icon {
41121
+ width: 0.5rem;
41122
+ height: 0.5rem;
41123
+ position: inherit;
41124
+ }
41125
+
41126
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:hover {
41127
+ opacity: 0.7;
41128
+ }
41129
+
41130
+ .amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:active {
41131
+ opacity: 0.3;
41132
+ }
41133
+
41021
41134
  .amis-scope .cxd-ListMenu {
41022
41135
  background: var(--ListMenu-item-bg);
41023
41136
  min-width: 12.5rem;
@@ -45402,7 +45515,6 @@ readers do not read off random characters that represent icons */
45402
45515
  }
45403
45516
 
45404
45517
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
45405
- background: transparent;
45406
45518
  border-color: #144bcc;
45407
45519
  }
45408
45520
 
@@ -45442,11 +45554,21 @@ readers do not read off random characters that represent icons */
45442
45554
  border-top: 1px solid var(--Calendar-input-borderColor);
45443
45555
  }
45444
45556
 
45557
+ .amis-scope .cxd-CalendarTimesWrapper {
45558
+ display: flex;
45559
+ flex-direction: column;
45560
+ height: 100%;
45561
+ }
45562
+
45563
+ .amis-scope .cxd-CalendarTimesWrapper .cxd-CalendarInputsWrapper {
45564
+ height: 15.5rem;
45565
+ }
45566
+
45445
45567
  .amis-scope .cxd-CalendarInputWrapper {
45446
45568
  display: inline-block;
45447
45569
  position: relative;
45448
45570
  width: 4rem;
45449
- height: 14rem;
45571
+ height: 15.5rem;
45450
45572
  overflow: auto;
45451
45573
  }
45452
45574
 
@@ -45461,11 +45583,11 @@ readers do not read off random characters that represent icons */
45461
45583
  }
45462
45584
 
45463
45585
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
45464
- height: 54.25rem;
45586
+ height: 55.75rem;
45465
45587
  }
45466
45588
 
45467
45589
  .amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
45468
- height: 117.25rem;
45590
+ height: 118.75rem;
45469
45591
  border-left: 1px solid var(--Calendar-input-borderColor);
45470
45592
  }
45471
45593
 
@@ -45757,11 +45879,11 @@ readers do not read off random characters that represent icons */
45757
45879
  color: #b8babf;
45758
45880
  }
45759
45881
 
45760
- .amis-scope .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
45882
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
45761
45883
  background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%);
45762
45884
  }
45763
45885
 
45764
- .amis-scope .cxd-DateRangePicker-end .rdtPicker .rdtActive.rdtBetween {
45886
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
45765
45887
  background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%);
45766
45888
  }
45767
45889
 
@@ -45940,7 +46062,7 @@ readers do not read off random characters that represent icons */
45940
46062
  margin: 0;
45941
46063
  padding-left: 0.625rem;
45942
46064
  list-style: none;
45943
- background: #F7F7F9;
46065
+ background: #f7f7f9;
45944
46066
  line-height: 2rem;
45945
46067
  }
45946
46068
 
@@ -50404,6 +50526,7 @@ readers do not read off random characters that represent icons */
50404
50526
  overflow: auto;
50405
50527
  scroll-behavior: smooth;
50406
50528
  background: var(--Tabs-content-bg);
50529
+ position: relative;
50407
50530
  }
50408
50531
 
50409
50532
  .amis-scope .cxd-AnchorNav-section-wrap > .cxd-AnchorNav-section {
@@ -51379,19 +51502,25 @@ readers do not read off random characters that represent icons */
51379
51502
  display: inline-flex;
51380
51503
  height: var(--Tag-height);
51381
51504
  padding: 0 var(--gap-sm);
51505
+ flex-flow: row nowrap;
51382
51506
  justify-content: center;
51383
51507
  align-items: center;
51384
51508
  font-size: var(--Tag-content-fontSize);
51385
51509
  max-width: 160px;
51386
- text-overflow: ellipsis;
51387
- overflow: hidden;
51388
- white-space: nowrap;
51389
51510
  transition: all 0.3;
51390
51511
  border-radius: var(--Tag-borderRadius);
51391
51512
  background-color: var(--Tag-default-color);
51392
51513
  color: var(--Tag-fontColor);
51393
51514
  }
51394
51515
 
51516
+ .amis-scope .cxd-Tag-text {
51517
+ display: inline-block;
51518
+ text-overflow: ellipsis;
51519
+ overflow: hidden;
51520
+ white-space: nowrap;
51521
+ line-height: var(--Tag-height);
51522
+ }
51523
+
51395
51524
  .amis-scope .cxd-Tag:not(:last-child) {
51396
51525
  margin-right: var(--gap-sm);
51397
51526
  }
@@ -51433,6 +51562,7 @@ readers do not read off random characters that represent icons */
51433
51562
  border-radius: calc((var(--Tag-height) + 2px) / 2);
51434
51563
  border: 1px solid var(--Tag-default-color);
51435
51564
  color: var(--Tag-default-color);
51565
+ line-height: 22px;
51436
51566
  }
51437
51567
 
51438
51568
  .amis-scope .cxd-Tag--rounded--inactive {