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.
- package/lib/components/Progress.js +3 -4
- package/lib/components/Progress.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/themes/ang-ie11.css +2 -7
- package/lib/themes/ang.css +2 -7
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +2 -7
- package/lib/themes/antd.css +2 -7
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +2 -7
- package/lib/themes/cxd.css +2 -7
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +2 -7
- package/lib/themes/dark.css +2 -7
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +2 -7
- package/lib/themes/default.css +2 -7
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +8 -1
- package/lib/utils/api.js.map +2 -2
- package/package.json +1 -1
- package/scss/components/_progress.scss +2 -7
- package/sdk/ang-ie11.css +2 -7
- package/sdk/ang.css +2 -7
- package/sdk/antd-ie11.css +2 -7
- package/sdk/antd.css +2 -7
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2 -7
- package/sdk/cxd.css +2 -7
- package/sdk/dark-ie11.css +2 -7
- package/sdk/dark.css +2 -7
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2 -7
- package/sdk/sdk.css +2 -7
- package/sdk/sdk.js +1269 -1269
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/components/Progress.tsx +6 -4
- package/src/utils/api.ts +7 -1
package/lib/themes/antd-ie11.css
CHANGED
@@ -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:
|
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:
|
20100
|
-
height: 120px;
|
20095
|
+
width: 100%;
|
20101
20096
|
position: relative;
|
20102
20097
|
}
|
20103
20098
|
.antd-Progress-circle-text {
|
package/lib/themes/antd.css
CHANGED
@@ -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:
|
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:
|
21601
|
-
height: 120px;
|
21596
|
+
width: 100%;
|
21602
21597
|
position: relative;
|
21603
21598
|
}
|
21604
21599
|
.antd-Progress-circle-text {
|