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/cxd.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;
|
package/sdk/dark-ie11.css
CHANGED
@@ -31936,6 +31936,17 @@ readers do not read off random characters that represent icons */
|
|
31936
31936
|
user-select: none;
|
31937
31937
|
}
|
31938
31938
|
|
31939
|
+
.amis-scope .dark-CBPicker-trigger {
|
31940
|
+
cursor: pointer;
|
31941
|
+
transition: transform 0s ease-out;
|
31942
|
+
display: flex;
|
31943
|
+
color: #4b5563;
|
31944
|
+
}
|
31945
|
+
|
31946
|
+
.amis-scope .dark-CBPicker-trigger:hover {
|
31947
|
+
color: #0983ff;
|
31948
|
+
}
|
31949
|
+
|
31939
31950
|
@keyframes contextMenuInSpecial {
|
31940
31951
|
from {
|
31941
31952
|
transform: scale3d(1, 1, 1);
|
@@ -32455,7 +32466,6 @@ readers do not read off random characters that represent icons */
|
|
32455
32466
|
}
|
32456
32467
|
|
32457
32468
|
.amis-scope .dark-Crud-toolbar-item {
|
32458
|
-
margin-left: 0.25rem;
|
32459
32469
|
margin-top: 0.25rem;
|
32460
32470
|
line-height: 1.5;
|
32461
32471
|
height: 1.875rem;
|
@@ -32464,6 +32474,10 @@ readers do not read off random characters that represent icons */
|
|
32464
32474
|
align-items: center;
|
32465
32475
|
}
|
32466
32476
|
|
32477
|
+
.amis-scope .dark-Crud-toolbar-item:not(:first-child) {
|
32478
|
+
margin-left: 0.25rem;
|
32479
|
+
}
|
32480
|
+
|
32467
32481
|
.amis-scope .dark-Crud-toolbar-item--left {
|
32468
32482
|
float: left;
|
32469
32483
|
}
|
@@ -32503,7 +32517,6 @@ readers do not read off random characters that represent icons */
|
|
32503
32517
|
|
32504
32518
|
@media (min-width: 576px) {
|
32505
32519
|
.amis-scope .dark-Crud-toolbar {
|
32506
|
-
margin-left: calc(0.25rem * -1);
|
32507
32520
|
margin-top: calc(0.25rem * -1);
|
32508
32521
|
flex-basis: 0;
|
32509
32522
|
flex-grow: 1;
|
@@ -32520,12 +32533,163 @@ readers do not read off random characters that represent icons */
|
|
32520
32533
|
}
|
32521
32534
|
|
32522
32535
|
.amis-scope .dark-Crud-toolbar-item {
|
32536
|
+
line-height: 1.5;
|
32537
|
+
height: 1.875rem;
|
32538
|
+
vertical-align: middle;
|
32539
|
+
}
|
32540
|
+
|
32541
|
+
.amis-scope .dark-Crud-toolbar-item:not(:first-child) {
|
32542
|
+
margin-left: 0.25rem;
|
32543
|
+
}
|
32544
|
+
|
32545
|
+
.amis-scope .dark-Crud-toolbar-item--left {
|
32546
|
+
float: left;
|
32547
|
+
}
|
32548
|
+
|
32549
|
+
.amis-scope .dark-Crud-toolbar-item--right {
|
32550
|
+
float: right;
|
32551
|
+
}
|
32552
|
+
|
32553
|
+
.amis-scope .dark-Crud-actions > * + .dark-Button,
|
32554
|
+
.amis-scope .dark-Crud-actions > * + .dark-Button--disabled-wrap {
|
32523
32555
|
margin-left: 0.25rem;
|
32556
|
+
}
|
32557
|
+
}
|
32558
|
+
|
32559
|
+
.amis-scope .dark-Crud2 {
|
32560
|
+
position: relative;
|
32561
|
+
}
|
32562
|
+
|
32563
|
+
.amis-scope .dark-Crud2-selection,
|
32564
|
+
.amis-scope .dark-Crud2-toolbar,
|
32565
|
+
.amis-scope .dark-Crud2-body {
|
32566
|
+
margin-bottom: 0.75rem;
|
32567
|
+
}
|
32568
|
+
|
32569
|
+
.amis-scope .dark-Crud2-selectionLabel {
|
32570
|
+
display: inline-block;
|
32571
|
+
vertical-align: top;
|
32572
|
+
margin-top: 0.25rem;
|
32573
|
+
}
|
32574
|
+
|
32575
|
+
.amis-scope .dark-Crud2-value {
|
32576
|
+
cursor: pointer;
|
32577
|
+
vertical-align: middle;
|
32578
|
+
user-select: none;
|
32579
|
+
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
32580
|
+
display: inline-block;
|
32581
|
+
font-size: 0.75rem;
|
32582
|
+
color: #f3f1f1;
|
32583
|
+
background: #302d2a;
|
32584
|
+
border: 0.0625rem solid #b2dbfc;
|
32585
|
+
border-radius: 2px;
|
32586
|
+
margin-right: 0.25rem;
|
32587
|
+
margin-top: 0.25rem;
|
32588
|
+
}
|
32589
|
+
|
32590
|
+
.amis-scope .dark-Crud2-value:hover {
|
32591
|
+
background: #cbe7fd;
|
32592
|
+
}
|
32593
|
+
|
32594
|
+
.amis-scope .dark-Crud2-value.is-disabled {
|
32595
|
+
pointer-events: none;
|
32596
|
+
opacity: 0.65;
|
32597
|
+
}
|
32598
|
+
|
32599
|
+
.amis-scope .dark-Crud2-valueIcon {
|
32600
|
+
cursor: pointer;
|
32601
|
+
border-right: 0.0625rem solid #b2dbfc;
|
32602
|
+
padding: 1px 5px;
|
32603
|
+
}
|
32604
|
+
|
32605
|
+
.amis-scope .dark-Crud2-valueIcon:hover {
|
32606
|
+
background: #cbe7fd;
|
32607
|
+
}
|
32608
|
+
|
32609
|
+
.amis-scope .dark-Crud2-valueLabel {
|
32610
|
+
padding: 0 0.25rem;
|
32611
|
+
}
|
32612
|
+
|
32613
|
+
.amis-scope .dark-Crud2-selectionClear {
|
32614
|
+
display: inline-block;
|
32615
|
+
cursor: pointer;
|
32616
|
+
user-select: none;
|
32617
|
+
margin-left: 0.25rem;
|
32618
|
+
margin-top: 0.25rem;
|
32619
|
+
vertical-align: middle;
|
32620
|
+
}
|
32621
|
+
|
32622
|
+
.amis-scope .dark-Crud2-toolbar-item {
|
32623
|
+
margin-top: 0.25rem;
|
32624
|
+
line-height: 1.5;
|
32625
|
+
height: 1.875rem;
|
32626
|
+
vertical-align: middle;
|
32627
|
+
display: inline-flex;
|
32628
|
+
align-items: center;
|
32629
|
+
}
|
32630
|
+
|
32631
|
+
.amis-scope .dark-Crud2-toolbar-item:not(:first-child) {
|
32632
|
+
margin-left: 0.25rem;
|
32633
|
+
}
|
32634
|
+
|
32635
|
+
.amis-scope .dark-Crud2-toolbar-item--left {
|
32636
|
+
float: left;
|
32637
|
+
}
|
32638
|
+
|
32639
|
+
.amis-scope .dark-Crud2-toolbar-item--right {
|
32640
|
+
float: right;
|
32641
|
+
}
|
32642
|
+
|
32643
|
+
.amis-scope .dark-Crud2-actions > * + .dark-Button,
|
32644
|
+
.amis-scope .dark-Crud2-actions > * + .dark-ButtonGroup,
|
32645
|
+
.amis-scope .dark-Crud2-actions > * + .dark-ButtonToolbar {
|
32646
|
+
margin-left: 0.25rem;
|
32647
|
+
}
|
32648
|
+
|
32649
|
+
.amis-scope .dark-Crud2-statistics {
|
32650
|
+
line-height: 1.875rem;
|
32651
|
+
vertical-align: middle;
|
32652
|
+
}
|
32653
|
+
|
32654
|
+
.amis-scope .dark-Crud2-pageSwitch .dark-Select {
|
32655
|
+
margin-left: 0.25rem;
|
32656
|
+
}
|
32657
|
+
|
32658
|
+
.amis-scope .dark-Crud2-pager {
|
32659
|
+
align-self: flex-start;
|
32660
|
+
}
|
32661
|
+
|
32662
|
+
.amis-scope .dark-Crud2-filter {
|
32663
|
+
margin-bottom: 0.75rem;
|
32664
|
+
}
|
32665
|
+
|
32666
|
+
@media (min-width: 576px) {
|
32667
|
+
.amis-scope .dark-Crud-toolbar {
|
32668
|
+
margin-top: calc(0.25rem * -1);
|
32669
|
+
flex-basis: 0;
|
32670
|
+
flex-grow: 1;
|
32671
|
+
}
|
32672
|
+
|
32673
|
+
.amis-scope .dark-Crud-toolbar::before,
|
32674
|
+
.amis-scope .dark-Crud-toolbar::after {
|
32675
|
+
display: table;
|
32676
|
+
content: "";
|
32677
|
+
}
|
32678
|
+
|
32679
|
+
.amis-scope .dark-Crud-toolbar::after {
|
32680
|
+
clear: both;
|
32681
|
+
}
|
32682
|
+
|
32683
|
+
.amis-scope .dark-Crud-toolbar-item {
|
32524
32684
|
line-height: 1.5;
|
32525
32685
|
height: 1.875rem;
|
32526
32686
|
vertical-align: middle;
|
32527
32687
|
}
|
32528
32688
|
|
32689
|
+
.amis-scope .dark-Crud-toolbar-item:not(:first-child) {
|
32690
|
+
margin-left: 0.25rem;
|
32691
|
+
}
|
32692
|
+
|
32529
32693
|
.amis-scope .dark-Crud-toolbar-item--left {
|
32530
32694
|
float: left;
|
32531
32695
|
}
|
@@ -35588,7 +35752,7 @@ readers do not read off random characters that represent icons */
|
|
35588
35752
|
|
35589
35753
|
.amis-scope .dark-Table-v2.dark-Table-resizable .dark-Table-table > thead > tr > th .dark-Table-thead-resizable {
|
35590
35754
|
position: absolute;
|
35591
|
-
width:
|
35755
|
+
width: 3px;
|
35592
35756
|
right: 0;
|
35593
35757
|
top: 0;
|
35594
35758
|
bottom: 0;
|
@@ -35652,8 +35816,6 @@ readers do not read off random characters that represent icons */
|
|
35652
35816
|
|
35653
35817
|
.amis-scope .dark-Table-v2 .dark-TableCell-searchBtn {
|
35654
35818
|
cursor: pointer;
|
35655
|
-
position: static;
|
35656
|
-
transform: translateY(-50%);
|
35657
35819
|
color: white;
|
35658
35820
|
margin-left: 0.5rem;
|
35659
35821
|
}
|
@@ -38230,7 +38392,7 @@ readers do not read off random characters that represent icons */
|
|
38230
38392
|
}
|
38231
38393
|
|
38232
38394
|
.amis-scope .dark-InputBox input {
|
38233
|
-
flex-basis:
|
38395
|
+
flex-basis: 1.875rem;
|
38234
38396
|
flex-grow: 1;
|
38235
38397
|
outline: none;
|
38236
38398
|
background: transparent;
|
@@ -38618,7 +38780,7 @@ readers do not read off random characters that represent icons */
|
|
38618
38780
|
font-size: 0.875rem;
|
38619
38781
|
flex-wrap: wrap;
|
38620
38782
|
justify-content: flex-start;
|
38621
|
-
flex-wrap:
|
38783
|
+
flex-wrap: nowrap;
|
38622
38784
|
padding: 0 0.3125rem;
|
38623
38785
|
min-height: 1.875rem;
|
38624
38786
|
align-items: center;
|
@@ -38627,7 +38789,7 @@ readers do not read off random characters that represent icons */
|
|
38627
38789
|
}
|
38628
38790
|
|
38629
38791
|
.amis-scope .dark-ResultBox input {
|
38630
|
-
flex-basis:
|
38792
|
+
flex-basis: 1.875rem;
|
38631
38793
|
flex-grow: 1;
|
38632
38794
|
outline: none;
|
38633
38795
|
background: transparent;
|
@@ -38656,10 +38818,6 @@ readers do not read off random characters that represent icons */
|
|
38656
38818
|
border-color: transparent !important;
|
38657
38819
|
}
|
38658
38820
|
|
38659
|
-
.amis-scope .dark-ResultBox.is-clearable {
|
38660
|
-
padding-right: 3.4375rem;
|
38661
|
-
}
|
38662
|
-
|
38663
38821
|
.amis-scope .dark-ResultBox.is-error {
|
38664
38822
|
border-color: #dc3545;
|
38665
38823
|
background: #3c3c3c;
|
@@ -38708,7 +38866,30 @@ readers do not read off random characters that represent icons */
|
|
38708
38866
|
padding-left: 0.75rem;
|
38709
38867
|
}
|
38710
38868
|
|
38869
|
+
.amis-scope .dark-ResultBox-value-wrap {
|
38870
|
+
flex-grow: 1;
|
38871
|
+
display: flex;
|
38872
|
+
align-items: center;
|
38873
|
+
flex-wrap: wrap;
|
38874
|
+
}
|
38875
|
+
|
38876
|
+
.amis-scope .dark-ResultBox-actions {
|
38877
|
+
display: flex;
|
38878
|
+
align-items: center;
|
38879
|
+
flex-shrink: 0;
|
38880
|
+
}
|
38881
|
+
|
38882
|
+
.amis-scope .dark-ResultBox-actions > *:first-child {
|
38883
|
+
margin-left: 0.3125rem;
|
38884
|
+
}
|
38885
|
+
|
38886
|
+
.amis-scope .dark-ResultBox-actions > *:not(:last-child) {
|
38887
|
+
margin-right: 0.3125rem;
|
38888
|
+
}
|
38889
|
+
|
38711
38890
|
.amis-scope .dark-ResultBox-singleValue {
|
38891
|
+
padding: 0 calc(0.5rem - 0.1875rem);
|
38892
|
+
flex-grow: 1;
|
38712
38893
|
display: inline-block;
|
38713
38894
|
max-width: 100%;
|
38714
38895
|
overflow: hidden;
|
@@ -38746,10 +38927,7 @@ readers do not read off random characters that represent icons */
|
|
38746
38927
|
margin-left: auto;
|
38747
38928
|
text-decoration: none;
|
38748
38929
|
height: 100%;
|
38749
|
-
padding: 0.25rem;
|
38750
38930
|
margin: auto 0;
|
38751
|
-
position: absolute;
|
38752
|
-
right: 10px;
|
38753
38931
|
background-color: unset;
|
38754
38932
|
}
|
38755
38933
|
|
@@ -38840,6 +39018,7 @@ readers do not read off random characters that represent icons */
|
|
38840
39018
|
|
38841
39019
|
.amis-scope .dark-ResultBox-placeholder {
|
38842
39020
|
color: white;
|
39021
|
+
flex-grow: 1;
|
38843
39022
|
user-select: none;
|
38844
39023
|
}
|
38845
39024
|
|
@@ -40342,7 +40521,7 @@ readers do not read off random characters that represent icons */
|
|
40342
40521
|
}
|
40343
40522
|
|
40344
40523
|
.amis-scope .dark-TextControl-input input {
|
40345
|
-
flex-basis:
|
40524
|
+
flex-basis: 1.875rem;
|
40346
40525
|
flex-grow: 1;
|
40347
40526
|
outline: none;
|
40348
40527
|
background: transparent;
|
@@ -40739,7 +40918,7 @@ readers do not read off random characters that represent icons */
|
|
40739
40918
|
}
|
40740
40919
|
|
40741
40920
|
.amis-scope .dark-TextareaControl-input input {
|
40742
|
-
flex-basis:
|
40921
|
+
flex-basis: 1.875rem;
|
40743
40922
|
flex-grow: 1;
|
40744
40923
|
outline: none;
|
40745
40924
|
background: transparent;
|
@@ -42290,6 +42469,10 @@ readers do not read off random characters that represent icons */
|
|
42290
42469
|
box-shadow: none;
|
42291
42470
|
}
|
42292
42471
|
|
42472
|
+
.amis-scope .dark-Select .dark-PopOver.dark-Select-popover .dark-Select-menu {
|
42473
|
+
overflow-x: hidden;
|
42474
|
+
}
|
42475
|
+
|
42293
42476
|
.amis-scope .dark-Select .dark-PopOver.dark-Select-popover .dark-Select-menu .dark-Select-option {
|
42294
42477
|
height: 2rem;
|
42295
42478
|
line-height: 1.375rem;
|
@@ -45624,7 +45807,7 @@ readers do not read off random characters that represent icons */
|
|
45624
45807
|
}
|
45625
45808
|
|
45626
45809
|
.amis-scope .dark-TreeSelect-input input {
|
45627
|
-
flex-basis:
|
45810
|
+
flex-basis: 1.875rem;
|
45628
45811
|
flex-grow: 1;
|
45629
45812
|
outline: none;
|
45630
45813
|
background: transparent;
|
@@ -46272,7 +46455,7 @@ readers do not read off random characters that represent icons */
|
|
46272
46455
|
}
|
46273
46456
|
|
46274
46457
|
.amis-scope .dark-Picker-input input {
|
46275
|
-
flex-basis:
|
46458
|
+
flex-basis: 1.875rem;
|
46276
46459
|
flex-grow: 1;
|
46277
46460
|
outline: none;
|
46278
46461
|
background: transparent;
|
@@ -47262,7 +47445,7 @@ readers do not read off random characters that represent icons */
|
|
47262
47445
|
}
|
47263
47446
|
|
47264
47447
|
.amis-scope .dark-IconPickerControl-input input {
|
47265
|
-
flex-basis:
|
47448
|
+
flex-basis: 1.875rem;
|
47266
47449
|
flex-grow: 1;
|
47267
47450
|
outline: none;
|
47268
47451
|
background: transparent;
|