@pisell/materials 1.8.24 → 1.8.26
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 +153 -152
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +36 -50
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +40 -54
- 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 +3 -2
- 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/GraphicTextCard/types.d.ts +290 -0
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
- package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +2 -1
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/es/components/PisellCards/index.d.ts +5 -5
- package/es/components/PisellLayouts/index.d.ts +2 -2
- package/es/components/PisellMetrics/index.d.ts +2 -2
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/es/components/PisellScrollView/components/Actions/index.d.ts +1 -1
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/es/components/PisellScrollView/index.d.ts +3 -0
- package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
- package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
- package/es/components/PisellSuperTabs/types.d.ts +212 -0
- package/es/components/PisellTabbar/constants.d.ts +47 -0
- package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
- package/es/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/es/components/PisellTabbar/types.d.ts +90 -0
- package/es/components/PisellTabbar/utils/index.d.ts +69 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/appVersionControl/index.d.ts +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 +2 -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 +1 -1
- package/es/components/cardMetricItem/index.d.ts +1 -1
- package/es/components/cardPro/index.d.ts +4 -0
- package/es/components/checkbox/index.d.ts +1 -1
- package/es/components/classicLayout/index.d.ts +2 -2
- package/es/components/colorPicker/index.d.ts +2 -2
- package/es/components/config-provider/index.d.ts +10 -0
- package/es/components/customSelect/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -1
- 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/urlUtils.d.ts +24 -0
- 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 +1 -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 +2 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.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 +6 -5
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -1
- 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 +2 -1
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +26 -0
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- 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 +2 -1
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -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 +2 -1
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +12 -11
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +8 -3
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
- package/es/components/date-picker/datePickerCpt.d.ts +2 -1
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +19 -0
- package/es/components/drag-sort-tree/index.d.ts +5 -0
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/filter/components/Dropdown/types.d.ts +13 -0
- package/es/components/filter/components/FilterButton/types.d.ts +24 -0
- package/es/components/filter/components/items/index.d.ts +6 -6
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/es/components/filter/components/items/text/index.d.ts +2 -2
- package/es/components/filter/index.d.ts +2 -1
- package/es/components/filter/types.d.ts +48 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/list/index.d.ts +2 -1
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/lowCodePage/index.d.ts +2 -1
- package/es/components/page/index.d.ts +2 -1
- package/es/components/page-header/index.d.ts +1 -1
- package/es/components/pisell-config-provider/context.d.ts +22 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/es/components/pisellAdjustPrice/index.d.ts +2 -1
- package/es/components/pisellAdjustPrice/status.d.ts +32 -0
- package/es/components/pisellAdjustPrice/type.d.ts +22 -0
- package/es/components/pisellAlert/index.d.ts +1 -1
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- 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 +2 -1
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/es/components/pisellDatePicker/index.d.ts +1 -1
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/es/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/es/components/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/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellFilter/index.d.ts +2 -1
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFloatingPanel/index.d.ts +1 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +78 -43
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +7 -2
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +33 -16
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +9 -5
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +6 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +5 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +24 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +67 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +18 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +5 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +4 -2
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +187 -44
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +8 -2
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -2
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +46 -3
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -2
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/es/components/pisellFloorMapLayout/locales.js +27 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +592 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/es/components/pisellGoodPassCard/index.d.ts +1 -1
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/GridView/index.d.ts +6 -0
- package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/es/components/pisellInformationEntry/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 +2 -1
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/es/components/pisellInput/index.d.ts +5 -5
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLoading/index.d.ts +2 -1
- package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
- package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/es/components/pisellLookup/components/index.d.ts +9 -0
- package/es/components/pisellLookup/hooks/index.d.ts +6 -0
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/index.d.ts +6 -0
- package/es/components/pisellLookup/types.d.ts +667 -0
- package/es/components/pisellLookup/utils/index.d.ts +5 -0
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/es/components/pisellMetricCard/types.d.ts +201 -0
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/es/components/pisellModal/components/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 +3 -3
- package/es/components/pisellModal/index.d.ts +6 -2
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellQuickFilter/type.d.ts +12 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/types.d.ts +381 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +42 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +13 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/es/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/es/components/pisellRow/index.d.ts +1 -1
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellSort/index.d.ts +4 -0
- package/es/components/pisellSort/type.d.ts +7 -0
- package/es/components/pisellStatisticList/index.d.ts +22 -0
- 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.less +6 -6
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/es/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/es/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/es/components/pisellToast/squareToast/index.d.ts +15 -0
- package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
- package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
- package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
- package/es/components/pisellTooltip/index.d.ts +2 -2
- package/es/components/pisellUpload/index.d.ts +2 -2
- package/es/components/pisellUrl/utils/index.d.ts +6 -0
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/es/components/pisellWalletPassCard/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +7 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/index.d.ts +2 -1
- package/es/components/productCard/cartSkuCard/locales.d.ts +178 -0
- package/es/components/productCard/components/Action/index.d.ts +4 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +2 -1
- package/es/components/productCard/components/Divider/index.d.ts +2 -2
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +2 -1
- package/es/components/productCard/components/Header/index.d.ts +2 -1
- package/es/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/components/Note/index.d.ts +2 -1
- 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 +2 -1
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/productCard/components/Sales/index.d.ts +2 -1
- package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +2 -1
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +2 -1
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -1
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +2 -1
- package/es/components/productCard/components/Time/index.d.ts +2 -2
- package/es/components/productCard/locales.d.ts +138 -0
- package/es/components/productCard/status.d.ts +32 -0
- package/es/components/productCard/types.d.ts +95 -0
- package/es/components/qrcode/index.d.ts +2 -1
- package/es/components/radio/index.d.ts +1 -1
- package/es/components/section-footers/index.d.ts +1 -1
- package/es/components/segmented/index.d.ts +2 -2
- package/es/components/select/index.d.ts +9 -0
- package/es/components/select-time/RightPanel/index.d.ts +2 -2
- package/es/components/select-time/index.d.ts +2 -2
- package/es/components/select-time/index.js +1 -0
- package/es/components/skeleton/index.d.ts +1 -1
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/es/components/sort/types.d.ts +39 -0
- 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 +2 -1
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +2 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/es/components/table/Actions/component/Group/index.d.ts +2 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/es/components/table/Actions/index.d.ts +2 -1
- package/es/components/table/BasicTable/index.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/index.d.ts +3 -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 +3 -3
- package/es/components/table/Table/fields/index.d.ts +78 -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 +2 -1
- package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/index.d.ts +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -3
- package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- 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 +4 -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 +2 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/index.d.ts +4 -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 +4 -3
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +2 -1
- 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 +2 -1
- 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/table/types.d.ts +268 -0
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +1 -1
- package/es/components/translation/utils.d.ts +9 -0
- package/es/components/upload/index.d.ts +1 -1
- package/es/components/versionSelect/index.d.ts +2 -2
- package/es/components/virtual-keyboard/Amount/index.d.ts +2 -1
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
- package/es/components/virtual-keyboard/Number/index.d.ts +2 -1
- package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
- package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -1
- package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
- package/es/components/virtual-keyboard/index.d.ts +1 -1
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/es/components/virtualInput/index.d.ts +29 -0
- package/es/components/walletCard/Guest/index.d.ts +2 -2
- package/es/components/walletCard/Guide/index.d.ts +2 -2
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/theme/tokens.d.ts +22 -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/es/utils/tagColor.d.ts +7 -0
- 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 +3 -2
- 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/GraphicTextCard/types.d.ts +290 -0
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
- package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +2 -1
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/lib/components/PisellCards/index.d.ts +5 -5
- package/lib/components/PisellLayouts/index.d.ts +2 -2
- package/lib/components/PisellMetrics/index.d.ts +2 -2
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +1 -1
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/lib/components/PisellScrollView/index.d.ts +3 -0
- package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
- package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
- package/lib/components/PisellSuperTabs/types.d.ts +212 -0
- package/lib/components/PisellTabbar/constants.d.ts +47 -0
- package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
- package/lib/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/lib/components/PisellTabbar/types.d.ts +90 -0
- package/lib/components/PisellTabbar/utils/index.d.ts +69 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/appVersionControl/index.d.ts +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 +2 -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 +1 -1
- package/lib/components/cardMetricItem/index.d.ts +1 -1
- package/lib/components/cardPro/index.d.ts +4 -0
- package/lib/components/checkbox/index.d.ts +1 -1
- package/lib/components/classicLayout/index.d.ts +2 -2
- package/lib/components/colorPicker/index.d.ts +2 -2
- package/lib/components/config-provider/index.d.ts +10 -0
- package/lib/components/customSelect/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -1
- 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/urlUtils.d.ts +24 -0
- 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 +1 -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 +2 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.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 +6 -5
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -1
- 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 +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +26 -0
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- 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 +2 -1
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -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 +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +12 -11
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +8 -3
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
- package/lib/components/date-picker/datePickerCpt.d.ts +2 -1
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +19 -0
- package/lib/components/drag-sort-tree/index.d.ts +5 -0
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
- package/lib/components/filter/components/items/index.d.ts +6 -6
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/index.d.ts +2 -2
- package/lib/components/filter/index.d.ts +2 -1
- package/lib/components/filter/types.d.ts +48 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/list/index.d.ts +2 -1
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/lowCodePage/index.d.ts +2 -1
- package/lib/components/page/index.d.ts +2 -1
- package/lib/components/page-header/index.d.ts +1 -1
- package/lib/components/pisell-config-provider/context.d.ts +22 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/lib/components/pisellAdjustPrice/index.d.ts +2 -1
- package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
- package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
- package/lib/components/pisellAlert/index.d.ts +1 -1
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- 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 +2 -1
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/lib/components/pisellDatePicker/index.d.ts +1 -1
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/lib/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/lib/components/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/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellFilter/index.d.ts +2 -1
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +90 -50
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +7 -2
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +38 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +9 -5
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +6 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +5 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +24 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +108 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +15 -43
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +5 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +4 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +201 -26
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +8 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +2 -1
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +39 -3
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +1 -2
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/lib/components/pisellFloorMapLayout/locales.js +27 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +592 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/lib/components/pisellGoodPassCard/index.d.ts +1 -1
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/GridView/index.d.ts +6 -0
- package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/lib/components/pisellInformationEntry/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 +2 -1
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/lib/components/pisellInput/index.d.ts +5 -5
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLoading/index.d.ts +2 -1
- package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/index.d.ts +9 -0
- package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/index.d.ts +6 -0
- package/lib/components/pisellLookup/types.d.ts +667 -0
- package/lib/components/pisellLookup/utils/index.d.ts +5 -0
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/lib/components/pisellMetricCard/types.d.ts +201 -0
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/lib/components/pisellModal/components/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 +3 -3
- package/lib/components/pisellModal/index.d.ts +6 -2
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellQuickFilter/type.d.ts +12 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/types.d.ts +381 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +42 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +23 -1
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/lib/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/lib/components/pisellRow/index.d.ts +1 -1
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellSort/index.d.ts +4 -0
- package/lib/components/pisellSort/type.d.ts +7 -0
- package/lib/components/pisellStatisticList/index.d.ts +22 -0
- 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.less +6 -6
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
- package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
- package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
- package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
- package/lib/components/pisellTooltip/index.d.ts +2 -2
- package/lib/components/pisellUpload/index.d.ts +2 -2
- package/lib/components/pisellUrl/utils/index.d.ts +6 -0
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/lib/components/pisellWalletPassCard/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +7 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/index.d.ts +2 -1
- package/lib/components/productCard/cartSkuCard/locales.d.ts +178 -0
- package/lib/components/productCard/components/Action/index.d.ts +4 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +2 -1
- package/lib/components/productCard/components/Divider/index.d.ts +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +2 -1
- package/lib/components/productCard/components/Header/index.d.ts +2 -1
- package/lib/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/components/Note/index.d.ts +2 -1
- 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 +2 -1
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/productCard/components/Sales/index.d.ts +2 -1
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +2 -1
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +2 -1
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -1
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +2 -1
- package/lib/components/productCard/components/Time/index.d.ts +2 -2
- package/lib/components/productCard/locales.d.ts +138 -0
- package/lib/components/productCard/status.d.ts +32 -0
- package/lib/components/productCard/types.d.ts +95 -0
- package/lib/components/qrcode/index.d.ts +2 -1
- package/lib/components/radio/index.d.ts +1 -1
- package/lib/components/section-footers/index.d.ts +1 -1
- package/lib/components/segmented/index.d.ts +2 -2
- package/lib/components/select/index.d.ts +9 -0
- package/lib/components/select-time/RightPanel/index.d.ts +2 -2
- package/lib/components/select-time/index.d.ts +2 -2
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/skeleton/index.d.ts +1 -1
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/lib/components/sort/types.d.ts +39 -0
- 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 +2 -1
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +2 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/lib/components/table/Actions/component/Group/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/lib/components/table/Actions/index.d.ts +2 -1
- package/lib/components/table/BasicTable/index.d.ts +2 -1
- 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 +2 -1
- 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 +2 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/index.d.ts +3 -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 +3 -3
- package/lib/components/table/Table/fields/index.d.ts +78 -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 +2 -1
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/index.d.ts +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -3
- package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- 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 +4 -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 +2 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/index.d.ts +4 -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 +4 -3
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +2 -1
- 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 +2 -1
- 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/table/types.d.ts +268 -0
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +1 -1
- package/lib/components/translation/utils.d.ts +9 -0
- package/lib/components/upload/index.d.ts +1 -1
- package/lib/components/versionSelect/index.d.ts +2 -2
- package/lib/components/virtual-keyboard/Amount/index.d.ts +2 -1
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
- package/lib/components/virtual-keyboard/Number/index.d.ts +2 -1
- package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
- package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -1
- package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
- package/lib/components/virtual-keyboard/index.d.ts +1 -1
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/lib/components/virtualInput/index.d.ts +29 -0
- package/lib/components/walletCard/Guest/index.d.ts +2 -2
- package/lib/components/walletCard/Guide/index.d.ts +2 -2
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/theme/tokens.d.ts +22 -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/lib/utils/tagColor.d.ts +7 -0
- package/package.json +3 -3
|
@@ -62,6 +62,13 @@ declare const _default: {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -82,6 +89,8 @@ declare const _default: {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -62,6 +62,13 @@ export default {
|
|
|
62
62
|
'pisell-floor-map-layout.edit-panel.btn-delete': 'Eliminar',
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancelar',
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Eliminar',
|
|
65
|
+
'pisell-floor-map-layout.edit-quick.lock': 'Bloquear arrastar e redimensionar',
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.unlock': 'Desbloquear',
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicar',
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.delete': 'Eliminar',
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.status-locked': 'Bloqueado',
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': 'Desbloqueado',
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Acções rápidas do elemento',
|
|
65
72
|
'pisell-floor-map-layout.toolbar.category-fallback': 'Elemento',
|
|
66
73
|
'pisell-floor-map-layout.toolbar.palette-card-title': 'Clique para colocar no canvas ou arraste para adicionar «{name}»',
|
|
67
74
|
'pisell-floor-map-layout.toolbar.data-binding-optional': 'Ligação de dados (opcional)',
|
|
@@ -82,6 +89,8 @@ export default {
|
|
|
82
89
|
'pisell-floor-map-layout.view-controls.grid-show-aria': 'Mostrar grelha',
|
|
83
90
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Ecrã inteiro',
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Sair do ecrã inteiro',
|
|
92
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Mostrar mais ferramentas de vista',
|
|
93
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Ocultar ferramentas extra',
|
|
85
94
|
'pisell-floor-map-layout.image-element.default-name': 'Elemento de imagem',
|
|
86
95
|
'pisell-floor-map-layout.placement.fallback-image-name': 'Fundo',
|
|
87
96
|
'pisell-floor-map-layout.image-element.hint-no-url': 'Introduza o URL da imagem na barra lateral. Baixe a ordem para ficar atrás das mesas.',
|
|
@@ -63,6 +63,13 @@ declare const _default: {
|
|
|
63
63
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
64
64
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
65
65
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
66
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
67
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
68
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
72
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
66
73
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
67
74
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
68
75
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -83,6 +90,8 @@ declare const _default: {
|
|
|
83
90
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
84
91
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
85
92
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
93
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
94
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
86
95
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
87
96
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
88
97
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -163,6 +172,13 @@ declare const _default: {
|
|
|
163
172
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
164
173
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
165
174
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
175
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
176
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
177
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
178
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
179
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
180
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
181
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
166
182
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
167
183
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
168
184
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -183,6 +199,8 @@ declare const _default: {
|
|
|
183
199
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
184
200
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
185
201
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
202
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
203
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
186
204
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
187
205
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
188
206
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -263,6 +281,13 @@ declare const _default: {
|
|
|
263
281
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
264
282
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
265
283
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
284
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
285
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
286
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
287
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
288
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
289
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
290
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
266
291
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
267
292
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
268
293
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -283,6 +308,8 @@ declare const _default: {
|
|
|
283
308
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
284
309
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
285
310
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
311
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
312
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
286
313
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
287
314
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
288
315
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -363,6 +390,13 @@ declare const _default: {
|
|
|
363
390
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
364
391
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
365
392
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
393
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
394
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
395
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
396
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
397
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
398
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
399
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
366
400
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
367
401
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
368
402
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -383,6 +417,8 @@ declare const _default: {
|
|
|
383
417
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
384
418
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
385
419
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
420
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
421
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
386
422
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
387
423
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
388
424
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -463,6 +499,13 @@ declare const _default: {
|
|
|
463
499
|
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
464
500
|
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
465
501
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
502
|
+
'pisell-floor-map-layout.edit-quick.lock': string;
|
|
503
|
+
'pisell-floor-map-layout.edit-quick.unlock': string;
|
|
504
|
+
'pisell-floor-map-layout.edit-quick.duplicate': string;
|
|
505
|
+
'pisell-floor-map-layout.edit-quick.delete': string;
|
|
506
|
+
'pisell-floor-map-layout.edit-quick.status-locked': string;
|
|
507
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': string;
|
|
508
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
|
|
466
509
|
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
467
510
|
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
468
511
|
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
@@ -483,6 +526,8 @@ declare const _default: {
|
|
|
483
526
|
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
484
527
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
485
528
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
529
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
|
|
530
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
|
|
486
531
|
'pisell-floor-map-layout.image-element.default-name': string;
|
|
487
532
|
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
488
533
|
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
@@ -66,6 +66,13 @@ export default {
|
|
|
66
66
|
'pisell-floor-map-layout.edit-panel.btn-delete': 'Delete',
|
|
67
67
|
'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancel',
|
|
68
68
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Delete',
|
|
69
|
+
'pisell-floor-map-layout.edit-quick.lock': 'Lock drag & resize',
|
|
70
|
+
'pisell-floor-map-layout.edit-quick.unlock': 'Unlock',
|
|
71
|
+
'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicate',
|
|
72
|
+
'pisell-floor-map-layout.edit-quick.delete': 'Delete',
|
|
73
|
+
'pisell-floor-map-layout.edit-quick.status-locked': 'Locked',
|
|
74
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': 'Unlocked',
|
|
75
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Element quick actions',
|
|
69
76
|
'pisell-floor-map-layout.toolbar.category-fallback': 'Elements',
|
|
70
77
|
'pisell-floor-map-layout.toolbar.palette-card-title': 'Click to place on canvas, or drag onto canvas to add 「{name}」',
|
|
71
78
|
'pisell-floor-map-layout.toolbar.data-binding-optional': 'Data binding (optional)',
|
|
@@ -86,6 +93,8 @@ export default {
|
|
|
86
93
|
'pisell-floor-map-layout.view-controls.grid-show-aria': 'Show grid',
|
|
87
94
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Fullscreen',
|
|
88
95
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Exit fullscreen',
|
|
96
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Show more view tools',
|
|
97
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Hide extra view tools',
|
|
89
98
|
'pisell-floor-map-layout.image-element.default-name': 'Image',
|
|
90
99
|
'pisell-floor-map-layout.placement.fallback-image-name': 'Background',
|
|
91
100
|
'pisell-floor-map-layout.image-element.hint-no-url': 'Enter the image URL in the sidebar; lower the layer to place under tables.',
|
|
@@ -166,6 +175,13 @@ export default {
|
|
|
166
175
|
'pisell-floor-map-layout.edit-panel.btn-delete': '删除',
|
|
167
176
|
'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
|
|
168
177
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '删除',
|
|
178
|
+
'pisell-floor-map-layout.edit-quick.lock': '锁定(不可拖拽与改尺寸)',
|
|
179
|
+
'pisell-floor-map-layout.edit-quick.unlock': '解锁',
|
|
180
|
+
'pisell-floor-map-layout.edit-quick.duplicate': '复制',
|
|
181
|
+
'pisell-floor-map-layout.edit-quick.delete': '删除',
|
|
182
|
+
'pisell-floor-map-layout.edit-quick.status-locked': '已锁定',
|
|
183
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': '未锁定',
|
|
184
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': '图元快捷操作',
|
|
169
185
|
'pisell-floor-map-layout.toolbar.category-fallback': '图元',
|
|
170
186
|
'pisell-floor-map-layout.toolbar.palette-card-title': '点击后画布落点,或拖拽到画布生成「{name}」',
|
|
171
187
|
'pisell-floor-map-layout.toolbar.data-binding-optional': '数据绑定(可选)',
|
|
@@ -186,6 +202,8 @@ export default {
|
|
|
186
202
|
'pisell-floor-map-layout.view-controls.grid-show-aria': '显示网格',
|
|
187
203
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全屏',
|
|
188
204
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全屏',
|
|
205
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': '展开更多操作',
|
|
206
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
|
|
189
207
|
'pisell-floor-map-layout.image-element.default-name': '图片图元',
|
|
190
208
|
'pisell-floor-map-layout.placement.fallback-image-name': '底图',
|
|
191
209
|
'pisell-floor-map-layout.image-element.hint-no-url': '在侧栏填写图片地址;可调层级置于桌位下方作底图',
|
|
@@ -266,6 +284,13 @@ export default {
|
|
|
266
284
|
'pisell-floor-map-layout.edit-panel.btn-delete': '刪除',
|
|
267
285
|
'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
|
|
268
286
|
'pisell-floor-map-layout.edit-panel.btn-ok-delete': '刪除',
|
|
287
|
+
'pisell-floor-map-layout.edit-quick.lock': '鎖定(不可拖曳與改尺寸)',
|
|
288
|
+
'pisell-floor-map-layout.edit-quick.unlock': '解鎖',
|
|
289
|
+
'pisell-floor-map-layout.edit-quick.duplicate': '複製',
|
|
290
|
+
'pisell-floor-map-layout.edit-quick.delete': '刪除',
|
|
291
|
+
'pisell-floor-map-layout.edit-quick.status-locked': '已鎖定',
|
|
292
|
+
'pisell-floor-map-layout.edit-quick.status-unlocked': '未鎖定',
|
|
293
|
+
'pisell-floor-map-layout.edit-quick.aria-toolbar': '圖元快捷操作',
|
|
269
294
|
'pisell-floor-map-layout.toolbar.category-fallback': '圖元',
|
|
270
295
|
'pisell-floor-map-layout.toolbar.palette-card-title': '點擊後畫布落點,或拖曳到畫布生成「{name}」',
|
|
271
296
|
'pisell-floor-map-layout.toolbar.data-binding-optional': '數據綁定(可選)',
|
|
@@ -286,6 +311,8 @@ export default {
|
|
|
286
311
|
'pisell-floor-map-layout.view-controls.grid-show-aria': '顯示網格',
|
|
287
312
|
'pisell-floor-map-layout.view-controls.fullscreen-aria': '全螢幕',
|
|
288
313
|
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全螢幕',
|
|
314
|
+
'pisell-floor-map-layout.view-controls.expand-tools-aria': '展開更多操作',
|
|
315
|
+
'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
|
|
289
316
|
'pisell-floor-map-layout.image-element.default-name': '圖片圖元',
|
|
290
317
|
'pisell-floor-map-layout.placement.fallback-image-name': '底圖',
|
|
291
318
|
'pisell-floor-map-layout.image-element.hint-no-url': '在側欄填寫圖片地址;可調層級置於桌位下方作底圖',
|