@pisell/materials 6.0.18 → 6.0.20

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.
Files changed (204) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +7 -7
  6. package/build/lowcode/preview.js +146 -146
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +51 -20
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +51 -20
  11. package/es/components/badge/index.d.ts +7 -0
  12. package/es/components/badge/index.js +44 -0
  13. package/es/components/badge/index.less +2 -0
  14. package/es/components/buttonGroupEdit/index.d.ts +8 -0
  15. package/es/components/buttonGroupEdit/index.js +408 -0
  16. package/es/components/buttonGroupPreview/index.d.ts +19 -0
  17. package/es/components/buttonGroupPreview/index.js +74 -0
  18. package/es/components/cardMetricItem/index.d.ts +12 -0
  19. package/es/components/cardMetricItem/index.js +39 -0
  20. package/es/components/cardMetricItem/index.less +39 -0
  21. package/es/components/cardPro/index.d.ts +3 -0
  22. package/es/components/cardPro/index.js +66 -0
  23. package/es/components/cardPro/index.less +55 -0
  24. package/es/components/cropPhoto/index.d.ts +3 -0
  25. package/es/components/cropPhoto/index.js +72 -0
  26. package/es/components/cropPhoto/index.less +15 -0
  27. package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -2
  28. package/es/components/dataSourceComponents/dataSourceMenu/Basic.js +13 -3
  29. package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -2
  30. package/es/components/dataSourceComponents/fields/Input/WithMode.js +24 -1
  31. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.js +31 -3
  32. package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +31 -3
  33. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  34. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
  35. package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +102 -141
  36. package/es/components/dataSourceComponents/fields/Upload/WithMode.js +6 -3
  37. package/es/components/dataSourceComponents/fields/Upload/serve.js +13 -3
  38. package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
  39. package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.js +396 -0
  40. package/es/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  41. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -0
  42. package/es/components/dataSourceComponents/fields/Upload/utils.js +17 -2
  43. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  44. package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
  45. package/es/components/dataSourceComponents/hooks/usePlatform.js +12 -0
  46. package/es/components/login-and-register/index.js +23 -21
  47. package/es/components/login-and-register/index.less +7 -7
  48. package/es/components/page/index.js +23 -57
  49. package/es/components/pisellAnchor/index.d.ts +23 -0
  50. package/es/components/pisellAnchor/index.js +303 -0
  51. package/es/components/pisellAnchor/index.less +197 -0
  52. package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +18 -2
  53. package/es/components/pisellQrcode/index.d.ts +10 -0
  54. package/es/components/pisellQrcode/index.js +70 -0
  55. package/es/components/pisellQrcode/index.less +41 -0
  56. package/es/components/pisellStatisticList/index.d.ts +3 -0
  57. package/es/components/pisellStatisticList/index.js +17 -5
  58. package/es/components/pisellStatisticList/index.less +1 -1
  59. package/es/components/pisellText/components/Amount/index.d.ts +2 -0
  60. package/es/components/pisellText/components/Amount/index.js +3 -2
  61. package/es/components/pisellWalletPassCard/index.d.ts +4 -4
  62. package/es/components/pisellWalletPassCard/index.js +28 -12
  63. package/es/components/pisellWalletPassCard/index.less +26 -4
  64. package/es/components/record-view/index.d.ts +13 -5
  65. package/es/components/record-view/index.js +81 -30
  66. package/es/components/record-view/index.less +37 -2
  67. package/es/components/table/Table/utils.d.ts +1 -1
  68. package/es/components/tabs/index.d.ts +1 -0
  69. package/es/components/tabs/index.js +25 -7
  70. package/es/components/tabs/index.less +5 -5
  71. package/es/components/walletCard/Guest/index.d.ts +3 -0
  72. package/es/components/walletCard/Guest/index.js +83 -0
  73. package/es/components/walletCard/Guest/index.less +71 -0
  74. package/es/components/walletCard/index.d.ts +65 -0
  75. package/es/components/walletCard/index.js +402 -0
  76. package/es/components/walletCard/index.less +267 -0
  77. package/es/index.d.ts +10 -1
  78. package/es/index.js +10 -1
  79. package/es/locales/en-US.d.ts +38 -2
  80. package/es/locales/en-US.js +55 -10
  81. package/es/locales/index.js +4 -2
  82. package/es/locales/zh-CN.d.ts +36 -0
  83. package/es/locales/zh-CN.js +41 -1
  84. package/es/locales/zh-TW.d.ts +36 -0
  85. package/es/locales/zh-TW.js +41 -1
  86. package/es/utils/index.d.ts +1 -0
  87. package/es/utils/index.js +3 -0
  88. package/es/utils/platform.d.ts +1 -1
  89. package/lib/components/badge/index.d.ts +7 -0
  90. package/lib/components/badge/index.js +70 -0
  91. package/lib/components/badge/index.less +2 -0
  92. package/lib/components/buttonGroupEdit/index.d.ts +8 -0
  93. package/lib/components/buttonGroupEdit/index.js +317 -0
  94. package/lib/components/buttonGroupPreview/index.d.ts +19 -0
  95. package/lib/components/buttonGroupPreview/index.js +79 -0
  96. package/lib/components/cardMetricItem/index.d.ts +12 -0
  97. package/lib/components/cardMetricItem/index.js +75 -0
  98. package/lib/components/cardMetricItem/index.less +39 -0
  99. package/lib/components/cardPro/index.d.ts +3 -0
  100. package/lib/components/cardPro/index.js +98 -0
  101. package/lib/components/cardPro/index.less +55 -0
  102. package/lib/components/cropPhoto/index.d.ts +3 -0
  103. package/lib/components/cropPhoto/index.js +70 -0
  104. package/lib/components/cropPhoto/index.less +15 -0
  105. package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -2
  106. package/lib/components/dataSourceComponents/dataSourceMenu/Basic.js +12 -3
  107. package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -2
  108. package/lib/components/dataSourceComponents/fields/Input/WithMode.js +21 -0
  109. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.js +37 -3
  110. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +37 -3
  111. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  112. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
  113. package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +47 -72
  114. package/lib/components/dataSourceComponents/fields/Upload/WithMode.js +11 -9
  115. package/lib/components/dataSourceComponents/fields/Upload/serve.js +11 -2
  116. package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
  117. package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.js +247 -0
  118. package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  119. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -0
  120. package/lib/components/dataSourceComponents/fields/Upload/utils.js +17 -2
  121. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  122. package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
  123. package/lib/components/dataSourceComponents/hooks/usePlatform.js +51 -0
  124. package/lib/components/login-and-register/index.js +23 -21
  125. package/lib/components/login-and-register/index.less +7 -7
  126. package/lib/components/page/index.js +37 -65
  127. package/lib/components/pisellAnchor/index.d.ts +23 -0
  128. package/lib/components/pisellAnchor/index.js +251 -0
  129. package/lib/components/pisellAnchor/index.less +197 -0
  130. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +24 -3
  131. package/lib/components/pisellQrcode/index.d.ts +10 -0
  132. package/lib/components/pisellQrcode/index.js +82 -0
  133. package/lib/components/pisellQrcode/index.less +41 -0
  134. package/lib/components/pisellStatisticList/index.d.ts +3 -0
  135. package/lib/components/pisellStatisticList/index.js +35 -15
  136. package/lib/components/pisellStatisticList/index.less +1 -1
  137. package/lib/components/pisellText/components/Amount/index.d.ts +2 -0
  138. package/lib/components/pisellText/components/Amount/index.js +2 -1
  139. package/lib/components/pisellWalletPassCard/index.d.ts +4 -4
  140. package/lib/components/pisellWalletPassCard/index.js +17 -9
  141. package/lib/components/pisellWalletPassCard/index.less +26 -4
  142. package/lib/components/record-view/index.d.ts +13 -5
  143. package/lib/components/record-view/index.js +63 -11
  144. package/lib/components/record-view/index.less +37 -2
  145. package/lib/components/table/Table/utils.d.ts +1 -1
  146. package/lib/components/tabs/index.d.ts +1 -0
  147. package/lib/components/tabs/index.js +12 -1
  148. package/lib/components/tabs/index.less +5 -5
  149. package/lib/components/walletCard/Guest/index.d.ts +3 -0
  150. package/lib/components/walletCard/Guest/index.js +138 -0
  151. package/lib/components/walletCard/Guest/index.less +71 -0
  152. package/lib/components/walletCard/index.d.ts +65 -0
  153. package/lib/components/walletCard/index.js +374 -0
  154. package/lib/components/walletCard/index.less +267 -0
  155. package/lib/index.d.ts +10 -1
  156. package/lib/index.js +26 -1
  157. package/lib/locales/en-US.d.ts +38 -2
  158. package/lib/locales/en-US.js +41 -3
  159. package/lib/locales/index.js +4 -2
  160. package/lib/locales/zh-CN.d.ts +36 -0
  161. package/lib/locales/zh-CN.js +41 -1
  162. package/lib/locales/zh-TW.d.ts +36 -0
  163. package/lib/locales/zh-TW.js +41 -1
  164. package/lib/utils/index.d.ts +1 -0
  165. package/lib/utils/index.js +6 -1
  166. package/lib/utils/platform.d.ts +1 -1
  167. package/lowcode/badge/meta.ts +20 -11
  168. package/lowcode/badge/snippets.ts +2 -0
  169. package/lowcode/button/meta.ts +2 -6
  170. package/lowcode/button-group/meta.ts +198 -0
  171. package/lowcode/button-group/snippets.ts +68 -0
  172. package/lowcode/button-group-edit/meta.ts +32 -0
  173. package/lowcode/button-group-edit/snippets.ts +98 -0
  174. package/lowcode/button-group-preview/meta.ts +55 -0
  175. package/lowcode/button-group-preview/snippets.ts +57 -0
  176. package/lowcode/card/snippets.ts +55 -55
  177. package/lowcode/card-metric-item/meta.ts +83 -0
  178. package/lowcode/card-metric-item/snippets.ts +13 -0
  179. package/lowcode/card-pro/meta.ts +338 -0
  180. package/lowcode/card-pro/snippe.ts +39 -0
  181. package/lowcode/crop-photo/meta.ts +77 -0
  182. package/lowcode/crop-photo/snippe.ts +12 -0
  183. package/lowcode/form-item-input/snippets.ts +1 -1
  184. package/lowcode/form-item-upload/meta.ts +11 -0
  185. package/lowcode/pisell-anchor/meta.ts +118 -0
  186. package/lowcode/pisell-anchor/snippets.ts +26 -0
  187. package/lowcode/pisell-card/meta.ts +63 -27
  188. package/lowcode/pisell-card/snippets.ts +6 -0
  189. package/lowcode/pisell-modal.information/meta.ts +8 -0
  190. package/lowcode/pisell-qrcode/__screenshots__/upload-1.png +0 -0
  191. package/lowcode/pisell-qrcode/meta.ts +46 -0
  192. package/lowcode/pisell-qrcode/snippets.ts +13 -0
  193. package/lowcode/pisell-tooltip/meta.ts +1 -1
  194. package/lowcode/record-view/meta.ts +20 -0
  195. package/lowcode/section-footers/meta.ts +66 -0
  196. package/lowcode/section-footers/snippe.ts +21 -0
  197. package/lowcode/spin/meta.ts +9 -0
  198. package/lowcode/tag/meta.ts +6 -0
  199. package/lowcode/timeline/meta.ts +32 -9
  200. package/lowcode/timeline/snippets.ts +12 -2
  201. package/lowcode/timeline.item/meta.ts +1 -1
  202. package/lowcode/wallet-card/meta.ts +283 -0
  203. package/lowcode/wallet-card/snippets.ts +44 -0
  204. package/package.json +5 -1
@@ -0,0 +1,267 @@
1
+ .pisell-wallet-card-wrapper {
2
+ border: none;
3
+ overflow: hidden;
4
+ border-radius: 12px;
5
+ width: 100%;
6
+
7
+ // 卡片容器
8
+ .pisell-wallet-card-container {
9
+ width: 100%;
10
+ display: flex;
11
+ cursor: pointer;
12
+ }
13
+
14
+ // 卡片内容区域
15
+ .pisell-wallet-card-content {
16
+ padding: 16px 18px;
17
+ background-position: top center;
18
+ background-size: cover;
19
+ background-repeat: no-repeat;
20
+
21
+ // 暗色主题
22
+ &.dark {
23
+ background-color: #000;
24
+
25
+ .pisell-wallet-card-header-left {
26
+ color: #fff;
27
+ }
28
+
29
+ .pisell-wallet-card-item {
30
+ .pisell-wallet-card-item-label {
31
+ color: #eaecf0;
32
+ }
33
+
34
+ .pisell-wallet-card-item-value {
35
+ color: #fff;
36
+ }
37
+ }
38
+ }
39
+
40
+ // 亮色主题
41
+ &.light {
42
+ background-color: #fff;
43
+
44
+ .pisell-wallet-card-header-left {
45
+ color: #101828;
46
+ }
47
+
48
+ .pisell-wallet-card-item {
49
+ .pisell-wallet-card-item-label {
50
+ color: #667085;
51
+ }
52
+
53
+ .pisell-wallet-card-item-value {
54
+ color: #101828;
55
+ }
56
+ }
57
+ }
58
+ }
59
+
60
+ .pisell-wallet-card-guest-content {
61
+ padding: 0;
62
+ }
63
+
64
+ // 卡片头部
65
+ .pisell-wallet-card-header {
66
+ display: flex;
67
+ justify-content: space-between;
68
+ align-items: flex-start;
69
+
70
+ // 头部左侧
71
+ .pisell-wallet-card-header-left {
72
+ font-size: 12px;
73
+ font-weight: 400;
74
+ line-height: 18px;
75
+
76
+ // 卡片等级/名称区域
77
+ .pisell-wallet-card-header-level {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 10px;
81
+ margin-bottom: 8px;
82
+
83
+ // 卡片名称文本
84
+ .pisell-wallet-card-header-level-text {
85
+ font-size: 14px;
86
+ font-weight: 600;
87
+ line-height: 20px;
88
+ }
89
+
90
+ // 卡片图标
91
+ .pisell-wallet-card-header-icon {
92
+ width: 20px;
93
+ height: 20px;
94
+ overflow: hidden;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ }
100
+
101
+ // 头部左侧其他信息
102
+ > div {
103
+ margin-bottom: 4px;
104
+
105
+ &:last-child {
106
+ margin-bottom: 0;
107
+ }
108
+ }
109
+ }
110
+
111
+ // 头部右侧
112
+ .pisell-wallet-card-header-right {
113
+ // 图标包装器
114
+ .pisell-wallet-card-icon-wrapper {
115
+ cursor: pointer;
116
+ }
117
+
118
+ // 图标
119
+ .pisell-wallet-card-icon {
120
+ font-size: 40px;
121
+ cursor: pointer;
122
+ transition: opacity 0.3s ease;
123
+
124
+ &:hover {
125
+ opacity: 0.8;
126
+ }
127
+ }
128
+ }
129
+ }
130
+
131
+ // 卡片内容列表
132
+ .pisell-wallet-card-list {
133
+ margin-top: 30px;
134
+ height: 50px;
135
+ box-sizing: border-box;
136
+ display: flex;
137
+ align-items: center;
138
+ flex-wrap: nowrap;
139
+ overflow: hidden;
140
+ gap: 16px;
141
+
142
+ // 列表项
143
+ .pisell-wallet-card-item {
144
+ text-align: center;
145
+ // flex: 1;
146
+ min-width: 0;
147
+
148
+ // 标签
149
+ .pisell-wallet-card-item-label {
150
+ font-size: 14px;
151
+ font-weight: 400;
152
+ line-height: 20px;
153
+ margin-bottom: 4px;
154
+ white-space: nowrap;
155
+ overflow: hidden;
156
+ text-overflow: ellipsis;
157
+ }
158
+
159
+ // 值
160
+ .pisell-wallet-card-item-value {
161
+ font-size: 20px;
162
+ font-weight: 600;
163
+ line-height: 30px;
164
+ white-space: nowrap;
165
+ overflow: hidden;
166
+ text-overflow: ellipsis;
167
+ }
168
+ }
169
+ }
170
+
171
+ // 显示二维码/条形码区域
172
+ .pisell-wallet-card-showCode {
173
+ padding: 20px;
174
+ background-color: #fff;
175
+ text-align: center;
176
+ display: flex;
177
+ justify-content: center;
178
+ align-items: center;
179
+ border: 1px solid #d0d5de;
180
+
181
+ // 当二维码/条形码在底部显示时
182
+ &.code-bottom {
183
+ border-top: none;
184
+ border-top-left-radius: 0;
185
+ border-top-right-radius: 0;
186
+ border-bottom-left-radius: 12px;
187
+ border-bottom-right-radius: 12px;
188
+ }
189
+
190
+ // 当二维码/条形码在顶部显示时
191
+ &.code-top {
192
+ border-bottom: none;
193
+ border-bottom-left-radius: 0;
194
+ border-bottom-right-radius: 0;
195
+ border-top-left-radius: 12px;
196
+ border-top-right-radius: 12px;
197
+ }
198
+
199
+ .pisell-wallet-card-code {
200
+ display: flex;
201
+ justify-content: center;
202
+ }
203
+ // 条形码样式
204
+ .pisell-wallet-card-code {
205
+ width: 100%;
206
+
207
+ // 覆盖react-barcode生成的SVG文本样式
208
+ svg {
209
+ width: 100%;
210
+
211
+ text {
212
+ fill: #000;
213
+ font-family: Inter;
214
+ font-size: 12px;
215
+ font-style: normal;
216
+ font-weight: 400;
217
+ line-height: normal;
218
+ transform: translateY(12px);
219
+ }
220
+ }
221
+ }
222
+
223
+ // 二维码下方文本样式
224
+ .pisell-wallet-card-code-qrcode-value {
225
+ color: #000;
226
+ font-family: Inter;
227
+ font-size: 12px;
228
+ text-align: center;
229
+ font-style: normal;
230
+ font-weight: 400;
231
+ line-height: normal;
232
+ }
233
+ }
234
+
235
+ // 卡片内容区域
236
+ .pisell-lowcode-card-body {
237
+ padding: 0;
238
+ }
239
+ }
240
+
241
+ // 二维码模态框
242
+ .pisell-qrcode-modal {
243
+ .pisell-qrcode-modal-content{
244
+ pointer-events: auto;
245
+ touch-action: none;
246
+ overscroll-behavior: none;
247
+ position: relative;
248
+ z-index: 1001;
249
+ width: 100%;
250
+
251
+ .pisell-wallet-card-code {
252
+ width: 100%;
253
+ display: flex;
254
+ justify-content: center;
255
+ }
256
+
257
+ // 二维码值
258
+ .pisell-wallet-card-code-qrcode-value {
259
+ color: var(--Gray-500, #667085);
260
+ font-size: 14px;
261
+ font-weight: 400;
262
+ line-height: 20px;
263
+ margin: 0 0 24px;
264
+ text-align: center;
265
+ }
266
+ }
267
+ }
package/es/index.d.ts CHANGED
@@ -1,14 +1,20 @@
1
- export { Affix, Alert, Anchor, Avatar, Badge, Breadcrumb, Card, Carousel, Col, Collapse, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
1
+ export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, Collapse, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
2
2
  export { default as AutoComplete } from './components/auto-complete';
3
3
  export { default as AutoCompleteNumber } from './components/auto-complete-number';
4
+ export { default as Badge } from './components/badge';
4
5
  export { default as BatchEditor } from './components/batch-editor';
5
6
  export { default as Button } from './components/button';
7
+ export { default as ButtonGroupEdit } from './components/buttonGroupEdit';
8
+ export { default as ButtonGroupPreview } from './components/buttonGroupPreview';
6
9
  export { default as Calendar } from './components/calendar';
10
+ export { default as CardMetricItem } from './components/cardMetricItem';
11
+ export { default as CardPro } from './components/cardPro';
7
12
  export { default as Cascader } from './components/cascader';
8
13
  export { default as Checkbox } from './components/checkbox';
9
14
  export { default as ClassicLayout } from './components/classicLayout';
10
15
  export { default as Component } from './components/component';
11
16
  export { default as ConfigProvider } from './components/config-provider';
17
+ export { default as CropPhoto } from './components/cropPhoto';
12
18
  export { default as DataSourceForm } from './components/dataSourceComponents/dataSourceForm';
13
19
  export { default as FormGroup } from './components/dataSourceComponents/dataSourceForm/group';
14
20
  export { default as JsonWrapper } from './components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider';
@@ -54,6 +60,7 @@ export { default as usePisellConfig } from './components/pisell-config-provider/
54
60
  export { default as PisellAdjustPrice } from './components/pisellAdjustPrice';
55
61
  export { default as PisellAdjustPriceInputNumber } from './components/pisellAdjustPrice/PisellAdjustPriceInputNumber';
56
62
  export { default as PisellAlert } from './components/pisellAlert';
63
+ export { default as PisellAnchor } from './components/pisellAnchor';
57
64
  export { default as PisellAvatar } from './components/pisellAvatar';
58
65
  export { default as PisellCard } from './components/pisellCard';
59
66
  export { default as PisellCardList } from './components/pisellCardList';
@@ -67,6 +74,7 @@ export { default as PisellFloatingPanel } from './components/pisellFloatingPanel
67
74
  export { default as PisellInformationEntry } from './components/pisellInformationEntry';
68
75
  export { default as PisellInput } from './components/pisellInput';
69
76
  export { getBankCardTypeImg } from './components/pisellInput/components/BankCard/utils';
77
+ export { default as PisellQrcode } from './components/pisellQrcode';
70
78
  export { default as PisellLayout } from './components/pisellLayout';
71
79
  export { default as PisellContent } from './components/pisellLayout/content';
72
80
  export { default as PisellFooter } from './components/pisellLayout/footer';
@@ -110,6 +118,7 @@ export { default as VirtualKeyboard } from './components/virtual-keyboard';
110
118
  export { default as PisellPriceKeyboard } from './components/virtual-keyboard/Amount';
111
119
  export { default as PisellNumberKeyboard } from './components/virtual-keyboard/Number';
112
120
  export { default as VirtualKeyboardTime } from './components/virtual-keyboard/Time';
121
+ export { default as WalletCard } from './components/walletCard';
113
122
  export { default as PublishVersionModal } from './components/versionModal';
114
123
  export { default as IconSelect } from './components/iconSelect';
115
124
  export { default as CustomSelect } from './components/customSelect';
package/es/index.js CHANGED
@@ -1,14 +1,20 @@
1
- export { Affix, Alert, Anchor, Avatar, Badge, Breadcrumb, Card, Carousel, Col, Collapse, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version } from 'antd';
1
+ export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, Collapse, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version } from 'antd';
2
2
  export { default as AutoComplete } from "./components/auto-complete";
3
3
  export { default as AutoCompleteNumber } from "./components/auto-complete-number";
4
+ export { default as Badge } from "./components/badge";
4
5
  export { default as BatchEditor } from "./components/batch-editor";
5
6
  export { default as Button } from "./components/button";
7
+ export { default as ButtonGroupEdit } from "./components/buttonGroupEdit";
8
+ export { default as ButtonGroupPreview } from "./components/buttonGroupPreview";
6
9
  export { default as Calendar } from "./components/calendar";
10
+ export { default as CardMetricItem } from "./components/cardMetricItem";
11
+ export { default as CardPro } from "./components/cardPro";
7
12
  export { default as Cascader } from "./components/cascader";
8
13
  export { default as Checkbox } from "./components/checkbox";
9
14
  export { default as ClassicLayout } from "./components/classicLayout";
10
15
  export { default as Component } from "./components/component";
11
16
  export { default as ConfigProvider } from "./components/config-provider";
17
+ export { default as CropPhoto } from "./components/cropPhoto";
12
18
  export { default as DataSourceForm } from "./components/dataSourceComponents/dataSourceForm";
13
19
  export { default as FormGroup } from "./components/dataSourceComponents/dataSourceForm/group";
14
20
  export { default as JsonWrapper } from "./components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider";
@@ -54,6 +60,7 @@ export { default as usePisellConfig } from "./components/pisell-config-provider/
54
60
  export { default as PisellAdjustPrice } from "./components/pisellAdjustPrice";
55
61
  export { default as PisellAdjustPriceInputNumber } from "./components/pisellAdjustPrice/PisellAdjustPriceInputNumber";
56
62
  export { default as PisellAlert } from "./components/pisellAlert";
63
+ export { default as PisellAnchor } from "./components/pisellAnchor";
57
64
  export { default as PisellAvatar } from "./components/pisellAvatar";
58
65
  export { default as PisellCard } from "./components/pisellCard";
59
66
  export { default as PisellCardList } from "./components/pisellCardList";
@@ -67,6 +74,7 @@ export { default as PisellFloatingPanel } from "./components/pisellFloatingPanel
67
74
  export { default as PisellInformationEntry } from "./components/pisellInformationEntry";
68
75
  export { default as PisellInput } from "./components/pisellInput";
69
76
  export { getBankCardTypeImg } from "./components/pisellInput/components/BankCard/utils";
77
+ export { default as PisellQrcode } from "./components/pisellQrcode";
70
78
  export { default as PisellLayout } from "./components/pisellLayout";
71
79
  export { default as PisellContent } from "./components/pisellLayout/content";
72
80
  export { default as PisellFooter } from "./components/pisellLayout/footer";
@@ -109,6 +117,7 @@ export { default as VirtualKeyboard } from "./components/virtual-keyboard";
109
117
  export { default as PisellPriceKeyboard } from "./components/virtual-keyboard/Amount";
110
118
  export { default as PisellNumberKeyboard } from "./components/virtual-keyboard/Number";
111
119
  export { default as VirtualKeyboardTime } from "./components/virtual-keyboard/Time";
120
+ export { default as WalletCard } from "./components/walletCard";
112
121
  export { default as PublishVersionModal } from "./components/versionModal";
113
122
  export { default as IconSelect } from "./components/iconSelect";
114
123
  export { default as CustomSelect } from "./components/customSelect";
@@ -114,11 +114,13 @@ declare const _default: {
114
114
  'pisell-input-copy': string;
115
115
  'pisell-empty-description-no-data': string;
116
116
  'pisell-information-entry-input-search': string;
117
+ 'pisell-information-entry-input-confirm': string;
117
118
  'pisell-information-entry-scan-exit': string;
118
119
  'pisell-wallet-pass-card-detail': string;
119
120
  'pisell-wallet-pass-card-redeem': string;
120
121
  'pisell-wallet-pass-card-balance': string;
121
122
  'pisell-wallet-pass-card-valid-to': string;
123
+ 'pisell-wallet-pass-card-expireDate': string;
122
124
  'pisell-adjust-price-price-override': string;
123
125
  'pisell-adjust-price-discount': string;
124
126
  'pisell-adjust-price-discount-amount': string;
@@ -131,6 +133,8 @@ declare const _default: {
131
133
  'pisell-data-source-table-edit': string;
132
134
  'pisell-data-source-table-detail': string;
133
135
  'pisell-data-source-table-delete': string;
136
+ 'pisell-record-view-available': string;
137
+ 'pisell-record-view-unavailable': string;
134
138
  'pisell-data-source-form-required-message': string;
135
139
  'pisell-data-source-form-email-message': string;
136
140
  'pisell-data-source-form-domain-message': string;
@@ -145,6 +149,9 @@ declare const _default: {
145
149
  'pisell-number-format-thousand': string;
146
150
  'pisell-number-format-million': string;
147
151
  'pisell-number-format-billion': string;
152
+ 'walletCard-done': string;
153
+ 'walletCard-qrcode': string;
154
+ 'walletCard-barcode': string;
148
155
  'pisell-upload-button': string;
149
156
  'pisell-upload-setting-size-error': (maxSize: number) => string;
150
157
  'pisell-upload-setting-type-error': (type: string) => string;
@@ -159,6 +166,12 @@ declare const _default: {
159
166
  'pisell-action-get-data': string;
160
167
  'pisell-action-delete-success': string;
161
168
  'pisell-action-delete-failed': string;
169
+ 'walletCard-piont': string;
170
+ 'walletCard-rechargeable': string;
171
+ 'walletCard-voucher': string;
172
+ 'walletCard-discount': string;
173
+ 'pisellQrcode-done': string;
174
+ 'pisellQrcode-qrcode': string;
162
175
  'pisell-delete-confirm-title': string;
163
176
  'pisell-delete-confirm-content': string;
164
177
  'pisell-delete-confirm-ok': string;
@@ -206,14 +219,16 @@ declare const _default: {
206
219
  'pisell-lowcode-navigation-menu-add-sub-menu': string;
207
220
  'pisell-lowcode-navigation-menu-add-page': string;
208
221
  'pisell-lowcode-navigation-menu-add-page-tip': string;
222
+ 'pisell-lowcode-navigation-menu-tag-base': string;
223
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
209
224
  'pisell-data-source-form-app-identifier-pattern': string;
210
225
  'pisell-data-source-form-app-identifier-start-with-letter': string;
211
- 'pisell-data-source-form-app-identifier-special-ends': string;
212
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
213
226
  'pisell-group-permissions-rule-required': string;
214
227
  'pisell-group-permissions-rule-limit': string;
215
228
  'pisell-data-source-form-app-identifier-letters-only': string;
216
229
  'pisell-data-source-form-app-identifier-alphanumeric': string;
230
+ 'pisell-data-source-form-app-identifier-special-ends': string;
231
+ 'pisell-data-source-form-app-identifier-consecutive-special': string;
217
232
  "qrscanner-loading": string;
218
233
  "qrscanner-success": string;
219
234
  "qrscanner-success-qrcode": string;
@@ -223,5 +238,26 @@ declare const _default: {
223
238
  "qrscanner-error-no-code": string;
224
239
  "qrscanner-error-camera-init": string;
225
240
  "qrscanner-error-process-image": string;
241
+ 'pisell-login-and-register-title': string;
242
+ 'pisell-login-and-register-subtitle': string;
243
+ 'pisell-login-and-register-email-label': string;
244
+ 'pisell-login-and-register-email-placeholder': string;
245
+ 'pisell-login-and-register-password-label': string;
246
+ 'pisell-login-and-register-password-placeholder': string;
247
+ 'pisell-login-and-register-email-error': string;
248
+ 'pisell-login-and-register-email-error-valid': string;
249
+ 'pisell-login-and-register-password-error': string;
250
+ 'pisell-login-and-register-login': string;
251
+ 'pisell-login-and-register-google': string;
252
+ 'pisell-login-and-register-facebook': string;
253
+ 'pisell-login-and-register-apple': string;
254
+ 'pisell-login-and-register-sign-up': string;
255
+ 'pisell-login-and-register-login-tab': string;
256
+ 'pisell-login-and-register-register-tab': string;
257
+ 'pisell-login-and-register-register-email-placeholder': string;
258
+ 'pisell-login-and-register-register-password-placeholder': string;
259
+ 'pisell-login-and-register-register-button-text': string;
260
+ 'pisell-login-and-register-remember-me': string;
261
+ 'pisell-login-and-register-forgot-password': string;
226
262
  };
227
263
  export default _default;
@@ -1,9 +1,4 @@
1
- var _tableFilterSearch$;
2
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
5
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6
- export default (_tableFilterSearch$ = {
1
+ export default {
7
2
  "table-filter-search": "Search",
8
3
  "table-filter-clear": "Clear",
9
4
  "table-filter-filter": "Filter",
@@ -144,12 +139,14 @@ export default (_tableFilterSearch$ = {
144
139
  'pisell-empty-description-no-data': 'No Data',
145
140
  // 信息录入组件
146
141
  'pisell-information-entry-input-search': 'Search',
142
+ 'pisell-information-entry-input-confirm': 'Confirm',
147
143
  'pisell-information-entry-scan-exit': 'Exit',
148
144
  // 钱包卡片组件
149
145
  'pisell-wallet-pass-card-detail': 'Detail',
150
146
  'pisell-wallet-pass-card-redeem': 'Redeem',
151
147
  'pisell-wallet-pass-card-balance': 'Balance',
152
148
  'pisell-wallet-pass-card-valid-to': 'Valid to',
149
+ 'pisell-wallet-pass-card-expireDate': 'Long term',
153
150
  // 金额修改组件
154
151
  'pisell-adjust-price-price-override': "Price override",
155
152
  'pisell-adjust-price-discount': "Discount",
@@ -164,6 +161,9 @@ export default (_tableFilterSearch$ = {
164
161
  'pisell-data-source-table-edit': 'Edit',
165
162
  'pisell-data-source-table-detail': 'Detail',
166
163
  'pisell-data-source-table-delete': 'Delete',
164
+ // recordView组件
165
+ 'pisell-record-view-available': 'Available',
166
+ 'pisell-record-view-unavailable': 'No available',
167
167
  'pisell-data-source-form-required-message': 'This field is required',
168
168
  'pisell-data-source-form-email-message': 'Please enter a valid email address',
169
169
  'pisell-data-source-form-domain-message': 'Please enter a valid domain',
@@ -187,6 +187,10 @@ export default (_tableFilterSearch$ = {
187
187
  'pisell-number-format-thousand': 'K',
188
188
  'pisell-number-format-million': 'M',
189
189
  'pisell-number-format-billion': 'B',
190
+ //walletCard 组件
191
+ 'walletCard-done': 'Done',
192
+ 'walletCard-qrcode': 'QR code',
193
+ 'walletCard-barcode': 'Bar code',
190
194
  // 上传组件
191
195
  'pisell-upload-button': 'Upload',
192
196
  'pisell-upload-setting-size-error': function pisellUploadSettingSizeError(maxSize) {
@@ -212,6 +216,13 @@ export default (_tableFilterSearch$ = {
212
216
  'pisell-action-get-data': 'Please get data first',
213
217
  'pisell-action-delete-success': 'Deleted successfully',
214
218
  'pisell-action-delete-failed': 'Delete failed, please try again',
219
+ 'walletCard-piont': 'Points',
220
+ 'walletCard-rechargeable': 'Balance',
221
+ 'walletCard-voucher': 'Voucher',
222
+ 'walletCard-discount': 'Discount',
223
+ //PisellQrcode组件
224
+ 'pisellQrcode-done': 'Done',
225
+ 'pisellQrcode-qrcode': 'QR code',
215
226
  'pisell-delete-confirm-title': 'Confirm Delete',
216
227
  'pisell-delete-confirm-content': 'Are you sure you want to delete this record? This action cannot be undone.',
217
228
  'pisell-delete-confirm-ok': 'Delete',
@@ -267,15 +278,49 @@ export default (_tableFilterSearch$ = {
267
278
  'pisell-lowcode-navigation-menu-add-sub-menu': 'Add submenu',
268
279
  'pisell-lowcode-navigation-menu-add-page': 'Add page',
269
280
  'pisell-lowcode-navigation-menu-add-page-tip': 'No navigation found. Please add a submenu or page.',
281
+ 'pisell-lowcode-navigation-menu-tag-base': "Base",
282
+ 'pisell-lowcode-navigation-menu-tag-pisell1': "Pisell 1.0",
270
283
  // 应用标识符
271
284
  'pisell-data-source-form-app-identifier-pattern': 'Can only contain lowercase letters, numbers, hyphens, dots, and underscores',
272
285
  'pisell-data-source-form-app-identifier-start-with-letter': 'Must start with a letter',
273
- 'pisell-data-source-form-app-identifier-special-ends': 'Cannot end with a hyphen, dot, or underscore',
274
- 'pisell-data-source-form-app-identifier-consecutive-special': 'Cannot contain consecutive hyphens, dots, or underscores',
275
286
  // TODO(reilly): Added new properties to `zh-CN.ts`, so adding them here to avoid errors.
276
287
  // Please update these translations as needed
277
288
  'pisell-group-permissions-rule-required': 'Required',
278
289
  'pisell-group-permissions-rule-limit': 'Maximum {{num}} characters',
279
290
  'pisell-data-source-form-app-identifier-letters-only': 'Must start with a letter',
280
- 'pisell-data-source-form-app-identifier-alphanumeric': 'Can only contain letters, numbers, hyphens, dots, and underscores'
281
- }, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_tableFilterSearch$, "pisell-data-source-form-app-identifier-special-ends", 'Cannot end with a hyphen, dot, or underscore'), "pisell-data-source-form-app-identifier-consecutive-special", 'Cannot contain consecutive hyphens, dots, or underscores'), "qrscanner-loading", "Recognizing QR code..."), "qrscanner-success", "Successfully recognized: "), "qrscanner-success-qrcode", "QR code successfully recognized: "), "qrscanner-success-barcode", "Barcode successfully recognized: "), "qrscanner-error-upload-image", "Please upload an image file"), "qrscanner-error-load-failed", "Failed to read file"), "qrscanner-error-no-code", "No QR code or barcode detected."), "qrscanner-error-camera-init", "Cannot start camera. Please make sure it's authorized."), _defineProperty(_tableFilterSearch$, "qrscanner-error-process-image", "Error processing image"));
291
+ 'pisell-data-source-form-app-identifier-alphanumeric': 'Can only contain letters, numbers, hyphens, dots, and underscores',
292
+ 'pisell-data-source-form-app-identifier-special-ends': 'Cannot end with a hyphen, dot, or underscore',
293
+ 'pisell-data-source-form-app-identifier-consecutive-special': 'Cannot contain consecutive hyphens, dots, or underscores',
294
+ // QR Scanner related texts
295
+ "qrscanner-loading": "Recognizing QR code...",
296
+ "qrscanner-success": "Successfully recognized: ",
297
+ "qrscanner-success-qrcode": "QR code successfully recognized: ",
298
+ "qrscanner-success-barcode": "Barcode successfully recognized: ",
299
+ "qrscanner-error-upload-image": "Please upload an image file",
300
+ "qrscanner-error-load-failed": "Failed to read file",
301
+ "qrscanner-error-no-code": "No QR code or barcode detected.",
302
+ "qrscanner-error-camera-init": "Cannot start camera. Please make sure it's authorized.",
303
+ "qrscanner-error-process-image": "Error processing image",
304
+ // 登录注册组件
305
+ 'pisell-login-and-register-title': 'Log in to your account',
306
+ 'pisell-login-and-register-subtitle': 'Welcome back! Please enter your details.',
307
+ 'pisell-login-and-register-email-label': 'Email',
308
+ 'pisell-login-and-register-email-placeholder': 'Enter your email',
309
+ 'pisell-login-and-register-password-label': 'Password',
310
+ 'pisell-login-and-register-password-placeholder': 'Enter your password',
311
+ 'pisell-login-and-register-email-error': 'Please input your email!',
312
+ 'pisell-login-and-register-email-error-valid': 'Please enter a valid email!',
313
+ 'pisell-login-and-register-password-error': 'Please enter the correct password',
314
+ 'pisell-login-and-register-login': 'Log in',
315
+ 'pisell-login-and-register-google': 'Continue with Google',
316
+ 'pisell-login-and-register-facebook': 'Continue with Facebook',
317
+ 'pisell-login-and-register-apple': 'Continue with Apple',
318
+ 'pisell-login-and-register-sign-up': "Don't have an account? Sign up",
319
+ 'pisell-login-and-register-login-tab': 'Login',
320
+ 'pisell-login-and-register-register-tab': 'Register',
321
+ 'pisell-login-and-register-register-email-placeholder': 'Enter your email',
322
+ 'pisell-login-and-register-register-password-placeholder': 'Create a password',
323
+ 'pisell-login-and-register-register-button-text': 'Create account',
324
+ 'pisell-login-and-register-remember-me': 'Remember me',
325
+ 'pisell-login-and-register-forgot-password': 'Forgot password?'
326
+ };
@@ -7,13 +7,15 @@ var langMap = {
7
7
  "en-US": enUS,
8
8
  "zh-TW": zhTW,
9
9
  "zh-HK": zhTW,
10
- 'en': enUS
10
+ 'en': enUS,
11
+ 'original': enUS
11
12
  };
12
13
  export var getText = function getText(id) {
14
+ var _langMap$locale;
13
15
  if (!id) {
14
16
  return;
15
17
  }
16
18
  var locale = getCurrentLocale();
17
19
  //@ts-ignore
18
- return langMap[locale][id] || id;
20
+ return (langMap === null || langMap === void 0 || (_langMap$locale = langMap[locale]) === null || _langMap$locale === void 0 ? void 0 : _langMap$locale[id]) || id;
19
21
  };
@@ -114,11 +114,13 @@ declare const _default: {
114
114
  'pisell-input-copy': string;
115
115
  'pisell-empty-description-no-data': string;
116
116
  'pisell-information-entry-input-search': string;
117
+ 'pisell-information-entry-input-confirm': string;
117
118
  'pisell-information-entry-scan-exit': string;
118
119
  'pisell-wallet-pass-card-detail': string;
119
120
  'pisell-wallet-pass-card-redeem': string;
120
121
  'pisell-wallet-pass-card-balance': string;
121
122
  'pisell-wallet-pass-card-valid-to': string;
123
+ 'pisell-wallet-pass-card-expireDate': string;
122
124
  'pisell-adjust-price-price-override': string;
123
125
  'pisell-adjust-price-discount': string;
124
126
  'pisell-adjust-price-discount-amount': string;
@@ -131,6 +133,8 @@ declare const _default: {
131
133
  'pisell-data-source-table-edit': string;
132
134
  'pisell-data-source-table-detail': string;
133
135
  'pisell-data-source-table-delete': string;
136
+ 'pisell-record-view-available': string;
137
+ 'pisell-record-view-unavailable': string;
134
138
  'pisell-data-source-form-required-message': string;
135
139
  'pisell-data-source-form-email-message': string;
136
140
  'pisell-data-source-form-domain-message': string;
@@ -145,6 +149,9 @@ declare const _default: {
145
149
  'pisell-number-format-thousand': string;
146
150
  'pisell-number-format-million': string;
147
151
  'pisell-number-format-billion': string;
152
+ 'walletCard-done': string;
153
+ 'walletCard-qrcode': string;
154
+ 'walletCard-barcode': string;
148
155
  'pisell-upload-button': string;
149
156
  'pisell-upload-setting-size-error': (maxSize: number) => string;
150
157
  'pisell-upload-setting-type-error': (type: string) => string;
@@ -159,6 +166,12 @@ declare const _default: {
159
166
  'pisell-action-get-data': string;
160
167
  'pisell-action-delete-success': string;
161
168
  'pisell-action-delete-failed': string;
169
+ 'walletCard-piont': string;
170
+ 'walletCard-rechargeable': string;
171
+ 'walletCard-voucher': string;
172
+ 'walletCard-discount': string;
173
+ 'pisellQrcode-done': string;
174
+ 'pisellQrcode-qrcode': string;
162
175
  'pisell-delete-confirm-title': string;
163
176
  'pisell-delete-confirm-content': string;
164
177
  'pisell-delete-confirm-ok': string;
@@ -205,6 +218,8 @@ declare const _default: {
205
218
  'pisell-lowcode-navigation-menu-add-sub-menu': string;
206
219
  'pisell-lowcode-navigation-menu-add-page': string;
207
220
  'pisell-lowcode-navigation-menu-add-page-tip': string;
221
+ 'pisell-lowcode-navigation-menu-tag-base': string;
222
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
208
223
  'pisell-data-source-form-app-identifier-pattern': string;
209
224
  'pisell-data-source-form-app-identifier-start-with-letter': string;
210
225
  'pisell-data-source-form-app-identifier-special-ends': string;
@@ -218,5 +233,26 @@ declare const _default: {
218
233
  "qrscanner-error-no-code": string;
219
234
  "qrscanner-error-camera-init": string;
220
235
  "qrscanner-error-process-image": string;
236
+ 'pisell-login-and-register-title': string;
237
+ 'pisell-login-and-register-subtitle': string;
238
+ 'pisell-login-and-register-email-label': string;
239
+ 'pisell-login-and-register-email-placeholder': string;
240
+ 'pisell-login-and-register-password-label': string;
241
+ 'pisell-login-and-register-password-placeholder': string;
242
+ 'pisell-login-and-register-email-error': string;
243
+ 'pisell-login-and-register-email-error-valid': string;
244
+ 'pisell-login-and-register-password-error': string;
245
+ 'pisell-login-and-register-login': string;
246
+ 'pisell-login-and-register-google': string;
247
+ 'pisell-login-and-register-facebook': string;
248
+ 'pisell-login-and-register-apple': string;
249
+ 'pisell-login-and-register-sign-up': string;
250
+ 'pisell-login-and-register-login-tab': string;
251
+ 'pisell-login-and-register-register-tab': string;
252
+ 'pisell-login-and-register-register-email-placeholder': string;
253
+ 'pisell-login-and-register-register-password-placeholder': string;
254
+ 'pisell-login-and-register-register-button-text': string;
255
+ 'pisell-login-and-register-remember-me': string;
256
+ 'pisell-login-and-register-forgot-password': string;
221
257
  };
222
258
  export default _default;