@pisell/materials 6.11.24 → 6.11.25
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.css +1 -1
- package/build/lowcode/render/default/view.js +5 -5
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +4 -4
- package/es/components/PisellLayouts/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +0 -1
- package/es/components/pisellFilter/index.js +4 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +4 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +10 -1
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -4
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +12 -0
- package/es/components/pisellLookup/PisellLookup.less +13 -0
- package/es/components/pisellLookup/components/LookupTrigger.js +2 -1
- package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +16 -5
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +16 -10
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
- package/es/components/pisellRecordBoard/types.d.ts +5 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +59 -8
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +13 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
- package/es/components/pisellReservationSchedule/types.d.ts +5 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
- package/lib/components/PisellLayouts/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +0 -1
- package/lib/components/pisellFilter/index.js +4 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +20 -6
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +1 -1
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +7 -3
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +12 -0
- package/lib/components/pisellLookup/PisellLookup.less +13 -0
- package/lib/components/pisellLookup/components/LookupTrigger.js +4 -1
- package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +10 -2
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +12 -8
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
- package/lib/components/pisellRecordBoard/types.d.ts +5 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +45 -8
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +22 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
- package/lowcode/render-figma-style-table-card/meta.ts +1 -1
- package/package.json +3 -3
- package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
- package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
- package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/es/components/PisellSuperTabs/types.d.ts +0 -212
- package/es/components/PisellTabbar/constants.d.ts +0 -47
- package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/es/components/PisellTabbar/types.d.ts +0 -90
- package/es/components/PisellTabbar/utils/index.d.ts +0 -69
- package/es/components/cardPro/index.d.ts +0 -4
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/es/components/iconfont/index.d.ts +0 -8
- package/es/components/page/index.d.ts +0 -9
- package/es/components/pisell-config-provider/context.d.ts +0 -22
- package/es/components/pisell-config-provider/index.d.ts +0 -13
- package/es/components/pisellAdjustPrice/index.d.ts +0 -5
- package/es/components/pisellAdjustPrice/status.d.ts +0 -32
- package/es/components/pisellAdjustPrice/type.d.ts +0 -22
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/es/components/pisellFilter/type.d.ts +0 -7
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
- package/es/components/pisellFloorMapLayout/locales.d.ts +0 -551
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/es/components/pisellModal/index.d.ts +0 -62
- package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
- package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
- package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
- package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
- package/es/components/pisellTimeNavigator/index.d.ts +0 -5
- package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
- package/es/components/pisellTimeNavigator/types.d.ts +0 -160
- package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -30
- package/es/components/pisellToast/index.d.ts +0 -17
- package/es/components/pisellToast/squareToast/index.d.ts +0 -15
- package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
- package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/es/components/productCard/components/Action/index.d.ts +0 -4
- package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
- package/es/components/productCard/components/Header/index.d.ts +0 -4
- package/es/components/productCard/components/Sales/index.d.ts +0 -4
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
- package/es/components/productCard/locales.d.ts +0 -138
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -95
- package/es/components/productCard/utils.d.ts +0 -33
- package/es/components/select-time/index.d.ts +0 -14
- package/es/components/sort/index.d.ts +0 -5
- package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
- package/es/components/table/index.d.ts +0 -4
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/es/components/virtual-keyboard/index.d.ts +0 -25
- package/es/locales/en-US.d.ts +0 -387
- package/es/locales/ja.d.ts +0 -356
- package/es/locales/pt.d.ts +0 -356
- package/es/locales/zh-CN.d.ts +0 -382
- package/es/locales/zh-TW.d.ts +0 -382
- package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
- package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
- package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/lib/components/PisellSuperTabs/types.d.ts +0 -212
- package/lib/components/PisellTabbar/constants.d.ts +0 -47
- package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/lib/components/PisellTabbar/types.d.ts +0 -90
- package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
- package/lib/components/cardPro/index.d.ts +0 -4
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/lib/components/iconfont/index.d.ts +0 -8
- package/lib/components/page/index.d.ts +0 -9
- package/lib/components/pisell-config-provider/context.d.ts +0 -22
- package/lib/components/pisell-config-provider/index.d.ts +0 -13
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
- package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
- package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/lib/components/pisellFilter/type.d.ts +0 -7
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
- package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -551
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/lib/components/pisellModal/index.d.ts +0 -62
- package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
- package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
- package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
- package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
- package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -30
- package/lib/components/pisellToast/index.d.ts +0 -17
- package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
- package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
- package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/lib/components/productCard/components/Action/index.d.ts +0 -4
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
- package/lib/components/productCard/components/Header/index.d.ts +0 -4
- package/lib/components/productCard/components/Sales/index.d.ts +0 -4
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
- package/lib/components/productCard/locales.d.ts +0 -138
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -95
- package/lib/components/productCard/utils.d.ts +0 -33
- package/lib/components/select-time/index.d.ts +0 -14
- package/lib/components/sort/index.d.ts +0 -5
- package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
- package/lib/components/table/index.d.ts +0 -4
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/lib/components/virtual-keyboard/index.d.ts +0 -25
- package/lib/locales/en-US.d.ts +0 -387
- package/lib/locales/ja.d.ts +0 -356
- package/lib/locales/pt.d.ts +0 -356
- package/lib/locales/zh-CN.d.ts +0 -382
- package/lib/locales/zh-TW.d.ts +0 -382
|
@@ -1,551 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PisellFloorMapLayout 内置文案(画布 Tab、编辑面板等)
|
|
3
|
-
*/
|
|
4
|
-
declare const _default: {
|
|
5
|
-
en: {
|
|
6
|
-
'pisell-floor-map-layout.loading': string;
|
|
7
|
-
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
8
|
-
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
9
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
10
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
11
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
12
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
13
|
-
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
14
|
-
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
15
|
-
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
16
|
-
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
17
|
-
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
18
|
-
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
19
|
-
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
20
|
-
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
21
|
-
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
22
|
-
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
23
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
24
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
25
|
-
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
26
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
27
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
28
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
29
|
-
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
30
|
-
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
31
|
-
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
32
|
-
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
33
|
-
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
34
|
-
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
35
|
-
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
36
|
-
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
37
|
-
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
38
|
-
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
39
|
-
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
40
|
-
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
41
|
-
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
42
|
-
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
43
|
-
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
44
|
-
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
45
|
-
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
46
|
-
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
47
|
-
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
48
|
-
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
49
|
-
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
50
|
-
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
51
|
-
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
52
|
-
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
53
|
-
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
54
|
-
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
55
|
-
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
56
|
-
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
57
|
-
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
58
|
-
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
59
|
-
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
60
|
-
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
61
|
-
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
62
|
-
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
63
|
-
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
64
|
-
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
65
|
-
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
66
|
-
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
67
|
-
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
68
|
-
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
69
|
-
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
70
|
-
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
71
|
-
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
72
|
-
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
73
|
-
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
74
|
-
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
75
|
-
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
76
|
-
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
77
|
-
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
78
|
-
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
79
|
-
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
80
|
-
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
81
|
-
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
82
|
-
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
83
|
-
'pisell-floor-map-layout.toolbar.save': string;
|
|
84
|
-
'pisell-floor-map-layout.toolbar.saving': string;
|
|
85
|
-
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
86
|
-
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
87
|
-
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
88
|
-
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
89
|
-
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
90
|
-
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
91
|
-
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
92
|
-
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
93
|
-
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
94
|
-
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
95
|
-
'pisell-floor-map-layout.image-element.default-name': string;
|
|
96
|
-
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
97
|
-
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
98
|
-
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
99
|
-
'pisell-floor-map-layout.data-form.empty': string;
|
|
100
|
-
'pisell-floor-map-layout.data-form.save-record': string;
|
|
101
|
-
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
102
|
-
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
103
|
-
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
104
|
-
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
105
|
-
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
106
|
-
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
107
|
-
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
108
|
-
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
109
|
-
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
110
|
-
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
111
|
-
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
112
|
-
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
113
|
-
};
|
|
114
|
-
'zh-CN': {
|
|
115
|
-
'pisell-floor-map-layout.loading': string;
|
|
116
|
-
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
117
|
-
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
118
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
119
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
120
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
121
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
122
|
-
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
123
|
-
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
124
|
-
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
125
|
-
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
126
|
-
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
127
|
-
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
128
|
-
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
129
|
-
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
130
|
-
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
131
|
-
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
132
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
133
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
134
|
-
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
135
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
136
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
137
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
138
|
-
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
139
|
-
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
140
|
-
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
141
|
-
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
142
|
-
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
143
|
-
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
144
|
-
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
145
|
-
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
146
|
-
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
147
|
-
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
148
|
-
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
149
|
-
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
150
|
-
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
151
|
-
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
152
|
-
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
153
|
-
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
154
|
-
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
155
|
-
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
156
|
-
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
157
|
-
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
158
|
-
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
159
|
-
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
160
|
-
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
161
|
-
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
162
|
-
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
163
|
-
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
164
|
-
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
165
|
-
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
166
|
-
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
167
|
-
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
168
|
-
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
169
|
-
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
170
|
-
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
171
|
-
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
172
|
-
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
173
|
-
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
174
|
-
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
175
|
-
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
176
|
-
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
177
|
-
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
178
|
-
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
179
|
-
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
180
|
-
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
181
|
-
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
182
|
-
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
183
|
-
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
184
|
-
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
185
|
-
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
186
|
-
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
187
|
-
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
188
|
-
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
189
|
-
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
190
|
-
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
191
|
-
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
192
|
-
'pisell-floor-map-layout.toolbar.save': string;
|
|
193
|
-
'pisell-floor-map-layout.toolbar.saving': string;
|
|
194
|
-
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
195
|
-
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
196
|
-
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
197
|
-
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
198
|
-
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
199
|
-
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
200
|
-
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
201
|
-
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
202
|
-
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
203
|
-
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
204
|
-
'pisell-floor-map-layout.image-element.default-name': string;
|
|
205
|
-
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
206
|
-
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
207
|
-
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
208
|
-
'pisell-floor-map-layout.data-form.empty': string;
|
|
209
|
-
'pisell-floor-map-layout.data-form.save-record': string;
|
|
210
|
-
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
211
|
-
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
212
|
-
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
213
|
-
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
214
|
-
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
215
|
-
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
216
|
-
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
217
|
-
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
218
|
-
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
219
|
-
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
220
|
-
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
221
|
-
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
222
|
-
};
|
|
223
|
-
'zh-HK': {
|
|
224
|
-
'pisell-floor-map-layout.loading': string;
|
|
225
|
-
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
226
|
-
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
227
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
228
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
229
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
230
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
231
|
-
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
232
|
-
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
233
|
-
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
234
|
-
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
235
|
-
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
236
|
-
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
237
|
-
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
238
|
-
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
239
|
-
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
240
|
-
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
241
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
242
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
243
|
-
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
244
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
245
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
246
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
247
|
-
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
248
|
-
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
249
|
-
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
250
|
-
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
251
|
-
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
252
|
-
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
253
|
-
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
254
|
-
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
255
|
-
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
256
|
-
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
257
|
-
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
258
|
-
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
259
|
-
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
260
|
-
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
261
|
-
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
262
|
-
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
263
|
-
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
264
|
-
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
265
|
-
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
266
|
-
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
267
|
-
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
268
|
-
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
269
|
-
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
270
|
-
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
271
|
-
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
272
|
-
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
273
|
-
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
274
|
-
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
275
|
-
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
276
|
-
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
277
|
-
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
278
|
-
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
279
|
-
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
280
|
-
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
281
|
-
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
282
|
-
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
283
|
-
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
284
|
-
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
285
|
-
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
286
|
-
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
287
|
-
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
288
|
-
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
289
|
-
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
290
|
-
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
291
|
-
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
292
|
-
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
293
|
-
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
294
|
-
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
295
|
-
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
296
|
-
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
297
|
-
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
298
|
-
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
299
|
-
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
300
|
-
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
301
|
-
'pisell-floor-map-layout.toolbar.save': string;
|
|
302
|
-
'pisell-floor-map-layout.toolbar.saving': string;
|
|
303
|
-
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
304
|
-
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
305
|
-
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
306
|
-
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
307
|
-
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
308
|
-
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
309
|
-
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
310
|
-
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
311
|
-
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
312
|
-
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
313
|
-
'pisell-floor-map-layout.image-element.default-name': string;
|
|
314
|
-
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
315
|
-
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
316
|
-
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
317
|
-
'pisell-floor-map-layout.data-form.empty': string;
|
|
318
|
-
'pisell-floor-map-layout.data-form.save-record': string;
|
|
319
|
-
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
320
|
-
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
321
|
-
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
322
|
-
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
323
|
-
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
324
|
-
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
325
|
-
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
326
|
-
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
327
|
-
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
328
|
-
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
329
|
-
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
330
|
-
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
331
|
-
};
|
|
332
|
-
ja: {
|
|
333
|
-
'pisell-floor-map-layout.loading': string;
|
|
334
|
-
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
335
|
-
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
336
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
337
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
338
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
339
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
340
|
-
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
341
|
-
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
342
|
-
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
343
|
-
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
344
|
-
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
345
|
-
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
346
|
-
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
347
|
-
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
348
|
-
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
349
|
-
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
350
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
351
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
352
|
-
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
353
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
354
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
355
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
356
|
-
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
357
|
-
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
358
|
-
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
359
|
-
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
360
|
-
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
361
|
-
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
362
|
-
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
363
|
-
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
364
|
-
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
365
|
-
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
366
|
-
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
367
|
-
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
368
|
-
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
369
|
-
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
370
|
-
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
371
|
-
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
372
|
-
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
373
|
-
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
374
|
-
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
375
|
-
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
376
|
-
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
377
|
-
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
378
|
-
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
379
|
-
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
380
|
-
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
381
|
-
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
382
|
-
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
383
|
-
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
384
|
-
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
385
|
-
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
386
|
-
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
387
|
-
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
388
|
-
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
389
|
-
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
390
|
-
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
391
|
-
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
392
|
-
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
393
|
-
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
394
|
-
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
395
|
-
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
396
|
-
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
397
|
-
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
398
|
-
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
399
|
-
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
400
|
-
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
401
|
-
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
402
|
-
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
403
|
-
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
404
|
-
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
405
|
-
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
406
|
-
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
407
|
-
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
408
|
-
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
409
|
-
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
410
|
-
'pisell-floor-map-layout.toolbar.save': string;
|
|
411
|
-
'pisell-floor-map-layout.toolbar.saving': string;
|
|
412
|
-
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
413
|
-
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
414
|
-
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
415
|
-
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
416
|
-
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
417
|
-
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
418
|
-
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
419
|
-
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
420
|
-
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
421
|
-
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
422
|
-
'pisell-floor-map-layout.image-element.default-name': string;
|
|
423
|
-
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
424
|
-
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
425
|
-
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
426
|
-
'pisell-floor-map-layout.data-form.empty': string;
|
|
427
|
-
'pisell-floor-map-layout.data-form.save-record': string;
|
|
428
|
-
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
429
|
-
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
430
|
-
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
431
|
-
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
432
|
-
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
433
|
-
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
434
|
-
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
435
|
-
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
436
|
-
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
437
|
-
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
438
|
-
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
439
|
-
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
440
|
-
};
|
|
441
|
-
pt: {
|
|
442
|
-
'pisell-floor-map-layout.loading': string;
|
|
443
|
-
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
444
|
-
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
445
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
446
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
447
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
448
|
-
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
449
|
-
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
450
|
-
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
451
|
-
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
452
|
-
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
453
|
-
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
454
|
-
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
455
|
-
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
456
|
-
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
457
|
-
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
458
|
-
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
459
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
460
|
-
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
461
|
-
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
462
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
463
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
464
|
-
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
465
|
-
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
466
|
-
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
467
|
-
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
468
|
-
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
469
|
-
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
470
|
-
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
471
|
-
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
472
|
-
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
473
|
-
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
474
|
-
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
475
|
-
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
476
|
-
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
477
|
-
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
478
|
-
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
479
|
-
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
480
|
-
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
481
|
-
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
482
|
-
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
483
|
-
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
484
|
-
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
485
|
-
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
486
|
-
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
487
|
-
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
488
|
-
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
489
|
-
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
490
|
-
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
491
|
-
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
492
|
-
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
493
|
-
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
494
|
-
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
495
|
-
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
496
|
-
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
497
|
-
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
498
|
-
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
499
|
-
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
500
|
-
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
501
|
-
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
502
|
-
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
503
|
-
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
504
|
-
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
505
|
-
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
506
|
-
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
507
|
-
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
508
|
-
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
509
|
-
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
510
|
-
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
511
|
-
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
512
|
-
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
513
|
-
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
514
|
-
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
515
|
-
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
516
|
-
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
517
|
-
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
518
|
-
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
519
|
-
'pisell-floor-map-layout.toolbar.save': string;
|
|
520
|
-
'pisell-floor-map-layout.toolbar.saving': string;
|
|
521
|
-
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
522
|
-
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
523
|
-
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
524
|
-
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
525
|
-
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
526
|
-
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
527
|
-
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
528
|
-
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
529
|
-
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
530
|
-
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
531
|
-
'pisell-floor-map-layout.image-element.default-name': string;
|
|
532
|
-
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
533
|
-
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
534
|
-
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
535
|
-
'pisell-floor-map-layout.data-form.empty': string;
|
|
536
|
-
'pisell-floor-map-layout.data-form.save-record': string;
|
|
537
|
-
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
538
|
-
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
539
|
-
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
540
|
-
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
541
|
-
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
542
|
-
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
543
|
-
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
544
|
-
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
545
|
-
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
546
|
-
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
547
|
-
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
548
|
-
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
|
-
export default _default;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 店铺平面图 HTTP 契约(/shop/schedule/floor-plan)与 {@link FloorMapViewConfig} 映射所用类型。
|
|
3
|
-
* 具体请求由 {@link ShopFloorPlanHttpAdapter} 注入,便于 materials 不依赖宿主 request 实现。
|
|
4
|
-
*/
|
|
5
|
-
/** 遇 code 重复(接口 5001)时,{@link isFloorPlanDuplicateCodeError} 依赖此字段 */
|
|
6
|
-
export declare const SHOP_FLOOR_PLAN_DUPLICATE_CODE = "floorPlanDuplicateCode";
|
|
7
|
-
export interface ShopFloorPlanDetail {
|
|
8
|
-
id: number;
|
|
9
|
-
shop_id?: number;
|
|
10
|
-
code?: string;
|
|
11
|
-
name?: string | Record<string, string>;
|
|
12
|
-
layout: unknown;
|
|
13
|
-
canvas_width?: number;
|
|
14
|
-
canvas_height?: number;
|
|
15
|
-
sort?: number;
|
|
16
|
-
status?: number;
|
|
17
|
-
created_at?: string;
|
|
18
|
-
updated_at?: string;
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
}
|
|
21
|
-
export interface ShopFloorPlanLayoutItem {
|
|
22
|
-
id: string;
|
|
23
|
-
type: 'rect' | 'circle';
|
|
24
|
-
label: string;
|
|
25
|
-
x: number;
|
|
26
|
-
y: number;
|
|
27
|
-
rotation: number;
|
|
28
|
-
color: string;
|
|
29
|
-
border_color: string;
|
|
30
|
-
resource_id: number | null;
|
|
31
|
-
width?: number;
|
|
32
|
-
height?: number;
|
|
33
|
-
radius?: number;
|
|
34
|
-
[key: string]: unknown;
|
|
35
|
-
}
|
|
36
|
-
export interface PostShopFloorPlanBody {
|
|
37
|
-
code: string;
|
|
38
|
-
name: Record<string, string>;
|
|
39
|
-
layout?: unknown;
|
|
40
|
-
canvas_width?: number;
|
|
41
|
-
canvas_height?: number;
|
|
42
|
-
sort?: number;
|
|
43
|
-
status?: number;
|
|
44
|
-
}
|
|
45
|
-
export interface PutShopFloorPlanBody {
|
|
46
|
-
code?: string;
|
|
47
|
-
name?: Record<string, string>;
|
|
48
|
-
layout?: unknown;
|
|
49
|
-
canvas_width?: number;
|
|
50
|
-
canvas_height?: number;
|
|
51
|
-
sort?: number;
|
|
52
|
-
status?: number;
|
|
53
|
-
}
|
|
54
|
-
export interface ShopFloorPlanByCodeRequestOptions {
|
|
55
|
-
osServer?: boolean;
|
|
56
|
-
subscriberId?: string;
|
|
57
|
-
callback?: (res: unknown) => void;
|
|
58
|
-
}
|
|
59
|
-
export declare type ShopFloorPlanHttpAdapter = {
|
|
60
|
-
get: (url: string, params?: unknown, config?: Record<string, unknown>) => Promise<unknown>;
|
|
61
|
-
post: (url: string, body?: unknown, config?: Record<string, unknown>) => Promise<unknown>;
|
|
62
|
-
put: (url: string, body?: unknown, config?: Record<string, unknown>) => Promise<unknown>;
|
|
63
|
-
};
|
|
64
|
-
export declare type CreateShopFloorPlanClientOptions = {
|
|
65
|
-
http: ShopFloorPlanHttpAdapter;
|
|
66
|
-
/** POST/PUT 失败且无更具体 message 时的兜底文案 */
|
|
67
|
-
saveFailedMessage?: string;
|
|
68
|
-
};
|
|
69
|
-
/** ensure 流程可选:404 时 POST 创建体由调用方注入 */
|
|
70
|
-
export declare type EnsureShopFloorPlanByCodeOptions = ShopFloorPlanByCodeRequestOptions & {
|
|
71
|
-
buildDefaultPostBody?: (code: string) => PostShopFloorPlanBody;
|
|
72
|
-
};
|