@pisell/materials 6.11.28 → 6.11.30

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 (297) 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 +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +16 -16
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +16 -16
  11. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  12. package/es/components/PisellCards/index.d.ts +0 -1
  13. package/es/components/PisellFields/index.d.ts +0 -1
  14. package/es/components/PisellMetrics/index.d.ts +0 -1
  15. package/es/components/appVersionControl/index.d.ts +0 -1
  16. package/es/components/auto-complete-number/index.d.ts +0 -1
  17. package/es/components/badge/index.d.ts +0 -1
  18. package/es/components/batch-editor/fields/index.d.ts +0 -1
  19. package/es/components/batch-editor/index.d.ts +0 -1
  20. package/es/components/calendar/index.d.ts +0 -1
  21. package/es/components/checkbox/index.d.ts +0 -1
  22. package/es/components/classicLayout/index.d.ts +0 -1
  23. package/es/components/colorPicker/index.d.ts +0 -1
  24. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  25. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  26. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  27. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  28. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  29. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  30. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  31. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  32. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  33. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  34. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -1
  35. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  36. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  37. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  38. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  39. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  40. package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
  41. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  42. package/es/components/drag-sort-tree/index.d.ts +0 -1
  43. package/es/components/dropdown/index.d.ts +0 -1
  44. package/es/components/filter/components/items/index.d.ts +0 -1
  45. package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
  46. package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
  47. package/es/components/filter/components/items/text/index.d.ts +0 -1
  48. package/es/components/page/index.d.ts +0 -1
  49. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  50. package/es/components/pisellCard/index.d.ts +0 -1
  51. package/es/components/pisellDatePicker/index.d.ts +0 -1
  52. package/es/components/pisellFilter/index.d.ts +0 -1
  53. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  54. package/es/components/pisellInput/index.d.ts +0 -1
  55. package/es/components/pisellRecordBoard/PisellRecordBoard.js +8 -5
  56. package/es/components/pisellRecordBoard/index.d.ts +7 -2
  57. package/es/components/pisellRecordBoard/index.js +4 -2
  58. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +324 -312
  59. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  60. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +13 -0
  61. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +37 -0
  62. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +9 -0
  63. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +157 -0
  64. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  65. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
  66. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +14 -0
  67. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +513 -0
  68. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
  69. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +14 -0
  70. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +82 -0
  71. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -2
  72. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +58 -19
  73. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +5 -3
  74. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +4 -3
  75. package/es/components/pisellRecordBoard/shellFrame/index.js +49 -11
  76. package/es/components/pisellRecordBoard/types.d.ts +78 -2
  77. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +5 -2
  78. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +18 -0
  79. package/es/components/pisellReservationSchedule/locales.d.ts +43 -0
  80. package/es/components/pisellReservationSchedule/types.d.ts +52 -0
  81. package/es/components/pisellReservationScheduleBand/types.d.ts +61 -0
  82. package/es/components/pisellTimeNavigator/utils/index.d.ts +41 -0
  83. package/es/components/pisellUpload/index.d.ts +0 -1
  84. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  85. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  86. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  87. package/es/components/productCard/components/Divider/index.d.ts +0 -1
  88. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -1
  89. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  90. package/es/components/radio/index.d.ts +0 -1
  91. package/es/components/segmented/index.d.ts +0 -1
  92. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  93. package/es/components/select-time/index.d.ts +0 -1
  94. package/es/components/skeleton/index.d.ts +0 -1
  95. package/es/components/slider/index.d.ts +0 -1
  96. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  97. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  98. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  99. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  100. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  101. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  102. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -1
  103. package/es/components/table/Summary/index.d.ts +0 -1
  104. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  105. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  106. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  107. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  108. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  109. package/es/components/table/Table/fields/index.d.ts +2 -2
  110. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  111. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  112. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  113. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  114. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  115. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  116. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  117. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  118. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  119. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  120. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  121. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  122. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  123. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  124. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  125. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  126. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  127. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  128. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  129. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  130. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  131. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  132. package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  133. package/es/components/table/Table/utils.d.ts +1 -1
  134. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  135. package/es/components/time-picker/index.d.ts +0 -1
  136. package/es/components/upload/index.d.ts +0 -1
  137. package/es/components/versionSelect/index.d.ts +0 -1
  138. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  139. package/es/components/walletCard/Guest/index.d.ts +0 -1
  140. package/es/components/walletCard/Guide/index.d.ts +0 -1
  141. package/es/index.d.ts +2 -1
  142. package/es/index.js +1 -0
  143. package/es/locales/en-US.d.ts +389 -0
  144. package/es/locales/en-US.js +1 -0
  145. package/es/locales/ja.d.ts +358 -0
  146. package/es/locales/ja.js +1 -0
  147. package/es/locales/pt.d.ts +358 -0
  148. package/es/locales/pt.js +1 -0
  149. package/es/locales/zh-CN.d.ts +384 -0
  150. package/es/locales/zh-CN.js +1 -0
  151. package/es/locales/zh-TW.d.ts +384 -0
  152. package/es/locales/zh-TW.js +1 -0
  153. package/es/pisell-materials.tw.css +1 -1
  154. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  155. package/lib/components/PisellCards/index.d.ts +0 -1
  156. package/lib/components/PisellFields/index.d.ts +0 -1
  157. package/lib/components/PisellMetrics/index.d.ts +0 -1
  158. package/lib/components/appVersionControl/index.d.ts +0 -1
  159. package/lib/components/auto-complete-number/index.d.ts +0 -1
  160. package/lib/components/badge/index.d.ts +0 -1
  161. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  162. package/lib/components/batch-editor/index.d.ts +0 -1
  163. package/lib/components/calendar/index.d.ts +0 -1
  164. package/lib/components/checkbox/index.d.ts +0 -1
  165. package/lib/components/classicLayout/index.d.ts +0 -1
  166. package/lib/components/colorPicker/index.d.ts +0 -1
  167. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  168. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  169. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  170. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  171. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  172. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  173. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  174. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  175. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  176. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  177. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -1
  178. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  179. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  180. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  181. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  182. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  183. package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
  184. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  185. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  186. package/lib/components/dropdown/index.d.ts +0 -1
  187. package/lib/components/filter/components/items/index.d.ts +0 -1
  188. package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
  189. package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
  190. package/lib/components/filter/components/items/text/index.d.ts +0 -1
  191. package/lib/components/page/index.d.ts +0 -1
  192. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  193. package/lib/components/pisellCard/index.d.ts +0 -1
  194. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  195. package/lib/components/pisellFilter/index.d.ts +0 -1
  196. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  197. package/lib/components/pisellInput/index.d.ts +0 -1
  198. package/lib/components/pisellRecordBoard/PisellRecordBoard.js +8 -3
  199. package/lib/components/pisellRecordBoard/index.d.ts +7 -2
  200. package/lib/components/pisellRecordBoard/index.js +4 -0
  201. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +143 -215
  202. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  203. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +13 -0
  204. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +60 -0
  205. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +9 -0
  206. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +163 -0
  207. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  208. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +27 -0
  209. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +14 -0
  210. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +636 -0
  211. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
  212. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +14 -0
  213. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +110 -0
  214. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -2
  215. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +45 -14
  216. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +5 -3
  217. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +4 -3
  218. package/lib/components/pisellRecordBoard/shellFrame/index.js +57 -7
  219. package/lib/components/pisellRecordBoard/types.d.ts +78 -2
  220. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +5 -2
  221. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +18 -0
  222. package/lib/components/pisellReservationSchedule/locales.d.ts +43 -0
  223. package/lib/components/pisellReservationSchedule/types.d.ts +52 -0
  224. package/lib/components/pisellReservationScheduleBand/types.d.ts +61 -0
  225. package/lib/components/pisellTimeNavigator/utils/index.d.ts +41 -0
  226. package/lib/components/pisellUpload/index.d.ts +0 -1
  227. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  228. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  229. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  230. package/lib/components/productCard/components/Divider/index.d.ts +0 -1
  231. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -1
  232. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  233. package/lib/components/radio/index.d.ts +0 -1
  234. package/lib/components/segmented/index.d.ts +0 -1
  235. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  236. package/lib/components/select-time/index.d.ts +0 -1
  237. package/lib/components/skeleton/index.d.ts +0 -1
  238. package/lib/components/slider/index.d.ts +0 -1
  239. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  240. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  241. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  242. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  243. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  244. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  245. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -1
  246. package/lib/components/table/Summary/index.d.ts +0 -1
  247. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  248. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  249. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  250. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  251. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  252. package/lib/components/table/Table/fields/index.d.ts +2 -2
  253. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  254. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  255. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  256. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  257. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  258. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  259. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  260. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  261. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  262. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  263. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  264. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  265. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  266. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  267. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  268. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  269. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  270. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  271. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  272. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  273. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  274. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  275. package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  276. package/lib/components/table/Table/utils.d.ts +1 -1
  277. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  278. package/lib/components/time-picker/index.d.ts +0 -1
  279. package/lib/components/upload/index.d.ts +0 -1
  280. package/lib/components/versionSelect/index.d.ts +0 -1
  281. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  282. package/lib/components/walletCard/Guest/index.d.ts +0 -1
  283. package/lib/components/walletCard/Guide/index.d.ts +0 -1
  284. package/lib/index.d.ts +2 -1
  285. package/lib/index.js +5 -0
  286. package/lib/locales/en-US.d.ts +389 -0
  287. package/lib/locales/en-US.js +1 -0
  288. package/lib/locales/ja.d.ts +358 -0
  289. package/lib/locales/ja.js +1 -0
  290. package/lib/locales/pt.d.ts +358 -0
  291. package/lib/locales/pt.js +1 -0
  292. package/lib/locales/zh-CN.d.ts +384 -0
  293. package/lib/locales/zh-CN.js +1 -0
  294. package/lib/locales/zh-TW.d.ts +384 -0
  295. package/lib/locales/zh-TW.js +1 -0
  296. package/lib/pisell-materials.tw.css +1 -1
  297. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -61,6 +61,7 @@ __export(src_exports, {
61
61
  CropPhoto: () => import_cropPhoto.default,
62
62
  CustomSelect: () => import_customSelect.default,
63
63
  DEFAULT_CALENDAR_SLOT_STEP_MINUTES: () => import_pisellTimeNavigator.DEFAULT_CALENDAR_SLOT_STEP_MINUTES,
64
+ DEFAULT_RESOURCE_WALL_FILTER_FIELD_KEY: () => import_PisellRecordBoardResourceWallView.DEFAULT_RESOURCE_WALL_FILTER_FIELD_KEY,
64
65
  DataSourceForm: () => import_dataSourceForm.default,
65
66
  DataSourceImage: () => import_dataSourceImage.default,
66
67
  DataSourceMenu: () => import_dataSourceMenu.default,
@@ -188,6 +189,7 @@ __export(src_exports, {
188
189
  PisellRating: () => import_pisellRating.PisellRating,
189
190
  PisellRecordBoard: () => import_pisellRecordBoard.default,
190
191
  PisellRecordBoardCalendarView: () => import_Calendar.PisellRecordBoardCalendarView,
192
+ PisellRecordBoardResourceWallView: () => import_PisellRecordBoardResourceWallView.PisellRecordBoardResourceWallView,
191
193
  PisellReservationSchedule: () => import_pisellReservationSchedule.PisellReservationSchedule,
192
194
  PisellReservationScheduleBand: () => import_pisellReservationScheduleBand.PisellReservationScheduleBand,
193
195
  PisellRow: () => import_pisellRow.default,
@@ -391,6 +393,7 @@ var import_pisellDataSourceContainer = __toESM(require("./components/pisellDataS
391
393
  var import_pisellRecordBoard = __toESM(require("./components/pisellRecordBoard"));
392
394
  var import_shellFrame = require("./components/pisellRecordBoard/shellFrame");
393
395
  var import_Calendar = require("./components/pisellRecordBoard/shellFrame/Calendar");
396
+ var import_PisellRecordBoardResourceWallView = require("./components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView");
394
397
  var import_pisellShellFrame = require("./components/pisellShellFrame");
395
398
  var import_Checkbox = __toESM(require("./components/dataSourceComponents/fields/Checkbox"));
396
399
  var import_ColorPicker = __toESM(require("./components/dataSourceComponents/fields/ColorPicker"));
@@ -535,6 +538,7 @@ var import_walletCard = __toESM(require("./components/walletCard"));
535
538
  CropPhoto,
536
539
  CustomSelect,
537
540
  DEFAULT_CALENDAR_SLOT_STEP_MINUTES,
541
+ DEFAULT_RESOURCE_WALL_FILTER_FIELD_KEY,
538
542
  DataSourceForm,
539
543
  DataSourceImage,
540
544
  DataSourceMenu,
@@ -662,6 +666,7 @@ var import_walletCard = __toESM(require("./components/walletCard"));
662
666
  PisellRating,
663
667
  PisellRecordBoard,
664
668
  PisellRecordBoardCalendarView,
669
+ PisellRecordBoardResourceWallView,
665
670
  PisellReservationSchedule,
666
671
  PisellReservationScheduleBand,
667
672
  PisellRow,
@@ -0,0 +1,389 @@
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-find': string;
7
+ 'table-filter-clear': string;
8
+ 'table-filter-filter': string;
9
+ 'table-filter-min': string;
10
+ 'table-filter-max': string;
11
+ 'table-pagination-previous': string;
12
+ 'table-pagination-next': string;
13
+ 'table-pagination-total': (current: string, total: string) => string;
14
+ 'select-dropdown-render-select-all': string;
15
+ 'select-dropdown-render-search': string;
16
+ 'sort-button-text': string;
17
+ 'sort-oldest-to-newest': string;
18
+ 'sort-newest-to-oldest': string;
19
+ 'sort-a-z': string;
20
+ 'sort-z-a': string;
21
+ 'sort-from-morning-to-night': string;
22
+ 'sort-from-evening-to-morning': string;
23
+ 'sort-0-9': string;
24
+ 'sort-9-0': string;
25
+ 'sort-first-last': string;
26
+ 'sort-last-first': string;
27
+ 'table-action-filter-button': string;
28
+ 'table-action-filter-quick-filter': string;
29
+ 'table-action-filter-quick-filter-tip': (count: number) => string;
30
+ 'table-action-filter-other-filter': string;
31
+ 'table-action-filter-other-filter-tip': () => string;
32
+ 'table-action-group-by-title': string;
33
+ 'table-action-group-by-title-tip': string;
34
+ 'table-action-column-title': string;
35
+ 'table-column-group-records': string;
36
+ 'table-column-group-lock-tip': string;
37
+ 'record-board-uniform-summary-empty': string;
38
+ 'record-board-uniform-summary-same': string;
39
+ 'table-column-drag-sort-disabled-tip': string;
40
+ 'table-action-filter-no-filter': string;
41
+ 'table-action-range-picker-placeholder-start': string;
42
+ 'table-action-range-picker-placeholder-end': string;
43
+ 'table-action-range-picker-presets-today': string;
44
+ 'table-action-range-picker-presets-yesterday': string;
45
+ 'table-action-range-picker-presets-last-3-day': string;
46
+ 'table-action-range-picker-presets-last-7-day': string;
47
+ 'table-action-range-picker-presets-last-14-day': string;
48
+ 'table-action-range-picker-presets-last-30-day': string;
49
+ 'table-action-range-picker-presets-last-90-day': string;
50
+ 'virtual-keyboard-time-now': string;
51
+ 'virtual-keyboard-time-ok': string;
52
+ 'batch-editor-batch-edit': string;
53
+ 'pisell-lookup-placeholder': string;
54
+ 'pisell-lookup-button-text': string;
55
+ 'pisell-lookup-confirm-button-text': string;
56
+ 'pisell-lookup-clear': string;
57
+ 'pisell-lookup-close': string;
58
+ 'pisell-lookup-search-history': string;
59
+ 'pisell-lookup-clear-history': string;
60
+ 'pisell-lookup-suggestions': string;
61
+ 'pisell-lookup-popular-search': string;
62
+ 'pisell-lookup-loading': string;
63
+ 'pisell-lookup-no-data': string;
64
+ 'pisell-find-button-text': string;
65
+ 'pisell-find-placeholder': string;
66
+ 'pisell-export-button-text': string;
67
+ 'batch-editor-actions': string;
68
+ 'batch-editor-remove': string;
69
+ 'batch-editor-price': string;
70
+ 'batch-editor-cancel': string;
71
+ 'batch-editor-search': string;
72
+ 'batch-editor-confirm': string;
73
+ 'batch-editor-batch-remove': string;
74
+ 'batch-editor-quick-edit': string;
75
+ 'batch-editor-what-price': string;
76
+ 'batch-editor-quick-edit-title': (product: string, num: string) => string;
77
+ 'batch-editor-quick-edit-title-2': (product: string) => string;
78
+ 'batch-action-bar-select-all': string;
79
+ 'batch-action-bar-invert': string;
80
+ 'batch-action-bar-clear': string;
81
+ 'batch-action-bar-delete': string;
82
+ 'batch-action-bar-more': string;
83
+ 'batch-action-bar-selected-count': (count: number) => string;
84
+ 'batch-action-bar-confirm-title': string;
85
+ 'batch-action-bar-delete-confirm-title': string;
86
+ 'batch-action-bar-delete-confirm-content': (count: number) => string;
87
+ 'batch-action-bar-delete-confirm-ok': string;
88
+ 'batch-action-bar-delete-confirm-cancel': string;
89
+ 'record-board-toolbar-reset': string;
90
+ 'record-board-toolbar-default-filter-status': string;
91
+ 'record-board-toolbar-default-filter-all': string;
92
+ 'record-board-toolbar-default-filter-enabled': string;
93
+ 'record-board-toolbar-default-filter-disabled': string;
94
+ 'record-board-toolbar-default-filter-keyword': string;
95
+ 'record-board-toolbar-default-placeholder': string;
96
+ 'pisell2.recordBoard.toolbar.find': string;
97
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
98
+ 'pisell2.recordBoard.toolbar.sort': string;
99
+ 'pisell2.recordBoard.toolbar.filter': string;
100
+ 'pisell2.recordBoard.toolbar.reset': string;
101
+ 'pisell2.recordBoard.toolbar.viewGrid': string;
102
+ 'pisell2.recordBoard.toolbar.viewFloorMap': string;
103
+ 'pisell2.recordBoard.toolbar.viewCalendar': string;
104
+ 'pisell2.recordBoard.toolbar.viewResourceWall': string;
105
+ 'pisell2.recordBoard.filter.placeholderEnter': string;
106
+ 'pisell2.salesManagement.pagination.previous': string;
107
+ 'pisell2.salesManagement.pagination.next': string;
108
+ 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
109
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
110
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
111
+ 'pisell2.salesManagement.batchActionBar.more': string;
112
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
113
+ 'pisell2.salesManagement.batchActionBar.invert': string;
114
+ 'pisell2.salesManagement.batchActionBar.clear': string;
115
+ 'pisell2.salesManagement.batchActionBar.delete': string;
116
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
117
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
118
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
119
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
120
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
121
+ 'shell-frame-statistic-expand': string;
122
+ 'shell-frame-statistic-collapse': string;
123
+ 'table-action-export-import-export-success': string;
124
+ 'table-action-export-import-button': string;
125
+ 'table-action-export-import-export-range': string;
126
+ 'table-action-export-import-current-page': string;
127
+ 'table-action-export-import-all-records': string;
128
+ 'table-action-export-import-selected-records': string;
129
+ 'table-action-export-import-selected': string;
130
+ 'table-action-export-import-item': (length: number) => string;
131
+ 'table-action-export-import-product': string;
132
+ 'table-action-export-import-table-text-input-title': string;
133
+ 'table-action-export-import-table-text-input-describe': string;
134
+ 'table-action-export-import-table-error-file': string;
135
+ 'table-action-export-import-import-success': string;
136
+ 'table-action-export-import-import-phone': string;
137
+ 'table-action-export-import-table-success-download': string;
138
+ 'table-action-export-import-table-textimport-product': string;
139
+ 'table-action-export-import-table-text-product-template': string;
140
+ 'table-action-export-import-table-text-click-download': string;
141
+ 'table-action-export-import-table-text-edit-file': string;
142
+ 'table-action-export-import-button-import': string;
143
+ 'table-action-export-import-cancel': string;
144
+ 'table-action-export-import-file-completed': string;
145
+ 'table-action-export-import-file-processing': string;
146
+ 'table-action-export-import-file-pending': string;
147
+ 'table-action-export-import-file-refresh': string;
148
+ 'table-action-export-import-export-title': string;
149
+ 'table-action-export-import-file-hint': string;
150
+ 'table-action-export-import-file-name': string;
151
+ 'table-action-export-import-file-content': string;
152
+ 'table-action-export-import-file-content-all': string;
153
+ 'table-action-export-import-file-content-part': string;
154
+ 'table-action-export-import-file-status': string;
155
+ 'table-action-export-import-file-account': string;
156
+ 'table-action-export-import-file-created': string;
157
+ 'table-action-export-import-file-record': (length: number) => string;
158
+ 'table-action-export-import-import-title': string;
159
+ 'table-action-export-import-log-hint': string;
160
+ 'table-action-export-import-log-name': string;
161
+ 'table-action-export-import-log-result': string;
162
+ 'table-action-export-import-log-ok': (num: number) => string;
163
+ 'table-action-export-import-log-err': (num: number) => string;
164
+ 'table-action-export-import-log-check': string;
165
+ 'table-action-export-import-log-detail-title': string;
166
+ 'table-action-export-import-log-err-log': string;
167
+ 'table-action-export-import-log-copy': string;
168
+ 'table-action-export-import-table-success-copy': string;
169
+ 'drag-sort-tree-unavailable-today-tip': string;
170
+ 'date-picker-today': string;
171
+ 'date-picker-yesterday': string;
172
+ 'date-picker-tomorrow': string;
173
+ 'date-picker-next_monday': string;
174
+ 'date-picker-last_friday': string;
175
+ 'date-picker-first_day_of_this_month': string;
176
+ 'date-picker-last_day_of_this_month': string;
177
+ 'date-picker-first_day_of_next_month': string;
178
+ 'date-picker-last_day_of_last_month': string;
179
+ 'date-picker-invalid-date': string;
180
+ 'date-picker-apply': string;
181
+ 'date-picker-shortcut-custom': string;
182
+ 'pisell-input-copy-success': string;
183
+ 'pisell-input-copy': string;
184
+ 'pisell-empty-description-no-data': string;
185
+ 'pisell-information-entry-input-search': string;
186
+ 'pisell-information-entry-input-confirm': string;
187
+ 'pisell-information-entry-scan-exit': string;
188
+ 'pisell-wallet-pass-card-detail': string;
189
+ 'pisell-wallet-pass-card-edit': string;
190
+ 'pisell-wallet-pass-card-name': string;
191
+ 'pisell-wallet-pass-card-store-name': string;
192
+ 'pisell-wallet-pass-card-balance': string;
193
+ 'pisell-wallet-pass-card-redeem': string;
194
+ 'pisell-wallet-pass-card-code': string;
195
+ 'pisell-wallet-pass-card-valid-to': string;
196
+ 'pisell-wallet-pass-card-valid': string;
197
+ 'pisell-wallet-pass-card-confirm': string;
198
+ 'pisell-wallet-pass-card-cancel': string;
199
+ 'pisell-wallet-pass-card-required': string;
200
+ 'pisell-wallet-pass-card-expireDate': string;
201
+ 'pisell-adjust-price-price-override': string;
202
+ 'pisell-adjust-price-discount': string;
203
+ 'pisell-adjust-price-discount-amount': string;
204
+ 'pisell-adjust-price-discount-percentage': string;
205
+ 'pisell-adjust-price-total-after-discount': string;
206
+ 'pisell-adjust-price-discount-can-be-maximum': string;
207
+ 'pisell-discount-card-title': string;
208
+ 'pisell-discount-card-unit': string;
209
+ 'pisell-discount-card-fixed-amount-prefix': string;
210
+ 'pisell-data-source-table-add': string;
211
+ 'pisell-data-source-table-edit': string;
212
+ 'pisell-data-source-table-detail': string;
213
+ 'pisell-data-source-table-delete': string;
214
+ 'pisell-record-view-available': string;
215
+ 'pisell-record-view-unavailable': string;
216
+ 'pisell-data-source-form-required-message': string;
217
+ 'pisell-data-source-form-scope-message': string;
218
+ 'pisell-data-source-form-email-message': string;
219
+ 'pisell-data-source-form-domain-message': string;
220
+ 'pisell-data-source-form-url-message': string;
221
+ 'pisell-data-source-form-phone-message': string;
222
+ 'pisell-data-source-form-min-length-message': (minLength: number) => string;
223
+ 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
224
+ 'pisell-data-source-form-min-value-message': (minValue: number) => string;
225
+ 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
226
+ 'pisell-data-source-form-mobile-message': string;
227
+ 'pisell-data-source-form-pattern-message': string;
228
+ 'pisell-number-format-thousand': string;
229
+ 'pisell-number-format-million': string;
230
+ 'pisell-number-format-billion': string;
231
+ 'walletCard-done': string;
232
+ 'walletCard-qrcode': string;
233
+ 'walletCard-barcode': string;
234
+ 'walletCard-viewPin': string;
235
+ 'pisell-upload-button': string;
236
+ 'pisell-upload-setting-size-error': (maxSize: number) => string;
237
+ 'pisell-upload-setting-type-error': (type: string) => string;
238
+ 'pisell-upload-count-error': (count: number) => string;
239
+ 'pisell-upload-error': (name: string) => string;
240
+ 'pisell-upload-multilingual-title': string;
241
+ 'pisell-upload-multilingual-item-title-original': string;
242
+ 'pisell-upload-multilingual-item-title-en': string;
243
+ 'pisell-upload-multilingual-item-title-zh-CN': string;
244
+ 'pisell-upload-multilingual-item-title-zh-HK': string;
245
+ 'pisell-color-picker-default': string;
246
+ 'pisell-action-get-data': string;
247
+ 'pisell-action-delete-success': string;
248
+ 'pisell-action-delete-failed': string;
249
+ 'walletCard-point': string;
250
+ 'walletCard-rechargeable': string;
251
+ 'walletCard-voucher': string;
252
+ 'walletCard-discount': string;
253
+ 'pisellQrcode-done': string;
254
+ 'pisellQrcode-qrcode': string;
255
+ 'pisell-delete-confirm-title': string;
256
+ 'pisell-delete-confirm-content': string;
257
+ 'pisell-delete-confirm-ok': string;
258
+ 'pisell-delete-confirm-cancel': string;
259
+ 'pisell-design-mode-action-disabled': string;
260
+ 'pisell-translation-original': string;
261
+ 'pisell-version-modal-title': string;
262
+ 'pisell-version-modal-current-version': string;
263
+ 'pisell-version-modal-version': string;
264
+ 'pisell-version-modal-update-notes': string;
265
+ 'pisell-version-modal-patch': string;
266
+ 'pisell-version-modal-minor': string;
267
+ 'pisell-version-modal-major': string;
268
+ 'pisell-version-modal-custom': string;
269
+ 'pisell-version-modal-cancel': string;
270
+ 'pisell-version-modal-confirm': string;
271
+ 'pisell-version-modal-describe-update-notes': string;
272
+ 'pisell-version-modal-version-error': string;
273
+ 'pisell-version-modal-version-required': string;
274
+ 'pisell-version-modal-based-on-version': string;
275
+ 'subdomain-error-too-short': string;
276
+ 'subdomain-error-too-long': string;
277
+ 'subdomain-error-pattern': string;
278
+ 'subdomain-error-numbers-only': string;
279
+ 'subdomain-error-hyphen-ends': string;
280
+ 'subdomain-error-consecutive-hyphens': string;
281
+ 'subdomain-error-required': string;
282
+ 'pisell-icon-select-outlined': string;
283
+ 'pisell-icon-select-filled': string;
284
+ 'pisell-icon-select-two-tone': string;
285
+ 'pisell-icon-select-iconfont': string;
286
+ 'pisell-icon-select-search': string;
287
+ 'pisell-icon-select-select': string;
288
+ 'pisell-lowcode-app-version-control-live': string;
289
+ 'pisell-lowcode-app-version-control-draft': string;
290
+ 'pisell-lowcode-app-version-control-deprecated': string;
291
+ 'pisell-lowcode-app-version-control-new-version': string;
292
+ 'pisell-lowcode-app-version-control-promote-to-live': string;
293
+ 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
294
+ 'pisell-lowcode-app-version-control-promote-version-describe': string;
295
+ 'pisell-lowcode-app-version-control-promote-version-ok': string;
296
+ 'pisell-lowcode-app-version-control-promote-version-cancel': string;
297
+ 'pisell-lowcode-app-version-control-version-exists': string;
298
+ 'pisell-lowcode-drop-sort-add': string;
299
+ 'pisell-lowcode-navigation-menu-add-sub-menu': string;
300
+ 'pisell-lowcode-navigation-menu-add-page': string;
301
+ 'pisell-lowcode-navigation-menu-add-page-tip': string;
302
+ 'pisell-lowcode-navigation-menu-tag-base': string;
303
+ 'pisell-lowcode-navigation-menu-tag-proCode': string;
304
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
305
+ 'pisell-lowcode-navigation-menu-tag-group': string;
306
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
307
+ 'pisell-lowcode-navigation-menu-tag-custom': string;
308
+ 'pisell-data-source-form-app-identifier-pattern': string;
309
+ 'pisell-data-source-form-app-identifier-start-with-letter': string;
310
+ 'pisell-group-permissions-rule-required': string;
311
+ 'pisell-group-permissions-rule-limit': string;
312
+ 'pisell-data-source-form-app-identifier-letters-only': string;
313
+ 'pisell-data-source-form-app-identifier-alphanumeric': string;
314
+ 'pisell-data-source-form-app-identifier-special-ends': string;
315
+ 'pisell-data-source-form-app-identifier-consecutive-special': string;
316
+ 'qrscanner-loading': string;
317
+ 'qrscanner-success': string;
318
+ 'qrscanner-success-qrcode': string;
319
+ 'qrscanner-success-barcode': string;
320
+ 'qrscanner-error-upload-image': string;
321
+ 'qrscanner-error-load-failed': string;
322
+ 'qrscanner-error-no-code': string;
323
+ 'qrscanner-error-camera-init': string;
324
+ 'qrscanner-error-process-image': string;
325
+ 'pisell-login-and-register-title': string;
326
+ 'pisell-login-and-register-subtitle': string;
327
+ 'pisell-login-and-register-email-label': string;
328
+ 'pisell-login-and-register-email-placeholder': string;
329
+ 'pisell-login-and-register-password-label': string;
330
+ 'pisell-login-and-register-password-placeholder': string;
331
+ 'pisell-login-and-register-email-error': string;
332
+ 'pisell-login-and-register-email-error-valid': string;
333
+ 'pisell-login-and-register-password-error': string;
334
+ 'pisell-login-and-register-login': string;
335
+ 'pisell-login-and-register-google': string;
336
+ 'pisell-login-and-register-facebook': string;
337
+ 'pisell-login-and-register-apple': string;
338
+ 'pisell-login-and-register-sign-up': string;
339
+ 'pisell-login-and-register-login-tab': string;
340
+ 'pisell-login-and-register-register-tab': string;
341
+ 'pisell-login-and-register-register-email-placeholder': string;
342
+ 'pisell-login-and-register-register-password-placeholder': string;
343
+ 'pisell-login-and-register-register-button-text': string;
344
+ 'pisell-login-and-register-remember-me': string;
345
+ 'pisell-login-and-register-forgot-password': string;
346
+ 'pisell2.text.goodpass.product-vouchers': string;
347
+ 'pisell2.text.goodpass.last-settlement': string;
348
+ 'pisell2.text.goodpass.view-more': string;
349
+ 'pisell2.text.goodpass.save': string;
350
+ 'pisell-wallet-pass-card-status-used': string;
351
+ 'pisell-wallet-pass-card-status-expired': string;
352
+ 'pisell-wallet-pass-card-status-disabled': string;
353
+ 'pisell-wallet-pass-card-status-conflict': string;
354
+ 'pisell-wallet-pass-card-status-lastPayment': string;
355
+ 'pisell-wallet-pass-card-reset': string;
356
+ 'pisell-wallet-pass-card-done': string;
357
+ 'pisell2.wallet-card.add-holder-tip': string;
358
+ 'pisell2.wallet-card.add-holder-button-text': string;
359
+ 'pisell-camera-no-camera-accessible': string;
360
+ 'pisell-camera-permission-denied': string;
361
+ 'pisell-camera-switch-camera': string;
362
+ 'pisell-camera-canvas': string;
363
+ 'pisell-camera-checking': string;
364
+ 'pisell-camera-no-camera-desc': string;
365
+ 'pisell-upload-camera-local-files': string;
366
+ 'pisell-upload-camera-capture': string;
367
+ 'pisell-upload-camera-retake': string;
368
+ 'pisell-upload-camera-use': string;
369
+ 'pisell-list-tab-group-default': string;
370
+ 'pisell-list-empty-text-default': string;
371
+ 'pisell-list-load-more': string;
372
+ 'pisell-list-view-less': string;
373
+ 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
374
+ 'pisell-list-scroll-down': string;
375
+ 'pisell-list-scroll-right': string;
376
+ 'pisell-list-pagination-page-of': (current: number, total: number) => string;
377
+ 'pisell-list-pagination-previous': string;
378
+ 'pisell-list-pagination-next': string;
379
+ 'pisell-procedure-header-back-confirm-title': string;
380
+ 'pisell-procedure-header-back-confirm-desc': string;
381
+ 'pisell-procedure-header-back-confirm-no': string;
382
+ 'pisell-procedure-header-back-confirm-yes': string;
383
+ 'pisell-procedure-header-close-confirm-title': string;
384
+ 'pisell-procedure-header-close-confirm-desc': string;
385
+ 'pisell-procedure-header-close-confirm-no': string;
386
+ 'pisell-procedure-header-close-confirm-yes': string;
387
+ 'pisell-procedure-footer-more': string;
388
+ };
389
+ export default _default;
@@ -131,6 +131,7 @@ var en_US_default = {
131
131
  "pisell2.recordBoard.toolbar.viewGrid": "Table",
132
132
  "pisell2.recordBoard.toolbar.viewFloorMap": "Floor map",
133
133
  "pisell2.recordBoard.toolbar.viewCalendar": "Calendar",
134
+ "pisell2.recordBoard.toolbar.viewResourceWall": "Resource wall",
134
135
  "pisell2.recordBoard.filter.placeholderEnter": "Enter {label}",
135
136
  "pisell2.salesManagement.pagination.previous": "Previous",
136
137
  "pisell2.salesManagement.pagination.next": "Next",