amis 1.8.0-beta.1 → 1.8.0-beta.5
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/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +14 -3
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +6 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/DatePicker.js +16 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +94 -84
- package/lib/components/DateRangePicker.js +259 -7
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/calendar/Calendar.js +2 -14
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +9 -0
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +13 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +13 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +2 -0
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +11 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +3 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +3 -0
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +6 -3
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +6 -3
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +11 -6
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -0
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +9 -0
- package/lib/renderers/Form/wrapControl.js +1 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.js +2 -2
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +10 -5
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +4 -0
- package/lib/renderers/Tabs.js +22 -6
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +6 -3
- package/lib/renderers/Wizard.js +257 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +33 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.js +2 -2
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +278 -17
- package/lib/themes/ang.css +286 -17
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +278 -17
- package/lib/themes/antd.css +286 -17
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +278 -17
- package/lib/themes/cxd.css +286 -17
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +278 -17
- package/lib/themes/dark.css +286 -17
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +278 -17
- package/lib/themes/default.css +286 -17
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +237 -29
- package/scss/_properties.scss +10 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_checks.scss +122 -1
- package/scss/components/form/_date.scss +2 -1
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_form.scss +16 -0
- package/sdk/ang-ie11.css +335 -18
- package/sdk/ang.css +343 -18
- package/sdk/antd-ie11.css +335 -18
- package/sdk/antd.css +343 -18
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +335 -18
- package/sdk/cxd.css +343 -18
- package/sdk/dark-ie11.css +335 -18
- package/sdk/dark.css +343 -18
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +335 -18
- package/sdk/sdk.css +343 -18
- package/sdk/sdk.js +1289 -1287
- 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/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +18 -0
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/DatePicker.tsx +21 -4
- package/src/components/DateRangePicker.tsx +295 -6
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Steps.tsx +28 -27
- package/src/components/calendar/Calendar.tsx +2 -15
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/factory.tsx +16 -0
- package/src/locale/de-DE.ts +13 -0
- package/src/locale/en-US.ts +13 -0
- package/src/locale/zh-CN.ts +13 -0
- package/src/renderers/Action.tsx +22 -1
- package/src/renderers/CRUD.tsx +22 -4
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDateRange.tsx +8 -1
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/Item.tsx +1 -0
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/Form/wrapControl.tsx +1 -1
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/index.tsx +15 -4
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/Wizard.tsx +154 -93
- package/src/store/crud.ts +40 -5
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +2 -2
- package/src/types.ts +3 -1
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
package/lib/themes/ang-ie11.css
CHANGED
@@ -20389,11 +20389,12 @@ input[type=button].a-Button--block {
|
|
20389
20389
|
text-align: center;
|
20390
20390
|
}
|
20391
20391
|
.a-Carousel-dotsControl .a-Carousel-dot {
|
20392
|
+
cursor: pointer;
|
20392
20393
|
display: inline-block;
|
20393
20394
|
height: 0.5rem;
|
20394
20395
|
width: 0.5rem;
|
20395
20396
|
border-radius: 0.25rem;
|
20396
|
-
margin: 0.
|
20397
|
+
margin: 0.5rem 0.25rem;
|
20397
20398
|
transition-duration: 0.2s;
|
20398
20399
|
opacity: 0.3;
|
20399
20400
|
}
|
@@ -21375,6 +21376,9 @@ input[type=button].a-Button--block {
|
|
21375
21376
|
height: auto;
|
21376
21377
|
line-height: 2rem;
|
21377
21378
|
}
|
21379
|
+
.a-Steps .a-StepsItem-container {
|
21380
|
+
position: relative;
|
21381
|
+
}
|
21378
21382
|
.a-Steps .a-StepsItem-containerIcon {
|
21379
21383
|
vertical-align: top;
|
21380
21384
|
display: inline-block;
|
@@ -21417,6 +21421,12 @@ input[type=button].a-Button--block {
|
|
21417
21421
|
.a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
21418
21422
|
background-color: #23b7e5;
|
21419
21423
|
}
|
21424
|
+
.a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
|
21425
|
+
max-width: 9.875rem;
|
21426
|
+
overflow: hidden;
|
21427
|
+
text-overflow: ellipsis;
|
21428
|
+
white-space: nowrap;
|
21429
|
+
}
|
21420
21430
|
.a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-subTitle {
|
21421
21431
|
padding-left: 0.625rem;
|
21422
21432
|
font-size: 0.875rem;
|
@@ -21425,6 +21435,8 @@ input[type=button].a-Button--block {
|
|
21425
21435
|
.a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
21426
21436
|
max-width: 8.75rem;
|
21427
21437
|
white-space: nowrap;
|
21438
|
+
position: relative;
|
21439
|
+
bottom: 0.625rem;
|
21428
21440
|
}
|
21429
21441
|
.a-Steps .a-StepsItem:last-child {
|
21430
21442
|
flex: none;
|
@@ -21438,29 +21450,162 @@ input[type=button].a-Button--block {
|
|
21438
21450
|
.a-Steps--vertical .a-StepsItem {
|
21439
21451
|
padding: 0.3125rem 0;
|
21440
21452
|
min-height: 75px;
|
21453
|
+
overflow: visible;
|
21441
21454
|
}
|
21442
|
-
.a-Steps--vertical .a-StepsItem-containerIcon
|
21443
|
-
position: relative;
|
21444
|
-
}
|
21445
|
-
.a-Steps--vertical .a-StepsItem-containerIcon > .a-StepsItem-icon:after {
|
21455
|
+
.a-Steps--vertical .a-StepsItem-containerIcon:after {
|
21446
21456
|
content: "";
|
21447
21457
|
position: absolute;
|
21448
21458
|
right: 0;
|
21449
|
-
top:
|
21450
|
-
height:
|
21451
|
-
left: 0.
|
21459
|
+
top: 2rem;
|
21460
|
+
height: calc(100% - 23px);
|
21461
|
+
left: 0.6875rem;
|
21452
21462
|
width: 1px;
|
21453
21463
|
background-color: #b4bbc5;
|
21454
21464
|
}
|
21455
21465
|
.a-Steps--vertical .a-StepsItem-containerWrapper > .a-StepsItem-body > .a-StepsItem-title:after {
|
21456
21466
|
display: none;
|
21457
21467
|
}
|
21468
|
+
.a-Steps--vertical .a-StepsItem-containerTail:after {
|
21469
|
+
display: none !important;
|
21470
|
+
}
|
21458
21471
|
.a-Steps--vertical .a-StepsItem:last-child {
|
21459
21472
|
flex: none;
|
21460
21473
|
}
|
21461
|
-
.a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-
|
21474
|
+
.a-Steps--vertical .a-StepsItem:last-child .a-StepsItem-containerIcon:after {
|
21475
|
+
display: none;
|
21476
|
+
}
|
21477
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-container {
|
21478
|
+
flex-direction: row;
|
21479
|
+
}
|
21480
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerTail {
|
21462
21481
|
display: none;
|
21463
21482
|
}
|
21483
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerWrapper {
|
21484
|
+
width: 25rem;
|
21485
|
+
}
|
21486
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot {
|
21487
|
+
margin-left: 0px;
|
21488
|
+
margin-top: 0.625rem;
|
21489
|
+
}
|
21490
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-containerProgressDot:after {
|
21491
|
+
content: "";
|
21492
|
+
position: absolute;
|
21493
|
+
display: inline-block;
|
21494
|
+
top: 1.375rem;
|
21495
|
+
width: 1px;
|
21496
|
+
left: 3px;
|
21497
|
+
height: calc(100% - 5px);
|
21498
|
+
background-color: #b4bbc5;
|
21499
|
+
}
|
21500
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-title > span {
|
21501
|
+
display: inline-block !important;
|
21502
|
+
}
|
21503
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-vertical-ProgressDot {
|
21504
|
+
right: 0.625rem;
|
21505
|
+
}
|
21506
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot .a-StepsItem-body {
|
21507
|
+
text-align: left !important;
|
21508
|
+
}
|
21509
|
+
.a-Steps--vertical .a-StepsItem-ProgressDot:last-child .a-StepsItem-containerProgressDot:after {
|
21510
|
+
display: none;
|
21511
|
+
}
|
21512
|
+
.a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
|
21513
|
+
background: #23b7e5;
|
21514
|
+
}
|
21515
|
+
.a-Steps--Placement-vertical {
|
21516
|
+
display: flex;
|
21517
|
+
list-style: none;
|
21518
|
+
padding: 0;
|
21519
|
+
}
|
21520
|
+
.a-Steps--Placement-vertical .a-StepsItem {
|
21521
|
+
flex: 1;
|
21522
|
+
padding: 0;
|
21523
|
+
overflow: visible;
|
21524
|
+
}
|
21525
|
+
.a-Steps--Placement-vertical .a-StepsItem-container {
|
21526
|
+
display: flex;
|
21527
|
+
flex-direction: column;
|
21528
|
+
justify-content: flex-start;
|
21529
|
+
}
|
21530
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerTail:after {
|
21531
|
+
content: "";
|
21532
|
+
position: absolute;
|
21533
|
+
display: inline-block;
|
21534
|
+
top: 1rem;
|
21535
|
+
height: 1px;
|
21536
|
+
left: 8.125rem;
|
21537
|
+
width: calc(100% - 55px);
|
21538
|
+
background-color: #b4bbc5;
|
21539
|
+
}
|
21540
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerIcon {
|
21541
|
+
margin-left: 5.625rem;
|
21542
|
+
}
|
21543
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper {
|
21544
|
+
width: 12.5rem;
|
21545
|
+
}
|
21546
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body {
|
21547
|
+
text-align: center;
|
21548
|
+
}
|
21549
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
21550
|
+
padding: 0 0.625rem;
|
21551
|
+
width: 100%;
|
21552
|
+
}
|
21553
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
|
21554
|
+
display: block;
|
21555
|
+
position: relative;
|
21556
|
+
left: 0.625rem;
|
21557
|
+
}
|
21558
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
21559
|
+
word-break: break-all;
|
21560
|
+
padding: 0 0.625rem;
|
21561
|
+
position: relative;
|
21562
|
+
left: 0.625rem;
|
21563
|
+
}
|
21564
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
21565
|
+
display: none;
|
21566
|
+
}
|
21567
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
21568
|
+
min-width: 12.5rem;
|
21569
|
+
word-break: break-all;
|
21570
|
+
padding: 0 0.625rem;
|
21571
|
+
}
|
21572
|
+
.a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
21573
|
+
background-color: #23b7e5;
|
21574
|
+
}
|
21575
|
+
.a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
|
21576
|
+
display: none;
|
21577
|
+
}
|
21578
|
+
.a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
|
21579
|
+
background: #23b7e5;
|
21580
|
+
}
|
21581
|
+
.a-Steps--ProgressDot .a-StepsItem-containerTail:after {
|
21582
|
+
left: 6.875rem;
|
21583
|
+
width: calc(100% - 20px);
|
21584
|
+
}
|
21585
|
+
.a-Steps--ProgressDot .a-StepsItem-containerProgressDot {
|
21586
|
+
margin-top: 0.8125rem;
|
21587
|
+
margin-bottom: 0.3125rem;
|
21588
|
+
width: 0.5rem;
|
21589
|
+
height: 0.5rem;
|
21590
|
+
margin-left: 6rem;
|
21591
|
+
border: 1px solid #23b7e5;
|
21592
|
+
border-radius: 100%;
|
21593
|
+
}
|
21594
|
+
.a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
|
21595
|
+
background: #23b7e5;
|
21596
|
+
}
|
21597
|
+
.a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
|
21598
|
+
background: #b4bbc5;
|
21599
|
+
border: 1px solid #b4bbc5;
|
21600
|
+
}
|
21601
|
+
.a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
|
21602
|
+
background: #f05050;
|
21603
|
+
border: 1px solid #f05050;
|
21604
|
+
}
|
21605
|
+
.a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
21606
|
+
border: 1px solid #23b7e5;
|
21607
|
+
background: #23b7e5;
|
21608
|
+
}
|
21464
21609
|
.a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
|
21465
21610
|
background-color: #fff;
|
21466
21611
|
color: #b4bbc5;
|
@@ -22572,9 +22717,103 @@ fieldset.a-Collapse--lg:after {
|
|
22572
22717
|
border-color: transparent;
|
22573
22718
|
transition: width 0.2s, height 0.2s, transform 0.2s;
|
22574
22719
|
border-width: 0 0 0.125rem 0.125rem;
|
22575
|
-
transform: translate(-50%, -
|
22720
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
22721
|
+
border-style: solid;
|
22722
|
+
}
|
22723
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input {
|
22724
|
+
margin-left: calc(0.875rem * -1);
|
22725
|
+
}
|
22726
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input + i {
|
22727
|
+
border-color: #23b7e5;
|
22728
|
+
}
|
22729
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input + i:before {
|
22730
|
+
width: calc(0.875rem / 2);
|
22731
|
+
height: calc(0.875rem / 2);
|
22732
|
+
background: #23b7e5;
|
22733
|
+
}
|
22734
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i {
|
22735
|
+
border-color: #99a6ad;
|
22736
|
+
}
|
22737
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input[disabled] + i:before {
|
22738
|
+
width: calc(0.875rem / 2);
|
22739
|
+
height: calc(0.875rem / 2);
|
22740
|
+
background: #D4D6D9;
|
22741
|
+
}
|
22742
|
+
.a-Checkbox--partial.a-Checkbox--checkbox input:checked[disabled] + i {
|
22743
|
+
width: calc(0.875rem / 2);
|
22744
|
+
height: calc(0.875rem / 2);
|
22745
|
+
background: #e5e7eb;
|
22746
|
+
}
|
22747
|
+
.a-Checkbox--button.a-Checkbox--checkbox {
|
22748
|
+
text-align: center;
|
22749
|
+
height: 2rem;
|
22750
|
+
line-height: 1.875rem;
|
22751
|
+
padding-left: 0.75rem;
|
22752
|
+
padding-right: 0.75rem;
|
22753
|
+
font-size: 0.75rem;
|
22754
|
+
border: 0.0625rem solid;
|
22755
|
+
cursor: pointer;
|
22756
|
+
position: relative;
|
22757
|
+
display: inline-block;
|
22758
|
+
background-color: #fff;
|
22759
|
+
border-color: #d1d5db;
|
22760
|
+
margin-right: 0;
|
22761
|
+
}
|
22762
|
+
.a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
22763
|
+
color: #23b7e5;
|
22764
|
+
}
|
22765
|
+
.a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
|
22766
|
+
background: transparent;
|
22767
|
+
top: 0;
|
22768
|
+
left: 0;
|
22769
|
+
width: 0;
|
22770
|
+
height: 0;
|
22771
|
+
border-width: 0.5rem;
|
22772
|
+
border-color: #23b7e5 transparent transparent #23b7e5;
|
22773
|
+
border-radius: 0;
|
22774
|
+
}
|
22775
|
+
.a-Checkbox--button.a-Checkbox--checkbox input:checked + i:before {
|
22776
|
+
position: absolute;
|
22777
|
+
top: 0;
|
22778
|
+
left: 0;
|
22779
|
+
width: 0.5rem;
|
22780
|
+
height: 0.375rem;
|
22781
|
+
transform: translate(-80%, -120%) rotate(-50deg);
|
22782
|
+
background: transparent;
|
22783
|
+
}
|
22784
|
+
.a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i {
|
22785
|
+
border-color: #99a6ad;
|
22786
|
+
background: transparent;
|
22787
|
+
}
|
22788
|
+
.a-Checkbox--button.a-Checkbox--checkbox input[disabled] + i:before {
|
22789
|
+
background: transparent;
|
22790
|
+
}
|
22791
|
+
.a-Checkbox--button.a-Checkbox--checkbox input:checked[disabled] + i {
|
22792
|
+
background: transparent;
|
22793
|
+
border-width: 0.5rem;
|
22794
|
+
border-color: #23b7e5 transparent transparent #23b7e5;
|
22795
|
+
}
|
22796
|
+
.a-Checkbox--button.a-Checkbox--checkbox > i {
|
22797
|
+
position: absolute;
|
22798
|
+
top: 0;
|
22799
|
+
left: 0;
|
22800
|
+
margin-left: 0;
|
22801
|
+
border: 0;
|
22576
22802
|
border-style: solid;
|
22577
22803
|
}
|
22804
|
+
.a-Checkbox--button.a-Checkbox--checkbox > i + span {
|
22805
|
+
max-width: 6.25rem;
|
22806
|
+
text-overflow: ellipsis;
|
22807
|
+
white-space: nowrap;
|
22808
|
+
overflow: hidden;
|
22809
|
+
}
|
22810
|
+
.a-Checkbox--button--checked.a-Checkbox--checkbox {
|
22811
|
+
border-color: #23b7e5;
|
22812
|
+
color: #23b7e5;
|
22813
|
+
}
|
22814
|
+
.a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
|
22815
|
+
background: #F2F3F3;
|
22816
|
+
}
|
22578
22817
|
.a-Checkbox--radio {
|
22579
22818
|
padding-left: 0.875rem;
|
22580
22819
|
}
|
@@ -22660,11 +22899,21 @@ fieldset.a-Collapse--lg:after {
|
|
22660
22899
|
) / 2
|
22661
22900
|
);
|
22662
22901
|
}
|
22902
|
+
.a-RadiosControl .a-Checkbox--button,
|
22903
|
+
.a-CheckboxesControl .a-Checkbox--button {
|
22904
|
+
margin-bottom: 0;
|
22905
|
+
}
|
22663
22906
|
.a-RadiosControl.is-inline .a-Checkbox,
|
22664
22907
|
.a-CheckboxesControl.is-inline .a-Checkbox {
|
22665
22908
|
display: inline-block;
|
22666
22909
|
margin-right: 1rem;
|
22667
22910
|
}
|
22911
|
+
.a-RadiosControl.is-inline .a-Checkbox--button,
|
22912
|
+
.a-CheckboxesControl.is-inline .a-Checkbox--button {
|
22913
|
+
display: inline-block;
|
22914
|
+
margin-right: 0;
|
22915
|
+
margin-bottom: 0;
|
22916
|
+
}
|
22668
22917
|
|
22669
22918
|
.a-RadiosControl-group:not(:first-child),
|
22670
22919
|
.a-CheckboxesControl-group:not(:first-child) {
|
@@ -24040,14 +24289,14 @@ fieldset.a-Collapse--lg:after {
|
|
24040
24289
|
background: #fff;
|
24041
24290
|
border-radius: 0.142rem;
|
24042
24291
|
}
|
24043
|
-
.a-DatePicker
|
24292
|
+
.a-DatePicker-input {
|
24044
24293
|
display: inline-block;
|
24045
24294
|
width: 100%;
|
24046
24295
|
background: none;
|
24047
24296
|
padding: 0;
|
24048
24297
|
border: 0;
|
24049
24298
|
}
|
24050
|
-
.a-DatePicker
|
24299
|
+
.a-DatePicker-input:focus {
|
24051
24300
|
border: none;
|
24052
24301
|
outline: none;
|
24053
24302
|
box-sizing: none;
|
@@ -25226,7 +25475,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
25226
25475
|
}
|
25227
25476
|
.a-EditorControl > .a-MonacoEditor,
|
25228
25477
|
.a-EditorControl > .a-MonacoEditor > .monaco-diff-editor {
|
25229
|
-
min-height:
|
25478
|
+
min-height: inherit;
|
25230
25479
|
}
|
25231
25480
|
.a-EditorControl.is-error {
|
25232
25481
|
border-color: #f05050;
|
@@ -27522,6 +27771,19 @@ td.rdtQuarter.rdtDisabled > span {
|
|
27522
27771
|
text-align: right;
|
27523
27772
|
white-space: "normal";
|
27524
27773
|
}
|
27774
|
+
.a-Form-item--horizontal-justify {
|
27775
|
+
justify-content: space-between;
|
27776
|
+
}
|
27777
|
+
.a-Form-item--horizontal-justify > .a-Form-label {
|
27778
|
+
text-align: left;
|
27779
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
27780
|
+
}
|
27781
|
+
.a-Form-item--horizontal-justify > .a-Form-value {
|
27782
|
+
text-align: right;
|
27783
|
+
}
|
27784
|
+
.a-Form-item--horizontal-justify > .a-Form-value > * {
|
27785
|
+
text-align: initial;
|
27786
|
+
}
|
27525
27787
|
.a-Form-item--normal > .a-Form-label {
|
27526
27788
|
display: block;
|
27527
27789
|
}
|
@@ -28775,7 +29037,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
28775
29037
|
border-radius: 50%;
|
28776
29038
|
}
|
28777
29039
|
|
28778
|
-
.a-BarCode >
|
29040
|
+
.a-BarCode > img {
|
28779
29041
|
display: block;
|
28780
29042
|
margin: 0 auto;
|
28781
29043
|
}
|
@@ -28840,9 +29102,8 @@ td.rdtQuarter.rdtDisabled > span {
|
|
28840
29102
|
right: 0;
|
28841
29103
|
width: 24px;
|
28842
29104
|
height: 48px;
|
28843
|
-
box-shadow: rgba(
|
28844
|
-
border-
|
28845
|
-
border-bottom-left-radius: 12px;
|
29105
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
29106
|
+
border-radius: 0.142rem 0 0 0.142rem;
|
28846
29107
|
padding-top: 14px;
|
28847
29108
|
padding-left: 6px;
|
28848
29109
|
cursor: pointer;
|