amis 1.10.1-beta.0 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/Schema.d.ts +1 -1
- package/lib/Schema.js.map +1 -1
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/Range.js +8 -2
- package/lib/components/Range.js.map +2 -2
- package/lib/components/ResultBox.d.ts +41 -40
- package/lib/components/ResultBox.js +23 -19
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +5 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +1 -0
- package/lib/components/Steps.js +8 -6
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +12 -2
- package/lib/components/condition-builder/index.js +40 -4
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/VariableList.js +2 -2
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/table/index.d.ts +9 -7
- package/lib/components/table/index.js +102 -102
- package/lib/components/table/index.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/Action.js +18 -11
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.js +2 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/CRUD2.d.ts +213 -0
- package/lib/renderers/CRUD2.js +724 -0
- package/lib/renderers/CRUD2.js.map +13 -0
- package/lib/renderers/Card2.d.ts +1 -1
- package/lib/renderers/Card2.js +1 -2
- package/lib/renderers/Card2.js.map +2 -2
- package/lib/renderers/Cards.d.ts +3 -0
- package/lib/renderers/Cards.js +52 -5
- package/lib/renderers/Cards.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.d.ts +10 -0
- package/lib/renderers/Form/ConditionBuilder.js +6 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +66 -20
- package/lib/renderers/Form/Editor.d.ts +66 -20
- package/lib/renderers/Form/Item.d.ts +4 -0
- package/lib/renderers/Form/Item.js +1 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +0 -1
- package/lib/renderers/Form/TreeSelect.js +1 -9
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -4
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Icon.d.ts +1 -1
- package/lib/renderers/Icon.js +13 -8
- package/lib/renderers/Icon.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +19 -5
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +8 -5
- package/lib/renderers/Table-v2/index.js +83 -54
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/store/combo.d.ts +72 -22
- package/lib/store/crud.d.ts +2 -0
- package/lib/store/crud.js +21 -1
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +30 -9
- package/lib/store/form.js +28 -10
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -5
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/list.d.ts +2 -0
- package/lib/store/list.js +8 -0
- package/lib/store/list.js.map +2 -2
- package/lib/store/table.d.ts +60 -18
- package/lib/themes/ang-ie11.css +166 -19
- package/lib/themes/ang.css +166 -19
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +166 -19
- package/lib/themes/antd.css +166 -19
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +166 -19
- package/lib/themes/cxd.css +166 -19
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +166 -19
- package/lib/themes/dark.css +166 -19
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +166 -19
- package/lib/themes/default.css +166 -19
- 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/icon.js +7 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +28 -25
- package/scss/_mixins.scss +1 -1
- package/scss/components/_condition-builder.scss +11 -0
- package/scss/components/_crud.scss +8 -3
- package/scss/components/_crud2.scss +148 -0
- package/scss/components/_result-box.scss +27 -8
- package/scss/components/_steps.scss +21 -26
- package/scss/components/_table-v2.scss +1 -3
- package/scss/components/form/_select.scss +4 -0
- package/scss/themes/_common.scss +1 -0
- package/sdk/ang-ie11.css +203 -20
- package/sdk/ang.css +203 -20
- package/sdk/antd-ie11.css +203 -20
- package/sdk/antd.css +203 -20
- 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 +203 -20
- package/sdk/cxd.css +203 -20
- package/sdk/dark-ie11.css +203 -20
- package/sdk/dark.css +203 -20
- 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 +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +203 -20
- package/sdk/sdk.css +203 -20
- package/sdk/sdk.js +1344 -1340
- 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/Schema.ts +1 -0
- package/src/components/Range.tsx +14 -7
- package/src/components/ResultBox.tsx +65 -54
- package/src/components/Select.tsx +6 -5
- package/src/components/Steps.tsx +60 -18
- package/src/components/condition-builder/index.tsx +107 -8
- package/src/components/formula/Editor.tsx +1 -1
- package/src/components/formula/VariableList.tsx +2 -2
- package/src/components/table/index.tsx +190 -193
- package/src/index.tsx +1 -0
- package/src/renderers/Action.tsx +22 -11
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +2 -1
- package/src/renderers/CRUD2.tsx +1213 -0
- package/src/renderers/Card2.tsx +2 -3
- package/src/renderers/Cards.tsx +55 -10
- package/src/renderers/Form/ConditionBuilder.tsx +19 -2
- package/src/renderers/Form/Item.tsx +11 -1
- package/src/renderers/Form/TreeSelect.tsx +14 -16
- package/src/renderers/Form/index.tsx +11 -2
- package/src/renderers/Icon.tsx +8 -1
- package/src/renderers/Table/index.tsx +21 -5
- package/src/renderers/Table-v2/index.tsx +92 -72
- package/src/store/crud.ts +23 -1
- package/src/store/form.ts +31 -24
- package/src/store/formItem.ts +65 -52
- package/src/store/list.ts +10 -0
- package/src/types.ts +2 -1
- package/src/utils/icon.tsx +9 -0
package/sdk/sdk-ie11.css
CHANGED
@@ -31913,6 +31913,17 @@ readers do not read off random characters that represent icons */
|
|
31913
31913
|
user-select: none;
|
31914
31914
|
}
|
31915
31915
|
|
31916
|
+
.amis-scope .cxd-CBPicker-trigger {
|
31917
|
+
cursor: pointer;
|
31918
|
+
transition: transform 0s ease-out;
|
31919
|
+
display: flex;
|
31920
|
+
color: #84868c;
|
31921
|
+
}
|
31922
|
+
|
31923
|
+
.amis-scope .cxd-CBPicker-trigger:hover {
|
31924
|
+
color: #2468f2;
|
31925
|
+
}
|
31926
|
+
|
31916
31927
|
@keyframes contextMenuInSpecial {
|
31917
31928
|
from {
|
31918
31929
|
transform: scale3d(1, 1, 1);
|
@@ -32432,7 +32443,6 @@ readers do not read off random characters that represent icons */
|
|
32432
32443
|
}
|
32433
32444
|
|
32434
32445
|
.amis-scope .cxd-Crud-toolbar-item {
|
32435
|
-
margin-left: 0.625rem;
|
32436
32446
|
margin-top: 0.625rem;
|
32437
32447
|
line-height: 1.5;
|
32438
32448
|
height: 1.875rem;
|
@@ -32441,6 +32451,10 @@ readers do not read off random characters that represent icons */
|
|
32441
32451
|
align-items: center;
|
32442
32452
|
}
|
32443
32453
|
|
32454
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
32455
|
+
margin-left: 0.625rem;
|
32456
|
+
}
|
32457
|
+
|
32444
32458
|
.amis-scope .cxd-Crud-toolbar-item--left {
|
32445
32459
|
float: left;
|
32446
32460
|
}
|
@@ -32480,7 +32494,6 @@ readers do not read off random characters that represent icons */
|
|
32480
32494
|
|
32481
32495
|
@media (min-width: 576px) {
|
32482
32496
|
.amis-scope .cxd-Crud-toolbar {
|
32483
|
-
margin-left: calc(0.625rem * -1);
|
32484
32497
|
margin-top: calc(0.625rem * -1);
|
32485
32498
|
flex-basis: 0;
|
32486
32499
|
flex-grow: 1;
|
@@ -32497,12 +32510,163 @@ readers do not read off random characters that represent icons */
|
|
32497
32510
|
}
|
32498
32511
|
|
32499
32512
|
.amis-scope .cxd-Crud-toolbar-item {
|
32513
|
+
line-height: 1.5;
|
32514
|
+
height: 1.875rem;
|
32515
|
+
vertical-align: middle;
|
32516
|
+
}
|
32517
|
+
|
32518
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
32500
32519
|
margin-left: 0.625rem;
|
32520
|
+
}
|
32521
|
+
|
32522
|
+
.amis-scope .cxd-Crud-toolbar-item--left {
|
32523
|
+
float: left;
|
32524
|
+
}
|
32525
|
+
|
32526
|
+
.amis-scope .cxd-Crud-toolbar-item--right {
|
32527
|
+
float: right;
|
32528
|
+
}
|
32529
|
+
|
32530
|
+
.amis-scope .cxd-Crud-actions > * + .cxd-Button,
|
32531
|
+
.amis-scope .cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
32532
|
+
margin-left: 0.625rem;
|
32533
|
+
}
|
32534
|
+
}
|
32535
|
+
|
32536
|
+
.amis-scope .cxd-Crud2 {
|
32537
|
+
position: relative;
|
32538
|
+
}
|
32539
|
+
|
32540
|
+
.amis-scope .cxd-Crud2-selection,
|
32541
|
+
.amis-scope .cxd-Crud2-toolbar,
|
32542
|
+
.amis-scope .cxd-Crud2-body {
|
32543
|
+
margin-bottom: 0.75rem;
|
32544
|
+
}
|
32545
|
+
|
32546
|
+
.amis-scope .cxd-Crud2-selectionLabel {
|
32547
|
+
display: inline-block;
|
32548
|
+
vertical-align: top;
|
32549
|
+
margin-top: 0.25rem;
|
32550
|
+
}
|
32551
|
+
|
32552
|
+
.amis-scope .cxd-Crud2-value {
|
32553
|
+
cursor: pointer;
|
32554
|
+
vertical-align: middle;
|
32555
|
+
user-select: none;
|
32556
|
+
line-height: calc( 1.4285714286 * 14px - 0.125rem );
|
32557
|
+
display: inline-block;
|
32558
|
+
font-size: 12px;
|
32559
|
+
color: #2468f2;
|
32560
|
+
background: #e4edfe;
|
32561
|
+
border: 0.0625rem solid #b3cbfc;
|
32562
|
+
border-radius: 2px;
|
32563
|
+
margin-right: 0.25rem;
|
32564
|
+
margin-top: 0.25rem;
|
32565
|
+
}
|
32566
|
+
|
32567
|
+
.amis-scope .cxd-Crud2-value:hover {
|
32568
|
+
background: #ccdcfd;
|
32569
|
+
}
|
32570
|
+
|
32571
|
+
.amis-scope .cxd-Crud2-value.is-disabled {
|
32572
|
+
pointer-events: none;
|
32573
|
+
opacity: 0.65;
|
32574
|
+
}
|
32575
|
+
|
32576
|
+
.amis-scope .cxd-Crud2-valueIcon {
|
32577
|
+
cursor: pointer;
|
32578
|
+
border-right: 0.0625rem solid #b3cbfc;
|
32579
|
+
padding: 1px 5px;
|
32580
|
+
}
|
32581
|
+
|
32582
|
+
.amis-scope .cxd-Crud2-valueIcon:hover {
|
32583
|
+
background: #ccdcfd;
|
32584
|
+
}
|
32585
|
+
|
32586
|
+
.amis-scope .cxd-Crud2-valueLabel {
|
32587
|
+
padding: 0 0.25rem;
|
32588
|
+
}
|
32589
|
+
|
32590
|
+
.amis-scope .cxd-Crud2-selectionClear {
|
32591
|
+
display: inline-block;
|
32592
|
+
cursor: pointer;
|
32593
|
+
user-select: none;
|
32594
|
+
margin-left: 0.25rem;
|
32595
|
+
margin-top: 0.25rem;
|
32596
|
+
vertical-align: middle;
|
32597
|
+
}
|
32598
|
+
|
32599
|
+
.amis-scope .cxd-Crud2-toolbar-item {
|
32600
|
+
margin-top: 0.625rem;
|
32601
|
+
line-height: 1.5;
|
32602
|
+
height: 1.875rem;
|
32603
|
+
vertical-align: middle;
|
32604
|
+
display: inline-flex;
|
32605
|
+
align-items: center;
|
32606
|
+
}
|
32607
|
+
|
32608
|
+
.amis-scope .cxd-Crud2-toolbar-item:not(:first-child) {
|
32609
|
+
margin-left: 0.625rem;
|
32610
|
+
}
|
32611
|
+
|
32612
|
+
.amis-scope .cxd-Crud2-toolbar-item--left {
|
32613
|
+
float: left;
|
32614
|
+
}
|
32615
|
+
|
32616
|
+
.amis-scope .cxd-Crud2-toolbar-item--right {
|
32617
|
+
float: right;
|
32618
|
+
}
|
32619
|
+
|
32620
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-Button,
|
32621
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonGroup,
|
32622
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonToolbar {
|
32623
|
+
margin-left: 0.625rem;
|
32624
|
+
}
|
32625
|
+
|
32626
|
+
.amis-scope .cxd-Crud2-statistics {
|
32627
|
+
line-height: 1.875rem;
|
32628
|
+
vertical-align: middle;
|
32629
|
+
}
|
32630
|
+
|
32631
|
+
.amis-scope .cxd-Crud2-pageSwitch .cxd-Select {
|
32632
|
+
margin-left: 0.625rem;
|
32633
|
+
}
|
32634
|
+
|
32635
|
+
.amis-scope .cxd-Crud2-pager {
|
32636
|
+
align-self: flex-start;
|
32637
|
+
}
|
32638
|
+
|
32639
|
+
.amis-scope .cxd-Crud2-filter {
|
32640
|
+
margin-bottom: 0.75rem;
|
32641
|
+
}
|
32642
|
+
|
32643
|
+
@media (min-width: 576px) {
|
32644
|
+
.amis-scope .cxd-Crud-toolbar {
|
32645
|
+
margin-top: calc(0.625rem * -1);
|
32646
|
+
flex-basis: 0;
|
32647
|
+
flex-grow: 1;
|
32648
|
+
}
|
32649
|
+
|
32650
|
+
.amis-scope .cxd-Crud-toolbar::before,
|
32651
|
+
.amis-scope .cxd-Crud-toolbar::after {
|
32652
|
+
display: table;
|
32653
|
+
content: "";
|
32654
|
+
}
|
32655
|
+
|
32656
|
+
.amis-scope .cxd-Crud-toolbar::after {
|
32657
|
+
clear: both;
|
32658
|
+
}
|
32659
|
+
|
32660
|
+
.amis-scope .cxd-Crud-toolbar-item {
|
32501
32661
|
line-height: 1.5;
|
32502
32662
|
height: 1.875rem;
|
32503
32663
|
vertical-align: middle;
|
32504
32664
|
}
|
32505
32665
|
|
32666
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
32667
|
+
margin-left: 0.625rem;
|
32668
|
+
}
|
32669
|
+
|
32506
32670
|
.amis-scope .cxd-Crud-toolbar-item--left {
|
32507
32671
|
float: left;
|
32508
32672
|
}
|
@@ -35565,7 +35729,7 @@ readers do not read off random characters that represent icons */
|
|
35565
35729
|
|
35566
35730
|
.amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
|
35567
35731
|
position: absolute;
|
35568
|
-
width:
|
35732
|
+
width: 3px;
|
35569
35733
|
right: 0;
|
35570
35734
|
top: 0;
|
35571
35735
|
bottom: 0;
|
@@ -35629,8 +35793,6 @@ readers do not read off random characters that represent icons */
|
|
35629
35793
|
|
35630
35794
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn {
|
35631
35795
|
cursor: pointer;
|
35632
|
-
position: static;
|
35633
|
-
transform: translateY(-50%);
|
35634
35796
|
color: #b8babf;
|
35635
35797
|
margin-left: 0.5rem;
|
35636
35798
|
}
|
@@ -38207,7 +38369,7 @@ readers do not read off random characters that represent icons */
|
|
38207
38369
|
}
|
38208
38370
|
|
38209
38371
|
.amis-scope .cxd-InputBox input {
|
38210
|
-
flex-basis:
|
38372
|
+
flex-basis: 1.875rem;
|
38211
38373
|
flex-grow: 1;
|
38212
38374
|
outline: none;
|
38213
38375
|
background: transparent;
|
@@ -38595,7 +38757,7 @@ readers do not read off random characters that represent icons */
|
|
38595
38757
|
font-size: 14px;
|
38596
38758
|
flex-wrap: wrap;
|
38597
38759
|
justify-content: flex-start;
|
38598
|
-
flex-wrap:
|
38760
|
+
flex-wrap: nowrap;
|
38599
38761
|
padding: 0 0.3125rem;
|
38600
38762
|
min-height: 2rem;
|
38601
38763
|
align-items: center;
|
@@ -38604,7 +38766,7 @@ readers do not read off random characters that represent icons */
|
|
38604
38766
|
}
|
38605
38767
|
|
38606
38768
|
.amis-scope .cxd-ResultBox input {
|
38607
|
-
flex-basis:
|
38769
|
+
flex-basis: 1.875rem;
|
38608
38770
|
flex-grow: 1;
|
38609
38771
|
outline: none;
|
38610
38772
|
background: transparent;
|
@@ -38633,10 +38795,6 @@ readers do not read off random characters that represent icons */
|
|
38633
38795
|
border-color: transparent !important;
|
38634
38796
|
}
|
38635
38797
|
|
38636
|
-
.amis-scope .cxd-ResultBox.is-clearable {
|
38637
|
-
padding-right: 3.4375rem;
|
38638
|
-
}
|
38639
|
-
|
38640
38798
|
.amis-scope .cxd-ResultBox.is-error {
|
38641
38799
|
border-color: #f33e3e;
|
38642
38800
|
background: #ffffff;
|
@@ -38685,7 +38843,30 @@ readers do not read off random characters that represent icons */
|
|
38685
38843
|
padding-left: 0.75rem;
|
38686
38844
|
}
|
38687
38845
|
|
38846
|
+
.amis-scope .cxd-ResultBox-value-wrap {
|
38847
|
+
flex-grow: 1;
|
38848
|
+
display: flex;
|
38849
|
+
align-items: center;
|
38850
|
+
flex-wrap: wrap;
|
38851
|
+
}
|
38852
|
+
|
38853
|
+
.amis-scope .cxd-ResultBox-actions {
|
38854
|
+
display: flex;
|
38855
|
+
align-items: center;
|
38856
|
+
flex-shrink: 0;
|
38857
|
+
}
|
38858
|
+
|
38859
|
+
.amis-scope .cxd-ResultBox-actions > *:first-child {
|
38860
|
+
margin-left: 0.3125rem;
|
38861
|
+
}
|
38862
|
+
|
38863
|
+
.amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
|
38864
|
+
margin-right: 0.3125rem;
|
38865
|
+
}
|
38866
|
+
|
38688
38867
|
.amis-scope .cxd-ResultBox-singleValue {
|
38868
|
+
padding: 0 calc(0.625rem - 0.1875rem);
|
38869
|
+
flex-grow: 1;
|
38689
38870
|
display: inline-block;
|
38690
38871
|
max-width: 100%;
|
38691
38872
|
overflow: hidden;
|
@@ -38723,10 +38904,7 @@ readers do not read off random characters that represent icons */
|
|
38723
38904
|
margin-left: auto;
|
38724
38905
|
text-decoration: none;
|
38725
38906
|
height: 100%;
|
38726
|
-
padding: 0.25rem;
|
38727
38907
|
margin: auto 0;
|
38728
|
-
position: absolute;
|
38729
|
-
right: 10px;
|
38730
38908
|
background-color: unset;
|
38731
38909
|
}
|
38732
38910
|
|
@@ -38817,6 +38995,7 @@ readers do not read off random characters that represent icons */
|
|
38817
38995
|
|
38818
38996
|
.amis-scope .cxd-ResultBox-placeholder {
|
38819
38997
|
color: #b8babf;
|
38998
|
+
flex-grow: 1;
|
38820
38999
|
user-select: none;
|
38821
39000
|
}
|
38822
39001
|
|
@@ -40319,7 +40498,7 @@ readers do not read off random characters that represent icons */
|
|
40319
40498
|
}
|
40320
40499
|
|
40321
40500
|
.amis-scope .cxd-TextControl-input input {
|
40322
|
-
flex-basis:
|
40501
|
+
flex-basis: 1.875rem;
|
40323
40502
|
flex-grow: 1;
|
40324
40503
|
outline: none;
|
40325
40504
|
background: transparent;
|
@@ -40716,7 +40895,7 @@ readers do not read off random characters that represent icons */
|
|
40716
40895
|
}
|
40717
40896
|
|
40718
40897
|
.amis-scope .cxd-TextareaControl-input input {
|
40719
|
-
flex-basis:
|
40898
|
+
flex-basis: 1.875rem;
|
40720
40899
|
flex-grow: 1;
|
40721
40900
|
outline: none;
|
40722
40901
|
background: transparent;
|
@@ -42267,6 +42446,10 @@ readers do not read off random characters that represent icons */
|
|
42267
42446
|
box-shadow: none;
|
42268
42447
|
}
|
42269
42448
|
|
42449
|
+
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
|
42450
|
+
overflow-x: hidden;
|
42451
|
+
}
|
42452
|
+
|
42270
42453
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
42271
42454
|
height: 2rem;
|
42272
42455
|
line-height: 1.375rem;
|
@@ -45595,7 +45778,7 @@ readers do not read off random characters that represent icons */
|
|
45595
45778
|
}
|
45596
45779
|
|
45597
45780
|
.amis-scope .cxd-TreeSelect-input input {
|
45598
|
-
flex-basis:
|
45781
|
+
flex-basis: 1.875rem;
|
45599
45782
|
flex-grow: 1;
|
45600
45783
|
outline: none;
|
45601
45784
|
background: transparent;
|
@@ -46231,7 +46414,7 @@ readers do not read off random characters that represent icons */
|
|
46231
46414
|
}
|
46232
46415
|
|
46233
46416
|
.amis-scope .cxd-Picker-input input {
|
46234
|
-
flex-basis:
|
46417
|
+
flex-basis: 1.875rem;
|
46235
46418
|
flex-grow: 1;
|
46236
46419
|
outline: none;
|
46237
46420
|
background: transparent;
|
@@ -47219,7 +47402,7 @@ readers do not read off random characters that represent icons */
|
|
47219
47402
|
}
|
47220
47403
|
|
47221
47404
|
.amis-scope .cxd-IconPickerControl-input input {
|
47222
|
-
flex-basis:
|
47405
|
+
flex-basis: 1.875rem;
|
47223
47406
|
flex-grow: 1;
|
47224
47407
|
outline: none;
|
47225
47408
|
background: transparent;
|
package/sdk/sdk.css
CHANGED
@@ -33928,6 +33928,17 @@ readers do not read off random characters that represent icons */
|
|
33928
33928
|
user-select: none;
|
33929
33929
|
}
|
33930
33930
|
|
33931
|
+
.amis-scope .cxd-CBPicker-trigger {
|
33932
|
+
cursor: pointer;
|
33933
|
+
transition: transform var(--animation-duration) ease-out;
|
33934
|
+
display: flex;
|
33935
|
+
color: var(--Form-select-caret-iconColor);
|
33936
|
+
}
|
33937
|
+
|
33938
|
+
.amis-scope .cxd-CBPicker-trigger:hover {
|
33939
|
+
color: var(--primary);
|
33940
|
+
}
|
33941
|
+
|
33931
33942
|
@keyframes contextMenuInSpecial {
|
33932
33943
|
from {
|
33933
33944
|
transform: scale3d(1, 1, 1);
|
@@ -34447,7 +34458,6 @@ readers do not read off random characters that represent icons */
|
|
34447
34458
|
}
|
34448
34459
|
|
34449
34460
|
.amis-scope .cxd-Crud-toolbar-item {
|
34450
|
-
margin-left: var(--Crud-toolbar-gap);
|
34451
34461
|
margin-top: var(--Crud-toolbar-gap);
|
34452
34462
|
line-height: var(--Crud-toolbar-lineHeight);
|
34453
34463
|
height: var(--Crud-toolbar-height);
|
@@ -34456,6 +34466,10 @@ readers do not read off random characters that represent icons */
|
|
34456
34466
|
align-items: center;
|
34457
34467
|
}
|
34458
34468
|
|
34469
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
34470
|
+
margin-left: var(--Crud-toolbar-gap);
|
34471
|
+
}
|
34472
|
+
|
34459
34473
|
.amis-scope .cxd-Crud-toolbar-item--left {
|
34460
34474
|
float: left;
|
34461
34475
|
}
|
@@ -34495,7 +34509,6 @@ readers do not read off random characters that represent icons */
|
|
34495
34509
|
|
34496
34510
|
@media (min-width: 576px) {
|
34497
34511
|
.amis-scope .cxd-Crud-toolbar {
|
34498
|
-
margin-left: calc(var(--Crud-toolbar-gap) * -1);
|
34499
34512
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
34500
34513
|
flex-basis: 0;
|
34501
34514
|
flex-grow: 1;
|
@@ -34512,12 +34525,163 @@ readers do not read off random characters that represent icons */
|
|
34512
34525
|
}
|
34513
34526
|
|
34514
34527
|
.amis-scope .cxd-Crud-toolbar-item {
|
34528
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
34529
|
+
height: var(--Crud-toolbar-height);
|
34530
|
+
vertical-align: middle;
|
34531
|
+
}
|
34532
|
+
|
34533
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
34515
34534
|
margin-left: var(--Crud-toolbar-gap);
|
34535
|
+
}
|
34536
|
+
|
34537
|
+
.amis-scope .cxd-Crud-toolbar-item--left {
|
34538
|
+
float: left;
|
34539
|
+
}
|
34540
|
+
|
34541
|
+
.amis-scope .cxd-Crud-toolbar-item--right {
|
34542
|
+
float: right;
|
34543
|
+
}
|
34544
|
+
|
34545
|
+
.amis-scope .cxd-Crud-actions > * + .cxd-Button,
|
34546
|
+
.amis-scope .cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
34547
|
+
margin-left: var(--Crud-toolbar-gap);
|
34548
|
+
}
|
34549
|
+
}
|
34550
|
+
|
34551
|
+
.amis-scope .cxd-Crud2 {
|
34552
|
+
position: relative;
|
34553
|
+
}
|
34554
|
+
|
34555
|
+
.amis-scope .cxd-Crud2-selection,
|
34556
|
+
.amis-scope .cxd-Crud2-toolbar,
|
34557
|
+
.amis-scope .cxd-Crud2-body {
|
34558
|
+
margin-bottom: var(--gap-base);
|
34559
|
+
}
|
34560
|
+
|
34561
|
+
.amis-scope .cxd-Crud2-selectionLabel {
|
34562
|
+
display: inline-block;
|
34563
|
+
vertical-align: top;
|
34564
|
+
margin-top: var(--gap-xs);
|
34565
|
+
}
|
34566
|
+
|
34567
|
+
.amis-scope .cxd-Crud2-value {
|
34568
|
+
cursor: pointer;
|
34569
|
+
vertical-align: middle;
|
34570
|
+
user-select: none;
|
34571
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
34572
|
+
display: inline-block;
|
34573
|
+
font-size: var(--Form-selectValue-fontSize);
|
34574
|
+
color: var(--Form-selectValue-color);
|
34575
|
+
background: var(--Form-selectValue-bg);
|
34576
|
+
border: 0.0625rem solid var(--Form-selectValue-borderColor);
|
34577
|
+
border-radius: 2px;
|
34578
|
+
margin-right: var(--gap-xs);
|
34579
|
+
margin-top: var(--gap-xs);
|
34580
|
+
}
|
34581
|
+
|
34582
|
+
.amis-scope .cxd-Crud2-value:hover {
|
34583
|
+
background: var(--Form-selectValue-onHover-bg);
|
34584
|
+
}
|
34585
|
+
|
34586
|
+
.amis-scope .cxd-Crud2-value.is-disabled {
|
34587
|
+
pointer-events: none;
|
34588
|
+
opacity: var(--Button-onDisabled-opacity);
|
34589
|
+
}
|
34590
|
+
|
34591
|
+
.amis-scope .cxd-Crud2-valueIcon {
|
34592
|
+
cursor: pointer;
|
34593
|
+
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
34594
|
+
padding: 1px 5px;
|
34595
|
+
}
|
34596
|
+
|
34597
|
+
.amis-scope .cxd-Crud2-valueIcon:hover {
|
34598
|
+
background: var(--Form-selectValue-onHover-bg);
|
34599
|
+
}
|
34600
|
+
|
34601
|
+
.amis-scope .cxd-Crud2-valueLabel {
|
34602
|
+
padding: 0 var(--gap-xs);
|
34603
|
+
}
|
34604
|
+
|
34605
|
+
.amis-scope .cxd-Crud2-selectionClear {
|
34606
|
+
display: inline-block;
|
34607
|
+
cursor: pointer;
|
34608
|
+
user-select: none;
|
34609
|
+
margin-left: var(--gap-xs);
|
34610
|
+
margin-top: var(--gap-xs);
|
34611
|
+
vertical-align: middle;
|
34612
|
+
}
|
34613
|
+
|
34614
|
+
.amis-scope .cxd-Crud2-toolbar-item {
|
34615
|
+
margin-top: var(--Crud-toolbar-gap);
|
34616
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
34617
|
+
height: var(--Crud-toolbar-height);
|
34618
|
+
vertical-align: middle;
|
34619
|
+
display: inline-flex;
|
34620
|
+
align-items: center;
|
34621
|
+
}
|
34622
|
+
|
34623
|
+
.amis-scope .cxd-Crud2-toolbar-item:not(:first-child) {
|
34624
|
+
margin-left: var(--Crud-toolbar-gap);
|
34625
|
+
}
|
34626
|
+
|
34627
|
+
.amis-scope .cxd-Crud2-toolbar-item--left {
|
34628
|
+
float: left;
|
34629
|
+
}
|
34630
|
+
|
34631
|
+
.amis-scope .cxd-Crud2-toolbar-item--right {
|
34632
|
+
float: right;
|
34633
|
+
}
|
34634
|
+
|
34635
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-Button,
|
34636
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonGroup,
|
34637
|
+
.amis-scope .cxd-Crud2-actions > * + .cxd-ButtonToolbar {
|
34638
|
+
margin-left: var(--Crud-toolbar-gap);
|
34639
|
+
}
|
34640
|
+
|
34641
|
+
.amis-scope .cxd-Crud2-statistics {
|
34642
|
+
line-height: var(--Crud-toolbar-height);
|
34643
|
+
vertical-align: middle;
|
34644
|
+
}
|
34645
|
+
|
34646
|
+
.amis-scope .cxd-Crud2-pageSwitch .cxd-Select {
|
34647
|
+
margin-left: var(--Crud-toolbar-gap);
|
34648
|
+
}
|
34649
|
+
|
34650
|
+
.amis-scope .cxd-Crud2-pager {
|
34651
|
+
align-self: flex-start;
|
34652
|
+
}
|
34653
|
+
|
34654
|
+
.amis-scope .cxd-Crud2-filter {
|
34655
|
+
margin-bottom: var(--gap-base);
|
34656
|
+
}
|
34657
|
+
|
34658
|
+
@media (min-width: 576px) {
|
34659
|
+
.amis-scope .cxd-Crud-toolbar {
|
34660
|
+
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
34661
|
+
flex-basis: 0;
|
34662
|
+
flex-grow: 1;
|
34663
|
+
}
|
34664
|
+
|
34665
|
+
.amis-scope .cxd-Crud-toolbar::before,
|
34666
|
+
.amis-scope .cxd-Crud-toolbar::after {
|
34667
|
+
display: table;
|
34668
|
+
content: "";
|
34669
|
+
}
|
34670
|
+
|
34671
|
+
.amis-scope .cxd-Crud-toolbar::after {
|
34672
|
+
clear: both;
|
34673
|
+
}
|
34674
|
+
|
34675
|
+
.amis-scope .cxd-Crud-toolbar-item {
|
34516
34676
|
line-height: var(--Crud-toolbar-lineHeight);
|
34517
34677
|
height: var(--Crud-toolbar-height);
|
34518
34678
|
vertical-align: middle;
|
34519
34679
|
}
|
34520
34680
|
|
34681
|
+
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
34682
|
+
margin-left: var(--Crud-toolbar-gap);
|
34683
|
+
}
|
34684
|
+
|
34521
34685
|
.amis-scope .cxd-Crud-toolbar-item--left {
|
34522
34686
|
float: left;
|
34523
34687
|
}
|
@@ -37523,7 +37687,7 @@ readers do not read off random characters that represent icons */
|
|
37523
37687
|
|
37524
37688
|
.amis-scope .cxd-Table-v2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable {
|
37525
37689
|
position: absolute;
|
37526
|
-
width:
|
37690
|
+
width: 3px;
|
37527
37691
|
right: 0;
|
37528
37692
|
top: 0;
|
37529
37693
|
bottom: 0;
|
@@ -37587,8 +37751,6 @@ readers do not read off random characters that represent icons */
|
|
37587
37751
|
|
37588
37752
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn {
|
37589
37753
|
cursor: pointer;
|
37590
|
-
position: static;
|
37591
|
-
transform: translateY(-50%);
|
37592
37754
|
color: var(--text--muted-color);
|
37593
37755
|
margin-left: var(--TableCell-icon-gap);
|
37594
37756
|
}
|
@@ -40157,7 +40319,7 @@ readers do not read off random characters that represent icons */
|
|
40157
40319
|
}
|
40158
40320
|
|
40159
40321
|
.amis-scope .cxd-InputBox input {
|
40160
|
-
flex-basis:
|
40322
|
+
flex-basis: 1.875rem;
|
40161
40323
|
flex-grow: 1;
|
40162
40324
|
outline: none;
|
40163
40325
|
background: transparent;
|
@@ -40535,7 +40697,7 @@ readers do not read off random characters that represent icons */
|
|
40535
40697
|
font-size: var(--Form-input-fontSize);
|
40536
40698
|
flex-wrap: wrap;
|
40537
40699
|
justify-content: flex-start;
|
40538
|
-
flex-wrap:
|
40700
|
+
flex-wrap: nowrap;
|
40539
40701
|
padding: 0 0.3125rem;
|
40540
40702
|
min-height: var(--Form-input-height);
|
40541
40703
|
align-items: center;
|
@@ -40544,7 +40706,7 @@ readers do not read off random characters that represent icons */
|
|
40544
40706
|
}
|
40545
40707
|
|
40546
40708
|
.amis-scope .cxd-ResultBox input {
|
40547
|
-
flex-basis:
|
40709
|
+
flex-basis: 1.875rem;
|
40548
40710
|
flex-grow: 1;
|
40549
40711
|
outline: none;
|
40550
40712
|
background: transparent;
|
@@ -40573,10 +40735,6 @@ readers do not read off random characters that represent icons */
|
|
40573
40735
|
border-color: transparent !important;
|
40574
40736
|
}
|
40575
40737
|
|
40576
|
-
.amis-scope .cxd-ResultBox.is-clearable {
|
40577
|
-
padding-right: 3.4375rem;
|
40578
|
-
}
|
40579
|
-
|
40580
40738
|
.amis-scope .cxd-ResultBox.is-error {
|
40581
40739
|
border-color: var(--Form-input-onError-borderColor);
|
40582
40740
|
background: var(--Form-input-onError-bg);
|
@@ -40625,7 +40783,30 @@ readers do not read off random characters that represent icons */
|
|
40625
40783
|
padding-left: var(--gap-base);
|
40626
40784
|
}
|
40627
40785
|
|
40786
|
+
.amis-scope .cxd-ResultBox-value-wrap {
|
40787
|
+
flex-grow: 1;
|
40788
|
+
display: flex;
|
40789
|
+
align-items: center;
|
40790
|
+
flex-wrap: wrap;
|
40791
|
+
}
|
40792
|
+
|
40793
|
+
.amis-scope .cxd-ResultBox-actions {
|
40794
|
+
display: flex;
|
40795
|
+
align-items: center;
|
40796
|
+
flex-shrink: 0;
|
40797
|
+
}
|
40798
|
+
|
40799
|
+
.amis-scope .cxd-ResultBox-actions > *:first-child {
|
40800
|
+
margin-left: 0.3125rem;
|
40801
|
+
}
|
40802
|
+
|
40803
|
+
.amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
|
40804
|
+
margin-right: 0.3125rem;
|
40805
|
+
}
|
40806
|
+
|
40628
40807
|
.amis-scope .cxd-ResultBox-singleValue {
|
40808
|
+
padding: 0 calc(var(--Form-input-paddingX) - 0.1875rem);
|
40809
|
+
flex-grow: 1;
|
40629
40810
|
display: inline-block;
|
40630
40811
|
max-width: 100%;
|
40631
40812
|
overflow: hidden;
|
@@ -40663,10 +40844,7 @@ readers do not read off random characters that represent icons */
|
|
40663
40844
|
margin-left: auto;
|
40664
40845
|
text-decoration: none;
|
40665
40846
|
height: 100%;
|
40666
|
-
padding: 0.25rem;
|
40667
40847
|
margin: auto 0;
|
40668
|
-
position: absolute;
|
40669
|
-
right: 10px;
|
40670
40848
|
background-color: unset;
|
40671
40849
|
}
|
40672
40850
|
|
@@ -40757,6 +40935,7 @@ readers do not read off random characters that represent icons */
|
|
40757
40935
|
|
40758
40936
|
.amis-scope .cxd-ResultBox-placeholder {
|
40759
40937
|
color: var(--Form-input-placeholderColor);
|
40938
|
+
flex-grow: 1;
|
40760
40939
|
user-select: none;
|
40761
40940
|
}
|
40762
40941
|
|
@@ -42243,7 +42422,7 @@ readers do not read off random characters that represent icons */
|
|
42243
42422
|
}
|
42244
42423
|
|
42245
42424
|
.amis-scope .cxd-TextControl-input input {
|
42246
|
-
flex-basis:
|
42425
|
+
flex-basis: 1.875rem;
|
42247
42426
|
flex-grow: 1;
|
42248
42427
|
outline: none;
|
42249
42428
|
background: transparent;
|
@@ -42625,7 +42804,7 @@ readers do not read off random characters that represent icons */
|
|
42625
42804
|
}
|
42626
42805
|
|
42627
42806
|
.amis-scope .cxd-TextareaControl-input input {
|
42628
|
-
flex-basis:
|
42807
|
+
flex-basis: 1.875rem;
|
42629
42808
|
flex-grow: 1;
|
42630
42809
|
outline: none;
|
42631
42810
|
background: transparent;
|
@@ -44146,6 +44325,10 @@ readers do not read off random characters that represent icons */
|
|
44146
44325
|
box-shadow: var(--Form-select-onFocus-boxShadow);
|
44147
44326
|
}
|
44148
44327
|
|
44328
|
+
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
|
44329
|
+
overflow-x: hidden;
|
44330
|
+
}
|
44331
|
+
|
44149
44332
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
44150
44333
|
height: 2rem;
|
44151
44334
|
line-height: 1.375rem;
|
@@ -47420,7 +47603,7 @@ readers do not read off random characters that represent icons */
|
|
47420
47603
|
}
|
47421
47604
|
|
47422
47605
|
.amis-scope .cxd-TreeSelect-input input {
|
47423
|
-
flex-basis:
|
47606
|
+
flex-basis: 1.875rem;
|
47424
47607
|
flex-grow: 1;
|
47425
47608
|
outline: none;
|
47426
47609
|
background: transparent;
|
@@ -48036,7 +48219,7 @@ readers do not read off random characters that represent icons */
|
|
48036
48219
|
}
|
48037
48220
|
|
48038
48221
|
.amis-scope .cxd-Picker-input input {
|
48039
|
-
flex-basis:
|
48222
|
+
flex-basis: 1.875rem;
|
48040
48223
|
flex-grow: 1;
|
48041
48224
|
outline: none;
|
48042
48225
|
background: transparent;
|
@@ -49013,7 +49196,7 @@ readers do not read off random characters that represent icons */
|
|
49013
49196
|
}
|
49014
49197
|
|
49015
49198
|
.amis-scope .cxd-IconPickerControl-input input {
|
49016
|
-
flex-basis:
|
49199
|
+
flex-basis: 1.875rem;
|
49017
49200
|
flex-grow: 1;
|
49018
49201
|
outline: none;
|
49019
49202
|
background: transparent;
|