@pisell/materials 3.3.100 → 3.3.101
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/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +9 -0
- package/es/components/PisellBasicGrid/hooks/index.d.ts +1 -0
- package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
- package/es/components/PisellBasicGrid/index.d.ts +6 -0
- package/es/components/PisellBasicGrid/types.d.ts +221 -0
- package/es/components/PisellBasicGrid/utils/index.d.ts +63 -0
- package/es/components/PisellCards/PisellCards.d.ts +8 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -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/types.d.ts +290 -0
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
- package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
- package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
- package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
- package/es/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
- package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
- package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
- package/es/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +3 -0
- package/es/components/PisellCards/components/TabCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TabCard/types.d.ts +70 -0
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -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/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/es/components/PisellCards/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/types.d.ts +48 -0
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
- package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
- package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
- package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
- package/es/components/PisellProcedure/utils/classNames.d.ts +33 -0
- package/es/components/PisellProcedure/utils/extractText.d.ts +20 -0
- package/es/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
- package/es/components/PisellScrollView/components/Actions/index.d.ts +18 -0
- package/es/components/PisellScrollView/types.d.ts +203 -0
- package/es/components/PisellScrollView/utils/index.d.ts +0 -0
- package/es/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
- package/es/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
- package/es/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
- package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
- package/es/components/PisellSuperTabs/utils/index.d.ts +1 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/mock.d.ts +47 -0
- package/es/components/PisellTabbar/template/index.d.ts +0 -0
- package/es/components/PisellTabbar2/hooks/index.d.ts +2 -0
- package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
- package/es/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar2/mock.d.ts +205 -0
- package/es/components/PisellTabbar2/types.d.ts +117 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/mock.d.ts +47 -0
- package/es/components/PisellTabbar3/types.d.ts +111 -0
- package/es/components/Template/PisellSteps.d.ts +0 -0
- package/es/components/Template/components/index.d.ts +0 -0
- package/es/components/Template/hooks/index.d.ts +0 -0
- package/es/components/Template/index.d.ts +0 -0
- package/es/components/Template/types.d.ts +0 -0
- package/es/components/Template/utils/index.d.ts +0 -0
- package/es/components/appVersionControl/types.d.ts +24 -0
- package/es/components/appVersionControl/utils.d.ts +13 -0
- package/es/components/auto-complete/index.d.ts +2 -0
- package/es/components/auto-complete-number/index.d.ts +10 -0
- package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
- package/es/components/auto-resize-text/index.d.ts +6 -0
- package/es/components/badge/index.d.ts +8 -0
- package/es/components/batch-editor/fields/Image/index.d.ts +7 -0
- package/es/components/batch-editor/fields/Price/index.d.ts +7 -0
- package/es/components/batch-editor/fields/Text/index.d.ts +6 -0
- package/es/components/batch-editor/fields/index.d.ts +7 -0
- package/es/components/batch-editor/index.d.ts +1 -0
- package/es/components/browserSelect/index.d.ts +21 -0
- package/es/components/button/index.d.ts +9 -0
- package/es/components/calendar/index.d.ts +3 -0
- package/es/components/cascader/index.d.ts +2 -0
- package/es/components/checkbox/index.d.ts +3 -0
- package/es/components/classicLayout/index.d.ts +4 -0
- package/es/components/collapse/index.d.ts +15 -0
- package/es/components/colorPicker/index.d.ts +4 -0
- package/es/components/component/index.d.ts +11 -0
- package/es/components/config-provider/index.d.ts +10 -0
- package/es/components/cropPhoto/index.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +6 -0
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +16 -0
- package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +7 -0
- package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +8 -0
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +11 -0
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Switch/type.d.ts +16 -0
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Upload/type.d.ts +38 -0
- package/es/components/dataSourceComponents/fields/Upload/types.d.ts +48 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +6 -7
- package/es/components/dataSourceComponents/hooks/useComponentId.d.ts +2 -0
- package/es/components/dataSourceComponents/hooks/useCtxActions.d.ts +8 -0
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +5 -0
- package/es/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +11 -0
- package/es/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +12 -0
- package/es/components/dataSourceComponents/provider/variables/utils.d.ts +12 -0
- package/es/components/dataSourceComponents/utils/index.d.ts +0 -0
- package/es/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/div/index.d.ts +19 -0
- package/es/components/drag-sort-tree/types.d.ts +24 -0
- package/es/components/dropdown/index.d.ts +3 -0
- package/es/components/filter/components/items/index.d.ts +42 -0
- package/es/components/filter/components/items/text/Editor/index.d.ts +3 -0
- package/es/components/filter/components/items/text/Preview/index.d.ts +3 -0
- package/es/components/filter/components/items/text/index.d.ts +12 -0
- package/es/components/icon/index.d.ts +12 -0
- package/es/components/iconSelect/utils.d.ts +14 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/image/index.d.ts +10 -0
- package/es/components/input/index.d.ts +11 -0
- package/es/components/input-number-range/index.d.ts +15 -0
- package/es/components/modal/index.d.ts +2 -0
- package/es/components/page-header/index.d.ts +14 -0
- package/es/components/pisellAlert/index.d.ts +22 -0
- package/es/components/pisellAppCard/PisellAppCard.d.ts +5 -0
- package/es/components/pisellAppCard/index.d.ts +3 -0
- package/es/components/pisellAppCard/types.d.ts +34 -0
- package/es/components/pisellAvatar/index.d.ts +19 -0
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- package/es/components/pisellCard/index.d.ts +20 -0
- package/es/components/pisellCheckboxGroup/mock.d.ts +4 -0
- package/es/components/pisellCountdown/utils.d.ts +7 -0
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/es/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/es/components/pisellDraggable/components/Action/Action.d.ts +10 -0
- package/es/components/pisellDraggable/components/Action/index.d.ts +2 -0
- package/es/components/pisellDraggable/components/Handle/Handle.d.ts +3 -0
- package/es/components/pisellDraggable/components/Handle/index.d.ts +1 -0
- package/es/components/pisellDraggable/components/Remove/Remove.d.ts +3 -0
- package/es/components/pisellDraggable/components/Remove/index.d.ts +1 -0
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/es/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/es/components/pisellDraggable/components/index.d.ts +4 -0
- package/es/components/pisellDraggable/index.d.ts +35 -0
- package/es/components/pisellDraggable/types.d.ts +19 -0
- package/es/components/pisellDraggable/utilities.d.ts +17 -0
- package/es/components/pisellDropSort/types.d.ts +58 -0
- package/es/components/pisellDropdown/index.d.ts +20 -0
- package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/es/components/pisellFloatingPanel/index.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +23 -0
- package/es/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +39 -0
- package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +35 -0
- package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +25 -0
- package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +969 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +80 -0
- package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +64 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +59 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +33 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +50 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +109 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/es/components/pisellImageCarousels/index.d.ts +18 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
- package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +8 -0
- package/es/components/pisellInformationEntry/utils.d.ts +4 -0
- package/es/components/pisellInput/components/BankCard/utils.d.ts +11 -0
- package/es/components/pisellLayout/content.d.ts +10 -0
- package/es/components/pisellLayout/footer.d.ts +8 -0
- package/es/components/pisellLayout/header.d.ts +10 -0
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLayout/sider.d.ts +8 -0
- package/es/components/pisellLoading/index.d.ts +0 -1
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/es/components/pisellMenu/index.d.ts +3 -0
- package/es/components/pisellMenu/types.d.ts +27 -0
- package/es/components/pisellMessage/index.d.ts +4 -0
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/es/components/pisellMetricCard/types.d.ts +201 -0
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/es/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/es/components/pisellMobileDateRangePicker/types.d.ts +28 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/index.d.ts +0 -1
- package/es/components/pisellModal/constants.d.ts +6 -0
- package/es/components/pisellNavigationMenu/types.d.ts +85 -0
- package/es/components/pisellNavigationMenu/utils.d.ts +15 -0
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +73 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +2 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +8 -0
- package/es/components/pisellReservationSchedule/locales.d.ts +43 -0
- package/es/components/pisellReservationSchedule/types.d.ts +52 -0
- package/es/components/pisellReservationScheduleBand/types.d.ts +68 -0
- package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +9 -0
- package/es/components/pisellScan/index.d.ts +23 -0
- package/es/components/pisellSectionHeaders/index.d.ts +21 -0
- package/es/components/pisellSort/type.d.ts +7 -0
- package/es/components/pisellTags/index.d.ts +13 -0
- package/es/components/pisellTags/utils.d.ts +1 -0
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +29 -0
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +41 -0
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +40 -0
- package/es/components/pisellTimeNavigator/hooks/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 +37 -0
- package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/es/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +20 -0
- package/es/components/pisellTimeNavigator/types.d.ts +175 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +79 -0
- package/es/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/es/components/pisellUpload/index.d.ts +11 -0
- package/es/components/pisellUrl/utils/index.d.ts +6 -0
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/es/components/productCard/components/Divider/index.d.ts +4 -0
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/es/components/productCard/components/MultiDay/utils.d.ts +14 -0
- package/es/components/productCard/components/Time/components/Like/index.d.ts +10 -0
- package/es/components/productCard/components/Time/index.d.ts +0 -1
- package/es/components/profileMenu/index.d.ts +26 -0
- package/es/components/radio/index.d.ts +3 -0
- package/es/components/section-footers/index.d.ts +9 -0
- package/es/components/segmented/index.d.ts +5 -0
- package/es/components/select-time/RightPanel/index.d.ts +9 -0
- package/es/components/select-time/utils.d.ts +9 -0
- package/es/components/skeleton/index.d.ts +3 -0
- package/es/components/slider/index.d.ts +3 -0
- package/es/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/es/components/sort/types.d.ts +39 -0
- package/es/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/es/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
- package/es/components/table/Actions/component/ExportImport/utils/download.d.ts +3 -0
- package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
- package/es/components/table/Actions/component/Group/index.d.ts +0 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
- package/es/components/table/Actions/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/es/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/es/components/table/Gallery/constant.d.ts +4 -0
- package/es/components/table/Header/Buttons/index.d.ts +3 -0
- package/es/components/table/Summary/index.d.ts +4 -0
- package/es/components/table/Table/SelectField/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +3 -0
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
- package/es/components/table/Tabs/index.d.ts +14 -0
- package/es/components/table/View/index.d.ts +0 -1
- package/es/components/table/hooks/useGenScroll.d.ts +22 -0
- package/es/components/table/serve.d.ts +13 -0
- package/es/components/table/utils.d.ts +14 -0
- package/es/components/tabs/index.d.ts +17 -0
- package/es/components/time-picker/index.d.ts +3 -0
- package/es/components/translation/utils.d.ts +9 -0
- package/es/components/tree-select/index.d.ts +2 -0
- package/es/components/upload/index.d.ts +3 -0
- package/es/components/versionSelect/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +10 -0
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/es/components/virtualInput/index.d.ts +29 -0
- package/es/components/walletCard/Guest/index.d.ts +4 -0
- package/es/components/walletCard/Guide/index.d.ts +4 -0
- package/es/hooks/useCssVariables.d.ts +8 -0
- package/es/hooks/useEngineContext.d.ts +9 -0
- package/es/hooks/useMobile.d.ts +8 -0
- package/es/hooks/useSetRequest.d.ts +2 -0
- package/es/hooks/useSharedState.d.ts +11 -0
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/pisell-materials.tw.css +1 -1
- package/es/theme/tokens.d.ts +22 -0
- package/es/utils/hoc.d.ts +17 -0
- package/es/utils/mergeWith.d.ts +1 -0
- package/es/utils/miniRedux.d.ts +17 -0
- package/es/utils/tagColor.d.ts +7 -0
- package/es/utils/warning.d.ts +1 -0
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +9 -0
- package/lib/components/PisellBasicGrid/hooks/index.d.ts +1 -0
- package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
- package/lib/components/PisellBasicGrid/index.d.ts +6 -0
- package/lib/components/PisellBasicGrid/types.d.ts +221 -0
- package/lib/components/PisellBasicGrid/utils/index.d.ts +63 -0
- package/lib/components/PisellCards/PisellCards.d.ts +8 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -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/types.d.ts +290 -0
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
- package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
- package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
- package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
- package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
- package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
- package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
- package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +3 -0
- package/lib/components/PisellCards/components/TabCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TabCard/types.d.ts +70 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -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/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/lib/components/PisellCards/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/types.d.ts +48 -0
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
- package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
- package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
- package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
- package/lib/components/PisellProcedure/utils/classNames.d.ts +33 -0
- package/lib/components/PisellProcedure/utils/extractText.d.ts +20 -0
- package/lib/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +18 -0
- package/lib/components/PisellScrollView/types.d.ts +203 -0
- package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
- package/lib/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
- package/lib/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
- package/lib/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
- package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
- package/lib/components/PisellSuperTabs/utils/index.d.ts +1 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/mock.d.ts +47 -0
- package/lib/components/PisellTabbar/template/index.d.ts +0 -0
- package/lib/components/PisellTabbar2/hooks/index.d.ts +2 -0
- package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
- package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar2/mock.d.ts +205 -0
- package/lib/components/PisellTabbar2/types.d.ts +117 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/mock.d.ts +47 -0
- package/lib/components/PisellTabbar3/types.d.ts +111 -0
- package/lib/components/Template/PisellSteps.d.ts +0 -0
- package/lib/components/Template/components/index.d.ts +0 -0
- package/lib/components/Template/hooks/index.d.ts +0 -0
- package/lib/components/Template/index.d.ts +0 -0
- package/lib/components/Template/types.d.ts +0 -0
- package/lib/components/Template/utils/index.d.ts +0 -0
- package/lib/components/appVersionControl/types.d.ts +24 -0
- package/lib/components/appVersionControl/utils.d.ts +13 -0
- package/lib/components/auto-complete/index.d.ts +2 -0
- package/lib/components/auto-complete-number/index.d.ts +10 -0
- package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
- package/lib/components/auto-resize-text/index.d.ts +6 -0
- package/lib/components/badge/index.d.ts +8 -0
- package/lib/components/batch-editor/fields/Image/index.d.ts +7 -0
- package/lib/components/batch-editor/fields/Price/index.d.ts +7 -0
- package/lib/components/batch-editor/fields/Text/index.d.ts +6 -0
- package/lib/components/batch-editor/fields/index.d.ts +7 -0
- package/lib/components/batch-editor/index.d.ts +1 -0
- package/lib/components/browserSelect/index.d.ts +21 -0
- package/lib/components/button/index.d.ts +9 -0
- package/lib/components/calendar/index.d.ts +3 -0
- package/lib/components/cascader/index.d.ts +2 -0
- package/lib/components/checkbox/index.d.ts +3 -0
- package/lib/components/classicLayout/index.d.ts +4 -0
- package/lib/components/collapse/index.d.ts +15 -0
- package/lib/components/colorPicker/index.d.ts +4 -0
- package/lib/components/component/index.d.ts +11 -0
- package/lib/components/config-provider/index.d.ts +10 -0
- package/lib/components/cropPhoto/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +6 -0
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +16 -0
- package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +7 -0
- package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +8 -0
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +11 -0
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Switch/type.d.ts +16 -0
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +38 -0
- package/lib/components/dataSourceComponents/fields/Upload/types.d.ts +48 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +6 -7
- package/lib/components/dataSourceComponents/hooks/useComponentId.d.ts +2 -0
- package/lib/components/dataSourceComponents/hooks/useCtxActions.d.ts +8 -0
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +5 -0
- package/lib/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +11 -0
- package/lib/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +12 -0
- package/lib/components/dataSourceComponents/provider/variables/utils.d.ts +12 -0
- package/lib/components/dataSourceComponents/utils/index.d.ts +0 -0
- package/lib/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/div/index.d.ts +19 -0
- package/lib/components/drag-sort-tree/types.d.ts +24 -0
- package/lib/components/dropdown/index.d.ts +3 -0
- package/lib/components/filter/components/items/index.d.ts +42 -0
- package/lib/components/filter/components/items/text/Editor/index.d.ts +3 -0
- package/lib/components/filter/components/items/text/Preview/index.d.ts +3 -0
- package/lib/components/filter/components/items/text/index.d.ts +12 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/iconSelect/utils.d.ts +14 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/image/index.d.ts +10 -0
- package/lib/components/input/index.d.ts +11 -0
- package/lib/components/input-number-range/index.d.ts +15 -0
- package/lib/components/modal/index.d.ts +2 -0
- package/lib/components/page-header/index.d.ts +14 -0
- package/lib/components/pisellAlert/index.d.ts +22 -0
- package/lib/components/pisellAppCard/PisellAppCard.d.ts +5 -0
- package/lib/components/pisellAppCard/index.d.ts +3 -0
- package/lib/components/pisellAppCard/types.d.ts +34 -0
- package/lib/components/pisellAvatar/index.d.ts +19 -0
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- package/lib/components/pisellCard/index.d.ts +20 -0
- package/lib/components/pisellCheckboxGroup/mock.d.ts +4 -0
- package/lib/components/pisellCountdown/utils.d.ts +7 -0
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/lib/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/lib/components/pisellDraggable/components/Action/Action.d.ts +10 -0
- package/lib/components/pisellDraggable/components/Action/index.d.ts +2 -0
- package/lib/components/pisellDraggable/components/Handle/Handle.d.ts +3 -0
- package/lib/components/pisellDraggable/components/Handle/index.d.ts +1 -0
- package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +3 -0
- package/lib/components/pisellDraggable/components/Remove/index.d.ts +1 -0
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/lib/components/pisellDraggable/components/index.d.ts +4 -0
- package/lib/components/pisellDraggable/index.d.ts +35 -0
- package/lib/components/pisellDraggable/types.d.ts +19 -0
- package/lib/components/pisellDraggable/utilities.d.ts +17 -0
- package/lib/components/pisellDropSort/types.d.ts +58 -0
- package/lib/components/pisellDropdown/index.d.ts +20 -0
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/lib/components/pisellFloatingPanel/index.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +23 -0
- package/lib/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +39 -0
- package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +35 -0
- package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +25 -0
- package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +969 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +80 -0
- package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +64 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +59 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +33 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +50 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +109 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/lib/components/pisellImageCarousels/index.d.ts +18 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
- package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/lib/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +8 -0
- package/lib/components/pisellInformationEntry/utils.d.ts +4 -0
- package/lib/components/pisellInput/components/BankCard/utils.d.ts +11 -0
- package/lib/components/pisellLayout/content.d.ts +10 -0
- package/lib/components/pisellLayout/footer.d.ts +8 -0
- package/lib/components/pisellLayout/header.d.ts +10 -0
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLayout/sider.d.ts +8 -0
- package/lib/components/pisellLoading/index.d.ts +0 -1
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/lib/components/pisellMenu/index.d.ts +3 -0
- package/lib/components/pisellMenu/types.d.ts +27 -0
- package/lib/components/pisellMessage/index.d.ts +4 -0
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/lib/components/pisellMetricCard/types.d.ts +201 -0
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/lib/components/pisellMobileDateRangePicker/index.d.ts +2 -0
- package/lib/components/pisellMobileDateRangePicker/types.d.ts +28 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/index.d.ts +0 -1
- package/lib/components/pisellModal/constants.d.ts +6 -0
- package/lib/components/pisellNavigationMenu/types.d.ts +85 -0
- package/lib/components/pisellNavigationMenu/utils.d.ts +15 -0
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +73 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +2 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +8 -0
- package/lib/components/pisellReservationSchedule/locales.d.ts +43 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +52 -0
- package/lib/components/pisellReservationScheduleBand/types.d.ts +68 -0
- package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +9 -0
- package/lib/components/pisellScan/index.d.ts +23 -0
- package/lib/components/pisellSectionHeaders/index.d.ts +21 -0
- package/lib/components/pisellSort/type.d.ts +7 -0
- package/lib/components/pisellTags/index.d.ts +13 -0
- package/lib/components/pisellTags/utils.d.ts +1 -0
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +29 -0
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +41 -0
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +40 -0
- package/lib/components/pisellTimeNavigator/hooks/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 +37 -0
- package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +20 -0
- package/lib/components/pisellTimeNavigator/types.d.ts +175 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +79 -0
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/lib/components/pisellUpload/index.d.ts +11 -0
- package/lib/components/pisellUrl/utils/index.d.ts +6 -0
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/lib/components/productCard/components/Divider/index.d.ts +4 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/lib/components/productCard/components/MultiDay/utils.d.ts +14 -0
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +10 -0
- package/lib/components/productCard/components/Time/index.d.ts +0 -1
- package/lib/components/profileMenu/index.d.ts +26 -0
- package/lib/components/radio/index.d.ts +3 -0
- package/lib/components/section-footers/index.d.ts +9 -0
- package/lib/components/segmented/index.d.ts +5 -0
- package/lib/components/select-time/RightPanel/index.d.ts +9 -0
- package/lib/components/select-time/utils.d.ts +9 -0
- package/lib/components/skeleton/index.d.ts +3 -0
- package/lib/components/slider/index.d.ts +3 -0
- package/lib/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/lib/components/sort/types.d.ts +39 -0
- package/lib/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/lib/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ExportImport/utils/download.d.ts +3 -0
- package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
- package/lib/components/table/Actions/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/lib/components/table/Gallery/constant.d.ts +4 -0
- package/lib/components/table/Header/Buttons/index.d.ts +3 -0
- package/lib/components/table/Summary/index.d.ts +4 -0
- package/lib/components/table/Table/SelectField/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +3 -0
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
- package/lib/components/table/Tabs/index.d.ts +14 -0
- package/lib/components/table/View/index.d.ts +0 -1
- package/lib/components/table/hooks/useGenScroll.d.ts +22 -0
- package/lib/components/table/serve.d.ts +13 -0
- package/lib/components/table/utils.d.ts +14 -0
- package/lib/components/tabs/index.d.ts +17 -0
- package/lib/components/time-picker/index.d.ts +3 -0
- package/lib/components/translation/utils.d.ts +9 -0
- package/lib/components/tree-select/index.d.ts +2 -0
- package/lib/components/upload/index.d.ts +3 -0
- package/lib/components/versionSelect/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +10 -0
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/lib/components/virtualInput/index.d.ts +29 -0
- package/lib/components/walletCard/Guest/index.d.ts +4 -0
- package/lib/components/walletCard/Guide/index.d.ts +4 -0
- package/lib/hooks/useCssVariables.d.ts +8 -0
- package/lib/hooks/useEngineContext.d.ts +9 -0
- package/lib/hooks/useMobile.d.ts +8 -0
- package/lib/hooks/useSetRequest.d.ts +2 -0
- package/lib/hooks/useSharedState.d.ts +11 -0
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/pisell-materials.tw.css +1 -1
- package/lib/theme/tokens.d.ts +22 -0
- package/lib/utils/hoc.d.ts +17 -0
- package/lib/utils/mergeWith.d.ts +1 -0
- package/lib/utils/miniRedux.d.ts +17 -0
- package/lib/utils/tagColor.d.ts +7 -0
- package/lib/utils/warning.d.ts +1 -0
- package/lowcode/render-figma-style-round-table-card/meta.ts +1 -1
- package/lowcode/render-figma-style-table-card/meta.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface FloorMapEditQuickActionLabels {
|
|
3
|
+
lock: string;
|
|
4
|
+
unlock: string;
|
|
5
|
+
duplicate: string;
|
|
6
|
+
delete: string;
|
|
7
|
+
popTitle: string;
|
|
8
|
+
popDesc: string;
|
|
9
|
+
cancel: string;
|
|
10
|
+
okDelete: string;
|
|
11
|
+
ariaToolbar: string;
|
|
12
|
+
}
|
|
13
|
+
export interface FloorMapEditQuickActionsProps {
|
|
14
|
+
className?: string;
|
|
15
|
+
labels: FloorMapEditQuickActionLabels;
|
|
16
|
+
isLocked: boolean;
|
|
17
|
+
onToggleLock: () => void;
|
|
18
|
+
onDuplicate: () => void;
|
|
19
|
+
onDelete: () => void;
|
|
20
|
+
/** 画布 viewport scale,用于按 1/scale 反向缩放整个工具条,保持视觉尺寸恒定 */
|
|
21
|
+
viewportScale?: number;
|
|
22
|
+
}
|
|
23
|
+
export declare function FloorMapEditQuickActions(props: FloorMapEditQuickActionsProps): JSX.Element;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 编辑顶栏 Undo / Redo 自定义 SVG icon。
|
|
3
|
+
*
|
|
4
|
+
* 设计来源:业务方提供的「圆勾箭头」风格 —— 整圈 ~270° 回环 + 末端三角箭头。
|
|
5
|
+
* 替换 antd 的 `UndoOutlined` / `RedoOutlined`:原版箭头偏方、回勾过短,
|
|
6
|
+
* 在 24/16px 的小尺寸下与界面其它细线 icon 不齐,且 Undo/Redo 镜像不够直观。
|
|
7
|
+
*
|
|
8
|
+
* 实现要点:
|
|
9
|
+
* - `stroke="currentColor"`、无填充:颜色完全跟随父级 `color`,与 Ant Button text 模式一致;
|
|
10
|
+
* - viewBox 14×14,配合 `font-size: 14px` 自动得到 14px icon;调用方可通过 fontSize/CSS 调整;
|
|
11
|
+
* - `stroke-linecap=round` + `stroke-linejoin=round`:在 1.5px 细线下保持圆润、抗锯齿友好;
|
|
12
|
+
* - 箭头用同色 `path` 三角,避免 marker-end 在不同浏览器下的尺寸漂移;
|
|
13
|
+
* - 接受 `className` / `style` / 其它 SVG 属性透传(与 antd icon 体感一致)。
|
|
14
|
+
*/
|
|
15
|
+
import React from 'react';
|
|
16
|
+
declare type HistoryIconProps = React.SVGProps<SVGSVGElement> & {
|
|
17
|
+
/** 与 antd icon 类似:用于覆盖默认 1em 尺寸 */
|
|
18
|
+
size?: number | string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Undo 图标:「↰」L 形带小圆角 —— 箭头在左侧水平指向左,主干由箭头水平向右、
|
|
22
|
+
* 经一个 1.5 半径的圆角折下、再竖直向下。
|
|
23
|
+
*
|
|
24
|
+
* 关于"看起来偏上":antd `.anticon { vertical-align: -0.125em }` 已经把整个 svg
|
|
25
|
+
* 相对文字基线下移 ~0.125em,但我们的形状在 viewBox 内是几何居中的(y ∈ [3,11]),
|
|
26
|
+
* 与 antd 自家 outline icon(路径几乎铺满 viewBox)在视觉密度上不同 ——
|
|
27
|
+
* 留白对称会让人眼判断"图形在 viewBox 上半"。
|
|
28
|
+
*
|
|
29
|
+
* 解决:把形状整体下移 1 单位到 y ∈ [4, 12],上侧留 4 / 下侧留 2,
|
|
30
|
+
* 让 icon 视觉中心匹配文字 x-height 中心,与 "Undo" 文本视觉齐平。
|
|
31
|
+
* x 仍保持 [3, 11] 居中。
|
|
32
|
+
*/
|
|
33
|
+
export declare function UndoHistoryIcon(props: HistoryIconProps): JSX.Element;
|
|
34
|
+
/**
|
|
35
|
+
* Redo 图标:与 Undo 水平镜像,箭头在右侧指向右,干线右→左→下。
|
|
36
|
+
* 几何范围与 Undo 完全对称:x ∈ [3, 11]、y ∈ [4, 12]。
|
|
37
|
+
*/
|
|
38
|
+
export declare function RedoHistoryIcon(props: HistoryIconProps): JSX.Element;
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图布局根节点 BEM 前缀,与 `PisellFloorMapLayout.less` 中主 class 一致。
|
|
3
|
+
*/
|
|
4
|
+
export declare const FLOOR_MAP_LAYOUT_CLASS_PREFIX = "pisell-floor-map-layout";
|
|
5
|
+
/** 手机左侧图元栏 Drawer,低于右侧属性抽屉 */
|
|
6
|
+
export declare const FLOOR_MAP_PHONE_TOOLBAR_DRAWER_Z_INDEX = 2001;
|
|
7
|
+
/** 手机右侧图元详情 Drawer */
|
|
8
|
+
export declare const FLOOR_MAP_PHONE_EDIT_DRAWER_Z_INDEX = 2002;
|
|
9
|
+
/**
|
|
10
|
+
* 高于 {@link FLOOR_MAP_PHONE_EDIT_DRAWER_Z_INDEX},用于面板内 Popconfirm 等,避免被抽屉挡住。
|
|
11
|
+
*/
|
|
12
|
+
export declare const FLOOR_MAP_CONFIRM_OVERLAY_Z_INDEX = 2100;
|
|
13
|
+
/**
|
|
14
|
+
* 「全览」伪画布 Tab id。
|
|
15
|
+
* 仅在阅读态、启用画布 > 1 时插入到画布 Tab 列表末尾,用来承载「同时查看所有画布」的入口。
|
|
16
|
+
* 不会写入 `config.canvases`,也不参与视口持久化、items 计算等真实画布逻辑。
|
|
17
|
+
*/
|
|
18
|
+
export declare const FLOOR_MAP_OVERVIEW_TAB_ID = "__pisell_floor_map_overview__";
|
|
19
|
+
/**
|
|
20
|
+
* 全览视图:每个画布区块上方预留的标题带高度(像素)。
|
|
21
|
+
* 装箱时计入画布有效高度,保证画布之间的 gap 能容纳外置标题条。
|
|
22
|
+
*/
|
|
23
|
+
export declare const FLOOR_MAP_OVERVIEW_TITLE_BAND_HEIGHT = 36;
|
|
24
|
+
/** 全览视图:画布区块之间的最小间距(像素,含标题带外的净距) */
|
|
25
|
+
export declare const FLOOR_MAP_OVERVIEW_AREA_GAP = 40;
|
|
26
|
+
/**
|
|
27
|
+
* 编辑态侧栏调色板:每个分类直接展示的图元数量上限。
|
|
28
|
+
* 超出时显示「查看全部」,在弹窗内选择数量并批量落点(所有分类通用)。
|
|
29
|
+
*/
|
|
30
|
+
export declare const FLOOR_MAP_TOOLBAR_PALETTE_SIDEBAR_LIMIT = 5;
|
|
31
|
+
/**
|
|
32
|
+
* 右下 ViewControls Dock 底部留白(px):`bottom: 14` + chrome `56` + 与面板间距 `8`。
|
|
33
|
+
* 编辑/连线属性面板滚动区 `padding-bottom` 引用同名 CSS 变量。
|
|
34
|
+
*/
|
|
35
|
+
export declare const FLOOR_MAP_VIEWPORT_DOCK_BOTTOM_CLEARANCE = 78;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图视口缓存:localStorage 读写、锁定态;供 useFloorMapTransformMetrics 使用。
|
|
3
|
+
*/
|
|
4
|
+
/** 平面图包围盒单侧默认外扩(像素);过大会导致首屏大量空白 */
|
|
5
|
+
export declare const DEFAULT_BOUNDING_PADDING = 56;
|
|
6
|
+
/** 视口内与首屏对齐时,图元束左上与容器边缘的留白 */
|
|
7
|
+
export declare const VIEWPORT_TOP_LEFT_MARGIN = 16;
|
|
8
|
+
/** 平面图视口(缩放 + 平移)持久化到 localStorage 的 key 前缀 */
|
|
9
|
+
export declare const VIEWPORT_STORAGE_PREFIX = "pisell-floor-map-layout.viewport:";
|
|
10
|
+
/** 视口锁定态持久化前缀(与视口位置分开存储) */
|
|
11
|
+
export declare const VIEWPORT_LOCK_STORAGE_PREFIX = "pisell-floor-map-layout.viewport-lock:";
|
|
12
|
+
/** 视口持久化写入节流(避免拖动 / 缩放过程中高频写 localStorage) */
|
|
13
|
+
export declare const VIEWPORT_PERSIST_DEBOUNCE_MS = 300;
|
|
14
|
+
/** 判定当前 transform 是否处于「适配视口」结果时的容差 */
|
|
15
|
+
export declare const FIT_BOUNDS_MATCH_POS_EPSILON = 0.5;
|
|
16
|
+
export declare const FIT_BOUNDS_MATCH_SCALE_EPSILON = 0.005;
|
|
17
|
+
export interface ViewportSnapshot {
|
|
18
|
+
x: number;
|
|
19
|
+
y: number;
|
|
20
|
+
scale: number;
|
|
21
|
+
}
|
|
22
|
+
export declare function readPersistedViewport(key: string): ViewportSnapshot | null;
|
|
23
|
+
export declare function writePersistedViewport(key: string, snapshot: ViewportSnapshot): void;
|
|
24
|
+
export declare function readPersistedViewportLock(key: string): boolean;
|
|
25
|
+
export declare function writePersistedViewportLock(key: string, locked: boolean): void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface DraftHistoryCommitOptions {
|
|
2
|
+
/** 同一 groupId 在合并窗口内连续提交将合并为一条历史 */
|
|
3
|
+
groupId?: string;
|
|
4
|
+
/** 合并窗口(毫秒),默认 600 */
|
|
5
|
+
mergeWindowMs?: number;
|
|
6
|
+
}
|
|
7
|
+
export interface DraftHistory<T> {
|
|
8
|
+
present: T | null;
|
|
9
|
+
/** 写入并入栈(按 group/time 自动合并) */
|
|
10
|
+
commit: (next: T | null | ((prev: T | null) => T | null), options?: DraftHistoryCommitOptions) => void;
|
|
11
|
+
/** 重置(不入栈),清空历史;用于上游 props 同步 */
|
|
12
|
+
replace: (next: T | null) => void;
|
|
13
|
+
undo: () => void;
|
|
14
|
+
redo: () => void;
|
|
15
|
+
canUndo: boolean;
|
|
16
|
+
canRedo: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare function useDraftConfigHistory<T>(): DraftHistory<T>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { MutableRefObject, PointerEvent as ReactPointerEvent } from 'react';
|
|
2
|
+
import type { FloorMapPaletteDragPayload } from '../utils/floorMapDropUtils';
|
|
3
|
+
export interface UseFloorMapPaletteTouchDragParams {
|
|
4
|
+
enabled: boolean;
|
|
5
|
+
mapDropLayerRef: MutableRefObject<HTMLDivElement | null>;
|
|
6
|
+
contentWidth: number;
|
|
7
|
+
contentHeight: number;
|
|
8
|
+
contentOffsetRef: MutableRefObject<{
|
|
9
|
+
x: number;
|
|
10
|
+
y: number;
|
|
11
|
+
}>;
|
|
12
|
+
setMapPaletteDragActive: (v: boolean) => void;
|
|
13
|
+
onDropInScene: (payload: FloorMapPaletteDragPayload, sceneX: number, sceneY: number) => void;
|
|
14
|
+
}
|
|
15
|
+
export interface UseFloorMapPaletteTouchDragResult {
|
|
16
|
+
/** 挂在图元预览按钮上;mouse 不处理,交给 HTML5 DnD */
|
|
17
|
+
handlePaletteCardPointerDown: (payload: FloorMapPaletteDragPayload, e: ReactPointerEvent<HTMLElement>) => void;
|
|
18
|
+
/** 图元按钮 onClick 前检查:触摸拖放过则吞掉本次点击 */
|
|
19
|
+
consumeToolbarClickIfTouchDrag: () => boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function useFloorMapPaletteTouchDrag(params: UseFloorMapPaletteTouchDragParams): UseFloorMapPaletteTouchDragResult;
|
|
@@ -0,0 +1,184 @@
|
|
|
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.edit-top-bar.undo': string;
|
|
16
|
+
'pisell-floor-map-layout.edit-top-bar.redo': string;
|
|
17
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
|
|
18
|
+
'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
|
|
19
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
|
|
20
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
|
|
21
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
|
|
22
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
28
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
29
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
30
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
31
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
32
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
33
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
34
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
35
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
36
|
+
'pisell-floor-map-layout.canvas-tabs.overview': string;
|
|
37
|
+
'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
|
|
38
|
+
'pisell-floor-map-layout.overview.empty': string;
|
|
39
|
+
'pisell-floor-map-layout.overview.area-title-badge': string;
|
|
40
|
+
'pisell-floor-map-layout.overview.canvas-card-aria': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
72
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
73
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
74
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
75
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
76
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
77
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
78
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
79
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
80
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
81
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
82
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
83
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
84
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
85
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
86
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
87
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
88
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
89
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
90
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
91
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
92
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
93
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
94
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
95
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
96
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
97
|
+
'pisell-floor-map-layout.toolbar.open-resource-picker': string;
|
|
98
|
+
'pisell-floor-map-layout.toolbar.select-with-label': string;
|
|
99
|
+
'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
|
|
100
|
+
'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
|
|
101
|
+
'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
|
|
102
|
+
'pisell-floor-map-layout.resource-picker.title': string;
|
|
103
|
+
'pisell-floor-map-layout.resource-picker.search-ph': string;
|
|
104
|
+
'pisell-floor-map-layout.resource-picker.select-all': string;
|
|
105
|
+
'pisell-floor-map-layout.resource-picker.deselect-all': string;
|
|
106
|
+
'pisell-floor-map-layout.resource-picker.selected-count': string;
|
|
107
|
+
'pisell-floor-map-layout.resource-picker.filter-all': string;
|
|
108
|
+
'pisell-floor-map-layout.resource-picker.empty': string;
|
|
109
|
+
'pisell-floor-map-layout.resource-picker.confirm': string;
|
|
110
|
+
'pisell-floor-map-layout.resource-picker.cancel': string;
|
|
111
|
+
'pisell-floor-map-layout.resource-picker.single-hint': string;
|
|
112
|
+
'pisell-floor-map-layout.resource-picker.level-area': string;
|
|
113
|
+
'pisell-floor-map-layout.resource-picker.level-1': string;
|
|
114
|
+
'pisell-floor-map-layout.resource-picker.level-2': string;
|
|
115
|
+
'pisell-floor-map-layout.resource-picker.level-3': string;
|
|
116
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
117
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
118
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
119
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
120
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
121
|
+
'pisell-floor-map-layout.toolbar.collapse': string;
|
|
122
|
+
'pisell-floor-map-layout.toolbar.expand': string;
|
|
123
|
+
'pisell-floor-map-layout.toolbar.add-to-canvas': string;
|
|
124
|
+
'pisell-floor-map-layout.toolbar.view-all': string;
|
|
125
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
|
|
126
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
|
|
127
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
|
|
128
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
|
|
129
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
|
|
130
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
|
|
131
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
|
|
132
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
|
|
133
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
134
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
135
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
136
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
137
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
138
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
139
|
+
'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
|
|
140
|
+
'pisell-floor-map-layout.view-controls.edges-show-aria': string;
|
|
141
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
142
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
143
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
144
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
145
|
+
'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
|
|
146
|
+
'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
|
|
147
|
+
'pisell-floor-map-layout.builtin-shape.default-name': string;
|
|
148
|
+
'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
|
|
149
|
+
'pisell-floor-map-layout.builtin-shape.toilet': string;
|
|
150
|
+
'pisell-floor-map-layout.builtin-shape.divider': string;
|
|
151
|
+
'pisell-floor-map-layout.builtin-shape.column': string;
|
|
152
|
+
'pisell-floor-map-layout.builtin-shape.sofa': string;
|
|
153
|
+
'pisell-floor-map-layout.builtin-shape.door': string;
|
|
154
|
+
'pisell-floor-map-layout.builtin-shape.flower-pot': string;
|
|
155
|
+
'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
|
|
156
|
+
'pisell-floor-map-layout.palette.builtin-shape': string;
|
|
157
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
158
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
159
|
+
'pisell-floor-map-layout.selection-zone.title-badge': string;
|
|
160
|
+
'pisell-floor-map-layout.selection-zone.unnamed': string;
|
|
161
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
162
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
163
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
164
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
165
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
166
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
167
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
168
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
169
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
170
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
171
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
172
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
173
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
174
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
175
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
176
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
177
|
+
'pisell-floor-map-layout.figma-card.status-available': string;
|
|
178
|
+
'pisell-floor-map-layout.figma-card.status-reserved': string;
|
|
179
|
+
'pisell-floor-map-layout.figma-card.status-waiting': string;
|
|
180
|
+
'pisell-floor-map-layout.figma-card.status-dining': string;
|
|
181
|
+
'pisell-floor-map-layout.figma-card.status-billed': string;
|
|
182
|
+
'pisell-floor-map-layout.figma-card.status-availableSoon': string;
|
|
183
|
+
};
|
|
184
|
+
export default _default;
|
|
@@ -0,0 +1,184 @@
|
|
|
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.edit-top-bar.undo': string;
|
|
16
|
+
'pisell-floor-map-layout.edit-top-bar.redo': string;
|
|
17
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
|
|
18
|
+
'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
|
|
19
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
|
|
20
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
|
|
21
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
|
|
22
|
+
'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
28
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
29
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
30
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
31
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
32
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
33
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
34
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
35
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
36
|
+
'pisell-floor-map-layout.canvas-tabs.overview': string;
|
|
37
|
+
'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
|
|
38
|
+
'pisell-floor-map-layout.overview.empty': string;
|
|
39
|
+
'pisell-floor-map-layout.overview.area-title-badge': string;
|
|
40
|
+
'pisell-floor-map-layout.overview.canvas-card-aria': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
72
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
73
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
74
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
75
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
76
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
77
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
78
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
79
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
80
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
81
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
82
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
83
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
84
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
85
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
86
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
87
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
88
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
89
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
90
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
91
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
92
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
93
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
94
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
95
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
96
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
97
|
+
'pisell-floor-map-layout.toolbar.open-resource-picker': string;
|
|
98
|
+
'pisell-floor-map-layout.toolbar.select-with-label': string;
|
|
99
|
+
'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
|
|
100
|
+
'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
|
|
101
|
+
'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
|
|
102
|
+
'pisell-floor-map-layout.resource-picker.title': string;
|
|
103
|
+
'pisell-floor-map-layout.resource-picker.search-ph': string;
|
|
104
|
+
'pisell-floor-map-layout.resource-picker.select-all': string;
|
|
105
|
+
'pisell-floor-map-layout.resource-picker.deselect-all': string;
|
|
106
|
+
'pisell-floor-map-layout.resource-picker.selected-count': string;
|
|
107
|
+
'pisell-floor-map-layout.resource-picker.filter-all': string;
|
|
108
|
+
'pisell-floor-map-layout.resource-picker.empty': string;
|
|
109
|
+
'pisell-floor-map-layout.resource-picker.confirm': string;
|
|
110
|
+
'pisell-floor-map-layout.resource-picker.cancel': string;
|
|
111
|
+
'pisell-floor-map-layout.resource-picker.single-hint': string;
|
|
112
|
+
'pisell-floor-map-layout.resource-picker.level-area': string;
|
|
113
|
+
'pisell-floor-map-layout.resource-picker.level-1': string;
|
|
114
|
+
'pisell-floor-map-layout.resource-picker.level-2': string;
|
|
115
|
+
'pisell-floor-map-layout.resource-picker.level-3': string;
|
|
116
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
117
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
118
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
119
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
120
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
121
|
+
'pisell-floor-map-layout.toolbar.collapse': string;
|
|
122
|
+
'pisell-floor-map-layout.toolbar.expand': string;
|
|
123
|
+
'pisell-floor-map-layout.toolbar.add-to-canvas': string;
|
|
124
|
+
'pisell-floor-map-layout.toolbar.view-all': string;
|
|
125
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
|
|
126
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
|
|
127
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
|
|
128
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
|
|
129
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
|
|
130
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
|
|
131
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
|
|
132
|
+
'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
|
|
133
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
134
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
135
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
136
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
137
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
138
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
139
|
+
'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
|
|
140
|
+
'pisell-floor-map-layout.view-controls.edges-show-aria': string;
|
|
141
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
142
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
143
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
144
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
145
|
+
'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
|
|
146
|
+
'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
|
|
147
|
+
'pisell-floor-map-layout.builtin-shape.default-name': string;
|
|
148
|
+
'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
|
|
149
|
+
'pisell-floor-map-layout.builtin-shape.toilet': string;
|
|
150
|
+
'pisell-floor-map-layout.builtin-shape.divider': string;
|
|
151
|
+
'pisell-floor-map-layout.builtin-shape.column': string;
|
|
152
|
+
'pisell-floor-map-layout.builtin-shape.sofa': string;
|
|
153
|
+
'pisell-floor-map-layout.builtin-shape.door': string;
|
|
154
|
+
'pisell-floor-map-layout.builtin-shape.flower-pot': string;
|
|
155
|
+
'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
|
|
156
|
+
'pisell-floor-map-layout.palette.builtin-shape': string;
|
|
157
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
158
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
159
|
+
'pisell-floor-map-layout.selection-zone.title-badge': string;
|
|
160
|
+
'pisell-floor-map-layout.selection-zone.unnamed': string;
|
|
161
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
162
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
163
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
164
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
165
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
166
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
167
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
168
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
169
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
170
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
171
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
172
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
173
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
174
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
175
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
176
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
177
|
+
'pisell-floor-map-layout.figma-card.status-available': string;
|
|
178
|
+
'pisell-floor-map-layout.figma-card.status-reserved': string;
|
|
179
|
+
'pisell-floor-map-layout.figma-card.status-waiting': string;
|
|
180
|
+
'pisell-floor-map-layout.figma-card.status-dining': string;
|
|
181
|
+
'pisell-floor-map-layout.figma-card.status-billed': string;
|
|
182
|
+
'pisell-floor-map-layout.figma-card.status-availableSoon': string;
|
|
183
|
+
};
|
|
184
|
+
export default _default;
|