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
@@ -65,15 +65,14 @@ var Progress = /** @class */ (function (_super) {
|
|
65
65
|
viewValue = react_1.default.createElement("span", { className: "text-muted" }, placeholder);
|
66
66
|
}
|
67
67
|
else if (type === 'line') {
|
68
|
-
var style = {};
|
69
68
|
var barStyle = {
|
70
69
|
width: "".concat(value, "%")
|
71
70
|
};
|
72
|
-
strokeWidth && (
|
71
|
+
strokeWidth && (barStyle.height = strokeWidth);
|
73
72
|
!isColorClass && (barStyle.backgroundColor = bgColor);
|
74
73
|
viewValue = [
|
75
74
|
react_1.default.createElement("div", { key: "progress", className: cx(prefixCls, progressClassName) },
|
76
|
-
react_1.default.createElement("div", { className: cx("".concat(prefixCls, "-inter"))
|
75
|
+
react_1.default.createElement("div", { className: cx("".concat(prefixCls, "-inter")) },
|
77
76
|
react_1.default.createElement("div", { className: cx("".concat(prefixCls, "-bar"), (_a = {}, _a[bgColor] = isColorClass, _a), (_b = {}, _b["".concat(prefixCls, "-bar--stripe")] = stripe, _b), (_c = {}, _c["".concat(prefixCls, "-bar--animate")] = animate && !stripe, _c), (_d = {}, _d["".concat(prefixCls, "-bar--stripe-animate")] = animate && stripe, _d)), title: "".concat(value, "%"), style: barStyle }))),
|
78
77
|
this.getLabel(prefixCls)
|
79
78
|
];
|
@@ -91,7 +90,7 @@ var Progress = /** @class */ (function (_super) {
|
|
91
90
|
return undefined;
|
92
91
|
};
|
93
92
|
viewValue = [
|
94
|
-
react_1.default.createElement("div", { className: cx(prefixCls, progressClassName), key: "circle" },
|
93
|
+
react_1.default.createElement("div", { className: cx(prefixCls, progressClassName || 'w-ssm'), key: "circle" },
|
95
94
|
react_1.default.createElement(rc_progress_1.Circle, { percent: value, strokeColor: !isColorClass ? bgColor : '', strokeWidth: circleWidth, trailWidth: circleWidth, prefixCls: isColorClass ? bgColor : '', gapDegree: getGapDegree(), gapPosition: gapPos }),
|
96
95
|
this.getLabel(prefixCls))
|
97
96
|
];
|
@@ -6,8 +6,8 @@
|
|
6
6
|
"/src/components/Progress.tsx"
|
7
7
|
],
|
8
8
|
"names": [],
|
9
|
-
"mappings": ";;;;AAAA,6DAA0B;AAE1B,2CAAmC;AACnC,kCAA6D;AAwB7D;IAA8B,yCAAsC;IAApE;;
|
9
|
+
"mappings": ";;;;AAAA,6DAA0B;AAE1B,2CAAmC;AACnC,kCAA6D;AAwB7D;IAA8B,yCAAsC;IAApE;;IA+IA,CAAC;IAtIC,kCAAe,GAAf;QACE,IAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC;QAC7B,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;YAC3B,OAAO,YAAY,CAAC;SACrB;QACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,OAAO,KAAK,CAAC;SACd;aAAM;YACL,OAAO,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;SAClC;IACH,CAAC;IAED,gCAAa,GAAb,UAAc,KAAwC;QACpD,IAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;QAC/B,IAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,IAAI,CAC/C,UAAC,CAAkB,EAAE,CAAkB,IAAK,OAAA,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,EAAjB,CAAiB,CAC9D,CAAC;QACF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YAC1C,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,KAAK,EAAE;gBAC/B,OAAO,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;aAC5B;SACF;QACD,OAAO,UAAU,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC;IACjD,CAAC;IAED,gCAAa,GAAb,UAAc,KAAwC;QACpD,IAAM,IAAI,GAAG,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;QAChC,OAAO,KAAK,CAAC,GAAG,CAAC,UAAC,IAAI,EAAE,KAAK;YAC3B,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;gBAC5B,OAAO;oBACL,KAAK,EAAE,IAAI;oBACX,KAAK,EAAE,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,IAAI;iBAC1B,CAAC;aACH;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC,CAAC;IACL,CAAC;IAED,2BAAQ,GAAR,UAAS,SAAiB;QAClB,IAAA,KAA6C,IAAI,CAAC,KAAK,EAAtD,KAAK,WAAA,EAAE,MAAM,YAAA,EAAE,SAAS,eAAA,EAAc,EAAE,gBAAc,CAAC;QAC9D,IAAI,CAAC,SAAS,EAAE;YACd,OAAO,IAAI,CAAC;SACb;QACD,IAAM,aAAa,GAAG,MAAM,IAAI,CAAC,UAAA,KAAK,IAAI,OAAA,UAAG,KAAK,MAAG,EAAX,CAAW,CAAC,CAAC;QACvD,IAAM,OAAO,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;QACrC,OAAO,CACL,wCAAM,SAAS,EAAE,EAAE,CAAC,UAAG,SAAS,UAAO,CAAC,EAAE,GAAG,EAAC,OAAO,IAClD,OAAO,CACH,CACR,CAAC;IACJ,CAAC;IAED,yBAAM,GAAN;;QACQ,IAAA,KAYF,IAAI,CAAC,KAAK,EAXZ,SAAS,eAAA,EACT,iBAAiB,uBAAA,EACjB,IAAI,UAAA,EACJ,KAAK,WAAA,EACL,WAAW,iBAAA,EACX,MAAM,YAAA,EACN,OAAO,aAAA,EACP,SAAS,eAAA,EACT,WAAW,iBAAA,EACX,WAAW,iBAAA,EACC,EAAE,gBACF,CAAC;QAEf,IAAM,UAAU,GAAG,IAAI,KAAK,MAAM,CAAC;QACnC,IAAM,SAAS,GAAG,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,iBAAiB,CAAC;QACnE,IAAM,OAAO,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;QACvC,IAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEzC,IAAI,SAA0B,CAAC;QAC/B,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,SAAS,GAAG,wCAAM,SAAS,EAAC,YAAY,IAAE,WAAW,CAAQ,CAAC;SAC/D;aAAM,IAAI,IAAI,KAAK,MAAM,EAAE;YAC1B,IAAM,QAAQ,GAAQ;gBACpB,KAAK,EAAE,UAAG,KAAK,MAAG;aACnB,CAAC;YACF,WAAW,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,WAAW,CAAC,CAAC;YAC/C,CAAC,YAAY,IAAI,CAAC,QAAQ,CAAC,eAAe,GAAG,OAAO,CAAC,CAAC;YAEtD,SAAS,GAAG;gBACV,uCAAK,GAAG,EAAC,UAAU,EAAC,SAAS,EAAE,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;oBAC7D,uCAAK,SAAS,EAAE,EAAE,CAAC,UAAG,SAAS,WAAQ,CAAC;wBACtC,uCACE,SAAS,EAAE,EAAE,CACX,UAAG,SAAS,SAAM,YACjB,GAAC,OAAO,IAAG,YAAY,iBACvB,GAAC,UAAG,SAAS,iBAAc,IAAG,MAAM,iBACpC,GAAC,UAAG,SAAS,kBAAe,IAAG,OAAO,IAAI,CAAC,MAAM,iBACjD,GAAC,UAAG,SAAS,yBAAsB,IAAG,OAAO,IAAI,MAAM,MACzD,EACD,KAAK,EAAE,UAAG,KAAK,MAAG,EAClB,KAAK,EAAE,QAAQ,GACf,CACE,CACF;gBACN,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC;aACzB,CAAC;SACH;aAAM,IAAI,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,WAAW,EAAE;YACpD,IAAM,WAAW,GAAG,WAAW,IAAI,CAAC,CAAC;YACrC,IAAM,MAAM,GAAG,WAAW,IAAI,CAAC,IAAI,KAAK,WAAW,IAAI,QAAQ,CAAC,IAAI,KAAK,CAAC;YAC1E,IAAM,YAAY,GAAG;gBACnB,IAAI,SAAS,IAAI,SAAS,KAAK,CAAC,EAAE;oBAChC,OAAO,SAAS,CAAC;iBAClB;gBACD,IAAI,IAAI,KAAK,WAAW,EAAE;oBACxB,OAAO,EAAE,CAAC;iBACX;gBACD,OAAO,SAAS,CAAC;YACnB,CAAC,CAAC;YAEF,SAAS,GAAG;gBACV,uCACE,SAAS,EAAE,EAAE,CAAC,SAAS,EAAE,iBAAiB,IAAI,OAAO,CAAC,EACtD,GAAG,EAAC,QAAQ;oBAEZ,8BAAC,oBAAM,IACL,OAAO,EAAE,KAAK,EACd,WAAW,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EACzC,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,WAAW,EACvB,SAAS,EAAE,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EACtC,SAAS,EAAE,YAAY,EAAE,EACzB,WAAW,EAAE,MAAM,GACnB;oBACD,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CACrB;aACP,CAAC;SACH;QAED,OAAO,uCAAK,SAAS,EAAE,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,IAAG,SAAS,CAAO,CAAC;IACtE,CAAC;IA7IM,qBAAY,GAA2B;QAC5C,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,GAAG;QAChB,iBAAiB,EAAE,EAAE;QACrB,GAAG,EAAE,CAAC,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,CAAC;QACvE,SAAS,EAAE,IAAI;KAChB,CAAC;IAwIJ,eAAC;CAAA,AA/ID,CAA8B,eAAK,CAAC,SAAS,GA+I5C;AA/IY,4BAAQ;AAiJrB,kBAAe,IAAA,iBAAS,EAAC,QAAQ,CAAC,CAAC",
|
10
10
|
"sourcesContent": [
|
11
|
-
"import React from 'react';\nimport cx from 'classnames';\nimport {Circle} from 'rc-progress';\nimport {ClassNamesFn, themeable, ThemeProps} from '../theme';\nimport {SchemaClassName} from '../Schema';\ninterface ColorProps {\n value: number;\n color: string;\n}\n\nexport type ColorMapType = Array<string> | Array<ColorProps> | string;\n\ninterface ProgressProps extends ThemeProps {\n type: 'line' | 'circle' | 'dashboard';\n showLabel: boolean;\n value: number;\n stripe?: boolean;\n animate?: boolean;\n map?: ColorMapType;\n placeholder?: string;\n format?: (value?: number) => JSX.Element;\n gapDegree?: number;\n gapPosition?: 'top' | 'bottom' | 'left' | 'right';\n strokeWidth?: number;\n progressClassName?: SchemaClassName;\n classnames: ClassNamesFn;\n}\nexport class Progress extends React.Component<ProgressProps, Object> {\n static defaultProps: Partial<ProgressProps> = {\n type: 'line',\n placeholder: '-',\n progressClassName: '',\n map: ['bg-danger', 'bg-warning', 'bg-info', 'bg-success', 'bg-success'],\n showLabel: true\n };\n\n getCurrentColor() {\n const color = this.props.map;\n if (!color || !color.length) {\n return 'bg-primary';\n }\n if (typeof color === 'string') {\n return color;\n } else {\n return this.getLevelColor(color);\n }\n }\n\n getLevelColor(color: Array<string> | Array<ColorProps>) {\n const value = this.props.value;\n const colorArray = this.getColorArray(color).sort(\n (a: {value: number}, b: {value: number}) => a.value - b.value\n );\n for (let i = 0; i < colorArray.length; i++) {\n if (colorArray[i].value > value) {\n return colorArray[i].color;\n }\n }\n return colorArray[colorArray.length - 1].color;\n }\n\n getColorArray(color: Array<string> | Array<ColorProps>) {\n const span = 100 / color.length;\n return color.map((item, index) => {\n if (typeof item === 'string') {\n return {\n color: item,\n value: (index + 1) * span\n };\n }\n return item;\n });\n }\n\n getLabel(prefixCls: string) {\n const {value, format, showLabel, classnames: cx} = this.props;\n if (!showLabel) {\n return null;\n }\n const textFormatter = format || (value => `${value}%`);\n const content = textFormatter(value);\n return (\n <span className={cx(`${prefixCls}-text`)} key=\"value\">\n {content}\n </span>\n );\n }\n\n render() {\n const {\n className,\n progressClassName,\n type,\n value,\n placeholder,\n stripe,\n animate,\n gapDegree,\n gapPosition,\n strokeWidth,\n classnames: cx\n } = this.props;\n\n const isLineType = type === 'line';\n const prefixCls = isLineType ? 'Progress-line' : 'Progress-circle';\n const bgColor = this.getCurrentColor();\n const isColorClass = /bg-/.test(bgColor);\n\n let viewValue: React.ReactNode;\n if (typeof value !== 'number') {\n viewValue = <span className=\"text-muted\">{placeholder}</span>;\n } else if (type === 'line') {\n const
|
11
|
+
"import React from 'react';\nimport cx from 'classnames';\nimport {Circle} from 'rc-progress';\nimport {ClassNamesFn, themeable, ThemeProps} from '../theme';\nimport {SchemaClassName} from '../Schema';\ninterface ColorProps {\n value: number;\n color: string;\n}\n\nexport type ColorMapType = Array<string> | Array<ColorProps> | string;\n\ninterface ProgressProps extends ThemeProps {\n type: 'line' | 'circle' | 'dashboard';\n showLabel: boolean;\n value: number;\n stripe?: boolean;\n animate?: boolean;\n map?: ColorMapType;\n placeholder?: string;\n format?: (value?: number) => JSX.Element;\n gapDegree?: number;\n gapPosition?: 'top' | 'bottom' | 'left' | 'right';\n strokeWidth?: number;\n progressClassName?: SchemaClassName;\n classnames: ClassNamesFn;\n}\nexport class Progress extends React.Component<ProgressProps, Object> {\n static defaultProps: Partial<ProgressProps> = {\n type: 'line',\n placeholder: '-',\n progressClassName: '',\n map: ['bg-danger', 'bg-warning', 'bg-info', 'bg-success', 'bg-success'],\n showLabel: true\n };\n\n getCurrentColor() {\n const color = this.props.map;\n if (!color || !color.length) {\n return 'bg-primary';\n }\n if (typeof color === 'string') {\n return color;\n } else {\n return this.getLevelColor(color);\n }\n }\n\n getLevelColor(color: Array<string> | Array<ColorProps>) {\n const value = this.props.value;\n const colorArray = this.getColorArray(color).sort(\n (a: {value: number}, b: {value: number}) => a.value - b.value\n );\n for (let i = 0; i < colorArray.length; i++) {\n if (colorArray[i].value > value) {\n return colorArray[i].color;\n }\n }\n return colorArray[colorArray.length - 1].color;\n }\n\n getColorArray(color: Array<string> | Array<ColorProps>) {\n const span = 100 / color.length;\n return color.map((item, index) => {\n if (typeof item === 'string') {\n return {\n color: item,\n value: (index + 1) * span\n };\n }\n return item;\n });\n }\n\n getLabel(prefixCls: string) {\n const {value, format, showLabel, classnames: cx} = this.props;\n if (!showLabel) {\n return null;\n }\n const textFormatter = format || (value => `${value}%`);\n const content = textFormatter(value);\n return (\n <span className={cx(`${prefixCls}-text`)} key=\"value\">\n {content}\n </span>\n );\n }\n\n render() {\n const {\n className,\n progressClassName,\n type,\n value,\n placeholder,\n stripe,\n animate,\n gapDegree,\n gapPosition,\n strokeWidth,\n classnames: cx\n } = this.props;\n\n const isLineType = type === 'line';\n const prefixCls = isLineType ? 'Progress-line' : 'Progress-circle';\n const bgColor = this.getCurrentColor();\n const isColorClass = /bg-/.test(bgColor);\n\n let viewValue: React.ReactNode;\n if (typeof value !== 'number') {\n viewValue = <span className=\"text-muted\">{placeholder}</span>;\n } else if (type === 'line') {\n const barStyle: any = {\n width: `${value}%`\n };\n strokeWidth && (barStyle.height = strokeWidth);\n !isColorClass && (barStyle.backgroundColor = bgColor);\n\n viewValue = [\n <div key=\"progress\" className={cx(prefixCls, progressClassName)}>\n <div className={cx(`${prefixCls}-inter`)}>\n <div\n className={cx(\n `${prefixCls}-bar`,\n {[bgColor]: isColorClass},\n {[`${prefixCls}-bar--stripe`]: stripe},\n {[`${prefixCls}-bar--animate`]: animate && !stripe},\n {[`${prefixCls}-bar--stripe-animate`]: animate && stripe}\n )}\n title={`${value}%`}\n style={barStyle}\n />\n </div>\n </div>,\n this.getLabel(prefixCls)\n ];\n } else if (type === 'circle' || type === 'dashboard') {\n const circleWidth = strokeWidth || 6;\n const gapPos = gapPosition || (type === 'dashboard' && 'bottom') || 'top';\n const getGapDegree = () => {\n if (gapDegree || gapDegree === 0) {\n return gapDegree;\n }\n if (type === 'dashboard') {\n return 75;\n }\n return undefined;\n };\n\n viewValue = [\n <div\n className={cx(prefixCls, progressClassName || 'w-ssm')}\n key=\"circle\"\n >\n <Circle\n percent={value}\n strokeColor={!isColorClass ? bgColor : ''}\n strokeWidth={circleWidth}\n trailWidth={circleWidth}\n prefixCls={isColorClass ? bgColor : ''}\n gapDegree={getGapDegree()}\n gapPosition={gapPos}\n />\n {this.getLabel(prefixCls)}\n </div>\n ];\n }\n\n return <div className={cx('Progress', className)}>{viewValue}</div>;\n }\n}\n\nexport default themeable(Progress);\n"
|
12
12
|
]
|
13
13
|
}
|
package/lib/index.js
CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.registerLocale = exports.setDefaultLocale = exports.getDefaultLocale = exports.classnames = exports.getClassPrefix = exports.classPrefix = exports.getTheme = exports.theme = exports.setDefaultTheme = exports.validateObject = exports.validate = exports.ScopedContext = exports.Scoped = exports.registerIcon = exports.Icon = exports.setIconVendor = exports.resolveVariableAndFilter = exports.resolveVariable = exports.relativeValueRe = exports.filterDate = exports.filterSchema = exports.resolveRenderer = exports.registerOptionsControl = exports.registerFormItem = exports.getRenderers = exports.unRegisterRenderer = exports.registerRenderer = exports.getRendererByName = exports.normalizeOptions = exports.str2rules = exports.addRule = exports.setCustomEvalExpression = exports.setCustomEvalJs = exports.evalJS = exports.evalExpression = exports.registerTplEnginer = exports.registerFilter = exports.resizeSensor = exports.utils = exports.filter = exports.buildApi = exports.wrapFetcher = exports.OptionsControl = exports.FormItemWrap = exports.FormItem = exports.RegisterStore = exports.Renderer = exports.updateEnv = exports.clearStoresCache = exports.render = void 0;
|
4
4
|
exports.animation = exports.makeTranslator = void 0;
|
5
5
|
var tslib_1 = require("tslib");
|
6
|
-
/** @license amis v1.8.0-beta.
|
6
|
+
/** @license amis v1.8.0-beta.16
|
7
7
|
*
|
8
8
|
* Copyright Baidu
|
9
9
|
*
|
package/lib/themes/ang-ie11.css
CHANGED
@@ -20066,7 +20066,6 @@ input[type=button].a-Button--block {
|
|
20066
20066
|
.a-Progress-line {
|
20067
20067
|
display: inline-block;
|
20068
20068
|
width: 100%;
|
20069
|
-
height: 10px;
|
20070
20069
|
}
|
20071
20070
|
.a-Progress-line-inter {
|
20072
20071
|
height: 100%;
|
@@ -20088,10 +20087,7 @@ input[type=button].a-Button--block {
|
|
20088
20087
|
.a-Progress-line-bar {
|
20089
20088
|
float: left;
|
20090
20089
|
width: 0;
|
20091
|
-
height:
|
20092
|
-
font-size: 12px;
|
20093
|
-
line-height: 10px;
|
20094
|
-
text-align: center;
|
20090
|
+
height: 10px;
|
20095
20091
|
background: #7266ba;
|
20096
20092
|
transition: width 0.2s ease;
|
20097
20093
|
}
|
@@ -20119,8 +20115,7 @@ input[type=button].a-Button--block {
|
|
20119
20115
|
animation: progress-bar-stripes 1s linear infinite;
|
20120
20116
|
}
|
20121
20117
|
.a-Progress-circle {
|
20122
|
-
width:
|
20123
|
-
height: 120px;
|
20118
|
+
width: 100%;
|
20124
20119
|
position: relative;
|
20125
20120
|
}
|
20126
20121
|
.a-Progress-circle-text {
|
package/lib/themes/ang.css
CHANGED
@@ -21436,7 +21436,6 @@ input[type=button].a-Button--block {
|
|
21436
21436
|
.a-Progress-line {
|
21437
21437
|
display: inline-block;
|
21438
21438
|
width: 100%;
|
21439
|
-
height: 10px;
|
21440
21439
|
}
|
21441
21440
|
.a-Progress-line-inter {
|
21442
21441
|
height: 100%;
|
@@ -21458,10 +21457,7 @@ input[type=button].a-Button--block {
|
|
21458
21457
|
.a-Progress-line-bar {
|
21459
21458
|
float: left;
|
21460
21459
|
width: 0;
|
21461
|
-
height:
|
21462
|
-
font-size: 12px;
|
21463
|
-
line-height: 10px;
|
21464
|
-
text-align: center;
|
21460
|
+
height: 10px;
|
21465
21461
|
background: var(--primary);
|
21466
21462
|
transition: width var(--animation-duration) ease;
|
21467
21463
|
}
|
@@ -21489,8 +21485,7 @@ input[type=button].a-Button--block {
|
|
21489
21485
|
animation: progress-bar-stripes 1s linear infinite;
|
21490
21486
|
}
|
21491
21487
|
.a-Progress-circle {
|
21492
|
-
width:
|
21493
|
-
height: 120px;
|
21488
|
+
width: 100%;
|
21494
21489
|
position: relative;
|
21495
21490
|
}
|
21496
21491
|
.a-Progress-circle-text {
|