amis 1.9.1-beta.22 → 1.9.1-beta.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/lib/helper.css.map +1 -1
  2. package/lib/renderers/CRUD.js +2 -2
  3. package/lib/renderers/CRUD.js.map +2 -2
  4. package/lib/renderers/Form/index.js +1 -0
  5. package/lib/renderers/Form/index.js.map +2 -2
  6. package/lib/renderers/Table/exportExcel.js +1 -1
  7. package/lib/renderers/Table/exportExcel.js.map +2 -2
  8. package/lib/themes/ang-ie11.css +11 -14
  9. package/lib/themes/ang.css +11 -14
  10. package/lib/themes/ang.css.map +1 -1
  11. package/lib/themes/antd-ie11.css +11 -14
  12. package/lib/themes/antd.css +11 -14
  13. package/lib/themes/antd.css.map +1 -1
  14. package/lib/themes/cxd-ie11.css +11 -14
  15. package/lib/themes/cxd.css +11 -14
  16. package/lib/themes/cxd.css.map +1 -1
  17. package/lib/themes/dark-ie11.css +11 -14
  18. package/lib/themes/dark.css +11 -14
  19. package/lib/themes/dark.css.map +1 -1
  20. package/lib/themes/default-ie11.css +11 -14
  21. package/lib/themes/default.css +11 -14
  22. package/lib/themes/default.css.map +1 -1
  23. package/lib/utils/helper.js +1 -1
  24. package/lib/utils/helper.js.map +2 -2
  25. package/package.json +1 -1
  26. package/schema.json +19 -24
  27. package/scss/_mixins.scss +1 -1
  28. package/scss/components/form/_date.scss +19 -11
  29. package/sdk/ang-ie11.css +11 -15
  30. package/sdk/ang.css +11 -15
  31. package/sdk/antd-ie11.css +11 -15
  32. package/sdk/antd.css +11 -15
  33. package/sdk/barcode.js +51 -51
  34. package/sdk/charts.js +14 -14
  35. package/sdk/codemirror.js +7 -7
  36. package/sdk/color-picker.js +65 -65
  37. package/sdk/cropperjs.js +2 -2
  38. package/sdk/cxd-ie11.css +11 -15
  39. package/sdk/cxd.css +11 -15
  40. package/sdk/dark-ie11.css +11 -15
  41. package/sdk/dark.css +11 -15
  42. package/sdk/exceljs.js +1 -1
  43. package/sdk/helper.css.map +1 -1
  44. package/sdk/markdown.js +69 -69
  45. package/sdk/papaparse.js +1 -1
  46. package/sdk/renderers/Form/CityDB.js +1 -1
  47. package/sdk/rest.js +16 -16
  48. package/sdk/rich-text.js +62 -62
  49. package/sdk/sdk-ie11.css +11 -15
  50. package/sdk/sdk.css +11 -15
  51. package/sdk/sdk.js +1643 -1648
  52. package/sdk/thirds/hls.js/hls.js +1 -1
  53. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  54. package/sdk/tinymce.js +57 -57
  55. package/src/renderers/CRUD.tsx +2 -2
  56. package/src/renderers/Form/index.tsx +2 -0
  57. package/src/renderers/Table/exportExcel.ts +1 -1
  58. package/src/utils/helper.ts +2 -2
@@ -22332,7 +22332,7 @@ input[type=button].a-Button--block {
22332
22332
  justify-content: flex-start;
22333
22333
  }
22334
22334
  .a-InputBox input {
22335
- flex-basis: 5rem;
22335
+ flex-basis: 1.875rem;
22336
22336
  flex-grow: 1;
22337
22337
  outline: none;
22338
22338
  background: transparent;
@@ -22668,7 +22668,7 @@ input[type=button].a-Button--block {
22668
22668
  position: relative;
22669
22669
  }
22670
22670
  .a-ResultBox input {
22671
- flex-basis: 5rem;
22671
+ flex-basis: 1.875rem;
22672
22672
  flex-grow: 1;
22673
22673
  outline: none;
22674
22674
  background: transparent;
@@ -24087,7 +24087,7 @@ fieldset.a-Collapse--lg:after {
24087
24087
  justify-content: flex-start;
24088
24088
  }
24089
24089
  .a-TextControl-input input {
24090
- flex-basis: 5rem;
24090
+ flex-basis: 1.875rem;
24091
24091
  flex-grow: 1;
24092
24092
  outline: none;
24093
24093
  background: transparent;
@@ -24412,7 +24412,7 @@ input.a-TextControl-input-password {
24412
24412
  justify-content: flex-start;
24413
24413
  }
24414
24414
  .a-TextareaControl-input input {
24415
- flex-basis: 5rem;
24415
+ flex-basis: 1.875rem;
24416
24416
  flex-grow: 1;
24417
24417
  outline: none;
24418
24418
  background: transparent;
@@ -26637,9 +26637,6 @@ input.a-TextControl-input-password {
26637
26637
  display: flex;
26638
26638
  }
26639
26639
 
26640
- .a-DateControl {
26641
- width: auto !important;
26642
- }
26643
26640
  .a-DateControl.is-date > .a-DatePicker {
26644
26641
  min-width: calc(calc(
26645
26642
  1rem * 5 + 0.75rem * 2 +
@@ -26657,7 +26654,7 @@ input.a-TextControl-input-password {
26657
26654
  margin: 0;
26658
26655
  padding-left: 0.625rem;
26659
26656
  list-style: none;
26660
- background: #F7F7F9;
26657
+ background: #f7f7f9;
26661
26658
  line-height: 2rem;
26662
26659
  }
26663
26660
 
@@ -26798,7 +26795,7 @@ input.a-TextControl-input-password {
26798
26795
  .rdt .rdtPicker .rdtDisabled.rdtToday > span,
26799
26796
  .rdt .rdtPicker .rdtOld.rdtToday > span,
26800
26797
  .rdt .rdtPicker .rdtNew.rdtToday > span {
26801
- border-color: #E8E9EB;
26798
+ border-color: #e8e9eb;
26802
26799
  }
26803
26800
  .rdt .rdtPicker td.rdtActive > span,
26804
26801
  .rdt .rdtPicker td.rdtActive:hover > span {
@@ -26809,7 +26806,7 @@ input.a-TextControl-input-password {
26809
26806
  }
26810
26807
  .rdt .rdtPicker .rdtActive.rdtToday > span {
26811
26808
  background: transparent;
26812
- border-color: #144BCC;
26809
+ border-color: #144bcc;
26813
26810
  }
26814
26811
  .rdt .rdtPicker td.rdtDisabled > span,
26815
26812
  .rdt .rdtPicker td.rdtDisabled:hover > span {
@@ -27128,7 +27125,7 @@ td.rdtYear.rdtDisabled:hover,
27128
27125
  td.rdtQuarter.rdtDisabled,
27129
27126
  td.rdtQuarter.rdtDisabled:hover {
27130
27127
  background: #f7f7f9;
27131
- color: #B8BABF;
27128
+ color: #b8babf;
27132
27129
  }
27133
27130
 
27134
27131
  .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -28563,7 +28560,7 @@ td.rdtQuarter.rdtDisabled:hover {
28563
28560
  justify-content: flex-start;
28564
28561
  }
28565
28562
  .a-TreeSelect-input input {
28566
- flex-basis: 5rem;
28563
+ flex-basis: 1.875rem;
28567
28564
  flex-grow: 1;
28568
28565
  outline: none;
28569
28566
  background: transparent;
@@ -29099,7 +29096,7 @@ td.rdtQuarter.rdtDisabled:hover {
29099
29096
  justify-content: flex-start;
29100
29097
  }
29101
29098
  .a-Picker-input input {
29102
- flex-basis: 5rem;
29099
+ flex-basis: 1.875rem;
29103
29100
  flex-grow: 1;
29104
29101
  outline: none;
29105
29102
  background: transparent;
@@ -29933,7 +29930,7 @@ td.rdtQuarter.rdtDisabled:hover {
29933
29930
  justify-content: flex-start;
29934
29931
  }
29935
29932
  .a-IconPickerControl-input input {
29936
- flex-basis: 5rem;
29933
+ flex-basis: 1.875rem;
29937
29934
  flex-grow: 1;
29938
29935
  outline: none;
29939
29936
  background: transparent;
@@ -23744,7 +23744,7 @@ input[type=button].a-Button--block {
23744
23744
  justify-content: flex-start;
23745
23745
  }
23746
23746
  .a-InputBox input {
23747
- flex-basis: 5rem;
23747
+ flex-basis: 1.875rem;
23748
23748
  flex-grow: 1;
23749
23749
  outline: none;
23750
23750
  background: transparent;
@@ -24070,7 +24070,7 @@ input[type=button].a-Button--block {
24070
24070
  position: relative;
24071
24071
  }
24072
24072
  .a-ResultBox input {
24073
- flex-basis: 5rem;
24073
+ flex-basis: 1.875rem;
24074
24074
  flex-grow: 1;
24075
24075
  outline: none;
24076
24076
  background: transparent;
@@ -25473,7 +25473,7 @@ fieldset.a-Collapse--lg:after {
25473
25473
  justify-content: flex-start;
25474
25474
  }
25475
25475
  .a-TextControl-input input {
25476
- flex-basis: 5rem;
25476
+ flex-basis: 1.875rem;
25477
25477
  flex-grow: 1;
25478
25478
  outline: none;
25479
25479
  background: transparent;
@@ -25783,7 +25783,7 @@ input.a-TextControl-input-password {
25783
25783
  justify-content: flex-start;
25784
25784
  }
25785
25785
  .a-TextareaControl-input input {
25786
- flex-basis: 5rem;
25786
+ flex-basis: 1.875rem;
25787
25787
  flex-grow: 1;
25788
25788
  outline: none;
25789
25789
  background: transparent;
@@ -27960,9 +27960,6 @@ input.a-TextControl-input-password {
27960
27960
  display: flex;
27961
27961
  }
27962
27962
 
27963
- .a-DateControl {
27964
- width: auto !important;
27965
- }
27966
27963
  .a-DateControl.is-date > .a-DatePicker {
27967
27964
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
27968
27965
  }
@@ -27974,7 +27971,7 @@ input.a-TextControl-input-password {
27974
27971
  margin: 0;
27975
27972
  padding-left: 0.625rem;
27976
27973
  list-style: none;
27977
- background: #F7F7F9;
27974
+ background: #f7f7f9;
27978
27975
  line-height: 2rem;
27979
27976
  }
27980
27977
 
@@ -28115,7 +28112,7 @@ input.a-TextControl-input-password {
28115
28112
  .rdt .rdtPicker .rdtDisabled.rdtToday > span,
28116
28113
  .rdt .rdtPicker .rdtOld.rdtToday > span,
28117
28114
  .rdt .rdtPicker .rdtNew.rdtToday > span {
28118
- border-color: #E8E9EB;
28115
+ border-color: #e8e9eb;
28119
28116
  }
28120
28117
  .rdt .rdtPicker td.rdtActive > span,
28121
28118
  .rdt .rdtPicker td.rdtActive:hover > span {
@@ -28126,7 +28123,7 @@ input.a-TextControl-input-password {
28126
28123
  }
28127
28124
  .rdt .rdtPicker .rdtActive.rdtToday > span {
28128
28125
  background: transparent;
28129
- border-color: #144BCC;
28126
+ border-color: #144bcc;
28130
28127
  }
28131
28128
  .rdt .rdtPicker td.rdtDisabled > span,
28132
28129
  .rdt .rdtPicker td.rdtDisabled:hover > span {
@@ -28431,7 +28428,7 @@ td.rdtYear.rdtDisabled:hover,
28431
28428
  td.rdtQuarter.rdtDisabled,
28432
28429
  td.rdtQuarter.rdtDisabled:hover {
28433
28430
  background: var(--Calendar-cell-onDisabled-bg);
28434
- color: #B8BABF;
28431
+ color: #b8babf;
28435
28432
  }
28436
28433
 
28437
28434
  .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -29838,7 +29835,7 @@ td.rdtQuarter.rdtDisabled:hover {
29838
29835
  justify-content: flex-start;
29839
29836
  }
29840
29837
  .a-TreeSelect-input input {
29841
- flex-basis: 5rem;
29838
+ flex-basis: 1.875rem;
29842
29839
  flex-grow: 1;
29843
29840
  outline: none;
29844
29841
  background: transparent;
@@ -30342,7 +30339,7 @@ td.rdtQuarter.rdtDisabled:hover {
30342
30339
  justify-content: flex-start;
30343
30340
  }
30344
30341
  .a-Picker-input input {
30345
- flex-basis: 5rem;
30342
+ flex-basis: 1.875rem;
30346
30343
  flex-grow: 1;
30347
30344
  outline: none;
30348
30345
  background: transparent;
@@ -31163,7 +31160,7 @@ td.rdtQuarter.rdtDisabled:hover {
31163
31160
  justify-content: flex-start;
31164
31161
  }
31165
31162
  .a-IconPickerControl-input input {
31166
- flex-basis: 5rem;
31163
+ flex-basis: 1.875rem;
31167
31164
  flex-grow: 1;
31168
31165
  outline: none;
31169
31166
  background: transparent;