@pisell/materials 6.11.37 → 6.11.39
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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +26 -56
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +26 -56
- package/es/components/Pagination/index.d.ts +1 -0
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +1 -0
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +1 -0
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +1 -0
- package/es/components/PisellCards/index.d.ts +1 -0
- package/es/components/PisellFields/index.d.ts +1 -0
- package/es/components/PisellLayouts/index.d.ts +2 -1
- package/es/components/appVersionControl/index.d.ts +1 -0
- package/es/components/auto-complete-number/index.d.ts +1 -0
- package/es/components/badge/index.d.ts +1 -0
- package/es/components/batch-editor/fields/index.d.ts +1 -0
- package/es/components/batch-editor/index.d.ts +1 -0
- package/es/components/calendar/index.d.ts +1 -0
- package/es/components/cardPro/index.d.ts +1 -0
- package/es/components/checkbox/index.d.ts +1 -0
- package/es/components/classicLayout/index.d.ts +1 -0
- package/es/components/config-provider/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/es/components/date-picker/datePickerCpt.d.ts +1 -0
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
- package/es/components/drag-sort-tree/index.d.ts +1 -0
- package/es/components/dropdown/index.d.ts +1 -0
- package/es/components/filter/index.d.ts +1 -0
- package/es/components/list/index.d.ts +1 -0
- package/es/components/lowCodePage/index.d.ts +1 -0
- package/es/components/page/index.d.ts +1 -0
- package/es/components/pisellAdjustPrice/index.d.ts +1 -0
- package/es/components/pisellCard/index.d.ts +1 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
- package/es/components/pisellFilter/index.d.ts +1 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +47 -3
- package/es/components/pisellFloorMapLayout/types.d.ts +7 -7
- package/es/components/pisellFloorMapLayout/types.js +2 -2
- package/es/components/pisellGridPro/GridView/index.d.ts +1 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +1 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
- package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
- package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
- package/es/components/pisellInput/index.d.ts +1 -0
- package/es/components/pisellLoading/index.d.ts +1 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/pisellRecordBoard/index.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +1039 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +323 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +10 -10
- package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +23 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +287 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +4 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +28 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +36 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +38 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +3 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/index.js +3 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +197 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +65 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +52 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +58 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +232 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +735 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +37 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +56 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +682 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +155 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +259 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +19 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +2 -1
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +44 -14
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +4 -2
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +100 -112
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +3 -3
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +41 -234
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +143 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +128 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +18 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +115 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +6 -4
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +63 -120
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +2 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.js +2 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +42 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +114 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +26 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +52 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +60 -11
- package/es/components/pisellRecordBoard/shellFrame/index.js +34 -7
- package/es/components/pisellRecordBoard/types.d.ts +95 -3
- package/es/components/pisellRecordBoard/types.js +16 -1
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +34 -2
- package/es/components/pisellShellFrame/PisellShellFrame.less +5 -2
- package/es/components/pisellSort/index.d.ts +1 -0
- package/es/components/pisellTooltip/index.d.ts +1 -0
- package/es/components/pisellUpload/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/index.d.ts +1 -0
- package/es/components/productCard/components/Action/index.d.ts +1 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +1 -0
- package/es/components/productCard/components/Divider/index.d.ts +1 -0
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
- package/es/components/productCard/components/Header/index.d.ts +1 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
- package/es/components/productCard/components/Note/index.d.ts +1 -0
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
- package/es/components/productCard/components/Packages/index.d.ts +1 -0
- package/es/components/productCard/components/Sales/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/Like/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
- package/es/components/productCard/components/Time/index.d.ts +1 -0
- package/es/components/qrcode/index.d.ts +1 -0
- package/es/components/radio/index.d.ts +1 -0
- package/es/components/segmented/index.d.ts +1 -0
- package/es/components/select-time/RightPanel/index.d.ts +1 -0
- package/es/components/select-time/index.d.ts +1 -0
- package/es/components/skeleton/index.d.ts +1 -0
- package/es/components/slider/index.d.ts +1 -0
- package/es/components/sort/components/InlineMenu/index.d.ts +1 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
- package/es/components/table/Actions/component/Group/index.d.ts +1 -0
- package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
- package/es/components/table/Actions/index.d.ts +1 -0
- package/es/components/table/BasicTable/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/es/components/table/Summary/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/index.d.ts +1 -0
- package/es/components/table/Table/fields/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/select/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
- package/es/components/table/View/index.d.ts +1 -0
- package/es/components/time-picker/index.d.ts +1 -0
- package/es/components/upload/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Amount/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Number/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/es/components/walletCard/Guest/index.d.ts +1 -0
- package/es/components/walletCard/Guide/index.d.ts +1 -0
- package/es/hooks/useResponsive.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/locales/en-US.d.ts +74 -0
- package/es/locales/en-US.js +75 -0
- package/es/locales/ja.d.ts +74 -0
- package/es/locales/ja.js +75 -0
- package/es/locales/pt.d.ts +74 -0
- package/es/locales/pt.js +75 -0
- package/es/locales/zh-CN.d.ts +74 -0
- package/es/locales/zh-CN.js +75 -0
- package/es/locales/zh-TW.d.ts +74 -0
- package/es/locales/zh-TW.js +75 -0
- package/es/pisell-materials.tw.css +1 -1
- package/lib/components/Pagination/index.d.ts +1 -0
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +1 -0
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +1 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +1 -0
- package/lib/components/PisellCards/index.d.ts +1 -0
- package/lib/components/PisellFields/index.d.ts +1 -0
- package/lib/components/PisellLayouts/index.d.ts +2 -1
- package/lib/components/appVersionControl/index.d.ts +1 -0
- package/lib/components/auto-complete-number/index.d.ts +1 -0
- package/lib/components/badge/index.d.ts +1 -0
- package/lib/components/batch-editor/fields/index.d.ts +1 -0
- package/lib/components/batch-editor/index.d.ts +1 -0
- package/lib/components/calendar/index.d.ts +1 -0
- package/lib/components/cardPro/index.d.ts +1 -0
- package/lib/components/checkbox/index.d.ts +1 -0
- package/lib/components/classicLayout/index.d.ts +1 -0
- package/lib/components/config-provider/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
- package/lib/components/drag-sort-tree/index.d.ts +1 -0
- package/lib/components/dropdown/index.d.ts +1 -0
- package/lib/components/filter/index.d.ts +1 -0
- package/lib/components/list/index.d.ts +1 -0
- package/lib/components/lowCodePage/index.d.ts +1 -0
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/pisellAdjustPrice/index.d.ts +1 -0
- package/lib/components/pisellCard/index.d.ts +1 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
- package/lib/components/pisellFilter/index.d.ts +1 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +1 -1
- package/lib/components/pisellFloorMapLayout/types.d.ts +7 -7
- package/lib/components/pisellGridPro/GridView/index.d.ts +1 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +1 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
- package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
- package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
- package/lib/components/pisellInput/index.d.ts +1 -0
- package/lib/components/pisellLoading/index.d.ts +1 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/pisellRecordBoard/index.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +892 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +323 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +7 -6
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +23 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +268 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +4 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +53 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +36 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +98 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +3 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +306 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +111 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +96 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +92 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +232 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +666 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +90 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +56 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +812 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +219 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +352 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +57 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +2 -1
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +44 -9
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +4 -2
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +54 -129
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +3 -3
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +36 -178
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +163 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +136 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +18 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +175 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +6 -4
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +61 -88
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +2 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.js +29 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +42 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +139 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +26 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +30 -2
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +47 -4
- package/lib/components/pisellRecordBoard/shellFrame/index.js +29 -13
- package/lib/components/pisellRecordBoard/types.d.ts +95 -3
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +34 -2
- package/lib/components/pisellShellFrame/PisellShellFrame.less +5 -2
- package/lib/components/pisellSort/index.d.ts +1 -0
- package/lib/components/pisellTooltip/index.d.ts +1 -0
- package/lib/components/pisellUpload/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/index.d.ts +1 -0
- package/lib/components/productCard/components/Action/index.d.ts +1 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -0
- package/lib/components/productCard/components/Divider/index.d.ts +1 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
- package/lib/components/productCard/components/Header/index.d.ts +1 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
- package/lib/components/productCard/components/Note/index.d.ts +1 -0
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
- package/lib/components/productCard/components/Packages/index.d.ts +1 -0
- package/lib/components/productCard/components/Sales/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/index.d.ts +1 -0
- package/lib/components/qrcode/index.d.ts +1 -0
- package/lib/components/radio/index.d.ts +1 -0
- package/lib/components/segmented/index.d.ts +1 -0
- package/lib/components/select-time/RightPanel/index.d.ts +1 -0
- package/lib/components/select-time/index.d.ts +1 -0
- package/lib/components/skeleton/index.d.ts +1 -0
- package/lib/components/slider/index.d.ts +1 -0
- package/lib/components/sort/components/InlineMenu/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
- package/lib/components/table/Actions/index.d.ts +1 -0
- package/lib/components/table/BasicTable/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/lib/components/table/Summary/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/index.d.ts +1 -0
- package/lib/components/table/Table/fields/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/select/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
- package/lib/components/table/View/index.d.ts +1 -0
- package/lib/components/time-picker/index.d.ts +1 -0
- package/lib/components/upload/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Number/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
- package/lib/components/walletCard/Guest/index.d.ts +1 -0
- package/lib/components/walletCard/Guide/index.d.ts +1 -0
- package/lib/hooks/useResponsive.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/locales/en-US.d.ts +74 -0
- package/lib/locales/en-US.js +75 -0
- package/lib/locales/ja.d.ts +74 -0
- package/lib/locales/ja.js +75 -0
- package/lib/locales/pt.d.ts +74 -0
- package/lib/locales/pt.js +75 -0
- package/lib/locales/zh-CN.d.ts +74 -0
- package/lib/locales/zh-CN.js +75 -0
- package/lib/locales/zh-TW.d.ts +74 -0
- package/lib/locales/zh-TW.js +75 -0
- package/lib/pisell-materials.tw.css +1 -1
- package/package.json +2 -3
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +0 -3
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -6233
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +0 -3
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -7079
package/lib/locales/en-US.d.ts
CHANGED
|
@@ -179,6 +179,9 @@ declare const _default: {
|
|
|
179
179
|
'pisell2.recordBoard.toolbar.find': string;
|
|
180
180
|
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
181
181
|
'pisell2.recordBoard.toolbar.sort': string;
|
|
182
|
+
'pisell2.recordBoard.toolbar.sortStatus': string;
|
|
183
|
+
'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
|
|
184
|
+
'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
|
|
182
185
|
'pisell2.recordBoard.toolbar.filter': string;
|
|
183
186
|
'pisell2.recordBoard.toolbar.reset': string;
|
|
184
187
|
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
@@ -186,6 +189,77 @@ declare const _default: {
|
|
|
186
189
|
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
187
190
|
'pisell2.recordBoard.toolbar.viewResourceWall': string;
|
|
188
191
|
'pisell2.recordBoard.filter.placeholderEnter': string;
|
|
192
|
+
'pisell2.recordBoard.calendar.common.close': string;
|
|
193
|
+
'pisell2.recordBoard.calendar.common.cancel': string;
|
|
194
|
+
'pisell2.recordBoard.calendar.common.save': string;
|
|
195
|
+
'pisell2.recordBoard.calendar.common.saving': string;
|
|
196
|
+
'pisell2.recordBoard.calendar.common.resourceFallback': string;
|
|
197
|
+
'pisell2.recordBoard.calendar.common.newBookingName': string;
|
|
198
|
+
'pisell2.recordBoard.calendar.weekday.mon': string;
|
|
199
|
+
'pisell2.recordBoard.calendar.weekday.tue': string;
|
|
200
|
+
'pisell2.recordBoard.calendar.weekday.wed': string;
|
|
201
|
+
'pisell2.recordBoard.calendar.weekday.thu': string;
|
|
202
|
+
'pisell2.recordBoard.calendar.weekday.fri': string;
|
|
203
|
+
'pisell2.recordBoard.calendar.weekday.sat': string;
|
|
204
|
+
'pisell2.recordBoard.calendar.weekday.sun': string;
|
|
205
|
+
'pisell2.recordBoard.calendar.block.panelTitle': string;
|
|
206
|
+
'pisell2.recordBoard.calendar.block.defaultTitle': string;
|
|
207
|
+
'pisell2.recordBoard.calendar.block.fieldTitle': string;
|
|
208
|
+
'pisell2.recordBoard.calendar.block.fieldNote': string;
|
|
209
|
+
'pisell2.recordBoard.calendar.block.fieldResource': string;
|
|
210
|
+
'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
|
|
211
|
+
'pisell2.recordBoard.calendar.block.placeholderTitle': string;
|
|
212
|
+
'pisell2.recordBoard.calendar.block.placeholderNote': string;
|
|
213
|
+
'pisell2.recordBoard.calendar.block.noResource': string;
|
|
214
|
+
'pisell2.recordBoard.calendar.block.closeAria': string;
|
|
215
|
+
'pisell2.recordBoard.calendar.block.warnSelectTime': string;
|
|
216
|
+
'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
|
|
217
|
+
'pisell2.recordBoard.calendar.block.warnSelectResource': string;
|
|
218
|
+
'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
|
|
219
|
+
'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
|
|
220
|
+
'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
|
|
221
|
+
'pisell2.recordBoard.calendar.overflow.moreCount': string;
|
|
222
|
+
'pisell2.recordBoard.calendar.move.title': string;
|
|
223
|
+
'pisell2.recordBoard.calendar.move.subtitle': string;
|
|
224
|
+
'pisell2.recordBoard.calendar.move.customer': string;
|
|
225
|
+
'pisell2.recordBoard.calendar.move.court': string;
|
|
226
|
+
'pisell2.recordBoard.calendar.move.newDate': string;
|
|
227
|
+
'pisell2.recordBoard.calendar.move.newStartTime': string;
|
|
228
|
+
'pisell2.recordBoard.calendar.move.newEndTime': string;
|
|
229
|
+
'pisell2.recordBoard.calendar.move.previousInfo': string;
|
|
230
|
+
'pisell2.recordBoard.calendar.move.original': string;
|
|
231
|
+
'pisell2.recordBoard.calendar.move.dropTarget': string;
|
|
232
|
+
'pisell2.recordBoard.calendar.move.updated': string;
|
|
233
|
+
'pisell2.recordBoard.calendar.move.confirm': string;
|
|
234
|
+
'pisell2.recordBoard.calendar.move.noPhone': string;
|
|
235
|
+
'pisell2.recordBoard.calendar.move.noEmail': string;
|
|
236
|
+
'pisell2.recordBoard.calendar.move.courtFallback': string;
|
|
237
|
+
'pisell2.recordBoard.calendar.move.slotDisabled': string;
|
|
238
|
+
'pisell2.recordBoard.calendar.week.headerCourtDate': string;
|
|
239
|
+
'pisell2.recordBoard.calendar.week.fullyBooked': string;
|
|
240
|
+
'pisell2.recordBoard.calendar.week.available': string;
|
|
241
|
+
'pisell2.recordBoard.calendar.day.outsideHours': string;
|
|
242
|
+
'pisell2.recordBoard.calendar.day.selectedBlock': string;
|
|
243
|
+
'pisell2.recordBoard.calendar.day.selected': string;
|
|
244
|
+
'pisell2.recordBoard.calendar.day.tapToSelect': string;
|
|
245
|
+
'pisell2.recordBoard.calendar.day.deselectAll': string;
|
|
246
|
+
'pisell2.recordBoard.calendar.day.openSlot': string;
|
|
247
|
+
'pisell2.recordBoard.calendar.day.block': string;
|
|
248
|
+
'pisell2.recordBoard.calendar.day.createBooking': string;
|
|
249
|
+
'pisell2.recordBoard.calendar.day.freeRatio': string;
|
|
250
|
+
'pisell2.recordBoard.calendar.card.continuesNext': string;
|
|
251
|
+
'pisell2.recordBoard.calendar.card.blockBy': string;
|
|
252
|
+
'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
|
|
253
|
+
'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
|
|
254
|
+
'pisell2.recordBoard.calendar.status.cancel': string;
|
|
255
|
+
'pisell2.recordBoard.calendar.status.change': string;
|
|
256
|
+
'pisell2.recordBoard.calendar.status.checkedIn': string;
|
|
257
|
+
'pisell2.recordBoard.calendar.status.pending': string;
|
|
258
|
+
'pisell2.recordBoard.calendar.status.new': string;
|
|
259
|
+
'pisell2.recordBoard.calendar.status.late': string;
|
|
260
|
+
'pisell2.recordBoard.calendar.status.noShow': string;
|
|
261
|
+
'pisell2.recordBoard.calendar.detail.staff': string;
|
|
262
|
+
'pisell2.recordBoard.calendar.detail.orderNote': string;
|
|
189
263
|
'pisell2.salesManagement.pagination.previous': string;
|
|
190
264
|
'pisell2.salesManagement.pagination.next': string;
|
|
191
265
|
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
package/lib/locales/en-US.js
CHANGED
|
@@ -210,6 +210,9 @@ var en_US_default = {
|
|
|
210
210
|
"pisell2.recordBoard.toolbar.find": "Find",
|
|
211
211
|
"pisell2.recordBoard.toolbar.findPlaceholder": "Please enter search content",
|
|
212
212
|
"pisell2.recordBoard.toolbar.sort": "Sort",
|
|
213
|
+
"pisell2.recordBoard.toolbar.sortStatus": "Status",
|
|
214
|
+
"pisell2.recordBoard.toolbar.sortStatusFreeFirst": "Available first",
|
|
215
|
+
"pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "In use first",
|
|
213
216
|
"pisell2.recordBoard.toolbar.filter": "Filter",
|
|
214
217
|
"pisell2.recordBoard.toolbar.reset": "Reset",
|
|
215
218
|
"pisell2.recordBoard.toolbar.viewGrid": "Table",
|
|
@@ -217,6 +220,78 @@ var en_US_default = {
|
|
|
217
220
|
"pisell2.recordBoard.toolbar.viewCalendar": "Calendar",
|
|
218
221
|
"pisell2.recordBoard.toolbar.viewResourceWall": "Wall",
|
|
219
222
|
"pisell2.recordBoard.filter.placeholderEnter": "Enter {label}",
|
|
223
|
+
// RecordBoard — Calendar view
|
|
224
|
+
"pisell2.recordBoard.calendar.common.close": "Close",
|
|
225
|
+
"pisell2.recordBoard.calendar.common.cancel": "Cancel",
|
|
226
|
+
"pisell2.recordBoard.calendar.common.save": "Save",
|
|
227
|
+
"pisell2.recordBoard.calendar.common.saving": "Saving…",
|
|
228
|
+
"pisell2.recordBoard.calendar.common.resourceFallback": "Resource",
|
|
229
|
+
"pisell2.recordBoard.calendar.common.newBookingName": "New booking",
|
|
230
|
+
"pisell2.recordBoard.calendar.weekday.mon": "Mon",
|
|
231
|
+
"pisell2.recordBoard.calendar.weekday.tue": "Tue",
|
|
232
|
+
"pisell2.recordBoard.calendar.weekday.wed": "Wed",
|
|
233
|
+
"pisell2.recordBoard.calendar.weekday.thu": "Thu",
|
|
234
|
+
"pisell2.recordBoard.calendar.weekday.fri": "Fri",
|
|
235
|
+
"pisell2.recordBoard.calendar.weekday.sat": "Sat",
|
|
236
|
+
"pisell2.recordBoard.calendar.weekday.sun": "Sun",
|
|
237
|
+
"pisell2.recordBoard.calendar.block.panelTitle": "New blocked time",
|
|
238
|
+
"pisell2.recordBoard.calendar.block.defaultTitle": "Blocked time",
|
|
239
|
+
"pisell2.recordBoard.calendar.block.fieldTitle": "Title",
|
|
240
|
+
"pisell2.recordBoard.calendar.block.fieldNote": "Note",
|
|
241
|
+
"pisell2.recordBoard.calendar.block.fieldResource": "Resource",
|
|
242
|
+
"pisell2.recordBoard.calendar.block.fieldTimeRange": "Blocked period",
|
|
243
|
+
"pisell2.recordBoard.calendar.block.placeholderTitle": "Blocked time",
|
|
244
|
+
"pisell2.recordBoard.calendar.block.placeholderNote": "Optional",
|
|
245
|
+
"pisell2.recordBoard.calendar.block.noResource": "No resource",
|
|
246
|
+
"pisell2.recordBoard.calendar.block.closeAria": "Close",
|
|
247
|
+
"pisell2.recordBoard.calendar.block.warnSelectTime": "Please select a blocked period.",
|
|
248
|
+
"pisell2.recordBoard.calendar.block.warnEndAfterStart": "End time must be after start time.",
|
|
249
|
+
"pisell2.recordBoard.calendar.block.warnSelectResource": "Please select a resource.",
|
|
250
|
+
"pisell2.recordBoard.calendar.overflow.bookingsForDay": "Bookings for this day",
|
|
251
|
+
"pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} · Bookings",
|
|
252
|
+
"pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} · All bookings",
|
|
253
|
+
"pisell2.recordBoard.calendar.overflow.moreCount": "{count} more",
|
|
254
|
+
"pisell2.recordBoard.calendar.move.title": "Booking information",
|
|
255
|
+
"pisell2.recordBoard.calendar.move.subtitle": "Update customer, court, date and time for this booking.",
|
|
256
|
+
"pisell2.recordBoard.calendar.move.customer": "Customer",
|
|
257
|
+
"pisell2.recordBoard.calendar.move.court": "Court",
|
|
258
|
+
"pisell2.recordBoard.calendar.move.newDate": "New date",
|
|
259
|
+
"pisell2.recordBoard.calendar.move.newStartTime": "New start time",
|
|
260
|
+
"pisell2.recordBoard.calendar.move.newEndTime": "New end time",
|
|
261
|
+
"pisell2.recordBoard.calendar.move.previousInfo": "Previous booking info",
|
|
262
|
+
"pisell2.recordBoard.calendar.move.original": "Original",
|
|
263
|
+
"pisell2.recordBoard.calendar.move.dropTarget": "Drop target",
|
|
264
|
+
"pisell2.recordBoard.calendar.move.updated": "Updated",
|
|
265
|
+
"pisell2.recordBoard.calendar.move.confirm": "Confirm",
|
|
266
|
+
"pisell2.recordBoard.calendar.move.noPhone": "No phone",
|
|
267
|
+
"pisell2.recordBoard.calendar.move.noEmail": "No email",
|
|
268
|
+
"pisell2.recordBoard.calendar.move.courtFallback": "Court",
|
|
269
|
+
"pisell2.recordBoard.calendar.move.slotDisabled": "⛔ {time}",
|
|
270
|
+
"pisell2.recordBoard.calendar.week.headerCourtDate": "Court / date",
|
|
271
|
+
"pisell2.recordBoard.calendar.week.fullyBooked": "Fully booked",
|
|
272
|
+
"pisell2.recordBoard.calendar.week.available": "Available",
|
|
273
|
+
"pisell2.recordBoard.calendar.day.outsideHours": "Outside hours",
|
|
274
|
+
"pisell2.recordBoard.calendar.day.selectedBlock": "Selected block",
|
|
275
|
+
"pisell2.recordBoard.calendar.day.selected": "Selected",
|
|
276
|
+
"pisell2.recordBoard.calendar.day.tapToSelect": "Tap to select",
|
|
277
|
+
"pisell2.recordBoard.calendar.day.deselectAll": "Deselect all",
|
|
278
|
+
"pisell2.recordBoard.calendar.day.openSlot": "Open slot",
|
|
279
|
+
"pisell2.recordBoard.calendar.day.block": "Block",
|
|
280
|
+
"pisell2.recordBoard.calendar.day.createBooking": "Create a booking",
|
|
281
|
+
"pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} free",
|
|
282
|
+
"pisell2.recordBoard.calendar.card.continuesNext": "→ Continues next day",
|
|
283
|
+
"pisell2.recordBoard.calendar.card.blockBy": "by {name}",
|
|
284
|
+
"pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n}min",
|
|
285
|
+
"pisell2.recordBoard.calendar.card.lateMinutesDetail": "{n}min late",
|
|
286
|
+
"pisell2.recordBoard.calendar.status.cancel": "Cancel",
|
|
287
|
+
"pisell2.recordBoard.calendar.status.change": "Change",
|
|
288
|
+
"pisell2.recordBoard.calendar.status.checkedIn": "Checked-in",
|
|
289
|
+
"pisell2.recordBoard.calendar.status.pending": "Pending",
|
|
290
|
+
"pisell2.recordBoard.calendar.status.new": "New",
|
|
291
|
+
"pisell2.recordBoard.calendar.status.late": "Late",
|
|
292
|
+
"pisell2.recordBoard.calendar.status.noShow": "No-show",
|
|
293
|
+
"pisell2.recordBoard.calendar.detail.staff": "Staff",
|
|
294
|
+
"pisell2.recordBoard.calendar.detail.orderNote": "Order note",
|
|
220
295
|
"pisell2.salesManagement.pagination.previous": "Previous",
|
|
221
296
|
"pisell2.salesManagement.pagination.next": "Next",
|
|
222
297
|
"pisell2.salesManagement.pagination.showTotal": (start, end) => `Page ${start} of ${end}`,
|
package/lib/locales/ja.d.ts
CHANGED
|
@@ -347,12 +347,86 @@ declare const _default: {
|
|
|
347
347
|
'pisell2.recordBoard.toolbar.find': string;
|
|
348
348
|
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
349
349
|
'pisell2.recordBoard.toolbar.sort': string;
|
|
350
|
+
'pisell2.recordBoard.toolbar.sortStatus': string;
|
|
351
|
+
'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
|
|
352
|
+
'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
|
|
350
353
|
'pisell2.recordBoard.toolbar.filter': string;
|
|
351
354
|
'pisell2.recordBoard.toolbar.reset': string;
|
|
352
355
|
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
353
356
|
'pisell2.recordBoard.toolbar.viewFloorMap': string;
|
|
354
357
|
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
355
358
|
'pisell2.recordBoard.toolbar.viewResourceWall': string;
|
|
359
|
+
'pisell2.recordBoard.calendar.common.close': string;
|
|
360
|
+
'pisell2.recordBoard.calendar.common.cancel': string;
|
|
361
|
+
'pisell2.recordBoard.calendar.common.save': string;
|
|
362
|
+
'pisell2.recordBoard.calendar.common.saving': string;
|
|
363
|
+
'pisell2.recordBoard.calendar.common.resourceFallback': string;
|
|
364
|
+
'pisell2.recordBoard.calendar.common.newBookingName': string;
|
|
365
|
+
'pisell2.recordBoard.calendar.weekday.mon': string;
|
|
366
|
+
'pisell2.recordBoard.calendar.weekday.tue': string;
|
|
367
|
+
'pisell2.recordBoard.calendar.weekday.wed': string;
|
|
368
|
+
'pisell2.recordBoard.calendar.weekday.thu': string;
|
|
369
|
+
'pisell2.recordBoard.calendar.weekday.fri': string;
|
|
370
|
+
'pisell2.recordBoard.calendar.weekday.sat': string;
|
|
371
|
+
'pisell2.recordBoard.calendar.weekday.sun': string;
|
|
372
|
+
'pisell2.recordBoard.calendar.block.panelTitle': string;
|
|
373
|
+
'pisell2.recordBoard.calendar.block.defaultTitle': string;
|
|
374
|
+
'pisell2.recordBoard.calendar.block.fieldTitle': string;
|
|
375
|
+
'pisell2.recordBoard.calendar.block.fieldNote': string;
|
|
376
|
+
'pisell2.recordBoard.calendar.block.fieldResource': string;
|
|
377
|
+
'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
|
|
378
|
+
'pisell2.recordBoard.calendar.block.placeholderTitle': string;
|
|
379
|
+
'pisell2.recordBoard.calendar.block.placeholderNote': string;
|
|
380
|
+
'pisell2.recordBoard.calendar.block.noResource': string;
|
|
381
|
+
'pisell2.recordBoard.calendar.block.closeAria': string;
|
|
382
|
+
'pisell2.recordBoard.calendar.block.warnSelectTime': string;
|
|
383
|
+
'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
|
|
384
|
+
'pisell2.recordBoard.calendar.block.warnSelectResource': string;
|
|
385
|
+
'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
|
|
386
|
+
'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
|
|
387
|
+
'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
|
|
388
|
+
'pisell2.recordBoard.calendar.overflow.moreCount': string;
|
|
389
|
+
'pisell2.recordBoard.calendar.move.title': string;
|
|
390
|
+
'pisell2.recordBoard.calendar.move.subtitle': string;
|
|
391
|
+
'pisell2.recordBoard.calendar.move.customer': string;
|
|
392
|
+
'pisell2.recordBoard.calendar.move.court': string;
|
|
393
|
+
'pisell2.recordBoard.calendar.move.newDate': string;
|
|
394
|
+
'pisell2.recordBoard.calendar.move.newStartTime': string;
|
|
395
|
+
'pisell2.recordBoard.calendar.move.newEndTime': string;
|
|
396
|
+
'pisell2.recordBoard.calendar.move.previousInfo': string;
|
|
397
|
+
'pisell2.recordBoard.calendar.move.original': string;
|
|
398
|
+
'pisell2.recordBoard.calendar.move.dropTarget': string;
|
|
399
|
+
'pisell2.recordBoard.calendar.move.updated': string;
|
|
400
|
+
'pisell2.recordBoard.calendar.move.confirm': string;
|
|
401
|
+
'pisell2.recordBoard.calendar.move.noPhone': string;
|
|
402
|
+
'pisell2.recordBoard.calendar.move.noEmail': string;
|
|
403
|
+
'pisell2.recordBoard.calendar.move.courtFallback': string;
|
|
404
|
+
'pisell2.recordBoard.calendar.move.slotDisabled': string;
|
|
405
|
+
'pisell2.recordBoard.calendar.week.headerCourtDate': string;
|
|
406
|
+
'pisell2.recordBoard.calendar.week.fullyBooked': string;
|
|
407
|
+
'pisell2.recordBoard.calendar.week.available': string;
|
|
408
|
+
'pisell2.recordBoard.calendar.day.outsideHours': string;
|
|
409
|
+
'pisell2.recordBoard.calendar.day.selectedBlock': string;
|
|
410
|
+
'pisell2.recordBoard.calendar.day.selected': string;
|
|
411
|
+
'pisell2.recordBoard.calendar.day.tapToSelect': string;
|
|
412
|
+
'pisell2.recordBoard.calendar.day.deselectAll': string;
|
|
413
|
+
'pisell2.recordBoard.calendar.day.openSlot': string;
|
|
414
|
+
'pisell2.recordBoard.calendar.day.block': string;
|
|
415
|
+
'pisell2.recordBoard.calendar.day.createBooking': string;
|
|
416
|
+
'pisell2.recordBoard.calendar.day.freeRatio': string;
|
|
417
|
+
'pisell2.recordBoard.calendar.card.continuesNext': string;
|
|
418
|
+
'pisell2.recordBoard.calendar.card.blockBy': string;
|
|
419
|
+
'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
|
|
420
|
+
'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
|
|
421
|
+
'pisell2.recordBoard.calendar.status.cancel': string;
|
|
422
|
+
'pisell2.recordBoard.calendar.status.change': string;
|
|
423
|
+
'pisell2.recordBoard.calendar.status.checkedIn': string;
|
|
424
|
+
'pisell2.recordBoard.calendar.status.pending': string;
|
|
425
|
+
'pisell2.recordBoard.calendar.status.new': string;
|
|
426
|
+
'pisell2.recordBoard.calendar.status.late': string;
|
|
427
|
+
'pisell2.recordBoard.calendar.status.noShow': string;
|
|
428
|
+
'pisell2.recordBoard.calendar.detail.staff': string;
|
|
429
|
+
'pisell2.recordBoard.calendar.detail.orderNote': string;
|
|
356
430
|
'pisell-resource-wall-appearance-light': string;
|
|
357
431
|
'pisell-resource-wall-appearance-dark': string;
|
|
358
432
|
'pisell-resource-wall-control-open': string;
|
package/lib/locales/ja.js
CHANGED
|
@@ -409,12 +409,87 @@ var ja_default = {
|
|
|
409
409
|
"pisell2.recordBoard.toolbar.find": "検索",
|
|
410
410
|
"pisell2.recordBoard.toolbar.findPlaceholder": "検索キーワードを入力",
|
|
411
411
|
"pisell2.recordBoard.toolbar.sort": "並び替え",
|
|
412
|
+
"pisell2.recordBoard.toolbar.sortStatus": "状態",
|
|
413
|
+
"pisell2.recordBoard.toolbar.sortStatusFreeFirst": "空き優先",
|
|
414
|
+
"pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "使用中優先",
|
|
412
415
|
"pisell2.recordBoard.toolbar.filter": "絞り込み",
|
|
413
416
|
"pisell2.recordBoard.toolbar.reset": "リセット",
|
|
414
417
|
"pisell2.recordBoard.toolbar.viewGrid": "表",
|
|
415
418
|
"pisell2.recordBoard.toolbar.viewFloorMap": "フロア図",
|
|
416
419
|
"pisell2.recordBoard.toolbar.viewCalendar": "カレンダー",
|
|
417
420
|
"pisell2.recordBoard.toolbar.viewResourceWall": "リソースウォール",
|
|
421
|
+
// RecordBoard — カレンダー
|
|
422
|
+
"pisell2.recordBoard.calendar.common.close": "閉じる",
|
|
423
|
+
"pisell2.recordBoard.calendar.common.cancel": "キャンセル",
|
|
424
|
+
"pisell2.recordBoard.calendar.common.save": "保存",
|
|
425
|
+
"pisell2.recordBoard.calendar.common.saving": "保存中…",
|
|
426
|
+
"pisell2.recordBoard.calendar.common.resourceFallback": "リソース",
|
|
427
|
+
"pisell2.recordBoard.calendar.common.newBookingName": "新規予約",
|
|
428
|
+
"pisell2.recordBoard.calendar.weekday.mon": "月",
|
|
429
|
+
"pisell2.recordBoard.calendar.weekday.tue": "火",
|
|
430
|
+
"pisell2.recordBoard.calendar.weekday.wed": "水",
|
|
431
|
+
"pisell2.recordBoard.calendar.weekday.thu": "木",
|
|
432
|
+
"pisell2.recordBoard.calendar.weekday.fri": "金",
|
|
433
|
+
"pisell2.recordBoard.calendar.weekday.sat": "土",
|
|
434
|
+
"pisell2.recordBoard.calendar.weekday.sun": "日",
|
|
435
|
+
"pisell2.recordBoard.calendar.block.panelTitle": "ブロック時間を追加",
|
|
436
|
+
"pisell2.recordBoard.calendar.block.defaultTitle": "ブロック時間",
|
|
437
|
+
"pisell2.recordBoard.calendar.block.fieldTitle": "タイトル",
|
|
438
|
+
"pisell2.recordBoard.calendar.block.fieldNote": "メモ",
|
|
439
|
+
"pisell2.recordBoard.calendar.block.fieldResource": "リソース",
|
|
440
|
+
"pisell2.recordBoard.calendar.block.fieldTimeRange": "ブロック時間帯",
|
|
441
|
+
"pisell2.recordBoard.calendar.block.placeholderTitle": "ブロック時間",
|
|
442
|
+
"pisell2.recordBoard.calendar.block.placeholderNote": "任意",
|
|
443
|
+
"pisell2.recordBoard.calendar.block.noResource": "リソースなし",
|
|
444
|
+
"pisell2.recordBoard.calendar.block.closeAria": "閉じる",
|
|
445
|
+
"pisell2.recordBoard.calendar.block.warnSelectTime": "ブロックする時間帯を選択してください。",
|
|
446
|
+
"pisell2.recordBoard.calendar.block.warnEndAfterStart": "終了時刻は開始時刻より後にしてください。",
|
|
447
|
+
"pisell2.recordBoard.calendar.block.warnSelectResource": "リソースを選択してください。",
|
|
448
|
+
"pisell2.recordBoard.calendar.overflow.bookingsForDay": "当日の予約",
|
|
449
|
+
"pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} · 予約一覧",
|
|
450
|
+
"pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} · すべての予約",
|
|
451
|
+
"pisell2.recordBoard.calendar.overflow.moreCount": "あと{count}件",
|
|
452
|
+
"pisell2.recordBoard.calendar.move.title": "予約情報",
|
|
453
|
+
"pisell2.recordBoard.calendar.move.subtitle": "顧客・コート・日付・時間を更新します。",
|
|
454
|
+
"pisell2.recordBoard.calendar.move.customer": "顧客",
|
|
455
|
+
"pisell2.recordBoard.calendar.move.court": "コート",
|
|
456
|
+
"pisell2.recordBoard.calendar.move.newDate": "新しい日付",
|
|
457
|
+
"pisell2.recordBoard.calendar.move.newStartTime": "新しい開始時刻",
|
|
458
|
+
"pisell2.recordBoard.calendar.move.newEndTime": "新しい終了時刻",
|
|
459
|
+
"pisell2.recordBoard.calendar.move.previousInfo": "変更前の予約",
|
|
460
|
+
"pisell2.recordBoard.calendar.move.original": "変更前",
|
|
461
|
+
"pisell2.recordBoard.calendar.move.dropTarget": "ドロップ先",
|
|
462
|
+
"pisell2.recordBoard.calendar.move.updated": "更新後",
|
|
463
|
+
"pisell2.recordBoard.calendar.move.confirm": "確定",
|
|
464
|
+
"pisell2.recordBoard.calendar.move.noPhone": "電話なし",
|
|
465
|
+
"pisell2.recordBoard.calendar.move.noEmail": "メールなし",
|
|
466
|
+
"pisell2.recordBoard.calendar.move.courtFallback": "コート",
|
|
467
|
+
"pisell2.recordBoard.calendar.move.slotDisabled": "⛔ {time}",
|
|
468
|
+
"pisell2.recordBoard.calendar.week.headerCourtDate": "コート / 日付",
|
|
469
|
+
"pisell2.recordBoard.calendar.week.fullyBooked": "満席",
|
|
470
|
+
"pisell2.recordBoard.calendar.week.available": "空きあり",
|
|
471
|
+
"pisell2.recordBoard.calendar.day.outsideHours": "営業時間外",
|
|
472
|
+
"pisell2.recordBoard.calendar.day.selectedBlock": "選択中のブロック",
|
|
473
|
+
"pisell2.recordBoard.calendar.day.selected": "選択済み",
|
|
474
|
+
"pisell2.recordBoard.calendar.day.tapToSelect": "タップして選択",
|
|
475
|
+
"pisell2.recordBoard.calendar.day.deselectAll": "選択を解除",
|
|
476
|
+
"pisell2.recordBoard.calendar.day.openSlot": "スロットを開く",
|
|
477
|
+
"pisell2.recordBoard.calendar.day.block": "ブロック",
|
|
478
|
+
"pisell2.recordBoard.calendar.day.createBooking": "予約を作成",
|
|
479
|
+
"pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} 空き",
|
|
480
|
+
"pisell2.recordBoard.calendar.card.continuesNext": "→ 翌日に続く",
|
|
481
|
+
"pisell2.recordBoard.calendar.card.blockBy": "{name} がブロック",
|
|
482
|
+
"pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n}分",
|
|
483
|
+
"pisell2.recordBoard.calendar.card.lateMinutesDetail": "遅刻 {n} 分",
|
|
484
|
+
"pisell2.recordBoard.calendar.status.cancel": "キャンセル",
|
|
485
|
+
"pisell2.recordBoard.calendar.status.change": "変更",
|
|
486
|
+
"pisell2.recordBoard.calendar.status.checkedIn": "チェックイン済み",
|
|
487
|
+
"pisell2.recordBoard.calendar.status.pending": "保留",
|
|
488
|
+
"pisell2.recordBoard.calendar.status.new": "新規",
|
|
489
|
+
"pisell2.recordBoard.calendar.status.late": "遅刻",
|
|
490
|
+
"pisell2.recordBoard.calendar.status.noShow": "無断キャンセル",
|
|
491
|
+
"pisell2.recordBoard.calendar.detail.staff": "スタッフ",
|
|
492
|
+
"pisell2.recordBoard.calendar.detail.orderNote": "注文メモ",
|
|
418
493
|
"pisell-resource-wall-appearance-light": "ライト",
|
|
419
494
|
"pisell-resource-wall-appearance-dark": "ダーク",
|
|
420
495
|
"pisell-resource-wall-control-open": "コントロール",
|
package/lib/locales/pt.d.ts
CHANGED
|
@@ -347,12 +347,86 @@ declare const _default: {
|
|
|
347
347
|
'pisell2.recordBoard.toolbar.find': string;
|
|
348
348
|
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
349
349
|
'pisell2.recordBoard.toolbar.sort': string;
|
|
350
|
+
'pisell2.recordBoard.toolbar.sortStatus': string;
|
|
351
|
+
'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
|
|
352
|
+
'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
|
|
350
353
|
'pisell2.recordBoard.toolbar.filter': string;
|
|
351
354
|
'pisell2.recordBoard.toolbar.reset': string;
|
|
352
355
|
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
353
356
|
'pisell2.recordBoard.toolbar.viewFloorMap': string;
|
|
354
357
|
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
355
358
|
'pisell2.recordBoard.toolbar.viewResourceWall': string;
|
|
359
|
+
'pisell2.recordBoard.calendar.common.close': string;
|
|
360
|
+
'pisell2.recordBoard.calendar.common.cancel': string;
|
|
361
|
+
'pisell2.recordBoard.calendar.common.save': string;
|
|
362
|
+
'pisell2.recordBoard.calendar.common.saving': string;
|
|
363
|
+
'pisell2.recordBoard.calendar.common.resourceFallback': string;
|
|
364
|
+
'pisell2.recordBoard.calendar.common.newBookingName': string;
|
|
365
|
+
'pisell2.recordBoard.calendar.weekday.mon': string;
|
|
366
|
+
'pisell2.recordBoard.calendar.weekday.tue': string;
|
|
367
|
+
'pisell2.recordBoard.calendar.weekday.wed': string;
|
|
368
|
+
'pisell2.recordBoard.calendar.weekday.thu': string;
|
|
369
|
+
'pisell2.recordBoard.calendar.weekday.fri': string;
|
|
370
|
+
'pisell2.recordBoard.calendar.weekday.sat': string;
|
|
371
|
+
'pisell2.recordBoard.calendar.weekday.sun': string;
|
|
372
|
+
'pisell2.recordBoard.calendar.block.panelTitle': string;
|
|
373
|
+
'pisell2.recordBoard.calendar.block.defaultTitle': string;
|
|
374
|
+
'pisell2.recordBoard.calendar.block.fieldTitle': string;
|
|
375
|
+
'pisell2.recordBoard.calendar.block.fieldNote': string;
|
|
376
|
+
'pisell2.recordBoard.calendar.block.fieldResource': string;
|
|
377
|
+
'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
|
|
378
|
+
'pisell2.recordBoard.calendar.block.placeholderTitle': string;
|
|
379
|
+
'pisell2.recordBoard.calendar.block.placeholderNote': string;
|
|
380
|
+
'pisell2.recordBoard.calendar.block.noResource': string;
|
|
381
|
+
'pisell2.recordBoard.calendar.block.closeAria': string;
|
|
382
|
+
'pisell2.recordBoard.calendar.block.warnSelectTime': string;
|
|
383
|
+
'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
|
|
384
|
+
'pisell2.recordBoard.calendar.block.warnSelectResource': string;
|
|
385
|
+
'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
|
|
386
|
+
'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
|
|
387
|
+
'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
|
|
388
|
+
'pisell2.recordBoard.calendar.overflow.moreCount': string;
|
|
389
|
+
'pisell2.recordBoard.calendar.move.title': string;
|
|
390
|
+
'pisell2.recordBoard.calendar.move.subtitle': string;
|
|
391
|
+
'pisell2.recordBoard.calendar.move.customer': string;
|
|
392
|
+
'pisell2.recordBoard.calendar.move.court': string;
|
|
393
|
+
'pisell2.recordBoard.calendar.move.newDate': string;
|
|
394
|
+
'pisell2.recordBoard.calendar.move.newStartTime': string;
|
|
395
|
+
'pisell2.recordBoard.calendar.move.newEndTime': string;
|
|
396
|
+
'pisell2.recordBoard.calendar.move.previousInfo': string;
|
|
397
|
+
'pisell2.recordBoard.calendar.move.original': string;
|
|
398
|
+
'pisell2.recordBoard.calendar.move.dropTarget': string;
|
|
399
|
+
'pisell2.recordBoard.calendar.move.updated': string;
|
|
400
|
+
'pisell2.recordBoard.calendar.move.confirm': string;
|
|
401
|
+
'pisell2.recordBoard.calendar.move.noPhone': string;
|
|
402
|
+
'pisell2.recordBoard.calendar.move.noEmail': string;
|
|
403
|
+
'pisell2.recordBoard.calendar.move.courtFallback': string;
|
|
404
|
+
'pisell2.recordBoard.calendar.move.slotDisabled': string;
|
|
405
|
+
'pisell2.recordBoard.calendar.week.headerCourtDate': string;
|
|
406
|
+
'pisell2.recordBoard.calendar.week.fullyBooked': string;
|
|
407
|
+
'pisell2.recordBoard.calendar.week.available': string;
|
|
408
|
+
'pisell2.recordBoard.calendar.day.outsideHours': string;
|
|
409
|
+
'pisell2.recordBoard.calendar.day.selectedBlock': string;
|
|
410
|
+
'pisell2.recordBoard.calendar.day.selected': string;
|
|
411
|
+
'pisell2.recordBoard.calendar.day.tapToSelect': string;
|
|
412
|
+
'pisell2.recordBoard.calendar.day.deselectAll': string;
|
|
413
|
+
'pisell2.recordBoard.calendar.day.openSlot': string;
|
|
414
|
+
'pisell2.recordBoard.calendar.day.block': string;
|
|
415
|
+
'pisell2.recordBoard.calendar.day.createBooking': string;
|
|
416
|
+
'pisell2.recordBoard.calendar.day.freeRatio': string;
|
|
417
|
+
'pisell2.recordBoard.calendar.card.continuesNext': string;
|
|
418
|
+
'pisell2.recordBoard.calendar.card.blockBy': string;
|
|
419
|
+
'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
|
|
420
|
+
'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
|
|
421
|
+
'pisell2.recordBoard.calendar.status.cancel': string;
|
|
422
|
+
'pisell2.recordBoard.calendar.status.change': string;
|
|
423
|
+
'pisell2.recordBoard.calendar.status.checkedIn': string;
|
|
424
|
+
'pisell2.recordBoard.calendar.status.pending': string;
|
|
425
|
+
'pisell2.recordBoard.calendar.status.new': string;
|
|
426
|
+
'pisell2.recordBoard.calendar.status.late': string;
|
|
427
|
+
'pisell2.recordBoard.calendar.status.noShow': string;
|
|
428
|
+
'pisell2.recordBoard.calendar.detail.staff': string;
|
|
429
|
+
'pisell2.recordBoard.calendar.detail.orderNote': string;
|
|
356
430
|
'pisell-resource-wall-appearance-light': string;
|
|
357
431
|
'pisell-resource-wall-appearance-dark': string;
|
|
358
432
|
'pisell-resource-wall-control-open': string;
|
package/lib/locales/pt.js
CHANGED
|
@@ -408,12 +408,87 @@ var pt_default = {
|
|
|
408
408
|
"pisell2.recordBoard.toolbar.find": "Procurar",
|
|
409
409
|
"pisell2.recordBoard.toolbar.findPlaceholder": "Introduza o texto a procurar",
|
|
410
410
|
"pisell2.recordBoard.toolbar.sort": "Ordenar",
|
|
411
|
+
"pisell2.recordBoard.toolbar.sortStatus": "Estado",
|
|
412
|
+
"pisell2.recordBoard.toolbar.sortStatusFreeFirst": "Disponível primeiro",
|
|
413
|
+
"pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "Em utilização primeiro",
|
|
411
414
|
"pisell2.recordBoard.toolbar.filter": "Filtrar",
|
|
412
415
|
"pisell2.recordBoard.toolbar.reset": "Repor",
|
|
413
416
|
"pisell2.recordBoard.toolbar.viewGrid": "Tabela",
|
|
414
417
|
"pisell2.recordBoard.toolbar.viewFloorMap": "Planta",
|
|
415
418
|
"pisell2.recordBoard.toolbar.viewCalendar": "Calendário",
|
|
416
419
|
"pisell2.recordBoard.toolbar.viewResourceWall": "Mural de recursos",
|
|
420
|
+
// RecordBoard — Calendário
|
|
421
|
+
"pisell2.recordBoard.calendar.common.close": "Fechar",
|
|
422
|
+
"pisell2.recordBoard.calendar.common.cancel": "Cancelar",
|
|
423
|
+
"pisell2.recordBoard.calendar.common.save": "Guardar",
|
|
424
|
+
"pisell2.recordBoard.calendar.common.saving": "A guardar…",
|
|
425
|
+
"pisell2.recordBoard.calendar.common.resourceFallback": "Recurso",
|
|
426
|
+
"pisell2.recordBoard.calendar.common.newBookingName": "Nova reserva",
|
|
427
|
+
"pisell2.recordBoard.calendar.weekday.mon": "Seg",
|
|
428
|
+
"pisell2.recordBoard.calendar.weekday.tue": "Ter",
|
|
429
|
+
"pisell2.recordBoard.calendar.weekday.wed": "Qua",
|
|
430
|
+
"pisell2.recordBoard.calendar.weekday.thu": "Qui",
|
|
431
|
+
"pisell2.recordBoard.calendar.weekday.fri": "Sex",
|
|
432
|
+
"pisell2.recordBoard.calendar.weekday.sat": "Sáb",
|
|
433
|
+
"pisell2.recordBoard.calendar.weekday.sun": "Dom",
|
|
434
|
+
"pisell2.recordBoard.calendar.block.panelTitle": "Novo bloqueio de horário",
|
|
435
|
+
"pisell2.recordBoard.calendar.block.defaultTitle": "Horário bloqueado",
|
|
436
|
+
"pisell2.recordBoard.calendar.block.fieldTitle": "Título",
|
|
437
|
+
"pisell2.recordBoard.calendar.block.fieldNote": "Nota",
|
|
438
|
+
"pisell2.recordBoard.calendar.block.fieldResource": "Recurso",
|
|
439
|
+
"pisell2.recordBoard.calendar.block.fieldTimeRange": "Período bloqueado",
|
|
440
|
+
"pisell2.recordBoard.calendar.block.placeholderTitle": "Horário bloqueado",
|
|
441
|
+
"pisell2.recordBoard.calendar.block.placeholderNote": "Opcional",
|
|
442
|
+
"pisell2.recordBoard.calendar.block.noResource": "Sem recurso",
|
|
443
|
+
"pisell2.recordBoard.calendar.block.closeAria": "Fechar",
|
|
444
|
+
"pisell2.recordBoard.calendar.block.warnSelectTime": "Selecione o período a bloquear.",
|
|
445
|
+
"pisell2.recordBoard.calendar.block.warnEndAfterStart": "A hora de fim deve ser posterior à de início.",
|
|
446
|
+
"pisell2.recordBoard.calendar.block.warnSelectResource": "Selecione um recurso.",
|
|
447
|
+
"pisell2.recordBoard.calendar.overflow.bookingsForDay": "Reservas deste dia",
|
|
448
|
+
"pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} · Reservas",
|
|
449
|
+
"pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} · Todas as reservas",
|
|
450
|
+
"pisell2.recordBoard.calendar.overflow.moreCount": "mais {count}",
|
|
451
|
+
"pisell2.recordBoard.calendar.move.title": "Informação da reserva",
|
|
452
|
+
"pisell2.recordBoard.calendar.move.subtitle": "Atualize o cliente, o court, a data e a hora desta reserva.",
|
|
453
|
+
"pisell2.recordBoard.calendar.move.customer": "Cliente",
|
|
454
|
+
"pisell2.recordBoard.calendar.move.court": "Court",
|
|
455
|
+
"pisell2.recordBoard.calendar.move.newDate": "Nova data",
|
|
456
|
+
"pisell2.recordBoard.calendar.move.newStartTime": "Nova hora de início",
|
|
457
|
+
"pisell2.recordBoard.calendar.move.newEndTime": "Nova hora de fim",
|
|
458
|
+
"pisell2.recordBoard.calendar.move.previousInfo": "Reserva anterior",
|
|
459
|
+
"pisell2.recordBoard.calendar.move.original": "Original",
|
|
460
|
+
"pisell2.recordBoard.calendar.move.dropTarget": "Destino do arrastar",
|
|
461
|
+
"pisell2.recordBoard.calendar.move.updated": "Atualizado",
|
|
462
|
+
"pisell2.recordBoard.calendar.move.confirm": "Confirmar",
|
|
463
|
+
"pisell2.recordBoard.calendar.move.noPhone": "Sem telefone",
|
|
464
|
+
"pisell2.recordBoard.calendar.move.noEmail": "Sem e-mail",
|
|
465
|
+
"pisell2.recordBoard.calendar.move.courtFallback": "Court",
|
|
466
|
+
"pisell2.recordBoard.calendar.move.slotDisabled": "⛔ {time}",
|
|
467
|
+
"pisell2.recordBoard.calendar.week.headerCourtDate": "Court / data",
|
|
468
|
+
"pisell2.recordBoard.calendar.week.fullyBooked": "Lotado",
|
|
469
|
+
"pisell2.recordBoard.calendar.week.available": "Disponível",
|
|
470
|
+
"pisell2.recordBoard.calendar.day.outsideHours": "Fora do horário",
|
|
471
|
+
"pisell2.recordBoard.calendar.day.selectedBlock": "Bloqueio selecionado",
|
|
472
|
+
"pisell2.recordBoard.calendar.day.selected": "Selecionado",
|
|
473
|
+
"pisell2.recordBoard.calendar.day.tapToSelect": "Toque para selecionar",
|
|
474
|
+
"pisell2.recordBoard.calendar.day.deselectAll": "Limpar seleção",
|
|
475
|
+
"pisell2.recordBoard.calendar.day.openSlot": "Abrir slot",
|
|
476
|
+
"pisell2.recordBoard.calendar.day.block": "Bloquear",
|
|
477
|
+
"pisell2.recordBoard.calendar.day.createBooking": "Criar reserva",
|
|
478
|
+
"pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} livres",
|
|
479
|
+
"pisell2.recordBoard.calendar.card.continuesNext": "→ Continua no dia seguinte",
|
|
480
|
+
"pisell2.recordBoard.calendar.card.blockBy": "por {name}",
|
|
481
|
+
"pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n} min",
|
|
482
|
+
"pisell2.recordBoard.calendar.card.lateMinutesDetail": "{n} min de atraso",
|
|
483
|
+
"pisell2.recordBoard.calendar.status.cancel": "Cancelado",
|
|
484
|
+
"pisell2.recordBoard.calendar.status.change": "Alterado",
|
|
485
|
+
"pisell2.recordBoard.calendar.status.checkedIn": "Check-in",
|
|
486
|
+
"pisell2.recordBoard.calendar.status.pending": "Pendente",
|
|
487
|
+
"pisell2.recordBoard.calendar.status.new": "Novo",
|
|
488
|
+
"pisell2.recordBoard.calendar.status.late": "Atraso",
|
|
489
|
+
"pisell2.recordBoard.calendar.status.noShow": "Não comparência",
|
|
490
|
+
"pisell2.recordBoard.calendar.detail.staff": "Equipa",
|
|
491
|
+
"pisell2.recordBoard.calendar.detail.orderNote": "Nota do pedido",
|
|
417
492
|
"pisell-resource-wall-appearance-light": "Claro",
|
|
418
493
|
"pisell-resource-wall-appearance-dark": "Escuro",
|
|
419
494
|
"pisell-resource-wall-control-open": "Painel de controlo",
|
package/lib/locales/zh-CN.d.ts
CHANGED
|
@@ -179,6 +179,9 @@ declare const _default: {
|
|
|
179
179
|
'pisell2.recordBoard.toolbar.find': string;
|
|
180
180
|
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
181
181
|
'pisell2.recordBoard.toolbar.sort': string;
|
|
182
|
+
'pisell2.recordBoard.toolbar.sortStatus': string;
|
|
183
|
+
'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
|
|
184
|
+
'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
|
|
182
185
|
'pisell2.recordBoard.toolbar.filter': string;
|
|
183
186
|
'pisell2.recordBoard.toolbar.reset': string;
|
|
184
187
|
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
@@ -186,6 +189,77 @@ declare const _default: {
|
|
|
186
189
|
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
187
190
|
'pisell2.recordBoard.toolbar.viewResourceWall': string;
|
|
188
191
|
'pisell2.recordBoard.filter.placeholderEnter': string;
|
|
192
|
+
'pisell2.recordBoard.calendar.common.close': string;
|
|
193
|
+
'pisell2.recordBoard.calendar.common.cancel': string;
|
|
194
|
+
'pisell2.recordBoard.calendar.common.save': string;
|
|
195
|
+
'pisell2.recordBoard.calendar.common.saving': string;
|
|
196
|
+
'pisell2.recordBoard.calendar.common.resourceFallback': string;
|
|
197
|
+
'pisell2.recordBoard.calendar.common.newBookingName': string;
|
|
198
|
+
'pisell2.recordBoard.calendar.weekday.mon': string;
|
|
199
|
+
'pisell2.recordBoard.calendar.weekday.tue': string;
|
|
200
|
+
'pisell2.recordBoard.calendar.weekday.wed': string;
|
|
201
|
+
'pisell2.recordBoard.calendar.weekday.thu': string;
|
|
202
|
+
'pisell2.recordBoard.calendar.weekday.fri': string;
|
|
203
|
+
'pisell2.recordBoard.calendar.weekday.sat': string;
|
|
204
|
+
'pisell2.recordBoard.calendar.weekday.sun': string;
|
|
205
|
+
'pisell2.recordBoard.calendar.block.panelTitle': string;
|
|
206
|
+
'pisell2.recordBoard.calendar.block.defaultTitle': string;
|
|
207
|
+
'pisell2.recordBoard.calendar.block.fieldTitle': string;
|
|
208
|
+
'pisell2.recordBoard.calendar.block.fieldNote': string;
|
|
209
|
+
'pisell2.recordBoard.calendar.block.fieldResource': string;
|
|
210
|
+
'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
|
|
211
|
+
'pisell2.recordBoard.calendar.block.placeholderTitle': string;
|
|
212
|
+
'pisell2.recordBoard.calendar.block.placeholderNote': string;
|
|
213
|
+
'pisell2.recordBoard.calendar.block.noResource': string;
|
|
214
|
+
'pisell2.recordBoard.calendar.block.closeAria': string;
|
|
215
|
+
'pisell2.recordBoard.calendar.block.warnSelectTime': string;
|
|
216
|
+
'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
|
|
217
|
+
'pisell2.recordBoard.calendar.block.warnSelectResource': string;
|
|
218
|
+
'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
|
|
219
|
+
'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
|
|
220
|
+
'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
|
|
221
|
+
'pisell2.recordBoard.calendar.overflow.moreCount': string;
|
|
222
|
+
'pisell2.recordBoard.calendar.move.title': string;
|
|
223
|
+
'pisell2.recordBoard.calendar.move.subtitle': string;
|
|
224
|
+
'pisell2.recordBoard.calendar.move.customer': string;
|
|
225
|
+
'pisell2.recordBoard.calendar.move.court': string;
|
|
226
|
+
'pisell2.recordBoard.calendar.move.newDate': string;
|
|
227
|
+
'pisell2.recordBoard.calendar.move.newStartTime': string;
|
|
228
|
+
'pisell2.recordBoard.calendar.move.newEndTime': string;
|
|
229
|
+
'pisell2.recordBoard.calendar.move.previousInfo': string;
|
|
230
|
+
'pisell2.recordBoard.calendar.move.original': string;
|
|
231
|
+
'pisell2.recordBoard.calendar.move.dropTarget': string;
|
|
232
|
+
'pisell2.recordBoard.calendar.move.updated': string;
|
|
233
|
+
'pisell2.recordBoard.calendar.move.confirm': string;
|
|
234
|
+
'pisell2.recordBoard.calendar.move.noPhone': string;
|
|
235
|
+
'pisell2.recordBoard.calendar.move.noEmail': string;
|
|
236
|
+
'pisell2.recordBoard.calendar.move.courtFallback': string;
|
|
237
|
+
'pisell2.recordBoard.calendar.move.slotDisabled': string;
|
|
238
|
+
'pisell2.recordBoard.calendar.week.headerCourtDate': string;
|
|
239
|
+
'pisell2.recordBoard.calendar.week.fullyBooked': string;
|
|
240
|
+
'pisell2.recordBoard.calendar.week.available': string;
|
|
241
|
+
'pisell2.recordBoard.calendar.day.outsideHours': string;
|
|
242
|
+
'pisell2.recordBoard.calendar.day.selectedBlock': string;
|
|
243
|
+
'pisell2.recordBoard.calendar.day.selected': string;
|
|
244
|
+
'pisell2.recordBoard.calendar.day.tapToSelect': string;
|
|
245
|
+
'pisell2.recordBoard.calendar.day.deselectAll': string;
|
|
246
|
+
'pisell2.recordBoard.calendar.day.openSlot': string;
|
|
247
|
+
'pisell2.recordBoard.calendar.day.block': string;
|
|
248
|
+
'pisell2.recordBoard.calendar.day.createBooking': string;
|
|
249
|
+
'pisell2.recordBoard.calendar.day.freeRatio': string;
|
|
250
|
+
'pisell2.recordBoard.calendar.card.continuesNext': string;
|
|
251
|
+
'pisell2.recordBoard.calendar.card.blockBy': string;
|
|
252
|
+
'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
|
|
253
|
+
'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
|
|
254
|
+
'pisell2.recordBoard.calendar.status.cancel': string;
|
|
255
|
+
'pisell2.recordBoard.calendar.status.change': string;
|
|
256
|
+
'pisell2.recordBoard.calendar.status.checkedIn': string;
|
|
257
|
+
'pisell2.recordBoard.calendar.status.pending': string;
|
|
258
|
+
'pisell2.recordBoard.calendar.status.new': string;
|
|
259
|
+
'pisell2.recordBoard.calendar.status.late': string;
|
|
260
|
+
'pisell2.recordBoard.calendar.status.noShow': string;
|
|
261
|
+
'pisell2.recordBoard.calendar.detail.staff': string;
|
|
262
|
+
'pisell2.recordBoard.calendar.detail.orderNote': string;
|
|
189
263
|
'pisell2.salesManagement.pagination.previous': string;
|
|
190
264
|
'pisell2.salesManagement.pagination.next': string;
|
|
191
265
|
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|