@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
|
@@ -38,7 +38,8 @@ function mergeFloorMapLayoutPropsFromContext(props, ctx) {
|
|
|
38
38
|
onElementRenderError: props.onElementRenderError ?? ctx.onElementRenderError,
|
|
39
39
|
toolbarShowSave: props.toolbarShowSave ?? ctx.toolbarShowSave,
|
|
40
40
|
floorMapFullscreenMode: props.floorMapFullscreenMode ?? ctx.floorMapFullscreenMode,
|
|
41
|
-
showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock
|
|
41
|
+
showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock,
|
|
42
|
+
viewportDockTrailing: props.viewportDockTrailing ?? ctx.viewportDockTrailing
|
|
42
43
|
};
|
|
43
44
|
}
|
|
44
45
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -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
|
};
|
|
@@ -80,7 +80,7 @@ function duplicateBinding(elements, binding, exceptInstanceId) {
|
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
function useFloorMapEditState(params) {
|
|
83
|
-
var _a, _b;
|
|
83
|
+
var _a, _b, _c;
|
|
84
84
|
const {
|
|
85
85
|
floorMapConfigProp,
|
|
86
86
|
isFloorMapView,
|
|
@@ -501,8 +501,41 @@ function useFloorMapEditState(params) {
|
|
|
501
501
|
});
|
|
502
502
|
setSelectedId(null);
|
|
503
503
|
}, [selectedId]);
|
|
504
|
+
const toggleSelectedLayoutLock = (0, import_react.useCallback)(() => {
|
|
505
|
+
var _a2, _b2;
|
|
506
|
+
if (!selectedId) return;
|
|
507
|
+
const el = (_b2 = (_a2 = configRef.current) == null ? void 0 : _a2.sceneElements) == null ? void 0 : _b2.find(
|
|
508
|
+
(e) => e.instanceId === selectedId
|
|
509
|
+
);
|
|
510
|
+
updateDraftSceneElement(selectedId, {
|
|
511
|
+
layoutTransformLocked: !(el == null ? void 0 : el.layoutTransformLocked)
|
|
512
|
+
});
|
|
513
|
+
}, [selectedId, updateDraftSceneElement]);
|
|
514
|
+
const duplicateSelectedElement = (0, import_react.useCallback)(() => {
|
|
515
|
+
if (!selectedId) return;
|
|
516
|
+
const prev = configRef.current;
|
|
517
|
+
if (!prev) return;
|
|
518
|
+
const el = (prev.sceneElements ?? []).find(
|
|
519
|
+
(e) => e.instanceId === selectedId
|
|
520
|
+
);
|
|
521
|
+
if (!el) return;
|
|
522
|
+
const newId = newInstanceId();
|
|
523
|
+
const copy = {
|
|
524
|
+
...el,
|
|
525
|
+
instanceId: newId,
|
|
526
|
+
x: Math.round((el.x ?? 0) + BATCH_PLACE_OFFSET),
|
|
527
|
+
y: Math.round((el.y ?? 0) + BATCH_PLACE_OFFSET),
|
|
528
|
+
dataBinding: void 0,
|
|
529
|
+
layoutTransformLocked: false
|
|
530
|
+
};
|
|
531
|
+
setDraftConfig({
|
|
532
|
+
...prev,
|
|
533
|
+
sceneElements: [...prev.sceneElements ?? [], copy]
|
|
534
|
+
});
|
|
535
|
+
setSelectedId(newId);
|
|
536
|
+
}, [selectedId]);
|
|
504
537
|
const selectedItem = selectedId ? mergedItems.find((m) => m.id === selectedId) : null;
|
|
505
|
-
const editPanelParams = selectedItem && config && selectedId ? {
|
|
538
|
+
const editPanelParams = selectedItem && config && selectedId && !((_c = selectedItem._sceneElement) == null ? void 0 : _c.layoutTransformLocked) ? {
|
|
506
539
|
itemId: selectedId,
|
|
507
540
|
sceneElement: selectedItem._sceneElement,
|
|
508
541
|
onUpdate: handleEditPanelUpdate,
|
|
@@ -537,7 +570,10 @@ function useFloorMapEditState(params) {
|
|
|
537
570
|
editPanelParams,
|
|
538
571
|
placeOverlayClass,
|
|
539
572
|
isLayoutDirty,
|
|
540
|
-
toggleDraftCanvasShowGrid
|
|
573
|
+
toggleDraftCanvasShowGrid,
|
|
574
|
+
toggleSelectedLayoutLock,
|
|
575
|
+
duplicateSelectedElement,
|
|
576
|
+
deleteSelectedElement: handleEditPanelDelete
|
|
541
577
|
};
|
|
542
578
|
}
|
|
543
579
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -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
|
+
};
|
|
@@ -114,7 +114,7 @@ function useFloorMapTransformMetrics(params) {
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
let result = { ...padded, alignPadSingle: alignPad };
|
|
117
|
-
if (!isFloorMapView ||
|
|
117
|
+
if (!isFloorMapView || effectiveItemUnit !== "pixel") return result;
|
|
118
118
|
const vw = mapAreaSize.width > 0 ? mapAreaSize.width : viewportSize.width;
|
|
119
119
|
const vh = mapAreaSize.height > 0 ? mapAreaSize.height : viewportSize.height;
|
|
120
120
|
if (vw <= 0 || vh <= 0) return result;
|
|
@@ -130,7 +130,6 @@ function useFloorMapTransformMetrics(params) {
|
|
|
130
130
|
itemGap,
|
|
131
131
|
effectiveItemUnit,
|
|
132
132
|
isFloorMapView,
|
|
133
|
-
mode,
|
|
134
133
|
mapAreaSize.width,
|
|
135
134
|
mapAreaSize.height,
|
|
136
135
|
viewportSize.width,
|
|
@@ -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;
|
|
@@ -83,6 +83,13 @@ var locales_ja_default = {
|
|
|
83
83
|
"pisell-floor-map-layout.edit-panel.btn-delete": "削除",
|
|
84
84
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "キャンセル",
|
|
85
85
|
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "削除",
|
|
86
|
+
"pisell-floor-map-layout.edit-quick.lock": "ロック(ドラッグ・リサイズ不可)",
|
|
87
|
+
"pisell-floor-map-layout.edit-quick.unlock": "ロック解除",
|
|
88
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "複製",
|
|
89
|
+
"pisell-floor-map-layout.edit-quick.delete": "削除",
|
|
90
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "ロック中",
|
|
91
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "未ロック",
|
|
92
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "要素のクイック操作",
|
|
86
93
|
"pisell-floor-map-layout.toolbar.category-fallback": "要素",
|
|
87
94
|
"pisell-floor-map-layout.toolbar.palette-card-title": "クリックでキャンバスに配置、またはドラッグで「{name}」を追加",
|
|
88
95
|
"pisell-floor-map-layout.toolbar.data-binding-optional": "データ連携(任意)",
|
|
@@ -103,6 +110,8 @@ var locales_ja_default = {
|
|
|
103
110
|
"pisell-floor-map-layout.view-controls.grid-show-aria": "グリッドを表示",
|
|
104
111
|
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全画面",
|
|
105
112
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "全画面を終了",
|
|
113
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "その他の表示ツールを表示",
|
|
114
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "その他の表示ツールを隠す",
|
|
106
115
|
"pisell-floor-map-layout.image-element.default-name": "画像要素",
|
|
107
116
|
"pisell-floor-map-layout.placement.fallback-image-name": "背景",
|
|
108
117
|
"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;
|
|
@@ -83,6 +83,13 @@ var locales_pt_default = {
|
|
|
83
83
|
"pisell-floor-map-layout.edit-panel.btn-delete": "Eliminar",
|
|
84
84
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "Cancelar",
|
|
85
85
|
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "Eliminar",
|
|
86
|
+
"pisell-floor-map-layout.edit-quick.lock": "Bloquear arrastar e redimensionar",
|
|
87
|
+
"pisell-floor-map-layout.edit-quick.unlock": "Desbloquear",
|
|
88
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "Duplicar",
|
|
89
|
+
"pisell-floor-map-layout.edit-quick.delete": "Eliminar",
|
|
90
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "Bloqueado",
|
|
91
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "Desbloqueado",
|
|
92
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "Acções rápidas do elemento",
|
|
86
93
|
"pisell-floor-map-layout.toolbar.category-fallback": "Elemento",
|
|
87
94
|
"pisell-floor-map-layout.toolbar.palette-card-title": "Clique para colocar no canvas ou arraste para adicionar «{name}»",
|
|
88
95
|
"pisell-floor-map-layout.toolbar.data-binding-optional": "Ligação de dados (opcional)",
|
|
@@ -103,6 +110,8 @@ var locales_pt_default = {
|
|
|
103
110
|
"pisell-floor-map-layout.view-controls.grid-show-aria": "Mostrar grelha",
|
|
104
111
|
"pisell-floor-map-layout.view-controls.fullscreen-aria": "Ecrã inteiro",
|
|
105
112
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Sair do ecrã inteiro",
|
|
113
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "Mostrar mais ferramentas de vista",
|
|
114
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "Ocultar ferramentas extra",
|
|
106
115
|
"pisell-floor-map-layout.image-element.default-name": "Elemento de imagem",
|
|
107
116
|
"pisell-floor-map-layout.placement.fallback-image-name": "Fundo",
|
|
108
117
|
"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;
|
|
@@ -96,6 +96,13 @@ var locales_default = {
|
|
|
96
96
|
"pisell-floor-map-layout.edit-panel.btn-delete": "Delete",
|
|
97
97
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "Cancel",
|
|
98
98
|
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "Delete",
|
|
99
|
+
"pisell-floor-map-layout.edit-quick.lock": "Lock drag & resize",
|
|
100
|
+
"pisell-floor-map-layout.edit-quick.unlock": "Unlock",
|
|
101
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "Duplicate",
|
|
102
|
+
"pisell-floor-map-layout.edit-quick.delete": "Delete",
|
|
103
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "Locked",
|
|
104
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "Unlocked",
|
|
105
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "Element quick actions",
|
|
99
106
|
"pisell-floor-map-layout.toolbar.category-fallback": "Elements",
|
|
100
107
|
"pisell-floor-map-layout.toolbar.palette-card-title": "Click to place on canvas, or drag onto canvas to add 「{name}」",
|
|
101
108
|
"pisell-floor-map-layout.toolbar.data-binding-optional": "Data binding (optional)",
|
|
@@ -116,6 +123,8 @@ var locales_default = {
|
|
|
116
123
|
"pisell-floor-map-layout.view-controls.grid-show-aria": "Show grid",
|
|
117
124
|
"pisell-floor-map-layout.view-controls.fullscreen-aria": "Fullscreen",
|
|
118
125
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Exit fullscreen",
|
|
126
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "Show more view tools",
|
|
127
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "Hide extra view tools",
|
|
119
128
|
"pisell-floor-map-layout.image-element.default-name": "Image",
|
|
120
129
|
"pisell-floor-map-layout.placement.fallback-image-name": "Background",
|
|
121
130
|
"pisell-floor-map-layout.image-element.hint-no-url": "Enter the image URL in the sidebar; lower the layer to place under tables.",
|
|
@@ -196,6 +205,13 @@ var locales_default = {
|
|
|
196
205
|
"pisell-floor-map-layout.edit-panel.btn-delete": "删除",
|
|
197
206
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
|
|
198
207
|
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "删除",
|
|
208
|
+
"pisell-floor-map-layout.edit-quick.lock": "锁定(不可拖拽与改尺寸)",
|
|
209
|
+
"pisell-floor-map-layout.edit-quick.unlock": "解锁",
|
|
210
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "复制",
|
|
211
|
+
"pisell-floor-map-layout.edit-quick.delete": "删除",
|
|
212
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "已锁定",
|
|
213
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "未锁定",
|
|
214
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "图元快捷操作",
|
|
199
215
|
"pisell-floor-map-layout.toolbar.category-fallback": "图元",
|
|
200
216
|
"pisell-floor-map-layout.toolbar.palette-card-title": "点击后画布落点,或拖拽到画布生成「{name}」",
|
|
201
217
|
"pisell-floor-map-layout.toolbar.data-binding-optional": "数据绑定(可选)",
|
|
@@ -216,6 +232,8 @@ var locales_default = {
|
|
|
216
232
|
"pisell-floor-map-layout.view-controls.grid-show-aria": "显示网格",
|
|
217
233
|
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全屏",
|
|
218
234
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全屏",
|
|
235
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "展开更多操作",
|
|
236
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
|
|
219
237
|
"pisell-floor-map-layout.image-element.default-name": "图片图元",
|
|
220
238
|
"pisell-floor-map-layout.placement.fallback-image-name": "底图",
|
|
221
239
|
"pisell-floor-map-layout.image-element.hint-no-url": "在侧栏填写图片地址;可调层级置于桌位下方作底图",
|
|
@@ -296,6 +314,13 @@ var locales_default = {
|
|
|
296
314
|
"pisell-floor-map-layout.edit-panel.btn-delete": "刪除",
|
|
297
315
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
|
|
298
316
|
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "刪除",
|
|
317
|
+
"pisell-floor-map-layout.edit-quick.lock": "鎖定(不可拖曳與改尺寸)",
|
|
318
|
+
"pisell-floor-map-layout.edit-quick.unlock": "解鎖",
|
|
319
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "複製",
|
|
320
|
+
"pisell-floor-map-layout.edit-quick.delete": "刪除",
|
|
321
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "已鎖定",
|
|
322
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "未鎖定",
|
|
323
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "圖元快捷操作",
|
|
299
324
|
"pisell-floor-map-layout.toolbar.category-fallback": "圖元",
|
|
300
325
|
"pisell-floor-map-layout.toolbar.palette-card-title": "點擊後畫布落點,或拖曳到畫布生成「{name}」",
|
|
301
326
|
"pisell-floor-map-layout.toolbar.data-binding-optional": "數據綁定(可選)",
|
|
@@ -316,6 +341,8 @@ var locales_default = {
|
|
|
316
341
|
"pisell-floor-map-layout.view-controls.grid-show-aria": "顯示網格",
|
|
317
342
|
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全螢幕",
|
|
318
343
|
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全螢幕",
|
|
344
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "展開更多操作",
|
|
345
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
|
|
319
346
|
"pisell-floor-map-layout.image-element.default-name": "圖片圖元",
|
|
320
347
|
"pisell-floor-map-layout.placement.fallback-image-name": "底圖",
|
|
321
348
|
"pisell-floor-map-layout.image-element.hint-no-url": "在側欄填寫圖片地址;可調層級置於桌位下方作底圖",
|