@pisell/materials 2.2.15 → 2.2.17
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/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +4 -4
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +25 -16
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +28 -19
- package/dist/umd/materials.min.css +1 -0
- package/dist/umd/materials.min.js +1 -0
- package/dist/umd/static/DotsSix.57d66266.svg +1 -0
- package/dist/umd/static/arrow-left.e542294f.svg +1 -0
- package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
- package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
- package/dist/umd/static/help-circle.31c9be40.svg +1 -0
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
- package/es/components/iconfont/index.js +1 -1
- package/es/components/pisellModal/index.d.ts +20 -5
- package/es/components/table/Table/index.less +0 -1
- package/iconfont/iconfont.js +1 -0
- package/lib/components/iconfont/index.js +1 -1
- package/lib/components/pisellModal/index.d.ts +20 -5
- package/lib/components/table/Table/index.less +0 -1
- package/package.json +5 -4
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(iconfont_exports);
|
|
|
35
35
|
var import_icons = require("@ant-design/icons");
|
|
36
36
|
var import_react = __toESM(require("react"));
|
|
37
37
|
var MyIcon = (0, import_icons.createFromIconfontCN)({
|
|
38
|
-
scriptUrl: "https://
|
|
38
|
+
scriptUrl: "https://unpkg.com/@pisell/materials@3.0.37/iconfont/iconfont.js"
|
|
39
39
|
// 在 iconfont.cn 上生成
|
|
40
40
|
});
|
|
41
41
|
var IconFont = (props) => {
|
|
@@ -32,12 +32,27 @@ export interface PisellModalProps extends ModalProps {
|
|
|
32
32
|
}
|
|
33
33
|
declare const PisellModal: {
|
|
34
34
|
(props: PisellModalProps): React.JSX.Element;
|
|
35
|
-
confirm: (props: import("./components/functions").PisellModalFuncProps) =>
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
confirm: (props: import("./components/functions").PisellModalFuncProps) => {
|
|
36
|
+
destroy: () => void;
|
|
37
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
38
|
+
};
|
|
39
|
+
info: (props: import("./components/functions").PisellModalFuncProps) => {
|
|
40
|
+
destroy: () => void;
|
|
41
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
42
|
+
};
|
|
43
|
+
error: (props: import("./components/functions").PisellModalFuncProps) => {
|
|
44
|
+
destroy: () => void;
|
|
45
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
46
|
+
};
|
|
38
47
|
warn: (props: import("./components/functions").PisellModalFuncProps) => any;
|
|
39
|
-
warning: (props: import("./components/functions").PisellModalFuncProps) =>
|
|
40
|
-
|
|
48
|
+
warning: (props: import("./components/functions").PisellModalFuncProps) => {
|
|
49
|
+
destroy: () => void;
|
|
50
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
51
|
+
};
|
|
52
|
+
success: (props: import("./components/functions").PisellModalFuncProps) => {
|
|
53
|
+
destroy: () => void;
|
|
54
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
55
|
+
};
|
|
41
56
|
Information: (props: import("./components/Information").InformationProps) => React.JSX.Element;
|
|
42
57
|
};
|
|
43
58
|
export default PisellModal;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.17",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"build",
|
|
44
44
|
"lowcode",
|
|
45
45
|
"dist",
|
|
46
|
-
"antd"
|
|
46
|
+
"antd",
|
|
47
|
+
"iconfont"
|
|
47
48
|
],
|
|
48
49
|
"dependencies": {
|
|
49
50
|
"antd": "^5.6.3",
|
|
@@ -63,8 +64,8 @@
|
|
|
63
64
|
"crypto-js": "^4.2.0",
|
|
64
65
|
"@zxing/library": "0.21.2",
|
|
65
66
|
"@pisell/icon": "0.0.11",
|
|
66
|
-
"@pisell/utils": "1.0.
|
|
67
|
-
"@pisell/date-picker": "1.0.
|
|
67
|
+
"@pisell/utils": "1.0.29",
|
|
68
|
+
"@pisell/date-picker": "1.0.98"
|
|
68
69
|
},
|
|
69
70
|
"peerDependencies": {
|
|
70
71
|
"react": "^18.0.0",
|