@pisell/materials 1.0.476 → 1.0.478
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 +4 -4
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +13 -13
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +13 -13
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/Input.Phone/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +5 -5
- package/es/components/walletCard/index.js +11 -6
- package/es/components/walletCard/index.less +41 -0
- package/es/locales/en-US.d.ts +2 -0
- package/es/locales/en-US.js +4 -1
- package/es/locales/zh-CN.d.ts +2 -0
- package/es/locales/zh-CN.js +4 -1
- package/es/locales/zh-TW.d.ts +2 -0
- package/es/locales/zh-TW.js +4 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/fields/Input.Phone/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +5 -5
- package/lib/components/walletCard/index.js +101 -90
- package/lib/components/walletCard/index.less +41 -0
- package/lib/locales/en-US.d.ts +2 -0
- package/lib/locales/en-US.js +4 -1
- package/lib/locales/zh-CN.d.ts +2 -0
- package/lib/locales/zh-CN.js +4 -1
- package/lib/locales/zh-TW.d.ts +2 -0
- package/lib/locales/zh-TW.js +4 -1
- package/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
.pisell-wallet-card-wrapper {
|
|
2
|
+
border: none;
|
|
3
|
+
overflow: hidden;
|
|
2
4
|
.pisell-lowcode-card-body {
|
|
3
5
|
padding: 0;
|
|
4
6
|
p {
|
|
@@ -93,4 +95,43 @@
|
|
|
93
95
|
background-color: #fff;
|
|
94
96
|
}
|
|
95
97
|
}
|
|
98
|
+
|
|
99
|
+
.pisell-qrcode-modal {
|
|
100
|
+
.pisell-lowcode-modal-content {
|
|
101
|
+
padding: 0;
|
|
102
|
+
.pisell-lowcode-modal-body {
|
|
103
|
+
display: flex;
|
|
104
|
+
width: 100%;
|
|
105
|
+
align-items: center;
|
|
106
|
+
flex-direction: column;
|
|
107
|
+
.pisell-qrcode-modal-value {
|
|
108
|
+
color: var(--Gray-500, #667085);
|
|
109
|
+
font-family: Inter;
|
|
110
|
+
font-size: 14px;
|
|
111
|
+
font-style: normal;
|
|
112
|
+
font-weight: 400;
|
|
113
|
+
line-height: 20px;
|
|
114
|
+
margin: 20px 0 24px;
|
|
115
|
+
}
|
|
116
|
+
.pisell-lowcode-divider {
|
|
117
|
+
margin: 0;
|
|
118
|
+
}
|
|
119
|
+
.pisell-qrcode-modal-button {
|
|
120
|
+
margin: 24px;
|
|
121
|
+
|
|
122
|
+
color: var(--Base-White, #fff);
|
|
123
|
+
|
|
124
|
+
font-family: Inter;
|
|
125
|
+
font-size: 16px;
|
|
126
|
+
font-style: normal;
|
|
127
|
+
font-weight: 600;
|
|
128
|
+
line-height: 24px;
|
|
129
|
+
|
|
130
|
+
width: calc(100% - 48px);
|
|
131
|
+
box-sizing: border-box;
|
|
132
|
+
background-color: var(--theme-color, #7f56d9);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
96
137
|
}
|
package/lib/locales/en-US.d.ts
CHANGED
|
@@ -144,5 +144,7 @@ declare const _default: {
|
|
|
144
144
|
'pisell-number-format-thousand': string;
|
|
145
145
|
'pisell-number-format-million': string;
|
|
146
146
|
'pisell-number-format-billion': string;
|
|
147
|
+
'walletCard-done': string;
|
|
148
|
+
'walletCard-qrcode': string;
|
|
147
149
|
};
|
|
148
150
|
export default _default;
|
package/lib/locales/en-US.js
CHANGED
|
@@ -179,5 +179,8 @@ var en_US_default = {
|
|
|
179
179
|
// Number formatting
|
|
180
180
|
"pisell-number-format-thousand": "K",
|
|
181
181
|
"pisell-number-format-million": "M",
|
|
182
|
-
"pisell-number-format-billion": "B"
|
|
182
|
+
"pisell-number-format-billion": "B",
|
|
183
|
+
//walletCard 组件
|
|
184
|
+
"walletCard-done": "Done",
|
|
185
|
+
"walletCard-qrcode": "QR code"
|
|
183
186
|
};
|
package/lib/locales/zh-CN.d.ts
CHANGED
|
@@ -144,5 +144,7 @@ declare const _default: {
|
|
|
144
144
|
'pisell-number-format-thousand': string;
|
|
145
145
|
'pisell-number-format-million': string;
|
|
146
146
|
'pisell-number-format-billion': string;
|
|
147
|
+
'walletCard-done': string;
|
|
148
|
+
'walletCard-qrcode': string;
|
|
147
149
|
};
|
|
148
150
|
export default _default;
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -178,5 +178,8 @@ var zh_CN_default = {
|
|
|
178
178
|
// 数字格式化
|
|
179
179
|
"pisell-number-format-thousand": "千",
|
|
180
180
|
"pisell-number-format-million": "百万",
|
|
181
|
-
"pisell-number-format-billion": "十亿"
|
|
181
|
+
"pisell-number-format-billion": "十亿",
|
|
182
|
+
//walletCard 组件
|
|
183
|
+
"walletCard-done": "完成",
|
|
184
|
+
"walletCard-qrcode": "二维码"
|
|
182
185
|
};
|
package/lib/locales/zh-TW.d.ts
CHANGED
|
@@ -144,5 +144,7 @@ declare const _default: {
|
|
|
144
144
|
'pisell-number-format-thousand': string;
|
|
145
145
|
'pisell-number-format-million': string;
|
|
146
146
|
'pisell-number-format-billion': string;
|
|
147
|
+
'walletCard-done': string;
|
|
148
|
+
'walletCard-qrcode': string;
|
|
147
149
|
};
|
|
148
150
|
export default _default;
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -179,5 +179,8 @@ var zh_TW_default = {
|
|
|
179
179
|
// 數字格式化
|
|
180
180
|
"pisell-number-format-thousand": "千",
|
|
181
181
|
"pisell-number-format-million": "百萬",
|
|
182
|
-
"pisell-number-format-billion": "十億"
|
|
182
|
+
"pisell-number-format-billion": "十億",
|
|
183
|
+
//walletCard 组件
|
|
184
|
+
"walletCard-done": "完成",
|
|
185
|
+
"walletCard-qrcode": "二維碼"
|
|
183
186
|
};
|