@pisell/materials 2.2.102 → 2.2.104

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 (129) 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 +1 -1
  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 +23 -23
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +29 -29
  11. package/es/components/appVersionControl/index.d.ts +1 -0
  12. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  13. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  14. package/es/components/dataSourceComponents/fields/index.d.ts +7 -7
  15. package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  16. package/es/components/drag-sort-tree/index.d.ts +1 -0
  17. package/es/components/iconfont/index.d.ts +8 -0
  18. package/es/components/page/index.d.ts +0 -1
  19. package/es/components/pisell-config-provider/context.d.ts +22 -0
  20. package/es/components/pisellAdjustPrice/index.d.ts +0 -1
  21. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  22. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  23. package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  24. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  25. package/es/components/pisellInput/index.d.ts +0 -1
  26. package/es/components/pisellWalletPassCard/index.js +6 -1
  27. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -1
  28. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  29. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  30. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  31. package/es/components/productCard/cartSkuCard/index.d.ts +0 -1
  32. package/es/components/productCard/cartSkuCard/locales.d.ts +96 -0
  33. package/es/components/productCard/components/Action/index.d.ts +4 -0
  34. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  35. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  36. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  37. package/es/components/productCard/components/Time/index.d.ts +1 -0
  38. package/es/components/productCard/locales.d.ts +84 -0
  39. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  40. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  41. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  42. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  43. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  44. package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  45. package/es/components/table/Table/fields/index.d.ts +2 -2
  46. package/es/components/table/Table/utils.d.ts +1 -1
  47. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  48. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  49. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  50. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  51. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  52. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  53. package/es/components/walletCard/Guide/index.d.ts +4 -0
  54. package/es/components/walletCard/index.d.ts +4 -0
  55. package/es/components/walletCard/index.js +29 -3
  56. package/es/components/walletCard/index.less +27 -0
  57. package/es/locales/en-US.d.ts +52 -50
  58. package/es/locales/en-US.js +67 -65
  59. package/es/locales/zh-CN.d.ts +52 -50
  60. package/es/locales/zh-CN.js +68 -66
  61. package/es/locales/zh-TW.d.ts +52 -50
  62. package/es/locales/zh-TW.js +68 -66
  63. package/lib/components/appVersionControl/index.d.ts +1 -0
  64. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  65. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  66. package/lib/components/dataSourceComponents/fields/index.d.ts +7 -7
  67. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  68. package/lib/components/drag-sort-tree/index.d.ts +1 -0
  69. package/lib/components/iconfont/index.d.ts +8 -0
  70. package/lib/components/page/index.d.ts +0 -1
  71. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  72. package/lib/components/pisellAdjustPrice/index.d.ts +0 -1
  73. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  74. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  75. package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  76. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  77. package/lib/components/pisellInput/index.d.ts +0 -1
  78. package/lib/components/pisellWalletPassCard/index.js +9 -1
  79. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -1
  80. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  81. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  82. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  83. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -1
  84. package/lib/components/productCard/cartSkuCard/locales.d.ts +96 -0
  85. package/lib/components/productCard/components/Action/index.d.ts +4 -0
  86. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  87. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  88. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  89. package/lib/components/productCard/components/Time/index.d.ts +1 -0
  90. package/lib/components/productCard/locales.d.ts +84 -0
  91. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  92. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  93. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  94. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  95. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  96. package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  97. package/lib/components/table/Table/fields/index.d.ts +2 -2
  98. package/lib/components/table/Table/utils.d.ts +1 -1
  99. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  100. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  101. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  102. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  103. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  104. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  105. package/lib/components/walletCard/Guide/index.d.ts +4 -0
  106. package/lib/components/walletCard/index.d.ts +4 -0
  107. package/lib/components/walletCard/index.js +27 -3
  108. package/lib/components/walletCard/index.less +27 -0
  109. package/lib/locales/en-US.d.ts +52 -50
  110. package/lib/locales/en-US.js +2 -0
  111. package/lib/locales/zh-CN.d.ts +52 -50
  112. package/lib/locales/zh-CN.js +2 -0
  113. package/lib/locales/zh-TW.d.ts +52 -50
  114. package/lib/locales/zh-TW.js +2 -0
  115. package/lowcode/pisell-wallet-pass-card/meta.ts +19 -0
  116. package/lowcode/wallet-card/meta.ts +81 -63
  117. package/package.json +1 -1
  118. package/es/components/media/index.d.ts +0 -18
  119. package/es/components/media/index.js +0 -340
  120. package/es/components/media/index.less +0 -100
  121. package/es/components/pisellVHFix/index.d.ts +0 -13
  122. package/es/components/pisellVHFix/index.js +0 -36
  123. package/es/components/pisellVHFix/index.less +0 -10
  124. package/lib/components/media/index.d.ts +0 -18
  125. package/lib/components/media/index.js +0 -265
  126. package/lib/components/media/index.less +0 -100
  127. package/lib/components/pisellVHFix/index.d.ts +0 -13
  128. package/lib/components/pisellVHFix/index.js +0 -56
  129. package/lib/components/pisellVHFix/index.less +0 -10
@@ -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;
@@ -159,6 +160,7 @@ declare const _default: {
159
160
  'walletCard-done': string;
160
161
  'walletCard-qrcode': string;
161
162
  'walletCard-barcode': string;
163
+ 'walletCard-viewPin': string;
162
164
  'pisell-upload-button': string;
163
165
  'pisell-upload-setting-size-error': (maxSize: number) => string;
164
166
  'pisell-upload-setting-type-error': (type: string) => string;
@@ -235,15 +237,15 @@ declare const _default: {
235
237
  'pisell-data-source-form-app-identifier-start-with-letter': string;
236
238
  'pisell-data-source-form-app-identifier-special-ends': string;
237
239
  '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;
240
+ 'qrscanner-loading': string;
241
+ 'qrscanner-success': string;
242
+ 'qrscanner-success-qrcode': string;
243
+ 'qrscanner-success-barcode': string;
244
+ 'qrscanner-error-upload-image': string;
245
+ 'qrscanner-error-load-failed': string;
246
+ 'qrscanner-error-no-code': string;
247
+ 'qrscanner-error-camera-init': string;
248
+ 'qrscanner-error-process-image': string;
247
249
  'pisell-login-and-register-title': string;
248
250
  'pisell-login-and-register-subtitle': string;
249
251
  'pisell-login-and-register-email-label': string;
@@ -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': '详情',
@@ -197,6 +198,7 @@ export default {
197
198
  'walletCard-done': '完成',
198
199
  'walletCard-qrcode': '二维码',
199
200
  'walletCard-barcode': '条形码',
201
+ 'walletCard-viewPin': '查看PIN',
200
202
  // 上传组件
201
203
  'pisell-upload-button': '上传',
202
204
  'pisell-upload-setting-size-error': function pisellUploadSettingSizeError(maxSize) {
@@ -270,7 +272,7 @@ export default {
270
272
  'pisell-lowcode-app-version-control-new-version': '新版本',
271
273
  'pisell-lowcode-app-version-control-promote-to-live': '发布正式版',
272
274
  'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
273
- return "\u53D1\u5E03\u7248\u672C ".concat(version || "", "?");
275
+ return "\u53D1\u5E03\u7248\u672C ".concat(version || '', "?");
274
276
  },
275
277
  'pisell-lowcode-app-version-control-promote-version-describe': '您确定要发布此版本吗?',
276
278
  'pisell-lowcode-app-version-control-promote-version-ok': '发布',
@@ -282,27 +284,27 @@ export default {
282
284
  'pisell-lowcode-navigation-menu-add-sub-menu': '添加子菜单',
283
285
  'pisell-lowcode-navigation-menu-add-page': '添加页面',
284
286
  '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': "自定义",
287
+ 'pisell-lowcode-navigation-menu-tag-base': '基础',
288
+ 'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
289
+ 'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
290
+ 'pisell-lowcode-navigation-menu-tag-group': '分组',
291
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': '子菜单',
292
+ 'pisell-lowcode-navigation-menu-tag-custom': '自定义',
291
293
  // 应用标识符
292
294
  'pisell-data-source-form-app-identifier-pattern': '只能包含小写字母、数字、连字符、点和下划线',
293
295
  'pisell-data-source-form-app-identifier-start-with-letter': '必须以字母开头',
294
296
  'pisell-data-source-form-app-identifier-special-ends': '不能以连字符、点或下划线结尾',
295
297
  'pisell-data-source-form-app-identifier-consecutive-special': '不能包含连续的连字符、点或下划线',
296
298
  // 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": "处理图像时出错",
299
+ 'qrscanner-loading': '正在识别二维码...',
300
+ 'qrscanner-success': '识别成功: ',
301
+ 'qrscanner-success-qrcode': '二维码识别成功: ',
302
+ 'qrscanner-success-barcode': '条形码识别成功: ',
303
+ 'qrscanner-error-upload-image': '请上传图片文件',
304
+ 'qrscanner-error-load-failed': '读取文件失败',
305
+ 'qrscanner-error-no-code': '未检测到二维码或条形码',
306
+ 'qrscanner-error-camera-init': '无法启动摄像头,请确保已授权',
307
+ 'qrscanner-error-process-image': '处理图像时出错',
306
308
  // 登录注册组件
307
309
  'pisell-login-and-register-title': '登录到您的账户',
308
310
  'pisell-login-and-register-subtitle': '欢迎回来!请输入您的详细信息。',
@@ -317,7 +319,7 @@ export default {
317
319
  'pisell-login-and-register-google': '继续使用Google',
318
320
  'pisell-login-and-register-facebook': '继续使用Facebook',
319
321
  'pisell-login-and-register-apple': '继续使用Apple',
320
- 'pisell-login-and-register-sign-up': "没有账户?注册",
322
+ 'pisell-login-and-register-sign-up': '没有账户?注册',
321
323
  'pisell-login-and-register-login-tab': '登录',
322
324
  'pisell-login-and-register-register-tab': '注册',
323
325
  'pisell-login-and-register-register-email-placeholder': '输入您的邮箱',
@@ -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;
@@ -158,6 +159,7 @@ declare const _default: {
158
159
  'walletCard-done': string;
159
160
  'walletCard-qrcode': string;
160
161
  'walletCard-barcode': string;
162
+ 'walletCard-viewPin': string;
161
163
  'pisell-upload-button': string;
162
164
  'pisell-upload-setting-size-error': (maxSize: number) => string;
163
165
  'pisell-upload-setting-type-error': (type: string) => string;
@@ -235,15 +237,15 @@ declare const _default: {
235
237
  'pisell-data-source-form-app-identifier-start-with-letter': string;
236
238
  'pisell-data-source-form-app-identifier-special-ends': string;
237
239
  '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;
240
+ 'qrscanner-loading': string;
241
+ 'qrscanner-success': string;
242
+ 'qrscanner-success-qrcode': string;
243
+ 'qrscanner-success-barcode': string;
244
+ 'qrscanner-error-upload-image': string;
245
+ 'qrscanner-error-load-failed': string;
246
+ 'qrscanner-error-no-code': string;
247
+ 'qrscanner-error-camera-init': string;
248
+ 'qrscanner-error-process-image': string;
247
249
  'pisell-login-and-register-title': string;
248
250
  'pisell-login-and-register-subtitle': string;
249
251
  'pisell-login-and-register-email-label': string;