@pisell/materials 1.8.23 → 1.8.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +145 -153
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +25 -30
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +31 -36
- package/es/components/Pagination/index.d.ts +12 -0
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/es/components/PisellCards/index.d.ts +14 -0
- package/es/components/PisellFields/index.d.ts +36 -0
- package/es/components/PisellLayouts/index.d.ts +38 -0
- package/es/components/PisellMetrics/index.d.ts +23 -0
- package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/es/components/PisellScrollView/index.d.ts +3 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/es/components/PisellTabbar/index.d.ts +9 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/appVersionControl/index.d.ts +4 -0
- package/es/components/auto-complete-number/index.d.ts +0 -1
- package/es/components/badge/index.d.ts +0 -1
- package/es/components/batch-editor/fields/index.d.ts +0 -1
- package/es/components/batch-editor/index.d.ts +0 -1
- package/es/components/calendar/index.d.ts +0 -1
- package/es/components/cardMetricItem/index.d.ts +15 -0
- package/es/components/checkbox/index.d.ts +0 -1
- package/es/components/classicLayout/index.d.ts +0 -1
- package/es/components/colorPicker/index.d.ts +0 -1
- package/es/components/config-provider/index.d.ts +9 -0
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +141 -0
- package/es/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/date-picker/datePickerCpt.d.ts +0 -1
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/dropdown/index.d.ts +0 -1
- package/es/components/filter/components/Dropdown/index.d.ts +9 -0
- package/es/components/filter/components/Dropdown/types.d.ts +13 -0
- package/es/components/filter/components/FilterButton/index.d.ts +4 -0
- package/es/components/filter/components/FilterButton/types.d.ts +24 -0
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/es/components/filter/components/FilterItem/index.d.ts +5 -0
- package/es/components/filter/components/items/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/es/components/filter/components/items/text/index.d.ts +0 -1
- package/es/components/filter/index.d.ts +0 -1
- package/es/components/filter/types.d.ts +48 -0
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/list/index.d.ts +0 -1
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/lowCodePage/index.d.ts +0 -1
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
- package/es/components/pisellBatchActionBar/index.d.ts +6 -0
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- package/es/components/pisellCard/index.d.ts +0 -1
- package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
- package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
- package/es/components/pisellCurrency/components/DisabledView.d.ts +11 -0
- package/es/components/pisellCurrency/components/EditView.d.ts +18 -0
- package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellCurrency/components/index.d.ts +6 -0
- package/es/components/pisellCurrency/index.d.ts +7 -0
- package/es/components/pisellCurrency/types.d.ts +56 -0
- package/es/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
- package/es/components/pisellCurrency/utils/index.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
- package/es/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
- package/es/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
- package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
- package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/es/components/pisellDataSourceContainer/index.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
- package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
- package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
- package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
- package/es/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
- package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
- package/es/components/pisellDateTimeDisplay/index.d.ts +3 -0
- package/es/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
- package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/es/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
- package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
- package/es/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
- package/es/components/pisellEmail/components/DisabledView.d.ts +14 -0
- package/es/components/pisellEmail/components/EditView.d.ts +15 -0
- package/es/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
- package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/es/components/pisellEmail/index.d.ts +7 -0
- package/es/components/pisellEmail/types.d.ts +176 -0
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/es/components/pisellEmail/utils/emailHelper.d.ts +66 -0
- package/es/components/pisellEmail/utils/emailValidator.d.ts +45 -0
- package/es/components/pisellEmail/utils/index.d.ts +6 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellFilter/index.d.ts +3 -0
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFind/PisellFind.stories.d.ts +45 -0
- package/es/components/pisellFind/index.d.ts +40 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +74 -44
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- 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 +39 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +67 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +38 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +18 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +25 -10
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +54 -4
- 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 +46 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +191 -46
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- 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 +66 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +48 -4
- 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/index.d.ts +15 -0
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +112 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +112 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/es/components/pisellFloorMapLayout/locales.js +150 -4
- package/es/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/es/components/pisellInput/index.d.ts +0 -1
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLoading/index.d.ts +0 -1
- package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
- package/es/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
- package/es/components/pisellLongText/components/DisabledView.d.ts +16 -0
- package/es/components/pisellLongText/components/EditView.d.ts +19 -0
- package/es/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
- package/es/components/pisellLongText/index.d.ts +7 -0
- package/es/components/pisellLongText/types.d.ts +147 -0
- package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/es/components/pisellLookup/components/index.d.ts +9 -0
- package/es/components/pisellLookup/hooks/index.d.ts +6 -0
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/index.d.ts +6 -0
- package/es/components/pisellLookup/types.d.ts +667 -0
- package/es/components/pisellLookup/utils/index.d.ts +5 -0
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/es/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
- package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
- package/es/components/pisellMetricCard/components/MetricComparison.d.ts +14 -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/components/index.d.ts +7 -0
- package/es/components/pisellMetricCard/index.d.ts +6 -0
- package/es/components/pisellMetricCard/types.d.ts +201 -0
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/es/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
- package/es/components/pisellMetricCard/utils/index.d.ts +5 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/index.d.ts +0 -1
- package/es/components/pisellModal/index.d.ts +4 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
- package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/index.d.ts +7 -0
- package/es/components/pisellMultipleSelect/types.d.ts +160 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
- package/es/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
- package/es/components/pisellNumber/components/DisabledView.d.ts +11 -0
- package/es/components/pisellNumber/components/EditView.d.ts +18 -0
- package/es/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
- package/es/components/pisellNumber/components/index.d.ts +6 -0
- package/es/components/pisellNumber/index.d.ts +7 -0
- package/es/components/pisellNumber/types.d.ts +168 -0
- package/es/components/pisellPercent/PisellPercent.d.ts +38 -0
- package/es/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
- package/es/components/pisellPercent/components/DisabledView.d.ts +11 -0
- package/es/components/pisellPercent/components/EditView.d.ts +17 -0
- package/es/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
- package/es/components/pisellPercent/components/index.d.ts +6 -0
- package/es/components/pisellPercent/index.d.ts +7 -0
- package/es/components/pisellPercent/types.d.ts +68 -0
- package/es/components/pisellPercent/utils/index.d.ts +6 -0
- package/es/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
- package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/es/components/pisellPhone/components/EditView.d.ts +19 -0
- package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
- package/es/components/pisellPhone/index.d.ts +8 -0
- package/es/components/pisellPhone/types.d.ts +209 -0
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/es/components/pisellPhone/utils/index.d.ts +6 -0
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
- package/es/components/pisellQuickFilter/index.d.ts +11 -0
- package/es/components/pisellQuickFilter/type.d.ts +12 -0
- package/es/components/pisellRating/PisellRating.d.ts +31 -0
- package/es/components/pisellRating/PisellRating.stories.d.ts +53 -0
- package/es/components/pisellRating/index.d.ts +7 -0
- package/es/components/pisellRating/types.d.ts +124 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -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/index.d.ts +41 -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/BatchActionBar/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +22 -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/recordBoardColumns.d.ts +41 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
- package/es/components/pisellReservationSchedule/index.d.ts +2 -0
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +42 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +13 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/es/components/pisellReservationScheduleBand/types.d.ts +57 -0
- package/es/components/pisellRow/index.d.ts +22 -0
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
- package/es/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
- package/es/components/pisellSingleLineText/components/EditView.d.ts +19 -0
- package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
- package/es/components/pisellSingleLineText/index.d.ts +7 -0
- package/es/components/pisellSingleLineText/types.d.ts +139 -0
- package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
- package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
- package/es/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
- package/es/components/pisellSingleSelect/components/EditView.d.ts +8 -0
- package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
- package/es/components/pisellSingleSelect/index.d.ts +7 -0
- package/es/components/pisellSingleSelect/types.d.ts +92 -0
- package/es/components/pisellSort/index.d.ts +3 -0
- package/es/components/pisellSort/type.d.ts +7 -0
- package/es/components/pisellStatisticList/index.d.ts +22 -0
- package/es/components/pisellText/components/Editable/index.d.ts +32 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +8 -6
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- 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 +14 -0
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/hooks/index.d.ts +5 -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/hooks/useTimeAxis.d.ts +27 -0
- package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/es/components/pisellTimeNavigator/types.d.ts +160 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +30 -0
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
- package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
- package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
- package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
- package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
- package/es/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
- package/es/components/pisellTimeRangeDisplay/index.d.ts +3 -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/index.d.ts +4 -0
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/es/components/pisellTooltip/index.d.ts +0 -1
- package/es/components/pisellUpload/index.d.ts +0 -1
- package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
- package/es/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
- package/es/components/pisellUrl/components/DisabledView.d.ts +14 -0
- package/es/components/pisellUrl/components/EditView.d.ts +15 -0
- package/es/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
- package/es/components/pisellUrl/index.d.ts +7 -0
- package/es/components/pisellUrl/types.d.ts +160 -0
- package/es/components/pisellUrl/utils/index.d.ts +6 -0
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/es/components/productCard/components/Divider/index.d.ts +0 -1
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/es/components/productCard/components/Note/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/es/components/productCard/components/Time/index.d.ts +3 -0
- package/es/components/qrcode/index.d.ts +0 -1
- package/es/components/radio/index.d.ts +0 -1
- package/es/components/segmented/index.d.ts +0 -1
- package/es/components/select/index.d.ts +9 -0
- package/es/components/select-time/RightPanel/index.d.ts +0 -1
- package/es/components/select-time/index.js +1 -0
- package/es/components/skeleton/index.d.ts +0 -1
- package/es/components/slider/index.d.ts +0 -1
- package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/es/components/sort/index.d.ts +5 -0
- package/es/components/sort/types.d.ts +39 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/es/components/table/Actions/component/Group/index.d.ts +0 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- package/es/components/table/Actions/index.d.ts +0 -1
- package/es/components/table/BasicTable/index.d.ts +3 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/es/components/table/Gallery/index.d.ts +5 -0
- package/es/components/table/Summary/index.d.ts +0 -1
- package/es/components/table/Table/SelectField/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +161 -0
- package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/es/components/table/View/index.d.ts +0 -1
- package/es/components/table/hooks/useTableSetting.d.ts +21 -0
- package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/es/components/table/types.d.ts +268 -0
- package/es/components/time-picker/index.d.ts +0 -1
- package/es/components/translation/index.d.ts +17 -0
- package/es/components/translation/utils.d.ts +9 -0
- package/es/components/upload/index.d.ts +0 -1
- package/es/components/versionModal/index.d.ts +23 -0
- package/es/components/versionSelect/index.d.ts +0 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/es/components/virtualInput/index.d.ts +29 -0
- package/es/components/walletCard/Guest/index.d.ts +0 -1
- package/es/components/walletCard/Guide/index.d.ts +0 -1
- package/es/components/walletCard/index.d.ts +79 -0
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/index.d.ts +9 -10
- package/es/index.js +10 -8
- package/es/locales/en-US.js +1 -0
- package/es/locales/index.d.ts +1 -0
- package/es/locales/ja.js +25 -7
- package/es/locales/pt.js +21 -3
- package/es/locales/zh-CN.js +1 -0
- package/es/locales/zh-TW.js +1 -0
- package/es/theme/tokens.d.ts +22 -0
- package/es/utils/tagColor.d.ts +7 -0
- package/lib/components/Pagination/index.d.ts +12 -0
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/lib/components/PisellCards/index.d.ts +14 -0
- package/lib/components/PisellFields/index.d.ts +36 -0
- package/lib/components/PisellLayouts/index.d.ts +38 -0
- package/lib/components/PisellMetrics/index.d.ts +23 -0
- package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/lib/components/PisellScrollView/index.d.ts +3 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/lib/components/PisellTabbar/index.d.ts +9 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/appVersionControl/index.d.ts +4 -0
- package/lib/components/auto-complete-number/index.d.ts +0 -1
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/batch-editor/fields/index.d.ts +0 -1
- package/lib/components/batch-editor/index.d.ts +0 -1
- package/lib/components/calendar/index.d.ts +0 -1
- package/lib/components/cardMetricItem/index.d.ts +15 -0
- package/lib/components/checkbox/index.d.ts +0 -1
- package/lib/components/classicLayout/index.d.ts +0 -1
- package/lib/components/colorPicker/index.d.ts +0 -1
- package/lib/components/config-provider/index.d.ts +9 -0
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +141 -0
- package/lib/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/dropdown/index.d.ts +0 -1
- package/lib/components/filter/components/Dropdown/index.d.ts +9 -0
- package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
- package/lib/components/filter/components/FilterButton/index.d.ts +4 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/lib/components/filter/components/FilterItem/index.d.ts +5 -0
- package/lib/components/filter/components/items/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/index.d.ts +0 -1
- package/lib/components/filter/index.d.ts +0 -1
- package/lib/components/filter/types.d.ts +48 -0
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/list/index.d.ts +0 -1
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/lowCodePage/index.d.ts +0 -1
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
- package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- package/lib/components/pisellCard/index.d.ts +0 -1
- package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
- package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
- package/lib/components/pisellCurrency/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellCurrency/components/EditView.d.ts +18 -0
- package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellCurrency/components/index.d.ts +6 -0
- package/lib/components/pisellCurrency/index.d.ts +7 -0
- package/lib/components/pisellCurrency/types.d.ts +56 -0
- package/lib/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
- package/lib/components/pisellCurrency/utils/index.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
- package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
- package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/lib/components/pisellDataSourceContainer/index.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
- package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
- package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
- package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
- package/lib/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
- package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
- package/lib/components/pisellDateTimeDisplay/index.d.ts +3 -0
- package/lib/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
- package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
- package/lib/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
- package/lib/components/pisellEmail/components/DisabledView.d.ts +14 -0
- package/lib/components/pisellEmail/components/EditView.d.ts +15 -0
- package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/lib/components/pisellEmail/index.d.ts +7 -0
- package/lib/components/pisellEmail/types.d.ts +176 -0
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/lib/components/pisellEmail/utils/emailHelper.d.ts +66 -0
- package/lib/components/pisellEmail/utils/emailValidator.d.ts +45 -0
- package/lib/components/pisellEmail/utils/index.d.ts +6 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellFilter/index.d.ts +3 -0
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFind/PisellFind.stories.d.ts +45 -0
- package/lib/components/pisellFind/index.d.ts +40 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +91 -51
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- 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 +39 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +108 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +38 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +20 -44
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +25 -10
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +51 -3
- 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 +46 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +211 -30
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- 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 +66 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +41 -4
- 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/index.d.ts +15 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +133 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +133 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/lib/components/pisellFloorMapLayout/locales.js +159 -4
- package/lib/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/lib/components/pisellInput/index.d.ts +0 -1
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLoading/index.d.ts +0 -1
- package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
- package/lib/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
- package/lib/components/pisellLongText/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellLongText/components/EditView.d.ts +19 -0
- package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
- package/lib/components/pisellLongText/index.d.ts +7 -0
- package/lib/components/pisellLongText/types.d.ts +147 -0
- package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/index.d.ts +9 -0
- package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/index.d.ts +6 -0
- package/lib/components/pisellLookup/types.d.ts +667 -0
- package/lib/components/pisellLookup/utils/index.d.ts +5 -0
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
- package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
- package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +14 -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/components/index.d.ts +7 -0
- package/lib/components/pisellMetricCard/index.d.ts +6 -0
- package/lib/components/pisellMetricCard/types.d.ts +201 -0
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/lib/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
- package/lib/components/pisellMetricCard/utils/index.d.ts +5 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/index.d.ts +0 -1
- package/lib/components/pisellModal/index.d.ts +4 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
- package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/index.d.ts +7 -0
- package/lib/components/pisellMultipleSelect/types.d.ts +160 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
- package/lib/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
- package/lib/components/pisellNumber/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellNumber/components/EditView.d.ts +18 -0
- package/lib/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
- package/lib/components/pisellNumber/components/index.d.ts +6 -0
- package/lib/components/pisellNumber/index.d.ts +7 -0
- package/lib/components/pisellNumber/types.d.ts +168 -0
- package/lib/components/pisellPercent/PisellPercent.d.ts +38 -0
- package/lib/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
- package/lib/components/pisellPercent/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellPercent/components/EditView.d.ts +17 -0
- package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
- package/lib/components/pisellPercent/components/index.d.ts +6 -0
- package/lib/components/pisellPercent/index.d.ts +7 -0
- package/lib/components/pisellPercent/types.d.ts +68 -0
- package/lib/components/pisellPercent/utils/index.d.ts +6 -0
- package/lib/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
- package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
- package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
- package/lib/components/pisellPhone/index.d.ts +8 -0
- package/lib/components/pisellPhone/types.d.ts +209 -0
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/lib/components/pisellPhone/utils/index.d.ts +6 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
- package/lib/components/pisellQuickFilter/index.d.ts +11 -0
- package/lib/components/pisellQuickFilter/type.d.ts +12 -0
- package/lib/components/pisellRating/PisellRating.d.ts +31 -0
- package/lib/components/pisellRating/PisellRating.stories.d.ts +53 -0
- package/lib/components/pisellRating/index.d.ts +7 -0
- package/lib/components/pisellRating/types.d.ts +124 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -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/index.d.ts +41 -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/BatchActionBar/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +22 -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/recordBoardColumns.d.ts +41 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
- package/lib/components/pisellReservationSchedule/index.d.ts +2 -0
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +42 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +23 -1
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/lib/components/pisellReservationScheduleBand/types.d.ts +57 -0
- package/lib/components/pisellRow/index.d.ts +22 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
- package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellSingleLineText/components/EditView.d.ts +19 -0
- package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
- package/lib/components/pisellSingleLineText/index.d.ts +7 -0
- package/lib/components/pisellSingleLineText/types.d.ts +139 -0
- package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
- package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
- package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/components/EditView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/index.d.ts +7 -0
- package/lib/components/pisellSingleSelect/types.d.ts +92 -0
- package/lib/components/pisellSort/index.d.ts +3 -0
- package/lib/components/pisellSort/type.d.ts +7 -0
- package/lib/components/pisellStatisticList/index.d.ts +22 -0
- package/lib/components/pisellText/components/Editable/index.d.ts +32 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +8 -6
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- 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 +14 -0
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/hooks/index.d.ts +5 -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/hooks/useTimeAxis.d.ts +27 -0
- package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/types.d.ts +160 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +30 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
- package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
- package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
- package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
- package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
- package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
- package/lib/components/pisellTimeRangeDisplay/index.d.ts +3 -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/index.d.ts +4 -0
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/lib/components/pisellTooltip/index.d.ts +0 -1
- package/lib/components/pisellUpload/index.d.ts +0 -1
- package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
- package/lib/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
- package/lib/components/pisellUrl/components/DisabledView.d.ts +14 -0
- package/lib/components/pisellUrl/components/EditView.d.ts +15 -0
- package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
- package/lib/components/pisellUrl/index.d.ts +7 -0
- package/lib/components/pisellUrl/types.d.ts +160 -0
- package/lib/components/pisellUrl/utils/index.d.ts +6 -0
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/lib/components/productCard/components/Divider/index.d.ts +0 -1
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/lib/components/productCard/components/Note/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/lib/components/productCard/components/Time/index.d.ts +3 -0
- package/lib/components/qrcode/index.d.ts +0 -1
- package/lib/components/radio/index.d.ts +0 -1
- package/lib/components/segmented/index.d.ts +0 -1
- package/lib/components/select/index.d.ts +9 -0
- package/lib/components/select-time/RightPanel/index.d.ts +0 -1
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/skeleton/index.d.ts +0 -1
- package/lib/components/slider/index.d.ts +0 -1
- package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/lib/components/sort/index.d.ts +5 -0
- package/lib/components/sort/types.d.ts +39 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- package/lib/components/table/Actions/index.d.ts +0 -1
- package/lib/components/table/BasicTable/index.d.ts +3 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/lib/components/table/Gallery/index.d.ts +5 -0
- package/lib/components/table/Summary/index.d.ts +0 -1
- package/lib/components/table/Table/SelectField/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +161 -0
- package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/lib/components/table/View/index.d.ts +0 -1
- package/lib/components/table/hooks/useTableSetting.d.ts +21 -0
- package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/lib/components/table/types.d.ts +268 -0
- package/lib/components/time-picker/index.d.ts +0 -1
- package/lib/components/translation/index.d.ts +17 -0
- package/lib/components/translation/utils.d.ts +9 -0
- package/lib/components/upload/index.d.ts +0 -1
- package/lib/components/versionModal/index.d.ts +23 -0
- package/lib/components/versionSelect/index.d.ts +0 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/lib/components/virtualInput/index.d.ts +29 -0
- package/lib/components/walletCard/Guest/index.d.ts +0 -1
- package/lib/components/walletCard/Guide/index.d.ts +0 -1
- package/lib/components/walletCard/index.d.ts +79 -0
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/index.d.ts +9 -10
- package/lib/index.js +8 -8
- package/lib/locales/en-US.js +1 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/locales/ja.js +22 -1
- package/lib/locales/pt.js +22 -1
- package/lib/locales/zh-CN.js +1 -0
- package/lib/locales/zh-TW.js +1 -0
- package/lib/theme/tokens.d.ts +22 -0
- package/lib/utils/tagColor.d.ts +7 -0
- package/lowcode/pisell-time-navigator/meta.ts +1 -1
- package/package.json +2 -2
- package/es/components/select-time/index.d.ts +0 -14
- package/lib/components/select-time/index.d.ts +0 -14
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 楼层图布局子组件导出
|
|
3
|
+
*/
|
|
4
|
+
export { MapLayer } from './MapLayer';
|
|
5
|
+
export { ItemLayer } from './ItemLayer';
|
|
6
|
+
export { ViewControls } from './ViewControls';
|
|
7
|
+
export { ViewControlsWithZoom } from './ViewControlsWithZoom';
|
|
8
|
+
export { CanvasTabs } from './CanvasTabs';
|
|
9
|
+
export { EditableItemLayer } from './EditableItemLayer';
|
|
10
|
+
export { FloorMapToolbar } from './FloorMapToolbar';
|
|
11
|
+
export { FloorMapEditTopBar } from './FloorMapEditTopBar';
|
|
12
|
+
export { FloorMapEditPanel } from './FloorMapEditPanel';
|
|
13
|
+
export { FloorMapDataForm } from './FloorMapDataForm';
|
|
14
|
+
export type { ViewControlsApi } from './ViewControls';
|
|
15
|
+
export type { ViewControlsWithZoomProps } from './ViewControlsWithZoom';
|
|
16
|
+
export type { CanvasTabsProps } from './CanvasTabs';
|
|
17
|
+
export type { EditableItemLayerProps } from './EditableItemLayer';
|
|
18
|
+
export type { FloorMapToolbarProps, PlaceMode } from './FloorMapToolbar';
|
|
19
|
+
export type { FloorMapEditTopBarProps, FloorMapEditTopBarMode, } from './FloorMapEditTopBar';
|
|
20
|
+
export type { FloorMapEditPanelProps } from './FloorMapEditPanel';
|
|
21
|
+
export type { FloorMapDataFormProps } from './FloorMapDataForm';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图数据/保存等注入上下文;单独页面包 `FloorMapLayoutProvider`,RecordBoard 由 Shell 内置 Provider。
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import type { FloorMapLayoutContextValue } from '../types';
|
|
6
|
+
/**
|
|
7
|
+
* 未传 `floorMapLayoutContext` 时 Shell 使用该稳定引用,避免无意义变更引用。
|
|
8
|
+
*/
|
|
9
|
+
export declare const EMPTY_FLOOR_MAP_LAYOUT_CONTEXT: FloorMapLayoutContextValue;
|
|
10
|
+
export declare function useFloorMapLayoutContext(): FloorMapLayoutContextValue | undefined;
|
|
11
|
+
export interface FloorMapLayoutProviderProps {
|
|
12
|
+
value: FloorMapLayoutContextValue;
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
/** 注入 `FloorMapLayoutContextValue`;`value` 建议由调用方 `useMemo` 稳定化 */
|
|
16
|
+
export declare function FloorMapLayoutProvider({ value, children, }: FloorMapLayoutProviderProps): JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
|
|
4
|
+
*/
|
|
5
|
+
export declare function mergeFloorMapLayoutPropsFromContext<T extends FloorMapItemBase>(props: PisellFloorMapLayoutProps<T>, ctx: FloorMapLayoutContextValue | undefined): PisellFloorMapLayoutProps<T>;
|
|
@@ -38,7 +38,8 @@ function mergeFloorMapLayoutPropsFromContext(props, ctx) {
|
|
|
38
38
|
onElementRenderError: props.onElementRenderError ?? ctx.onElementRenderError,
|
|
39
39
|
toolbarShowSave: props.toolbarShowSave ?? ctx.toolbarShowSave,
|
|
40
40
|
floorMapFullscreenMode: props.floorMapFullscreenMode ?? ctx.floorMapFullscreenMode,
|
|
41
|
-
showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock
|
|
41
|
+
showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock,
|
|
42
|
+
viewportDockTrailing: props.viewportDockTrailing ?? ctx.viewportDockTrailing
|
|
42
43
|
};
|
|
43
44
|
}
|
|
44
45
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { MouseEvent, MutableRefObject } from 'react';
|
|
2
|
+
import type { DataSourceFormColumn, FloorMapCanvasNameI18n, FloorMapDataSourceRecordFormContent, FloorMapDataSources, FloorMapItemBase, FloorMapMergedItem, FloorMapPlaceMode, FloorMapSceneElement, FloorMapViewConfig } from '../types';
|
|
3
|
+
export interface UseFloorMapEditStateParams<T extends FloorMapItemBase> {
|
|
4
|
+
floorMapConfigProp: FloorMapViewConfig | undefined;
|
|
5
|
+
isFloorMapView: boolean;
|
|
6
|
+
itemsProp: T[];
|
|
7
|
+
cellSizeProp?: number;
|
|
8
|
+
dataSources: FloorMapDataSources | undefined;
|
|
9
|
+
onSave: ((config: FloorMapViewConfig) => void) | undefined;
|
|
10
|
+
onDataSourceRecordSave: ((dataSourceKey: string, id: string, newData: Record<string, unknown>) => void) | undefined;
|
|
11
|
+
dataSourceFormColumns: Record<string, DataSourceFormColumn[]> | undefined;
|
|
12
|
+
dataSourceRecordForm: Record<string, FloorMapDataSourceRecordFormContent> | undefined;
|
|
13
|
+
dataSourceLabels?: Record<string, string>;
|
|
14
|
+
layoutPrefix: string;
|
|
15
|
+
contentOffsetRef: MutableRefObject<{
|
|
16
|
+
x: number;
|
|
17
|
+
y: number;
|
|
18
|
+
}>;
|
|
19
|
+
showDataSourceRecordFormBlock?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function useFloorMapEditState<T extends FloorMapItemBase>(params: UseFloorMapEditStateParams<T>): {
|
|
22
|
+
config: FloorMapViewConfig | null;
|
|
23
|
+
currentCanvasId: string | null;
|
|
24
|
+
setCurrentCanvasId: import("react").Dispatch<import("react").SetStateAction<string | null>>;
|
|
25
|
+
selectedId: string | null;
|
|
26
|
+
setSelectedId: import("react").Dispatch<import("react").SetStateAction<string | null>>;
|
|
27
|
+
placeMode: FloorMapPlaceMode;
|
|
28
|
+
setPlaceMode: import("react").Dispatch<import("react").SetStateAction<FloorMapPlaceMode>>;
|
|
29
|
+
mergedItems: FloorMapMergedItem[];
|
|
30
|
+
items: T[];
|
|
31
|
+
saving: boolean;
|
|
32
|
+
savingRecord: boolean;
|
|
33
|
+
handleAddCanvas: () => void;
|
|
34
|
+
handleRemoveCanvas: (canvasId: string) => void;
|
|
35
|
+
handleRenameCanvas: (canvasId: string, name: string | FloorMapCanvasNameI18n) => void;
|
|
36
|
+
handleUpdateItem: (itemId: string, patch: Partial<{
|
|
37
|
+
x: number;
|
|
38
|
+
y: number;
|
|
39
|
+
width: number;
|
|
40
|
+
height: number;
|
|
41
|
+
}>) => void;
|
|
42
|
+
handleCanvasPlaceClick: (e: MouseEvent<HTMLDivElement>) => void;
|
|
43
|
+
handleSave: () => void;
|
|
44
|
+
placeSceneElementFromPaletteDrop: (contentX: number, contentY: number, scene: Extract<FloorMapPlaceMode, {
|
|
45
|
+
type: 'scene';
|
|
46
|
+
}>) => void;
|
|
47
|
+
editPanelParams: {
|
|
48
|
+
itemId: string;
|
|
49
|
+
sceneElement: FloorMapSceneElement;
|
|
50
|
+
onUpdate: (patch: Partial<FloorMapSceneElement>) => void;
|
|
51
|
+
onSaveRecord: ((dataSourceKey: string, id: string, newData: Record<string, unknown>) => void) | undefined;
|
|
52
|
+
onClose: () => void;
|
|
53
|
+
onDelete: (() => void) | undefined;
|
|
54
|
+
recordFormColumns: Record<string, DataSourceFormColumn[]> | undefined;
|
|
55
|
+
dataSourceRecordForm: Record<string, FloorMapDataSourceRecordFormContent> | undefined;
|
|
56
|
+
dataSourceLabels: Record<string, string> | undefined;
|
|
57
|
+
layoutDraftDirty: boolean;
|
|
58
|
+
showDataSourceRecordFormBlock: boolean | undefined;
|
|
59
|
+
} | null;
|
|
60
|
+
placeOverlayClass: string;
|
|
61
|
+
isLayoutDirty: boolean;
|
|
62
|
+
toggleDraftCanvasShowGrid: () => void;
|
|
63
|
+
toggleSelectedLayoutLock: () => void;
|
|
64
|
+
duplicateSelectedElement: () => void;
|
|
65
|
+
deleteSelectedElement: () => void;
|
|
66
|
+
};
|
|
@@ -45,6 +45,7 @@ var import_layoutMeasurements = require("../utils/layoutMeasurements");
|
|
|
45
45
|
var import_floorMapCanvasDisplay = require("../utils/floorMapCanvasDisplay");
|
|
46
46
|
var import_types = require("../types");
|
|
47
47
|
var IMAGE_PLACE_DEFAULT = { width: 400, height: 240 };
|
|
48
|
+
var I18N_PLACEMENT_FALLBACK_IMAGE = "pisell-floor-map-layout.placement.fallback-image-name";
|
|
48
49
|
var GRID_VIS_STORAGE_PREFIX = "pisell-floor-map-layout.grid-visible";
|
|
49
50
|
function getGridVisStorageKey(canvasId) {
|
|
50
51
|
return `${GRID_VIS_STORAGE_PREFIX}:${canvasId}`;
|
|
@@ -79,7 +80,7 @@ function duplicateBinding(elements, binding, exceptInstanceId) {
|
|
|
79
80
|
);
|
|
80
81
|
}
|
|
81
82
|
function useFloorMapEditState(params) {
|
|
82
|
-
var _a, _b;
|
|
83
|
+
var _a, _b, _c;
|
|
83
84
|
const {
|
|
84
85
|
floorMapConfigProp,
|
|
85
86
|
isFloorMapView,
|
|
@@ -382,7 +383,7 @@ function useFloorMapEditState(params) {
|
|
|
382
383
|
const placementName = (() => {
|
|
383
384
|
var _a3, _b2;
|
|
384
385
|
if (isStage) return import_floorMapStageDefaults.STAGE_DECO_DEFAULT.name;
|
|
385
|
-
if (isImage) return
|
|
386
|
+
if (isImage) return import_utils.locales.getText(I18N_PLACEMENT_FALLBACK_IMAGE);
|
|
386
387
|
const db = dataBinding;
|
|
387
388
|
const rid = recordIdsToPlace[0];
|
|
388
389
|
if (db && rid) {
|
|
@@ -500,8 +501,41 @@ function useFloorMapEditState(params) {
|
|
|
500
501
|
});
|
|
501
502
|
setSelectedId(null);
|
|
502
503
|
}, [selectedId]);
|
|
504
|
+
const toggleSelectedLayoutLock = (0, import_react.useCallback)(() => {
|
|
505
|
+
var _a2, _b2;
|
|
506
|
+
if (!selectedId) return;
|
|
507
|
+
const el = (_b2 = (_a2 = configRef.current) == null ? void 0 : _a2.sceneElements) == null ? void 0 : _b2.find(
|
|
508
|
+
(e) => e.instanceId === selectedId
|
|
509
|
+
);
|
|
510
|
+
updateDraftSceneElement(selectedId, {
|
|
511
|
+
layoutTransformLocked: !(el == null ? void 0 : el.layoutTransformLocked)
|
|
512
|
+
});
|
|
513
|
+
}, [selectedId, updateDraftSceneElement]);
|
|
514
|
+
const duplicateSelectedElement = (0, import_react.useCallback)(() => {
|
|
515
|
+
if (!selectedId) return;
|
|
516
|
+
const prev = configRef.current;
|
|
517
|
+
if (!prev) return;
|
|
518
|
+
const el = (prev.sceneElements ?? []).find(
|
|
519
|
+
(e) => e.instanceId === selectedId
|
|
520
|
+
);
|
|
521
|
+
if (!el) return;
|
|
522
|
+
const newId = newInstanceId();
|
|
523
|
+
const copy = {
|
|
524
|
+
...el,
|
|
525
|
+
instanceId: newId,
|
|
526
|
+
x: Math.round((el.x ?? 0) + BATCH_PLACE_OFFSET),
|
|
527
|
+
y: Math.round((el.y ?? 0) + BATCH_PLACE_OFFSET),
|
|
528
|
+
dataBinding: void 0,
|
|
529
|
+
layoutTransformLocked: false
|
|
530
|
+
};
|
|
531
|
+
setDraftConfig({
|
|
532
|
+
...prev,
|
|
533
|
+
sceneElements: [...prev.sceneElements ?? [], copy]
|
|
534
|
+
});
|
|
535
|
+
setSelectedId(newId);
|
|
536
|
+
}, [selectedId]);
|
|
503
537
|
const selectedItem = selectedId ? mergedItems.find((m) => m.id === selectedId) : null;
|
|
504
|
-
const editPanelParams = selectedItem && config && selectedId ? {
|
|
538
|
+
const editPanelParams = selectedItem && config && selectedId && !((_c = selectedItem._sceneElement) == null ? void 0 : _c.layoutTransformLocked) ? {
|
|
505
539
|
itemId: selectedId,
|
|
506
540
|
sceneElement: selectedItem._sceneElement,
|
|
507
541
|
onUpdate: handleEditPanelUpdate,
|
|
@@ -536,7 +570,10 @@ function useFloorMapEditState(params) {
|
|
|
536
570
|
editPanelParams,
|
|
537
571
|
placeOverlayClass,
|
|
538
572
|
isLayoutDirty,
|
|
539
|
-
toggleDraftCanvasShowGrid
|
|
573
|
+
toggleDraftCanvasShowGrid,
|
|
574
|
+
toggleSelectedLayoutLock,
|
|
575
|
+
duplicateSelectedElement,
|
|
576
|
+
deleteSelectedElement: handleEditPanelDelete
|
|
540
577
|
};
|
|
541
578
|
}
|
|
542
579
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { MutableRefObject, PointerEvent as ReactPointerEvent } from 'react';
|
|
2
|
+
import type { FloorMapPaletteDragPayload } from '../utils/floorMapDropUtils';
|
|
3
|
+
export interface UseFloorMapPaletteTouchDragParams {
|
|
4
|
+
enabled: boolean;
|
|
5
|
+
mapDropLayerRef: MutableRefObject<HTMLDivElement | null>;
|
|
6
|
+
contentWidth: number;
|
|
7
|
+
contentHeight: number;
|
|
8
|
+
contentOffsetRef: MutableRefObject<{
|
|
9
|
+
x: number;
|
|
10
|
+
y: number;
|
|
11
|
+
}>;
|
|
12
|
+
setMapPaletteDragActive: (v: boolean) => void;
|
|
13
|
+
onDropInScene: (payload: FloorMapPaletteDragPayload, sceneX: number, sceneY: number) => void;
|
|
14
|
+
}
|
|
15
|
+
export interface UseFloorMapPaletteTouchDragResult {
|
|
16
|
+
/** 挂在图元预览按钮上;mouse 不处理,交给 HTML5 DnD */
|
|
17
|
+
handlePaletteCardPointerDown: (payload: FloorMapPaletteDragPayload, e: ReactPointerEvent<HTMLElement>) => void;
|
|
18
|
+
/** 图元按钮 onClick 前检查:触摸拖放过则吞掉本次点击 */
|
|
19
|
+
consumeToolbarClickIfTouchDrag: () => boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function useFloorMapPaletteTouchDrag(params: UseFloorMapPaletteTouchDragParams): UseFloorMapPaletteTouchDragResult;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { MutableRefObject } from 'react';
|
|
2
|
+
import type { FloorMapItemBase, FloorMapItemUnit, FloorMapZoomConfig } from '../types';
|
|
3
|
+
/** react-zoom-pan-pinch TransformWrapper render 注入的上下文 */
|
|
4
|
+
export declare type FloorMapTransformContext = {
|
|
5
|
+
zoomIn: () => void;
|
|
6
|
+
zoomOut: () => void;
|
|
7
|
+
resetTransform: () => void;
|
|
8
|
+
setTransform: (x: number, y: number, scale: number) => void;
|
|
9
|
+
} | null;
|
|
10
|
+
export interface UseFloorMapTransformMetricsParams<T extends FloorMapItemBase> {
|
|
11
|
+
items: T[];
|
|
12
|
+
cellSize: number;
|
|
13
|
+
itemGap: number;
|
|
14
|
+
effectiveItemUnit: FloorMapItemUnit;
|
|
15
|
+
isFloorMapView: boolean;
|
|
16
|
+
mode: 'read' | 'edit';
|
|
17
|
+
zoom: FloorMapZoomConfig;
|
|
18
|
+
transformRef: MutableRefObject<FloorMapTransformContext>;
|
|
19
|
+
/** 由父组件创建并传入 useFloorMapEditState,本 hook 每帧写入内容区偏移 */
|
|
20
|
+
contentOffsetRef: MutableRefObject<{
|
|
21
|
+
x: number;
|
|
22
|
+
y: number;
|
|
23
|
+
}>;
|
|
24
|
+
/** 与 mapLayer.boundingPadding 一致;未传用 DEFAULT_BOUNDING_PADDING */
|
|
25
|
+
boundingPadding?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 平面图:当前画布 id(或其它在切换画布时应重置平移/对齐会话的 key)。
|
|
28
|
+
* 不传则不跑「异步加载图元后的首次左上对齐」逻辑。
|
|
29
|
+
*/
|
|
30
|
+
frameResetKey?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function useFloorMapTransformMetrics<T extends FloorMapItemBase>(params: UseFloorMapTransformMetricsParams<T>): {
|
|
33
|
+
containerRef: import("react").RefObject<HTMLDivElement>;
|
|
34
|
+
mapAreaRef: import("react").RefObject<HTMLDivElement>;
|
|
35
|
+
viewportSize: {
|
|
36
|
+
width: number;
|
|
37
|
+
height: number;
|
|
38
|
+
};
|
|
39
|
+
mapAreaSize: {
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
};
|
|
43
|
+
contentWidth: number;
|
|
44
|
+
contentHeight: number;
|
|
45
|
+
contentOffsetX: number;
|
|
46
|
+
contentOffsetY: number;
|
|
47
|
+
initialPositionX: number;
|
|
48
|
+
initialPositionY: number;
|
|
49
|
+
zoomConfig: {
|
|
50
|
+
initialScale: number;
|
|
51
|
+
minScale: number;
|
|
52
|
+
maxScale: number;
|
|
53
|
+
step: number;
|
|
54
|
+
};
|
|
55
|
+
scale: number;
|
|
56
|
+
setScale: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
57
|
+
isFullscreen: boolean;
|
|
58
|
+
toggleFullscreen: () => void;
|
|
59
|
+
fitBounds: () => boolean;
|
|
60
|
+
lastTransformRef: MutableRefObject<{
|
|
61
|
+
x: number;
|
|
62
|
+
y: number;
|
|
63
|
+
scale: number;
|
|
64
|
+
}>;
|
|
65
|
+
isInteractingWithElement: boolean;
|
|
66
|
+
setIsInteractingWithElement: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
67
|
+
};
|
|
@@ -114,7 +114,7 @@ function useFloorMapTransformMetrics(params) {
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
let result = { ...padded, alignPadSingle: alignPad };
|
|
117
|
-
if (!isFloorMapView ||
|
|
117
|
+
if (!isFloorMapView || effectiveItemUnit !== "pixel") return result;
|
|
118
118
|
const vw = mapAreaSize.width > 0 ? mapAreaSize.width : viewportSize.width;
|
|
119
119
|
const vh = mapAreaSize.height > 0 ? mapAreaSize.height : viewportSize.height;
|
|
120
120
|
if (vw <= 0 || vh <= 0) return result;
|
|
@@ -130,7 +130,6 @@ function useFloorMapTransformMetrics(params) {
|
|
|
130
130
|
itemGap,
|
|
131
131
|
effectiveItemUnit,
|
|
132
132
|
isFloorMapView,
|
|
133
|
-
mode,
|
|
134
133
|
mapAreaSize.width,
|
|
135
134
|
mapAreaSize.height,
|
|
136
135
|
viewportSize.width,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout 组件入口
|
|
3
|
+
* 空间布局视图:在二维平面按坐标渲染资源,支持缩放/平移/复位;支持 floorMapConfig + mode 平面图视图
|
|
4
|
+
*/
|
|
5
|
+
export { PisellFloorMapLayout } from './PisellFloorMapLayout';
|
|
6
|
+
export type { PisellFloorMapLayoutProps, PisellFloorMapLayoutRef, FloorMapItemBase, FloorMapItemUnit, FloorMapLayerConfig, FloorMapZoomConfig, FloorMapPanConfig, FloorMapControlsConfig, FloorMapItemShape, FloorMapBackgroundType, FloorMapPanBoundary, FloorMapLayoutMode, FloorMapGridLayoutConfig, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapElement, FloorMapData, FloorMapViewConfig, FloorMapCanvasUiConfig, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapPlaceMode, FloorMapElementKindCategory, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapEdge, FloorMapElementKindConfig, FloorMapElementType, FloorMapTextSlot, FloorMapDataSources, FloorMapRenderOptions, FloorMapEditPanelParams, DataSourceFormColumn, FloorMapMergedItem, FloorMapRecordFormRenderContext, FloorMapDataSourceRecordFormContent, FloorMapFullscreenMode, FloorMapLayoutContextValue, FloorMapViewportOverlayRenderArgs, } from './types';
|
|
7
|
+
export { FLOOR_MAP_STAGE_ELEMENT_KIND, FLOOR_MAP_IMAGE_ELEMENT_KIND, } from './types';
|
|
8
|
+
export { renderFloorMapFallbackPlaceholder } from './utils/floorMapFallbackRender';
|
|
9
|
+
export { isFloorMapImageElementKind } from './utils/floorMapElementKindUtils';
|
|
10
|
+
export { FloorMapLayoutProvider, useFloorMapLayoutContext, EMPTY_FLOOR_MAP_LAYOUT_CONTEXT, } from './context/FloorMapLayoutContext';
|
|
11
|
+
export type { FloorMapLayoutProviderProps } from './context/FloorMapLayoutContext';
|
|
12
|
+
export { mergeFloorMapLayoutPropsFromContext } from './context/mergeFloorMapLayoutContext';
|
|
13
|
+
export { FloorMapImageElement } from './components/FloorMapImageElement';
|
|
14
|
+
export { getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, } from './components/FigmaTableCard';
|
|
15
|
+
export type { FigmaTableCardItem, FigmaTableStatus, } from './components/FigmaTableCard';
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout — 日本語
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
'pisell-floor-map-layout.loading': string;
|
|
6
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
7
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
15
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
28
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
35
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
36
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
37
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
65
|
+
'pisell-floor-map-layout.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;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
77
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
78
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
79
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
80
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
81
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
82
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
83
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
86
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
87
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
88
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
89
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
90
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
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;
|
|
94
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
95
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
96
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
97
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
98
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
99
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
100
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
101
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
102
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
103
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
104
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
105
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
106
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
107
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
108
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
109
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
110
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
111
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
112
|
+
};
|
|
113
|
+
export default _default;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/components/pisellFloorMapLayout/locales-ja.ts
|
|
20
|
+
var locales_ja_exports = {};
|
|
21
|
+
__export(locales_ja_exports, {
|
|
22
|
+
default: () => locales_ja_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(locales_ja_exports);
|
|
25
|
+
var locales_ja_default = {
|
|
26
|
+
"pisell-floor-map-layout.loading": "読み込み中…",
|
|
27
|
+
"pisell-floor-map-layout.read-canvas-tabs.aria": "平面図キャンバスを切り替え",
|
|
28
|
+
"pisell-floor-map-layout.edit-top-bar.aria": "平面図編集ツールバー",
|
|
29
|
+
"pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria": "全画面",
|
|
30
|
+
"pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title": "全画面(保存・表示範囲に合わせるなどを含む上部バー)",
|
|
31
|
+
"pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria": "全画面を終了",
|
|
32
|
+
"pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title": "全画面を終了",
|
|
33
|
+
"pisell-floor-map-layout.edit-top-bar.unsaved": "未保存",
|
|
34
|
+
"pisell-floor-map-layout.edit-top-bar.save": "保存",
|
|
35
|
+
"pisell-floor-map-layout.edit-top-bar.saving": "保存中…",
|
|
36
|
+
"pisell-floor-map-layout.canvas-tabs.empty": "キャンバスがありません",
|
|
37
|
+
"pisell-floor-map-layout.canvas-tabs.add": "+ フロアを追加",
|
|
38
|
+
"pisell-floor-map-layout.canvas-tabs.add-title": "フロアを追加",
|
|
39
|
+
"pisell-floor-map-layout.canvas-tabs.hint": "右側の「フロアを追加」からキャンバスを作成してください",
|
|
40
|
+
"pisell-floor-map-layout.canvas-tabs.rename-aria": "名前を変更",
|
|
41
|
+
"pisell-floor-map-layout.canvas-tabs.remove-aria": "削除",
|
|
42
|
+
"pisell-floor-map-layout.canvas-tabs.rename-title": "ダブルクリックで名前変更。タッチ端末はタブ右の鉛筆アイコンから",
|
|
43
|
+
"pisell-floor-map-layout.canvas-tabs.rename-button-aria": "キャンバスの名前を変更",
|
|
44
|
+
"pisell-floor-map-layout.canvas-tabs.rename-button-title": "名前を変更",
|
|
45
|
+
"pisell-floor-map-layout.canvas-tabs.default-new-canvas-name": "新しいフロア",
|
|
46
|
+
"pisell-floor-map-layout.canvas-tabs.rename-modal-title": "キャンバスの名前を変更",
|
|
47
|
+
"pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
|
|
48
|
+
"pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "キャンセル",
|
|
49
|
+
"pisell-floor-map-layout.edit-panel.element-props": "要素のプロパティ",
|
|
50
|
+
"pisell-floor-map-layout.edit-panel.close-aria": "閉じる",
|
|
51
|
+
"pisell-floor-map-layout.edit-panel.hint-apply": "位置・サイズが変更されました。「適用」でキャンバスに反映してください。",
|
|
52
|
+
"pisell-floor-map-layout.edit-panel.hint-save": "下書きはまだ保存されていません。「編集完了」で保存してください。",
|
|
53
|
+
"pisell-floor-map-layout.edit-panel.section-layout": "位置 · 重なり順 · サイズ",
|
|
54
|
+
"pisell-floor-map-layout.edit-panel.lock-on": "ロック中:キャンバスのドラッグ・リサイズは無効。クリックで解除",
|
|
55
|
+
"pisell-floor-map-layout.edit-panel.lock-off": "ロックするとキャンバスのドラッグとサイズ変更ができなくなります",
|
|
56
|
+
"pisell-floor-map-layout.edit-panel.label-x": "X",
|
|
57
|
+
"pisell-floor-map-layout.edit-panel.label-y": "Y",
|
|
58
|
+
"pisell-floor-map-layout.edit-panel.label-z": "重なり順",
|
|
59
|
+
"pisell-floor-map-layout.edit-panel.label-width": "幅",
|
|
60
|
+
"pisell-floor-map-layout.edit-panel.label-height": "高さ",
|
|
61
|
+
"pisell-floor-map-layout.edit-panel.label-name": "名前",
|
|
62
|
+
"pisell-floor-map-layout.edit-panel.label-name-stage": "表示名(キャンバス上)",
|
|
63
|
+
"pisell-floor-map-layout.edit-panel.ph-name-stage": "例:ステージ、DJ ブース、ダンスフロア",
|
|
64
|
+
"pisell-floor-map-layout.edit-panel.ph-name": "要素名",
|
|
65
|
+
"pisell-floor-map-layout.edit-panel.label-image-url": "画像 URL",
|
|
66
|
+
"pisell-floor-map-layout.edit-panel.extra-image-url": "ネットワーク上の画像 URL を指定。重なり順を下げるとテーブルの下に配置できます。",
|
|
67
|
+
"pisell-floor-map-layout.edit-panel.ph-https": "https://...",
|
|
68
|
+
"pisell-floor-map-layout.edit-panel.label-canvas": "キャンバス",
|
|
69
|
+
"pisell-floor-map-layout.edit-panel.label-element-kind": "要素タイプ",
|
|
70
|
+
"pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "新しいタイプでは以前のデータ連携が使えないため、連携を解除しました。",
|
|
71
|
+
"pisell-floor-map-layout.edit-panel.apply": "適用",
|
|
72
|
+
"pisell-floor-map-layout.edit-panel.data-binding": "データ連携",
|
|
73
|
+
"pisell-floor-map-layout.edit-panel.data-binding-note": "データソースまたは行の変更は下書きに即反映されます。確定は上部の「保存」から。",
|
|
74
|
+
"pisell-floor-map-layout.edit-panel.label-data-source": "データソース",
|
|
75
|
+
"pisell-floor-map-layout.edit-panel.ph-data-source": "データソースを選択",
|
|
76
|
+
"pisell-floor-map-layout.edit-panel.label-pick-row": "行を選択",
|
|
77
|
+
"pisell-floor-map-layout.edit-panel.ph-pick-row": "データ表の 1 行を紐付け",
|
|
78
|
+
"pisell-floor-map-layout.edit-panel.ph-no-rows": "このデータソースに利用可能な行がありません",
|
|
79
|
+
"pisell-floor-map-layout.edit-panel.hint-unbound": "未連携のときは空欄のまま、またはクリア。連携後は「データレコード」の項目を編集できます。",
|
|
80
|
+
"pisell-floor-map-layout.edit-panel.record-title": "データレコード",
|
|
81
|
+
"pisell-floor-map-layout.edit-panel.pop-title": "この要素を削除しますか?",
|
|
82
|
+
"pisell-floor-map-layout.edit-panel.pop-desc": "平面図の下書きから削除されます。確定は上部の「保存」から行ってください。",
|
|
83
|
+
"pisell-floor-map-layout.edit-panel.btn-delete": "削除",
|
|
84
|
+
"pisell-floor-map-layout.edit-panel.btn-cancel": "キャンセル",
|
|
85
|
+
"pisell-floor-map-layout.edit-panel.btn-ok-delete": "削除",
|
|
86
|
+
"pisell-floor-map-layout.edit-quick.lock": "ロック(ドラッグ・リサイズ不可)",
|
|
87
|
+
"pisell-floor-map-layout.edit-quick.unlock": "ロック解除",
|
|
88
|
+
"pisell-floor-map-layout.edit-quick.duplicate": "複製",
|
|
89
|
+
"pisell-floor-map-layout.edit-quick.delete": "削除",
|
|
90
|
+
"pisell-floor-map-layout.edit-quick.status-locked": "ロック中",
|
|
91
|
+
"pisell-floor-map-layout.edit-quick.status-unlocked": "未ロック",
|
|
92
|
+
"pisell-floor-map-layout.edit-quick.aria-toolbar": "要素のクイック操作",
|
|
93
|
+
"pisell-floor-map-layout.toolbar.category-fallback": "要素",
|
|
94
|
+
"pisell-floor-map-layout.toolbar.palette-card-title": "クリックでキャンバスに配置、またはドラッグで「{name}」を追加",
|
|
95
|
+
"pisell-floor-map-layout.toolbar.data-binding-optional": "データ連携(任意)",
|
|
96
|
+
"pisell-floor-map-layout.toolbar.hint-after-select-ds": "データソースを選んだら、行を紐付けるか、そのままプレースホルダーを置けます。",
|
|
97
|
+
"pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "未配置の行がないか、一覧が空です。プレースホルダーのみキャンバスに置けます。",
|
|
98
|
+
"pisell-floor-map-layout.toolbar.ph-select-records": "表示するレコードを選択(任意・複数可)",
|
|
99
|
+
"pisell-floor-map-layout.toolbar.hint-multi-drop": "複数選択すると 1 回のクリックでずらして複数配置できます。空欄のままならプレースホルダーにし、後からサイドバーで紐付けできます。",
|
|
100
|
+
"pisell-floor-map-layout.toolbar.no-data-sources": "利用できるデータソースがありません",
|
|
101
|
+
"pisell-floor-map-layout.toolbar.cancel-place": "キャンセル",
|
|
102
|
+
"pisell-floor-map-layout.toolbar.layout-dirty-hint": "レイアウトが変更されました。「保存」で確定してください。",
|
|
103
|
+
"pisell-floor-map-layout.toolbar.save": "保存",
|
|
104
|
+
"pisell-floor-map-layout.toolbar.saving": "保存中…",
|
|
105
|
+
"pisell-floor-map-layout.view-controls.zoom-out-aria": "縮小",
|
|
106
|
+
"pisell-floor-map-layout.view-controls.zoom-in-aria": "拡大",
|
|
107
|
+
"pisell-floor-map-layout.view-controls.reset-aria": "表示をリセット",
|
|
108
|
+
"pisell-floor-map-layout.view-controls.fit-bounds-aria": "全体を表示",
|
|
109
|
+
"pisell-floor-map-layout.view-controls.grid-hide-aria": "グリッドを非表示",
|
|
110
|
+
"pisell-floor-map-layout.view-controls.grid-show-aria": "グリッドを表示",
|
|
111
|
+
"pisell-floor-map-layout.view-controls.fullscreen-aria": "全画面",
|
|
112
|
+
"pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "全画面を終了",
|
|
113
|
+
"pisell-floor-map-layout.view-controls.expand-tools-aria": "その他の表示ツールを表示",
|
|
114
|
+
"pisell-floor-map-layout.view-controls.collapse-tools-aria": "その他の表示ツールを隠す",
|
|
115
|
+
"pisell-floor-map-layout.image-element.default-name": "画像要素",
|
|
116
|
+
"pisell-floor-map-layout.placement.fallback-image-name": "背景",
|
|
117
|
+
"pisell-floor-map-layout.image-element.hint-no-url": "サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。",
|
|
118
|
+
"pisell-floor-map-layout.image-element.hint-load-fail": "画像の読み込みに失敗しました。URL を確認してください。",
|
|
119
|
+
"pisell-floor-map-layout.data-form.empty": "編集できる追加フィールドはありません",
|
|
120
|
+
"pisell-floor-map-layout.data-form.save-record": "レコードを保存",
|
|
121
|
+
"pisell-floor-map-layout.binding-error.required-row": "この要素にはデータ行の連携が必要です。",
|
|
122
|
+
"pisell-floor-map-layout.binding-error.ds-not-allowed": "データソース「{key}」はこの要素タイプでは使用できません。",
|
|
123
|
+
"pisell-floor-map-layout.binding-error.missing-field": "行に必須フィールドがありません:{field}",
|
|
124
|
+
"pisell-floor-map-layout.card-placeholder.hint-select-row": "データソースは選択済みです。サイドバーで行を選択してください。",
|
|
125
|
+
"pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "行が未連携です。サイドバーでデータソースとレコードを選択してください。",
|
|
126
|
+
"pisell-floor-map-layout.card-placeholder.hint-new-slot": "新しい{kind}のプレースホルダーです。サイドバーでレコードを紐付けられます。",
|
|
127
|
+
"pisell-floor-map-layout.card-placeholder.hint-row-not-found": "レコードが見つかりません。連携とデータ一覧を確認してください。",
|
|
128
|
+
"pisell-floor-map-layout.figma-card.kind-round-table": "丸テーブル",
|
|
129
|
+
"pisell-floor-map-layout.figma-card.kind-square-table": "テーブル",
|
|
130
|
+
"pisell-floor-map-layout.figma-card.default-table": "テーブル",
|
|
131
|
+
"pisell-floor-map-layout.figma-card.capacity-seats": "着席 {n} 名",
|
|
132
|
+
"pisell-floor-map-layout.figma-card.guests-count": "{n} 名"
|
|
133
|
+
};
|