@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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
- package/es/components/booking/hooks/useClearCart.d.ts +0 -1
- package/es/components/booking/info/notes/index.d.ts +0 -1
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftposPay/component/fail/network.d.ts +0 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/es/components/eftposPay/component/signature/index.d.ts +0 -1
- package/es/components/eftposPay/store/index.d.ts +1 -1
- package/es/components/eftposPay/tip.d.ts +0 -1
- package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/es/plus/orderList/components/HandleActions.d.ts +1 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/es/plus/orderList/components/Reset.d.ts +1 -0
- package/es/plus/orderList/components/Toolbar.d.ts +1 -0
- package/es/plus/pisellReservation/PisellReservation.js +369 -41
- package/es/plus/pisellReservation/components/PisellReservationSubcomponents.d.ts +7 -6
- package/es/plus/pisellReservation/components/PisellReservationSubcomponents.js +25 -12
- package/es/plus/pisellReservation/components/ReservationResourceWallResourceSelect.d.ts +14 -0
- package/es/plus/pisellReservation/components/ReservationResourceWallResourceSelect.js +30 -0
- package/es/plus/pisellReservation/components/bookingDetailModal/ReservationBookingDetailModal.js +5 -5
- package/es/plus/pisellReservation/data/bookingToReservationTables.d.ts +4 -0
- package/es/plus/pisellReservation/data/bookingToReservationTables.js +12 -4
- package/es/plus/pisellReservation/data/mapReservationToVenueWallCards.d.ts +6 -0
- package/es/plus/pisellReservation/data/mapReservationToVenueWallCards.js +171 -0
- package/es/plus/pisellReservation/data/reservationDataUtils.js +1 -1
- package/es/plus/pisellReservation/floorMap/reservationMock.js +160 -0
- package/es/plus/pisellReservation/floorRoomCard/buildCardBodyViewModel.js +4 -4
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.d.ts +18 -0
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.js +44 -0
- package/es/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
- package/es/plus/pisellReservation/locales/locales-ja.d.ts +5 -0
- package/es/plus/pisellReservation/locales/locales-ja.js +5 -0
- package/es/plus/pisellReservation/locales/locales-pt.d.ts +5 -0
- package/es/plus/pisellReservation/locales/locales-pt.js +5 -0
- package/es/plus/pisellReservation/locales/locales.d.ts +17 -0
- package/es/plus/pisellReservation/locales/locales.js +7 -0
- package/es/plus/pisellReservation/reservationConstants.d.ts +23 -5
- package/es/plus/pisellReservation/reservationConstants.js +7 -0
- package/es/plus/pisellReservation/types.d.ts +4 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/es/pro/Selector/demo.d.ts +1 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
- package/lib/components/booking/hooks/useClearCart.d.ts +0 -1
- package/lib/components/booking/info/notes/index.d.ts +0 -1
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- package/lib/components/eftposPay/tip.d.ts +0 -1
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/lib/plus/orderList/components/Reset.d.ts +1 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
- package/lib/plus/pisellReservation/PisellReservation.js +312 -12
- package/lib/plus/pisellReservation/components/PisellReservationSubcomponents.d.ts +7 -6
- package/lib/plus/pisellReservation/components/PisellReservationSubcomponents.js +18 -5
- package/lib/plus/pisellReservation/components/ReservationResourceWallResourceSelect.d.ts +14 -0
- package/lib/plus/pisellReservation/components/ReservationResourceWallResourceSelect.js +60 -0
- package/lib/plus/pisellReservation/components/bookingDetailModal/ReservationBookingDetailModal.js +1 -1
- package/lib/plus/pisellReservation/data/bookingToReservationTables.d.ts +4 -0
- package/lib/plus/pisellReservation/data/bookingToReservationTables.js +16 -9
- package/lib/plus/pisellReservation/data/mapReservationToVenueWallCards.d.ts +6 -0
- package/lib/plus/pisellReservation/data/mapReservationToVenueWallCards.js +160 -0
- package/lib/plus/pisellReservation/data/reservationDataUtils.js +2 -1
- package/lib/plus/pisellReservation/floorMap/reservationMock.js +151 -0
- package/lib/plus/pisellReservation/floorRoomCard/buildCardBodyViewModel.js +5 -2
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.d.ts +18 -0
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardUtils.js +40 -0
- package/lib/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +3 -3
- package/lib/plus/pisellReservation/locales/locales-ja.d.ts +5 -0
- package/lib/plus/pisellReservation/locales/locales-ja.js +5 -0
- package/lib/plus/pisellReservation/locales/locales-pt.d.ts +5 -0
- package/lib/plus/pisellReservation/locales/locales-pt.js +5 -0
- package/lib/plus/pisellReservation/locales/locales.d.ts +17 -0
- package/lib/plus/pisellReservation/locales/locales.js +7 -0
- package/lib/plus/pisellReservation/reservationConstants.d.ts +23 -5
- package/lib/plus/pisellReservation/reservationConstants.js +12 -0
- package/lib/plus/pisellReservation/types.d.ts +4 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/lib/pro/Selector/demo.d.ts +1 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- 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
|
-
|
|
286
|
-
|
|
287
|
-
*
|
|
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)+ 时间轴 + 平面图。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.11.
|
|
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/
|
|
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",
|