@pisell/private-materials 6.11.115 → 6.11.117

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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
  8. package/es/components/booking/hooks/useClearCart.d.ts +0 -1
  9. package/es/components/booking/info/notes/index.d.ts +0 -1
  10. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
  11. package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
  12. package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
  13. package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
  14. package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
  15. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
  16. package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -0
  17. package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
  18. package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
  19. package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
  20. package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
  21. package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
  22. package/es/components/eftpos/hooks.d.ts +1 -0
  23. package/es/components/eftpos/index.d.ts +1 -0
  24. package/es/components/eftposPay/component/fail/network.d.ts +0 -1
  25. package/es/components/eftposPay/component/fail/unknow.d.ts +0 -1
  26. package/es/components/eftposPay/component/signature/index.d.ts +0 -1
  27. package/es/components/eftposPay/store/index.d.ts +1 -1
  28. package/es/components/eftposPay/tip.d.ts +0 -1
  29. package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  30. package/es/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  31. package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
  32. package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
  33. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
  34. package/es/plus/orderList/components/HandleActions.d.ts +1 -0
  35. package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
  36. package/es/plus/orderList/components/Reset.d.ts +1 -0
  37. package/es/plus/orderList/components/Toolbar.d.ts +1 -0
  38. package/es/plus/pisellReservation/PisellReservation.js +369 -41
  39. package/es/plus/pisellReservation/components/PisellReservationSubcomponents.d.ts +7 -6
  40. package/es/plus/pisellReservation/components/PisellReservationSubcomponents.js +25 -12
  41. package/es/plus/pisellReservation/components/ReservationResourceWallResourceSelect.d.ts +14 -0
  42. package/es/plus/pisellReservation/components/ReservationResourceWallResourceSelect.js +30 -0
  43. package/es/plus/pisellReservation/components/bookingDetailModal/ReservationBookingDetailModal.js +5 -5
  44. package/es/plus/pisellReservation/data/bookingToReservationTables.d.ts +4 -0
  45. package/es/plus/pisellReservation/data/bookingToReservationTables.js +12 -4
  46. package/es/plus/pisellReservation/data/mapReservationToVenueWallCards.d.ts +6 -0
  47. package/es/plus/pisellReservation/data/mapReservationToVenueWallCards.js +171 -0
  48. package/es/plus/pisellReservation/data/reservationDataUtils.js +1 -1
  49. package/es/plus/pisellReservation/floorMap/reservationMock.js +160 -0
  50. package/es/plus/pisellReservation/floorRoomCard/buildCardBodyViewModel.js +4 -4
  51. package/es/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.d.ts +18 -0
  52. package/es/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.js +44 -0
  53. package/es/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
  54. package/es/plus/pisellReservation/locales/locales-ja.d.ts +5 -0
  55. package/es/plus/pisellReservation/locales/locales-ja.js +5 -0
  56. package/es/plus/pisellReservation/locales/locales-pt.d.ts +5 -0
  57. package/es/plus/pisellReservation/locales/locales-pt.js +5 -0
  58. package/es/plus/pisellReservation/locales/locales.d.ts +17 -0
  59. package/es/plus/pisellReservation/locales/locales.js +7 -0
  60. package/es/plus/pisellReservation/reservationConstants.d.ts +23 -5
  61. package/es/plus/pisellReservation/reservationConstants.js +7 -0
  62. package/es/plus/pisellReservation/types.d.ts +4 -0
  63. package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
  64. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
  65. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  66. package/es/pro/Selector/demo.d.ts +1 -0
  67. package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  68. package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
  69. package/lib/components/booking/hooks/useClearCart.d.ts +0 -1
  70. package/lib/components/booking/info/notes/index.d.ts +0 -1
  71. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
  72. package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
  73. package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
  74. package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
  75. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
  76. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
  77. package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -0
  78. package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
  79. package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
  80. package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
  81. package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
  82. package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
  83. package/lib/components/eftpos/hooks.d.ts +1 -0
  84. package/lib/components/eftpos/index.d.ts +1 -0
  85. package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
  86. package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -1
  87. package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
  88. package/lib/components/eftposPay/store/index.d.ts +1 -1
  89. package/lib/components/eftposPay/tip.d.ts +0 -1
  90. package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
  91. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  92. package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
  93. package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
  94. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
  95. package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
  96. package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
  97. package/lib/plus/orderList/components/Reset.d.ts +1 -0
  98. package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
  99. package/lib/plus/pisellReservation/PisellReservation.js +312 -12
  100. package/lib/plus/pisellReservation/components/PisellReservationSubcomponents.d.ts +7 -6
  101. package/lib/plus/pisellReservation/components/PisellReservationSubcomponents.js +18 -5
  102. package/lib/plus/pisellReservation/components/ReservationResourceWallResourceSelect.d.ts +14 -0
  103. package/lib/plus/pisellReservation/components/ReservationResourceWallResourceSelect.js +60 -0
  104. package/lib/plus/pisellReservation/components/bookingDetailModal/ReservationBookingDetailModal.js +1 -1
  105. package/lib/plus/pisellReservation/data/bookingToReservationTables.d.ts +4 -0
  106. package/lib/plus/pisellReservation/data/bookingToReservationTables.js +16 -9
  107. package/lib/plus/pisellReservation/data/mapReservationToVenueWallCards.d.ts +6 -0
  108. package/lib/plus/pisellReservation/data/mapReservationToVenueWallCards.js +160 -0
  109. package/lib/plus/pisellReservation/data/reservationDataUtils.js +2 -1
  110. package/lib/plus/pisellReservation/floorMap/reservationMock.js +151 -0
  111. package/lib/plus/pisellReservation/floorRoomCard/buildCardBodyViewModel.js +5 -2
  112. package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.d.ts +18 -0
  113. package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.js +40 -0
  114. package/lib/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
  115. package/lib/plus/pisellReservation/locales/locales-ja.d.ts +5 -0
  116. package/lib/plus/pisellReservation/locales/locales-ja.js +5 -0
  117. package/lib/plus/pisellReservation/locales/locales-pt.d.ts +5 -0
  118. package/lib/plus/pisellReservation/locales/locales-pt.js +5 -0
  119. package/lib/plus/pisellReservation/locales/locales.d.ts +17 -0
  120. package/lib/plus/pisellReservation/locales/locales.js +7 -0
  121. package/lib/plus/pisellReservation/reservationConstants.d.ts +23 -5
  122. package/lib/plus/pisellReservation/reservationConstants.js +12 -0
  123. package/lib/plus/pisellReservation/types.d.ts +4 -0
  124. package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
  125. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
  126. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  127. package/lib/pro/Selector/demo.d.ts +1 -0
  128. package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
  129. package/package.json +4 -4
@@ -24,6 +24,7 @@ __export(locales_pt_exports, {
24
24
  module.exports = __toCommonJS(locales_pt_exports);
25
25
  var locales_pt_default = {
26
26
  "pisell-reservation.page-title": "Reserva",
27
+ "pisell-reservation.page-title-venue": "Controlo do espaço",
27
28
  "pisell-reservation.new": "+ Novo",
28
29
  "pisell-reservation.new-modal-title": "Novo",
29
30
  "pisell-reservation.new-modal-placeholder": "Sem rotas disponíveis",
@@ -34,6 +35,8 @@ var locales_pt_default = {
34
35
  "pisell-reservation.view-grid": "Tabela",
35
36
  "pisell-reservation.view-floor": "Planta",
36
37
  "pisell-reservation.view-calendar": "Calendário",
38
+ "pisell-reservation.view-resource-wall": "Painel",
39
+ "pisell-reservation.resource-wall-resources": "Recursos no painel",
37
40
  "pisell-reservation.calendar-granularity-day": "Dia",
38
41
  "pisell-reservation.calendar-granularity-week": "Semana",
39
42
  "pisell-reservation.calendar-granularity-month": "Mês",
@@ -48,6 +51,8 @@ var locales_pt_default = {
48
51
  "pisell-reservation.at-current-time": "Está na hora actual",
49
52
  "pisell-reservation.go-current": "Ir para actual",
50
53
  "pisell-reservation.schedule-data-loading": "A carregar reservas…",
54
+ "pisell-reservation.hud-open-table-aria": "Abrir tabela de recursos ligados na planta",
55
+ "pisell-reservation.hud-table-drawer-title": "Recursos no mapa",
51
56
  "pisell-reservation.hud-sheet-close-aria": "Fechar lista de recursos",
52
57
  "pisell-reservation.hud-expand-aria": "Expandir lista de recursos",
53
58
  "pisell-reservation.hud-collapse-aria": "Fechar lista de recursos",
@@ -17,6 +17,8 @@ declare const _default: {
17
17
  'pisell-reservation.view-grid': string;
18
18
  'pisell-reservation.view-floor': string;
19
19
  'pisell-reservation.view-calendar': string;
20
+ 'pisell-reservation.view-resource-wall': string;
21
+ 'pisell-reservation.resource-wall-resources': string;
20
22
  'pisell-reservation.calendar-granularity-day': string;
21
23
  'pisell-reservation.calendar-granularity-week': string;
22
24
  'pisell-reservation.calendar-granularity-month': string;
@@ -156,6 +158,8 @@ declare const _default: {
156
158
  'pisell-reservation.view-grid': string;
157
159
  'pisell-reservation.view-floor': string;
158
160
  'pisell-reservation.view-calendar': string;
161
+ 'pisell-reservation.view-resource-wall': string;
162
+ 'pisell-reservation.resource-wall-resources': string;
159
163
  'pisell-reservation.calendar-granularity-day': string;
160
164
  'pisell-reservation.calendar-granularity-week': string;
161
165
  'pisell-reservation.calendar-granularity-month': string;
@@ -218,6 +222,7 @@ declare const _default: {
218
222
  'pisell-reservation.room-time-start': string;
219
223
  'pisell-reservation.room-in-minutes': string;
220
224
  'pisell-reservation.room-view-all': string;
225
+ 'pisell-reservation.room-occupancy-sum': string;
221
226
  'pisell-reservation.room-next-prefix': string;
222
227
  'pisell-reservation.room-guest-unknown': string;
223
228
  'pisell-reservation.room-collapse': string;
@@ -294,6 +299,8 @@ declare const _default: {
294
299
  'pisell-reservation.view-grid': string;
295
300
  'pisell-reservation.view-floor': string;
296
301
  'pisell-reservation.view-calendar': string;
302
+ 'pisell-reservation.view-resource-wall': string;
303
+ 'pisell-reservation.resource-wall-resources': string;
297
304
  'pisell-reservation.calendar-granularity-day': string;
298
305
  'pisell-reservation.calendar-granularity-week': string;
299
306
  'pisell-reservation.calendar-granularity-month': string;
@@ -417,6 +424,7 @@ declare const _default: {
417
424
  };
418
425
  ja: {
419
426
  'pisell-reservation.page-title': string;
427
+ 'pisell-reservation.page-title-venue': string;
420
428
  'pisell-reservation.new': string;
421
429
  'pisell-reservation.new-modal-title': string;
422
430
  'pisell-reservation.new-modal-placeholder': string;
@@ -427,6 +435,8 @@ declare const _default: {
427
435
  'pisell-reservation.view-grid': string;
428
436
  'pisell-reservation.view-floor': string;
429
437
  'pisell-reservation.view-calendar': string;
438
+ 'pisell-reservation.view-resource-wall': string;
439
+ 'pisell-reservation.resource-wall-resources': string;
430
440
  'pisell-reservation.calendar-granularity-day': string;
431
441
  'pisell-reservation.calendar-granularity-week': string;
432
442
  'pisell-reservation.calendar-granularity-month': string;
@@ -441,6 +451,8 @@ declare const _default: {
441
451
  'pisell-reservation.at-current-time': string;
442
452
  'pisell-reservation.go-current': string;
443
453
  'pisell-reservation.schedule-data-loading': string;
454
+ 'pisell-reservation.hud-open-table-aria': string;
455
+ 'pisell-reservation.hud-table-drawer-title': string;
444
456
  'pisell-reservation.hud-sheet-close-aria': string;
445
457
  'pisell-reservation.hud-expand-aria': string;
446
458
  'pisell-reservation.hud-collapse-aria': string;
@@ -553,6 +565,7 @@ declare const _default: {
553
565
  };
554
566
  pt: {
555
567
  'pisell-reservation.page-title': string;
568
+ 'pisell-reservation.page-title-venue': string;
556
569
  'pisell-reservation.new': string;
557
570
  'pisell-reservation.new-modal-title': string;
558
571
  'pisell-reservation.new-modal-placeholder': string;
@@ -563,6 +576,8 @@ declare const _default: {
563
576
  'pisell-reservation.view-grid': string;
564
577
  'pisell-reservation.view-floor': string;
565
578
  'pisell-reservation.view-calendar': string;
579
+ 'pisell-reservation.view-resource-wall': string;
580
+ 'pisell-reservation.resource-wall-resources': string;
566
581
  'pisell-reservation.calendar-granularity-day': string;
567
582
  'pisell-reservation.calendar-granularity-week': string;
568
583
  'pisell-reservation.calendar-granularity-month': string;
@@ -577,6 +592,8 @@ declare const _default: {
577
592
  'pisell-reservation.at-current-time': string;
578
593
  'pisell-reservation.go-current': string;
579
594
  'pisell-reservation.schedule-data-loading': string;
595
+ 'pisell-reservation.hud-open-table-aria': string;
596
+ 'pisell-reservation.hud-table-drawer-title': string;
580
597
  'pisell-reservation.hud-sheet-close-aria': string;
581
598
  'pisell-reservation.hud-expand-aria': string;
582
599
  'pisell-reservation.hud-collapse-aria': string;
@@ -53,6 +53,8 @@ var locales_default = {
53
53
  "pisell-reservation.view-grid": "Table",
54
54
  "pisell-reservation.view-floor": "Floor map",
55
55
  "pisell-reservation.view-calendar": "Calendar",
56
+ "pisell-reservation.view-resource-wall": "Wall",
57
+ "pisell-reservation.resource-wall-resources": "Resources on wall",
56
58
  "pisell-reservation.calendar-granularity-day": "Day",
57
59
  "pisell-reservation.calendar-granularity-week": "Week",
58
60
  "pisell-reservation.calendar-granularity-month": "Month",
@@ -192,6 +194,8 @@ var locales_default = {
192
194
  "pisell-reservation.view-grid": "表格",
193
195
  "pisell-reservation.view-floor": "平面图",
194
196
  "pisell-reservation.view-calendar": "日历",
197
+ "pisell-reservation.view-resource-wall": "大屏",
198
+ "pisell-reservation.resource-wall-resources": "大屏显示资源",
195
199
  "pisell-reservation.calendar-granularity-day": "日",
196
200
  "pisell-reservation.calendar-granularity-week": "周",
197
201
  "pisell-reservation.calendar-granularity-month": "月",
@@ -254,6 +258,7 @@ var locales_default = {
254
258
  "pisell-reservation.room-time-start": "开始",
255
259
  "pisell-reservation.room-in-minutes": "还有 {d}",
256
260
  "pisell-reservation.room-view-all": "查看全部 {n} 条预约",
261
+ "pisell-reservation.room-occupancy-sum": "人数 {current}/{capacity}",
257
262
  "pisell-reservation.room-next-prefix": "下一档",
258
263
  "pisell-reservation.room-guest-unknown": "客人",
259
264
  "pisell-reservation.room-collapse": "收起",
@@ -330,6 +335,8 @@ var locales_default = {
330
335
  "pisell-reservation.view-grid": "表格",
331
336
  "pisell-reservation.view-floor": "平面圖",
332
337
  "pisell-reservation.view-calendar": "日曆",
338
+ "pisell-reservation.view-resource-wall": "大屏",
339
+ "pisell-reservation.resource-wall-resources": "大屏顯示資源",
333
340
  "pisell-reservation.calendar-granularity-day": "日",
334
341
  "pisell-reservation.calendar-granularity-week": "週",
335
342
  "pisell-reservation.calendar-granularity-month": "月",
@@ -10,6 +10,8 @@ export declare const PISELL_RESERVATION_BODY_VIEW_STORAGE_KEY = "pisell-reservat
10
10
  export declare const PISELL_RESERVATION_HUD_DRAWER_COLUMN_STORAGE_KEY = "pisell-reservation.hud-booking-drawer.columns";
11
11
  /** HUD 表格:全量在内存中过滤后的本地分页默认每页条数(与主表服务端分页无关) */
12
12
  export declare const PISELL_RESERVATION_HUD_LOCAL_PAGE_SIZE = 50;
13
+ /** 资源墙筛选:画布资源多选最多可选数量 */
14
+ export declare const RESERVATION_RESOURCE_WALL_MAX_RESOURCE_SELECTION = 6;
13
15
  /** RoomCard 子预约块:`closest` 解析用户点中的预约 */
14
16
  export declare const PISELL_FLOOR_CHECKOUT_BOOKING_SELECTOR = "[data-pisell-floor-checkout-booking]";
15
17
  /**
@@ -44,8 +46,14 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
44
46
  'pisell-reservation.edit-map-done': string;
45
47
  'pisell-reservation.follow-current': string;
46
48
  'pisell-reservation.view-grid': string;
49
+ /**
50
+ * 时间轴默认区间:锚定日历日当日 02:00 — 次日 02:00(跨日 24h)
51
+ * 可由 toolBar → PisellReservationScheduleBand 的 timeNavigatorProps 覆盖
52
+ */
47
53
  'pisell-reservation.view-floor': string;
48
54
  'pisell-reservation.view-calendar': string;
55
+ 'pisell-reservation.view-resource-wall': string;
56
+ 'pisell-reservation.resource-wall-resources': string;
49
57
  'pisell-reservation.calendar-granularity-day': string;
50
58
  'pisell-reservation.calendar-granularity-week': string;
51
59
  'pisell-reservation.calendar-granularity-month': string;
@@ -78,7 +86,6 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
78
86
  'pisell-reservation.floor-hud.interactive-title': string;
79
87
  'pisell-reservation.floor-map.data-source-label': string;
80
88
  'pisell-reservation.floor-map.category-background': string;
81
- /** 日历内改约/锁台等:平面图侧尚未对接写接口时的提示 */
82
89
  'pisell-reservation.floor-map.palette-image-bg': string;
83
90
  'pisell-reservation.floor-plan.save-failed': string;
84
91
  'pisell-reservation.card-placeholder.hint-select-row': string;
@@ -282,11 +289,12 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
282
289
  'pisell2.orderList.column.createInfo': string;
283
290
  'pisell2.orderList.column.moreInfo': string;
284
291
  'pisell2.orderList.deliveryType.nil': string;
285
- 'pisell2.orderList.deliveryType.shipping': string;
286
- 'pisell2.orderList.deliveryType.local_delivery': string; /**
287
- * 预约页复用 Sales Monitorbooking / orderList 文案 key,init 时需一并注入,
288
- * 否则筛排、列头等会退化为展示 key(与 PisellSalesManagement 合并策略一致)。
292
+ /**
293
+ * 时间轴默认区间:锚定日历日当日 02:00 次日 02:00(跨日 24h)
294
+ * 可由 toolBar PisellReservationScheduleBand timeNavigatorProps 覆盖
289
295
  */
296
+ 'pisell2.orderList.deliveryType.shipping': string;
297
+ 'pisell2.orderList.deliveryType.local_delivery': string;
290
298
  'pisell2.orderList.deliveryType.pickup': string;
291
299
  'pisell2.orderList.deliveryType.shop_service': string;
292
300
  'pisell2.orderList.shopServiceType.dine-in': string;
@@ -324,6 +332,7 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
324
332
  'pisell2.orderList.common.guest': string;
325
333
  'pisell2.orderList.quickFilter.keyword.placeholder': string;
326
334
  'pisell2.orderList.quickFilter.orderDate.label': string;
335
+ /** 日历内改约/锁台等:平面图侧尚未对接写接口时的提示 */
327
336
  'pisell2.orderList.quickFilter.orderDate.placeholder': string;
328
337
  'pisell2.orderList.filter.orderStatus.label': string;
329
338
  'pisell2.orderList.filter.orderStatus.placeholder': string;
@@ -409,6 +418,8 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
409
418
  'pisell-reservation.view-grid': string;
410
419
  'pisell-reservation.view-floor': string;
411
420
  'pisell-reservation.view-calendar': string;
421
+ 'pisell-reservation.view-resource-wall': string;
422
+ 'pisell-reservation.resource-wall-resources': string;
412
423
  'pisell-reservation.calendar-granularity-day': string;
413
424
  'pisell-reservation.calendar-granularity-week': string;
414
425
  'pisell-reservation.calendar-granularity-month': string;
@@ -471,6 +482,7 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
471
482
  'pisell-reservation.room-time-start': string;
472
483
  'pisell-reservation.room-in-minutes': string;
473
484
  'pisell-reservation.room-view-all': string;
485
+ 'pisell-reservation.room-occupancy-sum': string;
474
486
  'pisell-reservation.room-next-prefix': string;
475
487
  'pisell-reservation.room-guest-unknown': string;
476
488
  'pisell-reservation.room-collapse': string;
@@ -766,6 +778,8 @@ export declare const PISELL_RESERVATION_PAGE_LOCALES: {
766
778
  'pisell-reservation.view-grid': string;
767
779
  'pisell-reservation.view-floor': string;
768
780
  'pisell-reservation.view-calendar': string;
781
+ 'pisell-reservation.view-resource-wall': string;
782
+ 'pisell-reservation.resource-wall-resources': string;
769
783
  'pisell-reservation.calendar-granularity-day': string;
770
784
  'pisell-reservation.calendar-granularity-week': string;
771
785
  'pisell-reservation.calendar-granularity-month': string;
@@ -1121,6 +1135,10 @@ export declare const I18N_EDIT_MAP_DONE = "pisell-reservation.edit-map-done";
1121
1135
  export declare const I18N_VIEW_GRID = "pisell-reservation.view-grid";
1122
1136
  export declare const I18N_VIEW_FLOOR = "pisell-reservation.view-floor";
1123
1137
  export declare const I18N_VIEW_CALENDAR = "pisell-reservation.view-calendar";
1138
+ export declare const I18N_VIEW_RESOURCE_WALL = "pisell-reservation.view-resource-wall";
1139
+ export declare const I18N_RESOURCE_WALL_RESOURCES = "pisell-reservation.resource-wall-resources";
1140
+ /** localStorage:`${PREFIX}:${bodyViewStorageKey || 'default'}` */
1141
+ export declare const PISELL_RESERVATION_RESOURCE_WALL_FILTER_STORAGE_PREFIX = "pisell-reservation.resource-wall-filter";
1124
1142
  export declare const I18N_CALENDAR_DAY = "pisell-reservation.calendar-granularity-day";
1125
1143
  export declare const I18N_CALENDAR_WEEK = "pisell-reservation.calendar-granularity-week";
1126
1144
  export declare const I18N_CALENDAR_MONTH = "pisell-reservation.calendar-granularity-month";
@@ -46,18 +46,22 @@ __export(reservationConstants_exports, {
46
46
  I18N_NON_CURRENT_HINT: () => I18N_NON_CURRENT_HINT,
47
47
  I18N_PAGE_TITLE: () => I18N_PAGE_TITLE,
48
48
  I18N_PAGE_TITLE_VENUE: () => I18N_PAGE_TITLE_VENUE,
49
+ I18N_RESOURCE_WALL_RESOURCES: () => I18N_RESOURCE_WALL_RESOURCES,
49
50
  I18N_SCHEDULE_DATA_LOADING: () => I18N_SCHEDULE_DATA_LOADING,
50
51
  I18N_VIEW_CALENDAR: () => I18N_VIEW_CALENDAR,
51
52
  I18N_VIEW_FLOOR: () => I18N_VIEW_FLOOR,
52
53
  I18N_VIEW_GRID: () => I18N_VIEW_GRID,
54
+ I18N_VIEW_RESOURCE_WALL: () => I18N_VIEW_RESOURCE_WALL,
53
55
  PISELL_FLOOR_CHECKOUT_BOOKING_SELECTOR: () => PISELL_FLOOR_CHECKOUT_BOOKING_SELECTOR,
54
56
  PISELL_RESERVATION_BODY_VIEW_STORAGE_KEY: () => PISELL_RESERVATION_BODY_VIEW_STORAGE_KEY,
55
57
  PISELL_RESERVATION_HUD_DRAWER_COLUMN_STORAGE_KEY: () => PISELL_RESERVATION_HUD_DRAWER_COLUMN_STORAGE_KEY,
56
58
  PISELL_RESERVATION_HUD_LOCAL_PAGE_SIZE: () => PISELL_RESERVATION_HUD_LOCAL_PAGE_SIZE,
57
59
  PISELL_RESERVATION_PAGE_LOCALES: () => PISELL_RESERVATION_PAGE_LOCALES,
60
+ PISELL_RESERVATION_RESOURCE_WALL_FILTER_STORAGE_PREFIX: () => PISELL_RESERVATION_RESOURCE_WALL_FILTER_STORAGE_PREFIX,
58
61
  RESERVATION_LOADING_SHOW_DEBOUNCE_MS: () => RESERVATION_LOADING_SHOW_DEBOUNCE_MS,
59
62
  RESERVATION_MAIN_CANVAS_ID: () => RESERVATION_MAIN_CANVAS_ID,
60
63
  RESERVATION_NEW_MODAL_PRO_CODE_IDS: () => RESERVATION_NEW_MODAL_PRO_CODE_IDS,
64
+ RESERVATION_RESOURCE_WALL_MAX_RESOURCE_SELECTION: () => RESERVATION_RESOURCE_WALL_MAX_RESOURCE_SELECTION,
61
65
  RESERVATION_SCHEDULE_DEBOUNCE_MS: () => RESERVATION_SCHEDULE_DEBOUNCE_MS,
62
66
  RESERVATION_TIMELINE_BUSINESS_RANGE: () => RESERVATION_TIMELINE_BUSINESS_RANGE
63
67
  });
@@ -70,6 +74,7 @@ var RESERVATION_MAIN_CANVAS_ID = "main";
70
74
  var PISELL_RESERVATION_BODY_VIEW_STORAGE_KEY = "pisell-reservation.body-view.v2";
71
75
  var PISELL_RESERVATION_HUD_DRAWER_COLUMN_STORAGE_KEY = "pisell-reservation.hud-booking-drawer.columns";
72
76
  var PISELL_RESERVATION_HUD_LOCAL_PAGE_SIZE = 50;
77
+ var RESERVATION_RESOURCE_WALL_MAX_RESOURCE_SELECTION = 6;
73
78
  var PISELL_FLOOR_CHECKOUT_BOOKING_SELECTOR = "[data-pisell-floor-checkout-booking]";
74
79
  var RESERVATION_TIMELINE_BUSINESS_RANGE = {
75
80
  start: "02:00",
@@ -114,6 +119,9 @@ var I18N_EDIT_MAP_DONE = "pisell-reservation.edit-map-done";
114
119
  var I18N_VIEW_GRID = "pisell-reservation.view-grid";
115
120
  var I18N_VIEW_FLOOR = "pisell-reservation.view-floor";
116
121
  var I18N_VIEW_CALENDAR = "pisell-reservation.view-calendar";
122
+ var I18N_VIEW_RESOURCE_WALL = "pisell-reservation.view-resource-wall";
123
+ var I18N_RESOURCE_WALL_RESOURCES = "pisell-reservation.resource-wall-resources";
124
+ var PISELL_RESERVATION_RESOURCE_WALL_FILTER_STORAGE_PREFIX = "pisell-reservation.resource-wall-filter";
117
125
  var I18N_CALENDAR_DAY = "pisell-reservation.calendar-granularity-day";
118
126
  var I18N_CALENDAR_WEEK = "pisell-reservation.calendar-granularity-week";
119
127
  var I18N_CALENDAR_MONTH = "pisell-reservation.calendar-granularity-month";
@@ -147,18 +155,22 @@ var RESERVATION_NEW_MODAL_PRO_CODE_IDS = /* @__PURE__ */ new Set([
147
155
  I18N_NON_CURRENT_HINT,
148
156
  I18N_PAGE_TITLE,
149
157
  I18N_PAGE_TITLE_VENUE,
158
+ I18N_RESOURCE_WALL_RESOURCES,
150
159
  I18N_SCHEDULE_DATA_LOADING,
151
160
  I18N_VIEW_CALENDAR,
152
161
  I18N_VIEW_FLOOR,
153
162
  I18N_VIEW_GRID,
163
+ I18N_VIEW_RESOURCE_WALL,
154
164
  PISELL_FLOOR_CHECKOUT_BOOKING_SELECTOR,
155
165
  PISELL_RESERVATION_BODY_VIEW_STORAGE_KEY,
156
166
  PISELL_RESERVATION_HUD_DRAWER_COLUMN_STORAGE_KEY,
157
167
  PISELL_RESERVATION_HUD_LOCAL_PAGE_SIZE,
158
168
  PISELL_RESERVATION_PAGE_LOCALES,
169
+ PISELL_RESERVATION_RESOURCE_WALL_FILTER_STORAGE_PREFIX,
159
170
  RESERVATION_LOADING_SHOW_DEBOUNCE_MS,
160
171
  RESERVATION_MAIN_CANVAS_ID,
161
172
  RESERVATION_NEW_MODAL_PRO_CODE_IDS,
173
+ RESERVATION_RESOURCE_WALL_MAX_RESOURCE_SELECTION,
162
174
  RESERVATION_SCHEDULE_DEBOUNCE_MS,
163
175
  RESERVATION_TIMELINE_BUSINESS_RANGE
164
176
  });
@@ -83,6 +83,10 @@ export declare type PisellReservationTableRow = {
83
83
  hostIsTimeout?: boolean;
84
84
  /** 合成行:下一档预约(与接口 isNext 语义一致时由映射写入 booking) */
85
85
  isNext?: boolean;
86
+ /** Story / 本地演示:映射到大屏资源墙卡片的灯控态(接灯控接口前预览)。 */
87
+ resourceWallLightState?: 'off' | 'off_soon_on' | 'on_soon_off';
88
+ resourceWallLightOnInMin?: number;
89
+ resourceWallLightOffInMin?: number;
86
90
  };
87
91
  /**
88
92
  * 页面级预约看板:内置 Sales Management 预约列表(列、筛选、排序、GET booking)+ 时间轴 + 平面图。
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const MembersField: (props: {
3
4
  id?: string | undefined;
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * 单规格商品卡片,点击后需要拉起弹窗展示具体的规格信息
3
3
  */
4
+ /// <reference types="react" />
4
5
  import { RenderItemProps } from '../../../../pro/Selector/types';
5
6
  import './index.less';
6
7
  declare const OptionsCard: (props: RenderItemProps & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface TimelineSectionProps {
3
4
  code: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const SelectorDemo: () => JSX.Element;
2
3
  export default SelectorDemo;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PopoverProps } from 'antd';
2
3
  import './index.less';
3
4
  interface PisellPhoneKeyboardProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.115",
3
+ "version": "6.11.117",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -67,10 +67,10 @@
67
67
  "react-infinite-scroll-component": "^6.1.0",
68
68
  "react-resizable": "^3.0.5",
69
69
  "styled-components": "^6.0.0-rc.3",
70
- "@pisell/utils": "3.0.2",
71
- "@pisell/materials": "6.11.27",
72
70
  "@pisell/icon": "0.0.11",
73
- "@pisell/date-picker": "3.0.8"
71
+ "@pisell/utils": "3.0.2",
72
+ "@pisell/date-picker": "3.0.8",
73
+ "@pisell/materials": "6.11.29"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0",