@pisell/materials 1.0.547 → 1.0.549
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 +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +17 -17
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +16 -16
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
- package/es/components/saasLogin/index.js +1 -7
- package/es/components/saasLogin/index.less +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
- package/lib/components/saasLogin/index.js +1 -2
- package/lib/components/saasLogin/index.less +1 -0
- package/package.json +3 -3
- package/build/lowcode/assets/3aabdcc7a349f06ed35f441355ffd5be.png +0 -0
- package/build/lowcode/render/default/assets/3aabdcc7a349f06ed35f441355ffd5be.png +0 -0
- package/es/components/saasLogin/img/leftImg.png +0 -0
- package/lib/components/saasLogin/img/leftImg.png +0 -0
|
@@ -65,7 +65,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
65
65
|
useCustomAction: boolean;
|
|
66
66
|
actionType: string;
|
|
67
67
|
openMode: "modal" | "drawer";
|
|
68
|
-
openContentSize: "small" | "
|
|
68
|
+
openContentSize: "small" | "large" | "middle";
|
|
69
69
|
openTitle: string;
|
|
70
70
|
key: string;
|
|
71
71
|
} | undefined;
|
|
@@ -17,12 +17,6 @@ import React, { useState, useEffect } from 'react';
|
|
|
17
17
|
import { Input, Button, Space, Form, Checkbox } from 'antd';
|
|
18
18
|
import { GoogleOutlined, AppleOutlined, FacebookOutlined } from '@ant-design/icons';
|
|
19
19
|
import "./index.less";
|
|
20
|
-
// 导入国际化类型
|
|
21
|
-
import leftImg from "./img/leftImg.png";
|
|
22
|
-
/**
|
|
23
|
-
* SaasLogin组件的属性接口
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
20
|
/**
|
|
27
21
|
* Saas登录组件
|
|
28
22
|
* @param props - 组件属性
|
|
@@ -225,7 +219,7 @@ var SaasLogin = function SaasLogin(_ref) {
|
|
|
225
219
|
}, /*#__PURE__*/React.createElement("div", {
|
|
226
220
|
className: "saas-login-bg"
|
|
227
221
|
}, /*#__PURE__*/React.createElement("img", {
|
|
228
|
-
src:
|
|
222
|
+
src: "https://pisell2-dev.s3.cn-north-1.amazonaws.com.cn/media/tenant-0/2025/01/23/01jj8dybp3m7nv1wan9j10amt6.png",
|
|
229
223
|
alt: "login"
|
|
230
224
|
})), /*#__PURE__*/React.createElement("div", {
|
|
231
225
|
className: "saas-login-main"
|
|
@@ -65,7 +65,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
65
65
|
useCustomAction: boolean;
|
|
66
66
|
actionType: string;
|
|
67
67
|
openMode: "modal" | "drawer";
|
|
68
|
-
openContentSize: "small" | "
|
|
68
|
+
openContentSize: "small" | "large" | "middle";
|
|
69
69
|
openTitle: string;
|
|
70
70
|
key: string;
|
|
71
71
|
} | undefined;
|
|
@@ -36,7 +36,6 @@ var import_react = __toESM(require("react"));
|
|
|
36
36
|
var import_antd = require("antd");
|
|
37
37
|
var import_icons = require("@ant-design/icons");
|
|
38
38
|
var import_index = require("./index.less");
|
|
39
|
-
var import_leftImg = __toESM(require("./img/leftImg.png"));
|
|
40
39
|
var SaasLogin = ({
|
|
41
40
|
showLogo = true,
|
|
42
41
|
logo,
|
|
@@ -118,7 +117,7 @@ var SaasLogin = ({
|
|
|
118
117
|
setLoading(false);
|
|
119
118
|
}
|
|
120
119
|
};
|
|
121
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-wrapper" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-bg" }, /* @__PURE__ */ import_react.default.createElement("img", { src:
|
|
120
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-wrapper" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-bg" }, /* @__PURE__ */ import_react.default.createElement("img", { src: "https://pisell2-dev.s3.cn-north-1.amazonaws.com.cn/media/tenant-0/2025/01/23/01jj8dybp3m7nv1wan9j10amt6.png", alt: "login" })), /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-main" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-container" }, showLogo && /* @__PURE__ */ import_react.default.createElement(
|
|
122
121
|
"div",
|
|
123
122
|
{
|
|
124
123
|
className: `saas-login-logo ${logoPosition}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.549",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"libphonenumber-js": "^1.11.17",
|
|
70
70
|
"swiper": "^8.4.7",
|
|
71
71
|
"react-barcode": "^1.5.3",
|
|
72
|
+
"@pisell/icon": "0.0.10",
|
|
72
73
|
"@pisell/date-picker": "1.0.115",
|
|
73
|
-
"@pisell/utils": "1.0.43"
|
|
74
|
-
"@pisell/icon": "0.0.10"
|
|
74
|
+
"@pisell/utils": "1.0.43"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"react": "^18.0.0",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|