amis 1.8.0-beta.15 → 1.8.0-beta.16

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.
Files changed (49) hide show
  1. package/lib/components/Progress.js +3 -4
  2. package/lib/components/Progress.js.map +2 -2
  3. package/lib/index.js +1 -1
  4. package/lib/themes/ang-ie11.css +2 -7
  5. package/lib/themes/ang.css +2 -7
  6. package/lib/themes/ang.css.map +1 -1
  7. package/lib/themes/antd-ie11.css +2 -7
  8. package/lib/themes/antd.css +2 -7
  9. package/lib/themes/antd.css.map +1 -1
  10. package/lib/themes/cxd-ie11.css +2 -7
  11. package/lib/themes/cxd.css +2 -7
  12. package/lib/themes/cxd.css.map +1 -1
  13. package/lib/themes/dark-ie11.css +2 -7
  14. package/lib/themes/dark.css +2 -7
  15. package/lib/themes/dark.css.map +1 -1
  16. package/lib/themes/default-ie11.css +2 -7
  17. package/lib/themes/default.css +2 -7
  18. package/lib/themes/default.css.map +1 -1
  19. package/lib/utils/api.js +8 -1
  20. package/lib/utils/api.js.map +2 -2
  21. package/package.json +1 -1
  22. package/scss/components/_progress.scss +2 -7
  23. package/sdk/ang-ie11.css +2 -7
  24. package/sdk/ang.css +2 -7
  25. package/sdk/antd-ie11.css +2 -7
  26. package/sdk/antd.css +2 -7
  27. package/sdk/barcode.js +51 -51
  28. package/sdk/charts.js +14 -14
  29. package/sdk/codemirror.js +7 -7
  30. package/sdk/color-picker.js +65 -65
  31. package/sdk/cropperjs.js +2 -2
  32. package/sdk/cxd-ie11.css +2 -7
  33. package/sdk/cxd.css +2 -7
  34. package/sdk/dark-ie11.css +2 -7
  35. package/sdk/dark.css +2 -7
  36. package/sdk/exceljs.js +1 -1
  37. package/sdk/markdown.js +69 -69
  38. package/sdk/papaparse.js +1 -1
  39. package/sdk/renderers/Form/CityDB.js +1 -1
  40. package/sdk/rest.js +17 -17
  41. package/sdk/rich-text.js +62 -62
  42. package/sdk/sdk-ie11.css +2 -7
  43. package/sdk/sdk.css +2 -7
  44. package/sdk/sdk.js +1269 -1269
  45. package/sdk/thirds/hls.js/hls.js +1 -1
  46. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  47. package/sdk/tinymce.js +57 -57
  48. package/src/components/Progress.tsx +6 -4
  49. package/src/utils/api.ts +7 -1
@@ -20043,7 +20043,6 @@ input[type=button].antd-Button--block {
20043
20043
  .antd-Progress-line {
20044
20044
  display: inline-block;
20045
20045
  width: 100%;
20046
- height: 10px;
20047
20046
  }
20048
20047
  .antd-Progress-line-inter {
20049
20048
  height: 100%;
@@ -20065,10 +20064,7 @@ input[type=button].antd-Button--block {
20065
20064
  .antd-Progress-line-bar {
20066
20065
  float: left;
20067
20066
  width: 0;
20068
- height: 100%;
20069
- font-size: 12px;
20070
- line-height: 10px;
20071
- text-align: center;
20067
+ height: 10px;
20072
20068
  background: #1890ff;
20073
20069
  transition: width 0.2s ease;
20074
20070
  }
@@ -20096,8 +20092,7 @@ input[type=button].antd-Button--block {
20096
20092
  animation: progress-bar-stripes 1s linear infinite;
20097
20093
  }
20098
20094
  .antd-Progress-circle {
20099
- width: 120px;
20100
- height: 120px;
20095
+ width: 100%;
20101
20096
  position: relative;
20102
20097
  }
20103
20098
  .antd-Progress-circle-text {
@@ -21544,7 +21544,6 @@ input[type=button].antd-Button--block {
21544
21544
  .antd-Progress-line {
21545
21545
  display: inline-block;
21546
21546
  width: 100%;
21547
- height: 10px;
21548
21547
  }
21549
21548
  .antd-Progress-line-inter {
21550
21549
  height: 100%;
@@ -21566,10 +21565,7 @@ input[type=button].antd-Button--block {
21566
21565
  .antd-Progress-line-bar {
21567
21566
  float: left;
21568
21567
  width: 0;
21569
- height: 100%;
21570
- font-size: 12px;
21571
- line-height: 10px;
21572
- text-align: center;
21568
+ height: 10px;
21573
21569
  background: var(--primary);
21574
21570
  transition: width var(--animation-duration) ease;
21575
21571
  }
@@ -21597,8 +21593,7 @@ input[type=button].antd-Button--block {
21597
21593
  animation: progress-bar-stripes 1s linear infinite;
21598
21594
  }
21599
21595
  .antd-Progress-circle {
21600
- width: 120px;
21601
- height: 120px;
21596
+ width: 100%;
21602
21597
  position: relative;
21603
21598
  }
21604
21599
  .antd-Progress-circle-text {