amis 1.10.0 → 1.10.1-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. package/lib/components/Checkbox.js +8 -2
  2. package/lib/components/Checkbox.js.map +2 -2
  3. package/lib/components/Select.js +4 -2
  4. package/lib/components/Select.js.map +2 -2
  5. package/lib/components/formula/Picker.d.ts +0 -1
  6. package/lib/components/formula/Picker.js +8 -17
  7. package/lib/components/formula/Picker.js.map +2 -2
  8. package/lib/index.js +1 -1
  9. package/lib/renderers/Form/InputFormula.js +1 -1
  10. package/lib/renderers/Form/InputFormula.js.map +2 -2
  11. package/lib/renderers/Form/InputImage.d.ts +1 -1
  12. package/lib/renderers/Form/InputImage.js +6 -2
  13. package/lib/renderers/Form/InputImage.js.map +2 -2
  14. package/lib/themes/ang-ie11.css +30 -18
  15. package/lib/themes/ang.css +33 -19
  16. package/lib/themes/ang.css.map +1 -1
  17. package/lib/themes/antd-ie11.css +25 -13
  18. package/lib/themes/antd.css +33 -19
  19. package/lib/themes/antd.css.map +1 -1
  20. package/lib/themes/cxd-ie11.css +32 -20
  21. package/lib/themes/cxd.css +35 -21
  22. package/lib/themes/cxd.css.map +1 -1
  23. package/lib/themes/dark-ie11.css +27 -15
  24. package/lib/themes/dark.css +33 -19
  25. package/lib/themes/dark.css.map +1 -1
  26. package/lib/themes/default-ie11.css +32 -20
  27. package/lib/themes/default.css +35 -21
  28. package/lib/themes/default.css.map +1 -1
  29. package/package.json +1 -1
  30. package/scss/_properties.scss +5 -3
  31. package/scss/components/_formula.scss +2 -3
  32. package/scss/components/form/_checks.scss +26 -16
  33. package/scss/themes/_cxd-variables.scss +2 -2
  34. package/sdk/ang-ie11.css +34 -19
  35. package/sdk/ang.css +37 -20
  36. package/sdk/antd-ie11.css +29 -14
  37. package/sdk/antd.css +37 -20
  38. package/sdk/barcode.js +51 -51
  39. package/sdk/charts.js +14 -14
  40. package/sdk/codemirror.js +7 -7
  41. package/sdk/color-picker.js +65 -65
  42. package/sdk/cropperjs.js +2 -2
  43. package/sdk/cxd-ie11.css +36 -21
  44. package/sdk/cxd.css +39 -22
  45. package/sdk/dark-ie11.css +31 -16
  46. package/sdk/dark.css +37 -20
  47. package/sdk/exceljs.js +1 -1
  48. package/sdk/markdown.js +69 -69
  49. package/sdk/papaparse.js +1 -1
  50. package/sdk/renderers/Form/CityDB.js +1 -1
  51. package/sdk/rest.js +16 -16
  52. package/sdk/rich-text.js +62 -62
  53. package/sdk/sdk-ie11.css +36 -21
  54. package/sdk/sdk.css +39 -22
  55. package/sdk/sdk.js +1333 -1333
  56. package/sdk/thirds/hls.js/hls.js +1 -1
  57. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  58. package/sdk/tinymce.js +57 -57
  59. package/src/components/Checkbox.tsx +10 -3
  60. package/src/components/Select.tsx +4 -2
  61. package/src/components/formula/Picker.tsx +27 -16
  62. package/src/renderers/Form/InputFormula.tsx +1 -1
  63. package/src/renderers/Form/InputImage.tsx +7 -5
@@ -24621,7 +24621,7 @@ input.cxd-TextControl-input-password {
24621
24621
  background: #2468f2;
24622
24622
  }
24623
24623
  .cxd-Checkbox--checkbox input[disabled] + i {
24624
- border-color: #ebebeb;
24624
+ border-color: #B8BABF;
24625
24625
  cursor: not-allowed;
24626
24626
  }
24627
24627
  .cxd-Checkbox--checkbox input[disabled] + i:before {
@@ -24673,19 +24673,16 @@ input.cxd-TextControl-input-password {
24673
24673
  border-color: #fff;
24674
24674
  }
24675
24675
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
24676
- border-color: #ebebeb;
24677
- background: #f7f7f9;
24676
+ border-color: #e8e9eb;
24677
+ background: #F7F7F9;
24678
24678
  }
24679
24679
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
24680
- border-color: #ebebeb;
24680
+ border-color: #B8BABF;
24681
+ background: #F7F7F9;
24681
24682
  }
24682
24683
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
24683
- border-color: #ebebeb;
24684
- background: #f7f7f9;
24685
- }
24686
- .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i:before {
24687
- background: #f7f7f9;
24688
- border-color: #d4d6d9;
24684
+ border-color: #e8e9eb;
24685
+ background: #F7F7F9;
24689
24686
  }
24690
24687
  .cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
24691
24688
  position: relative;
@@ -24716,7 +24713,7 @@ input.cxd-TextControl-input-password {
24716
24713
  background: #2468f2;
24717
24714
  }
24718
24715
  .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
24719
- border-color: #ebebeb;
24716
+ border-color: #B8BABF;
24720
24717
  }
24721
24718
  .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
24722
24719
  width: 0.5rem;
@@ -24726,7 +24723,7 @@ input.cxd-TextControl-input-password {
24726
24723
  .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
24727
24724
  width: 0.5rem;
24728
24725
  height: 0.5rem;
24729
- background: #cccccc;
24726
+ background: #F7F7F9;
24730
24727
  }
24731
24728
  .cxd-Checkbox--button.cxd-Checkbox--checkbox {
24732
24729
  text-align: center;
@@ -24747,6 +24744,7 @@ input.cxd-TextControl-input-password {
24747
24744
  }
24748
24745
  .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
24749
24746
  color: #2468f2;
24747
+ border-color: #2468f2;
24750
24748
  }
24751
24749
  .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover input:checked + i {
24752
24750
  background: transparent;
@@ -24772,11 +24770,11 @@ input.cxd-TextControl-input-password {
24772
24770
  left: 0;
24773
24771
  width: 0.5rem;
24774
24772
  height: calc(0.5rem / 2);
24775
- transform: translate(-80%, -160%) rotate(-50deg);
24773
+ transform: translate(-80%, -160%) rotate(-50deg) scale(0.8);
24776
24774
  background: transparent;
24777
24775
  }
24778
24776
  .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
24779
- border-color: #ebebeb;
24777
+ border-color: #B8BABF;
24780
24778
  background: transparent;
24781
24779
  }
24782
24780
  .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
@@ -24784,8 +24782,12 @@ input.cxd-TextControl-input-password {
24784
24782
  }
24785
24783
  .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
24786
24784
  background: transparent;
24787
- border-width: 0.5rem;
24788
- border-color: #2468f2 transparent transparent #2468f2;
24785
+ border-width: 0.4375rem;
24786
+ border-color: #e8e9eb transparent transparent #e8e9eb;
24787
+ }
24788
+ .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i:before {
24789
+ background: transparent;
24790
+ border-color: #ffffff !important;
24789
24791
  }
24790
24792
  .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
24791
24793
  position: absolute;
@@ -24814,8 +24816,19 @@ input.cxd-TextControl-input-password {
24814
24816
  border-color: #144bcc;
24815
24817
  color: #144bcc;
24816
24818
  }
24817
- .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox.cxd-Checkbox--full i {
24819
+ .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
24818
24820
  background: #f7f7f9;
24821
+ border-color: #e8e9eb;
24822
+ }
24823
+ .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover {
24824
+ border-color: #e8e9eb !important;
24825
+ }
24826
+ .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
24827
+ background: #F7F7F9;
24828
+ border-color: #e8e9eb !important;
24829
+ }
24830
+ .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox:hover {
24831
+ border-color: #e8e9eb !important;
24819
24832
  }
24820
24833
  .cxd-Checkbox--radio {
24821
24834
  padding-left: 1rem;
@@ -31749,9 +31762,8 @@ td.rdtQuarter.rdtDisabled:hover {
31749
31762
  height: 2rem;
31750
31763
  }
31751
31764
  .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
31752
- display: inline-block;
31753
- width: 100%;
31754
- height: 100%;
31765
+ display: flex;
31766
+ align-items: center;
31755
31767
  background: none;
31756
31768
  padding: 0;
31757
31769
  border: 0;
@@ -457,10 +457,12 @@
457
457
  --Checkbox-size: 1rem;
458
458
  --Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
459
459
  --Checkbox-onHover-color: var(--info);
460
- --Checkbox-onDisabled-bg: #e5e7eb;
461
- --Checkbox-onDisabled-color: var(--text--muted-color);
460
+ --Checkbox-onDisabled-bg: #f7f7f9;
461
+ --Checkbox-onDisabled-color: #b8babf;
462
462
  --Checkbox-inner-onDisabled-bg: #d4d6d9;
463
- --Checkbox-disabled-unchecked-bg: #f2f3f3;
463
+ --Checkbox-inner-onDisabled-color: #ffffff;
464
+ --Checkbox-disabled-unchecked-bg: #f7f7f9;
465
+ --Checkbox-inner-disabled-checked-bg: #e8e9eb;
464
466
  --Checkbox-border-width: var(--Form-input-borderWidth);
465
467
  --Checkbox-paddingX: 0.75rem;
466
468
  --Checkbox-button-height: 2rem;
@@ -1688,8 +1690,8 @@
1688
1690
  --Number-handler--up-content: "";
1689
1691
  --Number-handler--up-transform: rotate(180deg);
1690
1692
  --Number-handler--down-content: "";
1691
- --Checkbox-onDisabled-color: #ebebeb;
1692
- --Checkbox-onDisabled-bg: #cccccc;
1693
+ --Checkbox-onDisabled-bg: #F7F7F9;
1694
+ --Checkbox-onDisabled-color: #B8BABF;
1693
1695
  --Checkbox-inner-size: 0.5rem;
1694
1696
  --Checkbox--full-inner-size: 0.5rem;
1695
1697
  --Checkbox--sm-size: 0.875rem;
@@ -26549,19 +26551,16 @@ input.cxd-TextControl-input-password {
26549
26551
  border-color: var(--Checkbox-gb);
26550
26552
  }
26551
26553
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled] + i {
26552
- border-color: var(--Checkbox-onDisabled-color);
26553
- background: var(--FileControl-onDisabled-bg);
26554
+ border-color: var(--Checkbox-color);
26555
+ background: var(--Checkbox-onDisabled-bg);
26554
26556
  }
26555
26557
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input[disabled]:checked + i:before {
26556
26558
  border-color: var(--Checkbox-onDisabled-color);
26559
+ background: var(--Checkbox-onDisabled-bg);
26557
26560
  }
26558
26561
  .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i {
26559
- border-color: var(--Checkbox-onDisabled-color);
26560
- background: var(--FileControl-onDisabled-bg);
26561
- }
26562
- .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked[disabled] + i:before {
26563
- background: var(--FileControl-onDisabled-bg);
26564
- border-color: var(--Checkbox-inner-onDisabled-bg);
26562
+ border-color: var(--Checkbox-color);
26563
+ background: var(--Checkbox-onDisabled-bg);
26565
26564
  }
26566
26565
  .cxd-Checkbox--full.cxd-Checkbox--checkbox > i {
26567
26566
  position: relative;
@@ -26623,6 +26622,7 @@ input.cxd-TextControl-input-password {
26623
26622
  }
26624
26623
  .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
26625
26624
  color: var(--Checkbox-onHover-color);
26625
+ border-color: var(--Checkbox-onHover-color);
26626
26626
  }
26627
26627
  .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover input:checked + i {
26628
26628
  background: transparent;
@@ -26648,7 +26648,7 @@ input.cxd-TextControl-input-password {
26648
26648
  left: 0;
26649
26649
  width: var(--Checkbox--full-inner-size);
26650
26650
  height: calc(var(--Checkbox--full-inner-size) / 2);
26651
- transform: translate(-80%, -160%) rotate(-50deg);
26651
+ transform: translate(-80%, -160%) rotate(-50deg) scale(0.8);
26652
26652
  background: transparent;
26653
26653
  }
26654
26654
  .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
@@ -26660,8 +26660,12 @@ input.cxd-TextControl-input-password {
26660
26660
  }
26661
26661
  .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
26662
26662
  background: transparent;
26663
- border-width: 0.5rem;
26664
- border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
26663
+ border-width: 0.4375rem;
26664
+ border-color: var(--Checkbox-inner-disabled-checked-bg) transparent transparent var(--Checkbox-inner-disabled-checked-bg);
26665
+ }
26666
+ .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i:before {
26667
+ background: transparent;
26668
+ border-color: var(--Checkbox-inner-onDisabled-color) !important;
26665
26669
  }
26666
26670
  .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
26667
26671
  position: absolute;
@@ -26690,8 +26694,19 @@ input.cxd-TextControl-input-password {
26690
26694
  border-color: var(--Switch-checked-onHover-bgColor);
26691
26695
  color: var(--Switch-checked-onHover-bgColor);
26692
26696
  }
26693
- .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox.cxd-Checkbox--full i {
26694
- background: var(--FileControl-onDisabled-bg);
26697
+ .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
26698
+ background: var(--Checkbox-disabled-unchecked-bg);
26699
+ border-color: var(--Checkbox-color);
26700
+ }
26701
+ .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox:hover {
26702
+ border-color: var(--Checkbox-color) !important;
26703
+ }
26704
+ .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox {
26705
+ background: var(--Checkbox-onDisabled-bg);
26706
+ border-color: var(--Checkbox-color) !important;
26707
+ }
26708
+ .cxd-Checkbox--button--disabled--checked.cxd-Checkbox--checkbox:hover {
26709
+ border-color: var(--Checkbox-color) !important;
26695
26710
  }
26696
26711
  .cxd-Checkbox--radio {
26697
26712
  padding-left: var(--Radio-size);
@@ -33465,9 +33480,8 @@ td.rdtQuarter.rdtDisabled:hover {
33465
33480
  height: var(--Form-input-height);
33466
33481
  }
33467
33482
  .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
33468
- display: inline-block;
33469
- width: 100%;
33470
- height: 100%;
33483
+ display: flex;
33484
+ align-items: center;
33471
33485
  background: none;
33472
33486
  padding: 0;
33473
33487
  border: 0;