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.
- package/README.md +1 -0
- package/lib/RootRenderer.d.ts +2 -0
- package/lib/RootRenderer.js +19 -1
- package/lib/RootRenderer.js.map +2 -2
- package/lib/SchemaRenderer.js +52 -1
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/Scoped.d.ts +2 -0
- package/lib/Scoped.js +27 -1
- package/lib/Scoped.js.map +2 -2
- package/lib/actions/Action.d.ts +33 -0
- package/lib/actions/Action.js +100 -0
- package/lib/actions/Action.js.map +13 -0
- package/lib/actions/AjaxAction.d.ts +14 -0
- package/lib/actions/AjaxAction.js +68 -0
- package/lib/actions/AjaxAction.js.map +13 -0
- package/lib/actions/BreakAction.d.ts +12 -0
- package/lib/actions/BreakAction.js +28 -0
- package/lib/actions/BreakAction.js.map +13 -0
- package/lib/actions/BroadcastAction.d.ts +12 -0
- package/lib/actions/BroadcastAction.js +40 -0
- package/lib/actions/BroadcastAction.js.map +13 -0
- package/lib/actions/CmptAction.d.ts +12 -0
- package/lib/actions/CmptAction.js +40 -0
- package/lib/actions/CmptAction.js.map +13 -0
- package/lib/actions/ContinueAction.d.ts +12 -0
- package/lib/actions/ContinueAction.js +28 -0
- package/lib/actions/ContinueAction.js.map +13 -0
- package/lib/actions/CopyAction.d.ts +12 -0
- package/lib/actions/CopyAction.js +35 -0
- package/lib/actions/CopyAction.js.map +13 -0
- package/lib/actions/CustomAction.d.ts +12 -0
- package/lib/actions/CustomAction.js +43 -0
- package/lib/actions/CustomAction.js.map +13 -0
- package/lib/actions/DialogAction.d.ts +12 -0
- package/lib/actions/DialogAction.js +31 -0
- package/lib/actions/DialogAction.js.map +13 -0
- package/lib/actions/DrawerAction.d.ts +12 -0
- package/lib/actions/DrawerAction.js +31 -0
- package/lib/actions/DrawerAction.js.map +13 -0
- package/lib/actions/EmailAction.d.ts +12 -0
- package/lib/actions/EmailAction.js +37 -0
- package/lib/actions/EmailAction.js.map +13 -0
- package/lib/actions/LoopAction.d.ts +12 -0
- package/lib/actions/LoopAction.js +93 -0
- package/lib/actions/LoopAction.js.map +13 -0
- package/lib/actions/OpenPageAction.d.ts +12 -0
- package/lib/actions/OpenPageAction.js +33 -0
- package/lib/actions/OpenPageAction.js.map +13 -0
- package/lib/actions/ParallelAction.d.ts +5 -0
- package/lib/actions/ParallelAction.js +33 -0
- package/lib/actions/ParallelAction.js.map +13 -0
- package/lib/actions/SwitchAction.d.ts +8 -0
- package/lib/actions/SwitchAction.js +45 -0
- package/lib/actions/SwitchAction.js.map +13 -0
- package/lib/actions/index.d.ts +18 -0
- package/lib/actions/index.js +22 -0
- package/lib/actions/index.js.map +13 -0
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/CalendarMobile.d.ts +112 -86
- package/lib/components/CalendarMobile.js +85 -31
- package/lib/components/CalendarMobile.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.js +9 -3
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.js +1 -0
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/InputBox.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ListMenu.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +2 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +4 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/Timeline.js.map +2 -2
- package/lib/components/TimelineItem.d.ts +3 -2
- package/lib/components/TimelineItem.js +8 -9
- package/lib/components/TimelineItem.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/formula/plugin.js +0 -1
- package/lib/components/formula/plugin.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +2 -1
- package/lib/factory.js +78 -0
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js +26 -10
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Custom.d.ts +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Custom.js.map +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +6 -0
- package/lib/renderers/Form/Editor.d.ts +6 -0
- package/lib/renderers/Form/Options.js +9 -7
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +3 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Link.d.ts +1 -1
- package/lib/renderers/Link.js +27 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Remark.d.ts +1 -1
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +180 -1
- package/lib/themes/ang.css +180 -1
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +184 -2
- package/lib/themes/antd.css +184 -2
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +182 -8
- package/lib/themes/cxd.css +182 -8
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +182 -1
- package/lib/themes/dark.css +182 -1
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +182 -8
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +14 -3
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/debug.d.ts +26 -0
- package/lib/utils/debug.js +351 -0
- package/lib/utils/debug.js.map +13 -0
- package/lib/utils/renderer-event.d.ts +38 -0
- package/lib/utils/renderer-event.js +28 -0
- package/lib/utils/renderer-event.js.map +13 -0
- package/package.json +1 -1
- package/scss/_properties.scss +2 -0
- package/scss/_variables.scss +1 -0
- package/scss/components/_calendar.scss +4 -0
- package/scss/components/_debug.scss +167 -0
- package/scss/components/_popup.scss +1 -1
- package/scss/components/form/_date-range.scss +33 -0
- package/scss/components/form/_form.scss +2 -0
- package/scss/themes/_antd-variables.scss +4 -1
- package/scss/themes/_common.scss +2 -0
- package/scss/themes/_cxd-variables.scss +2 -0
- package/scss/themes/_dark-variables.scss +3 -0
- package/scss/themes/cxd.scss +0 -7
- package/sdk/ang-ie11.css +211 -1
- package/sdk/ang.css +213 -1
- package/sdk/antd-ie11.css +213 -2
- package/sdk/antd.css +217 -2
- package/sdk/charts.js +16 -16
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +211 -8
- package/sdk/cxd.css +215 -8
- package/sdk/dark-ie11.css +211 -1
- package/sdk/dark.css +215 -1
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +211 -8
- package/sdk/sdk.css +215 -8
- package/sdk/sdk.js +1293 -1257
- 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/RootRenderer.tsx +27 -1
- package/src/SchemaRenderer.tsx +70 -4
- package/src/Scoped.tsx +46 -4
- package/src/actions/Action.ts +138 -0
- package/src/actions/AjaxAction.ts +58 -0
- package/src/actions/BreakAction.ts +27 -0
- package/src/actions/BroadcastAction.ts +41 -0
- package/src/actions/CmptAction.ts +36 -0
- package/src/actions/ContinueAction.ts +27 -0
- package/src/actions/CopyAction.ts +41 -0
- package/src/actions/CustomAction.ts +46 -0
- package/src/actions/DialogAction.ts +28 -0
- package/src/actions/DrawerAction.ts +28 -0
- package/src/actions/EmailAction.ts +38 -0
- package/src/actions/LoopAction.ts +77 -0
- package/src/actions/OpenPageAction.ts +39 -0
- package/src/actions/ParallelAction.ts +26 -0
- package/src/actions/SwitchAction.ts +35 -0
- package/src/actions/index.ts +20 -0
- package/src/components/CalendarMobile.tsx +127 -32
- package/src/components/DatePicker.tsx +32 -2
- package/src/components/DateRangePicker.tsx +2 -1
- package/src/components/MonthRangePicker.tsx +2 -1
- package/src/components/Select.tsx +4 -3
- package/src/components/Timeline.tsx +9 -4
- package/src/components/TimelineItem.tsx +62 -29
- package/src/components/formula/plugin.ts +0 -2
- package/src/env.tsx +22 -0
- package/src/factory.tsx +87 -1
- package/src/index.tsx +4 -0
- package/src/renderers/Action.tsx +11 -2
- package/src/renderers/Custom.tsx +1 -1
- package/src/renderers/Form/Options.tsx +15 -7
- package/src/renderers/Form/Select.tsx +7 -3
- package/src/renderers/Form/index.tsx +7 -1
- package/src/renderers/Link.tsx +18 -3
- package/src/store/formItem.ts +1 -1
- package/src/utils/api.ts +15 -2
- package/src/utils/debug.tsx +438 -0
- package/src/utils/renderer-event.ts +75 -0
package/sdk/ang-ie11.css
CHANGED
@@ -23443,7 +23443,7 @@ readers do not read off random characters that represent icons */
|
|
23443
23443
|
background: white;
|
23444
23444
|
left: 0;
|
23445
23445
|
bottom: 0;
|
23446
|
-
z-index:
|
23446
|
+
z-index: 3000;
|
23447
23447
|
padding: 0;
|
23448
23448
|
margin: 0;
|
23449
23449
|
font-weight: 400;
|
@@ -26118,6 +26118,7 @@ readers do not read off random characters that represent icons */
|
|
26118
26118
|
|
26119
26119
|
.amis-scope .a-CalendarMobile {
|
26120
26120
|
height: 100%;
|
26121
|
+
width: 100%;
|
26121
26122
|
overflow: scroll;
|
26122
26123
|
}
|
26123
26124
|
|
@@ -26300,6 +26301,10 @@ readers do not read off random characters that represent icons */
|
|
26300
26301
|
margin: 0 1.5625rem;
|
26301
26302
|
}
|
26302
26303
|
|
26304
|
+
.amis-scope .a-CalendarMobile-footer .a-DatePicker-shortcuts {
|
26305
|
+
width: auto;
|
26306
|
+
}
|
26307
|
+
|
26303
26308
|
.amis-scope .a-CalendarMobile-calendar-wrap {
|
26304
26309
|
padding: 0.5rem 0;
|
26305
26310
|
}
|
@@ -35815,6 +35820,36 @@ readers do not read off random characters that represent icons */
|
|
35815
35820
|
border-radius: 0.142rem;
|
35816
35821
|
}
|
35817
35822
|
|
35823
|
+
.amis-scope .a-DateRangePicker.is-mobile {
|
35824
|
+
border: 0;
|
35825
|
+
justify-content: flex-end;
|
35826
|
+
}
|
35827
|
+
|
35828
|
+
.amis-scope .a-DateRangePicker.is-mobile span:focus,
|
35829
|
+
.amis-scope .a-DateRangePicker.is-mobile a:focus {
|
35830
|
+
outline: unset;
|
35831
|
+
}
|
35832
|
+
|
35833
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value,
|
35834
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-clear {
|
35835
|
+
display: inline-flex;
|
35836
|
+
justify-content: flex-end;
|
35837
|
+
padding: 0 0;
|
35838
|
+
}
|
35839
|
+
|
35840
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value {
|
35841
|
+
margin-right: 0.25rem;
|
35842
|
+
}
|
35843
|
+
|
35844
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-placeholder {
|
35845
|
+
flex-grow: unset;
|
35846
|
+
flex-basis: unset;
|
35847
|
+
}
|
35848
|
+
|
35849
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
|
35850
|
+
margin-top: -3px;
|
35851
|
+
}
|
35852
|
+
|
35818
35853
|
.amis-scope .a-ImageControl {
|
35819
35854
|
position: relative;
|
35820
35855
|
}
|
@@ -38823,6 +38858,8 @@ readers do not read off random characters that represent icons */
|
|
38823
38858
|
font-weight: 400;
|
38824
38859
|
margin-bottom: 0.25rem;
|
38825
38860
|
position: relative;
|
38861
|
+
font-size: 0.875rem;
|
38862
|
+
color: #5e626a;
|
38826
38863
|
}
|
38827
38864
|
|
38828
38865
|
.amis-scope .a-Form-label > span {
|
@@ -40149,6 +40186,179 @@ readers do not read off random characters that represent icons */
|
|
40149
40186
|
border-radius: var(--TimelineItem--icon-radius);
|
40150
40187
|
}
|
40151
40188
|
|
40189
|
+
/**
|
40190
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
40191
|
+
*/
|
40192
|
+
|
40193
|
+
.amis-scope .AMISDebug {
|
40194
|
+
position: fixed;
|
40195
|
+
z-index: 4000;
|
40196
|
+
top: 0;
|
40197
|
+
right: 0;
|
40198
|
+
height: 100vh;
|
40199
|
+
width: 24px;
|
40200
|
+
}
|
40201
|
+
|
40202
|
+
.amis-scope .AMISDebug h3 {
|
40203
|
+
color: inherit;
|
40204
|
+
}
|
40205
|
+
|
40206
|
+
.amis-scope .AMISDebug .primary {
|
40207
|
+
color: #009fff;
|
40208
|
+
}
|
40209
|
+
|
40210
|
+
.amis-scope .AMISDebug-header {
|
40211
|
+
padding: 0.75rem;
|
40212
|
+
background: #f9f9f9;
|
40213
|
+
border-bottom: 0.0625rem solid #dfe2e6;
|
40214
|
+
}
|
40215
|
+
|
40216
|
+
.amis-scope .AMISDebug-hoverBox {
|
40217
|
+
pointer-events: none;
|
40218
|
+
position: absolute;
|
40219
|
+
outline: 1px dashed #1c76c4;
|
40220
|
+
}
|
40221
|
+
|
40222
|
+
.amis-scope .AMISDebug-activeBox {
|
40223
|
+
pointer-events: none;
|
40224
|
+
position: absolute;
|
40225
|
+
outline: 1px #1c76c4;
|
40226
|
+
}
|
40227
|
+
|
40228
|
+
.amis-scope .AMISDebug-tab {
|
40229
|
+
overflow: hidden;
|
40230
|
+
}
|
40231
|
+
|
40232
|
+
.amis-scope .AMISDebug-tab > button {
|
40233
|
+
color: inherit;
|
40234
|
+
background: inherit;
|
40235
|
+
float: left;
|
40236
|
+
border: none;
|
40237
|
+
outline: none;
|
40238
|
+
cursor: pointer;
|
40239
|
+
padding: 0.5rem 1rem;
|
40240
|
+
transition: 0.3s;
|
40241
|
+
border-bottom: 1px solid transparent;
|
40242
|
+
}
|
40243
|
+
|
40244
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
40245
|
+
color: #e7e7e7;
|
40246
|
+
}
|
40247
|
+
|
40248
|
+
.amis-scope .AMISDebug-tab > button.active {
|
40249
|
+
color: #e7e7e7;
|
40250
|
+
border-bottom-color: #e7e7e7;
|
40251
|
+
}
|
40252
|
+
|
40253
|
+
.amis-scope .AMISDebug-toggle {
|
40254
|
+
background: #edf1f2;
|
40255
|
+
position: fixed;
|
40256
|
+
top: 50%;
|
40257
|
+
right: 0;
|
40258
|
+
width: 24px;
|
40259
|
+
height: 48px;
|
40260
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
40261
|
+
border-top-left-radius: 12px;
|
40262
|
+
border-bottom-left-radius: 12px;
|
40263
|
+
padding-top: 14px;
|
40264
|
+
padding-left: 6px;
|
40265
|
+
cursor: pointer;
|
40266
|
+
}
|
40267
|
+
|
40268
|
+
.amis-scope .AMISDebug-toggle i {
|
40269
|
+
color: #58666e;
|
40270
|
+
}
|
40271
|
+
|
40272
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
40273
|
+
color: #7266ba;
|
40274
|
+
}
|
40275
|
+
|
40276
|
+
.amis-scope .AMISDebug-content {
|
40277
|
+
display: none;
|
40278
|
+
}
|
40279
|
+
|
40280
|
+
.amis-scope .AMISDebug-resize {
|
40281
|
+
position: absolute;
|
40282
|
+
width: 4px;
|
40283
|
+
top: 0;
|
40284
|
+
left: 0;
|
40285
|
+
bottom: 0;
|
40286
|
+
cursor: col-resize;
|
40287
|
+
}
|
40288
|
+
|
40289
|
+
.amis-scope .AMISDebug-resize:hover {
|
40290
|
+
background: #75715e;
|
40291
|
+
}
|
40292
|
+
|
40293
|
+
.amis-scope .AMISDebug-changePosition {
|
40294
|
+
position: absolute;
|
40295
|
+
font-size: 18px;
|
40296
|
+
right: 40px;
|
40297
|
+
top: 0.5rem;
|
40298
|
+
cursor: pointer;
|
40299
|
+
}
|
40300
|
+
|
40301
|
+
.amis-scope .AMISDebug-close {
|
40302
|
+
position: absolute;
|
40303
|
+
font-size: 18px;
|
40304
|
+
right: 0.5rem;
|
40305
|
+
top: 0.5rem;
|
40306
|
+
cursor: pointer;
|
40307
|
+
}
|
40308
|
+
|
40309
|
+
.amis-scope .AMISDebug.is-expanded {
|
40310
|
+
width: 420px;
|
40311
|
+
overflow: auto;
|
40312
|
+
background: #272821;
|
40313
|
+
color: #cccccc;
|
40314
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
40315
|
+
}
|
40316
|
+
|
40317
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
40318
|
+
display: none;
|
40319
|
+
}
|
40320
|
+
|
40321
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
40322
|
+
display: block;
|
40323
|
+
}
|
40324
|
+
|
40325
|
+
.amis-scope .AMISDebug.is-left {
|
40326
|
+
left: 0;
|
40327
|
+
}
|
40328
|
+
|
40329
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
40330
|
+
left: unset;
|
40331
|
+
right: 0;
|
40332
|
+
}
|
40333
|
+
|
40334
|
+
.amis-scope .AMISDebug-log {
|
40335
|
+
padding: 0.5rem;
|
40336
|
+
}
|
40337
|
+
|
40338
|
+
.amis-scope .AMISDebug-log button {
|
40339
|
+
cursor: pointer;
|
40340
|
+
background: #0e639c;
|
40341
|
+
flex-grow: 1;
|
40342
|
+
box-sizing: border-box;
|
40343
|
+
display: inline-flex;
|
40344
|
+
justify-content: center;
|
40345
|
+
align-items: center;
|
40346
|
+
padding: 6px 11px;
|
40347
|
+
outline: none;
|
40348
|
+
text-decoration: none;
|
40349
|
+
color: inherit;
|
40350
|
+
max-width: 300px;
|
40351
|
+
border: none;
|
40352
|
+
}
|
40353
|
+
|
40354
|
+
.amis-scope .AMISDebug-log button:hover {
|
40355
|
+
background: #1177bb;
|
40356
|
+
}
|
40357
|
+
|
40358
|
+
.amis-scope .AMISDebug-inspect {
|
40359
|
+
padding: 0.5rem;
|
40360
|
+
}
|
40361
|
+
|
40152
40362
|
/*
|
40153
40363
|
* utilities
|
40154
40364
|
*/
|
package/sdk/ang.css
CHANGED
@@ -20306,6 +20306,8 @@ readers do not read off random characters that represent icons */
|
|
20306
20306
|
--Form-description-color: #6f808a;
|
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);
|
@@ -24707,7 +24709,7 @@ readers do not read off random characters that represent icons */
|
|
24707
24709
|
background: var(--PopOver-bg);
|
24708
24710
|
left: 0;
|
24709
24711
|
bottom: 0;
|
24710
|
-
z-index:
|
24712
|
+
z-index: 3000;
|
24711
24713
|
padding: 0;
|
24712
24714
|
margin: 0;
|
24713
24715
|
font-weight: var(--fontWeightNormal);
|
@@ -27362,6 +27364,7 @@ readers do not read off random characters that represent icons */
|
|
27362
27364
|
|
27363
27365
|
.amis-scope .a-CalendarMobile {
|
27364
27366
|
height: 100%;
|
27367
|
+
width: 100%;
|
27365
27368
|
overflow: scroll;
|
27366
27369
|
}
|
27367
27370
|
|
@@ -27544,6 +27547,10 @@ readers do not read off random characters that represent icons */
|
|
27544
27547
|
margin: 0 1.5625rem;
|
27545
27548
|
}
|
27546
27549
|
|
27550
|
+
.amis-scope .a-CalendarMobile-footer .a-DatePicker-shortcuts {
|
27551
|
+
width: auto;
|
27552
|
+
}
|
27553
|
+
|
27547
27554
|
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27548
27555
|
padding: var(--gap-sm) 0;
|
27549
27556
|
}
|
@@ -36952,6 +36959,36 @@ readers do not read off random characters that represent icons */
|
|
36952
36959
|
border-radius: var(--DatePicker-borderRadius);
|
36953
36960
|
}
|
36954
36961
|
|
36962
|
+
.amis-scope .a-DateRangePicker.is-mobile {
|
36963
|
+
border: 0;
|
36964
|
+
justify-content: flex-end;
|
36965
|
+
}
|
36966
|
+
|
36967
|
+
.amis-scope .a-DateRangePicker.is-mobile span:focus,
|
36968
|
+
.amis-scope .a-DateRangePicker.is-mobile a:focus {
|
36969
|
+
outline: unset;
|
36970
|
+
}
|
36971
|
+
|
36972
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value,
|
36973
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-clear {
|
36974
|
+
display: inline-flex;
|
36975
|
+
justify-content: flex-end;
|
36976
|
+
padding: 0 0;
|
36977
|
+
}
|
36978
|
+
|
36979
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-value {
|
36980
|
+
margin-right: var(--gap-xs);
|
36981
|
+
}
|
36982
|
+
|
36983
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-placeholder {
|
36984
|
+
flex-grow: unset;
|
36985
|
+
flex-basis: unset;
|
36986
|
+
}
|
36987
|
+
|
36988
|
+
.amis-scope .a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
|
36989
|
+
margin-top: -3px;
|
36990
|
+
}
|
36991
|
+
|
36955
36992
|
.amis-scope .a-ImageControl {
|
36956
36993
|
position: relative;
|
36957
36994
|
}
|
@@ -39869,6 +39906,8 @@ readers do not read off random characters that represent icons */
|
|
39869
39906
|
font-weight: var(--fontWeightNormal);
|
39870
39907
|
margin-bottom: var(--gap-xs);
|
39871
39908
|
position: relative;
|
39909
|
+
font-size: var(--Form-item-fontSize);
|
39910
|
+
color: var(--Form-item-fontColor);
|
39872
39911
|
}
|
39873
39912
|
|
39874
39913
|
.amis-scope .a-Form-label > span {
|
@@ -41165,6 +41204,179 @@ readers do not read off random characters that represent icons */
|
|
41165
41204
|
border-radius: var(--TimelineItem--icon-radius);
|
41166
41205
|
}
|
41167
41206
|
|
41207
|
+
/**
|
41208
|
+
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
41209
|
+
*/
|
41210
|
+
|
41211
|
+
.amis-scope .AMISDebug {
|
41212
|
+
position: fixed;
|
41213
|
+
z-index: 4000;
|
41214
|
+
top: 0;
|
41215
|
+
right: 0;
|
41216
|
+
height: 100vh;
|
41217
|
+
width: 24px;
|
41218
|
+
}
|
41219
|
+
|
41220
|
+
.amis-scope .AMISDebug h3 {
|
41221
|
+
color: inherit;
|
41222
|
+
}
|
41223
|
+
|
41224
|
+
.amis-scope .AMISDebug .primary {
|
41225
|
+
color: #009fff;
|
41226
|
+
}
|
41227
|
+
|
41228
|
+
.amis-scope .AMISDebug-header {
|
41229
|
+
padding: var(--Drawer-header-padding);
|
41230
|
+
background: var(--Drawer-header-bg);
|
41231
|
+
border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
|
41232
|
+
}
|
41233
|
+
|
41234
|
+
.amis-scope .AMISDebug-hoverBox {
|
41235
|
+
pointer-events: none;
|
41236
|
+
position: absolute;
|
41237
|
+
outline: 1px dashed #1c76c4;
|
41238
|
+
}
|
41239
|
+
|
41240
|
+
.amis-scope .AMISDebug-activeBox {
|
41241
|
+
pointer-events: none;
|
41242
|
+
position: absolute;
|
41243
|
+
outline: 1px #1c76c4;
|
41244
|
+
}
|
41245
|
+
|
41246
|
+
.amis-scope .AMISDebug-tab {
|
41247
|
+
overflow: hidden;
|
41248
|
+
}
|
41249
|
+
|
41250
|
+
.amis-scope .AMISDebug-tab > button {
|
41251
|
+
color: inherit;
|
41252
|
+
background: inherit;
|
41253
|
+
float: left;
|
41254
|
+
border: none;
|
41255
|
+
outline: none;
|
41256
|
+
cursor: pointer;
|
41257
|
+
padding: var(--gap-sm) var(--gap-md);
|
41258
|
+
transition: 0.3s;
|
41259
|
+
border-bottom: 1px solid transparent;
|
41260
|
+
}
|
41261
|
+
|
41262
|
+
.amis-scope .AMISDebug-tab > button:hover {
|
41263
|
+
color: #e7e7e7;
|
41264
|
+
}
|
41265
|
+
|
41266
|
+
.amis-scope .AMISDebug-tab > button.active {
|
41267
|
+
color: #e7e7e7;
|
41268
|
+
border-bottom-color: #e7e7e7;
|
41269
|
+
}
|
41270
|
+
|
41271
|
+
.amis-scope .AMISDebug-toggle {
|
41272
|
+
background: var(--body-bg);
|
41273
|
+
position: fixed;
|
41274
|
+
top: 50%;
|
41275
|
+
right: 0;
|
41276
|
+
width: 24px;
|
41277
|
+
height: 48px;
|
41278
|
+
box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
|
41279
|
+
border-top-left-radius: 12px;
|
41280
|
+
border-bottom-left-radius: 12px;
|
41281
|
+
padding-top: 14px;
|
41282
|
+
padding-left: 6px;
|
41283
|
+
cursor: pointer;
|
41284
|
+
}
|
41285
|
+
|
41286
|
+
.amis-scope .AMISDebug-toggle i {
|
41287
|
+
color: var(--text-color);
|
41288
|
+
}
|
41289
|
+
|
41290
|
+
.amis-scope .AMISDebug-toggle:hover i {
|
41291
|
+
color: var(--primary);
|
41292
|
+
}
|
41293
|
+
|
41294
|
+
.amis-scope .AMISDebug-content {
|
41295
|
+
display: none;
|
41296
|
+
}
|
41297
|
+
|
41298
|
+
.amis-scope .AMISDebug-resize {
|
41299
|
+
position: absolute;
|
41300
|
+
width: 4px;
|
41301
|
+
top: 0;
|
41302
|
+
left: 0;
|
41303
|
+
bottom: 0;
|
41304
|
+
cursor: col-resize;
|
41305
|
+
}
|
41306
|
+
|
41307
|
+
.amis-scope .AMISDebug-resize:hover {
|
41308
|
+
background: #75715e;
|
41309
|
+
}
|
41310
|
+
|
41311
|
+
.amis-scope .AMISDebug-changePosition {
|
41312
|
+
position: absolute;
|
41313
|
+
font-size: 18px;
|
41314
|
+
right: 40px;
|
41315
|
+
top: var(--gap-sm);
|
41316
|
+
cursor: pointer;
|
41317
|
+
}
|
41318
|
+
|
41319
|
+
.amis-scope .AMISDebug-close {
|
41320
|
+
position: absolute;
|
41321
|
+
font-size: 18px;
|
41322
|
+
right: var(--gap-sm);
|
41323
|
+
top: var(--gap-sm);
|
41324
|
+
cursor: pointer;
|
41325
|
+
}
|
41326
|
+
|
41327
|
+
.amis-scope .AMISDebug.is-expanded {
|
41328
|
+
width: 420px;
|
41329
|
+
overflow: auto;
|
41330
|
+
background: #272821;
|
41331
|
+
color: #cccccc;
|
41332
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
41333
|
+
}
|
41334
|
+
|
41335
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
|
41336
|
+
display: none;
|
41337
|
+
}
|
41338
|
+
|
41339
|
+
.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
|
41340
|
+
display: block;
|
41341
|
+
}
|
41342
|
+
|
41343
|
+
.amis-scope .AMISDebug.is-left {
|
41344
|
+
left: 0;
|
41345
|
+
}
|
41346
|
+
|
41347
|
+
.amis-scope .AMISDebug.is-left .AMISDebug-resize {
|
41348
|
+
left: unset;
|
41349
|
+
right: 0;
|
41350
|
+
}
|
41351
|
+
|
41352
|
+
.amis-scope .AMISDebug-log {
|
41353
|
+
padding: var(--gap-sm);
|
41354
|
+
}
|
41355
|
+
|
41356
|
+
.amis-scope .AMISDebug-log button {
|
41357
|
+
cursor: pointer;
|
41358
|
+
background: #0e639c;
|
41359
|
+
flex-grow: 1;
|
41360
|
+
box-sizing: border-box;
|
41361
|
+
display: inline-flex;
|
41362
|
+
justify-content: center;
|
41363
|
+
align-items: center;
|
41364
|
+
padding: 6px 11px;
|
41365
|
+
outline: none;
|
41366
|
+
text-decoration: none;
|
41367
|
+
color: inherit;
|
41368
|
+
max-width: 300px;
|
41369
|
+
border: none;
|
41370
|
+
}
|
41371
|
+
|
41372
|
+
.amis-scope .AMISDebug-log button:hover {
|
41373
|
+
background: #1177bb;
|
41374
|
+
}
|
41375
|
+
|
41376
|
+
.amis-scope .AMISDebug-inspect {
|
41377
|
+
padding: var(--gap-sm);
|
41378
|
+
}
|
41379
|
+
|
41168
41380
|
/*
|
41169
41381
|
* utilities
|
41170
41382
|
*/
|