amis 1.10.0 → 1.10.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Checkbox.js +8 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Select.js +4 -2
- package/lib/components/Select.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +0 -1
- package/lib/components/formula/Picker.js +8 -17
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -1
- package/lib/renderers/Form/InputImage.js +6 -2
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/themes/ang-ie11.css +30 -18
- package/lib/themes/ang.css +33 -19
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +25 -13
- package/lib/themes/antd.css +33 -19
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +32 -20
- package/lib/themes/cxd.css +35 -21
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +27 -15
- package/lib/themes/dark.css +33 -19
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +32 -20
- package/lib/themes/default.css +35 -21
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/scss/_properties.scss +5 -3
- package/scss/components/_formula.scss +2 -3
- package/scss/components/form/_checks.scss +26 -16
- package/scss/themes/_cxd-variables.scss +2 -2
- package/sdk/ang-ie11.css +34 -19
- package/sdk/ang.css +37 -20
- package/sdk/antd-ie11.css +29 -14
- package/sdk/antd.css +37 -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 +36 -21
- package/sdk/cxd.css +39 -22
- package/sdk/dark-ie11.css +31 -16
- package/sdk/dark.css +37 -20
- package/sdk/exceljs.js +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 +36 -21
- package/sdk/sdk.css +39 -22
- package/sdk/sdk.js +1333 -1333
- 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/components/Checkbox.tsx +10 -3
- package/src/components/Select.tsx +4 -2
- package/src/components/formula/Picker.tsx +27 -16
- package/src/renderers/Form/InputFormula.tsx +1 -1
- package/src/renderers/Form/InputImage.tsx +7 -5
package/lib/themes/antd-ie11.css
CHANGED
@@ -24675,18 +24675,15 @@ input.antd-TextControl-input-password {
|
|
24675
24675
|
}
|
24676
24676
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled] + i {
|
24677
24677
|
border-color: #d9d9d9;
|
24678
|
-
background: #
|
24678
|
+
background: #f5f5f5;
|
24679
24679
|
}
|
24680
24680
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled]:checked + i:before {
|
24681
24681
|
border-color: #d9d9d9;
|
24682
|
+
background: #f5f5f5;
|
24682
24683
|
}
|
24683
24684
|
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i {
|
24684
24685
|
border-color: #d9d9d9;
|
24685
|
-
background: #
|
24686
|
-
}
|
24687
|
-
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i:before {
|
24688
|
-
background: #f7f7f9;
|
24689
|
-
border-color: #d4d6d9;
|
24686
|
+
background: #f5f5f5;
|
24690
24687
|
}
|
24691
24688
|
.antd-Checkbox--full.antd-Checkbox--checkbox > i {
|
24692
24689
|
position: relative;
|
@@ -24748,6 +24745,7 @@ input.antd-TextControl-input-password {
|
|
24748
24745
|
}
|
24749
24746
|
.antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
24750
24747
|
color: #1890ff;
|
24748
|
+
border-color: #1890ff;
|
24751
24749
|
}
|
24752
24750
|
.antd-Checkbox--button.antd-Checkbox--checkbox:hover input:checked + i {
|
24753
24751
|
background: transparent;
|
@@ -24773,7 +24771,7 @@ input.antd-TextControl-input-password {
|
|
24773
24771
|
left: 0;
|
24774
24772
|
width: 0.5rem;
|
24775
24773
|
height: calc(0.5rem / 2);
|
24776
|
-
transform: translate(-80%, -160%) rotate(-50deg);
|
24774
|
+
transform: translate(-80%, -160%) rotate(-50deg) scale(0.8);
|
24777
24775
|
background: transparent;
|
24778
24776
|
}
|
24779
24777
|
.antd-Checkbox--button.antd-Checkbox--checkbox input[disabled] + i {
|
@@ -24785,8 +24783,12 @@ input.antd-TextControl-input-password {
|
|
24785
24783
|
}
|
24786
24784
|
.antd-Checkbox--button.antd-Checkbox--checkbox input:checked[disabled] + i {
|
24787
24785
|
background: transparent;
|
24788
|
-
border-width: 0.
|
24789
|
-
border-color: #
|
24786
|
+
border-width: 0.4375rem;
|
24787
|
+
border-color: #e8e9eb transparent transparent #e8e9eb;
|
24788
|
+
}
|
24789
|
+
.antd-Checkbox--button.antd-Checkbox--checkbox input:checked[disabled] + i:before {
|
24790
|
+
background: transparent;
|
24791
|
+
border-color: #ffffff !important;
|
24790
24792
|
}
|
24791
24793
|
.antd-Checkbox--button.antd-Checkbox--checkbox > i {
|
24792
24794
|
position: absolute;
|
@@ -24815,8 +24817,19 @@ input.antd-TextControl-input-password {
|
|
24815
24817
|
border-color: var(--Switch-checked-onHover-bgColor);
|
24816
24818
|
color: var(--Switch-checked-onHover-bgColor);
|
24817
24819
|
}
|
24818
|
-
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox
|
24820
|
+
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox {
|
24819
24821
|
background: #f7f7f9;
|
24822
|
+
border-color: #d9d9d9;
|
24823
|
+
}
|
24824
|
+
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox:hover {
|
24825
|
+
border-color: #d9d9d9 !important;
|
24826
|
+
}
|
24827
|
+
.antd-Checkbox--button--disabled--checked.antd-Checkbox--checkbox {
|
24828
|
+
background: #f5f5f5;
|
24829
|
+
border-color: #d9d9d9 !important;
|
24830
|
+
}
|
24831
|
+
.antd-Checkbox--button--disabled--checked.antd-Checkbox--checkbox:hover {
|
24832
|
+
border-color: #d9d9d9 !important;
|
24820
24833
|
}
|
24821
24834
|
.antd-Checkbox--radio {
|
24822
24835
|
padding-left: 1rem;
|
@@ -31762,9 +31775,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
31762
31775
|
height: 1.875rem;
|
31763
31776
|
}
|
31764
31777
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input {
|
31765
|
-
display:
|
31766
|
-
|
31767
|
-
height: 100%;
|
31778
|
+
display: flex;
|
31779
|
+
align-items: center;
|
31768
31780
|
background: none;
|
31769
31781
|
padding: 0;
|
31770
31782
|
border: 0;
|
package/lib/themes/antd.css
CHANGED
@@ -460,10 +460,12 @@
|
|
460
460
|
--Checkbox-size: 1rem;
|
461
461
|
--Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
|
462
462
|
--Checkbox-onHover-color: var(--info);
|
463
|
-
--Checkbox-onDisabled-bg: #
|
464
|
-
--Checkbox-onDisabled-color:
|
463
|
+
--Checkbox-onDisabled-bg: #f7f7f9;
|
464
|
+
--Checkbox-onDisabled-color: #b8babf;
|
465
465
|
--Checkbox-inner-onDisabled-bg: #d4d6d9;
|
466
|
-
--Checkbox-
|
466
|
+
--Checkbox-inner-onDisabled-color: #ffffff;
|
467
|
+
--Checkbox-disabled-unchecked-bg: #f7f7f9;
|
468
|
+
--Checkbox-inner-disabled-checked-bg: #e8e9eb;
|
467
469
|
--Checkbox-border-width: var(--Form-input-borderWidth);
|
468
470
|
--Checkbox-paddingX: 0.75rem;
|
469
471
|
--Checkbox-button-height: 2rem;
|
@@ -26161,19 +26163,16 @@ input.antd-TextControl-input-password {
|
|
26161
26163
|
border-color: var(--Checkbox-gb);
|
26162
26164
|
}
|
26163
26165
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled] + i {
|
26164
|
-
border-color: var(--Checkbox-
|
26165
|
-
background: var(--
|
26166
|
+
border-color: var(--Checkbox-color);
|
26167
|
+
background: var(--Checkbox-onDisabled-bg);
|
26166
26168
|
}
|
26167
26169
|
.antd-Checkbox--full.antd-Checkbox--checkbox input[disabled]:checked + i:before {
|
26168
26170
|
border-color: var(--Checkbox-onDisabled-color);
|
26171
|
+
background: var(--Checkbox-onDisabled-bg);
|
26169
26172
|
}
|
26170
26173
|
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i {
|
26171
|
-
border-color: var(--Checkbox-
|
26172
|
-
background: var(--
|
26173
|
-
}
|
26174
|
-
.antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i:before {
|
26175
|
-
background: var(--FileControl-onDisabled-bg);
|
26176
|
-
border-color: var(--Checkbox-inner-onDisabled-bg);
|
26174
|
+
border-color: var(--Checkbox-color);
|
26175
|
+
background: var(--Checkbox-onDisabled-bg);
|
26177
26176
|
}
|
26178
26177
|
.antd-Checkbox--full.antd-Checkbox--checkbox > i {
|
26179
26178
|
position: relative;
|
@@ -26235,6 +26234,7 @@ input.antd-TextControl-input-password {
|
|
26235
26234
|
}
|
26236
26235
|
.antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
26237
26236
|
color: var(--Checkbox-onHover-color);
|
26237
|
+
border-color: var(--Checkbox-onHover-color);
|
26238
26238
|
}
|
26239
26239
|
.antd-Checkbox--button.antd-Checkbox--checkbox:hover input:checked + i {
|
26240
26240
|
background: transparent;
|
@@ -26260,7 +26260,7 @@ input.antd-TextControl-input-password {
|
|
26260
26260
|
left: 0;
|
26261
26261
|
width: var(--Checkbox--full-inner-size);
|
26262
26262
|
height: calc(var(--Checkbox--full-inner-size) / 2);
|
26263
|
-
transform: translate(-80%, -160%) rotate(-50deg);
|
26263
|
+
transform: translate(-80%, -160%) rotate(-50deg) scale(0.8);
|
26264
26264
|
background: transparent;
|
26265
26265
|
}
|
26266
26266
|
.antd-Checkbox--button.antd-Checkbox--checkbox input[disabled] + i {
|
@@ -26272,8 +26272,12 @@ input.antd-TextControl-input-password {
|
|
26272
26272
|
}
|
26273
26273
|
.antd-Checkbox--button.antd-Checkbox--checkbox input:checked[disabled] + i {
|
26274
26274
|
background: transparent;
|
26275
|
-
border-width: 0.
|
26276
|
-
border-color: var(--Checkbox-
|
26275
|
+
border-width: 0.4375rem;
|
26276
|
+
border-color: var(--Checkbox-inner-disabled-checked-bg) transparent transparent var(--Checkbox-inner-disabled-checked-bg);
|
26277
|
+
}
|
26278
|
+
.antd-Checkbox--button.antd-Checkbox--checkbox input:checked[disabled] + i:before {
|
26279
|
+
background: transparent;
|
26280
|
+
border-color: var(--Checkbox-inner-onDisabled-color) !important;
|
26277
26281
|
}
|
26278
26282
|
.antd-Checkbox--button.antd-Checkbox--checkbox > i {
|
26279
26283
|
position: absolute;
|
@@ -26302,8 +26306,19 @@ input.antd-TextControl-input-password {
|
|
26302
26306
|
border-color: var(--Switch-checked-onHover-bgColor);
|
26303
26307
|
color: var(--Switch-checked-onHover-bgColor);
|
26304
26308
|
}
|
26305
|
-
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox
|
26306
|
-
background: var(--
|
26309
|
+
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox {
|
26310
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
26311
|
+
border-color: var(--Checkbox-color);
|
26312
|
+
}
|
26313
|
+
.antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox:hover {
|
26314
|
+
border-color: var(--Checkbox-color) !important;
|
26315
|
+
}
|
26316
|
+
.antd-Checkbox--button--disabled--checked.antd-Checkbox--checkbox {
|
26317
|
+
background: var(--Checkbox-onDisabled-bg);
|
26318
|
+
border-color: var(--Checkbox-color) !important;
|
26319
|
+
}
|
26320
|
+
.antd-Checkbox--button--disabled--checked.antd-Checkbox--checkbox:hover {
|
26321
|
+
border-color: var(--Checkbox-color) !important;
|
26307
26322
|
}
|
26308
26323
|
.antd-Checkbox--radio {
|
26309
26324
|
padding-left: var(--Radio-size);
|
@@ -33077,9 +33092,8 @@ td.rdtQuarter.rdtDisabled:hover {
|
|
33077
33092
|
height: var(--Form-input-height);
|
33078
33093
|
}
|
33079
33094
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input {
|
33080
|
-
display:
|
33081
|
-
|
33082
|
-
height: 100%;
|
33095
|
+
display: flex;
|
33096
|
+
align-items: center;
|
33083
33097
|
background: none;
|
33084
33098
|
padding: 0;
|
33085
33099
|
border: 0;
|