@pisell/materials 1.8.22 → 1.8.24
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 +5 -5
- package/build/lowcode/preview.css +1 -1
- package/build/lowcode/preview.js +152 -153
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +50 -36
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +54 -40
- package/es/components/DragSortList/index.d.ts +1 -1
- package/es/components/MultipleContainersSortList/index.d.ts +1 -1
- package/es/components/Pagination/index.d.ts +2 -3
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
- package/es/components/PisellCards/index.d.ts +6 -5
- package/es/components/PisellFields/index.d.ts +1 -0
- package/es/components/PisellLayouts/index.d.ts +3 -2
- package/es/components/PisellMetrics/index.d.ts +3 -2
- package/es/components/PisellScrollView/components/Actions/index.d.ts +1 -1
- package/es/components/appVersionControl/index.d.ts +2 -2
- package/es/components/auto-complete-number/index.d.ts +2 -2
- package/es/components/badge/index.d.ts +2 -2
- package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/es/components/batch-editor/fields/index.d.ts +3 -2
- package/es/components/batch-editor/index.d.ts +2 -2
- package/es/components/browserSelect/index.d.ts +1 -1
- package/es/components/calendar/index.d.ts +2 -1
- package/es/components/cardMetricItem/index.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +2 -1
- package/es/components/classicLayout/index.d.ts +2 -2
- package/es/components/colorPicker/index.d.ts +2 -2
- package/es/components/customSelect/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +11 -11
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
- package/es/components/date-picker/datePickerCpt.d.ts +1 -2
- package/es/components/date-picker/index.d.ts +2 -1
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/filter/components/items/index.d.ts +7 -6
- package/es/components/filter/components/items/text/Editor/index.d.ts +2 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +2 -1
- package/es/components/filter/components/items/text/index.d.ts +3 -2
- package/es/components/filter/index.d.ts +1 -2
- package/es/components/list/index.d.ts +1 -2
- package/es/components/lowCodePage/index.d.ts +1 -2
- package/es/components/page/index.d.ts +1 -2
- package/es/components/page-header/index.d.ts +1 -1
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/es/components/pisellAdjustPrice/index.d.ts +1 -2
- package/es/components/pisellAlert/index.d.ts +1 -1
- package/es/components/pisellCard/index.d.ts +2 -2
- package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/es/components/pisellCountdown/index.d.ts +1 -1
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -2
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/es/components/pisellDatePicker/index.d.ts +2 -1
- package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
- package/es/components/pisellDraggable/index.d.ts +2 -2
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/es/components/pisellFilter/index.d.ts +1 -2
- package/es/components/pisellFloatingPanel/index.d.ts +1 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +2 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +19 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +51 -3
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +2 -5
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +2 -5
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +314 -0
- package/es/components/pisellFloorMapLayout/locales.js +123 -4
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
- package/es/components/pisellGoodPassCard/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -2
- package/es/components/pisellInformationEntry/index.d.ts +1 -1
- package/es/components/pisellInput/components/BankCard/index.d.ts +2 -2
- package/es/components/pisellInput/components/Copy/index.d.ts +1 -2
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/es/components/pisellInput/index.d.ts +5 -5
- package/es/components/pisellLoading/index.d.ts +1 -2
- package/es/components/pisellModal/components/Information/index.d.ts +1 -1
- package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -2
- package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -2
- package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/es/components/pisellModal/components/index.d.ts +4 -3
- package/es/components/pisellModal/index.d.ts +2 -2
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
- package/es/components/pisellRow/index.d.ts +1 -1
- package/es/components/pisellTags/index.d.ts +1 -1
- package/es/components/pisellText/components/Amount/index.d.ts +1 -1
- package/es/components/pisellText/index.d.ts +2 -2
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
- package/es/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
- package/es/components/pisellTimeNavigator/index.d.ts +1 -0
- package/es/components/pisellTimeNavigator/index.js +1 -0
- package/es/components/pisellTimeNavigator/types.d.ts +1 -1
- package/es/components/pisellTooltip/index.d.ts +2 -2
- package/es/components/pisellUpload/index.d.ts +2 -2
- package/es/components/pisellWalletPassCard/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -2
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/index.d.ts +1 -2
- package/es/components/productCard/components/AmountFooter/index.d.ts +1 -2
- package/es/components/productCard/components/Divider/index.d.ts +2 -2
- package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -2
- package/es/components/productCard/components/Header/index.d.ts +1 -2
- package/es/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/components/Note/index.d.ts +1 -2
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
- package/es/components/productCard/components/Packages/components/options/index.d.ts +2 -2
- package/es/components/productCard/components/Packages/index.d.ts +1 -2
- package/es/components/productCard/components/Sales/index.d.ts +1 -2
- package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
- package/es/components/productCard/components/Time/index.d.ts +2 -2
- package/es/components/qrcode/index.d.ts +1 -2
- package/es/components/radio/index.d.ts +2 -1
- package/es/components/section-footers/index.d.ts +1 -1
- package/es/components/segmented/index.d.ts +2 -2
- package/es/components/select-time/RightPanel/index.d.ts +2 -2
- package/es/components/select-time/index.d.ts +2 -2
- package/es/components/skeleton/index.d.ts +2 -1
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -2
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/es/components/table/Actions/component/Group/index.d.ts +1 -2
- package/es/components/table/Actions/index.d.ts +1 -2
- package/es/components/table/BasicTable/index.d.ts +1 -2
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/es/components/table/Gallery/index.d.ts +1 -1
- package/es/components/table/Header/index.d.ts +1 -1
- package/es/components/table/Summary/index.d.ts +2 -2
- package/es/components/table/Table/SelectField/index.d.ts +1 -2
- package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/index.d.ts +4 -3
- package/es/components/table/Table/fields/image/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/index.d.ts +4 -3
- package/es/components/table/Table/fields/index.d.ts +77 -77
- package/es/components/table/Table/fields/link/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/index.d.ts +4 -3
- package/es/components/table/Table/fields/number/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/index.d.ts +4 -3
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/index.d.ts +4 -3
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/index.d.ts +4 -3
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/index.d.ts +4 -3
- package/es/components/table/Table/fields/search/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/index.d.ts +4 -3
- package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/index.d.ts +3 -3
- package/es/components/table/Table/fields/text/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/index.d.ts +3 -3
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -3
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
- package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -2
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/TableFilter/SortIcon.d.ts +2 -2
- package/es/components/table/View/index.d.ts +1 -2
- package/es/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
- package/es/components/table/hooks/useTableSetting.d.ts +1 -1
- package/es/components/table/model.d.ts +1 -1
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +2 -1
- package/es/components/upload/index.d.ts +2 -1
- package/es/components/versionSelect/index.d.ts +2 -2
- package/es/components/virtual-keyboard/Amount/index.d.ts +1 -2
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Number/index.d.ts +1 -2
- package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +2 -1
- package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/index.d.ts +1 -1
- package/es/components/walletCard/Guest/index.d.ts +2 -2
- package/es/components/walletCard/Guide/index.d.ts +2 -2
- package/es/index.d.ts +10 -11
- package/es/index.js +11 -9
- package/es/locales/en-US.d.ts +1 -0
- package/es/locales/en-US.js +1 -0
- package/es/locales/ja.d.ts +8 -0
- package/es/locales/ja.js +25 -7
- package/es/locales/pt.d.ts +8 -0
- package/es/locales/pt.js +21 -3
- package/es/locales/zh-CN.d.ts +1 -0
- package/es/locales/zh-CN.js +1 -0
- package/es/locales/zh-TW.d.ts +1 -0
- package/es/locales/zh-TW.js +1 -0
- package/es/utils/hoc.d.ts +5 -5
- package/es/utils/miniRedux.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/lib/components/DragSortList/index.d.ts +1 -1
- package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
- package/lib/components/Pagination/index.d.ts +2 -3
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
- package/lib/components/PisellCards/index.d.ts +6 -5
- package/lib/components/PisellFields/index.d.ts +1 -0
- package/lib/components/PisellLayouts/index.d.ts +3 -2
- package/lib/components/PisellMetrics/index.d.ts +3 -2
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +1 -1
- package/lib/components/appVersionControl/index.d.ts +2 -2
- package/lib/components/auto-complete-number/index.d.ts +2 -2
- package/lib/components/badge/index.d.ts +2 -2
- package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/index.d.ts +3 -2
- package/lib/components/batch-editor/index.d.ts +2 -2
- package/lib/components/browserSelect/index.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +2 -1
- package/lib/components/cardMetricItem/index.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +2 -1
- package/lib/components/classicLayout/index.d.ts +2 -2
- package/lib/components/colorPicker/index.d.ts +2 -2
- package/lib/components/customSelect/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +11 -11
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
- package/lib/components/date-picker/datePickerCpt.d.ts +1 -2
- package/lib/components/date-picker/index.d.ts +2 -1
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/filter/components/items/index.d.ts +7 -6
- package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -1
- package/lib/components/filter/components/items/text/index.d.ts +3 -2
- package/lib/components/filter/index.d.ts +1 -2
- package/lib/components/list/index.d.ts +1 -2
- package/lib/components/lowCodePage/index.d.ts +1 -2
- package/lib/components/page/index.d.ts +1 -2
- package/lib/components/page-header/index.d.ts +1 -1
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/lib/components/pisellAdjustPrice/index.d.ts +1 -2
- package/lib/components/pisellAlert/index.d.ts +1 -1
- package/lib/components/pisellCard/index.d.ts +2 -2
- package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/lib/components/pisellCountdown/index.d.ts +1 -1
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -2
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/lib/components/pisellDatePicker/index.d.ts +2 -1
- package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
- package/lib/components/pisellDraggable/index.d.ts +2 -2
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/lib/components/pisellFilter/index.d.ts +1 -2
- package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +10 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +19 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +47 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +2 -5
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +2 -5
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +314 -0
- package/lib/components/pisellFloorMapLayout/locales.js +132 -4
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
- package/lib/components/pisellGoodPassCard/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -2
- package/lib/components/pisellInformationEntry/index.d.ts +1 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -2
- package/lib/components/pisellInput/components/Copy/index.d.ts +1 -2
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/lib/components/pisellInput/index.d.ts +5 -5
- package/lib/components/pisellLoading/index.d.ts +1 -2
- package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -2
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -2
- package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/lib/components/pisellModal/components/index.d.ts +4 -3
- package/lib/components/pisellModal/index.d.ts +2 -2
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
- package/lib/components/pisellRow/index.d.ts +1 -1
- package/lib/components/pisellTags/index.d.ts +1 -1
- package/lib/components/pisellText/components/Amount/index.d.ts +1 -1
- package/lib/components/pisellText/index.d.ts +2 -2
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
- package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
- package/lib/components/pisellTimeNavigator/index.d.ts +1 -0
- package/lib/components/pisellTimeNavigator/index.js +5 -0
- package/lib/components/pisellTimeNavigator/types.d.ts +1 -1
- package/lib/components/pisellTooltip/index.d.ts +2 -2
- package/lib/components/pisellUpload/index.d.ts +2 -2
- package/lib/components/pisellWalletPassCard/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -2
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/index.d.ts +1 -2
- package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -2
- package/lib/components/productCard/components/Divider/index.d.ts +2 -2
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -2
- package/lib/components/productCard/components/Header/index.d.ts +1 -2
- package/lib/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/components/Note/index.d.ts +1 -2
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +2 -2
- package/lib/components/productCard/components/Packages/index.d.ts +1 -2
- package/lib/components/productCard/components/Sales/index.d.ts +1 -2
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
- package/lib/components/productCard/components/Time/index.d.ts +2 -2
- package/lib/components/qrcode/index.d.ts +1 -2
- package/lib/components/radio/index.d.ts +2 -1
- package/lib/components/section-footers/index.d.ts +1 -1
- package/lib/components/segmented/index.d.ts +2 -2
- package/lib/components/select-time/RightPanel/index.d.ts +2 -2
- package/lib/components/select-time/index.d.ts +2 -2
- package/lib/components/skeleton/index.d.ts +2 -1
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -2
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/lib/components/table/Actions/component/Group/index.d.ts +1 -2
- package/lib/components/table/Actions/index.d.ts +1 -2
- package/lib/components/table/BasicTable/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/lib/components/table/Gallery/index.d.ts +1 -1
- package/lib/components/table/Header/index.d.ts +1 -1
- package/lib/components/table/Summary/index.d.ts +2 -2
- package/lib/components/table/Table/SelectField/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/index.d.ts +4 -3
- package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/index.d.ts +4 -3
- package/lib/components/table/Table/fields/index.d.ts +77 -77
- package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/index.d.ts +4 -3
- package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/index.d.ts +4 -3
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/index.d.ts +4 -3
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +4 -3
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +4 -3
- package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/index.d.ts +4 -3
- package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/index.d.ts +3 -3
- package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/index.d.ts +3 -3
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -3
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -2
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/TableFilter/SortIcon.d.ts +2 -2
- package/lib/components/table/View/index.d.ts +1 -2
- package/lib/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
- package/lib/components/table/hooks/useTableSetting.d.ts +1 -1
- package/lib/components/table/model.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +2 -1
- package/lib/components/upload/index.d.ts +2 -1
- package/lib/components/versionSelect/index.d.ts +2 -2
- package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -2
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Number/index.d.ts +1 -2
- package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +2 -1
- package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/index.d.ts +1 -1
- package/lib/components/walletCard/Guest/index.d.ts +2 -2
- package/lib/components/walletCard/Guide/index.d.ts +2 -2
- package/lib/index.d.ts +10 -11
- package/lib/index.js +12 -8
- package/lib/locales/en-US.d.ts +1 -0
- package/lib/locales/en-US.js +1 -0
- package/lib/locales/ja.d.ts +8 -0
- package/lib/locales/ja.js +22 -1
- package/lib/locales/pt.d.ts +8 -0
- package/lib/locales/pt.js +22 -1
- package/lib/locales/zh-CN.d.ts +1 -0
- package/lib/locales/zh-CN.js +1 -0
- package/lib/locales/zh-TW.d.ts +1 -0
- package/lib/locales/zh-TW.js +1 -0
- package/lib/utils/hoc.d.ts +5 -5
- package/lib/utils/miniRedux.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lowcode/floor-map-image-element/meta.ts +1 -1
- package/lowcode/floor-map-layout-provider/meta.ts +1 -1
- package/lowcode/pisell-floor-map-layout/meta.ts +1 -1
- package/lowcode/pisell-time-navigator/meta.ts +1 -1
- package/lowcode/render-figma-style-round-table-card/meta.ts +1 -1
- package/lowcode/render-figma-style-table-card/meta.ts +1 -1
- package/package.json +3 -3
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/es/components/PisellScrollView/index.d.ts +0 -3
- package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
- package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/es/components/PisellSuperTabs/types.d.ts +0 -212
- package/es/components/PisellTabbar/constants.d.ts +0 -47
- package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/es/components/PisellTabbar/locales.d.ts +0 -23
- package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar/types.d.ts +0 -90
- package/es/components/PisellTabbar/utils/index.d.ts +0 -69
- package/es/components/PisellTabbar2/locales.d.ts +0 -23
- package/es/components/PisellTabbar3/locales.d.ts +0 -23
- package/es/components/cardPro/index.d.ts +0 -4
- package/es/components/config-provider/index.d.ts +0 -10
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/es/components/drag-sort-tree/index.d.ts +0 -5
- package/es/components/filter/components/Dropdown/types.d.ts +0 -13
- package/es/components/filter/components/FilterButton/types.d.ts +0 -24
- package/es/components/filter/types.d.ts +0 -48
- package/es/components/iconfont/index.d.ts +0 -8
- package/es/components/keyboard/index.d.ts +0 -22
- package/es/components/login-and-register/index.d.ts +0 -82
- package/es/components/pisell-config-provider/context.d.ts +0 -22
- package/es/components/pisell-config-provider/index.d.ts +0 -13
- package/es/components/pisellAdjustPrice/status.d.ts +0 -32
- package/es/components/pisellAdjustPrice/type.d.ts +0 -22
- package/es/components/pisellBatchActionBar/types.d.ts +0 -237
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/es/components/pisellEmpty/index.d.ts +0 -19
- package/es/components/pisellFilter/type.d.ts +0 -7
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -37
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
- package/es/components/pisellFloorMapLayout/types.d.ts +0 -586
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
- package/es/components/pisellGridPro/GridPro.d.ts +0 -9
- package/es/components/pisellGridPro/GridView/index.d.ts +0 -6
- package/es/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/es/components/pisellGridPro/index.d.ts +0 -4
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/es/components/pisellLayout/index.d.ts +0 -14
- package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/es/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
- package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/es/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/es/components/pisellLookup/components/index.d.ts +0 -9
- package/es/components/pisellLookup/hooks/index.d.ts +0 -6
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/es/components/pisellLookup/index.d.ts +0 -6
- package/es/components/pisellLookup/types.d.ts +0 -667
- package/es/components/pisellLookup/utils/index.d.ts +0 -5
- package/es/components/pisellLookup/utils/storage.d.ts +0 -42
- package/es/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/es/components/pisellMetricCard/types.d.ts +0 -201
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/es/components/pisellQuickFilter/type.d.ts +0 -12
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +0 -13
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -16
- package/es/components/pisellRecordBoard/types.d.ts +0 -381
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -15
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
- package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
- package/es/components/pisellReservationSchedule/types.d.ts +0 -42
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/es/components/pisellShellFrame/index.d.ts +0 -2
- package/es/components/pisellShellFrame/types.d.ts +0 -56
- package/es/components/pisellSort/index.d.ts +0 -4
- package/es/components/pisellSort/type.d.ts +0 -7
- package/es/components/pisellStatisticList/index.d.ts +0 -22
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
- package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/es/components/pisellToast/squareToast/index.d.ts +0 -15
- package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
- package/es/components/pisellUrl/utils/index.d.ts +0 -6
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/es/components/productCard/components/Action/index.d.ts +0 -4
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/es/components/productCard/locales.d.ts +0 -138
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -95
- package/es/components/select/index.d.ts +0 -9
- package/es/components/sort/types.d.ts +0 -39
- package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- package/es/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/es/components/table/Table/fields/types/index.d.ts +0 -33
- package/es/components/table/types.d.ts +0 -268
- package/es/components/translation/utils.d.ts +0 -9
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/es/components/virtualInput/index.d.ts +0 -29
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/theme/tokens.d.ts +0 -22
- package/es/utils/tagColor.d.ts +0 -7
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/lib/components/PisellScrollView/index.d.ts +0 -3
- package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
- package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/lib/components/PisellSuperTabs/types.d.ts +0 -212
- package/lib/components/PisellTabbar/constants.d.ts +0 -47
- package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/lib/components/PisellTabbar/locales.d.ts +0 -23
- package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar/types.d.ts +0 -90
- package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
- package/lib/components/PisellTabbar2/locales.d.ts +0 -23
- package/lib/components/PisellTabbar3/locales.d.ts +0 -23
- package/lib/components/cardPro/index.d.ts +0 -4
- package/lib/components/config-provider/index.d.ts +0 -10
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/lib/components/drag-sort-tree/index.d.ts +0 -5
- package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
- package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
- package/lib/components/filter/types.d.ts +0 -48
- package/lib/components/iconfont/index.d.ts +0 -8
- package/lib/components/keyboard/index.d.ts +0 -22
- package/lib/components/login-and-register/index.d.ts +0 -82
- package/lib/components/pisell-config-provider/context.d.ts +0 -22
- package/lib/components/pisell-config-provider/index.d.ts +0 -13
- package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
- package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
- package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/lib/components/pisellEmpty/index.d.ts +0 -19
- package/lib/components/pisellFilter/type.d.ts +0 -7
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -37
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
- package/lib/components/pisellFloorMapLayout/types.d.ts +0 -586
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
- package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
- package/lib/components/pisellGridPro/GridView/index.d.ts +0 -6
- package/lib/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/lib/components/pisellGridPro/index.d.ts +0 -4
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
- package/lib/components/pisellLayout/index.d.ts +0 -14
- package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/lib/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/index.d.ts +0 -9
- package/lib/components/pisellLookup/hooks/index.d.ts +0 -6
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/lib/components/pisellLookup/index.d.ts +0 -6
- package/lib/components/pisellLookup/types.d.ts +0 -667
- package/lib/components/pisellLookup/utils/index.d.ts +0 -5
- package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
- package/lib/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/lib/components/pisellMetricCard/types.d.ts +0 -201
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/lib/components/pisellQuickFilter/type.d.ts +0 -12
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +0 -13
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -16
- package/lib/components/pisellRecordBoard/types.d.ts +0 -381
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -15
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
- package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
- package/lib/components/pisellReservationSchedule/types.d.ts +0 -42
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/lib/components/pisellShellFrame/index.d.ts +0 -2
- package/lib/components/pisellShellFrame/types.d.ts +0 -56
- package/lib/components/pisellSort/index.d.ts +0 -4
- package/lib/components/pisellSort/type.d.ts +0 -7
- package/lib/components/pisellStatisticList/index.d.ts +0 -22
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
- package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
- package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
- package/lib/components/pisellUrl/utils/index.d.ts +0 -6
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
- package/lib/components/productCard/components/Action/index.d.ts +0 -4
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/lib/components/productCard/locales.d.ts +0 -138
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -95
- package/lib/components/select/index.d.ts +0 -9
- package/lib/components/sort/types.d.ts +0 -39
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/lib/components/table/Table/fields/types/index.d.ts +0 -33
- package/lib/components/table/types.d.ts +0 -268
- package/lib/components/translation/utils.d.ts +0 -9
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/lib/components/virtualInput/index.d.ts +0 -29
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/theme/tokens.d.ts +0 -22
- package/lib/utils/tagColor.d.ts +0 -7
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* FloorMapDataForm - 数据源落位的数据表单,调用 onDataSourceRecordSave
|
|
3
|
-
* 支持通过 columns 配置列标签与控件类型(string/number/select),与表格列一致
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
1
|
+
/// <reference types="react" />
|
|
6
2
|
import type { FloorMapDataSources, DataSourceFormColumn } from '../types';
|
|
7
3
|
import './FloorMapDataForm.less';
|
|
8
4
|
export interface FloorMapDataFormProps {
|
|
@@ -17,5 +13,5 @@ export interface FloorMapDataFormProps {
|
|
|
17
13
|
className?: string;
|
|
18
14
|
}
|
|
19
15
|
/** 简单通用表单:可编辑记录中的字段;支持 columns 配置标签与控件类型 */
|
|
20
|
-
export declare function FloorMapDataForm(props: FloorMapDataFormProps):
|
|
16
|
+
export declare function FloorMapDataForm(props: FloorMapDataFormProps): JSX.Element;
|
|
21
17
|
export default FloorMapDataForm;
|
|
@@ -17,8 +17,10 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
17
17
|
import React, { useState, useCallback, useEffect } from 'react';
|
|
18
18
|
import classNames from 'classnames';
|
|
19
19
|
import { Form, Input, InputNumber, Select, Button } from 'antd';
|
|
20
|
+
import { locales } from '@pisell/utils';
|
|
20
21
|
import "./FloorMapDataForm.less";
|
|
21
22
|
var PREFIX = 'pisell-floor-map-layout';
|
|
23
|
+
var I18N_DF = 'pisell-floor-map-layout.data-form';
|
|
22
24
|
function renderFormControl(col, value) {
|
|
23
25
|
var _col$type, _col$options;
|
|
24
26
|
var type = (_col$type = col.type) !== null && _col$type !== void 0 ? _col$type : 'string';
|
|
@@ -97,7 +99,7 @@ export function FloorMapDataForm(props) {
|
|
|
97
99
|
className: classNames("".concat(PREFIX, "-data-form"), className)
|
|
98
100
|
}, /*#__PURE__*/React.createElement("p", {
|
|
99
101
|
className: "".concat(PREFIX, "-data-form-empty")
|
|
100
|
-
}, "
|
|
102
|
+
}, locales.getText("".concat(I18N_DF, ".empty"))));
|
|
101
103
|
}
|
|
102
104
|
return /*#__PURE__*/React.createElement("div", {
|
|
103
105
|
className: classNames("".concat(PREFIX, "-data-form"), className)
|
|
@@ -126,6 +128,6 @@ export function FloorMapDataForm(props) {
|
|
|
126
128
|
htmlType: "submit",
|
|
127
129
|
loading: saving,
|
|
128
130
|
disabled: !changed
|
|
129
|
-
}, "
|
|
131
|
+
}, locales.getText("".concat(I18N_DF, ".save-record"))))));
|
|
130
132
|
}
|
|
131
133
|
export default FloorMapDataForm;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* FloorMapEditPanel - 选中图元后的编辑面板:画布属性 + 可选数据绑定 + 数据源记录表单
|
|
3
|
-
*/
|
|
4
|
-
import React from 'react';
|
|
1
|
+
/// <reference types="react" />
|
|
5
2
|
import type { FloorMapEditPanelParams, FloorMapViewConfig, FloorMapDataSources } from '../types';
|
|
6
3
|
import './FloorMapEditPanel.less';
|
|
7
4
|
export interface FloorMapEditPanelProps extends FloorMapEditPanelParams {
|
|
@@ -10,5 +7,5 @@ export interface FloorMapEditPanelProps extends FloorMapEditPanelParams {
|
|
|
10
7
|
savingRecord?: boolean;
|
|
11
8
|
className?: string;
|
|
12
9
|
}
|
|
13
|
-
export declare function FloorMapEditPanel(props: FloorMapEditPanelProps):
|
|
10
|
+
export declare function FloorMapEditPanel(props: FloorMapEditPanelProps): JSX.Element;
|
|
14
11
|
export default FloorMapEditPanel;
|
|
@@ -32,5 +32,5 @@ export interface FloorMapEditTopBarProps {
|
|
|
32
32
|
canvasTabsBarTrailing?: React.ReactNode;
|
|
33
33
|
className?: string;
|
|
34
34
|
}
|
|
35
|
-
export declare function FloorMapEditTopBar(props: FloorMapEditTopBarProps):
|
|
35
|
+
export declare function FloorMapEditTopBar(props: FloorMapEditTopBarProps): JSX.Element;
|
|
36
36
|
export default FloorMapEditTopBar;
|
|
@@ -65,7 +65,7 @@ export function FloorMapEditTopBar(props) {
|
|
|
65
65
|
if (mode === 'compact') {
|
|
66
66
|
var showCompactActions = hasTrailing || showFullscreenEnter;
|
|
67
67
|
return /*#__PURE__*/React.createElement("div", {
|
|
68
|
-
className: classNames("".concat(PREFIX, "-edit-top-bar"), className),
|
|
68
|
+
className: classNames("".concat(PREFIX, "-edit-top-bar"), "".concat(PREFIX, "-edit-top-bar--compact"), className),
|
|
69
69
|
role: "toolbar",
|
|
70
70
|
"aria-label": topBarLabels.aria
|
|
71
71
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -92,7 +92,7 @@ export function FloorMapEditTopBar(props) {
|
|
|
92
92
|
}, /*#__PURE__*/React.createElement(FullscreenOutlined, null)) : null) : null);
|
|
93
93
|
}
|
|
94
94
|
return /*#__PURE__*/React.createElement("div", {
|
|
95
|
-
className: classNames("".concat(PREFIX, "-edit-top-bar"), className),
|
|
95
|
+
className: classNames("".concat(PREFIX, "-edit-top-bar"), "".concat(PREFIX, "-edit-top-bar--full-chrome"), className),
|
|
96
96
|
role: "toolbar",
|
|
97
97
|
"aria-label": topBarLabels.aria
|
|
98
98
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -128,4 +128,23 @@
|
|
|
128
128
|
font-size: 16px;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
+
/**
|
|
132
|
+
* 只读顶栏(`edit-top-bar` + `read-canvas-tabs-bar` 并列)、编辑态 compact、
|
|
133
|
+
* 以及全屏/locked 时的 full 顶栏:与左侧 Tab 同一浅灰底,去掉右侧大块白底与竖线分割。
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
&.pisell-floor-map-layout-read-canvas-tabs-bar,
|
|
137
|
+
&--compact,
|
|
138
|
+
&--full-chrome {
|
|
139
|
+
background: rgba(0, 0, 0, 0.04);
|
|
140
|
+
|
|
141
|
+
.pisell-floor-map-layout-edit-top-bar-actions {
|
|
142
|
+
background: transparent;
|
|
143
|
+
border-left: none;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.pisell-floor-map-layout-edit-top-bar-canvas-tabs.pisell-floor-map-layout-canvas-tabs {
|
|
147
|
+
background: transparent;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
131
150
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
* 平面图「图片图元」内层展示:支持 URL、object-fit 铺满;无地址或加载失败时占位
|
|
3
|
-
*/
|
|
4
|
-
import React from 'react';
|
|
1
|
+
/// <reference types="react" />
|
|
5
2
|
export interface FloorMapImageElementProps {
|
|
6
3
|
imageUrl?: string;
|
|
7
4
|
name?: string;
|
|
8
5
|
}
|
|
9
|
-
export declare function FloorMapImageElement(props: FloorMapImageElementProps):
|
|
6
|
+
export declare function FloorMapImageElement(props: FloorMapImageElementProps): JSX.Element;
|
|
@@ -8,7 +8,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
8
8
|
* 平面图「图片图元」内层展示:支持 URL、object-fit 铺满;无地址或加载失败时占位
|
|
9
9
|
*/
|
|
10
10
|
import React, { useEffect, useState } from 'react';
|
|
11
|
+
import { locales } from '@pisell/utils';
|
|
11
12
|
var PREFIX = 'pisell-floor-map-layout';
|
|
13
|
+
var I18N_IMG = 'pisell-floor-map-layout.image-element';
|
|
12
14
|
export function FloorMapImageElement(props) {
|
|
13
15
|
var imageUrl = props.imageUrl,
|
|
14
16
|
name = props.name;
|
|
@@ -20,7 +22,7 @@ export function FloorMapImageElement(props) {
|
|
|
20
22
|
useEffect(function () {
|
|
21
23
|
setBroken(false);
|
|
22
24
|
}, [trimmed]);
|
|
23
|
-
var label = name != null && String(name).trim() ? String(name).trim() :
|
|
25
|
+
var label = name != null && String(name).trim() ? String(name).trim() : locales.getText("".concat(I18N_IMG, ".default-name"));
|
|
24
26
|
if (!trimmed || broken) {
|
|
25
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
26
28
|
className: "".concat(PREFIX, "-image-element-placeholder"),
|
|
@@ -48,7 +50,7 @@ export function FloorMapImageElement(props) {
|
|
|
48
50
|
color: '#595959',
|
|
49
51
|
marginBottom: 4
|
|
50
52
|
}
|
|
51
|
-
}, label), /*#__PURE__*/React.createElement("span", null, !trimmed ?
|
|
53
|
+
}, label), /*#__PURE__*/React.createElement("span", null, !trimmed ? locales.getText("".concat(I18N_IMG, ".hint-no-url")) : locales.getText("".concat(I18N_IMG, ".hint-load-fail"))));
|
|
52
54
|
}
|
|
53
55
|
return /*#__PURE__*/React.createElement("img", {
|
|
54
56
|
src: trimmed,
|
|
@@ -31,5 +31,5 @@ export interface FloorMapToolbarProps {
|
|
|
31
31
|
/** 触摸拖放结束后吞掉按钮 click,避免误触切换落点模式 */
|
|
32
32
|
consumeToolbarClickIfTouchDrag?: () => boolean;
|
|
33
33
|
}
|
|
34
|
-
export declare function FloorMapToolbar(props: FloorMapToolbarProps):
|
|
34
|
+
export declare function FloorMapToolbar(props: FloorMapToolbarProps): JSX.Element;
|
|
35
35
|
export default FloorMapToolbar;
|
|
@@ -21,8 +21,11 @@ import { FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_STAGE_ELEMENT_KIND } from "../t
|
|
|
21
21
|
import { resolveDataBindingPolicy } from "../utils/floorMapElementKindUtils";
|
|
22
22
|
import { FLOOR_MAP_PALETTE_DRAG_MIME } from "../utils/floorMapDropUtils";
|
|
23
23
|
import { formatDataRecordOptionLabel } from "../utils/floorMapDataRecordLabel";
|
|
24
|
+
import { locales } from '@pisell/utils';
|
|
24
25
|
import "./FloorMapToolbar.less";
|
|
25
26
|
var PREFIX = 'pisell-floor-map-layout';
|
|
27
|
+
var I18N_TB = 'pisell-floor-map-layout.toolbar';
|
|
28
|
+
var I18N_EP_DS = 'pisell-floor-map-layout.edit-panel.ph-data-source';
|
|
26
29
|
var DEFAULT_PLACEMENT_SIZE = {
|
|
27
30
|
width: 180,
|
|
28
31
|
height: 120
|
|
@@ -115,7 +118,7 @@ export function FloorMapToolbar(props) {
|
|
|
115
118
|
});
|
|
116
119
|
return sorted.length ? sorted : [{
|
|
117
120
|
id: '_uncat',
|
|
118
|
-
label:
|
|
121
|
+
label: locales.getText("".concat(I18N_TB, ".category-fallback")),
|
|
119
122
|
order: 0
|
|
120
123
|
}];
|
|
121
124
|
}, [config.elementKindCategories]);
|
|
@@ -233,7 +236,7 @@ export function FloorMapToolbar(props) {
|
|
|
233
236
|
e.dataTransfer.setData(FLOOR_MAP_PALETTE_DRAG_MIME, JSON.stringify(paletteDragPayload));
|
|
234
237
|
e.dataTransfer.effectAllowed = 'copy';
|
|
235
238
|
},
|
|
236
|
-
title: "
|
|
239
|
+
title: locales.getText("".concat(I18N_TB, ".palette-card-title")).replace(/\{name\}/g, k.label)
|
|
237
240
|
}, /*#__PURE__*/React.createElement("div", {
|
|
238
241
|
className: "".concat(PREFIX, "-toolbar-preview-cell"),
|
|
239
242
|
style: {
|
|
@@ -261,8 +264,8 @@ export function FloorMapToolbar(props) {
|
|
|
261
264
|
className: "".concat(PREFIX, "-toolbar-record-pick")
|
|
262
265
|
}, /*#__PURE__*/React.createElement("div", {
|
|
263
266
|
className: "".concat(PREFIX, "-toolbar-record-pick-label")
|
|
264
|
-
}, "
|
|
265
|
-
placeholder:
|
|
267
|
+
}, locales.getText("".concat(I18N_TB, ".data-binding-optional"))), /*#__PURE__*/React.createElement(Select, {
|
|
268
|
+
placeholder: locales.getText(I18N_EP_DS),
|
|
266
269
|
allowClear: true,
|
|
267
270
|
value: placeMode.type === 'scene' ? placeMode.dataSourceKey : undefined,
|
|
268
271
|
options: allowedKeys.map(function (key) {
|
|
@@ -285,18 +288,18 @@ export function FloorMapToolbar(props) {
|
|
|
285
288
|
if (!key) {
|
|
286
289
|
return /*#__PURE__*/React.createElement("div", {
|
|
287
290
|
className: "".concat(PREFIX, "-toolbar-record-pick-hint")
|
|
288
|
-
}, "
|
|
291
|
+
}, locales.getText("".concat(I18N_TB, ".hint-after-select-ds")));
|
|
289
292
|
}
|
|
290
293
|
var unplaced = getUnplacedRecordsForKey(key, dataSources, sceneElements);
|
|
291
294
|
if (unplaced.length === 0) {
|
|
292
295
|
return /*#__PURE__*/React.createElement("div", {
|
|
293
296
|
className: "".concat(PREFIX, "-toolbar-record-pick-hint")
|
|
294
|
-
}, "
|
|
297
|
+
}, locales.getText("".concat(I18N_TB, ".hint-no-unplaced-rows")));
|
|
295
298
|
}
|
|
296
299
|
var recordValue = mode !== null && mode !== void 0 && mode.recordIds && mode.recordIds.length > 0 ? mode.recordIds : mode !== null && mode !== void 0 && mode.recordId ? [mode.recordId] : undefined;
|
|
297
300
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Select, {
|
|
298
301
|
mode: "multiple",
|
|
299
|
-
placeholder: "
|
|
302
|
+
placeholder: locales.getText("".concat(I18N_TB, ".ph-select-records")),
|
|
300
303
|
allowClear: true,
|
|
301
304
|
maxTagCount: "responsive",
|
|
302
305
|
value: recordValue,
|
|
@@ -316,18 +319,18 @@ export function FloorMapToolbar(props) {
|
|
|
316
319
|
}
|
|
317
320
|
}), /*#__PURE__*/React.createElement("div", {
|
|
318
321
|
className: "".concat(PREFIX, "-toolbar-record-pick-hint")
|
|
319
|
-
}, "
|
|
322
|
+
}, locales.getText("".concat(I18N_TB, ".hint-multi-drop"))));
|
|
320
323
|
}()), allowedKeys.length === 0 && /*#__PURE__*/React.createElement("div", {
|
|
321
324
|
className: "".concat(PREFIX, "-toolbar-record-hint")
|
|
322
|
-
}, "
|
|
325
|
+
}, locales.getText("".concat(I18N_TB, ".no-data-sources"))), /*#__PURE__*/React.createElement("button", {
|
|
323
326
|
type: "button",
|
|
324
327
|
className: "".concat(PREFIX, "-toolbar-btn cancel-inline"),
|
|
325
328
|
onClick: cancelPlaceMode
|
|
326
|
-
}, "
|
|
329
|
+
}, locales.getText("".concat(I18N_TB, ".cancel-place")))), isActive && policy === 'none' && /*#__PURE__*/React.createElement("button", {
|
|
327
330
|
type: "button",
|
|
328
331
|
className: "".concat(PREFIX, "-toolbar-btn cancel-inline"),
|
|
329
332
|
onClick: cancelPlaceMode
|
|
330
|
-
}, "
|
|
333
|
+
}, locales.getText("".concat(I18N_TB, ".cancel-place"))));
|
|
331
334
|
};
|
|
332
335
|
return /*#__PURE__*/React.createElement("div", {
|
|
333
336
|
className: classNames("".concat(PREFIX, "-toolbar"), "".concat(PREFIX, "-toolbar-sidebar"), className)
|
|
@@ -354,13 +357,13 @@ export function FloorMapToolbar(props) {
|
|
|
354
357
|
}, layoutDirty ? /*#__PURE__*/React.createElement("span", {
|
|
355
358
|
className: "".concat(PREFIX, "-toolbar-dirty-hint"),
|
|
356
359
|
role: "status"
|
|
357
|
-
}, "
|
|
360
|
+
}, locales.getText("".concat(I18N_TB, ".layout-dirty-hint"))) : null, saveError && /*#__PURE__*/React.createElement("span", {
|
|
358
361
|
className: "".concat(PREFIX, "-toolbar-error")
|
|
359
362
|
}, typeof saveError === 'string' ? saveError : saveError === null || saveError === void 0 ? void 0 : saveError.message), /*#__PURE__*/React.createElement("button", {
|
|
360
363
|
type: "button",
|
|
361
364
|
className: classNames("".concat(PREFIX, "-toolbar-btn"), 'primary', _defineProperty({}, "".concat(PREFIX, "-toolbar-save-dirty"), layoutDirty)),
|
|
362
365
|
disabled: saving,
|
|
363
366
|
onClick: onSave
|
|
364
|
-
}, saving ?
|
|
367
|
+
}, saving ? locales.getText("".concat(I18N_TB, ".saving")) : locales.getText("".concat(I18N_TB, ".save")))));
|
|
365
368
|
}
|
|
366
369
|
export default FloorMapToolbar;
|
|
@@ -37,7 +37,12 @@ export interface ItemLayerProps<T extends FloorMapItemBase> {
|
|
|
37
37
|
onItemLeave?: (item: T, index: number, e: React.MouseEvent<HTMLElement>) => void;
|
|
38
38
|
/** 每项外层容器额外样式(与定位样式合并) */
|
|
39
39
|
getMergedItemWrapperStyle?: (item: T, index: number) => CSSProperties | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* 与编辑态一致:在含 `data-pisell-floor-room-scroll-surface` 的区域内按下时置 true,
|
|
42
|
+
* 用于禁用 Transform 画布平移,避免图元内纵向滑动拖动画布。
|
|
43
|
+
*/
|
|
44
|
+
onInteractionChange?: (active: boolean) => void;
|
|
40
45
|
className?: string;
|
|
41
46
|
}
|
|
42
|
-
export declare function ItemLayer<T extends FloorMapItemBase>(props: ItemLayerProps<T>):
|
|
47
|
+
export declare function ItemLayer<T extends FloorMapItemBase>(props: ItemLayerProps<T>): JSX.Element;
|
|
43
48
|
export default ItemLayer;
|
|
@@ -14,10 +14,13 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
|
|
14
14
|
* ItemLayer - 楼层图展示层
|
|
15
15
|
* 按 items 的 (x, y) 与 cellSize 定位,用 renderItem 渲染每项内容
|
|
16
16
|
*/
|
|
17
|
-
import React, { useMemo } from 'react';
|
|
17
|
+
import React, { useCallback, useEffect, useMemo } from 'react';
|
|
18
18
|
import classNames from 'classnames';
|
|
19
19
|
import "./ItemLayer.less";
|
|
20
20
|
var PREFIX = 'pisell-floor-map-layout';
|
|
21
|
+
|
|
22
|
+
/** 图元内可滚动区标记(如预约房间卡 body / multi-list),与 private-materials 约定一致 */
|
|
23
|
+
var ROOM_SCROLL_SURFACE_SELECTOR = '[data-pisell-floor-room-scroll-surface]';
|
|
21
24
|
function getItemKey(item, index, rowKey) {
|
|
22
25
|
var _rowKey;
|
|
23
26
|
if (!rowKey) return item.id;
|
|
@@ -67,7 +70,50 @@ export function ItemLayer(props) {
|
|
|
67
70
|
onItemHover = props.onItemHover,
|
|
68
71
|
onItemLeave = props.onItemLeave,
|
|
69
72
|
getMergedItemWrapperStyle = props.getMergedItemWrapperStyle,
|
|
73
|
+
onInteractionChange = props.onInteractionChange,
|
|
70
74
|
className = props.className;
|
|
75
|
+
|
|
76
|
+
/** 触控/指针在房间卡滚动区内按下时禁用画布 pan,松手恢复 */
|
|
77
|
+
var notifyRoomScrollSurfaceActive = useCallback(function () {
|
|
78
|
+
if (!onInteractionChange) return;
|
|
79
|
+
onInteractionChange(true);
|
|
80
|
+
var finish = function finish() {
|
|
81
|
+
onInteractionChange(false);
|
|
82
|
+
};
|
|
83
|
+
window.addEventListener('pointerup', finish, {
|
|
84
|
+
once: true
|
|
85
|
+
});
|
|
86
|
+
window.addEventListener('pointercancel', finish, {
|
|
87
|
+
once: true
|
|
88
|
+
});
|
|
89
|
+
window.addEventListener('touchend', finish, {
|
|
90
|
+
once: true,
|
|
91
|
+
passive: true
|
|
92
|
+
});
|
|
93
|
+
window.addEventListener('touchcancel', finish, {
|
|
94
|
+
once: true,
|
|
95
|
+
passive: true
|
|
96
|
+
});
|
|
97
|
+
}, [onInteractionChange]);
|
|
98
|
+
var handleItemPointerDownCapture = useCallback(function (e) {
|
|
99
|
+
var _el$closest;
|
|
100
|
+
if (!onInteractionChange || e.button !== 0) return;
|
|
101
|
+
var el = e.target;
|
|
102
|
+
if (!(el !== null && el !== void 0 && (_el$closest = el.closest) !== null && _el$closest !== void 0 && _el$closest.call(el, ROOM_SCROLL_SURFACE_SELECTOR))) return;
|
|
103
|
+
notifyRoomScrollSurfaceActive();
|
|
104
|
+
}, [onInteractionChange, notifyRoomScrollSurfaceActive]);
|
|
105
|
+
var handleItemTouchStartCapture = useCallback(function (e) {
|
|
106
|
+
var _el$closest2;
|
|
107
|
+
if (!onInteractionChange) return;
|
|
108
|
+
var el = e.target;
|
|
109
|
+
if (!(el !== null && el !== void 0 && (_el$closest2 = el.closest) !== null && _el$closest2 !== void 0 && _el$closest2.call(el, ROOM_SCROLL_SURFACE_SELECTOR))) return;
|
|
110
|
+
notifyRoomScrollSurfaceActive();
|
|
111
|
+
}, [onInteractionChange, notifyRoomScrollSurfaceActive]);
|
|
112
|
+
useEffect(function () {
|
|
113
|
+
return function () {
|
|
114
|
+
onInteractionChange === null || onInteractionChange === void 0 || onInteractionChange(false);
|
|
115
|
+
};
|
|
116
|
+
}, [onInteractionChange]);
|
|
71
117
|
var itemNodes = useMemo(function () {
|
|
72
118
|
var isPixel = itemUnit === 'pixel';
|
|
73
119
|
var g = itemGap;
|
|
@@ -118,10 +164,12 @@ export function ItemLayer(props) {
|
|
|
118
164
|
},
|
|
119
165
|
onMouseLeave: function onMouseLeave(e) {
|
|
120
166
|
return onItemLeave === null || onItemLeave === void 0 ? void 0 : onItemLeave(item, index, e);
|
|
121
|
-
}
|
|
167
|
+
},
|
|
168
|
+
onPointerDownCapture: handleItemPointerDownCapture,
|
|
169
|
+
onTouchStartCapture: handleItemTouchStartCapture
|
|
122
170
|
}, renderItem(item, index));
|
|
123
171
|
});
|
|
124
|
-
}, [items, renderItem, rowKey, cellSize, itemUnit, itemGap, enableHover, onItemClick, onItemHover, onItemLeave, getMergedItemWrapperStyle]);
|
|
172
|
+
}, [items, renderItem, rowKey, cellSize, itemUnit, itemGap, enableHover, onItemClick, onItemHover, onItemLeave, getMergedItemWrapperStyle, handleItemPointerDownCapture, handleItemTouchStartCapture]);
|
|
125
173
|
return /*#__PURE__*/React.createElement("div", {
|
|
126
174
|
className: classNames("".concat(PREFIX, "-item-layer"), className),
|
|
127
175
|
style: {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* ViewControls - 内置视图控制按钮:缩放(Stepper)、复位、区域定位
|
|
3
|
-
*/
|
|
4
|
-
import React from 'react';
|
|
1
|
+
/// <reference types="react" />
|
|
5
2
|
import type { FloorMapControlsConfig } from '../types';
|
|
6
3
|
import './ViewControls.less';
|
|
7
4
|
/** 从 react-zoom-pan-pinch 拿到的控制 API(由主组件传入) */
|
|
@@ -29,5 +26,5 @@ export interface ViewControlsProps {
|
|
|
29
26
|
/** 切换当前画布 draft 的 mapLayer.showGrid */
|
|
30
27
|
onToggleMapGrid?: () => void;
|
|
31
28
|
}
|
|
32
|
-
export declare function ViewControls(props: ViewControlsProps):
|
|
29
|
+
export declare function ViewControls(props: ViewControlsProps): JSX.Element;
|
|
33
30
|
export default ViewControls;
|
|
@@ -8,8 +8,10 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { MinusOutlined, PlusOutlined, FullscreenOutlined, FullscreenExitOutlined, BorderInnerOutlined } from '@ant-design/icons';
|
|
11
|
+
import { locales } from '@pisell/utils';
|
|
11
12
|
import "./ViewControls.less";
|
|
12
13
|
var PREFIX = 'pisell-floor-map-layout';
|
|
14
|
+
var I18N_VC = 'pisell-floor-map-layout.view-controls';
|
|
13
15
|
|
|
14
16
|
/** 从 react-zoom-pan-pinch 拿到的控制 API(由主组件传入) */
|
|
15
17
|
|
|
@@ -42,7 +44,7 @@ export function ViewControls(props) {
|
|
|
42
44
|
onClick: function onClick() {
|
|
43
45
|
return api.zoomOut();
|
|
44
46
|
},
|
|
45
|
-
"aria-label": "
|
|
47
|
+
"aria-label": locales.getText("".concat(I18N_VC, ".zoom-out-aria"))
|
|
46
48
|
}, /*#__PURE__*/React.createElement(MinusOutlined, null)), /*#__PURE__*/React.createElement("span", {
|
|
47
49
|
className: "".concat(PREFIX, "-view-controls-zoom-stepper-value")
|
|
48
50
|
}, scalePercent, "%"), /*#__PURE__*/React.createElement("button", {
|
|
@@ -51,7 +53,7 @@ export function ViewControls(props) {
|
|
|
51
53
|
onClick: function onClick() {
|
|
52
54
|
return api.zoomIn();
|
|
53
55
|
},
|
|
54
|
-
"aria-label": "
|
|
56
|
+
"aria-label": locales.getText("".concat(I18N_VC, ".zoom-in-aria"))
|
|
55
57
|
}, /*#__PURE__*/React.createElement(PlusOutlined, null))), showToolsCapsule && /*#__PURE__*/React.createElement("div", {
|
|
56
58
|
className: "".concat(PREFIX, "-view-controls-tools-capsule")
|
|
57
59
|
}, showReset && /*#__PURE__*/React.createElement("button", {
|
|
@@ -60,14 +62,14 @@ export function ViewControls(props) {
|
|
|
60
62
|
onClick: function onClick() {
|
|
61
63
|
return api.resetTransform();
|
|
62
64
|
},
|
|
63
|
-
"aria-label": "
|
|
65
|
+
"aria-label": locales.getText("".concat(I18N_VC, ".reset-aria"))
|
|
64
66
|
}, "\u27F2"), showFitBounds && api.fitBounds && /*#__PURE__*/React.createElement("button", {
|
|
65
67
|
type: "button",
|
|
66
68
|
className: "".concat(PREFIX, "-view-controls-tool-btn"),
|
|
67
69
|
onClick: function onClick() {
|
|
68
70
|
return api.fitBounds();
|
|
69
71
|
},
|
|
70
|
-
"aria-label": "
|
|
72
|
+
"aria-label": locales.getText("".concat(I18N_VC, ".fit-bounds-aria"))
|
|
71
73
|
}, "\u229E"), showGridToggle && /*#__PURE__*/React.createElement("button", {
|
|
72
74
|
type: "button",
|
|
73
75
|
className: classNames("".concat(PREFIX, "-view-controls-tool-btn"), _defineProperty({}, "".concat(PREFIX, "-view-controls-tool-btn--active"), mapGridVisible)),
|
|
@@ -75,14 +77,14 @@ export function ViewControls(props) {
|
|
|
75
77
|
return onToggleMapGrid();
|
|
76
78
|
},
|
|
77
79
|
"aria-pressed": mapGridVisible,
|
|
78
|
-
"aria-label": mapGridVisible ?
|
|
80
|
+
"aria-label": locales.getText(mapGridVisible ? "".concat(I18N_VC, ".grid-hide-aria") : "".concat(I18N_VC, ".grid-show-aria"))
|
|
79
81
|
}, /*#__PURE__*/React.createElement(BorderInnerOutlined, null)), showFullscreen && api.toggleFullscreen && /*#__PURE__*/React.createElement("button", {
|
|
80
82
|
type: "button",
|
|
81
83
|
className: "".concat(PREFIX, "-view-controls-tool-btn"),
|
|
82
84
|
onClick: function onClick() {
|
|
83
85
|
return api.toggleFullscreen();
|
|
84
86
|
},
|
|
85
|
-
"aria-label": isFullscreen ?
|
|
87
|
+
"aria-label": locales.getText(isFullscreen ? "".concat(I18N_VC, ".fullscreen-exit-aria") : "".concat(I18N_VC, ".fullscreen-aria"))
|
|
86
88
|
}, isFullscreen ? /*#__PURE__*/React.createElement(FullscreenExitOutlined, null) : /*#__PURE__*/React.createElement(FullscreenOutlined, null))));
|
|
87
89
|
}
|
|
88
90
|
export default ViewControls;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* 在 TransformWrapper 内用 useControls 拿到 zoom 控制并渲染 ViewControls,确保点击加减能缩放
|
|
3
|
-
*/
|
|
4
|
-
import React from 'react';
|
|
1
|
+
/// <reference types="react" />
|
|
5
2
|
import type { FloorMapControlsConfig } from '../types';
|
|
6
3
|
export interface ViewControlsWithZoomProps {
|
|
7
4
|
config?: FloorMapControlsConfig;
|
|
@@ -13,4 +10,4 @@ export interface ViewControlsWithZoomProps {
|
|
|
13
10
|
mapGridVisible?: boolean;
|
|
14
11
|
onToggleMapGrid?: () => void;
|
|
15
12
|
}
|
|
16
|
-
export declare function ViewControlsWithZoom(props: ViewControlsWithZoomProps):
|
|
13
|
+
export declare function ViewControlsWithZoom(props: ViewControlsWithZoomProps): JSX.Element;
|
|
@@ -36,6 +36,7 @@ var IMAGE_PLACE_DEFAULT = {
|
|
|
36
36
|
width: 400,
|
|
37
37
|
height: 240
|
|
38
38
|
};
|
|
39
|
+
var I18N_PLACEMENT_FALLBACK_IMAGE = 'pisell-floor-map-layout.placement.fallback-image-name';
|
|
39
40
|
var GRID_VIS_STORAGE_PREFIX = 'pisell-floor-map-layout.grid-visible';
|
|
40
41
|
function getGridVisStorageKey(canvasId) {
|
|
41
42
|
return "".concat(GRID_VIS_STORAGE_PREFIX, ":").concat(canvasId);
|
|
@@ -411,7 +412,7 @@ export function useFloorMapEditState(params) {
|
|
|
411
412
|
}
|
|
412
413
|
var placementName = function (_kindConfig$defaultPr, _kindConfig$defaultPr2) {
|
|
413
414
|
if (isStage) return STAGE_DECO_DEFAULT.name;
|
|
414
|
-
if (isImage) return
|
|
415
|
+
if (isImage) return locales.getText(I18N_PLACEMENT_FALLBACK_IMAGE);
|
|
415
416
|
var db = dataBinding;
|
|
416
417
|
var rid = recordIdsToPlace[0];
|
|
417
418
|
if (db && rid) {
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout — 日本語
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
'pisell-floor-map-layout.loading': string;
|
|
6
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
7
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
15
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
28
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
35
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
36
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
37
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
66
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
67
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
68
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
69
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
70
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
71
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
77
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
78
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
79
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
80
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
81
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
82
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
83
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
86
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
87
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
88
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
89
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
90
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
91
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
92
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
93
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
94
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
95
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
96
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
97
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
98
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
99
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
100
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
101
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
102
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
103
|
+
};
|
|
104
|
+
export default _default;
|