shineout 3.5.4-beta.6 → 3.5.4-beta.7
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/cjs/index.js +1 -1
- package/dist/shineout.js +15 -7
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -500,5 +500,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
500
500
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
501
501
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
502
502
|
var _default = exports.default = {
|
|
503
|
-
version: '3.5.4-beta.
|
|
503
|
+
version: '3.5.4-beta.7'
|
|
504
504
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12030,7 +12030,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12030
12030
|
};
|
|
12031
12031
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12032
12032
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12033
|
-
/* harmony default export */ var version = ('3.5.4-beta.
|
|
12033
|
+
/* harmony default export */ var version = ('3.5.4-beta.7');
|
|
12034
12034
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12035
12035
|
|
|
12036
12036
|
|
|
@@ -23889,20 +23889,20 @@ var stepsStyle = {
|
|
|
23889
23889
|
transition: 'color ease 0.3s'
|
|
23890
23890
|
},
|
|
23891
23891
|
'&$arrow': {
|
|
23892
|
-
'& $step': {
|
|
23892
|
+
'& $step:not($disabled)': {
|
|
23893
23893
|
cursor: 'pointer'
|
|
23894
23894
|
}
|
|
23895
23895
|
},
|
|
23896
23896
|
'&$default': {
|
|
23897
|
-
'& $step:not($process)': {
|
|
23897
|
+
'& $step:not($process):not($disabled)': {
|
|
23898
23898
|
cursor: 'pointer'
|
|
23899
23899
|
},
|
|
23900
|
-
'& $step$wait:hover': {
|
|
23900
|
+
'& $step$wait:not($disabled):hover': {
|
|
23901
23901
|
'& $title,$description': {
|
|
23902
23902
|
color: src.stepsWaitHoverFontColor
|
|
23903
23903
|
}
|
|
23904
23904
|
},
|
|
23905
|
-
'& $step$finish:hover': {
|
|
23905
|
+
'& $step$finish:not($disabled):hover': {
|
|
23906
23906
|
'& $title,$description': {
|
|
23907
23907
|
color: src.stepsFinishHoverFontColor
|
|
23908
23908
|
}
|
|
@@ -24144,7 +24144,14 @@ var stepsStyle = {
|
|
|
24144
24144
|
marginRight: 0
|
|
24145
24145
|
}
|
|
24146
24146
|
},
|
|
24147
|
-
disabled: {
|
|
24147
|
+
disabled: {
|
|
24148
|
+
'&$step': {
|
|
24149
|
+
cursor: 'not-allowed'
|
|
24150
|
+
},
|
|
24151
|
+
'& $icon:not($process)': {
|
|
24152
|
+
cursor: 'not-allowed'
|
|
24153
|
+
}
|
|
24154
|
+
},
|
|
24148
24155
|
horizontalLabel: {
|
|
24149
24156
|
'&$step': {
|
|
24150
24157
|
overflow: 'hidden'
|
|
@@ -57272,6 +57279,7 @@ var Step = function Step(props) {
|
|
|
57272
57279
|
var labelPlacement = getLabelPlacement();
|
|
57273
57280
|
var rootClass = classnames_default()(styles.step, className, styles[status], defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()(defineProperty_default()({}, styles.disabled, disabled), styles.finish, current > index), styles.horizontalLabel, labelPlacement === 'horizontal'), styles.verticalLabel, labelPlacement === 'vertical'), styles.widthDescription, !!description));
|
|
57274
57281
|
var handleChange = function handleChange(e) {
|
|
57282
|
+
if (disabled) return;
|
|
57275
57283
|
onClick === null || onClick === void 0 || onClick(e, index, id);
|
|
57276
57284
|
onChange === null || onChange === void 0 || onChange(index);
|
|
57277
57285
|
};
|
|
@@ -67092,7 +67100,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67092
67100
|
|
|
67093
67101
|
|
|
67094
67102
|
/* harmony default export */ var src_0 = ({
|
|
67095
|
-
version: '3.5.4-beta.
|
|
67103
|
+
version: '3.5.4-beta.7'
|
|
67096
67104
|
});
|
|
67097
67105
|
}();
|
|
67098
67106
|
/******/ return __webpack_exports__;
|