@pisell/materials 6.11.1 → 6.11.2

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 (157) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +3 -3
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +3 -3
  9. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +6 -3
  10. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +1 -0
  11. package/es/components/dataSourceComponents/fields/index.d.ts +5 -4
  12. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +54 -1
  13. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +13 -0
  14. package/es/components/pisellDateTimeDisplay/types.d.ts +1 -1
  15. package/es/components/translation/index.d.ts +1 -0
  16. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.js +6 -3
  17. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +1 -0
  18. package/lib/components/dataSourceComponents/fields/index.d.ts +5 -4
  19. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +53 -1
  20. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +13 -0
  21. package/lib/components/pisellDateTimeDisplay/types.d.ts +1 -1
  22. package/lib/components/translation/index.d.ts +1 -0
  23. package/package.json +3 -3
  24. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  25. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  26. package/es/components/cardPro/index.d.ts +0 -3
  27. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  28. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
  29. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  30. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  31. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  32. package/es/components/iconfont/index.d.ts +0 -8
  33. package/es/components/page/index.d.ts +0 -8
  34. package/es/components/pisell-config-provider/context.d.ts +0 -22
  35. package/es/components/pisell-config-provider/index.d.ts +0 -13
  36. package/es/components/pisellAdjustPrice/index.d.ts +0 -4
  37. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  38. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  39. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  40. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
  41. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -22
  42. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  43. package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +0 -9
  44. package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
  45. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  46. package/es/components/pisellToast/index.d.ts +0 -17
  47. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  48. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  49. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  50. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  51. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  52. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
  53. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  54. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  55. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
  56. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  57. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  58. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  59. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  60. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  61. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  62. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  63. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  64. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -6
  65. package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
  66. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -99
  67. package/es/components/productCard/components/Action/index.d.ts +0 -3
  68. package/es/components/productCard/components/Header/index.d.ts +0 -3
  69. package/es/components/productCard/components/Sales/index.d.ts +0 -3
  70. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
  71. package/es/components/productCard/locales.d.ts +0 -84
  72. package/es/components/productCard/status.d.ts +0 -32
  73. package/es/components/productCard/types.d.ts +0 -85
  74. package/es/components/productCard/utils.d.ts +0 -31
  75. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  76. package/es/components/table/index.d.ts +0 -4
  77. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
  78. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  79. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  80. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  81. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  82. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  83. package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
  84. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  85. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  86. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  87. package/es/components/virtual-keyboard/index.d.ts +0 -25
  88. package/es/locales/en-US.d.ts +0 -333
  89. package/es/locales/zh-CN.d.ts +0 -328
  90. package/es/locales/zh-TW.d.ts +0 -328
  91. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  92. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  93. package/lib/components/cardPro/index.d.ts +0 -3
  94. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  95. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
  96. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  97. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  98. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  99. package/lib/components/iconfont/index.d.ts +0 -8
  100. package/lib/components/page/index.d.ts +0 -8
  101. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  102. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  103. package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
  104. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  105. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  106. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  107. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
  108. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -22
  109. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  110. package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +0 -9
  111. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
  112. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  113. package/lib/components/pisellToast/index.d.ts +0 -17
  114. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  115. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  116. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  117. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  118. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  119. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
  120. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  121. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  122. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
  123. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  124. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  125. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  126. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  127. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  128. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  129. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  130. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  131. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -6
  132. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
  133. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -99
  134. package/lib/components/productCard/components/Action/index.d.ts +0 -3
  135. package/lib/components/productCard/components/Header/index.d.ts +0 -3
  136. package/lib/components/productCard/components/Sales/index.d.ts +0 -3
  137. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
  138. package/lib/components/productCard/locales.d.ts +0 -84
  139. package/lib/components/productCard/status.d.ts +0 -32
  140. package/lib/components/productCard/types.d.ts +0 -85
  141. package/lib/components/productCard/utils.d.ts +0 -31
  142. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  143. package/lib/components/table/index.d.ts +0 -4
  144. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
  145. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  146. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  147. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  148. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  149. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  150. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
  151. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  152. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  153. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  154. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  155. package/lib/locales/en-US.d.ts +0 -333
  156. package/lib/locales/zh-CN.d.ts +0 -328
  157. package/lib/locales/zh-TW.d.ts +0 -328
@@ -1,328 +0,0 @@
1
- declare const _default: {
2
- 'pisell-tabbar-expand': string;
3
- 'pisell-tabbar-minimize': string;
4
- 'pisell-tabbar-all': string;
5
- 'table-filter-search': string;
6
- 'table-filter-clear': string;
7
- 'table-filter-filter': string;
8
- 'table-filter-min': string;
9
- 'table-filter-max': string;
10
- 'table-pagination-previous': string;
11
- 'table-pagination-next': string;
12
- 'table-pagination-total': (current: string, total: string) => string;
13
- 'select-dropdown-render-select-all': string;
14
- 'select-dropdown-render-search': string;
15
- 'sort-button-text': string;
16
- 'sort-oldest-to-newest': string;
17
- 'sort-newest-to-oldest': string;
18
- 'sort-a-z': string;
19
- 'sort-z-a': string;
20
- 'sort-from-morning-to-night': string;
21
- 'sort-from-evening-to-morning': string;
22
- 'sort-0-9': string;
23
- 'sort-9-0': string;
24
- 'table-action-filter-button': string;
25
- 'table-action-filter-quick-filter': string;
26
- 'table-action-filter-quick-filter-tip': (count: number) => string;
27
- 'table-action-filter-other-filter': string;
28
- 'table-action-filter-other-filter-tip': () => string;
29
- 'table-action-group-by-title': string;
30
- 'table-action-group-by-title-tip': string;
31
- 'table-action-column-title': string;
32
- 'table-column-group-records': string;
33
- 'table-column-group-lock-tip': string;
34
- 'table-column-drag-sort-disabled-tip': string;
35
- 'table-action-filter-no-filter': string;
36
- 'table-action-range-picker-presets-today': string;
37
- 'table-action-range-picker-presets-yesterday': string;
38
- 'table-action-range-picker-presets-last-3-day': string;
39
- 'table-action-range-picker-presets-last-7-day': string;
40
- 'table-action-range-picker-presets-last-14-day': string;
41
- 'table-action-range-picker-presets-last-30-day': string;
42
- 'table-action-range-picker-presets-last-90-day': string;
43
- 'virtual-keyboard-time-now': string;
44
- 'virtual-keyboard-time-ok': string;
45
- 'batch-editor-batch-edit': string;
46
- 'batch-editor-actions': string;
47
- 'batch-editor-remove': string;
48
- 'batch-editor-price': string;
49
- 'batch-editor-cancel': string;
50
- 'batch-editor-search': string;
51
- 'batch-editor-confirm': string;
52
- 'batch-editor-batch-remove': string;
53
- 'batch-editor-what-price': string;
54
- 'batch-editor-quick-edit': string;
55
- 'batch-editor-quick-edit-title': (product: string, num: string) => string;
56
- 'batch-editor-quick-edit-title-2': (product: string) => string;
57
- 'batch-action-bar-select-all': string;
58
- 'batch-action-bar-invert': string;
59
- 'batch-action-bar-clear': string;
60
- 'batch-action-bar-delete': string;
61
- 'batch-action-bar-more': string;
62
- 'batch-action-bar-selected-count': (count: number) => string;
63
- 'batch-action-bar-confirm-title': string;
64
- 'batch-action-bar-delete-confirm-title': string;
65
- 'batch-action-bar-delete-confirm-content': (count: number) => string;
66
- 'batch-action-bar-delete-confirm-ok': string;
67
- 'batch-action-bar-delete-confirm-cancel': string;
68
- 'table-action-export-import-export-success': string;
69
- 'table-action-export-import-button': string;
70
- 'table-action-export-import-export-range': string;
71
- 'table-action-export-import-current-page': string;
72
- 'table-action-export-import-all-records': string;
73
- 'table-action-export-import-selected-records': string;
74
- 'table-action-export-import-selected': string;
75
- 'table-action-export-import-item': (length: number) => string;
76
- 'table-action-export-import-product': string;
77
- 'table-action-export-import-table-text-input-title': string;
78
- 'table-action-export-import-table-text-input-describe': string;
79
- 'table-action-export-import-table-error-file': string;
80
- 'table-action-export-import-import-success': string;
81
- 'table-action-export-import-import-phone': string;
82
- 'table-action-export-import-table-success-download': string;
83
- 'table-action-export-import-table-textimport-product': string;
84
- 'table-action-export-import-table-text-product-template': string;
85
- 'table-action-export-import-table-text-click-download': string;
86
- 'table-action-export-import-table-text-edit-file': string;
87
- 'table-action-export-import-button-import': string;
88
- 'table-action-export-import-cancel': string;
89
- 'table-action-export-import-file-completed': string;
90
- 'table-action-export-import-file-processing': string;
91
- 'table-action-export-import-file-pending': string;
92
- 'table-action-export-import-file-refresh': string;
93
- 'table-action-export-import-export-title': string;
94
- 'table-action-export-import-file-hint': string;
95
- 'table-action-export-import-file-name': string;
96
- 'table-action-export-import-file-content': string;
97
- 'table-action-export-import-file-content-all': string;
98
- 'table-action-export-import-file-content-part': string;
99
- 'table-action-export-import-file-status': string;
100
- 'table-action-export-import-file-account': string;
101
- 'table-action-export-import-file-created': string;
102
- 'table-action-export-import-file-record': (length: number) => string;
103
- 'table-action-export-import-import-title': string;
104
- 'table-action-export-import-log-hint': string;
105
- 'table-action-export-import-log-name': string;
106
- 'table-action-export-import-log-result': string;
107
- 'table-action-export-import-log-ok': (num: number) => string;
108
- 'table-action-export-import-log-err': (num: number) => string;
109
- 'table-action-export-import-log-check': string;
110
- 'table-action-export-import-log-detail-title': string;
111
- 'table-action-export-import-log-err-log': string;
112
- 'table-action-export-import-log-copy': string;
113
- 'table-action-export-import-table-success-copy': string;
114
- 'drag-sort-tree-unavailable-today-tip': string;
115
- 'date-picker-today': string;
116
- 'date-picker-yesterday': string;
117
- 'date-picker-tomorrow': string;
118
- 'date-picker-next_monday': string;
119
- 'date-picker-last_friday': string;
120
- 'date-picker-first_day_of_this_month': string;
121
- 'date-picker-last_day_of_this_month': string;
122
- 'date-picker-first_day_of_next_month': string;
123
- 'date-picker-last_day_of_last_month': string;
124
- 'date-picker-invalid-date': string;
125
- 'date-picker-apply': string;
126
- 'date-picker-shortcut-custom': string;
127
- 'pisell-input-copy-success': string;
128
- 'pisell-input-copy': string;
129
- 'pisell-empty-description-no-data': string;
130
- 'pisell-information-entry-input-search': string;
131
- 'pisell-information-entry-input-confirm': string;
132
- 'pisell-information-entry-scan-exit': string;
133
- 'pisell-wallet-pass-card-detail': string;
134
- 'pisell-wallet-pass-card-edit': string;
135
- 'pisell-wallet-pass-card-name': string;
136
- 'pisell-wallet-pass-card-store-name': string;
137
- 'pisell-wallet-pass-card-balance': string;
138
- 'pisell-wallet-pass-card-redeem': string;
139
- 'pisell-wallet-pass-card-code': string;
140
- 'pisell-wallet-pass-card-valid-to': string;
141
- 'pisell-wallet-pass-card-valid': string;
142
- 'pisell-wallet-pass-card-confirm': string;
143
- 'pisell-wallet-pass-card-cancel': string;
144
- 'pisell-wallet-pass-card-required': string;
145
- 'pisell-wallet-pass-card-expireDate': string;
146
- 'pisell-adjust-price-price-override': string;
147
- 'pisell-adjust-price-discount': string;
148
- 'pisell-adjust-price-discount-amount': string;
149
- 'pisell-adjust-price-discount-percentage': string;
150
- 'pisell-adjust-price-total-after-discount': string;
151
- 'pisell-adjust-price-discount-can-be-maximum': string;
152
- 'pisell-discount-card-title': string;
153
- 'pisell-discount-card-unit': string;
154
- 'pisell-discount-card-fixed-amount-prefix': string;
155
- 'pisell-data-source-table-add': string;
156
- 'pisell-data-source-table-edit': string;
157
- 'pisell-data-source-table-detail': string;
158
- 'pisell-data-source-table-delete': string;
159
- 'pisell-record-view-available': string;
160
- 'pisell-record-view-unavailable': string;
161
- 'pisell-data-source-form-required-message': string;
162
- 'pisell-data-source-form-email-message': string;
163
- 'pisell-data-source-form-domain-message': string;
164
- 'pisell-data-source-form-url-message': string;
165
- 'pisell-data-source-form-phone-message': string;
166
- 'pisell-data-source-form-min-length-message': (minLength: number) => string;
167
- 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
168
- 'pisell-data-source-form-min-value-message': (minValue: number) => string;
169
- 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
170
- 'pisell-data-source-form-mobile-message': string;
171
- 'pisell-number-format-thousand': string;
172
- 'pisell-number-format-million': string;
173
- 'pisell-number-format-billion': string;
174
- 'walletCard-done': string;
175
- 'walletCard-qrcode': string;
176
- 'walletCard-barcode': string;
177
- 'walletCard-viewPin': string;
178
- 'pisell-upload-button': string;
179
- 'pisell-upload-setting-size-error': (maxSize: number) => string;
180
- 'pisell-upload-setting-type-error': (type: string) => string;
181
- 'pisell-upload-count-error': (count: number) => string;
182
- 'pisell-upload-error': (name: string) => string;
183
- 'pisell-upload-multilingual-title': string;
184
- 'pisell-upload-multilingual-item-title-original': string;
185
- 'pisell-upload-multilingual-item-title-en': string;
186
- 'pisell-upload-multilingual-item-title-zh-CN': string;
187
- 'pisell-upload-multilingual-item-title-zh-HK': string;
188
- 'pisell-color-picker-default': string;
189
- 'pisell-action-get-data': string;
190
- 'pisell-action-delete-success': string;
191
- 'pisell-action-delete-failed': string;
192
- 'walletCard-point': string;
193
- 'walletCard-rechargeable': string;
194
- 'walletCard-voucher': string;
195
- 'walletCard-discount': string;
196
- 'pisellQrcode-done': string;
197
- 'pisellQrcode-qrcode': string;
198
- 'pisell-delete-confirm-title': string;
199
- 'pisell-delete-confirm-content': string;
200
- 'pisell-delete-confirm-ok': string;
201
- 'pisell-delete-confirm-cancel': string;
202
- 'pisell-design-mode-action-disabled': string;
203
- 'pisell-translation-original': string;
204
- 'pisell-version-modal-title': string;
205
- 'pisell-version-modal-current-version': string;
206
- 'pisell-version-modal-version': string;
207
- 'pisell-version-modal-update-notes': string;
208
- 'pisell-version-modal-patch': string;
209
- 'pisell-version-modal-minor': string;
210
- 'pisell-version-modal-major': string;
211
- 'pisell-version-modal-custom': string;
212
- 'pisell-version-modal-cancel': string;
213
- 'pisell-version-modal-confirm': string;
214
- 'pisell-version-modal-describe-update-notes': string;
215
- 'pisell-version-modal-version-error': string;
216
- 'pisell-version-modal-version-required': string;
217
- 'pisell-version-modal-based-on-version': string;
218
- 'subdomain-error-too-short': string;
219
- 'subdomain-error-too-long': string;
220
- 'subdomain-error-pattern': string;
221
- 'subdomain-error-numbers-only': string;
222
- 'subdomain-error-hyphen-ends': string;
223
- 'subdomain-error-consecutive-hyphens': string;
224
- 'pisell-icon-select-placeholder': string;
225
- 'pisell-icon-select-outlined': string;
226
- 'pisell-icon-select-filled': string;
227
- 'pisell-icon-select-two-tone': string;
228
- 'pisell-icon-select-iconfont': string;
229
- 'pisell-icon-select-search': string;
230
- 'pisell-icon-select-select': string;
231
- 'pisell-lowcode-app-version-control-live': string;
232
- 'pisell-lowcode-app-version-control-draft': string;
233
- 'pisell-lowcode-app-version-control-deprecated': string;
234
- 'pisell-lowcode-app-version-control-new-version': string;
235
- 'pisell-lowcode-app-version-control-promote-to-live': string;
236
- 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
237
- 'pisell-lowcode-app-version-control-promote-version-describe': string;
238
- 'pisell-lowcode-app-version-control-promote-version-ok': string;
239
- 'pisell-lowcode-app-version-control-promote-version-cancel': string;
240
- 'pisell-lowcode-app-version-control-version-exists': string;
241
- 'pisell-lowcode-drop-sort-add': string;
242
- 'pisell-lowcode-navigation-menu-add-sub-menu': string;
243
- 'pisell-lowcode-navigation-menu-add-page': string;
244
- 'pisell-lowcode-navigation-menu-add-page-tip': string;
245
- 'pisell-lowcode-navigation-menu-tag-base': string;
246
- 'pisell-lowcode-navigation-menu-tag-proCode': string;
247
- 'pisell-lowcode-navigation-menu-tag-pisell1': string;
248
- 'pisell-lowcode-navigation-menu-tag-group': string;
249
- 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
250
- 'pisell-lowcode-navigation-menu-tag-custom': string;
251
- 'pisell-data-source-form-app-identifier-pattern': string;
252
- 'pisell-data-source-form-app-identifier-start-with-letter': string;
253
- 'pisell-data-source-form-app-identifier-special-ends': string;
254
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
255
- 'qrscanner-loading': string;
256
- 'qrscanner-success': string;
257
- 'qrscanner-success-qrcode': string;
258
- 'qrscanner-success-barcode': string;
259
- 'qrscanner-error-upload-image': string;
260
- 'qrscanner-error-load-failed': string;
261
- 'qrscanner-error-no-code': string;
262
- 'qrscanner-error-camera-init': string;
263
- 'qrscanner-error-process-image': string;
264
- 'pisell-login-and-register-title': string;
265
- 'pisell-login-and-register-subtitle': string;
266
- 'pisell-login-and-register-email-label': string;
267
- 'pisell-login-and-register-email-placeholder': string;
268
- 'pisell-login-and-register-password-label': string;
269
- 'pisell-login-and-register-password-placeholder': string;
270
- 'pisell-login-and-register-email-error': string;
271
- 'pisell-login-and-register-email-error-valid': string;
272
- 'pisell-login-and-register-password-error': string;
273
- 'pisell-login-and-register-login': string;
274
- 'pisell-login-and-register-google': string;
275
- 'pisell-login-and-register-facebook': string;
276
- 'pisell-login-and-register-apple': string;
277
- 'pisell-login-and-register-sign-up': string;
278
- 'pisell-login-and-register-login-tab': string;
279
- 'pisell-login-and-register-register-tab': string;
280
- 'pisell-login-and-register-register-email-placeholder': string;
281
- 'pisell-login-and-register-register-password-placeholder': string;
282
- 'pisell-login-and-register-register-button-text': string;
283
- 'pisell-login-and-register-remember-me': string;
284
- 'pisell-login-and-register-forgot-password': string;
285
- 'pisell2.text.goodpass.product-vouchers': string;
286
- 'pisell2.text.goodpass.last-settlement': string;
287
- 'pisell2.text.goodpass.view-more': string;
288
- 'pisell2.text.goodpass.save': string;
289
- 'pisell-wallet-pass-card-status-used': string;
290
- 'pisell-wallet-pass-card-status-expired': string;
291
- 'pisell-wallet-pass-card-status-disabled': string;
292
- 'pisell-wallet-pass-card-status-conflict': string;
293
- 'pisell-wallet-pass-card-status-lastPayment': string;
294
- 'pisell-wallet-pass-card-reset': string;
295
- 'pisell-wallet-pass-card-done': string;
296
- 'pisell2.wallet-card.add-holder-tip': string;
297
- 'pisell2.wallet-card.add-holder-button-text': string;
298
- 'pisell-camera-no-camera-accessible': string;
299
- 'pisell-camera-permission-denied': string;
300
- 'pisell-camera-switch-camera': string;
301
- 'pisell-camera-canvas': string;
302
- 'pisell-camera-checking': string;
303
- 'pisell-camera-no-camera-desc': string;
304
- 'pisell-upload-camera-local-files': string;
305
- 'pisell-upload-camera-capture': string;
306
- 'pisell-upload-camera-retake': string;
307
- 'pisell-upload-camera-use': string;
308
- 'pisell-list-tab-group-default': string;
309
- 'pisell-list-empty-text-default': string;
310
- 'pisell-list-load-more': string;
311
- 'pisell-list-view-less': string;
312
- 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
313
- 'pisell-list-scroll-down': string;
314
- 'pisell-list-scroll-right': string;
315
- 'pisell-list-pagination-page-of': (current: number, total: number) => string;
316
- 'pisell-list-pagination-previous': string;
317
- 'pisell-list-pagination-next': string;
318
- 'pisell-procedure-header-back-confirm-title': string;
319
- 'pisell-procedure-header-back-confirm-desc': string;
320
- 'pisell-procedure-header-back-confirm-no': string;
321
- 'pisell-procedure-header-back-confirm-yes': string;
322
- 'pisell-procedure-header-close-confirm-title': string;
323
- 'pisell-procedure-header-close-confirm-desc': string;
324
- 'pisell-procedure-header-close-confirm-no': string;
325
- 'pisell-procedure-header-close-confirm-yes': string;
326
- 'pisell-procedure-footer-more': string;
327
- };
328
- export default _default;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { PanelWrapperProps } from '../types';
3
- /**
4
- * PanelWrapper 组件
5
- * 次级面板包装器,负责展开/收起动画和样式处理
6
- */
7
- export declare const PanelWrapper: React.FC<PanelWrapperProps>;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import './PisellSteps.less';
3
- import type { PisellStepsProps } from './types';
4
- /**
5
- * PisellSteps 步骤条组件
6
- *
7
- * 基于 Ant Design Steps 组件进行二次封装和增强
8
- * 支持多种展示样式、布局方式和丰富的交互功能
9
- *
10
- * @author Pisell Team
11
- * @version 1.0.0
12
- */
13
- declare const PisellSteps: React.FC<PisellStepsProps>;
14
- export default PisellSteps;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const _default: (props: any) => JSX.Element;
3
- export default _default;
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from 'antd';
3
- import './index.less';
4
- export interface SubmitButtonProps extends ButtonProps {
5
- status: 'normal' | 'disabled' | 'hidden';
6
- children: React.ReactNode;
7
- childrenString?: string;
8
- confirmConfig?: {
9
- enable: boolean;
10
- title: string;
11
- content: string;
12
- icon: React.ReactNode;
13
- okText: string;
14
- cancelText: string;
15
- };
16
- toastConfig?: {
17
- enable: boolean;
18
- icon: React.ReactNode;
19
- title: string;
20
- showAfterSubmit?: boolean;
21
- };
22
- refreshData?: boolean;
23
- afterSubmitType?: 'none' | 'close' | 'showModal' | 'showNotification';
24
- afterSubmitModalConfig?: {
25
- title: string;
26
- content: string;
27
- okText: string;
28
- onOk?: () => void;
29
- };
30
- afterSubmitNotificationConfig?: {
31
- title: string;
32
- content: string;
33
- icon: React.ReactNode;
34
- duration: number;
35
- placement: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight';
36
- };
37
- }
38
- declare const SubmitButton: (props: SubmitButtonProps) => JSX.Element | null;
39
- export default SubmitButton;
@@ -1,24 +0,0 @@
1
- /**
2
- * 获取nocobase数据列表
3
- */
4
- export declare const getCountryDataList: () => Promise<any>;
5
- export interface Country {
6
- id: number;
7
- name: {
8
- en: string;
9
- 'zh-CN': string;
10
- 'zh-HK': string;
11
- original: string;
12
- };
13
- code: string;
14
- calling_code: string;
15
- currency_code: string;
16
- sort: number;
17
- status: string;
18
- created_at: string;
19
- updated_at: string;
20
- prefix: string;
21
- }
22
- export declare const useCountries: () => {
23
- data: Country[];
24
- };
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- export interface VariablesContextType {
3
- children?: React.ReactNode;
4
- variables?: Record<string, any>;
5
- registerVariable?: (value: Record<string, any>) => void;
6
- parseVariable?: (str: string, localVariables?: Record<string, any>) => any;
7
- registerValueVariable?: (componentId: string, value: Record<string, any>) => void;
8
- registerFunctionVariable?: (componentId: string, value: Record<string, any>) => void;
9
- subscribeVariables?: (listener: (allVariables: Record<string, any>, updateVariables: Record<string, any>) => void) => () => void;
10
- config?: {
11
- disabledHistoryListener?: boolean;
12
- };
13
- }
14
- export declare const VariablesContext: import("react").Context<VariablesContextType>;
15
- export default VariablesContext;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { VariablesContextType } from './VariablesContext';
3
- declare const VariablesProvider: React.FC<VariablesContextType>;
4
- export default VariablesProvider;
@@ -1,18 +0,0 @@
1
- import './index.less';
2
- import { ValueProps, SortType } from '../types';
3
- declare type IdType = string | number;
4
- declare type TreeItemProps = {
5
- id: string | number;
6
- key: string | number;
7
- item: ValueProps | any;
8
- depth: number;
9
- lists: any[];
10
- childrenProps?: SortType;
11
- sensors?: any;
12
- expandedKeys?: IdType[];
13
- setExpandedKeys?: any;
14
- onSelectKeys?: (ids: IdType) => void;
15
- onChange?: (value: any[]) => void;
16
- };
17
- declare const TreeItem: (props: TreeItemProps) => JSX.Element;
18
- export default TreeItem;
@@ -1,8 +0,0 @@
1
- import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
2
- import React from 'react';
3
- interface IconFontProps extends IconComponentProps {
4
- type: string;
5
- onClick?: React.MouseEventHandler<HTMLSpanElement>;
6
- }
7
- declare const IconFont: React.FC<IconFontProps>;
8
- export default IconFont;
@@ -1,8 +0,0 @@
1
- import { ConfigProviderProps } from '../config-provider';
2
- interface PageProps extends ConfigProviderProps {
3
- variablesConfig?: {
4
- disabledHistoryListener?: boolean;
5
- };
6
- }
7
- declare const Page: (props: PageProps) => JSX.Element;
8
- export default Page;
@@ -1,22 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PisellContextType {
3
- platform: 'h5' | 'pc' | 'ipad';
4
- /** 货币符号 */
5
- symbol?: string;
6
- /** 当前语言环境 */
7
- locale?: string;
8
- /** 获取货币符号 */
9
- getSymbolic?: () => string;
10
- }
11
- export declare const PisellContext: import("react").Context<PisellContextType>;
12
- /**
13
- * provider外获取当前全局配置
14
- */
15
- declare class GlobalConfig {
16
- private config;
17
- constructor();
18
- setConfig(config: PisellContextType): void;
19
- getConfig(): PisellContextType;
20
- }
21
- export declare const globalConfig: GlobalConfig;
22
- export default PisellContext;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { PisellContextType } from './context';
3
- interface PisellConfigProviderType {
4
- platform?: PisellContextType['platform'];
5
- children: React.ReactNode;
6
- /** 货币符号 */
7
- symbol?: string;
8
- /** 当前语言环境 */
9
- locale?: string;
10
- getSymbolic?: () => string;
11
- }
12
- declare const PisellConfigProvider: React.FC<PisellConfigProviderType>;
13
- export default PisellConfigProvider;
@@ -1,4 +0,0 @@
1
- import './index.less';
2
- import { PisellAdjustPriceProps } from './type';
3
- declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => JSX.Element;
4
- export default PisellAdjustPrice;
@@ -1,32 +0,0 @@
1
- export declare const defaultConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- isShowMainText: boolean;
13
- mainTextColor: string;
14
- isShowSubText: boolean;
15
- subTextColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- isShowMainText: boolean;
28
- mainTextColor: string;
29
- isShowSubText: boolean;
30
- subTextColor: string;
31
- };
32
- };
@@ -1,22 +0,0 @@
1
- export interface PisellAdjustPriceProps {
2
- value?: number;
3
- originValue: number;
4
- defaultValue?: number;
5
- onChange?: (val: number) => void;
6
- selectType?: 'light' | 'dark';
7
- backgroundColor?: string;
8
- containerBackgroundColor?: string;
9
- buttonBackgroundColor?: string;
10
- textColor?: string;
11
- resetButtonBackgroundColor?: string;
12
- resetButtonTextColor?: string;
13
- isDoneButtonFollowTheme?: boolean;
14
- doneButtonBackgroundColor?: string;
15
- doneButtonTextColor?: string;
16
- isShowMainText?: boolean;
17
- mainTextColor?: string;
18
- isShowSubText?: boolean;
19
- subTextColor?: string;
20
- resetText?: string;
21
- doneText?: string;
22
- }
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import { PisellContextType } from '../pisell-config-provider/context';
3
- import './index.less';
4
- export interface PisellCheckboxGroupOption {
5
- label: string;
6
- value: string;
7
- disabled?: boolean;
8
- error?: boolean;
9
- [key: string]: any;
10
- }
11
- declare type PisellCheckboxGroupValue = string | string[] | any;
12
- export interface PisellCheckboxGroupProps extends React.HTMLAttributes<HTMLDivElement> {
13
- platform?: PisellContextType['platform'];
14
- direction?: 'horizontal' | 'vertical';
15
- fullWidth?: boolean;
16
- gap?: number;
17
- padding?: number;
18
- options: PisellCheckboxGroupOption[];
19
- onChange?: (value: PisellCheckboxGroupValue, item: PisellCheckboxGroupOption) => void;
20
- value?: PisellCheckboxGroupValue;
21
- renderOption?: (option: PisellCheckboxGroupOption, active: boolean, index: number) => React.ReactNode;
22
- rowKey?: string;
23
- mode?: 'multiple' | 'single';
24
- iconPosition?: 'left' | 'right' | 'hide';
25
- optionClassName?: string;
26
- optionActiveClassName?: string;
27
- onChangeDebounce?: boolean;
28
- onItemClick?: (e: React.MouseEvent<HTMLDivElement>, option: PisellCheckboxGroupOption) => void;
29
- showActiveBackground?: boolean;
30
- }
31
- /**
32
- * @title: PisellCheckboxGroup
33
- * @description: 选中组件
34
- * @param {PisellCheckboxGroupProps} props
35
- * @return {*}
36
- * @Author: zhiwei.Wang
37
- * @Date: 2024-08-16 10:34
38
- */
39
- declare const PisellCheckboxGroup: (props: PisellCheckboxGroupProps) => JSX.Element;
40
- export default PisellCheckboxGroup;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceContainerContextType } from '../../type';
3
- export declare const COLUMNS_SHARED_STATE_KEYS: {
4
- readonly columnsValue: (instanceId: string) => string;
5
- readonly columnsChange: (instanceId: string) => string;
6
- };
7
- export interface ColumnsSettingProps {
8
- scopeId?: string;
9
- __id?: string;
10
- }
11
- export interface ColumnSettingItem {
12
- key: string;
13
- title: React.ReactNode;
14
- titleString?: string;
15
- dataIndex: string;
16
- isShow: boolean;
17
- sortIndex?: number;
18
- fixed?: 'left' | 'right' | boolean;
19
- }
20
- /**
21
- * 暴露给父组件的 ref 方法
22
- */
23
- export interface ColumnsSettingRef {
24
- }
25
- declare const _default: React.ForwardRefExoticComponent<Omit<ColumnsSettingProps & DataSourceContainerContextType & React.RefAttributes<ColumnsSettingRef> & {
26
- refId?: string | undefined;
27
- }, "ref"> & React.RefAttributes<any>>;
28
- export default _default;