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
@@ -22308,7 +22308,7 @@ input[type=button].cxd-Button--block {
22308
22308
  justify-content: flex-start;
22309
22309
  }
22310
22310
  .cxd-InputBox input {
22311
- flex-basis: 5rem;
22311
+ flex-basis: 1.875rem;
22312
22312
  flex-grow: 1;
22313
22313
  outline: none;
22314
22314
  background: transparent;
@@ -22644,7 +22644,7 @@ input[type=button].cxd-Button--block {
22644
22644
  position: relative;
22645
22645
  }
22646
22646
  .cxd-ResultBox input {
22647
- flex-basis: 5rem;
22647
+ flex-basis: 1.875rem;
22648
22648
  flex-grow: 1;
22649
22649
  outline: none;
22650
22650
  background: transparent;
@@ -24063,7 +24063,7 @@ fieldset.cxd-Collapse--lg:after {
24063
24063
  justify-content: flex-start;
24064
24064
  }
24065
24065
  .cxd-TextControl-input input {
24066
- flex-basis: 5rem;
24066
+ flex-basis: 1.875rem;
24067
24067
  flex-grow: 1;
24068
24068
  outline: none;
24069
24069
  background: transparent;
@@ -24388,7 +24388,7 @@ input.cxd-TextControl-input-password {
24388
24388
  justify-content: flex-start;
24389
24389
  }
24390
24390
  .cxd-TextareaControl-input input {
24391
- flex-basis: 5rem;
24391
+ flex-basis: 1.875rem;
24392
24392
  flex-grow: 1;
24393
24393
  outline: none;
24394
24394
  background: transparent;
@@ -26613,9 +26613,6 @@ input.cxd-TextControl-input-password {
26613
26613
  display: flex;
26614
26614
  }
26615
26615
 
26616
- .cxd-DateControl {
26617
- width: auto !important;
26618
- }
26619
26616
  .cxd-DateControl.is-date > .cxd-DatePicker {
26620
26617
  min-width: calc(calc(
26621
26618
  16px * 5 + 0.75rem * 2 +
@@ -26633,7 +26630,7 @@ input.cxd-TextControl-input-password {
26633
26630
  margin: 0;
26634
26631
  padding-left: 0.625rem;
26635
26632
  list-style: none;
26636
- background: #F7F7F9;
26633
+ background: #f7f7f9;
26637
26634
  line-height: 2rem;
26638
26635
  }
26639
26636
 
@@ -26774,7 +26771,7 @@ input.cxd-TextControl-input-password {
26774
26771
  .rdt .rdtPicker .rdtDisabled.rdtToday > span,
26775
26772
  .rdt .rdtPicker .rdtOld.rdtToday > span,
26776
26773
  .rdt .rdtPicker .rdtNew.rdtToday > span {
26777
- border-color: #E8E9EB;
26774
+ border-color: #e8e9eb;
26778
26775
  }
26779
26776
  .rdt .rdtPicker td.rdtActive > span,
26780
26777
  .rdt .rdtPicker td.rdtActive:hover > span {
@@ -26785,7 +26782,7 @@ input.cxd-TextControl-input-password {
26785
26782
  }
26786
26783
  .rdt .rdtPicker .rdtActive.rdtToday > span {
26787
26784
  background: transparent;
26788
- border-color: #144BCC;
26785
+ border-color: #144bcc;
26789
26786
  }
26790
26787
  .rdt .rdtPicker td.rdtDisabled > span,
26791
26788
  .rdt .rdtPicker td.rdtDisabled:hover > span {
@@ -27100,7 +27097,7 @@ td.rdtYear.rdtDisabled:hover,
27100
27097
  td.rdtQuarter.rdtDisabled,
27101
27098
  td.rdtQuarter.rdtDisabled:hover {
27102
27099
  background: #f7f7f9;
27103
- color: #B8BABF;
27100
+ color: #b8babf;
27104
27101
  }
27105
27102
 
27106
27103
  .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -28533,7 +28530,7 @@ td.rdtQuarter.rdtDisabled:hover {
28533
28530
  justify-content: flex-start;
28534
28531
  }
28535
28532
  .cxd-TreeSelect-input input {
28536
- flex-basis: 5rem;
28533
+ flex-basis: 1.875rem;
28537
28534
  flex-grow: 1;
28538
28535
  outline: none;
28539
28536
  background: transparent;
@@ -29057,7 +29054,7 @@ td.rdtQuarter.rdtDisabled:hover {
29057
29054
  justify-content: flex-start;
29058
29055
  }
29059
29056
  .cxd-Picker-input input {
29060
- flex-basis: 5rem;
29057
+ flex-basis: 1.875rem;
29061
29058
  flex-grow: 1;
29062
29059
  outline: none;
29063
29060
  background: transparent;
@@ -29889,7 +29886,7 @@ td.rdtQuarter.rdtDisabled:hover {
29889
29886
  justify-content: flex-start;
29890
29887
  }
29891
29888
  .cxd-IconPickerControl-input input {
29892
- flex-basis: 5rem;
29889
+ flex-basis: 1.875rem;
29893
29890
  flex-grow: 1;
29894
29891
  outline: none;
29895
29892
  background: transparent;
@@ -24240,7 +24240,7 @@ input[type=button].cxd-Button--block {
24240
24240
  justify-content: flex-start;
24241
24241
  }
24242
24242
  .cxd-InputBox input {
24243
- flex-basis: 5rem;
24243
+ flex-basis: 1.875rem;
24244
24244
  flex-grow: 1;
24245
24245
  outline: none;
24246
24246
  background: transparent;
@@ -24566,7 +24566,7 @@ input[type=button].cxd-Button--block {
24566
24566
  position: relative;
24567
24567
  }
24568
24568
  .cxd-ResultBox input {
24569
- flex-basis: 5rem;
24569
+ flex-basis: 1.875rem;
24570
24570
  flex-grow: 1;
24571
24571
  outline: none;
24572
24572
  background: transparent;
@@ -25969,7 +25969,7 @@ fieldset.cxd-Collapse--lg:after {
25969
25969
  justify-content: flex-start;
25970
25970
  }
25971
25971
  .cxd-TextControl-input input {
25972
- flex-basis: 5rem;
25972
+ flex-basis: 1.875rem;
25973
25973
  flex-grow: 1;
25974
25974
  outline: none;
25975
25975
  background: transparent;
@@ -26279,7 +26279,7 @@ input.cxd-TextControl-input-password {
26279
26279
  justify-content: flex-start;
26280
26280
  }
26281
26281
  .cxd-TextareaControl-input input {
26282
- flex-basis: 5rem;
26282
+ flex-basis: 1.875rem;
26283
26283
  flex-grow: 1;
26284
26284
  outline: none;
26285
26285
  background: transparent;
@@ -28456,9 +28456,6 @@ input.cxd-TextControl-input-password {
28456
28456
  display: flex;
28457
28457
  }
28458
28458
 
28459
- .cxd-DateControl {
28460
- width: auto !important;
28461
- }
28462
28459
  .cxd-DateControl.is-date > .cxd-DatePicker {
28463
28460
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
28464
28461
  }
@@ -28470,7 +28467,7 @@ input.cxd-TextControl-input-password {
28470
28467
  margin: 0;
28471
28468
  padding-left: 0.625rem;
28472
28469
  list-style: none;
28473
- background: #F7F7F9;
28470
+ background: #f7f7f9;
28474
28471
  line-height: 2rem;
28475
28472
  }
28476
28473
 
@@ -28611,7 +28608,7 @@ input.cxd-TextControl-input-password {
28611
28608
  .rdt .rdtPicker .rdtDisabled.rdtToday > span,
28612
28609
  .rdt .rdtPicker .rdtOld.rdtToday > span,
28613
28610
  .rdt .rdtPicker .rdtNew.rdtToday > span {
28614
- border-color: #E8E9EB;
28611
+ border-color: #e8e9eb;
28615
28612
  }
28616
28613
  .rdt .rdtPicker td.rdtActive > span,
28617
28614
  .rdt .rdtPicker td.rdtActive:hover > span {
@@ -28622,7 +28619,7 @@ input.cxd-TextControl-input-password {
28622
28619
  }
28623
28620
  .rdt .rdtPicker .rdtActive.rdtToday > span {
28624
28621
  background: transparent;
28625
- border-color: #144BCC;
28622
+ border-color: #144bcc;
28626
28623
  }
28627
28624
  .rdt .rdtPicker td.rdtDisabled > span,
28628
28625
  .rdt .rdtPicker td.rdtDisabled:hover > span {
@@ -28927,7 +28924,7 @@ td.rdtYear.rdtDisabled:hover,
28927
28924
  td.rdtQuarter.rdtDisabled,
28928
28925
  td.rdtQuarter.rdtDisabled:hover {
28929
28926
  background: var(--Calendar-cell-onDisabled-bg);
28930
- color: #B8BABF;
28927
+ color: #b8babf;
28931
28928
  }
28932
28929
 
28933
28930
  .cxd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -30334,7 +30331,7 @@ td.rdtQuarter.rdtDisabled:hover {
30334
30331
  justify-content: flex-start;
30335
30332
  }
30336
30333
  .cxd-TreeSelect-input input {
30337
- flex-basis: 5rem;
30334
+ flex-basis: 1.875rem;
30338
30335
  flex-grow: 1;
30339
30336
  outline: none;
30340
30337
  background: transparent;
@@ -30838,7 +30835,7 @@ td.rdtQuarter.rdtDisabled:hover {
30838
30835
  justify-content: flex-start;
30839
30836
  }
30840
30837
  .cxd-Picker-input input {
30841
- flex-basis: 5rem;
30838
+ flex-basis: 1.875rem;
30842
30839
  flex-grow: 1;
30843
30840
  outline: none;
30844
30841
  background: transparent;
@@ -31659,7 +31656,7 @@ td.rdtQuarter.rdtDisabled:hover {
31659
31656
  justify-content: flex-start;
31660
31657
  }
31661
31658
  .cxd-IconPickerControl-input input {
31662
- flex-basis: 5rem;
31659
+ flex-basis: 1.875rem;
31663
31660
  flex-grow: 1;
31664
31661
  outline: none;
31665
31662
  background: transparent;