amis 1.6.0 → 1.6.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/README.md +1 -0
  2. package/lib/RootRenderer.d.ts +2 -0
  3. package/lib/RootRenderer.js +19 -1
  4. package/lib/RootRenderer.js.map +2 -2
  5. package/lib/SchemaRenderer.js +52 -1
  6. package/lib/SchemaRenderer.js.map +2 -2
  7. package/lib/Scoped.d.ts +2 -0
  8. package/lib/Scoped.js +27 -1
  9. package/lib/Scoped.js.map +2 -2
  10. package/lib/actions/Action.d.ts +33 -0
  11. package/lib/actions/Action.js +100 -0
  12. package/lib/actions/Action.js.map +13 -0
  13. package/lib/actions/AjaxAction.d.ts +14 -0
  14. package/lib/actions/AjaxAction.js +68 -0
  15. package/lib/actions/AjaxAction.js.map +13 -0
  16. package/lib/actions/BreakAction.d.ts +12 -0
  17. package/lib/actions/BreakAction.js +28 -0
  18. package/lib/actions/BreakAction.js.map +13 -0
  19. package/lib/actions/BroadcastAction.d.ts +12 -0
  20. package/lib/actions/BroadcastAction.js +40 -0
  21. package/lib/actions/BroadcastAction.js.map +13 -0
  22. package/lib/actions/CmptAction.d.ts +12 -0
  23. package/lib/actions/CmptAction.js +40 -0
  24. package/lib/actions/CmptAction.js.map +13 -0
  25. package/lib/actions/ContinueAction.d.ts +12 -0
  26. package/lib/actions/ContinueAction.js +28 -0
  27. package/lib/actions/ContinueAction.js.map +13 -0
  28. package/lib/actions/CopyAction.d.ts +12 -0
  29. package/lib/actions/CopyAction.js +35 -0
  30. package/lib/actions/CopyAction.js.map +13 -0
  31. package/lib/actions/CustomAction.d.ts +12 -0
  32. package/lib/actions/CustomAction.js +43 -0
  33. package/lib/actions/CustomAction.js.map +13 -0
  34. package/lib/actions/DialogAction.d.ts +12 -0
  35. package/lib/actions/DialogAction.js +31 -0
  36. package/lib/actions/DialogAction.js.map +13 -0
  37. package/lib/actions/DrawerAction.d.ts +12 -0
  38. package/lib/actions/DrawerAction.js +31 -0
  39. package/lib/actions/DrawerAction.js.map +13 -0
  40. package/lib/actions/EmailAction.d.ts +12 -0
  41. package/lib/actions/EmailAction.js +37 -0
  42. package/lib/actions/EmailAction.js.map +13 -0
  43. package/lib/actions/LoopAction.d.ts +12 -0
  44. package/lib/actions/LoopAction.js +93 -0
  45. package/lib/actions/LoopAction.js.map +13 -0
  46. package/lib/actions/OpenPageAction.d.ts +12 -0
  47. package/lib/actions/OpenPageAction.js +33 -0
  48. package/lib/actions/OpenPageAction.js.map +13 -0
  49. package/lib/actions/ParallelAction.d.ts +5 -0
  50. package/lib/actions/ParallelAction.js +33 -0
  51. package/lib/actions/ParallelAction.js.map +13 -0
  52. package/lib/actions/SwitchAction.d.ts +8 -0
  53. package/lib/actions/SwitchAction.js +45 -0
  54. package/lib/actions/SwitchAction.js.map +13 -0
  55. package/lib/actions/index.d.ts +18 -0
  56. package/lib/actions/index.js +22 -0
  57. package/lib/actions/index.js.map +13 -0
  58. package/lib/components/AnchorNav.d.ts +20 -20
  59. package/lib/components/Button.d.ts +20 -20
  60. package/lib/components/CalendarMobile.d.ts +112 -86
  61. package/lib/components/CalendarMobile.js +85 -31
  62. package/lib/components/CalendarMobile.js.map +2 -2
  63. package/lib/components/Collapse.d.ts +20 -20
  64. package/lib/components/DatePicker.js +9 -3
  65. package/lib/components/DatePicker.js.map +2 -2
  66. package/lib/components/DateRangePicker.js +1 -0
  67. package/lib/components/DateRangePicker.js.map +2 -2
  68. package/lib/components/InputBox.d.ts +21 -21
  69. package/lib/components/ListGroup.d.ts +21 -21
  70. package/lib/components/ListMenu.d.ts +84 -84
  71. package/lib/components/MonthRangePicker.js +2 -1
  72. package/lib/components/MonthRangePicker.js.map +2 -2
  73. package/lib/components/Radios.d.ts +21 -21
  74. package/lib/components/Rating.d.ts +21 -21
  75. package/lib/components/ResultBox.d.ts +84 -84
  76. package/lib/components/Select.d.ts +238 -238
  77. package/lib/components/Select.js +4 -3
  78. package/lib/components/Select.js.map +2 -2
  79. package/lib/components/Timeline.js +1 -1
  80. package/lib/components/Timeline.js.map +2 -2
  81. package/lib/components/TimelineItem.d.ts +3 -2
  82. package/lib/components/TimelineItem.js +8 -9
  83. package/lib/components/TimelineItem.js.map +2 -2
  84. package/lib/components/Tree.d.ts +84 -84
  85. package/lib/components/formula/plugin.js +0 -1
  86. package/lib/components/formula/plugin.js.map +2 -2
  87. package/lib/env.d.ts +4 -0
  88. package/lib/env.js.map +2 -2
  89. package/lib/factory.d.ts +2 -1
  90. package/lib/factory.js +78 -0
  91. package/lib/factory.js.map +2 -2
  92. package/lib/helper.css.map +1 -1
  93. package/lib/index.d.ts +2 -0
  94. package/lib/index.js +3 -1
  95. package/lib/index.js.map +2 -2
  96. package/lib/renderers/Action.d.ts +1 -1
  97. package/lib/renderers/Action.js +26 -10
  98. package/lib/renderers/Action.js.map +2 -2
  99. package/lib/renderers/Custom.d.ts +1 -1
  100. package/lib/renderers/Custom.js +1 -1
  101. package/lib/renderers/Custom.js.map +1 -1
  102. package/lib/renderers/Form/DiffEditor.d.ts +6 -0
  103. package/lib/renderers/Form/Editor.d.ts +6 -0
  104. package/lib/renderers/Form/Options.js +9 -7
  105. package/lib/renderers/Form/Options.js.map +2 -2
  106. package/lib/renderers/Form/Select.js +3 -3
  107. package/lib/renderers/Form/Select.js.map +2 -2
  108. package/lib/renderers/Form/index.js +8 -1
  109. package/lib/renderers/Form/index.js.map +2 -2
  110. package/lib/renderers/Link.d.ts +1 -1
  111. package/lib/renderers/Link.js +27 -6
  112. package/lib/renderers/Link.js.map +2 -2
  113. package/lib/renderers/Nav.d.ts +21 -21
  114. package/lib/renderers/Remark.d.ts +1 -1
  115. package/lib/store/formItem.js +1 -1
  116. package/lib/store/formItem.js.map +2 -2
  117. package/lib/themes/ang-ie11.css +180 -1
  118. package/lib/themes/ang.css +180 -1
  119. package/lib/themes/ang.css.map +1 -1
  120. package/lib/themes/antd-ie11.css +184 -2
  121. package/lib/themes/antd.css +184 -2
  122. package/lib/themes/antd.css.map +1 -1
  123. package/lib/themes/cxd-ie11.css +182 -8
  124. package/lib/themes/cxd.css +182 -8
  125. package/lib/themes/cxd.css.map +1 -1
  126. package/lib/themes/dark-ie11.css +182 -1
  127. package/lib/themes/dark.css +182 -1
  128. package/lib/themes/dark.css.map +1 -1
  129. package/lib/themes/default.css +182 -8
  130. package/lib/themes/default.css.map +1 -1
  131. package/lib/utils/api.js +14 -3
  132. package/lib/utils/api.js.map +2 -2
  133. package/lib/utils/debug.d.ts +26 -0
  134. package/lib/utils/debug.js +351 -0
  135. package/lib/utils/debug.js.map +13 -0
  136. package/lib/utils/renderer-event.d.ts +38 -0
  137. package/lib/utils/renderer-event.js +28 -0
  138. package/lib/utils/renderer-event.js.map +13 -0
  139. package/package.json +1 -1
  140. package/scss/_properties.scss +2 -0
  141. package/scss/_variables.scss +1 -0
  142. package/scss/components/_calendar.scss +4 -0
  143. package/scss/components/_debug.scss +167 -0
  144. package/scss/components/_popup.scss +1 -1
  145. package/scss/components/form/_date-range.scss +33 -0
  146. package/scss/components/form/_form.scss +2 -0
  147. package/scss/themes/_antd-variables.scss +4 -1
  148. package/scss/themes/_common.scss +2 -0
  149. package/scss/themes/_cxd-variables.scss +2 -0
  150. package/scss/themes/_dark-variables.scss +3 -0
  151. package/scss/themes/cxd.scss +0 -7
  152. package/sdk/ang-ie11.css +211 -1
  153. package/sdk/ang.css +213 -1
  154. package/sdk/antd-ie11.css +213 -2
  155. package/sdk/antd.css +217 -2
  156. package/sdk/charts.js +16 -16
  157. package/sdk/codemirror.js +7 -7
  158. package/sdk/color-picker.js +65 -65
  159. package/sdk/cropperjs.js +2 -2
  160. package/sdk/cxd-ie11.css +211 -8
  161. package/sdk/cxd.css +215 -8
  162. package/sdk/dark-ie11.css +211 -1
  163. package/sdk/dark.css +215 -1
  164. package/sdk/exceljs.js +1 -1
  165. package/sdk/helper.css.map +1 -1
  166. package/sdk/markdown.js +69 -69
  167. package/sdk/papaparse.js +1 -1
  168. package/sdk/renderers/Form/CityDB.js +1 -1
  169. package/sdk/rest.js +18 -18
  170. package/sdk/rich-text.js +62 -62
  171. package/sdk/sdk-ie11.css +211 -8
  172. package/sdk/sdk.css +215 -8
  173. package/sdk/sdk.js +1293 -1257
  174. package/sdk/thirds/hls.js/hls.js +1 -1
  175. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  176. package/sdk/tinymce.js +57 -57
  177. package/src/RootRenderer.tsx +27 -1
  178. package/src/SchemaRenderer.tsx +70 -4
  179. package/src/Scoped.tsx +46 -4
  180. package/src/actions/Action.ts +138 -0
  181. package/src/actions/AjaxAction.ts +58 -0
  182. package/src/actions/BreakAction.ts +27 -0
  183. package/src/actions/BroadcastAction.ts +41 -0
  184. package/src/actions/CmptAction.ts +36 -0
  185. package/src/actions/ContinueAction.ts +27 -0
  186. package/src/actions/CopyAction.ts +41 -0
  187. package/src/actions/CustomAction.ts +46 -0
  188. package/src/actions/DialogAction.ts +28 -0
  189. package/src/actions/DrawerAction.ts +28 -0
  190. package/src/actions/EmailAction.ts +38 -0
  191. package/src/actions/LoopAction.ts +77 -0
  192. package/src/actions/OpenPageAction.ts +39 -0
  193. package/src/actions/ParallelAction.ts +26 -0
  194. package/src/actions/SwitchAction.ts +35 -0
  195. package/src/actions/index.ts +20 -0
  196. package/src/components/CalendarMobile.tsx +127 -32
  197. package/src/components/DatePicker.tsx +32 -2
  198. package/src/components/DateRangePicker.tsx +2 -1
  199. package/src/components/MonthRangePicker.tsx +2 -1
  200. package/src/components/Select.tsx +4 -3
  201. package/src/components/Timeline.tsx +9 -4
  202. package/src/components/TimelineItem.tsx +62 -29
  203. package/src/components/formula/plugin.ts +0 -2
  204. package/src/env.tsx +22 -0
  205. package/src/factory.tsx +87 -1
  206. package/src/index.tsx +4 -0
  207. package/src/renderers/Action.tsx +11 -2
  208. package/src/renderers/Custom.tsx +1 -1
  209. package/src/renderers/Form/Options.tsx +15 -7
  210. package/src/renderers/Form/Select.tsx +7 -3
  211. package/src/renderers/Form/index.tsx +7 -1
  212. package/src/renderers/Link.tsx +18 -3
  213. package/src/store/formItem.ts +1 -1
  214. package/src/utils/api.ts +15 -2
  215. package/src/utils/debug.tsx +438 -0
  216. package/src/utils/renderer-event.ts +75 -0
package/sdk/sdk-ie11.css CHANGED
@@ -23417,7 +23417,7 @@ readers do not read off random characters that represent icons */
23417
23417
  background: white;
23418
23418
  left: 0;
23419
23419
  bottom: 0;
23420
- z-index: 1300;
23420
+ z-index: 3000;
23421
23421
  padding: 0;
23422
23422
  margin: 0;
23423
23423
  font-weight: 400;
@@ -26090,6 +26090,7 @@ readers do not read off random characters that represent icons */
26090
26090
 
26091
26091
  .amis-scope .cxd-CalendarMobile {
26092
26092
  height: 100%;
26093
+ width: 100%;
26093
26094
  overflow: scroll;
26094
26095
  }
26095
26096
 
@@ -26272,6 +26273,10 @@ readers do not read off random characters that represent icons */
26272
26273
  margin: 0 1.5625rem;
26273
26274
  }
26274
26275
 
26276
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
26277
+ width: auto;
26278
+ }
26279
+
26275
26280
  .amis-scope .cxd-CalendarMobile-calendar-wrap {
26276
26281
  padding: 0.5rem 0;
26277
26282
  }
@@ -35782,6 +35787,36 @@ readers do not read off random characters that represent icons */
35782
35787
  border-radius: 0.25rem;
35783
35788
  }
35784
35789
 
35790
+ .amis-scope .cxd-DateRangePicker.is-mobile {
35791
+ border: 0;
35792
+ justify-content: flex-end;
35793
+ }
35794
+
35795
+ .amis-scope .cxd-DateRangePicker.is-mobile span:focus,
35796
+ .amis-scope .cxd-DateRangePicker.is-mobile a:focus {
35797
+ outline: unset;
35798
+ }
35799
+
35800
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value,
35801
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
35802
+ display: inline-flex;
35803
+ justify-content: flex-end;
35804
+ padding: 0 0;
35805
+ }
35806
+
35807
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value {
35808
+ margin-right: 0.25rem;
35809
+ }
35810
+
35811
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-placeholder {
35812
+ flex-grow: unset;
35813
+ flex-basis: unset;
35814
+ }
35815
+
35816
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
35817
+ margin-top: -3px;
35818
+ }
35819
+
35785
35820
  .amis-scope .cxd-ImageControl {
35786
35821
  position: relative;
35787
35822
  }
@@ -38774,6 +38809,8 @@ readers do not read off random characters that represent icons */
38774
38809
  font-weight: 400;
38775
38810
  margin-bottom: 0.25rem;
38776
38811
  position: relative;
38812
+ font-size: 0.875rem;
38813
+ color: #5e626a;
38777
38814
  }
38778
38815
 
38779
38816
  .amis-scope .cxd-Form-label > span {
@@ -40101,6 +40138,179 @@ readers do not read off random characters that represent icons */
40101
40138
  border-radius: 50%;
40102
40139
  }
40103
40140
 
40141
+ /**
40142
+ * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
40143
+ */
40144
+
40145
+ .amis-scope .AMISDebug {
40146
+ position: fixed;
40147
+ z-index: 4000;
40148
+ top: 0;
40149
+ right: 0;
40150
+ height: 100vh;
40151
+ width: 24px;
40152
+ }
40153
+
40154
+ .amis-scope .AMISDebug h3 {
40155
+ color: inherit;
40156
+ }
40157
+
40158
+ .amis-scope .AMISDebug .primary {
40159
+ color: #009fff;
40160
+ }
40161
+
40162
+ .amis-scope .AMISDebug-header {
40163
+ padding: 1rem 1.5rem;
40164
+ background: #fff;
40165
+ border-bottom: 0.0625rem solid #dfe2e6;
40166
+ }
40167
+
40168
+ .amis-scope .AMISDebug-hoverBox {
40169
+ pointer-events: none;
40170
+ position: absolute;
40171
+ outline: 1px dashed #1c76c4;
40172
+ }
40173
+
40174
+ .amis-scope .AMISDebug-activeBox {
40175
+ pointer-events: none;
40176
+ position: absolute;
40177
+ outline: 1px #1c76c4;
40178
+ }
40179
+
40180
+ .amis-scope .AMISDebug-tab {
40181
+ overflow: hidden;
40182
+ }
40183
+
40184
+ .amis-scope .AMISDebug-tab > button {
40185
+ color: inherit;
40186
+ background: inherit;
40187
+ float: left;
40188
+ border: none;
40189
+ outline: none;
40190
+ cursor: pointer;
40191
+ padding: 0.5rem 1rem;
40192
+ transition: 0.3s;
40193
+ border-bottom: 1px solid transparent;
40194
+ }
40195
+
40196
+ .amis-scope .AMISDebug-tab > button:hover {
40197
+ color: #e7e7e7;
40198
+ }
40199
+
40200
+ .amis-scope .AMISDebug-tab > button.active {
40201
+ color: #e7e7e7;
40202
+ border-bottom-color: #e7e7e7;
40203
+ }
40204
+
40205
+ .amis-scope .AMISDebug-toggle {
40206
+ background: #ffffff;
40207
+ position: fixed;
40208
+ top: 50%;
40209
+ right: 0;
40210
+ width: 24px;
40211
+ height: 48px;
40212
+ box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
40213
+ border-top-left-radius: 12px;
40214
+ border-bottom-left-radius: 12px;
40215
+ padding-top: 14px;
40216
+ padding-left: 6px;
40217
+ cursor: pointer;
40218
+ }
40219
+
40220
+ .amis-scope .AMISDebug-toggle i {
40221
+ color: #151a26;
40222
+ }
40223
+
40224
+ .amis-scope .AMISDebug-toggle:hover i {
40225
+ color: #2468f2;
40226
+ }
40227
+
40228
+ .amis-scope .AMISDebug-content {
40229
+ display: none;
40230
+ }
40231
+
40232
+ .amis-scope .AMISDebug-resize {
40233
+ position: absolute;
40234
+ width: 4px;
40235
+ top: 0;
40236
+ left: 0;
40237
+ bottom: 0;
40238
+ cursor: col-resize;
40239
+ }
40240
+
40241
+ .amis-scope .AMISDebug-resize:hover {
40242
+ background: #75715e;
40243
+ }
40244
+
40245
+ .amis-scope .AMISDebug-changePosition {
40246
+ position: absolute;
40247
+ font-size: 18px;
40248
+ right: 40px;
40249
+ top: 0.5rem;
40250
+ cursor: pointer;
40251
+ }
40252
+
40253
+ .amis-scope .AMISDebug-close {
40254
+ position: absolute;
40255
+ font-size: 18px;
40256
+ right: 0.5rem;
40257
+ top: 0.5rem;
40258
+ cursor: pointer;
40259
+ }
40260
+
40261
+ .amis-scope .AMISDebug.is-expanded {
40262
+ width: 420px;
40263
+ overflow: auto;
40264
+ background: #272821;
40265
+ color: #cccccc;
40266
+ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
40267
+ }
40268
+
40269
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
40270
+ display: none;
40271
+ }
40272
+
40273
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-content {
40274
+ display: block;
40275
+ }
40276
+
40277
+ .amis-scope .AMISDebug.is-left {
40278
+ left: 0;
40279
+ }
40280
+
40281
+ .amis-scope .AMISDebug.is-left .AMISDebug-resize {
40282
+ left: unset;
40283
+ right: 0;
40284
+ }
40285
+
40286
+ .amis-scope .AMISDebug-log {
40287
+ padding: 0.5rem;
40288
+ }
40289
+
40290
+ .amis-scope .AMISDebug-log button {
40291
+ cursor: pointer;
40292
+ background: #0e639c;
40293
+ flex-grow: 1;
40294
+ box-sizing: border-box;
40295
+ display: inline-flex;
40296
+ justify-content: center;
40297
+ align-items: center;
40298
+ padding: 6px 11px;
40299
+ outline: none;
40300
+ text-decoration: none;
40301
+ color: inherit;
40302
+ max-width: 300px;
40303
+ border: none;
40304
+ }
40305
+
40306
+ .amis-scope .AMISDebug-log button:hover {
40307
+ background: #1177bb;
40308
+ }
40309
+
40310
+ .amis-scope .AMISDebug-inspect {
40311
+ padding: 0.5rem;
40312
+ }
40313
+
40104
40314
  /*
40105
40315
  * utilities
40106
40316
  */
@@ -42708,15 +42918,8 @@ readers do not read off random characters that represent icons */
42708
42918
  padding-left: 0;
42709
42919
  }
42710
42920
 
42711
- .amis-scope .cxd-Form-label {
42712
- font-size: 14px;
42713
- color: #5e626a;
42714
- }
42715
-
42716
42921
  .amis-scope .cxd-Form-item--inline .cxd-Form-label {
42717
42922
  margin-right: 1rem;
42718
- font-size: 14px;
42719
- color: #5e626a;
42720
42923
  }
42721
42924
 
42722
42925
  .amis-scope .cxd-Form .cxd-Collapse {
package/sdk/sdk.css CHANGED
@@ -20306,6 +20306,8 @@ readers do not read off random characters that represent icons */
20306
20306
  --Form-description-color: #273047;
20307
20307
  --Form-description-fontSize: var(--fontSizeSm);
20308
20308
  --Form-fontSize: var(--fontSizeBase);
20309
+ --Form-item-fontSize: var(--Form-fontSize);
20310
+ --Form-item-fontColor: #5e626a;
20309
20311
  --Form-group--lg-gutterWidth: 2.5rem;
20310
20312
  --Form-group--md-gutterWidth: 1.875rem;
20311
20313
  --Form-group--sm-gutterWidth: var(--gap-md);
@@ -21060,6 +21062,8 @@ readers do not read off random characters that represent icons */
21060
21062
  --Page-title-color: #000;
21061
21063
  --Page-header-paddingX: var(--gap-md);
21062
21064
  --Page-header-paddingY: 0.625rem;
21065
+ --Form-item-fontSize: var(--fontSizeBase);
21066
+ --Form-item-fontColor: #5e626a;
21063
21067
  --Form-item-gap: var(--gap-base);
21064
21068
  --Form-input-bg: #ffffff;
21065
21069
  --Form-input-color: #151a26;
@@ -25177,7 +25181,7 @@ readers do not read off random characters that represent icons */
25177
25181
  background: var(--PopOver-bg);
25178
25182
  left: 0;
25179
25183
  bottom: 0;
25180
- z-index: 1300;
25184
+ z-index: 3000;
25181
25185
  padding: 0;
25182
25186
  margin: 0;
25183
25187
  font-weight: var(--fontWeightNormal);
@@ -27832,6 +27836,7 @@ readers do not read off random characters that represent icons */
27832
27836
 
27833
27837
  .amis-scope .cxd-CalendarMobile {
27834
27838
  height: 100%;
27839
+ width: 100%;
27835
27840
  overflow: scroll;
27836
27841
  }
27837
27842
 
@@ -28014,6 +28019,10 @@ readers do not read off random characters that represent icons */
28014
28019
  margin: 0 1.5625rem;
28015
28020
  }
28016
28021
 
28022
+ .amis-scope .cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
28023
+ width: auto;
28024
+ }
28025
+
28017
28026
  .amis-scope .cxd-CalendarMobile-calendar-wrap {
28018
28027
  padding: var(--gap-sm) 0;
28019
28028
  }
@@ -37422,6 +37431,36 @@ readers do not read off random characters that represent icons */
37422
37431
  border-radius: var(--DatePicker-borderRadius);
37423
37432
  }
37424
37433
 
37434
+ .amis-scope .cxd-DateRangePicker.is-mobile {
37435
+ border: 0;
37436
+ justify-content: flex-end;
37437
+ }
37438
+
37439
+ .amis-scope .cxd-DateRangePicker.is-mobile span:focus,
37440
+ .amis-scope .cxd-DateRangePicker.is-mobile a:focus {
37441
+ outline: unset;
37442
+ }
37443
+
37444
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value,
37445
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-clear {
37446
+ display: inline-flex;
37447
+ justify-content: flex-end;
37448
+ padding: 0 0;
37449
+ }
37450
+
37451
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-value {
37452
+ margin-right: var(--gap-xs);
37453
+ }
37454
+
37455
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-placeholder {
37456
+ flex-grow: unset;
37457
+ flex-basis: unset;
37458
+ }
37459
+
37460
+ .amis-scope .cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
37461
+ margin-top: -3px;
37462
+ }
37463
+
37425
37464
  .amis-scope .cxd-ImageControl {
37426
37465
  position: relative;
37427
37466
  }
@@ -40339,6 +40378,8 @@ readers do not read off random characters that represent icons */
40339
40378
  font-weight: var(--fontWeightNormal);
40340
40379
  margin-bottom: var(--gap-xs);
40341
40380
  position: relative;
40381
+ font-size: var(--Form-item-fontSize);
40382
+ color: var(--Form-item-fontColor);
40342
40383
  }
40343
40384
 
40344
40385
  .amis-scope .cxd-Form-label > span {
@@ -41635,6 +41676,179 @@ readers do not read off random characters that represent icons */
41635
41676
  border-radius: var(--TimelineItem--icon-radius);
41636
41677
  }
41637
41678
 
41679
+ /**
41680
+ * Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
41681
+ */
41682
+
41683
+ .amis-scope .AMISDebug {
41684
+ position: fixed;
41685
+ z-index: 4000;
41686
+ top: 0;
41687
+ right: 0;
41688
+ height: 100vh;
41689
+ width: 24px;
41690
+ }
41691
+
41692
+ .amis-scope .AMISDebug h3 {
41693
+ color: inherit;
41694
+ }
41695
+
41696
+ .amis-scope .AMISDebug .primary {
41697
+ color: #009fff;
41698
+ }
41699
+
41700
+ .amis-scope .AMISDebug-header {
41701
+ padding: var(--Drawer-header-padding);
41702
+ background: var(--Drawer-header-bg);
41703
+ border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
41704
+ }
41705
+
41706
+ .amis-scope .AMISDebug-hoverBox {
41707
+ pointer-events: none;
41708
+ position: absolute;
41709
+ outline: 1px dashed #1c76c4;
41710
+ }
41711
+
41712
+ .amis-scope .AMISDebug-activeBox {
41713
+ pointer-events: none;
41714
+ position: absolute;
41715
+ outline: 1px #1c76c4;
41716
+ }
41717
+
41718
+ .amis-scope .AMISDebug-tab {
41719
+ overflow: hidden;
41720
+ }
41721
+
41722
+ .amis-scope .AMISDebug-tab > button {
41723
+ color: inherit;
41724
+ background: inherit;
41725
+ float: left;
41726
+ border: none;
41727
+ outline: none;
41728
+ cursor: pointer;
41729
+ padding: var(--gap-sm) var(--gap-md);
41730
+ transition: 0.3s;
41731
+ border-bottom: 1px solid transparent;
41732
+ }
41733
+
41734
+ .amis-scope .AMISDebug-tab > button:hover {
41735
+ color: #e7e7e7;
41736
+ }
41737
+
41738
+ .amis-scope .AMISDebug-tab > button.active {
41739
+ color: #e7e7e7;
41740
+ border-bottom-color: #e7e7e7;
41741
+ }
41742
+
41743
+ .amis-scope .AMISDebug-toggle {
41744
+ background: var(--body-bg);
41745
+ position: fixed;
41746
+ top: 50%;
41747
+ right: 0;
41748
+ width: 24px;
41749
+ height: 48px;
41750
+ box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
41751
+ border-top-left-radius: 12px;
41752
+ border-bottom-left-radius: 12px;
41753
+ padding-top: 14px;
41754
+ padding-left: 6px;
41755
+ cursor: pointer;
41756
+ }
41757
+
41758
+ .amis-scope .AMISDebug-toggle i {
41759
+ color: var(--text-color);
41760
+ }
41761
+
41762
+ .amis-scope .AMISDebug-toggle:hover i {
41763
+ color: var(--primary);
41764
+ }
41765
+
41766
+ .amis-scope .AMISDebug-content {
41767
+ display: none;
41768
+ }
41769
+
41770
+ .amis-scope .AMISDebug-resize {
41771
+ position: absolute;
41772
+ width: 4px;
41773
+ top: 0;
41774
+ left: 0;
41775
+ bottom: 0;
41776
+ cursor: col-resize;
41777
+ }
41778
+
41779
+ .amis-scope .AMISDebug-resize:hover {
41780
+ background: #75715e;
41781
+ }
41782
+
41783
+ .amis-scope .AMISDebug-changePosition {
41784
+ position: absolute;
41785
+ font-size: 18px;
41786
+ right: 40px;
41787
+ top: var(--gap-sm);
41788
+ cursor: pointer;
41789
+ }
41790
+
41791
+ .amis-scope .AMISDebug-close {
41792
+ position: absolute;
41793
+ font-size: 18px;
41794
+ right: var(--gap-sm);
41795
+ top: var(--gap-sm);
41796
+ cursor: pointer;
41797
+ }
41798
+
41799
+ .amis-scope .AMISDebug.is-expanded {
41800
+ width: 420px;
41801
+ overflow: auto;
41802
+ background: #272821;
41803
+ color: #cccccc;
41804
+ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
41805
+ }
41806
+
41807
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
41808
+ display: none;
41809
+ }
41810
+
41811
+ .amis-scope .AMISDebug.is-expanded .AMISDebug-content {
41812
+ display: block;
41813
+ }
41814
+
41815
+ .amis-scope .AMISDebug.is-left {
41816
+ left: 0;
41817
+ }
41818
+
41819
+ .amis-scope .AMISDebug.is-left .AMISDebug-resize {
41820
+ left: unset;
41821
+ right: 0;
41822
+ }
41823
+
41824
+ .amis-scope .AMISDebug-log {
41825
+ padding: var(--gap-sm);
41826
+ }
41827
+
41828
+ .amis-scope .AMISDebug-log button {
41829
+ cursor: pointer;
41830
+ background: #0e639c;
41831
+ flex-grow: 1;
41832
+ box-sizing: border-box;
41833
+ display: inline-flex;
41834
+ justify-content: center;
41835
+ align-items: center;
41836
+ padding: 6px 11px;
41837
+ outline: none;
41838
+ text-decoration: none;
41839
+ color: inherit;
41840
+ max-width: 300px;
41841
+ border: none;
41842
+ }
41843
+
41844
+ .amis-scope .AMISDebug-log button:hover {
41845
+ background: #1177bb;
41846
+ }
41847
+
41848
+ .amis-scope .AMISDebug-inspect {
41849
+ padding: var(--gap-sm);
41850
+ }
41851
+
41638
41852
  /*
41639
41853
  * utilities
41640
41854
  */
@@ -44242,15 +44456,8 @@ readers do not read off random characters that represent icons */
44242
44456
  padding-left: 0;
44243
44457
  }
44244
44458
 
44245
- .amis-scope .cxd-Form-label {
44246
- font-size: 14px;
44247
- color: #5e626a;
44248
- }
44249
-
44250
44459
  .amis-scope .cxd-Form-item--inline .cxd-Form-label {
44251
44460
  margin-right: 1rem;
44252
- font-size: 14px;
44253
- color: #5e626a;
44254
44461
  }
44255
44462
 
44256
44463
  .amis-scope .cxd-Form .cxd-Collapse {