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/dark-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 .dark-CalendarMobile-pop--time {
31175
+ height: fit-content;
31176
+ max-height: 90vh;
31177
+ }
31178
+
31174
31179
  .amis-scope .dark-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 .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
31395
- border: 1px solid #2468F2;
31400
+ border: 1px solid #2468f2;
31396
31401
  }
31397
31402
 
31398
31403
  .amis-scope .dark-CalendarMobile-calendar-header {
@@ -38992,7 +38997,7 @@ readers do not read off random characters that represent icons */
38992
38997
  .amis-scope .dark-SearchBox.is-active {
38993
38998
  background: #3c3c3c;
38994
38999
  border: 0.0625rem solid #656565;
38995
- width: 150px;
39000
+ width: 9.375rem;
38996
39001
  }
38997
39002
 
38998
39003
  .amis-scope .dark-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 .dark-SearchBox-searchBtn {
39011
- display: flex;
39012
- width: var(--SearchBox-height);
39013
- align-items: center;
39014
- justify-content: center;
39015
- }
39016
-
39017
- .amis-scope .dark-SearchBox-searchBtn .icon {
39018
- top: 0;
39016
+ display: inline-block;
39017
+ padding: 0.3125rem 0.625rem;
39019
39018
  }
39020
39019
 
39021
39020
  .amis-scope .dark-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 .dark-SearchBox-history > .is-history {
39106
+ width: 100%;
39107
+ }
39108
+
39109
+ .amis-scope .dark-SearchBox-history .dark-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 #656565;
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 .dark-SearchBox-history .dark-SearchBox-history-dropdown.is-active {
39127
+ display: block;
39128
+ }
39129
+
39130
+ .amis-scope .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-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 .dark-SearchBox-history .dark-SearchBox-history-tag-close {
39192
+ margin-left: 0.5rem;
39193
+ margin-right: 0.25rem;
39194
+ cursor: pointer;
39195
+ }
39196
+
39197
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close i {
39198
+ font-size: 0.5rem;
39199
+ }
39200
+
39201
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close .icon {
39202
+ width: 0.5rem;
39203
+ height: 0.5rem;
39204
+ position: inherit;
39205
+ }
39206
+
39207
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close:hover {
39208
+ opacity: 0.7;
39209
+ }
39210
+
39211
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close:active {
39212
+ opacity: 0.3;
39213
+ }
39214
+
39106
39215
  .amis-scope .dark-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 #656565;
43613
43721
  }
43614
43722
 
43723
+ .amis-scope .dark-CalendarTimesWrapper {
43724
+ display: flex;
43725
+ flex-direction: column;
43726
+ height: 100%;
43727
+ }
43728
+
43729
+ .amis-scope .dark-CalendarTimesWrapper .dark-CalendarInputsWrapper {
43730
+ height: 15.5rem;
43731
+ }
43732
+
43615
43733
  .amis-scope .dark-CalendarInputWrapper {
43616
43734
  display: inline-block;
43617
43735
  position: relative;
43618
43736
  width: 4rem;
43619
- height: 14rem;
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 .dark-CalendarInputWrapper .dark-CalendarInput-sugsHours {
43634
- height: 54.25rem;
43752
+ height: 55.75rem;
43635
43753
  }
43636
43754
 
43637
43755
  .amis-scope .dark-CalendarInputWrapper .dark-CalendarInput-sugsTimes {
43638
- height: 117.25rem;
43756
+ height: 118.75rem;
43639
43757
  border-left: 1px solid #656565;
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 .dark-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
44062
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
43945
44063
  background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(34, 150, 243, 0.1) 51%, rgba(34, 150, 243, 0.1) 100%);
43946
44064
  }
43947
44065
 
43948
- .amis-scope .dark-DateRangePicker-end .rdtPicker .rdtActive.rdtBetween {
44066
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
43949
44067
  background: linear-gradient(to right, rgba(34, 150, 243, 0.1) 0%, rgba(34, 150, 243, 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: #F7F7F9;
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: #302d2a;
48837
+ position: relative;
48719
48838
  }
48720
48839
 
48721
48840
  .amis-scope .dark-AnchorNav-section-wrap > .dark-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 .dark-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 .dark-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 .dark-Tag--rounded--inactive {
package/sdk/dark.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 {
@@ -32755,6 +32759,11 @@ readers do not read off random characters that represent icons */
32755
32759
  border-width: 0;
32756
32760
  }
32757
32761
 
32762
+ .amis-scope .dark-CalendarMobile-pop--time {
32763
+ height: fit-content;
32764
+ max-height: 90vh;
32765
+ }
32766
+
32758
32767
  .amis-scope .dark-CalendarMobile-wrap {
32759
32768
  display: flex;
32760
32769
  flex-direction: column;
@@ -32976,7 +32985,7 @@ readers do not read off random characters that represent icons */
32976
32985
  }
32977
32986
 
32978
32987
  .amis-scope .dark-CalendarMobile .dark-CalendarMobile-calendar-wrap .dark-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
32979
- border: 1px solid #2468F2;
32988
+ border: 1px solid #2468f2;
32980
32989
  }
32981
32990
 
32982
32991
  .amis-scope .dark-CalendarMobile-calendar-header {
@@ -40500,7 +40509,7 @@ readers do not read off random characters that represent icons */
40500
40509
  .amis-scope .dark-SearchBox.is-active {
40501
40510
  background: var(--Form-input-bg);
40502
40511
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
40503
- width: 150px;
40512
+ width: var(--SearchBox-width);
40504
40513
  }
40505
40514
 
40506
40515
  .amis-scope .dark-SearchBox.is-active > input {
@@ -40516,14 +40525,8 @@ readers do not read off random characters that represent icons */
40516
40525
  }
40517
40526
 
40518
40527
  .amis-scope .dark-SearchBox-searchBtn {
40519
- display: flex;
40520
- width: var(--SearchBox-height);
40521
- align-items: center;
40522
- justify-content: center;
40523
- }
40524
-
40525
- .amis-scope .dark-SearchBox-searchBtn .icon {
40526
- top: 0;
40528
+ display: inline-block;
40529
+ padding: 0.3125rem 0.625rem;
40527
40530
  }
40528
40531
 
40529
40532
  .amis-scope .dark-SearchBox-activeBtn,
@@ -40611,6 +40614,116 @@ readers do not read off random characters that represent icons */
40611
40614
  color: var(--SearchBox-enhonce-disabled-search-color);
40612
40615
  }
40613
40616
 
40617
+ .amis-scope .dark-SearchBox-history > .is-history {
40618
+ width: 100%;
40619
+ }
40620
+
40621
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-dropdown {
40622
+ position: absolute;
40623
+ left: 0;
40624
+ z-index: 998;
40625
+ padding: var(--gap-sm) 0;
40626
+ width: 100%;
40627
+ max-width: var(--SearchBox-history-dropdown-maxWidth);
40628
+ min-height: 4.5rem;
40629
+ max-height: var(--SearchBox-history-dropdown-maxHeight);
40630
+ background: var(--white);
40631
+ border: var(--borderWidth) solid var(--borderColor);
40632
+ border-top: none;
40633
+ border-radius: var(--borderRadius);
40634
+ box-shadow: var(--boxShadow);
40635
+ display: none;
40636
+ }
40637
+
40638
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-dropdown.is-active {
40639
+ display: block;
40640
+ }
40641
+
40642
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-dropdown header {
40643
+ display: flex;
40644
+ flex-flow: row nowrap;
40645
+ align-items: center;
40646
+ justify-content: space-between;
40647
+ padding: 0 var(--gap-md);
40648
+ margin-bottom: 0.625rem;
40649
+ }
40650
+
40651
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-dropdown header h4 {
40652
+ font-size: var(--fontSizeBase);
40653
+ height: 1.5rem;
40654
+ line-height: 1.5rem;
40655
+ font-weight: bold;
40656
+ margin: 0;
40657
+ }
40658
+
40659
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-dropdown header a {
40660
+ display: inline-block;
40661
+ font-size: var(--fontSizeSm);
40662
+ cursor: pointer;
40663
+ padding: 0;
40664
+ }
40665
+
40666
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-content {
40667
+ display: flex;
40668
+ flex-flow: row wrap;
40669
+ justify-content: flex-start;
40670
+ align-items: center;
40671
+ padding: 0 var(--gap-md);
40672
+ overflow-x: hidden;
40673
+ overflow-y: auto;
40674
+ max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
40675
+ }
40676
+
40677
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag {
40678
+ display: inlin-flex;
40679
+ height: var(--Tag-height);
40680
+ padding: 0 var(--gap-sm);
40681
+ flex-flow: row nowrap;
40682
+ justify-content: center;
40683
+ align-items: center;
40684
+ font-size: var(--Tag-content-fontSize);
40685
+ max-width: 160px;
40686
+ border-radius: var(--Tag-borderRadius);
40687
+ background-color: var(--Tag-default-color);
40688
+ color: var(--Tag-fontColor);
40689
+ margin-bottom: var(--gap-sm);
40690
+ margin-right: var(--gap-sm);
40691
+ max-width: 96px;
40692
+ cursor: pointer;
40693
+ }
40694
+
40695
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-text {
40696
+ display: inline-block;
40697
+ text-overflow: ellipsis;
40698
+ overflow: hidden;
40699
+ white-space: nowrap;
40700
+ line-height: 24px;
40701
+ }
40702
+
40703
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close {
40704
+ margin-left: var(--gap-sm);
40705
+ margin-right: var(--gap-xs);
40706
+ cursor: pointer;
40707
+ }
40708
+
40709
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close i {
40710
+ font-size: 0.5rem;
40711
+ }
40712
+
40713
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close .icon {
40714
+ width: 0.5rem;
40715
+ height: 0.5rem;
40716
+ position: inherit;
40717
+ }
40718
+
40719
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close:hover {
40720
+ opacity: 0.7;
40721
+ }
40722
+
40723
+ .amis-scope .dark-SearchBox-history .dark-SearchBox-history-tag-close:active {
40724
+ opacity: 0.3;
40725
+ }
40726
+
40614
40727
  .amis-scope .dark-ListMenu {
40615
40728
  background: var(--ListMenu-item-bg);
40616
40729
  min-width: 12.5rem;
@@ -44995,7 +45108,6 @@ readers do not read off random characters that represent icons */
44995
45108
  }
44996
45109
 
44997
45110
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
44998
- background: transparent;
44999
45111
  border-color: #144bcc;
45000
45112
  }
45001
45113
 
@@ -45035,11 +45147,21 @@ readers do not read off random characters that represent icons */
45035
45147
  border-top: 1px solid var(--Calendar-input-borderColor);
45036
45148
  }
45037
45149
 
45150
+ .amis-scope .dark-CalendarTimesWrapper {
45151
+ display: flex;
45152
+ flex-direction: column;
45153
+ height: 100%;
45154
+ }
45155
+
45156
+ .amis-scope .dark-CalendarTimesWrapper .dark-CalendarInputsWrapper {
45157
+ height: 15.5rem;
45158
+ }
45159
+
45038
45160
  .amis-scope .dark-CalendarInputWrapper {
45039
45161
  display: inline-block;
45040
45162
  position: relative;
45041
45163
  width: 4rem;
45042
- height: 14rem;
45164
+ height: 15.5rem;
45043
45165
  overflow: auto;
45044
45166
  }
45045
45167
 
@@ -45054,11 +45176,11 @@ readers do not read off random characters that represent icons */
45054
45176
  }
45055
45177
 
45056
45178
  .amis-scope .dark-CalendarInputWrapper .dark-CalendarInput-sugsHours {
45057
- height: 54.25rem;
45179
+ height: 55.75rem;
45058
45180
  }
45059
45181
 
45060
45182
  .amis-scope .dark-CalendarInputWrapper .dark-CalendarInput-sugsTimes {
45061
- height: 117.25rem;
45183
+ height: 118.75rem;
45062
45184
  border-left: 1px solid var(--Calendar-input-borderColor);
45063
45185
  }
45064
45186
 
@@ -45350,11 +45472,11 @@ readers do not read off random characters that represent icons */
45350
45472
  color: #b8babf;
45351
45473
  }
45352
45474
 
45353
- .amis-scope .dark-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
45475
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
45354
45476
  background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%);
45355
45477
  }
45356
45478
 
45357
- .amis-scope .dark-DateRangePicker-end .rdtPicker .rdtActive.rdtBetween {
45479
+ .amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
45358
45480
  background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%);
45359
45481
  }
45360
45482
 
@@ -45533,7 +45655,7 @@ readers do not read off random characters that represent icons */
45533
45655
  margin: 0;
45534
45656
  padding-left: 0.625rem;
45535
45657
  list-style: none;
45536
- background: #F7F7F9;
45658
+ background: #f7f7f9;
45537
45659
  line-height: 2rem;
45538
45660
  }
45539
45661
 
@@ -49997,6 +50119,7 @@ readers do not read off random characters that represent icons */
49997
50119
  overflow: auto;
49998
50120
  scroll-behavior: smooth;
49999
50121
  background: var(--Tabs-content-bg);
50122
+ position: relative;
50000
50123
  }
50001
50124
 
50002
50125
  .amis-scope .dark-AnchorNav-section-wrap > .dark-AnchorNav-section {
@@ -50972,19 +51095,25 @@ readers do not read off random characters that represent icons */
50972
51095
  display: inline-flex;
50973
51096
  height: var(--Tag-height);
50974
51097
  padding: 0 var(--gap-sm);
51098
+ flex-flow: row nowrap;
50975
51099
  justify-content: center;
50976
51100
  align-items: center;
50977
51101
  font-size: var(--Tag-content-fontSize);
50978
51102
  max-width: 160px;
50979
- text-overflow: ellipsis;
50980
- overflow: hidden;
50981
- white-space: nowrap;
50982
51103
  transition: all 0.3;
50983
51104
  border-radius: var(--Tag-borderRadius);
50984
51105
  background-color: var(--Tag-default-color);
50985
51106
  color: var(--Tag-fontColor);
50986
51107
  }
50987
51108
 
51109
+ .amis-scope .dark-Tag-text {
51110
+ display: inline-block;
51111
+ text-overflow: ellipsis;
51112
+ overflow: hidden;
51113
+ white-space: nowrap;
51114
+ line-height: var(--Tag-height);
51115
+ }
51116
+
50988
51117
  .amis-scope .dark-Tag:not(:last-child) {
50989
51118
  margin-right: var(--gap-sm);
50990
51119
  }
@@ -51026,6 +51155,7 @@ readers do not read off random characters that represent icons */
51026
51155
  border-radius: calc((var(--Tag-height) + 2px) / 2);
51027
51156
  border: 1px solid var(--Tag-default-color);
51028
51157
  color: var(--Tag-default-color);
51158
+ line-height: 22px;
51029
51159
  }
51030
51160
 
51031
51161
  .amis-scope .dark-Tag--rounded--inactive {
package/sdk/exceljs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  ;/*!node_modules/exceljs/dist/exceljs.min.js*/
2
- amis.define('42a5bdf', function(require, exports, module, define) {
2
+ amis.define('6f95097', function(require, exports, module, define) {
3
3
 
4
4
  /*! ExcelJS 21-08-2021 */
5
5
 
@@ -184,6 +184,7 @@ amisRequire('amis').registerLocale('de-DE', {
184
184
  'saveFailed': 'Fehler beim Speichern',
185
185
  'saveSuccess': 'Erfolgreich gespeichert',
186
186
  'search': 'Suchen',
187
+ 'searchHistory': 'Suchverlauf',
187
188
  'searchResult': 'Suchergebnis',
188
189
  'Checkboxes.selectAll': 'Alle auswählen/abwählen',
189
190
  'Select.checkAll': 'Alle markieren',