shineout 3.1.24 → 3.1.25
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/cjs/modal/modal.d.ts +6 -6
- package/dist/shineout.js +3 -2
- 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/esm/modal/modal.d.ts +6 -6
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.1.
|
|
479
|
+
version: '3.1.25'
|
|
480
480
|
};
|
package/cjs/modal/modal.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ModalProps } from './modal.type';
|
|
3
3
|
export declare const methods: {
|
|
4
|
-
success: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
5
|
-
info: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
6
|
-
warn: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
7
|
-
error: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
8
|
-
confirm: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
9
|
-
show: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => void;
|
|
4
|
+
success: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
5
|
+
info: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
6
|
+
warn: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
7
|
+
error: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
8
|
+
confirm: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
9
|
+
show: (options: Omit<import("@sheinx/base").ModalOptions, "jssStyle">) => (() => void) | undefined;
|
|
10
10
|
closeAll: () => void;
|
|
11
11
|
};
|
|
12
12
|
declare const _default: (props: ModalProps) => JSX.Element;
|
package/dist/shineout.js
CHANGED
|
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11949
11949
|
};
|
|
11950
11950
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11951
11951
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11952
|
-
/* harmony default export */ var version = ('3.1.
|
|
11952
|
+
/* harmony default export */ var version = ('3.1.25');
|
|
11953
11953
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11954
11954
|
|
|
11955
11955
|
|
|
@@ -42589,6 +42589,7 @@ var method = function method(type, jssStyle) {
|
|
|
42589
42589
|
children: options.content || options.children
|
|
42590
42590
|
}));
|
|
42591
42591
|
ReactRender(Content, root);
|
|
42592
|
+
return destroyModal;
|
|
42592
42593
|
};
|
|
42593
42594
|
};
|
|
42594
42595
|
/* harmony default export */ var modal_func = ({
|
|
@@ -62372,7 +62373,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62372
62373
|
|
|
62373
62374
|
|
|
62374
62375
|
/* harmony default export */ var src_0 = ({
|
|
62375
|
-
version: '3.1.
|
|
62376
|
+
version: '3.1.25'
|
|
62376
62377
|
});
|
|
62377
62378
|
}();
|
|
62378
62379
|
/******/ return __webpack_exports__;
|