@pisell/materials 1.8.41 → 1.8.43
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 +3 -3
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +51 -216
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +51 -216
- package/es/components/Pagination/index.js +43 -9
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
- package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
- package/es/components/PisellCards/components/TextCard/TextCard.js +3 -2
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
- package/es/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
- package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
- package/es/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
- package/es/components/PisellCards/index.d.ts +0 -3
- package/es/components/PisellCards/index.js +1 -3
- package/es/components/PisellLayouts/index.d.ts +1 -1
- package/es/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/es/components/PisellTabbar/PisellTabbar.js +1 -1
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.js +1 -1
- package/es/components/SafeAreaTop/index.d.ts +6 -0
- package/es/components/SafeAreaTop/index.js +112 -0
- package/es/components/SafeAreaTop/index.less +11 -0
- package/es/components/SafeAreaTop/types.d.ts +13 -0
- package/es/components/appVersionControl/index.js +2 -3
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +4 -4
- package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
- package/es/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
- package/es/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +1 -1
- package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/es/components/drag-sort-tree/index.d.ts +0 -1
- package/es/components/drag-sort-tree/index.js +1 -0
- package/es/components/drawer/index.js +6 -7
- package/es/components/filter/components/Dropdown/index.js +4 -2
- package/es/components/filter/components/Dropdown/index.less +186 -0
- package/es/components/filter/components/FilterButton/index.js +41 -13
- package/es/components/filter/components/FilterButton/index.less +29 -0
- package/es/components/filter/components/FilterButton/types.d.ts +5 -0
- package/es/components/filter/components/FilterItem/index.js +93 -16
- package/es/components/filter/components/QuickFilter/index.js +7 -4
- package/es/components/filter/types.d.ts +4 -0
- package/es/components/login-and-register/index.js +5 -4
- package/es/components/page/index.js +1 -1
- package/es/components/pisellAppCard/PisellAppCard.js +1 -1
- package/es/components/pisellCardList/index.js +1 -1
- package/es/components/pisellCurrency/PisellCurrency.js +6 -13
- package/es/components/pisellCurrency/PisellCurrency.less +123 -0
- package/es/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
- package/es/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
- package/es/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/es/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/es/components/pisellEmail/PisellEmail.js +6 -13
- package/es/components/pisellEmail/PisellEmail.less +92 -0
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/es/components/pisellFilter/index.js +7 -3
- package/es/components/pisellFind/docs/pisellFind.md +2 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +480 -88
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
- package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
- package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +123 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +88 -12
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +169 -23
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapOverview.js +94 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +153 -38
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
- package/es/components/pisellFloorMapLayout/components/HistoryIcons.js +64 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +119 -65
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
- package/es/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
- package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.js +21 -0
- package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +47 -0
- package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +95 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +105 -25
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +400 -66
- package/es/components/pisellFloorMapLayout/index.d.ts +5 -2
- package/es/components/pisellFloorMapLayout/locales-ja.js +39 -1
- package/es/components/pisellFloorMapLayout/locales-pt.js +39 -1
- package/es/components/pisellFloorMapLayout/locales.js +117 -3
- package/es/components/pisellFloorMapLayout/types.d.ts +86 -10
- package/es/components/pisellFloorMapLayout/types.js +7 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +533 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +139 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +31 -7
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +61 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +12 -1
- package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +3 -2
- package/es/components/pisellGoodPassCard/index.less +1 -0
- package/es/components/pisellGridPro/GridView/docs/GridView.md +47 -48
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
- package/es/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
- package/es/components/pisellGridPro/ToolBar/index.less +5 -4
- package/es/components/pisellGridPro/docs/PisellGridPro.md +173 -262
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
- package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
- package/es/components/pisellLongText/PisellLongText.js +6 -13
- package/es/components/pisellLongText/PisellLongText.less +67 -0
- package/es/components/pisellLookup/PisellLookup.js +1 -1
- package/es/components/pisellLookup/PisellLookup.less +46 -4
- package/es/components/pisellLookup/components/LookupResultHost.js +1 -1
- package/es/components/pisellLookup/components/LookupTrigger.js +6 -8
- package/es/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +149 -0
- package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
- package/es/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/es/components/pisellMobileDateRangePicker/types.d.ts +31 -0
- package/es/components/pisellMobileDateRangePicker/types.js +4 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.js +5 -7
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
- package/es/components/pisellMultipleSelect/components/EditView.js +0 -1
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
- package/es/components/pisellNumber/PisellNumber.js +6 -13
- package/es/components/pisellNumber/PisellNumber.less +103 -0
- package/es/components/pisellPhone/PisellPhone.js +6 -13
- package/es/components/pisellPhone/PisellPhone.less +119 -0
- package/es/components/pisellPhone/components/EditView.js +19 -37
- package/es/components/pisellPhone/constants/countryCodes.js +25 -26
- package/es/components/pisellPhone/types.d.ts +2 -2
- package/es/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
- package/es/components/pisellRating/PisellRating.js +3 -5
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
- package/es/components/pisellRecordBoard/README.md +12 -0
- package/es/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
- package/es/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
- package/es/components/pisellRecordBoard/index.d.ts +8 -1
- package/es/components/pisellRecordBoard/index.js +5 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -17
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +758 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +10 -8
- package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +191 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +22 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +39 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +74 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +61 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +26 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +79 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +61 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +37 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +20 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +532 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +31 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +583 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +41 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +111 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +612 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +168 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +33 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +37 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +33 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +29 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +43 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +436 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +179 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +62 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +83 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +218 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +170 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +157 -68
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +11 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +56 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
- package/es/components/pisellRecordBoard/shellFrame/index.js +73 -19
- package/es/components/pisellRecordBoard/types.d.ts +413 -8
- package/es/components/pisellRecordBoard/types.js +12 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
- package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
- package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +46 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
- package/es/components/pisellReservationSchedule/locales.js +21 -3
- package/es/components/pisellReservationSchedule/types.d.ts +5 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
- package/es/components/pisellReservationScheduleBand/index.d.ts +2 -1
- package/es/components/pisellReservationScheduleBand/types.d.ts +13 -2
- package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
- package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
- package/es/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/es/components/pisellShellFrame/PisellShellFrame.less +18 -2
- package/es/components/pisellShellFrame/types.d.ts +6 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
- package/es/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
- package/es/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/es/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
- package/es/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
- package/es/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
- package/es/components/pisellSort/docs/PisellSort.md +131 -67
- package/es/components/pisellStatisticList/index.js +0 -1
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +227 -58
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
- package/es/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
- package/es/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
- package/es/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
- package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.js +43 -23
- package/es/components/pisellTimeNavigator/index.d.ts +1 -1
- package/es/components/pisellTimeNavigator/types.d.ts +15 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +25 -4
- package/es/components/pisellTimeNavigator/utils/index.js +85 -17
- package/es/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
- package/es/components/pisellUrl/PisellUrl.js +6 -13
- package/es/components/pisellWalletPassCard/index.js +5 -11
- package/es/components/productCard/cartSkuCard/components/Gift/index.js +34 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.js +23 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +65 -4
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
- package/es/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/es/components/productCard/cartSkuCard/components/packages/index.js +24 -9
- package/es/components/productCard/cartSkuCard/components/specs/index.js +22 -7
- package/es/components/productCard/cartSkuCard/components/specs/index.less +11 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
- package/es/components/productCard/cartSkuCard/components/weighing/index.js +27 -0
- package/es/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
- package/es/components/productCard/cartSkuCard/index.js +68 -8
- package/es/components/productCard/cartSkuCard/locales.js +40 -5
- package/es/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/es/components/productCard/components/Header/DeleteButton/index.less +1 -2
- package/es/components/productCard/components/Header/EditButton/index.js +2 -1
- package/es/components/productCard/components/Header/index.less +1 -1
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.js +1 -1
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.js +3 -6
- package/es/components/productCard/components/Time/index.js +2 -3
- package/es/components/productCard/index.d.ts +1 -0
- package/es/components/productCard/index.js +2 -0
- package/es/components/productCard/lineItem/BookingLineItem.js +173 -0
- package/es/components/productCard/lineItem/index.js +195 -0
- package/es/components/productCard/lineItem/index.less +195 -0
- package/es/components/productCard/lineItem/locales.js +25 -0
- package/es/components/productCard/status.js +3 -0
- package/es/components/productCard/types.d.ts +10 -0
- package/es/components/productCard/utils.js +1 -1
- package/es/components/select/index.js +1 -1
- package/es/components/select-time/index.js +1 -0
- package/es/components/table/Actions/component/ExportImport/index.js +4 -3
- package/es/components/table/Actions/component/GallerySetting/index.js +9 -10
- package/es/components/table/Actions/component/ViewMode/index.js +3 -4
- package/es/components/table/Actions/index.js +1 -1
- package/es/components/table/BasicTable/index.js +2 -2
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/es/components/table/Gallery/components/GalleryItem/index.js +4 -12
- package/es/components/table/Gallery/components/GalleryItem/index.less +0 -1
- package/es/components/table/Gallery/index.js +3 -11
- package/es/components/table/Table/fields/text/Show/index.js +1 -1
- package/es/components/table/Table/index.js +1 -2
- package/es/components/table/Table/tableConfig/header/index.js +1 -1
- package/es/components/table/Table/utils.js +1 -5
- package/es/components/table/hooks/useTableSetting.js +0 -3
- package/es/components/table/hooks/useTransDataSource.js +3 -4
- package/es/components/table/index.js +1 -1
- package/es/components/tabs/index.less +1 -1
- package/es/components/translation/index.d.ts +0 -1
- package/es/components/translation/index.js +10 -36
- package/es/components/translation/index.less +0 -12
- package/es/components/versionModal/index.d.ts +0 -1
- package/es/components/versionModal/index.js +2 -2
- package/es/components/versionSelect/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +1 -1
- package/es/index.d.ts +101 -106
- package/es/index.js +97 -94
- package/es/locales/en-US.js +195 -70
- package/es/locales/ja.js +196 -13
- package/es/locales/pt.js +196 -13
- package/es/locales/zh-CN.js +189 -64
- package/es/locales/zh-TW.js +194 -69
- package/es/pisell-materials.tw.css +0 -1
- package/es/tailwind-input.css +3 -1
- package/lib/components/Pagination/index.js +42 -8
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
- package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
- package/lib/components/PisellCards/components/TextCard/TextCard.js +3 -2
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
- package/lib/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
- package/lib/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
- package/lib/components/PisellCards/index.d.ts +0 -3
- package/lib/components/PisellCards/index.js +1 -3
- package/lib/components/PisellLayouts/index.d.ts +1 -1
- package/lib/components/PisellProcedure/components/ProcedureHeader.js +1 -1
- package/lib/components/PisellTabbar/PisellTabbar.js +6 -6
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.js +6 -6
- package/lib/components/SafeAreaTop/index.d.ts +6 -0
- package/lib/components/SafeAreaTop/index.js +115 -0
- package/lib/components/SafeAreaTop/index.less +11 -0
- package/lib/components/SafeAreaTop/types.d.ts +13 -0
- package/lib/components/appVersionControl/index.js +11 -12
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +6 -6
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
- package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
- package/lib/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +4 -4
- package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
- package/lib/components/drag-sort-tree/index.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.js +1 -0
- package/lib/components/drawer/index.js +6 -7
- package/lib/components/filter/components/Dropdown/index.js +5 -2
- package/lib/components/filter/components/Dropdown/index.less +186 -0
- package/lib/components/filter/components/FilterButton/index.js +40 -12
- package/lib/components/filter/components/FilterButton/index.less +29 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +5 -0
- package/lib/components/filter/components/FilterItem/index.js +94 -16
- package/lib/components/filter/components/QuickFilter/index.js +7 -4
- package/lib/components/filter/types.d.ts +4 -0
- package/lib/components/login-and-register/index.js +5 -4
- package/lib/components/page/index.js +1 -1
- package/lib/components/pisellAppCard/PisellAppCard.js +7 -7
- package/lib/components/pisellCardList/index.js +6 -6
- package/lib/components/pisellCurrency/PisellCurrency.js +6 -13
- package/lib/components/pisellCurrency/PisellCurrency.less +123 -0
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
- package/lib/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
- package/lib/components/pisellDataSourceContainer/type.d.ts +1 -1
- package/lib/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
- package/lib/components/pisellEmail/PisellEmail.js +6 -13
- package/lib/components/pisellEmail/PisellEmail.less +92 -0
- package/lib/components/pisellEmpty/index.d.ts +1 -1
- package/lib/components/pisellFilter/docs/PisellFilter.md +2 -2
- package/lib/components/pisellFilter/index.js +7 -3
- package/lib/components/pisellFind/docs/pisellFind.md +2 -2
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +478 -86
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
- package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
- package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +125 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +86 -10
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +168 -22
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.js +97 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +150 -35
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
- package/lib/components/pisellFloorMapLayout/components/HistoryIcons.js +67 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +118 -64
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
- package/lib/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
- package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.js +25 -0
- package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +52 -0
- package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +96 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +104 -24
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +399 -65
- package/lib/components/pisellFloorMapLayout/index.d.ts +5 -2
- package/lib/components/pisellFloorMapLayout/locales-ja.js +39 -1
- package/lib/components/pisellFloorMapLayout/locales-pt.js +39 -1
- package/lib/components/pisellFloorMapLayout/locales.js +117 -3
- package/lib/components/pisellFloorMapLayout/types.d.ts +86 -10
- package/lib/components/pisellFloorMapLayout/types.js +7 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +536 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +140 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +30 -5
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +64 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +4 -2
- package/lib/components/pisellGoodPassCard/index.less +1 -0
- package/lib/components/pisellGridPro/GridView/docs/GridView.md +47 -48
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
- package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
- package/lib/components/pisellGridPro/ToolBar/index.less +5 -4
- package/lib/components/pisellGridPro/docs/PisellGridPro.md +173 -262
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
- package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
- package/lib/components/pisellLongText/PisellLongText.js +6 -13
- package/lib/components/pisellLongText/PisellLongText.less +67 -0
- package/lib/components/pisellLookup/PisellLookup.js +1 -1
- package/lib/components/pisellLookup/PisellLookup.less +46 -4
- package/lib/components/pisellLookup/components/LookupResultHost.js +1 -1
- package/lib/components/pisellLookup/components/LookupTrigger.js +6 -8
- package/lib/components/pisellLookup/docs/pisellLookup.md +1 -1
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +160 -0
- package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
- package/lib/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/lib/components/pisellMobileDateRangePicker/types.d.ts +31 -0
- package/lib/components/pisellMobileDateRangePicker/types.js +4 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.js +4 -6
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
- package/lib/components/pisellMultipleSelect/components/EditView.js +0 -1
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
- package/lib/components/pisellNumber/PisellNumber.js +6 -13
- package/lib/components/pisellNumber/PisellNumber.less +103 -0
- package/lib/components/pisellPhone/PisellPhone.js +6 -13
- package/lib/components/pisellPhone/PisellPhone.less +119 -0
- package/lib/components/pisellPhone/components/EditView.js +19 -37
- package/lib/components/pisellPhone/constants/countryCodes.js +25 -26
- package/lib/components/pisellPhone/types.d.ts +2 -2
- package/lib/components/pisellPhone/utils/countryCodeHelper.js +2 -2
- package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
- package/lib/components/pisellRating/PisellRating.js +2 -4
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
- package/lib/components/pisellRecordBoard/README.md +12 -0
- package/lib/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
- package/lib/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
- package/lib/components/pisellRecordBoard/index.d.ts +8 -1
- package/lib/components/pisellRecordBoard/index.js +5 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -16
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +760 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +11 -8
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +197 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +23 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +44 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +75 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +63 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +28 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +81 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +39 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +21 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +562 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +33 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +585 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +43 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +113 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +614 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +170 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +34 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +38 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +19 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +34 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +30 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +45 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +439 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +181 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +85 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +220 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +181 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +170 -81
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +63 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
- package/lib/components/pisellRecordBoard/shellFrame/index.js +73 -19
- package/lib/components/pisellRecordBoard/types.d.ts +413 -8
- package/lib/components/pisellRecordBoard/types.js +12 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +50 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
- package/lib/components/pisellReservationSchedule/locales.js +21 -3
- package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
- package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -1
- package/lib/components/pisellReservationScheduleBand/types.d.ts +13 -2
- package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
- package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.js +2 -2
- package/lib/components/pisellShellFrame/PisellShellFrame.less +18 -2
- package/lib/components/pisellShellFrame/types.d.ts +6 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
- package/lib/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
- package/lib/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
- package/lib/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
- package/lib/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
- package/lib/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
- package/lib/components/pisellSort/docs/PisellSort.md +131 -67
- package/lib/components/pisellStatisticList/index.js +0 -1
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +226 -57
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
- package/lib/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
- package/lib/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
- package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.js +42 -22
- package/lib/components/pisellTimeNavigator/index.d.ts +1 -1
- package/lib/components/pisellTimeNavigator/types.d.ts +15 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +25 -4
- package/lib/components/pisellTimeNavigator/utils/index.js +88 -17
- package/lib/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
- package/lib/components/pisellUrl/PisellUrl.js +6 -13
- package/lib/components/pisellWalletPassCard/index.js +5 -11
- package/lib/components/productCard/cartSkuCard/components/Gift/index.js +36 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +25 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +69 -8
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
- package/lib/components/productCard/cartSkuCard/components/holders/index.js +1 -1
- package/lib/components/productCard/cartSkuCard/components/packages/index.js +26 -11
- package/lib/components/productCard/cartSkuCard/components/specs/index.js +23 -8
- package/lib/components/productCard/cartSkuCard/components/specs/index.less +11 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
- package/lib/components/productCard/cartSkuCard/components/weighing/index.js +29 -0
- package/lib/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
- package/lib/components/productCard/cartSkuCard/index.js +68 -8
- package/lib/components/productCard/cartSkuCard/locales.js +40 -5
- package/lib/components/productCard/components/Header/DeleteButton/index.js +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.less +1 -2
- package/lib/components/productCard/components/Header/EditButton/index.js +2 -1
- package/lib/components/productCard/components/Header/index.less +1 -1
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.js +5 -5
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.js +3 -6
- package/lib/components/productCard/components/Time/index.js +2 -3
- package/lib/components/productCard/index.d.ts +1 -0
- package/lib/components/productCard/index.js +2 -0
- package/lib/components/productCard/lineItem/BookingLineItem.js +177 -0
- package/lib/components/productCard/lineItem/index.js +197 -0
- package/lib/components/productCard/lineItem/index.less +195 -0
- package/lib/components/productCard/lineItem/locales.js +25 -0
- package/lib/components/productCard/status.js +3 -0
- package/lib/components/productCard/types.d.ts +10 -0
- package/lib/components/productCard/utils.js +1 -1
- package/lib/components/select/index.js +1 -1
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/table/Actions/component/ExportImport/index.js +4 -3
- package/lib/components/table/Actions/component/GallerySetting/index.js +11 -12
- package/lib/components/table/Actions/component/ViewMode/index.js +5 -6
- package/lib/components/table/Actions/index.js +1 -1
- package/lib/components/table/BasicTable/index.js +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.js +9 -17
- package/lib/components/table/Gallery/components/GalleryItem/index.less +0 -1
- package/lib/components/table/Gallery/index.js +3 -11
- package/lib/components/table/Table/fields/text/Show/index.js +1 -1
- package/lib/components/table/Table/index.js +1 -2
- package/lib/components/table/Table/tableConfig/header/index.js +2 -2
- package/lib/components/table/Table/utils.js +1 -5
- package/lib/components/table/hooks/useTableSetting.js +0 -3
- package/lib/components/table/hooks/useTransDataSource.js +3 -4
- package/lib/components/table/index.js +1 -1
- package/lib/components/tabs/index.less +1 -1
- package/lib/components/translation/index.d.ts +0 -1
- package/lib/components/translation/index.js +9 -35
- package/lib/components/translation/index.less +0 -12
- package/lib/components/versionModal/index.d.ts +0 -1
- package/lib/components/versionModal/index.js +2 -2
- package/lib/components/versionSelect/index.js +4 -4
- package/lib/components/virtual-keyboard/Amount/index.js +4 -4
- package/lib/index.d.ts +101 -106
- package/lib/index.js +314 -298
- package/lib/locales/en-US.js +195 -70
- package/lib/locales/ja.js +196 -13
- package/lib/locales/pt.js +196 -13
- package/lib/locales/zh-CN.js +189 -64
- package/lib/locales/zh-TW.js +194 -69
- package/lib/pisell-materials.tw.css +0 -1
- package/lib/tailwind-input.css +3 -1
- package/package.json +1 -1
- package/es/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
- package/es/components/PisellContactBrief/PisellContactBrief.js +0 -156
- package/es/components/PisellContactBrief/PisellContactBrief.less +0 -192
- package/es/components/PisellContactBrief/components/ContactFormModal.js +0 -140
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
- package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
- package/es/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
- package/es/components/PisellContactBrief/index.d.ts +0 -2
- package/es/components/PisellContactBrief/locales.js +0 -57
- package/es/components/PisellContactBrief/types.d.ts +0 -86
- package/es/components/Template/[ComponentName].less +0 -1
- package/es/components/Template/docs/[ComponentName].$tab-design.md +0 -7
- package/es/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
- package/es/components/Template/docs/[ComponentName].$tab-test.md +0 -7
- package/es/components/Template/docs/[ComponentName].md +0 -510
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
- package/es/components/hardwareErrorTip/errorCard/index.js +0 -68
- package/es/components/hardwareErrorTip/errorCard/index.less +0 -137
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
- package/es/components/hardwareErrorTip/errorTipStatistics/index.js +0 -31
- package/es/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
- package/es/components/hardwareErrorTip/index.d.ts +0 -20
- package/es/components/hardwareErrorTip/index.js +0 -151
- package/es/components/hardwareErrorTip/index.less +0 -95
- package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -25
- package/es/components/hardwareErrorTip/logCard/index.js +0 -72
- package/es/components/hardwareErrorTip/logCard/index.less +0 -121
- package/es/components/hardwareErrorTip/readme.md +0 -309
- package/es/components/hardwareErrorTip/types.js +0 -54
- package/es/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
- package/es/components/pisellActionPanel/PisellActionPanel.js +0 -68
- package/es/components/pisellActionPanel/PisellActionPanel.less +0 -69
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
- package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
- package/es/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
- package/es/components/pisellActionPanel/index.d.ts +0 -2
- package/es/components/pisellActionPanel/types.d.ts +0 -87
- package/es/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
- package/es/components/pisellBaseCard/PisellBaseCard.js +0 -73
- package/es/components/pisellBaseCard/PisellBaseCard.less +0 -25
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
- package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
- package/es/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
- package/es/components/pisellBaseCard/index.d.ts +0 -2
- package/es/components/pisellBaseCard/types.d.ts +0 -49
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -92
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
- package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
- package/es/components/pisellCustomerBrief/index.d.ts +0 -2
- package/es/components/pisellCustomerBrief/types.d.ts +0 -86
- package/es/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
- package/es/components/pisellEntityCard/PisellEntityCard.js +0 -315
- package/es/components/pisellEntityCard/PisellEntityCard.less +0 -362
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
- package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
- package/es/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
- package/es/components/pisellEntityCard/index.d.ts +0 -2
- package/es/components/pisellEntityCard/types.d.ts +0 -148
- package/es/components/pisellExport/PisellExport.d.ts +0 -11
- package/es/components/pisellExport/PisellExport.js +0 -44
- package/es/components/pisellExport/PisellExport.less +0 -141
- package/es/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
- package/es/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
- package/es/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
- package/es/components/pisellExport/docs/pisellExport.md +0 -162
- package/es/components/pisellExport/index.d.ts +0 -2
- package/es/components/pisellExport/types.d.ts +0 -67
- package/es/components/pisellImport/PisellImport.d.ts +0 -11
- package/es/components/pisellImport/PisellImport.js +0 -81
- package/es/components/pisellImport/PisellImport.less +0 -141
- package/es/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
- package/es/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
- package/es/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
- package/es/components/pisellImport/docs/pisellImport.md +0 -174
- package/es/components/pisellImport/index.d.ts +0 -2
- package/es/components/pisellImport/types.d.ts +0 -89
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3811
- package/es/components/productCard/components/Header/Actions/index.less +0 -15
- package/es/theme/pisell-components.js +0 -76
- package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
- package/lib/components/PisellContactBrief/PisellContactBrief.js +0 -158
- package/lib/components/PisellContactBrief/PisellContactBrief.less +0 -192
- package/lib/components/PisellContactBrief/components/ContactFormModal.js +0 -139
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
- package/lib/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
- package/lib/components/PisellContactBrief/index.d.ts +0 -2
- package/lib/components/PisellContactBrief/locales.js +0 -57
- package/lib/components/PisellContactBrief/types.d.ts +0 -86
- package/lib/components/Template/[ComponentName].less +0 -1
- package/lib/components/Template/docs/[ComponentName].$tab-design.md +0 -7
- package/lib/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
- package/lib/components/Template/docs/[ComponentName].$tab-test.md +0 -7
- package/lib/components/Template/docs/[ComponentName].md +0 -510
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
- package/lib/components/hardwareErrorTip/errorCard/index.js +0 -71
- package/lib/components/hardwareErrorTip/errorCard/index.less +0 -137
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.js +0 -34
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
- package/lib/components/hardwareErrorTip/index.d.ts +0 -20
- package/lib/components/hardwareErrorTip/index.js +0 -153
- package/lib/components/hardwareErrorTip/index.less +0 -95
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -25
- package/lib/components/hardwareErrorTip/logCard/index.js +0 -75
- package/lib/components/hardwareErrorTip/logCard/index.less +0 -121
- package/lib/components/hardwareErrorTip/readme.md +0 -309
- package/lib/components/hardwareErrorTip/types.js +0 -57
- package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
- package/lib/components/pisellActionPanel/PisellActionPanel.js +0 -71
- package/lib/components/pisellActionPanel/PisellActionPanel.less +0 -69
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
- package/lib/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
- package/lib/components/pisellActionPanel/index.d.ts +0 -2
- package/lib/components/pisellActionPanel/types.d.ts +0 -87
- package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
- package/lib/components/pisellBaseCard/PisellBaseCard.js +0 -76
- package/lib/components/pisellBaseCard/PisellBaseCard.less +0 -25
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
- package/lib/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
- package/lib/components/pisellBaseCard/index.d.ts +0 -2
- package/lib/components/pisellBaseCard/types.d.ts +0 -49
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -94
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
- package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
- package/lib/components/pisellCustomerBrief/index.d.ts +0 -2
- package/lib/components/pisellCustomerBrief/types.d.ts +0 -86
- package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
- package/lib/components/pisellEntityCard/PisellEntityCard.js +0 -318
- package/lib/components/pisellEntityCard/PisellEntityCard.less +0 -362
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
- package/lib/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
- package/lib/components/pisellEntityCard/index.d.ts +0 -2
- package/lib/components/pisellEntityCard/types.d.ts +0 -148
- package/lib/components/pisellExport/PisellExport.d.ts +0 -11
- package/lib/components/pisellExport/PisellExport.js +0 -47
- package/lib/components/pisellExport/PisellExport.less +0 -141
- package/lib/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
- package/lib/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
- package/lib/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
- package/lib/components/pisellExport/docs/pisellExport.md +0 -162
- package/lib/components/pisellExport/index.d.ts +0 -2
- package/lib/components/pisellExport/types.d.ts +0 -67
- package/lib/components/pisellImport/PisellImport.d.ts +0 -11
- package/lib/components/pisellImport/PisellImport.js +0 -84
- package/lib/components/pisellImport/PisellImport.less +0 -141
- package/lib/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
- package/lib/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
- package/lib/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
- package/lib/components/pisellImport/docs/pisellImport.md +0 -174
- package/lib/components/pisellImport/index.d.ts +0 -2
- package/lib/components/pisellImport/types.d.ts +0 -89
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3813
- package/lib/components/productCard/components/Header/Actions/index.less +0 -15
- package/lib/theme/pisell-components.js +0 -76
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
- /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
|
@@ -13,6 +13,14 @@ var locales_ja_default = {
|
|
|
13
13
|
"pisell-floor-map-layout.edit-top-bar.unsaved": "未保存",
|
|
14
14
|
"pisell-floor-map-layout.edit-top-bar.save": "保存",
|
|
15
15
|
"pisell-floor-map-layout.edit-top-bar.saving": "保存中…",
|
|
16
|
+
"pisell-floor-map-layout.edit-top-bar.undo": "元に戻す",
|
|
17
|
+
"pisell-floor-map-layout.edit-top-bar.redo": "やり直す",
|
|
18
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-edit": "キャンセル",
|
|
19
|
+
"pisell-floor-map-layout.edit-top-bar.finish-edit": "完了",
|
|
20
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-title": "未保存の変更",
|
|
21
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-content": "このページを離れると、保存していない変更は失われます。",
|
|
22
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok": "確定",
|
|
23
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel": "キャンセル",
|
|
16
24
|
"pisell-floor-map-layout.canvas-tabs.empty": "キャンバスがありません",
|
|
17
25
|
"pisell-floor-map-layout.canvas-tabs.add": "+ フロアを追加",
|
|
18
26
|
"pisell-floor-map-layout.canvas-tabs.add-title": "フロアを追加",
|
|
@@ -26,6 +34,10 @@ var locales_ja_default = {
|
|
|
26
34
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "キャンバスの名前を変更",
|
|
27
35
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
|
|
28
36
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "キャンセル",
|
|
37
|
+
"pisell-floor-map-layout.canvas-tabs.overview": "全体",
|
|
38
|
+
"pisell-floor-map-layout.canvas-tabs.overview-aria": "すべてのキャンバスを表示",
|
|
39
|
+
"pisell-floor-map-layout.overview.empty": "全体表示できるキャンバスがありません",
|
|
40
|
+
"pisell-floor-map-layout.overview.canvas-card-aria": "キャンバス {name} を開く",
|
|
29
41
|
"pisell-floor-map-layout.edit-panel.element-props": "要素のプロパティ",
|
|
30
42
|
"pisell-floor-map-layout.edit-panel.close-aria": "閉じる",
|
|
31
43
|
"pisell-floor-map-layout.edit-panel.hint-apply": "位置・サイズが変更されました。「適用」でキャンバスに反映してください。",
|
|
@@ -42,6 +54,11 @@ var locales_ja_default = {
|
|
|
42
54
|
"pisell-floor-map-layout.edit-panel.label-name-stage": "表示名(キャンバス上)",
|
|
43
55
|
"pisell-floor-map-layout.edit-panel.ph-name-stage": "例:ステージ、DJ ブース、ダンスフロア",
|
|
44
56
|
"pisell-floor-map-layout.edit-panel.ph-name": "要素名",
|
|
57
|
+
"pisell-floor-map-layout.edit-panel.label-name-as-title": "この名前をリソース名として使用",
|
|
58
|
+
"pisell-floor-map-layout.edit-panel.tip-name-as-title": "有効にするとキャンバス上のカードのタイトルがこの名前になり、紐付けたレコードのタイトルを上書きします。",
|
|
59
|
+
"pisell-floor-map-layout.edit-panel.label-builtin-shape": "組み込み図形",
|
|
60
|
+
"pisell-floor-map-layout.edit-panel.extra-builtin-shape": "組み込み図形から選択。レイヤーを下げてテーブルの下に敷くこともできます。",
|
|
61
|
+
"pisell-floor-map-layout.edit-panel.ph-builtin-shape": "図形を選択",
|
|
45
62
|
"pisell-floor-map-layout.edit-panel.label-image-url": "画像 URL",
|
|
46
63
|
"pisell-floor-map-layout.edit-panel.extra-image-url": "ネットワーク上の画像 URL を指定。重なり順を下げるとテーブルの下に配置できます。",
|
|
47
64
|
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
@@ -82,6 +99,9 @@ var locales_ja_default = {
|
|
|
82
99
|
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "レイアウトが変更されました。「保存」で確定してください。",
|
|
83
100
|
"pisell-floor-map-layout.toolbar.save": "保存",
|
|
84
101
|
"pisell-floor-map-layout.toolbar.saving": "保存中…",
|
|
102
|
+
"pisell-floor-map-layout.toolbar.collapse": "パネルを折りたたむ",
|
|
103
|
+
"pisell-floor-map-layout.toolbar.expand": "パネルを展開",
|
|
104
|
+
"pisell-floor-map-layout.toolbar.add-to-canvas": "キャンバスに追加",
|
|
85
105
|
"pisell-floor-map-layout.view-controls.zoom-out-aria": "縮小",
|
|
86
106
|
"pisell-floor-map-layout.view-controls.zoom-in-aria": "拡大",
|
|
87
107
|
"pisell-floor-map-layout.view-controls.reset-aria": "表示をリセット",
|
|
@@ -92,6 +112,18 @@ var locales_ja_default = {
|
|
|
92
112
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "全画面を終了",
|
|
93
113
|
"pisell-floor-map-layout.view-controls.expand-tools-aria": "その他の表示ツールを表示",
|
|
94
114
|
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "その他の表示ツールを隠す",
|
|
115
|
+
"pisell-floor-map-layout.view-controls.viewport-lock-aria": "ビューを固定(パン・ズームを無効化)",
|
|
116
|
+
"pisell-floor-map-layout.view-controls.viewport-unlock-aria": "ビュー固定を解除",
|
|
117
|
+
"pisell-floor-map-layout.builtin-shape.default-name": "組み込み図形",
|
|
118
|
+
"pisell-floor-map-layout.builtin-shape.hint-no-key": "サイドバーで組み込み図形を選択してください。",
|
|
119
|
+
"pisell-floor-map-layout.builtin-shape.toilet": "トイレ",
|
|
120
|
+
"pisell-floor-map-layout.builtin-shape.divider": "パーティション",
|
|
121
|
+
"pisell-floor-map-layout.builtin-shape.column": "柱",
|
|
122
|
+
"pisell-floor-map-layout.builtin-shape.sofa": "ソファ",
|
|
123
|
+
"pisell-floor-map-layout.builtin-shape.door": "出入口",
|
|
124
|
+
"pisell-floor-map-layout.builtin-shape.flower-pot": "植木鉢",
|
|
125
|
+
"pisell-floor-map-layout.builtin-shape.palette-pick-label": "組み込み図形を選択",
|
|
126
|
+
"pisell-floor-map-layout.palette.builtin-shape": "組み込み図形",
|
|
95
127
|
"pisell-floor-map-layout.image-element.default-name": "画像要素",
|
|
96
128
|
"pisell-floor-map-layout.placement.fallback-image-name": "背景",
|
|
97
129
|
"pisell-floor-map-layout.image-element.hint-no-url": "サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。",
|
|
@@ -109,7 +141,13 @@ var locales_ja_default = {
|
|
|
109
141
|
"pisell-floor-map-layout.figma-card.kind-square-table": "テーブル",
|
|
110
142
|
"pisell-floor-map-layout.figma-card.default-table": "テーブル",
|
|
111
143
|
"pisell-floor-map-layout.figma-card.capacity-seats": "着席 {n} 名",
|
|
112
|
-
"pisell-floor-map-layout.figma-card.guests-count": "{n} 名"
|
|
144
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 名",
|
|
145
|
+
"pisell-floor-map-layout.figma-card.status-available": "空席",
|
|
146
|
+
"pisell-floor-map-layout.figma-card.status-reserved": "予約済",
|
|
147
|
+
"pisell-floor-map-layout.figma-card.status-waiting": "待機中",
|
|
148
|
+
"pisell-floor-map-layout.figma-card.status-dining": "食事中",
|
|
149
|
+
"pisell-floor-map-layout.figma-card.status-billed": "会計済",
|
|
150
|
+
"pisell-floor-map-layout.figma-card.status-availableSoon": "間もなく"
|
|
113
151
|
};
|
|
114
152
|
//#endregion
|
|
115
153
|
export { locales_ja_default as default };
|
|
@@ -13,6 +13,14 @@ var locales_pt_default = {
|
|
|
13
13
|
"pisell-floor-map-layout.edit-top-bar.unsaved": "Não guardado",
|
|
14
14
|
"pisell-floor-map-layout.edit-top-bar.save": "Guardar",
|
|
15
15
|
"pisell-floor-map-layout.edit-top-bar.saving": "A guardar…",
|
|
16
|
+
"pisell-floor-map-layout.edit-top-bar.undo": "Anular",
|
|
17
|
+
"pisell-floor-map-layout.edit-top-bar.redo": "Refazer",
|
|
18
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-edit": "Cancelar",
|
|
19
|
+
"pisell-floor-map-layout.edit-top-bar.finish-edit": "Concluir",
|
|
20
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-title": "Alterações não guardadas",
|
|
21
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-content": "Se sair desta página, quaisquer alterações não guardadas serão perdidas.",
|
|
22
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok": "OK",
|
|
23
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel": "Cancelar",
|
|
16
24
|
"pisell-floor-map-layout.canvas-tabs.empty": "Sem canvas",
|
|
17
25
|
"pisell-floor-map-layout.canvas-tabs.add": "+ Adicionar piso",
|
|
18
26
|
"pisell-floor-map-layout.canvas-tabs.add-title": "Adicionar piso",
|
|
@@ -26,6 +34,10 @@ var locales_pt_default = {
|
|
|
26
34
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "Renomear canvas",
|
|
27
35
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
|
|
28
36
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "Cancelar",
|
|
37
|
+
"pisell-floor-map-layout.canvas-tabs.overview": "Todos",
|
|
38
|
+
"pisell-floor-map-layout.canvas-tabs.overview-aria": "Visualizar todas as telas",
|
|
39
|
+
"pisell-floor-map-layout.overview.empty": "Nenhuma tela disponível para visão geral",
|
|
40
|
+
"pisell-floor-map-layout.overview.canvas-card-aria": "Abrir tela {name}",
|
|
29
41
|
"pisell-floor-map-layout.edit-panel.element-props": "Propriedades do elemento",
|
|
30
42
|
"pisell-floor-map-layout.edit-panel.close-aria": "Fechar",
|
|
31
43
|
"pisell-floor-map-layout.edit-panel.hint-apply": "Posição ou tamanho alterados. Clique em «Aplicar» para actualizar o canvas.",
|
|
@@ -42,6 +54,11 @@ var locales_pt_default = {
|
|
|
42
54
|
"pisell-floor-map-layout.edit-panel.label-name-stage": "Nome (no canvas)",
|
|
43
55
|
"pisell-floor-map-layout.edit-panel.ph-name-stage": "Ex.: palco, cabine DJ, pista de dança",
|
|
44
56
|
"pisell-floor-map-layout.edit-panel.ph-name": "Nome do elemento",
|
|
57
|
+
"pisell-floor-map-layout.edit-panel.label-name-as-title": "Usar este nome como título do recurso",
|
|
58
|
+
"pisell-floor-map-layout.edit-panel.tip-name-as-title": "Quando ativado, este nome substitui o título do registro vinculado nos cards do mapa.",
|
|
59
|
+
"pisell-floor-map-layout.edit-panel.label-builtin-shape": "Forma embutida",
|
|
60
|
+
"pisell-floor-map-layout.edit-panel.extra-builtin-shape": "Escolha uma forma embutida; reduza a camada para colocar sob as mesas.",
|
|
61
|
+
"pisell-floor-map-layout.edit-panel.ph-builtin-shape": "Selecione uma forma",
|
|
45
62
|
"pisell-floor-map-layout.edit-panel.label-image-url": "URL da imagem",
|
|
46
63
|
"pisell-floor-map-layout.edit-panel.extra-image-url": "URL de imagem na rede. Baixe a ordem para colocar atrás das mesas.",
|
|
47
64
|
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
@@ -82,6 +99,9 @@ var locales_pt_default = {
|
|
|
82
99
|
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "O layout foi alterado. Use «Guardar» para confirmar.",
|
|
83
100
|
"pisell-floor-map-layout.toolbar.save": "Guardar",
|
|
84
101
|
"pisell-floor-map-layout.toolbar.saving": "A guardar…",
|
|
102
|
+
"pisell-floor-map-layout.toolbar.collapse": "Recolher painel",
|
|
103
|
+
"pisell-floor-map-layout.toolbar.expand": "Expandir painel",
|
|
104
|
+
"pisell-floor-map-layout.toolbar.add-to-canvas": "Adicionar à tela",
|
|
85
105
|
"pisell-floor-map-layout.view-controls.zoom-out-aria": "Reduzir zoom",
|
|
86
106
|
"pisell-floor-map-layout.view-controls.zoom-in-aria": "Aumentar zoom",
|
|
87
107
|
"pisell-floor-map-layout.view-controls.reset-aria": "Repor vista",
|
|
@@ -92,6 +112,18 @@ var locales_pt_default = {
|
|
|
92
112
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Sair do ecrã inteiro",
|
|
93
113
|
"pisell-floor-map-layout.view-controls.expand-tools-aria": "Mostrar mais ferramentas de vista",
|
|
94
114
|
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "Ocultar ferramentas extra",
|
|
115
|
+
"pisell-floor-map-layout.view-controls.viewport-lock-aria": "Bloquear vista (desativar deslocação e zoom)",
|
|
116
|
+
"pisell-floor-map-layout.view-controls.viewport-unlock-aria": "Desbloquear vista",
|
|
117
|
+
"pisell-floor-map-layout.builtin-shape.default-name": "Forma embutida",
|
|
118
|
+
"pisell-floor-map-layout.builtin-shape.hint-no-key": "Selecione uma forma embutida na barra lateral.",
|
|
119
|
+
"pisell-floor-map-layout.builtin-shape.toilet": "Banheiro",
|
|
120
|
+
"pisell-floor-map-layout.builtin-shape.divider": "Divisória",
|
|
121
|
+
"pisell-floor-map-layout.builtin-shape.column": "Coluna",
|
|
122
|
+
"pisell-floor-map-layout.builtin-shape.sofa": "Sofá",
|
|
123
|
+
"pisell-floor-map-layout.builtin-shape.door": "Porta",
|
|
124
|
+
"pisell-floor-map-layout.builtin-shape.flower-pot": "Vaso de planta",
|
|
125
|
+
"pisell-floor-map-layout.builtin-shape.palette-pick-label": "Escolher forma embutida",
|
|
126
|
+
"pisell-floor-map-layout.palette.builtin-shape": "Forma embutida",
|
|
95
127
|
"pisell-floor-map-layout.image-element.default-name": "Elemento de imagem",
|
|
96
128
|
"pisell-floor-map-layout.placement.fallback-image-name": "Fundo",
|
|
97
129
|
"pisell-floor-map-layout.image-element.hint-no-url": "Introduza o URL da imagem na barra lateral. Baixe a ordem para ficar atrás das mesas.",
|
|
@@ -109,7 +141,13 @@ var locales_pt_default = {
|
|
|
109
141
|
"pisell-floor-map-layout.figma-card.kind-square-table": "Mesa",
|
|
110
142
|
"pisell-floor-map-layout.figma-card.default-table": "Mesa",
|
|
111
143
|
"pisell-floor-map-layout.figma-card.capacity-seats": "Lotação {n}",
|
|
112
|
-
"pisell-floor-map-layout.figma-card.guests-count": "{n} pessoas"
|
|
144
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} pessoas",
|
|
145
|
+
"pisell-floor-map-layout.figma-card.status-available": "Livre",
|
|
146
|
+
"pisell-floor-map-layout.figma-card.status-reserved": "Reservada",
|
|
147
|
+
"pisell-floor-map-layout.figma-card.status-waiting": "Aguardando",
|
|
148
|
+
"pisell-floor-map-layout.figma-card.status-dining": "Em uso",
|
|
149
|
+
"pisell-floor-map-layout.figma-card.status-billed": "Cobrada",
|
|
150
|
+
"pisell-floor-map-layout.figma-card.status-availableSoon": "Em breve"
|
|
113
151
|
};
|
|
114
152
|
//#endregion
|
|
115
153
|
export { locales_pt_default as default };
|
|
@@ -16,6 +16,14 @@ var locales_default = {
|
|
|
16
16
|
"pisell-floor-map-layout.edit-top-bar.unsaved": "Unsaved",
|
|
17
17
|
"pisell-floor-map-layout.edit-top-bar.save": "Save",
|
|
18
18
|
"pisell-floor-map-layout.edit-top-bar.saving": "Saving…",
|
|
19
|
+
"pisell-floor-map-layout.edit-top-bar.undo": "Undo",
|
|
20
|
+
"pisell-floor-map-layout.edit-top-bar.redo": "Redo",
|
|
21
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-edit": "Cancel",
|
|
22
|
+
"pisell-floor-map-layout.edit-top-bar.finish-edit": "Done",
|
|
23
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-title": "Unsaved changes",
|
|
24
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-content": "If you leave this page, any unsaved changes will be lost.",
|
|
25
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok": "OK",
|
|
26
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel": "Cancel",
|
|
19
27
|
"pisell-floor-map-layout.canvas-tabs.empty": "No canvas",
|
|
20
28
|
"pisell-floor-map-layout.canvas-tabs.add": "+ Add floor",
|
|
21
29
|
"pisell-floor-map-layout.canvas-tabs.add-title": "Add floor",
|
|
@@ -29,6 +37,10 @@ var locales_default = {
|
|
|
29
37
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "Rename canvas",
|
|
30
38
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
|
|
31
39
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "Cancel",
|
|
40
|
+
"pisell-floor-map-layout.canvas-tabs.overview": "All",
|
|
41
|
+
"pisell-floor-map-layout.canvas-tabs.overview-aria": "View all canvases",
|
|
42
|
+
"pisell-floor-map-layout.overview.empty": "No canvas to display in overview.",
|
|
43
|
+
"pisell-floor-map-layout.overview.canvas-card-aria": "Open canvas {name}",
|
|
32
44
|
"pisell-floor-map-layout.edit-panel.element-props": "Element",
|
|
33
45
|
"pisell-floor-map-layout.edit-panel.close-aria": "Close",
|
|
34
46
|
"pisell-floor-map-layout.edit-panel.hint-apply": "Position or size changed — click Apply to update the canvas.",
|
|
@@ -45,9 +57,14 @@ var locales_default = {
|
|
|
45
57
|
"pisell-floor-map-layout.edit-panel.label-name-stage": "Display name (on canvas)",
|
|
46
58
|
"pisell-floor-map-layout.edit-panel.ph-name-stage": "e.g. stage, DJ booth, dance floor",
|
|
47
59
|
"pisell-floor-map-layout.edit-panel.ph-name": "Element name",
|
|
60
|
+
"pisell-floor-map-layout.edit-panel.label-name-as-title": "Use this name as the resource title",
|
|
61
|
+
"pisell-floor-map-layout.edit-panel.tip-name-as-title": "When enabled, this name overrides the bound record title in cards on the canvas.",
|
|
48
62
|
"pisell-floor-map-layout.edit-panel.label-image-url": "Image URL",
|
|
49
63
|
"pisell-floor-map-layout.edit-panel.extra-image-url": "Use a network image URL; lower layer to place under tables.",
|
|
50
64
|
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
65
|
+
"pisell-floor-map-layout.edit-panel.label-builtin-shape": "Built-in shape",
|
|
66
|
+
"pisell-floor-map-layout.edit-panel.extra-builtin-shape": "Pick a built-in graphic; lower the layer to place under tables.",
|
|
67
|
+
"pisell-floor-map-layout.edit-panel.ph-builtin-shape": "Select a shape",
|
|
51
68
|
"pisell-floor-map-layout.edit-panel.label-canvas": "Canvas",
|
|
52
69
|
"pisell-floor-map-layout.edit-panel.label-element-kind": "Element type",
|
|
53
70
|
"pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "Data binding was cleared because it does not apply to the new type.",
|
|
@@ -85,6 +102,9 @@ var locales_default = {
|
|
|
85
102
|
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "Layout changed — click Save to persist.",
|
|
86
103
|
"pisell-floor-map-layout.toolbar.save": "Save",
|
|
87
104
|
"pisell-floor-map-layout.toolbar.saving": "Saving…",
|
|
105
|
+
"pisell-floor-map-layout.toolbar.collapse": "Collapse panel",
|
|
106
|
+
"pisell-floor-map-layout.toolbar.expand": "Expand panel",
|
|
107
|
+
"pisell-floor-map-layout.toolbar.add-to-canvas": "Add to canvas",
|
|
88
108
|
"pisell-floor-map-layout.view-controls.zoom-out-aria": "Zoom out",
|
|
89
109
|
"pisell-floor-map-layout.view-controls.zoom-in-aria": "Zoom in",
|
|
90
110
|
"pisell-floor-map-layout.view-controls.reset-aria": "Reset view",
|
|
@@ -95,10 +115,22 @@ var locales_default = {
|
|
|
95
115
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Exit fullscreen",
|
|
96
116
|
"pisell-floor-map-layout.view-controls.expand-tools-aria": "Show more view tools",
|
|
97
117
|
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "Hide extra view tools",
|
|
118
|
+
"pisell-floor-map-layout.view-controls.viewport-lock-aria": "Lock viewport (disable pan and zoom)",
|
|
119
|
+
"pisell-floor-map-layout.view-controls.viewport-unlock-aria": "Unlock viewport",
|
|
98
120
|
"pisell-floor-map-layout.image-element.default-name": "Image",
|
|
99
121
|
"pisell-floor-map-layout.placement.fallback-image-name": "Background",
|
|
100
122
|
"pisell-floor-map-layout.image-element.hint-no-url": "Enter the image URL in the sidebar; lower the layer to place under tables.",
|
|
101
123
|
"pisell-floor-map-layout.image-element.hint-load-fail": "Failed to load image; check the URL.",
|
|
124
|
+
"pisell-floor-map-layout.builtin-shape.default-name": "Built-in shape",
|
|
125
|
+
"pisell-floor-map-layout.builtin-shape.hint-no-key": "Pick a built-in shape in the sidebar.",
|
|
126
|
+
"pisell-floor-map-layout.builtin-shape.toilet": "Toilet",
|
|
127
|
+
"pisell-floor-map-layout.builtin-shape.divider": "Divider",
|
|
128
|
+
"pisell-floor-map-layout.builtin-shape.column": "Column",
|
|
129
|
+
"pisell-floor-map-layout.builtin-shape.sofa": "Sofa",
|
|
130
|
+
"pisell-floor-map-layout.builtin-shape.door": "Door",
|
|
131
|
+
"pisell-floor-map-layout.builtin-shape.flower-pot": "Flower pot",
|
|
132
|
+
"pisell-floor-map-layout.builtin-shape.palette-pick-label": "Pick a built-in shape",
|
|
133
|
+
"pisell-floor-map-layout.palette.builtin-shape": "Built-in shape",
|
|
102
134
|
"pisell-floor-map-layout.data-form.empty": "No extra fields to edit",
|
|
103
135
|
"pisell-floor-map-layout.data-form.save-record": "Save record",
|
|
104
136
|
"pisell-floor-map-layout.binding-error.required-row": "This element must be bound to a data row.",
|
|
@@ -112,7 +144,13 @@ var locales_default = {
|
|
|
112
144
|
"pisell-floor-map-layout.figma-card.kind-square-table": "Table",
|
|
113
145
|
"pisell-floor-map-layout.figma-card.default-table": "Table",
|
|
114
146
|
"pisell-floor-map-layout.figma-card.capacity-seats": "Seats {n}",
|
|
115
|
-
"pisell-floor-map-layout.figma-card.guests-count": "{n} guests"
|
|
147
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} guests",
|
|
148
|
+
"pisell-floor-map-layout.figma-card.status-available": "Available",
|
|
149
|
+
"pisell-floor-map-layout.figma-card.status-reserved": "Reserved",
|
|
150
|
+
"pisell-floor-map-layout.figma-card.status-waiting": "Waiting",
|
|
151
|
+
"pisell-floor-map-layout.figma-card.status-dining": "Dining",
|
|
152
|
+
"pisell-floor-map-layout.figma-card.status-billed": "Billed",
|
|
153
|
+
"pisell-floor-map-layout.figma-card.status-availableSoon": "Soon"
|
|
116
154
|
},
|
|
117
155
|
"zh-CN": {
|
|
118
156
|
"pisell-floor-map-layout.loading": "加载中…",
|
|
@@ -125,6 +163,14 @@ var locales_default = {
|
|
|
125
163
|
"pisell-floor-map-layout.edit-top-bar.unsaved": "未保存",
|
|
126
164
|
"pisell-floor-map-layout.edit-top-bar.save": "保存",
|
|
127
165
|
"pisell-floor-map-layout.edit-top-bar.saving": "保存中…",
|
|
166
|
+
"pisell-floor-map-layout.edit-top-bar.undo": "撤销",
|
|
167
|
+
"pisell-floor-map-layout.edit-top-bar.redo": "重做",
|
|
168
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-edit": "取消",
|
|
169
|
+
"pisell-floor-map-layout.edit-top-bar.finish-edit": "完成",
|
|
170
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-title": "未保存的更改",
|
|
171
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-content": "如果退出此页面,任何未保存的更改都将丢失。",
|
|
172
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok": "确定",
|
|
173
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel": "取消",
|
|
128
174
|
"pisell-floor-map-layout.canvas-tabs.empty": "暂无画布",
|
|
129
175
|
"pisell-floor-map-layout.canvas-tabs.add": "+ 添加楼层",
|
|
130
176
|
"pisell-floor-map-layout.canvas-tabs.add-title": "添加楼层",
|
|
@@ -138,6 +184,10 @@ var locales_default = {
|
|
|
138
184
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "重命名画布",
|
|
139
185
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "确定",
|
|
140
186
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "取消",
|
|
187
|
+
"pisell-floor-map-layout.canvas-tabs.overview": "全览",
|
|
188
|
+
"pisell-floor-map-layout.canvas-tabs.overview-aria": "查看所有画布",
|
|
189
|
+
"pisell-floor-map-layout.overview.empty": "暂无可全览的画布",
|
|
190
|
+
"pisell-floor-map-layout.overview.canvas-card-aria": "打开画布 {name}",
|
|
141
191
|
"pisell-floor-map-layout.edit-panel.element-props": "图元属性",
|
|
142
192
|
"pisell-floor-map-layout.edit-panel.close-aria": "关闭",
|
|
143
193
|
"pisell-floor-map-layout.edit-panel.hint-apply": "位置、尺寸等已修改,请点击「应用」同步到画布。",
|
|
@@ -154,9 +204,14 @@ var locales_default = {
|
|
|
154
204
|
"pisell-floor-map-layout.edit-panel.label-name-stage": "显示名称(画布上)",
|
|
155
205
|
"pisell-floor-map-layout.edit-panel.ph-name-stage": "如:舞台、DJ 台、舞池",
|
|
156
206
|
"pisell-floor-map-layout.edit-panel.ph-name": "图元名称",
|
|
207
|
+
"pisell-floor-map-layout.edit-panel.label-name-as-title": "将此名称作为资源标题",
|
|
208
|
+
"pisell-floor-map-layout.edit-panel.tip-name-as-title": "勾选后画布卡片标题以此名称为准,覆盖绑定的业务字段。",
|
|
157
209
|
"pisell-floor-map-layout.edit-panel.label-image-url": "图片地址(URL)",
|
|
158
210
|
"pisell-floor-map-layout.edit-panel.extra-image-url": "可填网络图片地址;将层级调低可铺在桌位下方作底图。",
|
|
159
211
|
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
212
|
+
"pisell-floor-map-layout.edit-panel.label-builtin-shape": "内置图形",
|
|
213
|
+
"pisell-floor-map-layout.edit-panel.extra-builtin-shape": "从内置图形中选择;将层级调低可铺在桌位下方。",
|
|
214
|
+
"pisell-floor-map-layout.edit-panel.ph-builtin-shape": "请选择图形",
|
|
160
215
|
"pisell-floor-map-layout.edit-panel.label-canvas": "所属画布",
|
|
161
216
|
"pisell-floor-map-layout.edit-panel.label-element-kind": "图元类型",
|
|
162
217
|
"pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "新类型与原先绑定不兼容,已清除数据绑定。",
|
|
@@ -194,6 +249,9 @@ var locales_default = {
|
|
|
194
249
|
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "布局已修改,请点击「保存」持久化。",
|
|
195
250
|
"pisell-floor-map-layout.toolbar.save": "保存",
|
|
196
251
|
"pisell-floor-map-layout.toolbar.saving": "保存中…",
|
|
252
|
+
"pisell-floor-map-layout.toolbar.collapse": "收起面板",
|
|
253
|
+
"pisell-floor-map-layout.toolbar.expand": "展开面板",
|
|
254
|
+
"pisell-floor-map-layout.toolbar.add-to-canvas": "添加到画布",
|
|
197
255
|
"pisell-floor-map-layout.view-controls.zoom-out-aria": "缩小",
|
|
198
256
|
"pisell-floor-map-layout.view-controls.zoom-in-aria": "放大",
|
|
199
257
|
"pisell-floor-map-layout.view-controls.reset-aria": "复位",
|
|
@@ -204,10 +262,22 @@ var locales_default = {
|
|
|
204
262
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全屏",
|
|
205
263
|
"pisell-floor-map-layout.view-controls.expand-tools-aria": "展开更多操作",
|
|
206
264
|
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
|
|
265
|
+
"pisell-floor-map-layout.view-controls.viewport-lock-aria": "锁定视图(禁止拖拽和缩放)",
|
|
266
|
+
"pisell-floor-map-layout.view-controls.viewport-unlock-aria": "解锁视图",
|
|
207
267
|
"pisell-floor-map-layout.image-element.default-name": "图片图元",
|
|
208
268
|
"pisell-floor-map-layout.placement.fallback-image-name": "底图",
|
|
209
269
|
"pisell-floor-map-layout.image-element.hint-no-url": "在侧栏填写图片地址;可调层级置于桌位下方作底图",
|
|
210
270
|
"pisell-floor-map-layout.image-element.hint-load-fail": "图片加载失败,请检查地址",
|
|
271
|
+
"pisell-floor-map-layout.builtin-shape.default-name": "内置图形",
|
|
272
|
+
"pisell-floor-map-layout.builtin-shape.hint-no-key": "在侧栏选择内置图形",
|
|
273
|
+
"pisell-floor-map-layout.builtin-shape.toilet": "厕所",
|
|
274
|
+
"pisell-floor-map-layout.builtin-shape.divider": "分隔",
|
|
275
|
+
"pisell-floor-map-layout.builtin-shape.column": "柱子",
|
|
276
|
+
"pisell-floor-map-layout.builtin-shape.sofa": "沙发",
|
|
277
|
+
"pisell-floor-map-layout.builtin-shape.door": "大门",
|
|
278
|
+
"pisell-floor-map-layout.builtin-shape.flower-pot": "花盆",
|
|
279
|
+
"pisell-floor-map-layout.builtin-shape.palette-pick-label": "选择内置图形",
|
|
280
|
+
"pisell-floor-map-layout.palette.builtin-shape": "内置图形",
|
|
211
281
|
"pisell-floor-map-layout.data-form.empty": "无额外字段可编辑",
|
|
212
282
|
"pisell-floor-map-layout.data-form.save-record": "保存记录",
|
|
213
283
|
"pisell-floor-map-layout.binding-error.required-row": "该图元须绑定数据源行",
|
|
@@ -221,7 +291,13 @@ var locales_default = {
|
|
|
221
291
|
"pisell-floor-map-layout.figma-card.kind-square-table": "餐桌",
|
|
222
292
|
"pisell-floor-map-layout.figma-card.default-table": "餐桌",
|
|
223
293
|
"pisell-floor-map-layout.figma-card.capacity-seats": "可坐 {n} 人",
|
|
224
|
-
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人"
|
|
294
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人",
|
|
295
|
+
"pisell-floor-map-layout.figma-card.status-available": "空闲",
|
|
296
|
+
"pisell-floor-map-layout.figma-card.status-reserved": "已预订",
|
|
297
|
+
"pisell-floor-map-layout.figma-card.status-waiting": "等待",
|
|
298
|
+
"pisell-floor-map-layout.figma-card.status-dining": "用餐中",
|
|
299
|
+
"pisell-floor-map-layout.figma-card.status-billed": "已结账",
|
|
300
|
+
"pisell-floor-map-layout.figma-card.status-availableSoon": "即将可用"
|
|
225
301
|
},
|
|
226
302
|
"zh-HK": {
|
|
227
303
|
"pisell-floor-map-layout.loading": "載入中…",
|
|
@@ -234,6 +310,14 @@ var locales_default = {
|
|
|
234
310
|
"pisell-floor-map-layout.edit-top-bar.unsaved": "未儲存",
|
|
235
311
|
"pisell-floor-map-layout.edit-top-bar.save": "儲存",
|
|
236
312
|
"pisell-floor-map-layout.edit-top-bar.saving": "儲存中…",
|
|
313
|
+
"pisell-floor-map-layout.edit-top-bar.undo": "復原",
|
|
314
|
+
"pisell-floor-map-layout.edit-top-bar.redo": "取消復原",
|
|
315
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-edit": "取消",
|
|
316
|
+
"pisell-floor-map-layout.edit-top-bar.finish-edit": "完成",
|
|
317
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-title": "未儲存的變更",
|
|
318
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-content": "如果退出此頁面,任何未儲存的變更都將遺失。",
|
|
319
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok": "確定",
|
|
320
|
+
"pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel": "取消",
|
|
237
321
|
"pisell-floor-map-layout.canvas-tabs.empty": "暫無畫布",
|
|
238
322
|
"pisell-floor-map-layout.canvas-tabs.add": "+ 添加樓層",
|
|
239
323
|
"pisell-floor-map-layout.canvas-tabs.add-title": "添加樓層",
|
|
@@ -247,6 +331,10 @@ var locales_default = {
|
|
|
247
331
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "重新命名畫布",
|
|
248
332
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "確定",
|
|
249
333
|
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "取消",
|
|
334
|
+
"pisell-floor-map-layout.canvas-tabs.overview": "全覽",
|
|
335
|
+
"pisell-floor-map-layout.canvas-tabs.overview-aria": "檢視所有畫布",
|
|
336
|
+
"pisell-floor-map-layout.overview.empty": "暫無可全覽的畫布",
|
|
337
|
+
"pisell-floor-map-layout.overview.canvas-card-aria": "開啟畫布 {name}",
|
|
250
338
|
"pisell-floor-map-layout.edit-panel.element-props": "圖元屬性",
|
|
251
339
|
"pisell-floor-map-layout.edit-panel.close-aria": "關閉",
|
|
252
340
|
"pisell-floor-map-layout.edit-panel.hint-apply": "位置、尺寸等已修改,請點擊「套用」同步到畫布。",
|
|
@@ -263,9 +351,14 @@ var locales_default = {
|
|
|
263
351
|
"pisell-floor-map-layout.edit-panel.label-name-stage": "顯示名稱(畫布上)",
|
|
264
352
|
"pisell-floor-map-layout.edit-panel.ph-name-stage": "如:舞台、DJ 台、舞池",
|
|
265
353
|
"pisell-floor-map-layout.edit-panel.ph-name": "圖元名稱",
|
|
354
|
+
"pisell-floor-map-layout.edit-panel.label-name-as-title": "將此名稱作為資源標題",
|
|
355
|
+
"pisell-floor-map-layout.edit-panel.tip-name-as-title": "勾選後畫布卡片標題以此名稱為準,覆蓋綁定的業務欄位。",
|
|
266
356
|
"pisell-floor-map-layout.edit-panel.label-image-url": "圖片地址(URL)",
|
|
267
357
|
"pisell-floor-map-layout.edit-panel.extra-image-url": "可填網絡圖片地址;將層級調低可鋪在桌位下方作底圖。",
|
|
268
358
|
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
359
|
+
"pisell-floor-map-layout.edit-panel.label-builtin-shape": "內置圖形",
|
|
360
|
+
"pisell-floor-map-layout.edit-panel.extra-builtin-shape": "從內置圖形中選擇;將層級調低可鋪在桌位下方。",
|
|
361
|
+
"pisell-floor-map-layout.edit-panel.ph-builtin-shape": "請選擇圖形",
|
|
269
362
|
"pisell-floor-map-layout.edit-panel.label-canvas": "所屬畫布",
|
|
270
363
|
"pisell-floor-map-layout.edit-panel.label-element-kind": "圖元類型",
|
|
271
364
|
"pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "新類型與原先綁定不相容,已清除數據綁定。",
|
|
@@ -303,6 +396,9 @@ var locales_default = {
|
|
|
303
396
|
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "佈局已修改,請點擊「儲存」持久化。",
|
|
304
397
|
"pisell-floor-map-layout.toolbar.save": "儲存",
|
|
305
398
|
"pisell-floor-map-layout.toolbar.saving": "儲存中…",
|
|
399
|
+
"pisell-floor-map-layout.toolbar.collapse": "收起面板",
|
|
400
|
+
"pisell-floor-map-layout.toolbar.expand": "展開面板",
|
|
401
|
+
"pisell-floor-map-layout.toolbar.add-to-canvas": "新增到畫布",
|
|
306
402
|
"pisell-floor-map-layout.view-controls.zoom-out-aria": "縮小",
|
|
307
403
|
"pisell-floor-map-layout.view-controls.zoom-in-aria": "放大",
|
|
308
404
|
"pisell-floor-map-layout.view-controls.reset-aria": "復位",
|
|
@@ -313,10 +409,22 @@ var locales_default = {
|
|
|
313
409
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全螢幕",
|
|
314
410
|
"pisell-floor-map-layout.view-controls.expand-tools-aria": "展開更多操作",
|
|
315
411
|
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
|
|
412
|
+
"pisell-floor-map-layout.view-controls.viewport-lock-aria": "鎖定視圖(禁止拖曳和縮放)",
|
|
413
|
+
"pisell-floor-map-layout.view-controls.viewport-unlock-aria": "解鎖視圖",
|
|
316
414
|
"pisell-floor-map-layout.image-element.default-name": "圖片圖元",
|
|
317
415
|
"pisell-floor-map-layout.placement.fallback-image-name": "底圖",
|
|
318
416
|
"pisell-floor-map-layout.image-element.hint-no-url": "在側欄填寫圖片地址;可調層級置於桌位下方作底圖",
|
|
319
417
|
"pisell-floor-map-layout.image-element.hint-load-fail": "圖片載入失敗,請檢查地址",
|
|
418
|
+
"pisell-floor-map-layout.builtin-shape.default-name": "內置圖形",
|
|
419
|
+
"pisell-floor-map-layout.builtin-shape.hint-no-key": "在側欄選擇內置圖形",
|
|
420
|
+
"pisell-floor-map-layout.builtin-shape.toilet": "廁所",
|
|
421
|
+
"pisell-floor-map-layout.builtin-shape.divider": "分隔",
|
|
422
|
+
"pisell-floor-map-layout.builtin-shape.column": "柱子",
|
|
423
|
+
"pisell-floor-map-layout.builtin-shape.sofa": "沙發",
|
|
424
|
+
"pisell-floor-map-layout.builtin-shape.door": "大門",
|
|
425
|
+
"pisell-floor-map-layout.builtin-shape.flower-pot": "花盆",
|
|
426
|
+
"pisell-floor-map-layout.builtin-shape.palette-pick-label": "選擇內置圖形",
|
|
427
|
+
"pisell-floor-map-layout.palette.builtin-shape": "內置圖形",
|
|
320
428
|
"pisell-floor-map-layout.data-form.empty": "無額外欄位可編輯",
|
|
321
429
|
"pisell-floor-map-layout.data-form.save-record": "儲存記錄",
|
|
322
430
|
"pisell-floor-map-layout.binding-error.required-row": "該圖元須綁定數據源列",
|
|
@@ -330,7 +438,13 @@ var locales_default = {
|
|
|
330
438
|
"pisell-floor-map-layout.figma-card.kind-square-table": "餐桌",
|
|
331
439
|
"pisell-floor-map-layout.figma-card.default-table": "餐桌",
|
|
332
440
|
"pisell-floor-map-layout.figma-card.capacity-seats": "可坐 {n} 人",
|
|
333
|
-
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人"
|
|
441
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人",
|
|
442
|
+
"pisell-floor-map-layout.figma-card.status-available": "空閒",
|
|
443
|
+
"pisell-floor-map-layout.figma-card.status-reserved": "已預訂",
|
|
444
|
+
"pisell-floor-map-layout.figma-card.status-waiting": "等待",
|
|
445
|
+
"pisell-floor-map-layout.figma-card.status-dining": "用餐中",
|
|
446
|
+
"pisell-floor-map-layout.figma-card.status-billed": "已結帳",
|
|
447
|
+
"pisell-floor-map-layout.figma-card.status-availableSoon": "即將可用"
|
|
334
448
|
},
|
|
335
449
|
ja: locales_ja_default,
|
|
336
450
|
pt: locales_pt_default
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { FloorMapAppearanceMode } from "./appearance/floorMapAppearance.js";
|
|
1
2
|
import { CSSProperties, MouseEvent, ReactNode } from "react";
|
|
2
3
|
|
|
3
4
|
//#region src/components/pisellFloorMapLayout/types.d.ts
|
|
@@ -51,7 +52,10 @@ interface FloorMapItemBase {
|
|
|
51
52
|
interface FloorMapLayerConfig {
|
|
52
53
|
/** 背景类型 */
|
|
53
54
|
backgroundType?: FloorMapBackgroundType;
|
|
54
|
-
/**
|
|
55
|
+
/**
|
|
56
|
+
* 纯色背景时的显式颜色(backgroundType 为 color 时有效)。
|
|
57
|
+
* 一旦配置,应优先于 `appearanceMode` 提供的画布背景兜底色。
|
|
58
|
+
*/
|
|
55
59
|
backgroundColor?: string;
|
|
56
60
|
/** 图片背景 URL(backgroundType 为 image 时有效) */
|
|
57
61
|
backgroundImage?: string;
|
|
@@ -116,6 +120,11 @@ interface FloorMapControlsConfig {
|
|
|
116
120
|
* 是否显示网格开关(写入当前画布 draft 的 mapLayer.showGrid),默认 false
|
|
117
121
|
*/
|
|
118
122
|
showGridToggle?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* 是否显示「视口锁定」按钮:锁定后画布的位置 / 缩放不允许通过任何用户交互(拖拽、滚轮、触摸缩放、缩放按钮、适配视口)改变,
|
|
125
|
+
* 防止误触改变视图。默认 false;平面图模式下由 PisellFloorMapLayout 默认置 true(与是否持久化视口到本地无关)。显式传 false 可隐藏。
|
|
126
|
+
*/
|
|
127
|
+
showViewportLock?: boolean;
|
|
119
128
|
/**
|
|
120
129
|
* 悬浮控件条水平位置:`start` 左下(默认),`end` 右下
|
|
121
130
|
*/
|
|
@@ -209,6 +218,11 @@ interface FloorMapSceneElement {
|
|
|
209
218
|
svgPath?: string;
|
|
210
219
|
svgUrl?: string;
|
|
211
220
|
imageUrl?: string;
|
|
221
|
+
/**
|
|
222
|
+
* 内置图形图元(`floorMapBuiltinShape`)的预设图形 key(如 `toilet`/`sofa` 等)。
|
|
223
|
+
* 非内置图形 kind 时不会被读取;由 {@link FLOOR_MAP_BUILTIN_SHAPES} 枚举驱动。
|
|
224
|
+
*/
|
|
225
|
+
builtinShapeKey?: string;
|
|
212
226
|
extensions?: Record<string, unknown>;
|
|
213
227
|
dataBinding?: FloorMapSceneElementDataBinding;
|
|
214
228
|
/**
|
|
@@ -226,6 +240,12 @@ declare const FLOOR_MAP_STAGE_ELEMENT_KIND = "stage";
|
|
|
226
240
|
* 图片图元:无数据源绑定,通过 `imageUrl` 展示位图;适合铺底图或与业务图元叠放(调 `zIndex`)。
|
|
227
241
|
*/
|
|
228
242
|
declare const FLOOR_MAP_IMAGE_ELEMENT_KIND = "floorMapImage";
|
|
243
|
+
/**
|
|
244
|
+
* 内置图形图元:无数据源绑定,通过 `builtinShapeKey` 在内置枚举(厕所 / 分隔 / 柱子 /
|
|
245
|
+
* 沙发 / 大门)中选择预设图形。形状由 {@link FLOOR_MAP_BUILTIN_SHAPES} 驱动,
|
|
246
|
+
* 与图片图元等同地铺底 / 标记场地结构。
|
|
247
|
+
*/
|
|
248
|
+
declare const FLOOR_MAP_BUILTIN_SHAPE_ELEMENT_KIND = "floorMapBuiltinShape";
|
|
229
249
|
/** 图元是否接受数据源及是否必填 */
|
|
230
250
|
type FloorMapElementDataBindingPolicy = 'none' | 'optional' | 'required';
|
|
231
251
|
/** 图元种类所属分类(调色板分组) */
|
|
@@ -272,6 +292,15 @@ interface FloorMapElementKindConfig {
|
|
|
272
292
|
defaultImageUrl?: string;
|
|
273
293
|
/** 无绑定或行缺失时的说明向展示 */
|
|
274
294
|
defaultPresentation?: FloorMapElementDefaultPresentation;
|
|
295
|
+
/**
|
|
296
|
+
* 是否允许该 kind 的图元在编辑面板里勾选「将图元名作为资源标题」。
|
|
297
|
+
* 缺省 false:新增 kind 默认不显示该选项,需业务显式开启,向前兼容。
|
|
298
|
+
*
|
|
299
|
+
* 勾选效果(业务展示侧统一通过 {@link resolveSceneElementDisplayTitle} 接入):
|
|
300
|
+
* `el.name` 非空时优先于业务字段(如预约页的 `row.main_field`/`row.code`)作为标题;
|
|
301
|
+
* 未勾选保持现状(业务字段为主,`el.name` 仅作兜底)。
|
|
302
|
+
*/
|
|
303
|
+
nameAsTitleConfigurable?: boolean;
|
|
275
304
|
}
|
|
276
305
|
/**
|
|
277
306
|
* 画布/编辑器层能力:新建图元、布局与画布 Tab 的编辑权限
|
|
@@ -304,6 +333,11 @@ interface FloorMapViewConfig {
|
|
|
304
333
|
/** 阅读态 renderItem 可选第三参数 */
|
|
305
334
|
interface FloorMapRenderOptions {
|
|
306
335
|
textSlotValues?: Record<string, string>;
|
|
336
|
+
/**
|
|
337
|
+
* 平面图画布当前缩放(如 TransformWrapper 的 scale)。
|
|
338
|
+
* 用于房间内卡片等需按「视觉短边」降级密度时与布局像素相乘。
|
|
339
|
+
*/
|
|
340
|
+
viewportScale?: number;
|
|
307
341
|
}
|
|
308
342
|
/** 数据源记录表单列配置(用于编辑面板中的「数据源记录」区块) */
|
|
309
343
|
interface DataSourceFormColumn {
|
|
@@ -362,7 +396,7 @@ type FloorMapFullscreenMode = 'toggle' | 'locked' | 'disabled';
|
|
|
362
396
|
* 平面图 Layout 注入上下文:数据、保存、侧栏表单与状态等(不包含 renderItem/mapLayer 等展示向 props)。
|
|
363
397
|
* 由 `FloorMapLayoutProvider` / RecordBoard `floorMapLayoutContext` 提供,与 `PisellFloorMapLayout` props 按 `??` 合并,props 优先。
|
|
364
398
|
*/
|
|
365
|
-
type FloorMapLayoutContextValue = Partial<Pick<PisellFloorMapLayoutProps<FloorMapItemBase>, 'floorMapConfig' | 'dataSources' | 'onSave' | 'onDataSourceRecordSave' | 'dataSourceLabels' | 'dataSourceFormColumns' | 'dataSourceRecordForm' | 'loading' | 'saveError' | 'onElementRenderError' | 'toolbarShowSave' | 'floorMapFullscreenMode' | 'showDataSourceRecordFormBlock' | 'viewportDockTrailing'>>;
|
|
399
|
+
type FloorMapLayoutContextValue = Partial<Pick<PisellFloorMapLayoutProps<FloorMapItemBase>, 'floorMapConfig' | 'dataSources' | 'onSave' | 'onDataSourceRecordSave' | 'dataSourceLabels' | 'dataSourceFormColumns' | 'dataSourceRecordForm' | 'loading' | 'saveError' | 'onElementRenderError' | 'toolbarShowSave' | 'floorMapFullscreenMode' | 'appearanceMode' | 'showDataSourceRecordFormBlock' | 'viewportDockToolButtons' | 'viewportDockTrailing'>>;
|
|
366
400
|
/**
|
|
367
401
|
* PisellFloorMapLayout 组件 Props
|
|
368
402
|
* @template T - 资源项类型,需继承 FloorMapItemBase 或兼容 id/x/y
|
|
@@ -434,10 +468,30 @@ interface PisellFloorMapLayoutProps<T extends FloorMapItemBase = FloorMapItemBas
|
|
|
434
468
|
* 视图控制按钮显隐
|
|
435
469
|
*/
|
|
436
470
|
controls?: FloorMapControlsConfig;
|
|
471
|
+
/**
|
|
472
|
+
* 视口(画布位置 + 缩放百分比)持久化开关,默认 `true`。
|
|
473
|
+
* 设为 `false` 时完全不读不写 localStorage,始终走 autoFit / 初始对齐行为。
|
|
474
|
+
*
|
|
475
|
+
* 仅在平面图模式(有 `floorMapConfig`)下生效;其它模式没有「画布」概念。
|
|
476
|
+
*/
|
|
477
|
+
viewportPersist?: boolean;
|
|
478
|
+
/**
|
|
479
|
+
* 视口持久化的业务命名空间(建议传入店铺 / floor plan 维度的稳定标识,如 floor plan code)。
|
|
480
|
+
*
|
|
481
|
+
* 存储 key 形如 `pisell-floor-map-layout.viewport:<namespace>:<canvasId>`;
|
|
482
|
+
* 不传时 fallback 为仅用 `<canvasId>`,同一 `canvasId` 在跨业务场景(不同店铺 / 不同平面图)会共享视角,
|
|
483
|
+
* 若 `canvasId` 存在全局冲突(例如业务里使用固定常量作 canvasId),务必传入此字段做隔离。
|
|
484
|
+
*/
|
|
485
|
+
viewportPersistNamespace?: string;
|
|
437
486
|
/**
|
|
438
487
|
* 是否开启 hover 高亮或 hover 事件,默认 true
|
|
439
488
|
*/
|
|
440
489
|
enableHover?: boolean;
|
|
490
|
+
/**
|
|
491
|
+
* 阅读态(`mode === 'read'`):与 {@link rowKey} 解析出的图元 id 相等时,外层容器加选中描边(如详情弹层打开时锚定画布上的桌位)。
|
|
492
|
+
* 传 `null` / `undefined` / 空字符串时不展示选中外圈。
|
|
493
|
+
*/
|
|
494
|
+
readModeSelectedItemId?: string | null;
|
|
441
495
|
/**
|
|
442
496
|
* 资源项点击回调
|
|
443
497
|
*/
|
|
@@ -452,6 +506,12 @@ interface PisellFloorMapLayoutProps<T extends FloorMapItemBase = FloorMapItemBas
|
|
|
452
506
|
onItemLeave?: (item: T, index: number, event: MouseEvent<HTMLElement>) => void;
|
|
453
507
|
/** 编辑态全屏按钮与顶栏形态,见 {@link FloorMapFullscreenMode} */
|
|
454
508
|
floorMapFullscreenMode?: FloorMapFullscreenMode;
|
|
509
|
+
/**
|
|
510
|
+
* FloorMap 外观模式;当前仅提供画布背景兜底色。
|
|
511
|
+
* 若当前画布或根级 `mapLayer.backgroundColor` 显式传入颜色,应优先使用显式背景色。
|
|
512
|
+
* @default 'light'
|
|
513
|
+
*/
|
|
514
|
+
appearanceMode?: FloorMapAppearanceMode;
|
|
455
515
|
/**
|
|
456
516
|
* 模式:read 仅展示,edit 可编辑;与 floorMapConfig 同时使用时生效
|
|
457
517
|
*/
|
|
@@ -466,6 +526,14 @@ interface PisellFloorMapLayoutProps<T extends FloorMapItemBase = FloorMapItemBas
|
|
|
466
526
|
dataSources?: FloorMapDataSources;
|
|
467
527
|
/** 保存平面图配置,由上层调接口持久化 */
|
|
468
528
|
onSave?: (config: FloorMapViewConfig) => void;
|
|
529
|
+
/**
|
|
530
|
+
* 退出编辑模式回调(不保存)。
|
|
531
|
+
* 传入后编辑态顶栏会展示「取消编辑」+「完成」两个按钮:
|
|
532
|
+
* - 取消编辑 → `onExitEdit()`(业务层负责把 `mode` 切回 `read`)
|
|
533
|
+
* - 完成 → 先 `onSave(config)` 再 `onExitEdit()`
|
|
534
|
+
* 不传则保持旧版「保存」按钮行为(仅保存,不退出)。
|
|
535
|
+
*/
|
|
536
|
+
onExitEdit?: () => void;
|
|
469
537
|
/** 保存单条数据源记录 */
|
|
470
538
|
onDataSourceRecordSave?: (dataSourceKey: string, id: string, newData: Record<string, unknown>) => void;
|
|
471
539
|
/** 数据源展示名,key 为 dataSourceKey */
|
|
@@ -493,11 +561,19 @@ interface PisellFloorMapLayoutProps<T extends FloorMapItemBase = FloorMapItemBas
|
|
|
493
561
|
* 为 false 时隐藏侧栏「数据源记录」表单区(保留数据绑定选源/选行)。
|
|
494
562
|
*/
|
|
495
563
|
showDataSourceRecordFormBlock?: boolean;
|
|
564
|
+
/**
|
|
565
|
+
* 手机布局:编辑态顶栏拆成两行(画布 Tab 一行 + 撤销/完成等一行),并收紧内边距。
|
|
566
|
+
*/
|
|
567
|
+
editTopBarPhoneLayout?: boolean;
|
|
496
568
|
/**
|
|
497
569
|
* 画布 Tab 行右侧扩展(阅读态顶栏、编辑态 compact/full 顶栏)。
|
|
498
570
|
* 传入且阅读态仅单画布时仍会显示顶栏以便放置该插槽;全屏入口在左下 Dock(`viewportDockTrailing` 亦放 Dock,不占顶栏)。
|
|
499
571
|
*/
|
|
500
572
|
canvasTabsBarTrailing?: ReactNode;
|
|
573
|
+
/**
|
|
574
|
+
* 视口左下角 Dock 展开区内、与缩放/网格等工具按钮平级的业务按钮插槽。
|
|
575
|
+
*/
|
|
576
|
+
viewportDockToolButtons?: ReactNode;
|
|
501
577
|
/**
|
|
502
578
|
* 视口左下角 Dock 展开区业务插槽(与缩放/全屏同条),不占用顶栏 Tab 行;平面图模式推荐放「编辑画布」等。
|
|
503
579
|
*/
|
|
@@ -526,20 +602,20 @@ type FloorMapViewportOverlayRenderArgs<T extends FloorMapItemBase = FloorMapItem
|
|
|
526
602
|
mode: 'read' | 'edit';
|
|
527
603
|
};
|
|
528
604
|
/**
|
|
529
|
-
* PisellFloorMapLayout
|
|
530
|
-
*
|
|
605
|
+
* `PisellFloorMapLayout` 通过 ref 暴露的 imperative API。
|
|
606
|
+
* 缩放/复位委托内部 `react-zoom-pan-pinch`;`fitBounds` / `saveLayout` 依赖当前画布与编辑状态。
|
|
531
607
|
*/
|
|
532
608
|
interface PisellFloorMapLayoutRef {
|
|
533
|
-
/**
|
|
609
|
+
/** 在允许范围内放大一级(与右下角「+」一致) */
|
|
534
610
|
zoomIn: () => void;
|
|
535
|
-
/**
|
|
611
|
+
/** 在允许范围内缩小一级(与右下角「−」一致) */
|
|
536
612
|
zoomOut: () => void;
|
|
537
|
-
/**
|
|
613
|
+
/** 重置 transform 为初始 scale 与 initialPosition(与「复位」控件一致) */
|
|
538
614
|
reset: () => void;
|
|
539
|
-
/**
|
|
615
|
+
/** 计算内容包盒并将视口平移/缩放至全部图元可见 */
|
|
540
616
|
fitBounds: () => void;
|
|
541
|
-
/**
|
|
617
|
+
/** 触发与顶栏/侧栏相同的保存流程(无 `onSave` 时内部可能为 no-op,由 hook 决定) */
|
|
542
618
|
saveLayout: () => void;
|
|
543
619
|
}
|
|
544
620
|
//#endregion
|
|
545
|
-
export { DataSourceFormColumn, FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_STAGE_ELEMENT_KIND, FloorMapBackgroundType, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapCanvasUiConfig, FloorMapControlsConfig, FloorMapDataSourceRecordFormContent, FloorMapDataSources, FloorMapEdge, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapElementKindCategory, FloorMapElementKindConfig, FloorMapFullscreenMode, FloorMapGridLayoutConfig, FloorMapItemBase, FloorMapItemShape, FloorMapItemUnit, FloorMapLayerConfig, FloorMapLayoutContextValue, FloorMapLayoutMode, FloorMapMergedItem, FloorMapPanBoundary, FloorMapPanConfig, FloorMapRecordFormRenderContext, FloorMapRenderOptions, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapTextSlot, FloorMapViewConfig, FloorMapViewportOverlayRenderArgs, FloorMapZoomConfig, PisellFloorMapLayoutProps, PisellFloorMapLayoutRef };
|
|
621
|
+
export { DataSourceFormColumn, FLOOR_MAP_BUILTIN_SHAPE_ELEMENT_KIND, FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_STAGE_ELEMENT_KIND, FloorMapBackgroundType, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapCanvasUiConfig, FloorMapControlsConfig, FloorMapDataSourceRecordFormContent, FloorMapDataSources, FloorMapEdge, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapElementKindCategory, FloorMapElementKindConfig, FloorMapFullscreenMode, FloorMapGridLayoutConfig, FloorMapItemBase, FloorMapItemShape, FloorMapItemUnit, FloorMapLayerConfig, FloorMapLayoutContextValue, FloorMapLayoutMode, FloorMapMergedItem, FloorMapPanBoundary, FloorMapPanConfig, FloorMapRecordFormRenderContext, FloorMapRenderOptions, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapTextSlot, FloorMapViewConfig, FloorMapViewportOverlayRenderArgs, FloorMapZoomConfig, PisellFloorMapLayoutProps, PisellFloorMapLayoutRef };
|