@pisell/materials 1.0.1078 → 1.0.1079
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
- package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +277 -0
- package/es/components/PisellCards/components/index.d.ts +10 -0
- package/es/components/PisellCards/index.d.ts +17 -0
- package/es/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
- package/es/components/PisellContactBrief/components/index.d.ts +5 -0
- package/es/components/PisellContactBrief/index.d.ts +6 -0
- package/es/components/PisellContactBrief/locales.d.ts +55 -0
- package/es/components/PisellContactBrief/types.d.ts +82 -0
- package/es/components/PisellFields/index.d.ts +37 -0
- package/es/components/PisellLayouts/index.d.ts +37 -0
- package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/es/components/PisellTabbar/index.d.ts +9 -0
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/es/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
- package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
- package/es/components/PisellTabbar2/components/index.d.ts +1 -0
- package/es/components/PisellTabbar2/index.d.ts +6 -0
- package/es/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
- package/es/components/PisellTabbar3/index.d.ts +6 -0
- package/es/components/Template/[ComponentName].d.ts +0 -0
- package/es/components/appVersionControl/index.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/filter/components/Dropdown/types.d.ts +13 -0
- package/es/components/filter/components/FilterButton/types.d.ts +24 -0
- package/es/components/filter/types.d.ts +48 -0
- package/es/components/hardwareErrorTip/demo.d.ts +3 -0
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
- package/es/components/hardwareErrorTip/index.d.ts +19 -0
- package/es/components/hardwareErrorTip/logCard/index.d.ts +28 -0
- package/es/components/hardwareErrorTip/types.d.ts +28 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
- package/es/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
- package/es/components/pisellActionPanel/index.d.ts +6 -0
- package/es/components/pisellActionPanel/types.d.ts +83 -0
- package/es/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
- package/es/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
- package/es/components/pisellBaseCard/index.d.ts +5 -0
- package/es/components/pisellBaseCard/types.d.ts +45 -0
- package/es/components/pisellBatchActionBar/index.d.ts +6 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
- package/es/components/pisellCustomerBrief/index.d.ts +6 -0
- package/es/components/pisellCustomerBrief/types.d.ts +82 -0
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
- package/es/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
- package/es/components/pisellEntityCard/index.d.ts +5 -0
- package/es/components/pisellEntityCard/types.d.ts +144 -0
- package/es/components/pisellExport/PisellExport.d.ts +9 -0
- package/es/components/pisellExport/PisellExport.stories.d.ts +45 -0
- package/es/components/pisellExport/index.d.ts +2 -0
- package/es/components/pisellExport/types.d.ts +63 -0
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/index.d.ts +25 -0
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +604 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/es/components/pisellImport/PisellImport.d.ts +9 -0
- package/es/components/pisellImport/PisellImport.stories.d.ts +49 -0
- package/es/components/pisellImport/index.d.ts +2 -0
- package/es/components/pisellImport/types.d.ts +85 -0
- package/es/components/pisellList01/index.d.ts +17 -0
- package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
- package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellPhone/constants/countryCodes.d.ts +21 -0
- package/es/components/pisellPhone/index.d.ts +8 -0
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/es/components/pisellPhone/utils/index.d.ts +6 -0
- package/es/components/pisellQuickFilter/type.d.ts +12 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
- package/es/components/pisellRecordBoard/types.d.ts +468 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +47 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/es/components/pisellReservationScheduleBand/types.d.ts +57 -0
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellStatisticList/index.d.ts +22 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
- package/es/components/pisellTimeNavigator/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +35 -0
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/es/components/productCard/cartSkuCard/locales.d.ts +163 -0
- package/es/components/productCard/components/Header/Actions/index.d.ts +4 -0
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/es/components/productCard/components/Time/index.d.ts +4 -0
- package/es/components/productCard/status.d.ts +32 -0
- package/es/components/productCard/types.d.ts +85 -0
- package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/es/components/table/Table/fields/index.d.ts +2 -2
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/types.d.ts +270 -0
- package/es/components/versionModal/index.d.ts +24 -0
- package/es/locales/en-US.d.ts +439 -0
- package/es/locales/index.d.ts +1 -0
- package/es/locales/ja.d.ts +360 -0
- package/es/locales/pt.d.ts +360 -0
- package/es/locales/zh-CN.d.ts +434 -0
- package/es/locales/zh-TW.d.ts +434 -0
- package/es/theme/pisell-components.d.ts +14 -0
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
- package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +277 -0
- package/lib/components/PisellCards/components/index.d.ts +10 -0
- package/lib/components/PisellCards/index.d.ts +17 -0
- package/lib/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
- package/lib/components/PisellContactBrief/components/index.d.ts +5 -0
- package/lib/components/PisellContactBrief/index.d.ts +6 -0
- package/lib/components/PisellContactBrief/locales.d.ts +55 -0
- package/lib/components/PisellContactBrief/types.d.ts +82 -0
- package/lib/components/PisellFields/index.d.ts +37 -0
- package/lib/components/PisellLayouts/index.d.ts +37 -0
- package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/lib/components/PisellTabbar/index.d.ts +9 -0
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/lib/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
- package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
- package/lib/components/PisellTabbar2/components/index.d.ts +1 -0
- package/lib/components/PisellTabbar2/index.d.ts +6 -0
- package/lib/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
- package/lib/components/PisellTabbar3/index.d.ts +6 -0
- package/lib/components/Template/[ComponentName].d.ts +0 -0
- package/lib/components/appVersionControl/index.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
- package/lib/components/filter/types.d.ts +48 -0
- package/lib/components/hardwareErrorTip/demo.d.ts +3 -0
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
- package/lib/components/hardwareErrorTip/index.d.ts +19 -0
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +28 -0
- package/lib/components/hardwareErrorTip/types.d.ts +28 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
- package/lib/components/pisellActionPanel/index.d.ts +6 -0
- package/lib/components/pisellActionPanel/types.d.ts +83 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
- package/lib/components/pisellBaseCard/index.d.ts +5 -0
- package/lib/components/pisellBaseCard/types.d.ts +45 -0
- package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
- package/lib/components/pisellCustomerBrief/index.d.ts +6 -0
- package/lib/components/pisellCustomerBrief/types.d.ts +82 -0
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
- package/lib/components/pisellEntityCard/index.d.ts +5 -0
- package/lib/components/pisellEntityCard/types.d.ts +144 -0
- package/lib/components/pisellExport/PisellExport.d.ts +9 -0
- package/lib/components/pisellExport/PisellExport.stories.d.ts +45 -0
- package/lib/components/pisellExport/index.d.ts +2 -0
- package/lib/components/pisellExport/types.d.ts +63 -0
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/index.d.ts +25 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +604 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/lib/components/pisellImport/PisellImport.d.ts +9 -0
- package/lib/components/pisellImport/PisellImport.stories.d.ts +49 -0
- package/lib/components/pisellImport/index.d.ts +2 -0
- package/lib/components/pisellImport/types.d.ts +85 -0
- package/lib/components/pisellList01/index.d.ts +17 -0
- package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
- package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +21 -0
- package/lib/components/pisellPhone/index.d.ts +8 -0
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/lib/components/pisellPhone/utils/index.d.ts +6 -0
- package/lib/components/pisellQuickFilter/type.d.ts +12 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
- package/lib/components/pisellRecordBoard/types.d.ts +468 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +47 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/lib/components/pisellReservationScheduleBand/types.d.ts +57 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellStatisticList/index.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
- package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +35 -0
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/lib/components/productCard/cartSkuCard/locales.d.ts +163 -0
- package/lib/components/productCard/components/Header/Actions/index.d.ts +4 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/lib/components/productCard/components/Time/index.d.ts +4 -0
- package/lib/components/productCard/status.d.ts +32 -0
- package/lib/components/productCard/types.d.ts +85 -0
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/lib/components/table/Table/fields/index.d.ts +2 -2
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/types.d.ts +270 -0
- package/lib/components/versionModal/index.d.ts +24 -0
- package/lib/locales/en-US.d.ts +439 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/locales/ja.d.ts +360 -0
- package/lib/locales/pt.d.ts +360 -0
- package/lib/locales/zh-CN.d.ts +434 -0
- package/lib/locales/zh-TW.d.ts +434 -0
- package/lib/theme/pisell-components.d.ts +14 -0
- package/package.json +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/pisellAdjustPrice/index.d.ts +0 -5
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellToast/index.d.ts +0 -17
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/es/components/productCard/components/Sales/index.d.ts +0 -4
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/es/components/productCard/utils.d.ts +0 -33
- package/es/components/sort/index.d.ts +0 -5
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/es/components/virtual-keyboard/index.d.ts +0 -25
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellToast/index.d.ts +0 -17
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/lib/components/productCard/components/Sales/index.d.ts +0 -4
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/lib/components/productCard/utils.d.ts +0 -33
- package/lib/components/sort/index.d.ts +0 -5
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/index.d.ts +0 -25
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { PisellFloorMapLayout } from './PisellFloorMapLayout';
|
|
3
|
+
/**
|
|
4
|
+
* PisellFloorMapLayout 楼层图布局
|
|
5
|
+
*
|
|
6
|
+
* 空间布局视图:在二维平面按坐标渲染资源(桌台/房间/工位等),
|
|
7
|
+
* 支持缩放、平移、复位、区域定位,仅负责展示与交互。
|
|
8
|
+
*/
|
|
9
|
+
declare const meta: Meta<typeof PisellFloorMapLayout>;
|
|
10
|
+
export default meta;
|
|
11
|
+
declare type Story = StoryObj<typeof PisellFloorMapLayout>;
|
|
12
|
+
/**
|
|
13
|
+
* 默认 - 纯色底 + 简单格子(格子单位,默认 item 间距 8px)
|
|
14
|
+
*/
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
/**
|
|
17
|
+
* 显示网格线(item 间距由 mapLayer.gap 控制)
|
|
18
|
+
*/
|
|
19
|
+
export declare const WithGrid: Story;
|
|
20
|
+
/**
|
|
21
|
+
* 开启平移 - 可拖拽画布
|
|
22
|
+
*/
|
|
23
|
+
export declare const WithPan: Story;
|
|
24
|
+
export declare const WithShapes: Story;
|
|
25
|
+
export declare const WithVariableSizes: Story;
|
|
26
|
+
export declare const PixelUnits: Story;
|
|
27
|
+
/**
|
|
28
|
+
* 点击与 Hover 事件
|
|
29
|
+
*/
|
|
30
|
+
export declare const WithEvents: Story;
|
|
31
|
+
/**
|
|
32
|
+
* Ref 调用 - 外部按钮控制缩放/复位/区域定位
|
|
33
|
+
*/
|
|
34
|
+
export declare const WithRefControls: Story;
|
|
35
|
+
export declare const FloorMapViewEdit: Story;
|
|
36
|
+
/**
|
|
37
|
+
* 平面图编辑态 + 自定义数据源记录表单(`dataSourceRecordForm.sales`)
|
|
38
|
+
*/
|
|
39
|
+
export declare const FloorMapViewEditCustomRecordForm: Story;
|
|
40
|
+
/**
|
|
41
|
+
* Floor Map 视图 - 阅读态(方桌同样用 Figma 样式)
|
|
42
|
+
*/
|
|
43
|
+
export declare const FloorMapViewRead: Story;
|
|
44
|
+
/**
|
|
45
|
+
* 自定义控制按钮显隐
|
|
46
|
+
*/
|
|
47
|
+
export declare const ControlsHidden: Story;
|
|
48
|
+
/**
|
|
49
|
+
* `FloorMapLayoutProvider` 注入 `floorMapConfig` / `dataSources`;Layout 仅传展示向 props
|
|
50
|
+
*/
|
|
51
|
+
export declare const FloorMapWithLayoutProvider: Story;
|
|
52
|
+
/**
|
|
53
|
+
* Figma 设计稿效果 - 餐厅桌台状态图(顶部 Tab + 图例参考 node 14131:6266,内容区不变)
|
|
54
|
+
*/
|
|
55
|
+
export declare const FigmaDesign: Story;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EditableItemLayer - 编辑态图元层:拖拽、缩放、选中、吸附
|
|
3
|
+
*/
|
|
4
|
+
import React, { type CSSProperties } from 'react';
|
|
5
|
+
import type { FloorMapItemBase, FloorMapMergedItem, FloorMapRenderOptions } from '../types';
|
|
6
|
+
import { type FloorMapEditQuickActionLabels } from './FloorMapEditQuickActions';
|
|
7
|
+
import './EditableItemLayer.less';
|
|
8
|
+
export interface EditableItemLayerProps<T extends FloorMapItemBase = FloorMapMergedItem> {
|
|
9
|
+
items: T[];
|
|
10
|
+
renderItem: (item: T, index: number, options?: FloorMapRenderOptions) => React.ReactNode;
|
|
11
|
+
rowKey?: string | ((item: T, index: number) => string);
|
|
12
|
+
cellSize: number;
|
|
13
|
+
itemUnit?: 'cell' | 'pixel';
|
|
14
|
+
itemGap?: number;
|
|
15
|
+
contentWidth: number;
|
|
16
|
+
contentHeight: number;
|
|
17
|
+
/** 内容区 X/Y 偏移(画布包围盒向左/上扩展时,图元层整体平移) */
|
|
18
|
+
contentOffsetX?: number;
|
|
19
|
+
contentOffsetY?: number;
|
|
20
|
+
selectedId: string | null;
|
|
21
|
+
onSelect: (id: string | null) => void;
|
|
22
|
+
onUpdateItem: (itemId: string, patch: Partial<{
|
|
23
|
+
x: number;
|
|
24
|
+
y: number;
|
|
25
|
+
width: number;
|
|
26
|
+
height: number;
|
|
27
|
+
}>) => void;
|
|
28
|
+
snapStep?: number;
|
|
29
|
+
/** 画布当前缩放,用于将屏幕位移转为内容位移 */
|
|
30
|
+
scale?: number;
|
|
31
|
+
/** 拖拽/缩放图元时通知父组件,用于禁用画布平移,避免松手时画布跟着动 */
|
|
32
|
+
onInteractionChange?: (active: boolean) => void;
|
|
33
|
+
/** 每项外层容器额外样式(与定位样式合并) */
|
|
34
|
+
getMergedItemWrapperStyle?: (item: T, index: number) => CSSProperties | undefined;
|
|
35
|
+
className?: string;
|
|
36
|
+
/** 编辑态选中时图元旁快捷栏(上锁 / 复制 / 删除) */
|
|
37
|
+
editQuickBar?: {
|
|
38
|
+
labels: FloorMapEditQuickActionLabels;
|
|
39
|
+
isLocked: boolean;
|
|
40
|
+
onToggleLock: () => void;
|
|
41
|
+
onDuplicate: () => void;
|
|
42
|
+
onDelete: () => void;
|
|
43
|
+
} | null;
|
|
44
|
+
}
|
|
45
|
+
export declare function EditableItemLayer<T extends FloorMapItemBase>(props: EditableItemLayerProps<T>): React.JSX.Element;
|
|
46
|
+
export default EditableItemLayer;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ItemLayer - 楼层图展示层
|
|
3
|
+
* 按 items 的 (x, y) 与 cellSize 定位,用 renderItem 渲染每项内容
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import type { FloorMapItemBase, FloorMapItemUnit } from '../types';
|
|
7
|
+
import type { CSSProperties } from 'react';
|
|
8
|
+
import './ItemLayer.less';
|
|
9
|
+
export interface ItemLayerProps<T extends FloorMapItemBase> {
|
|
10
|
+
/** 资源列表 */
|
|
11
|
+
items: T[];
|
|
12
|
+
/** 每项渲染函数 */
|
|
13
|
+
renderItem: (item: T, index: number) => React.ReactNode;
|
|
14
|
+
/** 每项 key */
|
|
15
|
+
rowKey?: string | ((item: T, index: number) => string);
|
|
16
|
+
/** 每格像素尺寸(cell 单位时用;pixel 单位时作为缺省宽高) */
|
|
17
|
+
cellSize: number;
|
|
18
|
+
/** item 坐标与尺寸单位:cell 格子数,pixel 像素 */
|
|
19
|
+
itemUnit?: FloorMapItemUnit;
|
|
20
|
+
/** item 之间的间距(像素),仅 cell 单位时生效 */
|
|
21
|
+
itemGap?: number;
|
|
22
|
+
/** 内容区总宽度(像素),由 items 推导或外部传入 */
|
|
23
|
+
contentWidth: number;
|
|
24
|
+
/** 内容区总高度(像素) */
|
|
25
|
+
contentHeight: number;
|
|
26
|
+
/** 内容区 X 偏移(画布包围盒向左/上扩展时,图元层整体平移) */
|
|
27
|
+
contentOffsetX?: number;
|
|
28
|
+
/** 内容区 Y 偏移 */
|
|
29
|
+
contentOffsetY?: number;
|
|
30
|
+
/** 是否启用 hover 事件 */
|
|
31
|
+
enableHover?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 是否在 hover 时显示外沿描边(选中感高亮)。默认 true。
|
|
34
|
+
* 平面图只读态可由布局关闭,仅去掉描边,不影响 onItemHover。
|
|
35
|
+
*/
|
|
36
|
+
itemHoverOutline?: boolean;
|
|
37
|
+
/** 点击回调 */
|
|
38
|
+
onItemClick?: (item: T, index: number, e: React.MouseEvent<HTMLElement>) => void;
|
|
39
|
+
/** hover 进入 */
|
|
40
|
+
onItemHover?: (item: T, index: number, e: React.MouseEvent<HTMLElement>) => void;
|
|
41
|
+
/** hover 离开 */
|
|
42
|
+
onItemLeave?: (item: T, index: number, e: React.MouseEvent<HTMLElement>) => void;
|
|
43
|
+
/** 每项外层容器额外样式(与定位样式合并) */
|
|
44
|
+
getMergedItemWrapperStyle?: (item: T, index: number) => CSSProperties | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* 与编辑态一致:在含 `data-pisell-floor-room-scroll-surface` 的区域内按下时置 true,
|
|
47
|
+
* 用于禁用 Transform 画布平移,避免图元内纵向滑动拖动画布。
|
|
48
|
+
*/
|
|
49
|
+
onInteractionChange?: (active: boolean) => void;
|
|
50
|
+
className?: string;
|
|
51
|
+
}
|
|
52
|
+
export declare function ItemLayer<T extends FloorMapItemBase>(props: ItemLayerProps<T>): React.JSX.Element;
|
|
53
|
+
export default ItemLayer;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MapLayer - 楼层图底层
|
|
3
|
+
* 负责背景(无/纯色/图片/SVG)、网格线、padding、gap
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
6
|
+
import type { FloorMapLayerConfig } from '../types';
|
|
7
|
+
import './MapLayer.less';
|
|
8
|
+
export interface MapLayerProps {
|
|
9
|
+
/** 底层配置 */
|
|
10
|
+
config?: FloorMapLayerConfig;
|
|
11
|
+
/** 内容区域宽度(逻辑单位或像素,用于网格线计算) */
|
|
12
|
+
contentWidth?: number;
|
|
13
|
+
/** 内容区域高度 */
|
|
14
|
+
contentHeight?: number;
|
|
15
|
+
/** 每格像素尺寸(用于网格线间距) */
|
|
16
|
+
cellSize?: number;
|
|
17
|
+
/** 为 true 时不应用纯色背景,让画布底层网格透出 */
|
|
18
|
+
preferCanvasGrid?: boolean;
|
|
19
|
+
/** 为 true 时容器设置 pointer-events: none,空白处点击可透传到下层,供 react-zoom-pan-pinch 画布平移 */
|
|
20
|
+
pointerEventsNone?: boolean;
|
|
21
|
+
/** 子节点(展示层会叠在上方) */
|
|
22
|
+
children?: React.ReactNode;
|
|
23
|
+
/** 自定义类名 */
|
|
24
|
+
className?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare function MapLayer(props: MapLayerProps): React.JSX.Element;
|
|
27
|
+
export default MapLayer;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 在 TransformWrapper 内用 useControls 拿到 zoom 控制并渲染 ViewControls,确保点击加减能缩放
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import type { FloorMapControlsConfig } from '../types';
|
|
6
|
+
export interface ViewControlsWithZoomProps {
|
|
7
|
+
config?: FloorMapControlsConfig;
|
|
8
|
+
scale?: number;
|
|
9
|
+
isFullscreen?: boolean;
|
|
10
|
+
fitBounds: () => void;
|
|
11
|
+
/** 未传时不展示全屏按钮(如编辑态 floorMapFullscreenMode 为 disabled) */
|
|
12
|
+
toggleFullscreen?: () => void;
|
|
13
|
+
mapGridVisible?: boolean;
|
|
14
|
+
onToggleMapGrid?: () => void;
|
|
15
|
+
dockChrome?: boolean;
|
|
16
|
+
dockExpandedTrailing?: React.ReactNode;
|
|
17
|
+
autoCollapseDockMs?: number;
|
|
18
|
+
}
|
|
19
|
+
export declare function ViewControlsWithZoom(props: ViewControlsWithZoomProps): React.JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 楼层图布局子组件导出
|
|
3
|
+
*/
|
|
4
|
+
export { MapLayer } from './MapLayer';
|
|
5
|
+
export { ItemLayer } from './ItemLayer';
|
|
6
|
+
export { ViewControls } from './ViewControls';
|
|
7
|
+
export { ViewControlsWithZoom } from './ViewControlsWithZoom';
|
|
8
|
+
export { CanvasTabs } from './CanvasTabs';
|
|
9
|
+
export { EditableItemLayer } from './EditableItemLayer';
|
|
10
|
+
export { FloorMapToolbar } from './FloorMapToolbar';
|
|
11
|
+
export { FloorMapEditTopBar } from './FloorMapEditTopBar';
|
|
12
|
+
export { FloorMapEditPanel } from './FloorMapEditPanel';
|
|
13
|
+
export { FloorMapDataForm } from './FloorMapDataForm';
|
|
14
|
+
export type { ViewControlsApi } from './ViewControls';
|
|
15
|
+
export type { ViewControlsWithZoomProps } from './ViewControlsWithZoom';
|
|
16
|
+
export type { CanvasTabsProps } from './CanvasTabs';
|
|
17
|
+
export type { EditableItemLayerProps } from './EditableItemLayer';
|
|
18
|
+
export type { FloorMapToolbarProps, PlaceMode } from './FloorMapToolbar';
|
|
19
|
+
export type { FloorMapEditTopBarProps, FloorMapEditTopBarMode, } from './FloorMapEditTopBar';
|
|
20
|
+
export type { FloorMapEditPanelProps } from './FloorMapEditPanel';
|
|
21
|
+
export type { FloorMapDataFormProps } from './FloorMapDataForm';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图数据/保存等注入上下文;单独页面包 `FloorMapLayoutProvider`,RecordBoard 由 Shell 内置 Provider。
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import type { FloorMapLayoutContextValue } from '../types';
|
|
6
|
+
/**
|
|
7
|
+
* 未传 `floorMapLayoutContext` 时 Shell 使用该稳定引用,避免无意义变更引用。
|
|
8
|
+
*/
|
|
9
|
+
export declare const EMPTY_FLOOR_MAP_LAYOUT_CONTEXT: FloorMapLayoutContextValue;
|
|
10
|
+
export declare function useFloorMapLayoutContext(): FloorMapLayoutContextValue | undefined;
|
|
11
|
+
export interface FloorMapLayoutProviderProps {
|
|
12
|
+
value: FloorMapLayoutContextValue;
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
/** 注入 `FloorMapLayoutContextValue`;`value` 建议由调用方 `useMemo` 稳定化 */
|
|
16
|
+
export declare function FloorMapLayoutProvider({ value, children, }: FloorMapLayoutProviderProps): React.JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
|
|
4
|
+
*/
|
|
5
|
+
export declare function mergeFloorMapLayoutPropsFromContext<T extends FloorMapItemBase>(props: PisellFloorMapLayoutProps<T>, ctx: FloorMapLayoutContextValue | undefined): PisellFloorMapLayoutProps<T>;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { MutableRefObject } from 'react';
|
|
2
|
+
import type { FloorMapItemBase, FloorMapItemUnit, FloorMapZoomConfig } from '../types';
|
|
3
|
+
/** react-zoom-pan-pinch TransformWrapper render 注入的上下文 */
|
|
4
|
+
export declare type FloorMapTransformContext = {
|
|
5
|
+
zoomIn: () => void;
|
|
6
|
+
zoomOut: () => void;
|
|
7
|
+
resetTransform: () => void;
|
|
8
|
+
setTransform: (x: number, y: number, scale: number) => void;
|
|
9
|
+
} | null;
|
|
10
|
+
export interface UseFloorMapTransformMetricsParams<T extends FloorMapItemBase> {
|
|
11
|
+
items: T[];
|
|
12
|
+
cellSize: number;
|
|
13
|
+
itemGap: number;
|
|
14
|
+
effectiveItemUnit: FloorMapItemUnit;
|
|
15
|
+
isFloorMapView: boolean;
|
|
16
|
+
mode: 'read' | 'edit';
|
|
17
|
+
zoom: FloorMapZoomConfig;
|
|
18
|
+
transformRef: MutableRefObject<FloorMapTransformContext>;
|
|
19
|
+
/** 由父组件创建并传入 useFloorMapEditState,本 hook 每帧写入内容区偏移 */
|
|
20
|
+
contentOffsetRef: MutableRefObject<{
|
|
21
|
+
x: number;
|
|
22
|
+
y: number;
|
|
23
|
+
}>;
|
|
24
|
+
/** 与 mapLayer.boundingPadding 一致;未传用 DEFAULT_BOUNDING_PADDING */
|
|
25
|
+
boundingPadding?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 平面图:当前画布 id(或其它在切换画布时应重置平移/对齐会话的 key)。
|
|
28
|
+
* 不传则不跑「异步加载图元后的首次左上对齐」逻辑。
|
|
29
|
+
*/
|
|
30
|
+
frameResetKey?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function useFloorMapTransformMetrics<T extends FloorMapItemBase>(params: UseFloorMapTransformMetricsParams<T>): {
|
|
33
|
+
containerRef: import("react").RefObject<HTMLDivElement>;
|
|
34
|
+
mapAreaRef: import("react").RefObject<HTMLDivElement>;
|
|
35
|
+
viewportSize: {
|
|
36
|
+
width: number;
|
|
37
|
+
height: number;
|
|
38
|
+
};
|
|
39
|
+
mapAreaSize: {
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
};
|
|
43
|
+
contentWidth: number;
|
|
44
|
+
contentHeight: number;
|
|
45
|
+
contentOffsetX: number;
|
|
46
|
+
contentOffsetY: number;
|
|
47
|
+
initialPositionX: number;
|
|
48
|
+
initialPositionY: number;
|
|
49
|
+
zoomConfig: {
|
|
50
|
+
initialScale: number;
|
|
51
|
+
minScale: number;
|
|
52
|
+
maxScale: number;
|
|
53
|
+
step: number;
|
|
54
|
+
};
|
|
55
|
+
scale: number;
|
|
56
|
+
setScale: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
57
|
+
isFullscreen: boolean;
|
|
58
|
+
toggleFullscreen: () => void;
|
|
59
|
+
fitBounds: () => boolean;
|
|
60
|
+
lastTransformRef: MutableRefObject<{
|
|
61
|
+
x: number;
|
|
62
|
+
y: number;
|
|
63
|
+
scale: number;
|
|
64
|
+
}>;
|
|
65
|
+
isInteractingWithElement: boolean;
|
|
66
|
+
setIsInteractingWithElement: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
67
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ShopFloorPlanDetail } from '../shopFloorPlan/shopFloorPlanTypes';
|
|
2
|
+
import type { ShopFloorPlanByCodeRequestOptions } from '../shopFloorPlan/shopFloorPlanTypes';
|
|
3
|
+
export declare type UseShopFloorPlanSubscriptionParams = {
|
|
4
|
+
/** `null` 时不发起请求(与预约页 `resolvedFloorPlanId` 一致);清空状态由调用方处理 */
|
|
5
|
+
enabled: boolean;
|
|
6
|
+
code: string;
|
|
7
|
+
subscriberId: string;
|
|
8
|
+
ensureByCode: (code: string, opts?: ShopFloorPlanByCodeRequestOptions) => Promise<ShopFloorPlanDetail | null>;
|
|
9
|
+
unsubscribeQuery: (subscriberId: string) => Promise<void>;
|
|
10
|
+
onDetail: (detail: ShopFloorPlanDetail) => void;
|
|
11
|
+
onLoadError?: (err: unknown) => void;
|
|
12
|
+
/** 与预约一致:默认 true */
|
|
13
|
+
osServer?: boolean;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* 按 code 订阅店铺平面图:首包 Promise + WebSocket callback 均归一为 `onDetail`。
|
|
17
|
+
* 不包含与业务默认 {@link FloorMapViewConfig} 的合并(由调用方在 `onDetail` 或后续 useMemo 完成)。
|
|
18
|
+
*/
|
|
19
|
+
export declare function useShopFloorPlanSubscription(params: UseShopFloorPlanSubscriptionParams): void;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout 组件入口
|
|
3
|
+
* 空间布局视图:在二维平面按坐标渲染资源,支持缩放/平移/复位;支持 floorMapConfig + mode 平面图视图
|
|
4
|
+
*/
|
|
5
|
+
export { PisellFloorMapLayout } from './PisellFloorMapLayout';
|
|
6
|
+
export type { PisellFloorMapLayoutProps, PisellFloorMapLayoutRef, FloorMapItemBase, FloorMapItemUnit, FloorMapLayerConfig, FloorMapZoomConfig, FloorMapPanConfig, FloorMapControlsConfig, FloorMapItemShape, FloorMapBackgroundType, FloorMapPanBoundary, FloorMapLayoutMode, FloorMapGridLayoutConfig, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapElement, FloorMapData, FloorMapViewConfig, FloorMapCanvasUiConfig, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapPlaceMode, FloorMapElementKindCategory, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapEdge, FloorMapElementKindConfig, FloorMapElementType, FloorMapTextSlot, FloorMapDataSources, FloorMapRenderOptions, FloorMapEditPanelParams, DataSourceFormColumn, FloorMapMergedItem, FloorMapRecordFormRenderContext, FloorMapDataSourceRecordFormContent, FloorMapFullscreenMode, FloorMapLayoutContextValue, FloorMapViewportOverlayRenderArgs, } from './types';
|
|
7
|
+
export { FLOOR_MAP_STAGE_ELEMENT_KIND, FLOOR_MAP_IMAGE_ELEMENT_KIND, } from './types';
|
|
8
|
+
export { renderFloorMapFallbackPlaceholder } from './utils/floorMapFallbackRender';
|
|
9
|
+
export { isFloorMapImageElementKind } from './utils/floorMapElementKindUtils';
|
|
10
|
+
export { findFloorMapRowByDataBinding, getFloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
|
|
11
|
+
export type { FloorMapDataSourceRow, FloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
|
|
12
|
+
export { createShopFloorPlanClient, SHOP_FLOOR_PLAN_DUPLICATE_CODE, } from './shopFloorPlan/shopFloorPlanClient';
|
|
13
|
+
export type { ShopFloorPlanDetail, ShopFloorPlanLayoutItem, PostShopFloorPlanBody, PutShopFloorPlanBody, ShopFloorPlanByCodeRequestOptions, ShopFloorPlanHttpAdapter, CreateShopFloorPlanClientOptions, EnsureShopFloorPlanByCodeOptions, } from './shopFloorPlan/shopFloorPlanTypes';
|
|
14
|
+
export type { UseShopFloorPlanSubscriptionParams } from './hooks/useShopFloorPlanSubscription';
|
|
15
|
+
export { pickFloorPlanDetail, parseLayoutFieldToViewConfigPatch, mergeFloorPlanViewRemote, floorMapSavedConfigToRemotePatch, viewConfigToLayoutPayload, inferCanvasSizeFromScene, buildFloorPlanPutBody, isShopFloorPlanNotFoundResponse, isHttpNotFoundError, isFloorPlanDuplicateCodeError, } from './shopFloorPlan/shopFloorPlanPure';
|
|
16
|
+
export { sceneElementsToShopLayout, shopLayoutToSceneElements, } from './shopFloorPlan/shopFloorPlanMapping';
|
|
17
|
+
export { useShopFloorPlanSubscription } from './hooks/useShopFloorPlanSubscription';
|
|
18
|
+
export { wrapFloorMapOnSaveWithRemotePersist } from './utils/floorMapRemotePersist';
|
|
19
|
+
export type { WrapFloorMapOnSaveWithRemotePersistParams } from './utils/floorMapRemotePersist';
|
|
20
|
+
export { FloorMapLayoutProvider, useFloorMapLayoutContext, EMPTY_FLOOR_MAP_LAYOUT_CONTEXT, } from './context/FloorMapLayoutContext';
|
|
21
|
+
export type { FloorMapLayoutProviderProps } from './context/FloorMapLayoutContext';
|
|
22
|
+
export { mergeFloorMapLayoutPropsFromContext } from './context/mergeFloorMapLayoutContext';
|
|
23
|
+
export { FloorMapImageElement } from './components/FloorMapImageElement';
|
|
24
|
+
export { getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, } from './components/FigmaTableCard';
|
|
25
|
+
export type { FigmaTableCardItem, FigmaTableStatus, } from './components/FigmaTableCard';
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout — 日本語
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
'pisell-floor-map-layout.loading': string;
|
|
6
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
7
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
15
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
28
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
35
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
36
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
37
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
77
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
78
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
79
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
80
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
81
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
82
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
83
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
86
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
87
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
88
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
89
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
90
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
91
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
94
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
95
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
96
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
97
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
98
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
99
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
100
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
101
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
102
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
103
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
104
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
105
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
106
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
107
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
108
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
109
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
110
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
111
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
112
|
+
};
|
|
113
|
+
export default _default;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout — Português
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
'pisell-floor-map-layout.loading': string;
|
|
6
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
7
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
15
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
28
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
35
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
36
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
37
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
77
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
78
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
79
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
80
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
81
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
82
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
83
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
86
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
87
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
88
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
89
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
90
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
91
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
94
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
95
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
96
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
97
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
98
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
99
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
100
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
101
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
102
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
103
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
104
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
105
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
106
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
107
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
108
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
109
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
110
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
111
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
112
|
+
};
|
|
113
|
+
export default _default;
|