shineout 3.7.10-beta.5 → 3.7.11-beta.1
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 +9 -5
- 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
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.7.
|
|
525
|
+
version: '3.7.11-beta.1'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.7.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.11-beta.1');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -53728,7 +53728,8 @@ var useNumberFormat = function useNumberFormat(props) {
|
|
|
53728
53728
|
_props$step = props.step,
|
|
53729
53729
|
step = _props$step === void 0 ? 1 : _props$step,
|
|
53730
53730
|
cancelBlurChange = props.cancelBlurChange,
|
|
53731
|
-
disabled = props.disabled
|
|
53731
|
+
disabled = props.disabled,
|
|
53732
|
+
coin = props.coin;
|
|
53732
53733
|
var getStringValue = function getStringValue(value) {
|
|
53733
53734
|
if (value === undefined) return value;
|
|
53734
53735
|
if (typeof value === 'number') {
|
|
@@ -53847,6 +53848,7 @@ var useNumberFormat = function useNumberFormat(props) {
|
|
|
53847
53848
|
numType: numType,
|
|
53848
53849
|
integerLimit: integerLimit,
|
|
53849
53850
|
digits: digits,
|
|
53851
|
+
coin: coin,
|
|
53850
53852
|
onChange: onNumberChange,
|
|
53851
53853
|
onBlur: onNumberBlur,
|
|
53852
53854
|
onFocus: props.onFocus,
|
|
@@ -53860,7 +53862,7 @@ var useNumberFormat = function useNumberFormat(props) {
|
|
|
53860
53862
|
;// CONCATENATED MODULE: ../base/src/input/input-number.tsx
|
|
53861
53863
|
|
|
53862
53864
|
|
|
53863
|
-
var input_number_excluded = ["jssStyle", "hideArrow", "numType", "integerLimit", "digits", "min", "max", "step", "allowNull"],
|
|
53865
|
+
var input_number_excluded = ["jssStyle", "hideArrow", "numType", "integerLimit", "digits", "min", "max", "step", "allowNull", "coin"],
|
|
53864
53866
|
input_number_excluded2 = ["onMinus", "onPlus"];
|
|
53865
53867
|
|
|
53866
53868
|
|
|
@@ -53882,6 +53884,7 @@ var InputNumber = function InputNumber(props) {
|
|
|
53882
53884
|
max = commonProps.max,
|
|
53883
53885
|
step = commonProps.step,
|
|
53884
53886
|
allowNull = commonProps.allowNull,
|
|
53887
|
+
coin = commonProps.coin,
|
|
53885
53888
|
restProps = objectWithoutProperties_default()(commonProps, input_number_excluded);
|
|
53886
53889
|
var inputStyle = jssStyle === null || jssStyle === void 0 || (_jssStyle$input = jssStyle.input) === null || _jssStyle$input === void 0 ? void 0 : _jssStyle$input.call(jssStyle);
|
|
53887
53890
|
var numberFormatParams = {
|
|
@@ -53893,7 +53896,8 @@ var InputNumber = function InputNumber(props) {
|
|
|
53893
53896
|
min: min,
|
|
53894
53897
|
max: max,
|
|
53895
53898
|
step: step,
|
|
53896
|
-
allowNull: allowNull
|
|
53899
|
+
allowNull: allowNull,
|
|
53900
|
+
coin: coin
|
|
53897
53901
|
};
|
|
53898
53902
|
var _useInputNumber = use_input_number(objectSpread2_default()({
|
|
53899
53903
|
value: commonProps.value,
|
|
@@ -71933,7 +71937,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71933
71937
|
|
|
71934
71938
|
|
|
71935
71939
|
/* harmony default export */ var src_0 = ({
|
|
71936
|
-
version: '3.7.
|
|
71940
|
+
version: '3.7.11-beta.1'
|
|
71937
71941
|
});
|
|
71938
71942
|
}();
|
|
71939
71943
|
/******/ return __webpack_exports__;
|