amis 1.9.1-beta.22 → 1.9.1-beta.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. package/lib/helper.css.map +1 -1
  2. package/lib/index.js +1 -1
  3. package/lib/renderers/CRUD.js +2 -2
  4. package/lib/renderers/CRUD.js.map +2 -2
  5. package/lib/renderers/Form/index.js +1 -0
  6. package/lib/renderers/Form/index.js.map +2 -2
  7. package/lib/renderers/Table/exportExcel.js +1 -1
  8. package/lib/renderers/Table/exportExcel.js.map +2 -2
  9. package/lib/themes/ang-ie11.css +7 -7
  10. package/lib/themes/ang.css +7 -7
  11. package/lib/themes/ang.css.map +1 -1
  12. package/lib/themes/antd-ie11.css +7 -7
  13. package/lib/themes/antd.css +7 -7
  14. package/lib/themes/antd.css.map +1 -1
  15. package/lib/themes/cxd-ie11.css +7 -7
  16. package/lib/themes/cxd.css +7 -7
  17. package/lib/themes/cxd.css.map +1 -1
  18. package/lib/themes/dark-ie11.css +7 -7
  19. package/lib/themes/dark.css +7 -7
  20. package/lib/themes/dark.css.map +1 -1
  21. package/lib/themes/default-ie11.css +7 -7
  22. package/lib/themes/default.css +7 -7
  23. package/lib/themes/default.css.map +1 -1
  24. package/package.json +1 -1
  25. package/schema.json +19 -24
  26. package/scss/_mixins.scss +1 -1
  27. package/sdk/ang-ie11.css +7 -7
  28. package/sdk/ang.css +7 -7
  29. package/sdk/antd-ie11.css +7 -7
  30. package/sdk/antd.css +7 -7
  31. package/sdk/barcode.js +51 -51
  32. package/sdk/charts.js +14 -14
  33. package/sdk/codemirror.js +7 -7
  34. package/sdk/color-picker.js +65 -65
  35. package/sdk/cropperjs.js +2 -2
  36. package/sdk/cxd-ie11.css +7 -7
  37. package/sdk/cxd.css +7 -7
  38. package/sdk/dark-ie11.css +7 -7
  39. package/sdk/dark.css +7 -7
  40. package/sdk/exceljs.js +1 -1
  41. package/sdk/helper.css.map +1 -1
  42. package/sdk/markdown.js +69 -69
  43. package/sdk/papaparse.js +1 -1
  44. package/sdk/renderers/Form/CityDB.js +1 -1
  45. package/sdk/rest.js +16 -16
  46. package/sdk/rich-text.js +62 -62
  47. package/sdk/sdk-ie11.css +7 -7
  48. package/sdk/sdk.css +7 -7
  49. package/sdk/sdk.js +1642 -1647
  50. package/sdk/thirds/hls.js/hls.js +1 -1
  51. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  52. package/sdk/tinymce.js +57 -57
  53. package/src/renderers/CRUD.tsx +2 -2
  54. package/src/renderers/Form/index.tsx +2 -0
  55. package/src/renderers/Table/exportExcel.ts +1 -1
@@ -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;
@@ -28563,7 +28563,7 @@ td.rdtQuarter.rdtDisabled:hover {
28563
28563
  justify-content: flex-start;
28564
28564
  }
28565
28565
  .a-TreeSelect-input input {
28566
- flex-basis: 5rem;
28566
+ flex-basis: 1.875rem;
28567
28567
  flex-grow: 1;
28568
28568
  outline: none;
28569
28569
  background: transparent;
@@ -29099,7 +29099,7 @@ td.rdtQuarter.rdtDisabled:hover {
29099
29099
  justify-content: flex-start;
29100
29100
  }
29101
29101
  .a-Picker-input input {
29102
- flex-basis: 5rem;
29102
+ flex-basis: 1.875rem;
29103
29103
  flex-grow: 1;
29104
29104
  outline: none;
29105
29105
  background: transparent;
@@ -29933,7 +29933,7 @@ td.rdtQuarter.rdtDisabled:hover {
29933
29933
  justify-content: flex-start;
29934
29934
  }
29935
29935
  .a-IconPickerControl-input input {
29936
- flex-basis: 5rem;
29936
+ flex-basis: 1.875rem;
29937
29937
  flex-grow: 1;
29938
29938
  outline: none;
29939
29939
  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;
@@ -29838,7 +29838,7 @@ td.rdtQuarter.rdtDisabled:hover {
29838
29838
  justify-content: flex-start;
29839
29839
  }
29840
29840
  .a-TreeSelect-input input {
29841
- flex-basis: 5rem;
29841
+ flex-basis: 1.875rem;
29842
29842
  flex-grow: 1;
29843
29843
  outline: none;
29844
29844
  background: transparent;
@@ -30342,7 +30342,7 @@ td.rdtQuarter.rdtDisabled:hover {
30342
30342
  justify-content: flex-start;
30343
30343
  }
30344
30344
  .a-Picker-input input {
30345
- flex-basis: 5rem;
30345
+ flex-basis: 1.875rem;
30346
30346
  flex-grow: 1;
30347
30347
  outline: none;
30348
30348
  background: transparent;
@@ -31163,7 +31163,7 @@ td.rdtQuarter.rdtDisabled:hover {
31163
31163
  justify-content: flex-start;
31164
31164
  }
31165
31165
  .a-IconPickerControl-input input {
31166
- flex-basis: 5rem;
31166
+ flex-basis: 1.875rem;
31167
31167
  flex-grow: 1;
31168
31168
  outline: none;
31169
31169
  background: transparent;