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/cxd-ie11.css
CHANGED
@@ -20360,11 +20360,12 @@ input[type=button].cxd-Button--block {
|
|
20360
20360
|
text-align: center;
|
20361
20361
|
}
|
20362
20362
|
.cxd-Carousel-dotsControl .cxd-Carousel-dot {
|
20363
|
+
cursor: pointer;
|
20363
20364
|
display: inline-block;
|
20364
20365
|
height: 0.5rem;
|
20365
20366
|
width: 0.5rem;
|
20366
20367
|
border-radius: 0.25rem;
|
20367
|
-
margin: 0.
|
20368
|
+
margin: 0.5rem 0.25rem;
|
20368
20369
|
transition-duration: 0.2s;
|
20369
20370
|
opacity: 0.3;
|
20370
20371
|
}
|
@@ -21346,6 +21347,9 @@ input[type=button].cxd-Button--block {
|
|
21346
21347
|
height: auto;
|
21347
21348
|
line-height: 2rem;
|
21348
21349
|
}
|
21350
|
+
.cxd-Steps .cxd-StepsItem-container {
|
21351
|
+
position: relative;
|
21352
|
+
}
|
21349
21353
|
.cxd-Steps .cxd-StepsItem-containerIcon {
|
21350
21354
|
vertical-align: top;
|
21351
21355
|
display: inline-block;
|
@@ -21388,6 +21392,12 @@ input[type=button].cxd-Button--block {
|
|
21388
21392
|
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
21389
21393
|
background-color: #2468f2;
|
21390
21394
|
}
|
21395
|
+
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
|
21396
|
+
max-width: 9.875rem;
|
21397
|
+
overflow: hidden;
|
21398
|
+
text-overflow: ellipsis;
|
21399
|
+
white-space: nowrap;
|
21400
|
+
}
|
21391
21401
|
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
21392
21402
|
padding-left: 0.625rem;
|
21393
21403
|
font-size: 0.875rem;
|
@@ -21396,6 +21406,8 @@ input[type=button].cxd-Button--block {
|
|
21396
21406
|
.cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
21397
21407
|
max-width: 8.75rem;
|
21398
21408
|
white-space: nowrap;
|
21409
|
+
position: relative;
|
21410
|
+
bottom: 0.625rem;
|
21399
21411
|
}
|
21400
21412
|
.cxd-Steps .cxd-StepsItem:last-child {
|
21401
21413
|
flex: none;
|
@@ -21409,29 +21421,162 @@ input[type=button].cxd-Button--block {
|
|
21409
21421
|
.cxd-Steps--vertical .cxd-StepsItem {
|
21410
21422
|
padding: 0.3125rem 0;
|
21411
21423
|
min-height: 75px;
|
21424
|
+
overflow: visible;
|
21412
21425
|
}
|
21413
|
-
.cxd-Steps--vertical .cxd-StepsItem-containerIcon
|
21414
|
-
position: relative;
|
21415
|
-
}
|
21416
|
-
.cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
21426
|
+
.cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
21417
21427
|
content: "";
|
21418
21428
|
position: absolute;
|
21419
21429
|
right: 0;
|
21420
|
-
top:
|
21421
|
-
height:
|
21422
|
-
left: 0.
|
21430
|
+
top: 2rem;
|
21431
|
+
height: calc(100% - 23px);
|
21432
|
+
left: 0.6875rem;
|
21423
21433
|
width: 1px;
|
21424
21434
|
background-color: #b4bbc5;
|
21425
21435
|
}
|
21426
21436
|
.cxd-Steps--vertical .cxd-StepsItem-containerWrapper > .cxd-StepsItem-body > .cxd-StepsItem-title:after {
|
21427
21437
|
display: none;
|
21428
21438
|
}
|
21439
|
+
.cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
|
21440
|
+
display: none !important;
|
21441
|
+
}
|
21429
21442
|
.cxd-Steps--vertical .cxd-StepsItem:last-child {
|
21430
21443
|
flex: none;
|
21431
21444
|
}
|
21432
|
-
.cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-
|
21445
|
+
.cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
21446
|
+
display: none;
|
21447
|
+
}
|
21448
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
|
21449
|
+
flex-direction: row;
|
21450
|
+
}
|
21451
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
|
21452
|
+
display: none;
|
21453
|
+
}
|
21454
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
|
21455
|
+
width: 25rem;
|
21456
|
+
}
|
21457
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
|
21458
|
+
margin-left: 0px;
|
21459
|
+
margin-top: 0.625rem;
|
21460
|
+
}
|
21461
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
|
21462
|
+
content: "";
|
21463
|
+
position: absolute;
|
21464
|
+
display: inline-block;
|
21465
|
+
top: 1.375rem;
|
21466
|
+
width: 1px;
|
21467
|
+
left: 3px;
|
21468
|
+
height: calc(100% - 5px);
|
21469
|
+
background-color: #b4bbc5;
|
21470
|
+
}
|
21471
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
|
21472
|
+
display: inline-block !important;
|
21473
|
+
}
|
21474
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
|
21475
|
+
right: 0.625rem;
|
21476
|
+
}
|
21477
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
|
21478
|
+
text-align: left !important;
|
21479
|
+
}
|
21480
|
+
.cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
|
21481
|
+
display: none;
|
21482
|
+
}
|
21483
|
+
.cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
|
21484
|
+
background: #2468f2;
|
21485
|
+
}
|
21486
|
+
.cxd-Steps--Placement-vertical {
|
21487
|
+
display: flex;
|
21488
|
+
list-style: none;
|
21489
|
+
padding: 0;
|
21490
|
+
}
|
21491
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem {
|
21492
|
+
flex: 1;
|
21493
|
+
padding: 0;
|
21494
|
+
overflow: visible;
|
21495
|
+
}
|
21496
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-container {
|
21497
|
+
display: flex;
|
21498
|
+
flex-direction: column;
|
21499
|
+
justify-content: flex-start;
|
21500
|
+
}
|
21501
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
|
21502
|
+
content: "";
|
21503
|
+
position: absolute;
|
21504
|
+
display: inline-block;
|
21505
|
+
top: 1rem;
|
21506
|
+
height: 1px;
|
21507
|
+
left: 8.125rem;
|
21508
|
+
width: calc(100% - 55px);
|
21509
|
+
background-color: #b4bbc5;
|
21510
|
+
}
|
21511
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
|
21512
|
+
margin-left: 5.625rem;
|
21513
|
+
}
|
21514
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
|
21515
|
+
width: 12.5rem;
|
21516
|
+
}
|
21517
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
|
21518
|
+
text-align: center;
|
21519
|
+
}
|
21520
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
21521
|
+
padding: 0 0.625rem;
|
21522
|
+
width: 100%;
|
21523
|
+
}
|
21524
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
21525
|
+
display: block;
|
21526
|
+
position: relative;
|
21527
|
+
left: 0.625rem;
|
21528
|
+
}
|
21529
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
21530
|
+
word-break: break-all;
|
21531
|
+
padding: 0 0.625rem;
|
21532
|
+
position: relative;
|
21533
|
+
left: 0.625rem;
|
21534
|
+
}
|
21535
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
21536
|
+
display: none;
|
21537
|
+
}
|
21538
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
21539
|
+
min-width: 12.5rem;
|
21540
|
+
word-break: break-all;
|
21541
|
+
padding: 0 0.625rem;
|
21542
|
+
}
|
21543
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
21544
|
+
background-color: #2468f2;
|
21545
|
+
}
|
21546
|
+
.cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
|
21433
21547
|
display: none;
|
21434
21548
|
}
|
21549
|
+
.cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
|
21550
|
+
background: #2468f2;
|
21551
|
+
}
|
21552
|
+
.cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
|
21553
|
+
left: 6.875rem;
|
21554
|
+
width: calc(100% - 20px);
|
21555
|
+
}
|
21556
|
+
.cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
|
21557
|
+
margin-top: 0.8125rem;
|
21558
|
+
margin-bottom: 0.3125rem;
|
21559
|
+
width: 0.5rem;
|
21560
|
+
height: 0.5rem;
|
21561
|
+
margin-left: 6rem;
|
21562
|
+
border: 1px solid #2468f2;
|
21563
|
+
border-radius: 100%;
|
21564
|
+
}
|
21565
|
+
.cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
|
21566
|
+
background: #2468f2;
|
21567
|
+
}
|
21568
|
+
.cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
|
21569
|
+
background: #b4bbc5;
|
21570
|
+
border: 1px solid #b4bbc5;
|
21571
|
+
}
|
21572
|
+
.cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
|
21573
|
+
background: #f33e3e;
|
21574
|
+
border: 1px solid #f33e3e;
|
21575
|
+
}
|
21576
|
+
.cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
|
21577
|
+
border: 1px solid #2468f2;
|
21578
|
+
background: #2468f2;
|
21579
|
+
}
|
21435
21580
|
.cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
|
21436
21581
|
background-color: #fff;
|
21437
21582
|
color: #b4bbc5;
|
@@ -22543,9 +22688,103 @@ fieldset.cxd-Collapse--lg:after {
|
|
22543
22688
|
border-color: transparent;
|
22544
22689
|
transition: width 0.2s, height 0.2s, transform 0.2s;
|
22545
22690
|
border-width: 0 0 0.125rem 0.125rem;
|
22546
|
-
transform: translate(-50%, -
|
22691
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
22547
22692
|
border-style: solid;
|
22548
22693
|
}
|
22694
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
|
22695
|
+
margin-left: calc(0.875rem * -1);
|
22696
|
+
}
|
22697
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
|
22698
|
+
border-color: #2468f2;
|
22699
|
+
}
|
22700
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
|
22701
|
+
width: 0.5rem;
|
22702
|
+
height: 0.5rem;
|
22703
|
+
background: #2468f2;
|
22704
|
+
}
|
22705
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
|
22706
|
+
border-color: #ebebeb;
|
22707
|
+
}
|
22708
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
|
22709
|
+
width: 0.5rem;
|
22710
|
+
height: 0.5rem;
|
22711
|
+
background: #D4D6D9;
|
22712
|
+
}
|
22713
|
+
.cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
22714
|
+
width: 0.5rem;
|
22715
|
+
height: 0.5rem;
|
22716
|
+
background: #cccccc;
|
22717
|
+
}
|
22718
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox {
|
22719
|
+
text-align: center;
|
22720
|
+
height: 2rem;
|
22721
|
+
line-height: 1.875rem;
|
22722
|
+
padding-left: 0.75rem;
|
22723
|
+
padding-right: 0.75rem;
|
22724
|
+
font-size: 0.75rem;
|
22725
|
+
border: 0.0625rem solid;
|
22726
|
+
cursor: pointer;
|
22727
|
+
position: relative;
|
22728
|
+
display: inline-block;
|
22729
|
+
background-color: #fff;
|
22730
|
+
border-color: #e8e9eb;
|
22731
|
+
margin-right: 0;
|
22732
|
+
}
|
22733
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
22734
|
+
color: #2468f2;
|
22735
|
+
}
|
22736
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
|
22737
|
+
background: transparent;
|
22738
|
+
top: 0;
|
22739
|
+
left: 0;
|
22740
|
+
width: 0;
|
22741
|
+
height: 0;
|
22742
|
+
border-width: 0.5rem;
|
22743
|
+
border-color: #2468f2 transparent transparent #2468f2;
|
22744
|
+
border-radius: 0;
|
22745
|
+
}
|
22746
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
|
22747
|
+
position: absolute;
|
22748
|
+
top: 0;
|
22749
|
+
left: 0;
|
22750
|
+
width: 0.5rem;
|
22751
|
+
height: 0.375rem;
|
22752
|
+
transform: translate(-80%, -120%) rotate(-50deg);
|
22753
|
+
background: transparent;
|
22754
|
+
}
|
22755
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
|
22756
|
+
border-color: #ebebeb;
|
22757
|
+
background: transparent;
|
22758
|
+
}
|
22759
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
|
22760
|
+
background: transparent;
|
22761
|
+
}
|
22762
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
22763
|
+
background: transparent;
|
22764
|
+
border-width: 0.5rem;
|
22765
|
+
border-color: #2468f2 transparent transparent #2468f2;
|
22766
|
+
}
|
22767
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
|
22768
|
+
position: absolute;
|
22769
|
+
top: 0;
|
22770
|
+
left: 0;
|
22771
|
+
margin-left: 0;
|
22772
|
+
border: 0;
|
22773
|
+
border-style: solid;
|
22774
|
+
}
|
22775
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
|
22776
|
+
max-width: 6.25rem;
|
22777
|
+
text-overflow: ellipsis;
|
22778
|
+
white-space: nowrap;
|
22779
|
+
overflow: hidden;
|
22780
|
+
}
|
22781
|
+
.cxd-Checkbox--button--checked.cxd-Checkbox--checkbox {
|
22782
|
+
border-color: #2468f2;
|
22783
|
+
color: #2468f2;
|
22784
|
+
}
|
22785
|
+
.cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
22786
|
+
background: #F2F3F3;
|
22787
|
+
}
|
22549
22788
|
.cxd-Checkbox--radio {
|
22550
22789
|
padding-left: 1rem;
|
22551
22790
|
}
|
@@ -22631,11 +22870,21 @@ fieldset.cxd-Collapse--lg:after {
|
|
22631
22870
|
) / 2
|
22632
22871
|
);
|
22633
22872
|
}
|
22873
|
+
.cxd-RadiosControl .cxd-Checkbox--button,
|
22874
|
+
.cxd-CheckboxesControl .cxd-Checkbox--button {
|
22875
|
+
margin-bottom: 0;
|
22876
|
+
}
|
22634
22877
|
.cxd-RadiosControl.is-inline .cxd-Checkbox,
|
22635
22878
|
.cxd-CheckboxesControl.is-inline .cxd-Checkbox {
|
22636
22879
|
display: inline-block;
|
22637
22880
|
margin-right: 1rem;
|
22638
22881
|
}
|
22882
|
+
.cxd-RadiosControl.is-inline .cxd-Checkbox--button,
|
22883
|
+
.cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
|
22884
|
+
display: inline-block;
|
22885
|
+
margin-right: 0;
|
22886
|
+
margin-bottom: 0;
|
22887
|
+
}
|
22639
22888
|
|
22640
22889
|
.cxd-RadiosControl-group:not(:first-child),
|
22641
22890
|
.cxd-CheckboxesControl-group:not(:first-child) {
|
@@ -24011,14 +24260,14 @@ fieldset.cxd-Collapse--lg:after {
|
|
24011
24260
|
background: #fff;
|
24012
24261
|
border-radius: 0.25rem;
|
24013
24262
|
}
|
24014
|
-
.cxd-DatePicker
|
24263
|
+
.cxd-DatePicker-input {
|
24015
24264
|
display: inline-block;
|
24016
24265
|
width: 100%;
|
24017
24266
|
background: none;
|
24018
24267
|
padding: 0;
|
24019
24268
|
border: 0;
|
24020
24269
|
}
|
24021
|
-
.cxd-DatePicker
|
24270
|
+
.cxd-DatePicker-input:focus {
|
24022
24271
|
border: none;
|
24023
24272
|
outline: none;
|
24024
24273
|
box-sizing: none;
|
@@ -25191,7 +25440,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
25191
25440
|
}
|
25192
25441
|
.cxd-EditorControl > .cxd-MonacoEditor,
|
25193
25442
|
.cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
|
25194
|
-
min-height:
|
25443
|
+
min-height: inherit;
|
25195
25444
|
}
|
25196
25445
|
.cxd-EditorControl.is-error {
|
25197
25446
|
border-color: #f33e3e;
|
@@ -27473,6 +27722,19 @@ td.rdtQuarter.rdtDisabled > span {
|
|
27473
27722
|
text-align: right;
|
27474
27723
|
white-space: normal;
|
27475
27724
|
}
|
27725
|
+
.cxd-Form-item--horizontal-justify {
|
27726
|
+
justify-content: space-between;
|
27727
|
+
}
|
27728
|
+
.cxd-Form-item--horizontal-justify > .cxd-Form-label {
|
27729
|
+
text-align: left;
|
27730
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
27731
|
+
}
|
27732
|
+
.cxd-Form-item--horizontal-justify > .cxd-Form-value {
|
27733
|
+
text-align: right;
|
27734
|
+
}
|
27735
|
+
.cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
|
27736
|
+
text-align: initial;
|
27737
|
+
}
|
27476
27738
|
.cxd-Form-item--normal > .cxd-Form-label {
|
27477
27739
|
display: block;
|
27478
27740
|
}
|
@@ -28726,7 +28988,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
28726
28988
|
border-radius: 50%;
|
28727
28989
|
}
|
28728
28990
|
|
28729
|
-
.cxd-BarCode >
|
28991
|
+
.cxd-BarCode > img {
|
28730
28992
|
display: block;
|
28731
28993
|
margin: 0 auto;
|
28732
28994
|
}
|
@@ -28791,9 +29053,8 @@ td.rdtQuarter.rdtDisabled > span {
|
|
28791
29053
|
right: 0;
|
28792
29054
|
width: 24px;
|
28793
29055
|
height: 48px;
|
28794
|
-
box-shadow: rgba(
|
28795
|
-
border-
|
28796
|
-
border-bottom-left-radius: 12px;
|
29056
|
+
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);
|
29057
|
+
border-radius: 0.25rem 0 0 0.25rem;
|
28797
29058
|
padding-top: 14px;
|
28798
29059
|
padding-left: 6px;
|
28799
29060
|
cursor: pointer;
|