@pisell/materials 3.3.56 → 3.3.58

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 (102) 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 +2 -2
  6. package/build/lowcode/preview.js +9 -9
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +33 -18
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +33 -18
  11. package/es/components/DragSortList/index.js +6 -6
  12. package/es/components/classicLayout/index.js +4 -5
  13. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  14. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  15. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  16. package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +199 -19
  17. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +5 -0
  18. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.js +66 -0
  19. package/es/components/dataSourceComponents/fields/Upload/index.less +35 -3
  20. package/es/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  21. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  22. package/es/components/dataSourceComponents/fields/index.d.ts +11 -11
  23. package/es/components/icon/index.js +5 -5
  24. package/es/components/list/index.js +6 -6
  25. package/es/components/pisellCamera/index.d.ts +4 -0
  26. package/es/components/pisellCamera/index.js +228 -0
  27. package/es/components/pisellCamera/index.less +131 -0
  28. package/es/components/pisellWalletPassCard/index.d.ts +0 -1
  29. package/es/components/pisellWalletPassCard/index.js +6 -1
  30. package/es/components/qrcode/index.js +1 -1
  31. package/es/components/select-time/index.d.ts +0 -1
  32. package/es/components/sort/components/InlineMenu/index.js +1 -1
  33. package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
  34. package/es/components/table/Actions/component/ViewMode/index.js +1 -1
  35. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +4 -5
  36. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  37. package/es/components/table/Header/Buttons/index.js +5 -5
  38. package/es/components/table/Table/SelectField/index.js +4 -4
  39. package/es/components/table/Table/fields/date/Edit/index.js +1 -1
  40. package/es/components/table/Table/fields/index.d.ts +2 -2
  41. package/es/components/table/Table/fields/link/Edit/index.js +5 -5
  42. package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
  43. package/es/components/table/Table/fields/search/filterUtil/index.js +0 -1
  44. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  45. package/es/components/table/Table/fields/text/Show/index.js +4 -4
  46. package/es/components/table/Table/fields/text/filterUtil/index.js +0 -1
  47. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  48. package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
  49. package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
  50. package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
  51. package/es/components/table/Table/utils.d.ts +1 -1
  52. package/es/components/table/hooks/useMergeColumnSetting.js +1 -2
  53. package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
  54. package/es/components/table/hooks/useTransFilterSetting.js +5 -5
  55. package/es/components/translation/utils.js +5 -5
  56. package/es/hooks/useResponsive.js +2 -2
  57. package/es/locales/en-US.d.ts +61 -50
  58. package/es/locales/en-US.js +82 -69
  59. package/es/locales/zh-CN.d.ts +61 -50
  60. package/es/locales/zh-CN.js +83 -70
  61. package/es/locales/zh-TW.d.ts +61 -50
  62. package/es/locales/zh-TW.js +83 -70
  63. package/es/utils/hoc.js +1 -1
  64. package/es/utils/index.d.ts +1 -1
  65. package/es/utils/miniRedux.js +8 -9
  66. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  67. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  68. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  69. package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +168 -5
  70. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +5 -0
  71. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.js +95 -0
  72. package/lib/components/dataSourceComponents/fields/Upload/index.less +35 -3
  73. package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  74. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  75. package/lib/components/dataSourceComponents/fields/index.d.ts +11 -11
  76. package/lib/components/lowCodePage/index.js +1 -2
  77. package/lib/components/pisellCamera/index.d.ts +4 -0
  78. package/lib/components/pisellCamera/index.js +222 -0
  79. package/lib/components/pisellCamera/index.less +131 -0
  80. package/lib/components/pisellWalletPassCard/index.d.ts +0 -1
  81. package/lib/components/pisellWalletPassCard/index.js +9 -1
  82. package/lib/components/select-time/index.d.ts +0 -1
  83. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  84. package/lib/components/table/Table/fields/date/filterUtil/index.js +3 -6
  85. package/lib/components/table/Table/fields/index.d.ts +2 -2
  86. package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +4 -8
  87. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  88. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  89. package/lib/components/table/Table/fields/utils/index.js +1 -2
  90. package/lib/components/table/Table/utils.d.ts +1 -1
  91. package/lib/hooks/useResponsive.js +3 -6
  92. package/lib/locales/en-US.d.ts +61 -50
  93. package/lib/locales/en-US.js +14 -1
  94. package/lib/locales/zh-CN.d.ts +61 -50
  95. package/lib/locales/zh-CN.js +14 -1
  96. package/lib/locales/zh-TW.d.ts +61 -50
  97. package/lib/locales/zh-TW.js +14 -1
  98. package/lib/utils/index.d.ts +1 -1
  99. package/lowcode/form-item-upload/meta.ts +20 -5
  100. package/lowcode/pisell-upload/meta.ts +8 -0
  101. package/lowcode/pisell-wallet-pass-card/meta.ts +19 -0
  102. package/package.json +2 -1
@@ -1,50 +1,50 @@
1
1
  export default {
2
- "table-filter-search": "Search",
3
- "table-filter-clear": "Clear",
4
- "table-filter-filter": "Filter",
5
- "table-filter-min": "Min",
6
- "table-filter-max": "Max",
7
- "table-pagination-previous": "Previous",
8
- "table-pagination-next": "Next",
9
- "table-pagination-total": function tablePaginationTotal(current, total) {
2
+ 'table-filter-search': 'Search',
3
+ 'table-filter-clear': 'Clear',
4
+ 'table-filter-filter': 'Filter',
5
+ 'table-filter-min': 'Min',
6
+ 'table-filter-max': 'Max',
7
+ 'table-pagination-previous': 'Previous',
8
+ 'table-pagination-next': 'Next',
9
+ 'table-pagination-total': function tablePaginationTotal(current, total) {
10
10
  return "Page ".concat(current, " of ").concat(total);
11
11
  },
12
- "select-dropdown-render-select-all": "Select all",
13
- "select-dropdown-render-search": "Search",
14
- "sort-button-text": "Sort",
15
- "sort-oldest-to-newest": "Oldest to newest",
16
- "sort-newest-to-oldest": "Newest to oldest",
17
- "sort-a-z": "A to Z",
18
- "sort-z-a": "Z to A",
19
- "sort-from-morning-to-night": "From morning to night",
20
- "sort-from-evening-to-morning": "From evening to morning",
21
- "sort-0-9": "0 ~ 9",
22
- "sort-9-0": "9 ~ 0",
23
- "table-action-filter-button": "Filter",
24
- "table-action-filter-quick-filter": "Quick Filter",
25
- "table-action-filter-quick-filter-tip": function tableActionFilterQuickFilterTip(count) {
12
+ 'select-dropdown-render-select-all': 'Select all',
13
+ 'select-dropdown-render-search': 'Search',
14
+ 'sort-button-text': 'Sort',
15
+ 'sort-oldest-to-newest': 'Oldest to newest',
16
+ 'sort-newest-to-oldest': 'Newest to oldest',
17
+ 'sort-a-z': 'A to Z',
18
+ 'sort-z-a': 'Z to A',
19
+ 'sort-from-morning-to-night': 'From morning to night',
20
+ 'sort-from-evening-to-morning': 'From evening to morning',
21
+ 'sort-0-9': '0 ~ 9',
22
+ 'sort-9-0': '9 ~ 0',
23
+ 'table-action-filter-button': 'Filter',
24
+ 'table-action-filter-quick-filter': 'Quick Filter',
25
+ 'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
26
26
  return "Enable quick filtering directly on the page for convenient filtering operations, with a maximum of ".concat(count, " filters allowed.");
27
27
  },
28
- "table-action-filter-other-filter": "Filter",
29
- "table-action-filter-other-filter-tip": function tableActionFilterOtherFilterTip() {
30
- return "Select filter criteria in the list to perform filtering operations and display corresponding results.";
28
+ 'table-action-filter-other-filter': 'Filter',
29
+ 'table-action-filter-other-filter-tip': function tableActionFilterOtherFilterTip() {
30
+ return 'Select filter criteria in the list to perform filtering operations and display corresponding results.';
31
31
  },
32
- "table-action-group-by-title": "Group by",
33
- "table-action-group-by-title-tip": "Please select the field from the dropdown menu to group the data for better organization and browsing.",
34
- "table-action-column-title": "Header settings",
35
- "table-column-group-records": "records",
36
- "table-column-group-lock-tip": "Fixed column immutable order",
37
- "table-column-drag-sort-disabled-tip": "Automatic sorting is enabled, manual dragging is disabled.",
38
- "table-action-filter-no-filter": "No filter options available.",
39
- "table-action-range-picker-presets-today": "Today",
40
- "table-action-range-picker-presets-yesterday": "Yesterday",
41
- "table-action-range-picker-presets-last-3-day": "Last 3 Days",
42
- "table-action-range-picker-presets-last-7-day": "Last 7 Days",
43
- "table-action-range-picker-presets-last-14-day": "Last 14 Days",
44
- "table-action-range-picker-presets-last-30-day": "Last 30 Days",
45
- "table-action-range-picker-presets-last-90-day": "Last 90 Days",
46
- "virtual-keyboard-time-now": "Now",
47
- "virtual-keyboard-time-ok": "OK",
32
+ 'table-action-group-by-title': 'Group by',
33
+ 'table-action-group-by-title-tip': 'Please select the field from the dropdown menu to group the data for better organization and browsing.',
34
+ 'table-action-column-title': 'Header settings',
35
+ 'table-column-group-records': 'records',
36
+ 'table-column-group-lock-tip': 'Fixed column immutable order',
37
+ 'table-column-drag-sort-disabled-tip': 'Automatic sorting is enabled, manual dragging is disabled.',
38
+ 'table-action-filter-no-filter': 'No filter options available.',
39
+ 'table-action-range-picker-presets-today': 'Today',
40
+ 'table-action-range-picker-presets-yesterday': 'Yesterday',
41
+ 'table-action-range-picker-presets-last-3-day': 'Last 3 Days',
42
+ 'table-action-range-picker-presets-last-7-day': 'Last 7 Days',
43
+ 'table-action-range-picker-presets-last-14-day': 'Last 14 Days',
44
+ 'table-action-range-picker-presets-last-30-day': 'Last 30 Days',
45
+ 'table-action-range-picker-presets-last-90-day': 'Last 90 Days',
46
+ 'virtual-keyboard-time-now': 'Now',
47
+ 'virtual-keyboard-time-ok': 'OK',
48
48
  'batch-editor-batch-edit': 'Batch edit',
49
49
  'batch-editor-actions': 'Actions',
50
50
  'batch-editor-remove': 'Remove',
@@ -54,7 +54,7 @@ export default {
54
54
  'batch-editor-confirm': 'Confirm',
55
55
  'batch-editor-batch-remove': 'Batch remove',
56
56
  'batch-editor-quick-edit': 'Quick edit',
57
- 'batch-editor-what-price': "What price",
57
+ 'batch-editor-what-price': 'What price',
58
58
  'batch-editor-quick-edit-title': function batchEditorQuickEditTitle(product, num) {
59
59
  return "You have selected ".concat(num, " products including ").concat(product);
60
60
  },
@@ -131,7 +131,7 @@ export default {
131
131
  'date-picker-first_day_of_next_month': 'First day of next month',
132
132
  'date-picker-last_day_of_last_month': 'Last day of last month',
133
133
  'date-picker-invalid-date': 'Invalid date',
134
- "date-picker-apply": "Apply",
134
+ 'date-picker-apply': 'Apply',
135
135
  'date-picker-shortcut-custom': 'Custom',
136
136
  'pisell-input-copy-success': 'Copy Success',
137
137
  'pisell-input-copy': 'Copy',
@@ -155,14 +155,15 @@ export default {
155
155
  'pisell-wallet-pass-card-required': 'This field is required',
156
156
  'pisell-wallet-pass-card-expireDate': 'Long term',
157
157
  // 金额修改组件
158
- 'pisell-adjust-price-price-override': "Price override",
159
- 'pisell-adjust-price-discount': "Discount",
160
- 'pisell-adjust-price-discount-amount': "Amount",
161
- 'pisell-adjust-price-discount-percentage': "Percentage",
162
- 'pisell-adjust-price-total-after-discount': "Total after discount: ",
163
- 'pisell-adjust-price-discount-can-be-maximum': "Discount can be maximum",
158
+ 'pisell-adjust-price-price-override': 'Price override',
159
+ 'pisell-adjust-price-discount': 'Discount',
160
+ 'pisell-adjust-price-discount-amount': 'Amount',
161
+ 'pisell-adjust-price-discount-percentage': 'Percentage',
162
+ 'pisell-adjust-price-total-after-discount': 'Total after discount: ',
163
+ 'pisell-adjust-price-discount-can-be-maximum': 'Discount can be maximum',
164
164
  'pisell-discount-card-title': 'Discount',
165
165
  'pisell-discount-card-unit': 'off',
166
+ 'pisell-discount-card-fixed-amount-prefix': 'Save',
166
167
  // 数据源表格
167
168
  'pisell-data-source-table-add': 'Add',
168
169
  'pisell-data-source-table-edit': 'Edit',
@@ -273,7 +274,7 @@ export default {
273
274
  'pisell-lowcode-app-version-control-new-version': 'New version',
274
275
  'pisell-lowcode-app-version-control-promote-to-live': 'Promote to live',
275
276
  'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
276
- return "Promote version ".concat(version || "", "?");
277
+ return "Promote version ".concat(version || '', "?");
277
278
  },
278
279
  'pisell-lowcode-app-version-control-promote-version-describe': 'Are you sure you want to promote this version?',
279
280
  'pisell-lowcode-app-version-control-promote-version-ok': 'Promote',
@@ -285,12 +286,12 @@ export default {
285
286
  'pisell-lowcode-navigation-menu-add-sub-menu': 'Add submenu',
286
287
  'pisell-lowcode-navigation-menu-add-page': 'Add page',
287
288
  'pisell-lowcode-navigation-menu-add-page-tip': 'No navigation found. Please add a submenu or page.',
288
- 'pisell-lowcode-navigation-menu-tag-base': "Base",
289
- 'pisell-lowcode-navigation-menu-tag-proCode': "Pro code",
290
- 'pisell-lowcode-navigation-menu-tag-pisell1': "Pisell 1.0",
291
- 'pisell-lowcode-navigation-menu-tag-group': "Group",
292
- 'pisell-lowcode-navigation-menu-tag-sub-menu': "Submenu",
293
- 'pisell-lowcode-navigation-menu-tag-custom': "Custom",
289
+ 'pisell-lowcode-navigation-menu-tag-base': 'Base',
290
+ 'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
291
+ 'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
292
+ 'pisell-lowcode-navigation-menu-tag-group': 'Group',
293
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': 'Submenu',
294
+ 'pisell-lowcode-navigation-menu-tag-custom': 'Custom',
294
295
  // 应用标识符
295
296
  'pisell-data-source-form-app-identifier-pattern': 'Can only contain lowercase letters, numbers, hyphens, dots, and underscores',
296
297
  'pisell-data-source-form-app-identifier-start-with-letter': 'Must start with a letter',
@@ -303,15 +304,15 @@ export default {
303
304
  'pisell-data-source-form-app-identifier-special-ends': 'Cannot end with a hyphen, dot, or underscore',
304
305
  'pisell-data-source-form-app-identifier-consecutive-special': 'Cannot contain consecutive hyphens, dots, or underscores',
305
306
  // QR Scanner related texts
306
- "qrscanner-loading": "Recognizing QR code...",
307
- "qrscanner-success": "Successfully recognized: ",
308
- "qrscanner-success-qrcode": "QR code successfully recognized: ",
309
- "qrscanner-success-barcode": "Barcode successfully recognized: ",
310
- "qrscanner-error-upload-image": "Please upload an image file",
311
- "qrscanner-error-load-failed": "Failed to read file",
312
- "qrscanner-error-no-code": "No QR code or barcode detected.",
313
- "qrscanner-error-camera-init": "Cannot start camera. Please make sure it's authorized.",
314
- "qrscanner-error-process-image": "Error processing image",
307
+ 'qrscanner-loading': 'Recognizing QR code...',
308
+ 'qrscanner-success': 'Successfully recognized: ',
309
+ 'qrscanner-success-qrcode': 'QR code successfully recognized: ',
310
+ 'qrscanner-success-barcode': 'Barcode successfully recognized: ',
311
+ 'qrscanner-error-upload-image': 'Please upload an image file',
312
+ 'qrscanner-error-load-failed': 'Failed to read file',
313
+ 'qrscanner-error-no-code': 'No QR code or barcode detected.',
314
+ 'qrscanner-error-camera-init': "Cannot start camera. Please make sure it's authorized.",
315
+ 'qrscanner-error-process-image': 'Error processing image',
315
316
  // 登录注册组件
316
317
  'pisell-login-and-register-title': 'Log in to your account',
317
318
  'pisell-login-and-register-subtitle': 'Welcome back! Please enter your details.',
@@ -335,8 +336,20 @@ export default {
335
336
  'pisell-login-and-register-remember-me': 'Remember me',
336
337
  'pisell-login-and-register-forgot-password': 'Forgot password?',
337
338
  // 商品券组件
338
- 'pisell2.text.goodpass.product-vouchers': "Promotions & Vouchers",
339
- 'pisell2.text.goodpass.last-settlement': "(Last payment)",
340
- 'pisell2.text.goodpass.view-more': "View More",
341
- 'pisell2.text.goodpass.save': "Save"
339
+ 'pisell2.text.goodpass.product-vouchers': 'Promotions & Vouchers',
340
+ 'pisell2.text.goodpass.last-settlement': '(Last payment)',
341
+ 'pisell2.text.goodpass.view-more': 'View More',
342
+ 'pisell2.text.goodpass.save': 'Save',
343
+ // 相机组件
344
+ 'pisell-camera-no-camera-accessible': 'No camera accessible',
345
+ 'pisell-camera-permission-denied': 'Permission denied',
346
+ 'pisell-camera-switch-camera': 'Switch camera',
347
+ 'pisell-camera-canvas': 'Canvas not supported',
348
+ 'pisell-camera-checking': 'Detecting camera...',
349
+ 'pisell-camera-no-camera-desc': 'Please check if your device has a camera or grant browser permission to access camera',
350
+ // 拍照组件
351
+ 'pisell-upload-camera-local-files': 'Local Files',
352
+ 'pisell-upload-camera-capture': 'Capture',
353
+ 'pisell-upload-camera-retake': 'Retake',
354
+ 'pisell-upload-camera-use': 'Use photo'
342
355
  };
@@ -1,44 +1,44 @@
1
1
  declare const _default: {
2
- "table-filter-search": string;
3
- "table-filter-clear": string;
4
- "table-filter-filter": string;
5
- "table-filter-min": string;
6
- "table-filter-max": string;
7
- "table-pagination-previous": string;
8
- "table-pagination-next": string;
9
- "table-pagination-total": (current: string, total: string) => string;
10
- "select-dropdown-render-select-all": string;
11
- "select-dropdown-render-search": string;
12
- "sort-button-text": string;
13
- "sort-oldest-to-newest": string;
14
- "sort-newest-to-oldest": string;
15
- "sort-a-z": string;
16
- "sort-z-a": string;
17
- "sort-from-morning-to-night": string;
18
- "sort-from-evening-to-morning": string;
19
- "sort-0-9": string;
20
- "sort-9-0": string;
21
- "table-action-filter-button": string;
22
- "table-action-filter-quick-filter": string;
23
- "table-action-filter-quick-filter-tip": (count: number) => string;
24
- "table-action-filter-other-filter": string;
25
- "table-action-filter-other-filter-tip": () => string;
26
- "table-action-group-by-title": string;
27
- "table-action-group-by-title-tip": string;
28
- "table-action-column-title": string;
29
- "table-column-group-records": string;
30
- "table-column-group-lock-tip": string;
31
- "table-column-drag-sort-disabled-tip": string;
32
- "table-action-filter-no-filter": string;
33
- "table-action-range-picker-presets-today": string;
34
- "table-action-range-picker-presets-yesterday": string;
35
- "table-action-range-picker-presets-last-3-day": string;
36
- "table-action-range-picker-presets-last-7-day": string;
37
- "table-action-range-picker-presets-last-14-day": string;
38
- "table-action-range-picker-presets-last-30-day": string;
39
- "table-action-range-picker-presets-last-90-day": string;
40
- "virtual-keyboard-time-now": string;
41
- "virtual-keyboard-time-ok": string;
2
+ 'table-filter-search': string;
3
+ 'table-filter-clear': string;
4
+ 'table-filter-filter': string;
5
+ 'table-filter-min': string;
6
+ 'table-filter-max': string;
7
+ 'table-pagination-previous': string;
8
+ 'table-pagination-next': string;
9
+ 'table-pagination-total': (current: string, total: string) => string;
10
+ 'select-dropdown-render-select-all': string;
11
+ 'select-dropdown-render-search': string;
12
+ 'sort-button-text': string;
13
+ 'sort-oldest-to-newest': string;
14
+ 'sort-newest-to-oldest': string;
15
+ 'sort-a-z': string;
16
+ 'sort-z-a': string;
17
+ 'sort-from-morning-to-night': string;
18
+ 'sort-from-evening-to-morning': string;
19
+ 'sort-0-9': string;
20
+ 'sort-9-0': string;
21
+ 'table-action-filter-button': string;
22
+ 'table-action-filter-quick-filter': string;
23
+ 'table-action-filter-quick-filter-tip': (count: number) => string;
24
+ 'table-action-filter-other-filter': string;
25
+ 'table-action-filter-other-filter-tip': () => string;
26
+ 'table-action-group-by-title': string;
27
+ 'table-action-group-by-title-tip': string;
28
+ 'table-action-column-title': string;
29
+ 'table-column-group-records': string;
30
+ 'table-column-group-lock-tip': string;
31
+ 'table-column-drag-sort-disabled-tip': string;
32
+ 'table-action-filter-no-filter': string;
33
+ 'table-action-range-picker-presets-today': string;
34
+ 'table-action-range-picker-presets-yesterday': string;
35
+ 'table-action-range-picker-presets-last-3-day': string;
36
+ 'table-action-range-picker-presets-last-7-day': string;
37
+ 'table-action-range-picker-presets-last-14-day': string;
38
+ 'table-action-range-picker-presets-last-30-day': string;
39
+ 'table-action-range-picker-presets-last-90-day': string;
40
+ 'virtual-keyboard-time-now': string;
41
+ 'virtual-keyboard-time-ok': string;
42
42
  'batch-editor-batch-edit': string;
43
43
  'batch-editor-actions': string;
44
44
  'batch-editor-remove': string;
@@ -108,7 +108,7 @@ declare const _default: {
108
108
  'date-picker-first_day_of_next_month': string;
109
109
  'date-picker-last_day_of_last_month': string;
110
110
  'date-picker-invalid-date': string;
111
- "date-picker-apply": string;
111
+ 'date-picker-apply': string;
112
112
  'date-picker-shortcut-custom': string;
113
113
  'pisell-input-copy-success': string;
114
114
  'pisell-input-copy': string;
@@ -136,6 +136,7 @@ declare const _default: {
136
136
  'pisell-adjust-price-discount-can-be-maximum': string;
137
137
  'pisell-discount-card-title': string;
138
138
  'pisell-discount-card-unit': string;
139
+ 'pisell-discount-card-fixed-amount-prefix': string;
139
140
  'pisell-data-source-table-add': string;
140
141
  'pisell-data-source-table-edit': string;
141
142
  'pisell-data-source-table-detail': string;
@@ -235,15 +236,15 @@ declare const _default: {
235
236
  'pisell-data-source-form-app-identifier-start-with-letter': string;
236
237
  'pisell-data-source-form-app-identifier-special-ends': string;
237
238
  'pisell-data-source-form-app-identifier-consecutive-special': string;
238
- "qrscanner-loading": string;
239
- "qrscanner-success": string;
240
- "qrscanner-success-qrcode": string;
241
- "qrscanner-success-barcode": string;
242
- "qrscanner-error-upload-image": string;
243
- "qrscanner-error-load-failed": string;
244
- "qrscanner-error-no-code": string;
245
- "qrscanner-error-camera-init": string;
246
- "qrscanner-error-process-image": string;
239
+ 'qrscanner-loading': string;
240
+ 'qrscanner-success': string;
241
+ 'qrscanner-success-qrcode': string;
242
+ 'qrscanner-success-barcode': string;
243
+ 'qrscanner-error-upload-image': string;
244
+ 'qrscanner-error-load-failed': string;
245
+ 'qrscanner-error-no-code': string;
246
+ 'qrscanner-error-camera-init': string;
247
+ 'qrscanner-error-process-image': string;
247
248
  'pisell-login-and-register-title': string;
248
249
  'pisell-login-and-register-subtitle': string;
249
250
  'pisell-login-and-register-email-label': string;
@@ -269,5 +270,15 @@ declare const _default: {
269
270
  'pisell2.text.goodpass.last-settlement': string;
270
271
  'pisell2.text.goodpass.view-more': string;
271
272
  'pisell2.text.goodpass.save': string;
273
+ 'pisell-camera-no-camera-accessible': string;
274
+ 'pisell-camera-permission-denied': string;
275
+ 'pisell-camera-switch-camera': string;
276
+ 'pisell-camera-canvas': string;
277
+ 'pisell-camera-checking': string;
278
+ 'pisell-camera-no-camera-desc': string;
279
+ 'pisell-upload-camera-local-files': string;
280
+ 'pisell-upload-camera-capture': string;
281
+ 'pisell-upload-camera-retake': string;
282
+ 'pisell-upload-camera-use': string;
272
283
  };
273
284
  export default _default;
@@ -1,50 +1,50 @@
1
1
  export default {
2
- "table-filter-search": "搜索",
3
- "table-filter-clear": "清除",
4
- "table-filter-filter": "筛选",
5
- "table-filter-min": "最小",
6
- "table-filter-max": "最大",
7
- "table-pagination-previous": "上一页",
8
- "table-pagination-next": "下一页",
9
- "table-pagination-total": function tablePaginationTotal(current, total) {
2
+ 'table-filter-search': '搜索',
3
+ 'table-filter-clear': '清除',
4
+ 'table-filter-filter': '筛选',
5
+ 'table-filter-min': '最小',
6
+ 'table-filter-max': '最大',
7
+ 'table-pagination-previous': '上一页',
8
+ 'table-pagination-next': '下一页',
9
+ 'table-pagination-total': function tablePaginationTotal(current, total) {
10
10
  return "\u7B2C".concat(current, "\u9875 \u5171").concat(total, "\u9875");
11
11
  },
12
- "select-dropdown-render-select-all": "全选",
13
- "select-dropdown-render-search": "搜索",
14
- "sort-button-text": "排序",
15
- "sort-oldest-to-newest": "从旧到新",
16
- "sort-newest-to-oldest": "从新到旧",
17
- "sort-a-z": "A 到 Z",
18
- "sort-z-a": "Z 到 A",
19
- "sort-from-morning-to-night": "从早到晚",
20
- "sort-from-evening-to-morning": "从晚到早",
21
- "sort-0-9": "0 ~ 9",
22
- "sort-9-0": "9 ~ 0",
23
- "table-action-filter-button": "筛选",
24
- "table-action-filter-quick-filter": "快捷筛选",
25
- "table-action-filter-quick-filter-tip": function tableActionFilterQuickFilterTip(count) {
12
+ 'select-dropdown-render-select-all': '全选',
13
+ 'select-dropdown-render-search': '搜索',
14
+ 'sort-button-text': '排序',
15
+ 'sort-oldest-to-newest': '从旧到新',
16
+ 'sort-newest-to-oldest': '从新到旧',
17
+ 'sort-a-z': 'A 到 Z',
18
+ 'sort-z-a': 'Z 到 A',
19
+ 'sort-from-morning-to-night': '从早到晚',
20
+ 'sort-from-evening-to-morning': '从晚到早',
21
+ 'sort-0-9': '0 ~ 9',
22
+ 'sort-9-0': '9 ~ 0',
23
+ 'table-action-filter-button': '筛选',
24
+ 'table-action-filter-quick-filter': '快捷筛选',
25
+ 'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
26
26
  return "\u5728\u9875\u9762\u4E0A\u76F4\u63A5\u542F\u7528\u5FEB\u901F\u7B5B\u9009\uFF0C\u4EE5\u4FBF\u8FDB\u884C\u65B9\u4FBF\u7684\u7B5B\u9009\u64CD\u4F5C\uFF0C\u6700\u591A\u5141\u8BB8\u4F7F\u7528".concat(count, "\u4E2A\u7B5B\u9009\u5668\u3002");
27
27
  },
28
- "table-action-filter-other-filter": "筛选",
29
- "table-action-filter-other-filter-tip": function tableActionFilterOtherFilterTip() {
30
- return "在列表中选择筛选条件进行筛选操作,并显示相应的结果。";
28
+ 'table-action-filter-other-filter': '筛选',
29
+ 'table-action-filter-other-filter-tip': function tableActionFilterOtherFilterTip() {
30
+ return '在列表中选择筛选条件进行筛选操作,并显示相应的结果。';
31
31
  },
32
- "table-action-group-by-title": "分组条件",
33
- "table-action-group-by-title-tip": "请从下拉菜单中选择要分组的字段,以便更好地组织和浏览数据。",
34
- "table-action-column-title": "表头设置",
35
- "table-column-group-records": "条记录",
36
- "table-column-group-lock-tip": "固定列不可移动顺序",
37
- "table-column-drag-sort-disabled-tip": "已开启自动排序,无法手动拖拽",
38
- "table-action-filter-no-filter": "没有可用的筛选器。",
39
- "table-action-range-picker-presets-today": "今天",
40
- "table-action-range-picker-presets-yesterday": "昨天",
41
- "table-action-range-picker-presets-last-3-day": "过去3天",
42
- "table-action-range-picker-presets-last-7-day": "过去7天",
43
- "table-action-range-picker-presets-last-14-day": "过去14天",
44
- "table-action-range-picker-presets-last-30-day": "过去30天",
45
- "table-action-range-picker-presets-last-90-day": "过去90天",
46
- "virtual-keyboard-time-now": "此刻",
47
- "virtual-keyboard-time-ok": "确定",
32
+ 'table-action-group-by-title': '分组条件',
33
+ 'table-action-group-by-title-tip': '请从下拉菜单中选择要分组的字段,以便更好地组织和浏览数据。',
34
+ 'table-action-column-title': '表头设置',
35
+ 'table-column-group-records': '条记录',
36
+ 'table-column-group-lock-tip': '固定列不可移动顺序',
37
+ 'table-column-drag-sort-disabled-tip': '已开启自动排序,无法手动拖拽',
38
+ 'table-action-filter-no-filter': '没有可用的筛选器。',
39
+ 'table-action-range-picker-presets-today': '今天',
40
+ 'table-action-range-picker-presets-yesterday': '昨天',
41
+ 'table-action-range-picker-presets-last-3-day': '过去3天',
42
+ 'table-action-range-picker-presets-last-7-day': '过去7天',
43
+ 'table-action-range-picker-presets-last-14-day': '过去14天',
44
+ 'table-action-range-picker-presets-last-30-day': '过去30天',
45
+ 'table-action-range-picker-presets-last-90-day': '过去90天',
46
+ 'virtual-keyboard-time-now': '此刻',
47
+ 'virtual-keyboard-time-ok': '确定',
48
48
  'batch-editor-batch-edit': '批量编辑',
49
49
  'batch-editor-actions': '操作',
50
50
  'batch-editor-remove': '移除',
@@ -54,7 +54,7 @@ export default {
54
54
  'batch-editor-confirm': '确认',
55
55
  'batch-editor-batch-remove': '批量移除',
56
56
  'batch-editor-quick-edit': '快速编辑',
57
- 'batch-editor-what-price': "什么价格",
57
+ 'batch-editor-what-price': '什么价格',
58
58
  'batch-editor-quick-edit-title': function batchEditorQuickEditTitle(product, num) {
59
59
  return "\u60A8\u5DF2\u9009\u62E9 ".concat(product, " \u7B49").concat(num, "\u4EF6\u5546\u54C1");
60
60
  },
@@ -131,7 +131,7 @@ export default {
131
131
  'date-picker-first_day_of_next_month': '下个月的第一天',
132
132
  'date-picker-last_day_of_last_month': '上个月的最后一天',
133
133
  'date-picker-invalid-date': '无效日期',
134
- "date-picker-apply": "确定",
134
+ 'date-picker-apply': '确定',
135
135
  'date-picker-shortcut-custom': '自定义',
136
136
  'pisell-input-copy-success': '复制成功',
137
137
  'pisell-input-copy': '复制',
@@ -155,14 +155,15 @@ export default {
155
155
  'pisell-wallet-pass-card-required': '此字段必填',
156
156
  'pisell-wallet-pass-card-expireDate': '长期',
157
157
  // 金额修改组件
158
- 'pisell-adjust-price-price-override': "一口价",
159
- 'pisell-adjust-price-discount': "折扣",
160
- 'pisell-adjust-price-discount-amount': "金额",
161
- 'pisell-adjust-price-discount-percentage': "百分比",
162
- 'pisell-adjust-price-total-after-discount': "打折后总价",
163
- 'pisell-adjust-price-discount-can-be-maximum': "折扣最高可达",
158
+ 'pisell-adjust-price-price-override': '一口价',
159
+ 'pisell-adjust-price-discount': '折扣',
160
+ 'pisell-adjust-price-discount-amount': '金额',
161
+ 'pisell-adjust-price-discount-percentage': '百分比',
162
+ 'pisell-adjust-price-total-after-discount': '打折后总价',
163
+ 'pisell-adjust-price-discount-can-be-maximum': '折扣最高可达',
164
164
  'pisell-discount-card-title': '折扣',
165
165
  'pisell-discount-card-unit': '折扣',
166
+ 'pisell-discount-card-fixed-amount-prefix': '立减',
166
167
  'pisell-data-source-table-add': '添加',
167
168
  'pisell-data-source-table-edit': '编辑',
168
169
  'pisell-data-source-table-detail': '详情',
@@ -270,7 +271,7 @@ export default {
270
271
  'pisell-lowcode-app-version-control-new-version': '新版本',
271
272
  'pisell-lowcode-app-version-control-promote-to-live': '发布正式版',
272
273
  'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
273
- return "\u53D1\u5E03\u7248\u672C ".concat(version || "", "?");
274
+ return "\u53D1\u5E03\u7248\u672C ".concat(version || '', "?");
274
275
  },
275
276
  'pisell-lowcode-app-version-control-promote-version-describe': '您确定要发布此版本吗?',
276
277
  'pisell-lowcode-app-version-control-promote-version-ok': '发布',
@@ -282,27 +283,27 @@ export default {
282
283
  'pisell-lowcode-navigation-menu-add-sub-menu': '添加子菜单',
283
284
  'pisell-lowcode-navigation-menu-add-page': '添加页面',
284
285
  'pisell-lowcode-navigation-menu-add-page-tip': '没有找到导航,请添加子菜单或页面。',
285
- 'pisell-lowcode-navigation-menu-tag-base': "基础",
286
- 'pisell-lowcode-navigation-menu-tag-proCode': "Pro code",
287
- 'pisell-lowcode-navigation-menu-tag-pisell1': "Pisell 1.0",
288
- 'pisell-lowcode-navigation-menu-tag-group': "分组",
289
- 'pisell-lowcode-navigation-menu-tag-sub-menu': "子菜单",
290
- 'pisell-lowcode-navigation-menu-tag-custom': "自定义",
286
+ 'pisell-lowcode-navigation-menu-tag-base': '基础',
287
+ 'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
288
+ 'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
289
+ 'pisell-lowcode-navigation-menu-tag-group': '分组',
290
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': '子菜单',
291
+ 'pisell-lowcode-navigation-menu-tag-custom': '自定义',
291
292
  // 应用标识符
292
293
  'pisell-data-source-form-app-identifier-pattern': '只能包含小写字母、数字、连字符、点和下划线',
293
294
  'pisell-data-source-form-app-identifier-start-with-letter': '必须以字母开头',
294
295
  'pisell-data-source-form-app-identifier-special-ends': '不能以连字符、点或下划线结尾',
295
296
  'pisell-data-source-form-app-identifier-consecutive-special': '不能包含连续的连字符、点或下划线',
296
297
  // QR Scanner 相关文案
297
- "qrscanner-loading": "正在识别二维码...",
298
- "qrscanner-success": "识别成功: ",
299
- "qrscanner-success-qrcode": "二维码识别成功: ",
300
- "qrscanner-success-barcode": "条形码识别成功: ",
301
- "qrscanner-error-upload-image": "请上传图片文件",
302
- "qrscanner-error-load-failed": "读取文件失败",
303
- "qrscanner-error-no-code": "未检测到二维码或条形码",
304
- "qrscanner-error-camera-init": "无法启动摄像头,请确保已授权",
305
- "qrscanner-error-process-image": "处理图像时出错",
298
+ 'qrscanner-loading': '正在识别二维码...',
299
+ 'qrscanner-success': '识别成功: ',
300
+ 'qrscanner-success-qrcode': '二维码识别成功: ',
301
+ 'qrscanner-success-barcode': '条形码识别成功: ',
302
+ 'qrscanner-error-upload-image': '请上传图片文件',
303
+ 'qrscanner-error-load-failed': '读取文件失败',
304
+ 'qrscanner-error-no-code': '未检测到二维码或条形码',
305
+ 'qrscanner-error-camera-init': '无法启动摄像头,请确保已授权',
306
+ 'qrscanner-error-process-image': '处理图像时出错',
306
307
  // 登录注册组件
307
308
  'pisell-login-and-register-title': '登录到您的账户',
308
309
  'pisell-login-and-register-subtitle': '欢迎回来!请输入您的详细信息。',
@@ -317,7 +318,7 @@ export default {
317
318
  'pisell-login-and-register-google': '继续使用Google',
318
319
  'pisell-login-and-register-facebook': '继续使用Facebook',
319
320
  'pisell-login-and-register-apple': '继续使用Apple',
320
- 'pisell-login-and-register-sign-up': "没有账户?注册",
321
+ 'pisell-login-and-register-sign-up': '没有账户?注册',
321
322
  'pisell-login-and-register-login-tab': '登录',
322
323
  'pisell-login-and-register-register-tab': '注册',
323
324
  'pisell-login-and-register-register-email-placeholder': '输入您的邮箱',
@@ -326,8 +327,20 @@ export default {
326
327
  'pisell-login-and-register-remember-me': '记住我',
327
328
  'pisell-login-and-register-forgot-password': '忘记密码?',
328
329
  // 商品券
329
- 'pisell2.text.goodpass.product-vouchers': "优惠促销",
330
- 'pisell2.text.goodpass.last-settlement': "(上次结算)",
331
- 'pisell2.text.goodpass.view-more': "查看更多",
332
- 'pisell2.text.goodpass.save': "节省"
330
+ 'pisell2.text.goodpass.product-vouchers': '优惠促销',
331
+ 'pisell2.text.goodpass.last-settlement': '(上次结算)',
332
+ 'pisell2.text.goodpass.view-more': '查看更多',
333
+ 'pisell2.text.goodpass.save': '节省',
334
+ // 相机组件
335
+ 'pisell-camera-no-camera-accessible': '没有找到摄像头',
336
+ 'pisell-camera-permission-denied': '没有权限使用摄像头',
337
+ 'pisell-camera-switch-camera': '切换摄像头',
338
+ 'pisell-camera-canvas': 'canvas不支持',
339
+ 'pisell-camera-checking': '正在检测摄像头...',
340
+ 'pisell-camera-no-camera-desc': '请检查设备是否连接摄像头或授权浏览器访问摄像头',
341
+ // 拍照组件
342
+ 'pisell-upload-camera-local-files': '本地文件',
343
+ 'pisell-upload-camera-capture': '拍摄/拍照',
344
+ 'pisell-upload-camera-retake': '重拍',
345
+ 'pisell-upload-camera-use': '使用照片'
333
346
  };