@pisell/materials 1.8.24 → 1.8.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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +145 -153
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +25 -30
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +31 -36
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- 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/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/es/components/PisellCards/index.d.ts +0 -1
- package/es/components/PisellFields/index.d.ts +0 -1
- package/es/components/PisellMetrics/index.d.ts +0 -1
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/es/components/PisellScrollView/index.d.ts +3 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/appVersionControl/index.d.ts +0 -1
- package/es/components/auto-complete-number/index.d.ts +0 -1
- package/es/components/badge/index.d.ts +0 -1
- package/es/components/batch-editor/fields/index.d.ts +0 -1
- package/es/components/batch-editor/index.d.ts +0 -1
- package/es/components/calendar/index.d.ts +0 -1
- package/es/components/checkbox/index.d.ts +0 -1
- package/es/components/classicLayout/index.d.ts +0 -1
- package/es/components/colorPicker/index.d.ts +0 -1
- package/es/components/config-provider/index.d.ts +9 -0
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -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/useDataSourceKey.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/dropdown/index.d.ts +0 -1
- package/es/components/filter/components/Dropdown/types.d.ts +13 -0
- package/es/components/filter/components/FilterButton/types.d.ts +24 -0
- package/es/components/filter/components/items/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/es/components/filter/components/items/text/index.d.ts +0 -1
- package/es/components/filter/types.d.ts +48 -0
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- package/es/components/pisellCard/index.d.ts +0 -1
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- 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/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/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +72 -43
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +33 -16
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +67 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +18 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +4 -2
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +187 -44
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -2
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +46 -3
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -2
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/es/components/pisellFloorMapLayout/locales.js +27 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/es/components/pisellGridPro/GridView/type.d.ts +3 -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/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/es/components/pisellInput/index.d.ts +0 -1
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/es/components/pisellLookup/components/index.d.ts +9 -0
- package/es/components/pisellLookup/hooks/index.d.ts +6 -0
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/index.d.ts +6 -0
- package/es/components/pisellLookup/types.d.ts +667 -0
- package/es/components/pisellLookup/utils/index.d.ts +5 -0
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellLookup/utils/trigger.d.ts +42 -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/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/index.d.ts +4 -0
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellQuickFilter/type.d.ts +12 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/types.d.ts +381 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +42 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +13 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/es/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellSort/index.d.ts +3 -0
- package/es/components/pisellSort/type.d.ts +7 -0
- package/es/components/pisellStatisticList/index.d.ts +22 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -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/locales.d.ts +22 -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/pisellTooltip/index.d.ts +0 -1
- package/es/components/pisellUpload/index.d.ts +0 -1
- 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 +0 -1
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/es/components/productCard/components/Time/index.d.ts +0 -1
- package/es/components/radio/index.d.ts +0 -1
- package/es/components/segmented/index.d.ts +0 -1
- package/es/components/select/index.d.ts +9 -0
- package/es/components/select-time/RightPanel/index.d.ts +0 -1
- package/es/components/select-time/index.js +1 -0
- package/es/components/skeleton/index.d.ts +0 -1
- package/es/components/slider/index.d.ts +0 -1
- package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/es/components/sort/types.d.ts +39 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- 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/useGapSize.d.ts +2 -2
- package/es/components/table/Summary/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/es/components/table/types.d.ts +268 -0
- package/es/components/time-picker/index.d.ts +0 -1
- package/es/components/translation/utils.d.ts +9 -0
- package/es/components/upload/index.d.ts +0 -1
- package/es/components/versionSelect/index.d.ts +0 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
- 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 +0 -1
- package/es/components/walletCard/Guide/index.d.ts +0 -1
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/theme/tokens.d.ts +22 -0
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/es/utils/tagColor.d.ts +7 -0
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- 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/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/lib/components/PisellCards/index.d.ts +0 -1
- package/lib/components/PisellFields/index.d.ts +0 -1
- package/lib/components/PisellMetrics/index.d.ts +0 -1
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/lib/components/PisellScrollView/index.d.ts +3 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/appVersionControl/index.d.ts +0 -1
- package/lib/components/auto-complete-number/index.d.ts +0 -1
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/batch-editor/fields/index.d.ts +0 -1
- package/lib/components/batch-editor/index.d.ts +0 -1
- package/lib/components/calendar/index.d.ts +0 -1
- package/lib/components/checkbox/index.d.ts +0 -1
- package/lib/components/classicLayout/index.d.ts +0 -1
- package/lib/components/colorPicker/index.d.ts +0 -1
- package/lib/components/config-provider/index.d.ts +9 -0
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -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/useDataSourceKey.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/dropdown/index.d.ts +0 -1
- package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
- package/lib/components/filter/components/items/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/index.d.ts +0 -1
- package/lib/components/filter/types.d.ts +48 -0
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- package/lib/components/pisellCard/index.d.ts +0 -1
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- 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/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/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +89 -50
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +38 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +108 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +15 -43
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +4 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +201 -26
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +2 -1
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +39 -3
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +1 -2
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/lib/components/pisellFloorMapLayout/locales.js +27 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/lib/components/pisellGridPro/GridView/type.d.ts +3 -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/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/lib/components/pisellInput/index.d.ts +0 -1
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/index.d.ts +9 -0
- package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/index.d.ts +6 -0
- package/lib/components/pisellLookup/types.d.ts +667 -0
- package/lib/components/pisellLookup/utils/index.d.ts +5 -0
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellLookup/utils/trigger.d.ts +42 -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/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/index.d.ts +4 -0
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellQuickFilter/type.d.ts +12 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/types.d.ts +381 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +42 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +23 -1
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/lib/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellSort/index.d.ts +3 -0
- package/lib/components/pisellSort/type.d.ts +7 -0
- package/lib/components/pisellStatisticList/index.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -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/locales.d.ts +22 -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/pisellTooltip/index.d.ts +0 -1
- package/lib/components/pisellUpload/index.d.ts +0 -1
- 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 +0 -1
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/index.d.ts +0 -1
- package/lib/components/radio/index.d.ts +0 -1
- package/lib/components/segmented/index.d.ts +0 -1
- package/lib/components/select/index.d.ts +9 -0
- package/lib/components/select-time/RightPanel/index.d.ts +0 -1
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/skeleton/index.d.ts +0 -1
- package/lib/components/slider/index.d.ts +0 -1
- package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/lib/components/sort/types.d.ts +39 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- 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/useGapSize.d.ts +2 -2
- package/lib/components/table/Summary/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/lib/components/table/types.d.ts +268 -0
- package/lib/components/time-picker/index.d.ts +0 -1
- package/lib/components/translation/utils.d.ts +9 -0
- package/lib/components/upload/index.d.ts +0 -1
- package/lib/components/versionSelect/index.d.ts +0 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
- 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 +0 -1
- package/lib/components/walletCard/Guide/index.d.ts +0 -1
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/theme/tokens.d.ts +22 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lib/utils/tagColor.d.ts +7 -0
- package/package.json +3 -3
- package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/page/index.d.ts +0 -8
- package/es/components/pisellAdjustPrice/index.d.ts +0 -4
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellToast/index.d.ts +0 -17
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
- 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 -12
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/es/components/productCard/components/Header/index.d.ts +0 -3
- package/es/components/productCard/components/Sales/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/es/components/productCard/utils.d.ts +0 -33
- package/es/components/select-time/index.d.ts +0 -14
- 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 -5
- package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
- 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/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/page/index.d.ts +0 -8
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellToast/index.d.ts +0 -17
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
- 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 -12
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/index.d.ts +0 -3
- package/lib/components/productCard/components/Sales/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/lib/components/productCard/utils.d.ts +0 -33
- package/lib/components/select-time/index.d.ts +0 -14
- 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 -5
- package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
- 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
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
|
|
4
|
+
*/
|
|
5
|
+
export declare function mergeFloorMapLayoutPropsFromContext<T extends FloorMapItemBase>(props: PisellFloorMapLayoutProps<T>, ctx: FloorMapLayoutContextValue | undefined): PisellFloorMapLayoutProps<T>;
|
|
@@ -8,7 +8,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
8
8
|
* 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
|
|
9
9
|
*/
|
|
10
10
|
export function mergeFloorMapLayoutPropsFromContext(props, ctx) {
|
|
11
|
-
var _props$floorMapConfig, _props$dataSources, _props$onSave, _props$onDataSourceRe, _props$dataSourceLabe, _props$dataSourceForm, _props$dataSourceReco, _props$loading, _props$saveError, _props$onElementRende, _props$toolbarShowSav, _props$floorMapFullsc, _props$showDataSource;
|
|
11
|
+
var _props$floorMapConfig, _props$dataSources, _props$onSave, _props$onDataSourceRe, _props$dataSourceLabe, _props$dataSourceForm, _props$dataSourceReco, _props$loading, _props$saveError, _props$onElementRende, _props$toolbarShowSav, _props$floorMapFullsc, _props$showDataSource, _props$viewportDockTr;
|
|
12
12
|
if (ctx == null) return props;
|
|
13
13
|
return _objectSpread(_objectSpread({}, props), {}, {
|
|
14
14
|
floorMapConfig: (_props$floorMapConfig = props.floorMapConfig) !== null && _props$floorMapConfig !== void 0 ? _props$floorMapConfig : ctx.floorMapConfig,
|
|
@@ -23,6 +23,7 @@ export function mergeFloorMapLayoutPropsFromContext(props, ctx) {
|
|
|
23
23
|
onElementRenderError: (_props$onElementRende = props.onElementRenderError) !== null && _props$onElementRende !== void 0 ? _props$onElementRende : ctx.onElementRenderError,
|
|
24
24
|
toolbarShowSave: (_props$toolbarShowSav = props.toolbarShowSave) !== null && _props$toolbarShowSav !== void 0 ? _props$toolbarShowSav : ctx.toolbarShowSave,
|
|
25
25
|
floorMapFullscreenMode: (_props$floorMapFullsc = props.floorMapFullscreenMode) !== null && _props$floorMapFullsc !== void 0 ? _props$floorMapFullsc : ctx.floorMapFullscreenMode,
|
|
26
|
-
showDataSourceRecordFormBlock: (_props$showDataSource = props.showDataSourceRecordFormBlock) !== null && _props$showDataSource !== void 0 ? _props$showDataSource : ctx.showDataSourceRecordFormBlock
|
|
26
|
+
showDataSourceRecordFormBlock: (_props$showDataSource = props.showDataSourceRecordFormBlock) !== null && _props$showDataSource !== void 0 ? _props$showDataSource : ctx.showDataSourceRecordFormBlock,
|
|
27
|
+
viewportDockTrailing: (_props$viewportDockTr = props.viewportDockTrailing) !== null && _props$viewportDockTr !== void 0 ? _props$viewportDockTr : ctx.viewportDockTrailing
|
|
27
28
|
});
|
|
28
29
|
}
|
|
@@ -60,4 +60,7 @@ export declare function useFloorMapEditState<T extends FloorMapItemBase>(params:
|
|
|
60
60
|
placeOverlayClass: string;
|
|
61
61
|
isLayoutDirty: boolean;
|
|
62
62
|
toggleDraftCanvasShowGrid: () => void;
|
|
63
|
+
toggleSelectedLayoutLock: () => void;
|
|
64
|
+
duplicateSelectedElement: () => void;
|
|
65
|
+
deleteSelectedElement: () => void;
|
|
63
66
|
};
|
|
@@ -72,7 +72,7 @@ function duplicateBinding(elements, binding, exceptInstanceId) {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
export function useFloorMapEditState(params) {
|
|
75
|
-
var _engineCtx$engine;
|
|
75
|
+
var _engineCtx$engine, _selectedItem$_sceneE;
|
|
76
76
|
var floorMapConfigProp = params.floorMapConfigProp,
|
|
77
77
|
isFloorMapView = params.isFloorMapView,
|
|
78
78
|
itemsProp = params.itemsProp,
|
|
@@ -517,10 +517,50 @@ export function useFloorMapEditState(params) {
|
|
|
517
517
|
});
|
|
518
518
|
setSelectedId(null);
|
|
519
519
|
}, [selectedId]);
|
|
520
|
+
|
|
521
|
+
/** 与编辑侧栏锁定按钮同源:切换 `layoutTransformLocked` */
|
|
522
|
+
var toggleSelectedLayoutLock = useCallback(function () {
|
|
523
|
+
var _configRef$current2;
|
|
524
|
+
if (!selectedId) return;
|
|
525
|
+
var el = (_configRef$current2 = configRef.current) === null || _configRef$current2 === void 0 || (_configRef$current2 = _configRef$current2.sceneElements) === null || _configRef$current2 === void 0 ? void 0 : _configRef$current2.find(function (e) {
|
|
526
|
+
return e.instanceId === selectedId;
|
|
527
|
+
});
|
|
528
|
+
updateDraftSceneElement(selectedId, {
|
|
529
|
+
layoutTransformLocked: !(el !== null && el !== void 0 && el.layoutTransformLocked)
|
|
530
|
+
});
|
|
531
|
+
}, [selectedId, updateDraftSceneElement]);
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* 复制选中图元:新实例 + 位移,**清除 dataBinding**(避免与侧栏一致的「同一记录不可重复绑定」冲突)。
|
|
535
|
+
*/
|
|
536
|
+
var duplicateSelectedElement = useCallback(function () {
|
|
537
|
+
var _prev$sceneElements7, _el$x, _el$y, _prev$sceneElements8;
|
|
538
|
+
if (!selectedId) return;
|
|
539
|
+
var prev = configRef.current;
|
|
540
|
+
if (!prev) return;
|
|
541
|
+
var el = ((_prev$sceneElements7 = prev.sceneElements) !== null && _prev$sceneElements7 !== void 0 ? _prev$sceneElements7 : []).find(function (e) {
|
|
542
|
+
return e.instanceId === selectedId;
|
|
543
|
+
});
|
|
544
|
+
if (!el) return;
|
|
545
|
+
var newId = newInstanceId();
|
|
546
|
+
var copy = _objectSpread(_objectSpread({}, el), {}, {
|
|
547
|
+
instanceId: newId,
|
|
548
|
+
x: Math.round(((_el$x = el.x) !== null && _el$x !== void 0 ? _el$x : 0) + BATCH_PLACE_OFFSET),
|
|
549
|
+
y: Math.round(((_el$y = el.y) !== null && _el$y !== void 0 ? _el$y : 0) + BATCH_PLACE_OFFSET),
|
|
550
|
+
dataBinding: undefined,
|
|
551
|
+
layoutTransformLocked: false
|
|
552
|
+
});
|
|
553
|
+
setDraftConfig(_objectSpread(_objectSpread({}, prev), {}, {
|
|
554
|
+
sceneElements: [].concat(_toConsumableArray((_prev$sceneElements8 = prev.sceneElements) !== null && _prev$sceneElements8 !== void 0 ? _prev$sceneElements8 : []), [copy])
|
|
555
|
+
}));
|
|
556
|
+
setSelectedId(newId);
|
|
557
|
+
}, [selectedId]);
|
|
520
558
|
var selectedItem = selectedId ? mergedItems.find(function (m) {
|
|
521
559
|
return m.id === selectedId;
|
|
522
560
|
}) : null;
|
|
523
|
-
|
|
561
|
+
|
|
562
|
+
/** 布局锁定中的图元仍可选中,但不展开右侧编辑面板(解锁后再展) */
|
|
563
|
+
var editPanelParams = selectedItem && config && selectedId && !((_selectedItem$_sceneE = selectedItem._sceneElement) !== null && _selectedItem$_sceneE !== void 0 && _selectedItem$_sceneE.layoutTransformLocked) ? {
|
|
524
564
|
itemId: selectedId,
|
|
525
565
|
sceneElement: selectedItem._sceneElement,
|
|
526
566
|
onUpdate: handleEditPanelUpdate,
|
|
@@ -557,6 +597,9 @@ export function useFloorMapEditState(params) {
|
|
|
557
597
|
editPanelParams: editPanelParams,
|
|
558
598
|
placeOverlayClass: placeOverlayClass,
|
|
559
599
|
isLayoutDirty: isLayoutDirty,
|
|
560
|
-
toggleDraftCanvasShowGrid: toggleDraftCanvasShowGrid
|
|
600
|
+
toggleDraftCanvasShowGrid: toggleDraftCanvasShowGrid,
|
|
601
|
+
toggleSelectedLayoutLock: toggleSelectedLayoutLock,
|
|
602
|
+
duplicateSelectedElement: duplicateSelectedElement,
|
|
603
|
+
deleteSelectedElement: handleEditPanelDelete
|
|
561
604
|
};
|
|
562
605
|
}
|
|
@@ -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,67 @@
|
|
|
1
|
+
import type { MutableRefObject } from 'react';
|
|
2
|
+
import type { FloorMapItemBase, FloorMapItemUnit, FloorMapZoomConfig } from '../types';
|
|
3
|
+
/** react-zoom-pan-pinch TransformWrapper render 注入的上下文 */
|
|
4
|
+
export declare type FloorMapTransformContext = {
|
|
5
|
+
zoomIn: () => void;
|
|
6
|
+
zoomOut: () => void;
|
|
7
|
+
resetTransform: () => void;
|
|
8
|
+
setTransform: (x: number, y: number, scale: number) => void;
|
|
9
|
+
} | null;
|
|
10
|
+
export interface UseFloorMapTransformMetricsParams<T extends FloorMapItemBase> {
|
|
11
|
+
items: T[];
|
|
12
|
+
cellSize: number;
|
|
13
|
+
itemGap: number;
|
|
14
|
+
effectiveItemUnit: FloorMapItemUnit;
|
|
15
|
+
isFloorMapView: boolean;
|
|
16
|
+
mode: 'read' | 'edit';
|
|
17
|
+
zoom: FloorMapZoomConfig;
|
|
18
|
+
transformRef: MutableRefObject<FloorMapTransformContext>;
|
|
19
|
+
/** 由父组件创建并传入 useFloorMapEditState,本 hook 每帧写入内容区偏移 */
|
|
20
|
+
contentOffsetRef: MutableRefObject<{
|
|
21
|
+
x: number;
|
|
22
|
+
y: number;
|
|
23
|
+
}>;
|
|
24
|
+
/** 与 mapLayer.boundingPadding 一致;未传用 DEFAULT_BOUNDING_PADDING */
|
|
25
|
+
boundingPadding?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 平面图:当前画布 id(或其它在切换画布时应重置平移/对齐会话的 key)。
|
|
28
|
+
* 不传则不跑「异步加载图元后的首次左上对齐」逻辑。
|
|
29
|
+
*/
|
|
30
|
+
frameResetKey?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function useFloorMapTransformMetrics<T extends FloorMapItemBase>(params: UseFloorMapTransformMetricsParams<T>): {
|
|
33
|
+
containerRef: import("react").RefObject<HTMLDivElement>;
|
|
34
|
+
mapAreaRef: import("react").RefObject<HTMLDivElement>;
|
|
35
|
+
viewportSize: {
|
|
36
|
+
width: number;
|
|
37
|
+
height: number;
|
|
38
|
+
};
|
|
39
|
+
mapAreaSize: {
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
};
|
|
43
|
+
contentWidth: number;
|
|
44
|
+
contentHeight: number;
|
|
45
|
+
contentOffsetX: number;
|
|
46
|
+
contentOffsetY: number;
|
|
47
|
+
initialPositionX: number;
|
|
48
|
+
initialPositionY: number;
|
|
49
|
+
zoomConfig: {
|
|
50
|
+
initialScale: number;
|
|
51
|
+
minScale: number;
|
|
52
|
+
maxScale: number;
|
|
53
|
+
step: number;
|
|
54
|
+
};
|
|
55
|
+
scale: number;
|
|
56
|
+
setScale: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
57
|
+
isFullscreen: boolean;
|
|
58
|
+
toggleFullscreen: () => void;
|
|
59
|
+
fitBounds: () => boolean;
|
|
60
|
+
lastTransformRef: MutableRefObject<{
|
|
61
|
+
x: number;
|
|
62
|
+
y: number;
|
|
63
|
+
scale: number;
|
|
64
|
+
}>;
|
|
65
|
+
isInteractingWithElement: boolean;
|
|
66
|
+
setIsInteractingWithElement: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
67
|
+
};
|
|
@@ -139,7 +139,8 @@ export function useFloorMapTransformMetrics(params) {
|
|
|
139
139
|
var result = _objectSpread(_objectSpread({}, padded), {}, {
|
|
140
140
|
alignPadSingle: alignPad
|
|
141
141
|
});
|
|
142
|
-
|
|
142
|
+
/** 像素平面图:阅读态与编辑态均将内容区至少撑满视口,便于大空白处平移 */
|
|
143
|
+
if (!isFloorMapView || effectiveItemUnit !== 'pixel') return result;
|
|
143
144
|
var vw = mapAreaSize.width > 0 ? mapAreaSize.width : viewportSize.width;
|
|
144
145
|
var vh = mapAreaSize.height > 0 ? mapAreaSize.height : viewportSize.height;
|
|
145
146
|
if (vw <= 0 || vh <= 0) return result;
|
|
@@ -148,7 +149,7 @@ export function useFloorMapTransformMetrics(params) {
|
|
|
148
149
|
contentHeight: Math.max(padded.contentHeight, vh)
|
|
149
150
|
});
|
|
150
151
|
return result;
|
|
151
|
-
}, [items, cellSize, itemGap, effectiveItemUnit, isFloorMapView,
|
|
152
|
+
}, [items, cellSize, itemGap, effectiveItemUnit, isFloorMapView, mapAreaSize.width, mapAreaSize.height, viewportSize.width, viewportSize.height, padSingle]),
|
|
152
153
|
contentWidth = _useMemo.contentWidth,
|
|
153
154
|
contentHeight = _useMemo.contentHeight,
|
|
154
155
|
contentOffsetX = _useMemo.contentOffsetX,
|
|
@@ -62,6 +62,13 @@ declare const _default: {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -82,6 +89,8 @@ declare const _default: {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -62,6 +62,13 @@ export default {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': '削除',
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': 'キャンセル',
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '削除',
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': 'ロック(ドラッグ・リサイズ不可)',
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': 'ロック解除',
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': '複製',
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': '削除',
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': 'ロック中',
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': '未ロック',
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': '要素のクイック操作',
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': '要素',
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': 'クリックでキャンバスに配置、またはドラッグで「{name}」を追加',
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': 'データ連携(任意)',
|
|
@@ -82,6 +89,8 @@ export default {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': 'グリッドを表示',
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全画面',
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '全画面を終了',
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': 'その他の表示ツールを表示',
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'その他の表示ツールを隠す',
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': '画像要素',
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': '背景',
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': 'サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。',
|
|
@@ -62,6 +62,13 @@ declare const _default: {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -82,6 +89,8 @@ declare const _default: {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -62,6 +62,13 @@ export default {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': 'Eliminar',
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancelar',
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Eliminar',
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': 'Bloquear arrastar e redimensionar',
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': 'Desbloquear',
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicar',
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': 'Eliminar',
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': 'Bloqueado',
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': 'Desbloqueado',
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Acções rápidas do elemento',
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': 'Elemento',
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': 'Clique para colocar no canvas ou arraste para adicionar «{name}»',
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': 'Ligação de dados (opcional)',
|
|
@@ -82,6 +89,8 @@ export default {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': 'Mostrar grelha',
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Ecrã inteiro',
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Sair do ecrã inteiro',
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Mostrar mais ferramentas de vista',
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Ocultar ferramentas extra',
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': 'Elemento de imagem',
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': 'Fundo',
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': 'Introduza o URL da imagem na barra lateral. Baixe a ordem para ficar atrás das mesas.',
|
|
@@ -63,6 +63,13 @@ declare const _default: {
|
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
65
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;
|
|
66
73
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
67
74
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
68
75
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -83,6 +90,8 @@ declare const _default: {
|
|
|
83
90
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
85
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;
|
|
86
95
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
87
96
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
88
97
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -163,6 +172,13 @@ declare const _default: {
|
|
|
163
172
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
164
173
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
165
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;
|
|
166
182
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
167
183
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
168
184
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -183,6 +199,8 @@ declare const _default: {
|
|
|
183
199
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
184
200
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
185
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;
|
|
186
204
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
187
205
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
188
206
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -263,6 +281,13 @@ declare const _default: {
|
|
|
263
281
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
264
282
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
265
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;
|
|
266
291
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
267
292
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
268
293
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -283,6 +308,8 @@ declare const _default: {
|
|
|
283
308
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
284
309
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
285
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;
|
|
286
313
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
287
314
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
288
315
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -363,6 +390,13 @@ declare const _default: {
|
|
|
363
390
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
364
391
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
365
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;
|
|
366
400
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
367
401
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
368
402
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -383,6 +417,8 @@ declare const _default: {
|
|
|
383
417
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
384
418
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
385
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;
|
|
386
422
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
387
423
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
388
424
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -463,6 +499,13 @@ declare const _default: {
|
|
|
463
499
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
464
500
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
465
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;
|
|
466
509
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
467
510
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
468
511
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -483,6 +526,8 @@ declare const _default: {
|
|
|
483
526
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
484
527
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
485
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;
|
|
486
531
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
487
532
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
488
533
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -66,6 +66,13 @@ export default {
|
|
|
66
66
|
'pisell-floor-map-layout.edit-panel.btn-delete': 'Delete',
|
|
67
67
|
'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancel',
|
|
68
68
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Delete',
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.lock': 'Lock drag & resize',
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.unlock': 'Unlock',
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicate',
|
|
72
|
+
'pisell-floor-map-layout.edit-quick.delete': 'Delete',
|
|
73
|
+
'pisell-floor-map-layout.edit-quick.status-locked': 'Locked',
|
|
74
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': 'Unlocked',
|
|
75
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Element quick actions',
|
|
69
76
|
'pisell-floor-map-layout.toolbar.category-fallback': 'Elements',
|
|
70
77
|
'pisell-floor-map-layout.toolbar.palette-card-title': 'Click to place on canvas, or drag onto canvas to add 「{name}」',
|
|
71
78
|
'pisell-floor-map-layout.toolbar.data-binding-optional': 'Data binding (optional)',
|
|
@@ -86,6 +93,8 @@ export default {
|
|
|
86
93
|
'pisell-floor-map-layout.view-controls.grid-show-aria': 'Show grid',
|
|
87
94
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Fullscreen',
|
|
88
95
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Exit fullscreen',
|
|
96
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Show more view tools',
|
|
97
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Hide extra view tools',
|
|
89
98
|
'pisell-floor-map-layout.image-element.default-name': 'Image',
|
|
90
99
|
'pisell-floor-map-layout.placement.fallback-image-name': 'Background',
|
|
91
100
|
'pisell-floor-map-layout.image-element.hint-no-url': 'Enter the image URL in the sidebar; lower the layer to place under tables.',
|
|
@@ -166,6 +175,13 @@ export default {
|
|
|
166
175
|
'pisell-floor-map-layout.edit-panel.btn-delete': '删除',
|
|
167
176
|
'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
|
|
168
177
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '删除',
|
|
178
|
+
'pisell-floor-map-layout.edit-quick.lock': '锁定(不可拖拽与改尺寸)',
|
|
179
|
+
'pisell-floor-map-layout.edit-quick.unlock': '解锁',
|
|
180
|
+
'pisell-floor-map-layout.edit-quick.duplicate': '复制',
|
|
181
|
+
'pisell-floor-map-layout.edit-quick.delete': '删除',
|
|
182
|
+
'pisell-floor-map-layout.edit-quick.status-locked': '已锁定',
|
|
183
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': '未锁定',
|
|
184
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': '图元快捷操作',
|
|
169
185
|
'pisell-floor-map-layout.toolbar.category-fallback': '图元',
|
|
170
186
|
'pisell-floor-map-layout.toolbar.palette-card-title': '点击后画布落点,或拖拽到画布生成「{name}」',
|
|
171
187
|
'pisell-floor-map-layout.toolbar.data-binding-optional': '数据绑定(可选)',
|
|
@@ -186,6 +202,8 @@ export default {
|
|
|
186
202
|
'pisell-floor-map-layout.view-controls.grid-show-aria': '显示网格',
|
|
187
203
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全屏',
|
|
188
204
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全屏',
|
|
205
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': '展开更多操作',
|
|
206
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
|
|
189
207
|
'pisell-floor-map-layout.image-element.default-name': '图片图元',
|
|
190
208
|
'pisell-floor-map-layout.placement.fallback-image-name': '底图',
|
|
191
209
|
'pisell-floor-map-layout.image-element.hint-no-url': '在侧栏填写图片地址;可调层级置于桌位下方作底图',
|
|
@@ -266,6 +284,13 @@ export default {
|
|
|
266
284
|
'pisell-floor-map-layout.edit-panel.btn-delete': '刪除',
|
|
267
285
|
'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
|
|
268
286
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '刪除',
|
|
287
|
+
'pisell-floor-map-layout.edit-quick.lock': '鎖定(不可拖曳與改尺寸)',
|
|
288
|
+
'pisell-floor-map-layout.edit-quick.unlock': '解鎖',
|
|
289
|
+
'pisell-floor-map-layout.edit-quick.duplicate': '複製',
|
|
290
|
+
'pisell-floor-map-layout.edit-quick.delete': '刪除',
|
|
291
|
+
'pisell-floor-map-layout.edit-quick.status-locked': '已鎖定',
|
|
292
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': '未鎖定',
|
|
293
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': '圖元快捷操作',
|
|
269
294
|
'pisell-floor-map-layout.toolbar.category-fallback': '圖元',
|
|
270
295
|
'pisell-floor-map-layout.toolbar.palette-card-title': '點擊後畫布落點,或拖曳到畫布生成「{name}」',
|
|
271
296
|
'pisell-floor-map-layout.toolbar.data-binding-optional': '數據綁定(可選)',
|
|
@@ -286,6 +311,8 @@ export default {
|
|
|
286
311
|
'pisell-floor-map-layout.view-controls.grid-show-aria': '顯示網格',
|
|
287
312
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全螢幕',
|
|
288
313
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全螢幕',
|
|
314
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': '展開更多操作',
|
|
315
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
|
|
289
316
|
'pisell-floor-map-layout.image-element.default-name': '圖片圖元',
|
|
290
317
|
'pisell-floor-map-layout.placement.fallback-image-name': '底圖',
|
|
291
318
|
'pisell-floor-map-layout.image-element.hint-no-url': '在側欄填寫圖片地址;可調層級置於桌位下方作底圖',
|