@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
|
@@ -63,6 +63,44 @@ declare const _default: {
|
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
65
65
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
66
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
67
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
68
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
69
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
70
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
71
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
77
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
78
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
79
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
80
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
81
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
82
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
83
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
86
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
87
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
88
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
89
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
90
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
91
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
92
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
93
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
94
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
95
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
96
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
97
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
98
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
99
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
100
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
101
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
102
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
103
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
66
104
|
};
|
|
67
105
|
'zh-CN': {
|
|
68
106
|
'pisell-floor-map-layout.loading': string;
|
|
@@ -125,6 +163,44 @@ declare const _default: {
|
|
|
125
163
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
126
164
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
127
165
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
166
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
167
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
168
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
169
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
170
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
171
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
172
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
173
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
174
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
175
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
176
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
177
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
178
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
179
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
180
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
181
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
182
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
183
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
184
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
185
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
186
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
187
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
188
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
189
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
190
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
191
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
192
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
193
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
194
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
195
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
196
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
197
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
198
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
199
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
200
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
201
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
202
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
203
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
128
204
|
};
|
|
129
205
|
'zh-HK': {
|
|
130
206
|
'pisell-floor-map-layout.loading': string;
|
|
@@ -187,6 +263,244 @@ declare const _default: {
|
|
|
187
263
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
188
264
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
189
265
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
266
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
267
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
268
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
269
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
270
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
271
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
272
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
273
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
274
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
275
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
276
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
277
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
278
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
279
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
280
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
281
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
282
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
283
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
284
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
285
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
286
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
287
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
288
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
289
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
290
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
291
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
292
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
293
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
294
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
295
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
296
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
297
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
298
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
299
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
300
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
301
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
302
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
303
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
304
|
+
};
|
|
305
|
+
ja: {
|
|
306
|
+
'pisell-floor-map-layout.loading': string;
|
|
307
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
308
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
309
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
310
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
311
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
312
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
313
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
314
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
315
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
316
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
317
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
318
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
319
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
320
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
321
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
322
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
323
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
324
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
325
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
326
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
327
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
328
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
329
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
330
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
331
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
332
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
333
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
334
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
335
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
336
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
337
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
338
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
339
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
340
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
341
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
342
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
343
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
344
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
345
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
346
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
347
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
348
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
349
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
350
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
351
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
352
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
353
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
354
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
355
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
356
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
357
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
358
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
359
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
360
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
361
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
362
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
363
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
364
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
365
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
366
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
367
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
368
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
369
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
370
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
371
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
372
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
373
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
374
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
375
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
376
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
377
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
378
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
379
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
380
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
381
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
382
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
383
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
384
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
385
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
386
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
387
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
388
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
389
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
390
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
391
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
392
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
393
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
394
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
395
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
396
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
397
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
398
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
399
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
400
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
401
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
402
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
403
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
404
|
+
};
|
|
405
|
+
pt: {
|
|
406
|
+
'pisell-floor-map-layout.loading': string;
|
|
407
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
408
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
409
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
410
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
411
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
412
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
413
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
414
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
415
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
416
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
417
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
418
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
419
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
420
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
421
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
422
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
423
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
424
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
425
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
426
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
427
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
428
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
429
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
430
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
431
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
432
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
433
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
434
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
435
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
436
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
437
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
438
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
439
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
440
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
441
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
442
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
443
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
444
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
445
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
446
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
447
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
448
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
449
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
450
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
451
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
452
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
453
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
454
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
455
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
456
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
457
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
458
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
459
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
460
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
461
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
462
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
463
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
464
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
465
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
466
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
467
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
468
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
469
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
470
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
471
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
472
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
473
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
474
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
475
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
476
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
477
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
478
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
479
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
480
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
481
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
482
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
483
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
484
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
485
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
486
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
487
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
488
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
489
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
490
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
491
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
492
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
493
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
494
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
495
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
496
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
497
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
498
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
499
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
500
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
501
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
502
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
503
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
190
504
|
};
|
|
191
505
|
};
|
|
192
506
|
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
7
|
var __export = (target, all) => {
|
|
6
8
|
for (var name in all)
|
|
@@ -14,6 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
14
16
|
}
|
|
15
17
|
return to;
|
|
16
18
|
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
17
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
28
|
|
|
19
29
|
// src/components/pisellFloorMapLayout/locales.ts
|
|
@@ -22,6 +32,8 @@ __export(locales_exports, {
|
|
|
22
32
|
default: () => locales_default
|
|
23
33
|
});
|
|
24
34
|
module.exports = __toCommonJS(locales_exports);
|
|
35
|
+
var import_locales_ja = __toESM(require("./locales-ja"));
|
|
36
|
+
var import_locales_pt = __toESM(require("./locales-pt"));
|
|
25
37
|
var locales_default = {
|
|
26
38
|
en: {
|
|
27
39
|
"pisell-floor-map-layout.loading": "Loading...",
|
|
@@ -83,7 +95,45 @@ var locales_default = {
|
|
|
83
95
|
"pisell-floor-map-layout.edit-panel.pop-desc": "It will be removed from the floor plan draft; click Save at the top to persist.",
|
|
84
96
|
"pisell-floor-map-layout.edit-panel.btn-delete": "Delete",
|
|
85
97
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "Cancel",
|
|
86
|
-
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "Delete"
|
|
98
|
+
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "Delete",
|
|
99
|
+
"pisell-floor-map-layout.toolbar.category-fallback": "Elements",
|
|
100
|
+
"pisell-floor-map-layout.toolbar.palette-card-title": "Click to place on canvas, or drag onto canvas to add 「{name}」",
|
|
101
|
+
"pisell-floor-map-layout.toolbar.data-binding-optional": "Data binding (optional)",
|
|
102
|
+
"pisell-floor-map-layout.toolbar.hint-after-select-ds": "After choosing a data source, you may bind rows or place placeholders directly.",
|
|
103
|
+
"pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "No unbound rows in this data source, or the list is empty; you can still place placeholders on the canvas.",
|
|
104
|
+
"pisell-floor-map-layout.toolbar.ph-select-records": "Select records to show (optional, multiple)",
|
|
105
|
+
"pisell-floor-map-layout.toolbar.hint-multi-drop": "Select multiple to place several items in one click (staggered). Leave empty to place a placeholder and bind later in the sidebar.",
|
|
106
|
+
"pisell-floor-map-layout.toolbar.no-data-sources": "No data sources available",
|
|
107
|
+
"pisell-floor-map-layout.toolbar.cancel-place": "Cancel",
|
|
108
|
+
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "Layout changed — click Save to persist.",
|
|
109
|
+
"pisell-floor-map-layout.toolbar.save": "Save",
|
|
110
|
+
"pisell-floor-map-layout.toolbar.saving": "Saving…",
|
|
111
|
+
"pisell-floor-map-layout.view-controls.zoom-out-aria": "Zoom out",
|
|
112
|
+
"pisell-floor-map-layout.view-controls.zoom-in-aria": "Zoom in",
|
|
113
|
+
"pisell-floor-map-layout.view-controls.reset-aria": "Reset view",
|
|
114
|
+
"pisell-floor-map-layout.view-controls.fit-bounds-aria": "Fit to content",
|
|
115
|
+
"pisell-floor-map-layout.view-controls.grid-hide-aria": "Hide grid",
|
|
116
|
+
"pisell-floor-map-layout.view-controls.grid-show-aria": "Show grid",
|
|
117
|
+
"pisell-floor-map-layout.view-controls.fullscreen-aria": "Fullscreen",
|
|
118
|
+
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Exit fullscreen",
|
|
119
|
+
"pisell-floor-map-layout.image-element.default-name": "Image",
|
|
120
|
+
"pisell-floor-map-layout.placement.fallback-image-name": "Background",
|
|
121
|
+
"pisell-floor-map-layout.image-element.hint-no-url": "Enter the image URL in the sidebar; lower the layer to place under tables.",
|
|
122
|
+
"pisell-floor-map-layout.image-element.hint-load-fail": "Failed to load image; check the URL.",
|
|
123
|
+
"pisell-floor-map-layout.data-form.empty": "No extra fields to edit",
|
|
124
|
+
"pisell-floor-map-layout.data-form.save-record": "Save record",
|
|
125
|
+
"pisell-floor-map-layout.binding-error.required-row": "This element must be bound to a data row.",
|
|
126
|
+
"pisell-floor-map-layout.binding-error.ds-not-allowed": 'Data source "{key}" is not allowed for this element type.',
|
|
127
|
+
"pisell-floor-map-layout.binding-error.missing-field": "Row is missing required field: {field}",
|
|
128
|
+
"pisell-floor-map-layout.card-placeholder.hint-select-row": "Data source selected. Choose a row in the sidebar.",
|
|
129
|
+
"pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "No row bound: select a data source and record in the sidebar.",
|
|
130
|
+
"pisell-floor-map-layout.card-placeholder.hint-new-slot": "New {kind} placeholder. Bind a record in the sidebar.",
|
|
131
|
+
"pisell-floor-map-layout.card-placeholder.hint-row-not-found": "Record not found: check binding or data list.",
|
|
132
|
+
"pisell-floor-map-layout.figma-card.kind-round-table": "Round table",
|
|
133
|
+
"pisell-floor-map-layout.figma-card.kind-square-table": "Table",
|
|
134
|
+
"pisell-floor-map-layout.figma-card.default-table": "Table",
|
|
135
|
+
"pisell-floor-map-layout.figma-card.capacity-seats": "Seats {n}",
|
|
136
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} guests"
|
|
87
137
|
},
|
|
88
138
|
"zh-CN": {
|
|
89
139
|
"pisell-floor-map-layout.loading": "加载中…",
|
|
@@ -145,7 +195,45 @@ var locales_default = {
|
|
|
145
195
|
"pisell-floor-map-layout.edit-panel.pop-desc": "将从当前平面图草稿中移除;删除后请点击顶部「保存」以持久化布局。",
|
|
146
196
|
"pisell-floor-map-layout.edit-panel.btn-delete": "删除",
|
|
147
197
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
|
|
148
|
-
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "删除"
|
|
198
|
+
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "删除",
|
|
199
|
+
"pisell-floor-map-layout.toolbar.category-fallback": "图元",
|
|
200
|
+
"pisell-floor-map-layout.toolbar.palette-card-title": "点击后画布落点,或拖拽到画布生成「{name}」",
|
|
201
|
+
"pisell-floor-map-layout.toolbar.data-binding-optional": "数据绑定(可选)",
|
|
202
|
+
"pisell-floor-map-layout.toolbar.hint-after-select-ds": "选择数据源后可选绑定数据行,或直接落点占位。",
|
|
203
|
+
"pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "当前数据源无未绑定记录,或列表为空;可直接在画布落点占位。",
|
|
204
|
+
"pisell-floor-map-layout.toolbar.ph-select-records": "选择要展示的记录(可选,可多选)",
|
|
205
|
+
"pisell-floor-map-layout.toolbar.hint-multi-drop": "可选多条,在画布点击一次将按阶梯偏移落多条;留空则先占位,稍后在侧栏绑定。",
|
|
206
|
+
"pisell-floor-map-layout.toolbar.no-data-sources": "无可用数据源",
|
|
207
|
+
"pisell-floor-map-layout.toolbar.cancel-place": "取消新建",
|
|
208
|
+
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "布局已修改,请点击「保存」持久化。",
|
|
209
|
+
"pisell-floor-map-layout.toolbar.save": "保存",
|
|
210
|
+
"pisell-floor-map-layout.toolbar.saving": "保存中…",
|
|
211
|
+
"pisell-floor-map-layout.view-controls.zoom-out-aria": "缩小",
|
|
212
|
+
"pisell-floor-map-layout.view-controls.zoom-in-aria": "放大",
|
|
213
|
+
"pisell-floor-map-layout.view-controls.reset-aria": "复位",
|
|
214
|
+
"pisell-floor-map-layout.view-controls.fit-bounds-aria": "区域定位",
|
|
215
|
+
"pisell-floor-map-layout.view-controls.grid-hide-aria": "隐藏网格",
|
|
216
|
+
"pisell-floor-map-layout.view-controls.grid-show-aria": "显示网格",
|
|
217
|
+
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全屏",
|
|
218
|
+
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全屏",
|
|
219
|
+
"pisell-floor-map-layout.image-element.default-name": "图片图元",
|
|
220
|
+
"pisell-floor-map-layout.placement.fallback-image-name": "底图",
|
|
221
|
+
"pisell-floor-map-layout.image-element.hint-no-url": "在侧栏填写图片地址;可调层级置于桌位下方作底图",
|
|
222
|
+
"pisell-floor-map-layout.image-element.hint-load-fail": "图片加载失败,请检查地址",
|
|
223
|
+
"pisell-floor-map-layout.data-form.empty": "无额外字段可编辑",
|
|
224
|
+
"pisell-floor-map-layout.data-form.save-record": "保存记录",
|
|
225
|
+
"pisell-floor-map-layout.binding-error.required-row": "该图元须绑定数据源行",
|
|
226
|
+
"pisell-floor-map-layout.binding-error.ds-not-allowed": "数据源「{key}」不在该图元允许列表内",
|
|
227
|
+
"pisell-floor-map-layout.binding-error.missing-field": "数据行缺少必填字段:{field}",
|
|
228
|
+
"pisell-floor-map-layout.card-placeholder.hint-select-row": "已选择数据源,请在侧栏选择数据行",
|
|
229
|
+
"pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "未绑定数据行:请在侧栏选择数据源与记录",
|
|
230
|
+
"pisell-floor-map-layout.card-placeholder.hint-new-slot": "新{kind}占位,可在侧栏绑定具体记录",
|
|
231
|
+
"pisell-floor-map-layout.card-placeholder.hint-row-not-found": "未找到对应记录:请检查绑定或数据列表",
|
|
232
|
+
"pisell-floor-map-layout.figma-card.kind-round-table": "圆桌",
|
|
233
|
+
"pisell-floor-map-layout.figma-card.kind-square-table": "餐桌",
|
|
234
|
+
"pisell-floor-map-layout.figma-card.default-table": "餐桌",
|
|
235
|
+
"pisell-floor-map-layout.figma-card.capacity-seats": "可坐 {n} 人",
|
|
236
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人"
|
|
149
237
|
},
|
|
150
238
|
"zh-HK": {
|
|
151
239
|
"pisell-floor-map-layout.loading": "載入中…",
|
|
@@ -207,6 +295,46 @@ var locales_default = {
|
|
|
207
295
|
"pisell-floor-map-layout.edit-panel.pop-desc": "將從當前平面圖草稿中移除;刪除後請點擊頂部「儲存」以持久化佈局。",
|
|
208
296
|
"pisell-floor-map-layout.edit-panel.btn-delete": "刪除",
|
|
209
297
|
"pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
|
|
210
|
-
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "刪除"
|
|
211
|
-
|
|
298
|
+
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "刪除",
|
|
299
|
+
"pisell-floor-map-layout.toolbar.category-fallback": "圖元",
|
|
300
|
+
"pisell-floor-map-layout.toolbar.palette-card-title": "點擊後畫布落點,或拖曳到畫布生成「{name}」",
|
|
301
|
+
"pisell-floor-map-layout.toolbar.data-binding-optional": "數據綁定(可選)",
|
|
302
|
+
"pisell-floor-map-layout.toolbar.hint-after-select-ds": "選擇數據源後可選綁定數據列,或直接落點占位。",
|
|
303
|
+
"pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "當前數據源無未綁定記錄,或清單為空;可直接在畫布落點占位。",
|
|
304
|
+
"pisell-floor-map-layout.toolbar.ph-select-records": "選擇要展示的記錄(可選,可多選)",
|
|
305
|
+
"pisell-floor-map-layout.toolbar.hint-multi-drop": "可選多條,在畫布點擊一次將按階梯偏移落多條;留空則先占位,稍後在側欄綁定。",
|
|
306
|
+
"pisell-floor-map-layout.toolbar.no-data-sources": "無可用數據源",
|
|
307
|
+
"pisell-floor-map-layout.toolbar.cancel-place": "取消新建",
|
|
308
|
+
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "佈局已修改,請點擊「儲存」持久化。",
|
|
309
|
+
"pisell-floor-map-layout.toolbar.save": "儲存",
|
|
310
|
+
"pisell-floor-map-layout.toolbar.saving": "儲存中…",
|
|
311
|
+
"pisell-floor-map-layout.view-controls.zoom-out-aria": "縮小",
|
|
312
|
+
"pisell-floor-map-layout.view-controls.zoom-in-aria": "放大",
|
|
313
|
+
"pisell-floor-map-layout.view-controls.reset-aria": "復位",
|
|
314
|
+
"pisell-floor-map-layout.view-controls.fit-bounds-aria": "區域定位",
|
|
315
|
+
"pisell-floor-map-layout.view-controls.grid-hide-aria": "隱藏網格",
|
|
316
|
+
"pisell-floor-map-layout.view-controls.grid-show-aria": "顯示網格",
|
|
317
|
+
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全螢幕",
|
|
318
|
+
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全螢幕",
|
|
319
|
+
"pisell-floor-map-layout.image-element.default-name": "圖片圖元",
|
|
320
|
+
"pisell-floor-map-layout.placement.fallback-image-name": "底圖",
|
|
321
|
+
"pisell-floor-map-layout.image-element.hint-no-url": "在側欄填寫圖片地址;可調層級置於桌位下方作底圖",
|
|
322
|
+
"pisell-floor-map-layout.image-element.hint-load-fail": "圖片載入失敗,請檢查地址",
|
|
323
|
+
"pisell-floor-map-layout.data-form.empty": "無額外欄位可編輯",
|
|
324
|
+
"pisell-floor-map-layout.data-form.save-record": "儲存記錄",
|
|
325
|
+
"pisell-floor-map-layout.binding-error.required-row": "該圖元須綁定數據源列",
|
|
326
|
+
"pisell-floor-map-layout.binding-error.ds-not-allowed": "數據源「{key}」不在該圖元允許列表內",
|
|
327
|
+
"pisell-floor-map-layout.binding-error.missing-field": "數據列缺少必填欄位:{field}",
|
|
328
|
+
"pisell-floor-map-layout.card-placeholder.hint-select-row": "已選擇數據源,請在側欄選擇數據列",
|
|
329
|
+
"pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "未綁定數據列:請在側欄選擇數據源與記錄",
|
|
330
|
+
"pisell-floor-map-layout.card-placeholder.hint-new-slot": "新{kind}占位,可在側欄綁定具體記錄",
|
|
331
|
+
"pisell-floor-map-layout.card-placeholder.hint-row-not-found": "找不到對應記錄:請檢查綁定或數據清單",
|
|
332
|
+
"pisell-floor-map-layout.figma-card.kind-round-table": "圓桌",
|
|
333
|
+
"pisell-floor-map-layout.figma-card.kind-square-table": "餐桌",
|
|
334
|
+
"pisell-floor-map-layout.figma-card.default-table": "餐桌",
|
|
335
|
+
"pisell-floor-map-layout.figma-card.capacity-seats": "可坐 {n} 人",
|
|
336
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 人"
|
|
337
|
+
},
|
|
338
|
+
ja: import_locales_ja.default,
|
|
339
|
+
pt: import_locales_pt.default
|
|
212
340
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* form_code 可读 `form_code` 或预约行里的 `area`。
|
|
2
|
+
* 平面图数据行在下拉选项中的展示文案(侧栏「选择数据行」、工具栏多选记录)
|
|
3
|
+
* 仅展示名称侧一条:main_field(取 ## 前段)→ code → name;不再拼接 id、form_code、status。
|
|
5
4
|
*/
|
|
6
5
|
export declare function formatDataRecordOptionLabel(record: {
|
|
7
6
|
id: string;
|
|
@@ -27,15 +27,9 @@ function formatDataRecordOptionLabel(record) {
|
|
|
27
27
|
const mainField = rawMain ? (rawMain.split(" ## ")[0] ?? rawMain).trim() : "";
|
|
28
28
|
const code = record.code != null && String(record.code).trim() ? String(record.code).trim() : "";
|
|
29
29
|
const name = record.name != null ? String(record.name).trim() : "";
|
|
30
|
-
const status = record.status != null ? String(record.status) : "";
|
|
31
30
|
const idStr = String(record.id ?? "").trim();
|
|
32
|
-
const formCodeRaw = record.form_code != null && String(record.form_code).trim() ? String(record.form_code).trim() : record.area != null && String(record.area).trim() ? String(record.area).trim() : "";
|
|
33
31
|
const primary = mainField || code || name;
|
|
34
|
-
|
|
35
|
-
const tail = tailParts.length ? ` · ${tailParts.join(" · ")}` : "";
|
|
36
|
-
if (primary && status) return `${primary}(${status})${tail}`;
|
|
37
|
-
if (primary) return `${primary}${tail}`;
|
|
38
|
-
if (tailParts.length) return tailParts.join(" · ");
|
|
32
|
+
if (primary) return primary;
|
|
39
33
|
return idStr || "—";
|
|
40
34
|
}
|
|
41
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -28,6 +28,7 @@ __export(floorMapElementKindUtils_exports, {
|
|
|
28
28
|
});
|
|
29
29
|
module.exports = __toCommonJS(floorMapElementKindUtils_exports);
|
|
30
30
|
var import_types = require("../types");
|
|
31
|
+
var import_utils = require("@pisell/utils");
|
|
31
32
|
var import_floorMapStageDefaults = require("./floorMapStageDefaults");
|
|
32
33
|
function isFloorMapImageElementKind(kind) {
|
|
33
34
|
return kind === import_types.FLOOR_MAP_IMAGE_ELEMENT_KIND;
|
|
@@ -102,12 +103,14 @@ function getSceneElementRenderIssue(element, kind, dataSources) {
|
|
|
102
103
|
const policy = resolveDataBindingPolicy(kind);
|
|
103
104
|
const binding = element.dataBinding;
|
|
104
105
|
if (policy === "required" && !binding) {
|
|
105
|
-
return
|
|
106
|
+
return import_utils.locales.getText(
|
|
107
|
+
"pisell-floor-map-layout.binding-error.required-row"
|
|
108
|
+
);
|
|
106
109
|
}
|
|
107
110
|
if (!binding) return null;
|
|
108
111
|
const keys = kind == null ? void 0 : kind.allowedDataSourceKeys;
|
|
109
112
|
if ((keys == null ? void 0 : keys.length) && !keys.includes(binding.dataSourceKey)) {
|
|
110
|
-
return
|
|
113
|
+
return import_utils.locales.getText("pisell-floor-map-layout.binding-error.ds-not-allowed").replace(/\{key\}/g, binding.dataSourceKey);
|
|
111
114
|
}
|
|
112
115
|
const rows = dataSources == null ? void 0 : dataSources[binding.dataSourceKey];
|
|
113
116
|
const rid = binding.recordId != null ? String(binding.recordId).trim() : "";
|
|
@@ -122,7 +125,7 @@ function getSceneElementRenderIssue(element, kind, dataSources) {
|
|
|
122
125
|
if (expected == null ? void 0 : expected.length) {
|
|
123
126
|
for (const f of expected) {
|
|
124
127
|
if (row[f] === void 0 || row[f] === null || row[f] === "") {
|
|
125
|
-
return
|
|
128
|
+
return import_utils.locales.getText("pisell-floor-map-layout.binding-error.missing-field").replace(/\{field\}/g, f);
|
|
126
129
|
}
|
|
127
130
|
}
|
|
128
131
|
}
|
|
@@ -46,5 +46,5 @@ export interface PisellGoodPassCardProps {
|
|
|
46
46
|
mixedSort?: (val: Discount[]) => Discount[];
|
|
47
47
|
isInModal: boolean;
|
|
48
48
|
}
|
|
49
|
-
declare const index: (props: PisellGoodPassCardProps) =>
|
|
49
|
+
declare const index: (props: PisellGoodPassCardProps) => JSX.Element;
|
|
50
50
|
export default index;
|
|
@@ -4,5 +4,5 @@ export interface PisellEntryInputProps {
|
|
|
4
4
|
onChange: (val: string) => void;
|
|
5
5
|
searchDescribe?: React.ReactNode;
|
|
6
6
|
}
|
|
7
|
-
declare const PisellEntryInput: (props: PisellEntryInputProps) =>
|
|
7
|
+
declare const PisellEntryInput: (props: PisellEntryInputProps) => JSX.Element;
|
|
8
8
|
export default PisellEntryInput;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import './index.less';
|
|
3
3
|
export interface ScanProps {
|
|
4
4
|
onChange: (val: string) => void;
|
|
5
5
|
onCancel: () => void;
|
|
6
6
|
}
|
|
7
|
-
declare const Scan: (props: ScanProps) =>
|
|
7
|
+
declare const Scan: (props: ScanProps) => JSX.Element;
|
|
8
8
|
export default Scan;
|
|
@@ -29,5 +29,5 @@ export interface PisellInformationEntryProps extends Omit<React.HTMLAttributes<H
|
|
|
29
29
|
/** 录入类型切换时候触发的 */
|
|
30
30
|
onChangeType?: (val: null | EntryModeType['type']) => void;
|
|
31
31
|
}
|
|
32
|
-
declare const PisellInformationEntry: (props: PisellInformationEntryProps) =>
|
|
32
|
+
declare const PisellInformationEntry: (props: PisellInformationEntryProps) => JSX.Element;
|
|
33
33
|
export default PisellInformationEntry;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { InputProps } from 'antd';
|
|
3
3
|
import { PisellContextType } from "../../../pisell-config-provider/context";
|
|
4
4
|
import './index.less';
|
|
@@ -7,5 +7,5 @@ export declare type BankCardProps = InputProps & {
|
|
|
7
7
|
platform?: PisellContextType['platform'];
|
|
8
8
|
onChange?: (val: string) => void;
|
|
9
9
|
};
|
|
10
|
-
declare const BankCard: (props: BankCardProps) =>
|
|
10
|
+
declare const BankCard: (props: BankCardProps) => JSX.Element;
|
|
11
11
|
export default BankCard;
|