@pisell/materials 1.8.24 → 1.8.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +145 -153
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +25 -30
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +31 -36
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/es/components/PisellCards/index.d.ts +0 -1
- package/es/components/PisellFields/index.d.ts +0 -1
- package/es/components/PisellMetrics/index.d.ts +0 -1
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/es/components/PisellScrollView/index.d.ts +3 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/appVersionControl/index.d.ts +0 -1
- package/es/components/auto-complete-number/index.d.ts +0 -1
- package/es/components/badge/index.d.ts +0 -1
- package/es/components/batch-editor/fields/index.d.ts +0 -1
- package/es/components/batch-editor/index.d.ts +0 -1
- package/es/components/calendar/index.d.ts +0 -1
- package/es/components/checkbox/index.d.ts +0 -1
- package/es/components/classicLayout/index.d.ts +0 -1
- package/es/components/colorPicker/index.d.ts +0 -1
- package/es/components/config-provider/index.d.ts +9 -0
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/dropdown/index.d.ts +0 -1
- package/es/components/filter/components/Dropdown/types.d.ts +13 -0
- package/es/components/filter/components/FilterButton/types.d.ts +24 -0
- package/es/components/filter/components/items/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/es/components/filter/components/items/text/index.d.ts +0 -1
- package/es/components/filter/types.d.ts +48 -0
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- package/es/components/pisellCard/index.d.ts +0 -1
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/es/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +72 -43
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +33 -16
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +67 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +18 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +4 -2
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +187 -44
- package/es/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -2
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +46 -3
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -2
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/es/components/pisellFloorMapLayout/locales.js +27 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/es/components/pisellInput/index.d.ts +0 -1
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/es/components/pisellLookup/components/index.d.ts +9 -0
- package/es/components/pisellLookup/hooks/index.d.ts +6 -0
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/index.d.ts +6 -0
- package/es/components/pisellLookup/types.d.ts +667 -0
- package/es/components/pisellLookup/utils/index.d.ts +5 -0
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/es/components/pisellMetricCard/types.d.ts +201 -0
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/es/components/pisellModal/components/index.d.ts +0 -1
- package/es/components/pisellModal/index.d.ts +4 -0
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellQuickFilter/type.d.ts +12 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/types.d.ts +381 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +42 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +13 -2
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/es/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellSort/index.d.ts +3 -0
- package/es/components/pisellSort/type.d.ts +7 -0
- package/es/components/pisellStatisticList/index.d.ts +22 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
- package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/es/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/es/components/pisellTooltip/index.d.ts +0 -1
- package/es/components/pisellUpload/index.d.ts +0 -1
- package/es/components/pisellUrl/utils/index.d.ts +6 -0
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/es/components/productCard/components/Divider/index.d.ts +0 -1
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/es/components/productCard/components/Time/index.d.ts +0 -1
- package/es/components/radio/index.d.ts +0 -1
- package/es/components/segmented/index.d.ts +0 -1
- package/es/components/select/index.d.ts +9 -0
- package/es/components/select-time/RightPanel/index.d.ts +0 -1
- package/es/components/select-time/index.js +1 -0
- package/es/components/skeleton/index.d.ts +0 -1
- package/es/components/slider/index.d.ts +0 -1
- package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/es/components/sort/types.d.ts +39 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Summary/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/es/components/table/types.d.ts +268 -0
- package/es/components/time-picker/index.d.ts +0 -1
- package/es/components/translation/utils.d.ts +9 -0
- package/es/components/upload/index.d.ts +0 -1
- package/es/components/versionSelect/index.d.ts +0 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/es/components/virtualInput/index.d.ts +29 -0
- package/es/components/walletCard/Guest/index.d.ts +0 -1
- package/es/components/walletCard/Guide/index.d.ts +0 -1
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/theme/tokens.d.ts +22 -0
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/es/utils/tagColor.d.ts +7 -0
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- package/lib/components/PisellCards/index.d.ts +0 -1
- package/lib/components/PisellFields/index.d.ts +0 -1
- package/lib/components/PisellMetrics/index.d.ts +0 -1
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/lib/components/PisellScrollView/index.d.ts +3 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/appVersionControl/index.d.ts +0 -1
- package/lib/components/auto-complete-number/index.d.ts +0 -1
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/batch-editor/fields/index.d.ts +0 -1
- package/lib/components/batch-editor/index.d.ts +0 -1
- package/lib/components/calendar/index.d.ts +0 -1
- package/lib/components/checkbox/index.d.ts +0 -1
- package/lib/components/classicLayout/index.d.ts +0 -1
- package/lib/components/colorPicker/index.d.ts +0 -1
- package/lib/components/config-provider/index.d.ts +9 -0
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/dropdown/index.d.ts +0 -1
- package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
- package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
- package/lib/components/filter/components/items/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/index.d.ts +0 -1
- package/lib/components/filter/types.d.ts +48 -0
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- package/lib/components/pisellCard/index.d.ts +0 -1
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
- package/lib/components/pisellDateTimeDisplay/types.d.ts +352 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +89 -50
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +38 -13
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +108 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +15 -43
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +4 -1
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +201 -26
- package/lib/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +2 -1
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +39 -3
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +1 -2
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +9 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +45 -0
- package/lib/components/pisellFloorMapLayout/locales.js +27 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +590 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/GridView/index.d.ts +5 -0
- package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
- package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
- package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
- package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
- package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
- package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
- package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/lib/components/pisellInput/index.d.ts +0 -1
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
- package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
- package/lib/components/pisellLookup/components/index.d.ts +9 -0
- package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/index.d.ts +6 -0
- package/lib/components/pisellLookup/types.d.ts +667 -0
- package/lib/components/pisellLookup/utils/index.d.ts +5 -0
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellLookup/utils/trigger.d.ts +42 -0
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/lib/components/pisellMetricCard/types.d.ts +201 -0
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
- package/lib/components/pisellModal/components/index.d.ts +0 -1
- package/lib/components/pisellModal/index.d.ts +4 -0
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellQuickFilter/type.d.ts +12 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/types.d.ts +381 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +42 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +23 -1
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
- package/lib/components/pisellReservationScheduleBand/types.d.ts +8 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellSort/index.d.ts +3 -0
- package/lib/components/pisellSort/type.d.ts +7 -0
- package/lib/components/pisellStatisticList/index.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
- package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
- package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
- package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
- package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +137 -0
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
- package/lib/components/pisellTooltip/index.d.ts +0 -1
- package/lib/components/pisellUpload/index.d.ts +0 -1
- package/lib/components/pisellUrl/utils/index.d.ts +6 -0
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/lib/components/productCard/components/Divider/index.d.ts +0 -1
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/index.d.ts +0 -1
- package/lib/components/radio/index.d.ts +0 -1
- package/lib/components/segmented/index.d.ts +0 -1
- package/lib/components/select/index.d.ts +9 -0
- package/lib/components/select-time/RightPanel/index.d.ts +0 -1
- package/lib/components/select-time/index.js +1 -0
- package/lib/components/skeleton/index.d.ts +0 -1
- package/lib/components/slider/index.d.ts +0 -1
- package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/lib/components/sort/types.d.ts +39 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +8 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Summary/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
- package/lib/components/table/types.d.ts +268 -0
- package/lib/components/time-picker/index.d.ts +0 -1
- package/lib/components/translation/utils.d.ts +9 -0
- package/lib/components/upload/index.d.ts +0 -1
- package/lib/components/versionSelect/index.d.ts +0 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/lib/components/virtualInput/index.d.ts +29 -0
- package/lib/components/walletCard/Guest/index.d.ts +0 -1
- package/lib/components/walletCard/Guide/index.d.ts +0 -1
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/theme/tokens.d.ts +22 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lib/utils/tagColor.d.ts +7 -0
- package/package.json +3 -3
- package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/page/index.d.ts +0 -8
- package/es/components/pisellAdjustPrice/index.d.ts +0 -4
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellToast/index.d.ts +0 -17
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/es/components/productCard/components/Header/index.d.ts +0 -3
- package/es/components/productCard/components/Sales/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/es/components/productCard/utils.d.ts +0 -33
- package/es/components/select-time/index.d.ts +0 -14
- package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
- package/es/components/table/index.d.ts +0 -4
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
- package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
- package/es/components/virtual-keyboard/index.d.ts +0 -25
- package/es/locales/en-US.d.ts +0 -387
- package/es/locales/ja.d.ts +0 -356
- package/es/locales/pt.d.ts +0 -356
- package/es/locales/zh-CN.d.ts +0 -382
- package/es/locales/zh-TW.d.ts +0 -382
- package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/page/index.d.ts +0 -8
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellToast/index.d.ts +0 -17
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/index.d.ts +0 -3
- package/lib/components/productCard/components/Sales/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
- package/lib/components/productCard/utils.d.ts +0 -33
- package/lib/components/select-time/index.d.ts +0 -14
- package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
- package/lib/components/table/index.d.ts +0 -4
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
- package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
- package/lib/components/virtual-keyboard/index.d.ts +0 -25
- package/lib/locales/en-US.d.ts +0 -387
- package/lib/locales/ja.d.ts +0 -356
- package/lib/locales/pt.d.ts +0 -356
- package/lib/locales/zh-CN.d.ts +0 -382
- package/lib/locales/zh-TW.d.ts +0 -382
package/es/locales/pt.d.ts
DELETED
|
@@ -1,356 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'pisell-tabbar-expand': string;
|
|
3
|
-
'pisell-tabbar-minimize': string;
|
|
4
|
-
'pisell-tabbar-all': string;
|
|
5
|
-
'table-filter-search': string;
|
|
6
|
-
'table-filter-clear': string;
|
|
7
|
-
'table-filter-filter': string;
|
|
8
|
-
'table-filter-min': string;
|
|
9
|
-
'table-filter-max': string;
|
|
10
|
-
'table-pagination-previous': string;
|
|
11
|
-
'table-pagination-next': string;
|
|
12
|
-
'table-pagination-total': (current: string, total: string) => string;
|
|
13
|
-
'select-dropdown-render-select-all': string;
|
|
14
|
-
'select-dropdown-render-search': string;
|
|
15
|
-
'sort-button-text': string;
|
|
16
|
-
'sort-oldest-to-newest': string;
|
|
17
|
-
'sort-newest-to-oldest': string;
|
|
18
|
-
'sort-a-z': string;
|
|
19
|
-
'sort-z-a': string;
|
|
20
|
-
'sort-from-morning-to-night': string;
|
|
21
|
-
'sort-from-evening-to-morning': string;
|
|
22
|
-
'sort-0-9': string;
|
|
23
|
-
'sort-9-0': string;
|
|
24
|
-
'table-action-filter-button': string;
|
|
25
|
-
'table-action-filter-quick-filter': string;
|
|
26
|
-
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
27
|
-
'table-action-filter-other-filter': string;
|
|
28
|
-
'table-action-filter-other-filter-tip': () => string;
|
|
29
|
-
'table-action-group-by-title': string;
|
|
30
|
-
'table-action-group-by-title-tip': string;
|
|
31
|
-
'table-action-column-title': string;
|
|
32
|
-
'table-column-group-records': string;
|
|
33
|
-
'table-column-group-lock-tip': string;
|
|
34
|
-
'record-board-uniform-summary-empty': string;
|
|
35
|
-
'record-board-uniform-summary-same': string;
|
|
36
|
-
'table-column-drag-sort-disabled-tip': string;
|
|
37
|
-
'table-action-filter-no-filter': string;
|
|
38
|
-
'table-action-range-picker-presets-today': string;
|
|
39
|
-
'table-action-range-picker-presets-yesterday': string;
|
|
40
|
-
'table-action-range-picker-presets-last-3-day': string;
|
|
41
|
-
'table-action-range-picker-presets-last-7-day': string;
|
|
42
|
-
'table-action-range-picker-presets-last-14-day': string;
|
|
43
|
-
'table-action-range-picker-presets-last-30-day': string;
|
|
44
|
-
'table-action-range-picker-presets-last-90-day': string;
|
|
45
|
-
'virtual-keyboard-time-now': string;
|
|
46
|
-
'virtual-keyboard-time-ok': string;
|
|
47
|
-
'batch-editor-batch-edit': string;
|
|
48
|
-
'batch-editor-actions': string;
|
|
49
|
-
'batch-editor-remove': string;
|
|
50
|
-
'batch-editor-price': string;
|
|
51
|
-
'batch-editor-cancel': string;
|
|
52
|
-
'batch-editor-search': string;
|
|
53
|
-
'batch-editor-confirm': string;
|
|
54
|
-
'batch-editor-batch-remove': string;
|
|
55
|
-
'batch-editor-quick-edit': string;
|
|
56
|
-
'batch-editor-what-price': string;
|
|
57
|
-
'batch-editor-quick-edit-title': (product: string, num: string) => string;
|
|
58
|
-
'batch-editor-quick-edit-title-2': (product: string) => string;
|
|
59
|
-
'table-action-export-import-export-success': string;
|
|
60
|
-
'table-action-export-import-button': string;
|
|
61
|
-
'table-action-export-import-export-range': string;
|
|
62
|
-
'table-action-export-import-current-page': string;
|
|
63
|
-
'table-action-export-import-all-records': string;
|
|
64
|
-
'table-action-export-import-selected-records': string;
|
|
65
|
-
'table-action-export-import-selected': string;
|
|
66
|
-
'table-action-export-import-item': (length: number) => string;
|
|
67
|
-
'table-action-export-import-product': string;
|
|
68
|
-
'table-action-export-import-table-text-input-title': string;
|
|
69
|
-
'table-action-export-import-table-text-input-describe': string;
|
|
70
|
-
'table-action-export-import-table-error-file': string;
|
|
71
|
-
'table-action-export-import-import-success': string;
|
|
72
|
-
'table-action-export-import-import-phone': string;
|
|
73
|
-
'table-action-export-import-table-success-download': string;
|
|
74
|
-
'table-action-export-import-table-textimport-product': string;
|
|
75
|
-
'table-action-export-import-table-text-product-template': string;
|
|
76
|
-
'table-action-export-import-table-text-click-download': string;
|
|
77
|
-
'table-action-export-import-table-text-edit-file': string;
|
|
78
|
-
'table-action-export-import-button-import': string;
|
|
79
|
-
'table-action-export-import-cancel': string;
|
|
80
|
-
'table-action-export-import-file-completed': string;
|
|
81
|
-
'table-action-export-import-file-processing': string;
|
|
82
|
-
'table-action-export-import-file-pending': string;
|
|
83
|
-
'table-action-export-import-file-refresh': string;
|
|
84
|
-
'table-action-export-import-export-title': string;
|
|
85
|
-
'table-action-export-import-file-hint': string;
|
|
86
|
-
'table-action-export-import-file-name': string;
|
|
87
|
-
'table-action-export-import-file-content': string;
|
|
88
|
-
'table-action-export-import-file-content-all': string;
|
|
89
|
-
'table-action-export-import-file-content-part': string;
|
|
90
|
-
'table-action-export-import-file-status': string;
|
|
91
|
-
'table-action-export-import-file-account': string;
|
|
92
|
-
'table-action-export-import-file-created': string;
|
|
93
|
-
'table-action-export-import-file-record': (length: number) => string;
|
|
94
|
-
'table-action-export-import-import-title': string;
|
|
95
|
-
'table-action-export-import-log-hint': string;
|
|
96
|
-
'table-action-export-import-log-name': string;
|
|
97
|
-
'table-action-export-import-log-result': string;
|
|
98
|
-
'table-action-export-import-log-ok': (num: number) => string;
|
|
99
|
-
'table-action-export-import-log-err': (num: number) => string;
|
|
100
|
-
'table-action-export-import-log-check': string;
|
|
101
|
-
'table-action-export-import-log-detail-title': string;
|
|
102
|
-
'table-action-export-import-log-err-log': string;
|
|
103
|
-
'table-action-export-import-log-copy': string;
|
|
104
|
-
'table-action-export-import-table-success-copy': string;
|
|
105
|
-
'drag-sort-tree-unavailable-today-tip': string;
|
|
106
|
-
'date-picker-today': string;
|
|
107
|
-
'date-picker-yesterday': string;
|
|
108
|
-
'date-picker-tomorrow': string;
|
|
109
|
-
'date-picker-next_monday': string;
|
|
110
|
-
'date-picker-last_friday': string;
|
|
111
|
-
'date-picker-first_day_of_this_month': string;
|
|
112
|
-
'date-picker-last_day_of_this_month': string;
|
|
113
|
-
'date-picker-first_day_of_next_month': string;
|
|
114
|
-
'date-picker-last_day_of_last_month': string;
|
|
115
|
-
'date-picker-invalid-date': string;
|
|
116
|
-
'date-picker-apply': string;
|
|
117
|
-
'date-picker-shortcut-custom': string;
|
|
118
|
-
'pisell-input-copy-success': string;
|
|
119
|
-
'pisell-input-copy': string;
|
|
120
|
-
'pisell-empty-description-no-data': string;
|
|
121
|
-
'pisell-information-entry-input-search': string;
|
|
122
|
-
'pisell-information-entry-input-confirm': string;
|
|
123
|
-
'pisell-information-entry-scan-exit': string;
|
|
124
|
-
'pisell-wallet-pass-card-detail': string;
|
|
125
|
-
'pisell-wallet-pass-card-edit': string;
|
|
126
|
-
'pisell-wallet-pass-card-name': string;
|
|
127
|
-
'pisell-wallet-pass-card-store-name': string;
|
|
128
|
-
'pisell-wallet-pass-card-balance': string;
|
|
129
|
-
'pisell-wallet-pass-card-redeem': string;
|
|
130
|
-
'pisell-wallet-pass-card-code': string;
|
|
131
|
-
'pisell-wallet-pass-card-valid-to': string;
|
|
132
|
-
'pisell-wallet-pass-card-valid': string;
|
|
133
|
-
'pisell-wallet-pass-card-confirm': string;
|
|
134
|
-
'pisell-wallet-pass-card-cancel': string;
|
|
135
|
-
'pisell-wallet-pass-card-required': string;
|
|
136
|
-
'pisell-wallet-pass-card-expireDate': string;
|
|
137
|
-
'pisell-adjust-price-price-override': string;
|
|
138
|
-
'pisell-adjust-price-discount': string;
|
|
139
|
-
'pisell-adjust-price-discount-amount': string;
|
|
140
|
-
'pisell-adjust-price-discount-percentage': string;
|
|
141
|
-
'pisell-adjust-price-total-after-discount': string;
|
|
142
|
-
'pisell-adjust-price-discount-can-be-maximum': string;
|
|
143
|
-
'pisell-discount-card-title': string;
|
|
144
|
-
'pisell-discount-card-unit': string;
|
|
145
|
-
'pisell-discount-card-fixed-amount-prefix': string;
|
|
146
|
-
'pisell-data-source-table-add': string;
|
|
147
|
-
'pisell-data-source-table-edit': string;
|
|
148
|
-
'pisell-data-source-table-detail': string;
|
|
149
|
-
'pisell-data-source-table-delete': string;
|
|
150
|
-
'pisell-record-view-available': string;
|
|
151
|
-
'pisell-record-view-unavailable': string;
|
|
152
|
-
'pisell-data-source-form-required-message': string;
|
|
153
|
-
'pisell-data-source-form-email-message': string;
|
|
154
|
-
'pisell-data-source-form-domain-message': string;
|
|
155
|
-
'pisell-data-source-form-url-message': string;
|
|
156
|
-
'pisell-data-source-form-phone-message': string;
|
|
157
|
-
'pisell-data-source-form-min-length-message': (minLength: number) => string;
|
|
158
|
-
'pisell-data-source-form-max-length-message': (maxLength: number) => string;
|
|
159
|
-
'pisell-data-source-form-min-value-message': (minValue: number) => string;
|
|
160
|
-
'pisell-data-source-form-max-value-message': (maxValue: number) => string;
|
|
161
|
-
'pisell-data-source-form-mobile-message': string;
|
|
162
|
-
'pisell-data-source-form-pattern-message': string;
|
|
163
|
-
'pisell-number-format-thousand': string;
|
|
164
|
-
'pisell-number-format-million': string;
|
|
165
|
-
'pisell-number-format-billion': string;
|
|
166
|
-
'walletCard-done': string;
|
|
167
|
-
'walletCard-qrcode': string;
|
|
168
|
-
'walletCard-barcode': string;
|
|
169
|
-
'walletCard-viewPin': string;
|
|
170
|
-
'pisell-upload-button': string;
|
|
171
|
-
'pisell-upload-setting-size-error': (maxSize: number) => string;
|
|
172
|
-
'pisell-upload-setting-type-error': (type: string) => string;
|
|
173
|
-
'pisell-upload-count-error': (count: number) => string;
|
|
174
|
-
'pisell-upload-error': (name: string) => string;
|
|
175
|
-
'pisell-upload-multilingual-title': string;
|
|
176
|
-
'pisell-upload-multilingual-item-title-original': string;
|
|
177
|
-
'pisell-upload-multilingual-item-title-en': string;
|
|
178
|
-
'pisell-upload-multilingual-item-title-zh-CN': string;
|
|
179
|
-
'pisell-upload-multilingual-item-title-zh-HK': string;
|
|
180
|
-
'pisell-color-picker-default': string;
|
|
181
|
-
'pisell-action-get-data': string;
|
|
182
|
-
'pisell-action-delete-success': string;
|
|
183
|
-
'pisell-action-delete-failed': string;
|
|
184
|
-
'walletCard-point': string;
|
|
185
|
-
'walletCard-rechargeable': string;
|
|
186
|
-
'walletCard-voucher': string;
|
|
187
|
-
'walletCard-discount': string;
|
|
188
|
-
'pisellQrcode-done': string;
|
|
189
|
-
'pisellQrcode-qrcode': string;
|
|
190
|
-
'pisell-delete-confirm-title': string;
|
|
191
|
-
'pisell-delete-confirm-content': string;
|
|
192
|
-
'pisell-delete-confirm-ok': string;
|
|
193
|
-
'pisell-delete-confirm-cancel': string;
|
|
194
|
-
'pisell-design-mode-action-disabled': string;
|
|
195
|
-
'pisell-translation-original': string;
|
|
196
|
-
'pisell-version-modal-title': string;
|
|
197
|
-
'pisell-version-modal-current-version': string;
|
|
198
|
-
'pisell-version-modal-version': string;
|
|
199
|
-
'pisell-version-modal-update-notes': string;
|
|
200
|
-
'pisell-version-modal-patch': string;
|
|
201
|
-
'pisell-version-modal-minor': string;
|
|
202
|
-
'pisell-version-modal-major': string;
|
|
203
|
-
'pisell-version-modal-custom': string;
|
|
204
|
-
'pisell-version-modal-cancel': string;
|
|
205
|
-
'pisell-version-modal-confirm': string;
|
|
206
|
-
'pisell-version-modal-describe-update-notes': string;
|
|
207
|
-
'pisell-version-modal-version-error': string;
|
|
208
|
-
'pisell-version-modal-version-required': string;
|
|
209
|
-
'pisell-version-modal-based-on-version': string;
|
|
210
|
-
'subdomain-error-too-short': string;
|
|
211
|
-
'subdomain-error-too-long': string;
|
|
212
|
-
'subdomain-error-pattern': string;
|
|
213
|
-
'subdomain-error-numbers-only': string;
|
|
214
|
-
'subdomain-error-hyphen-ends': string;
|
|
215
|
-
'subdomain-error-consecutive-hyphens': string;
|
|
216
|
-
'subdomain-error-required': string;
|
|
217
|
-
'pisell-icon-select-outlined': string;
|
|
218
|
-
'pisell-icon-select-filled': string;
|
|
219
|
-
'pisell-icon-select-two-tone': string;
|
|
220
|
-
'pisell-icon-select-iconfont': string;
|
|
221
|
-
'pisell-icon-select-search': string;
|
|
222
|
-
'pisell-icon-select-select': string;
|
|
223
|
-
'pisell-lowcode-app-version-control-live': string;
|
|
224
|
-
'pisell-lowcode-app-version-control-draft': string;
|
|
225
|
-
'pisell-lowcode-app-version-control-deprecated': string;
|
|
226
|
-
'pisell-lowcode-app-version-control-new-version': string;
|
|
227
|
-
'pisell-lowcode-app-version-control-promote-to-live': string;
|
|
228
|
-
'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
|
|
229
|
-
'pisell-lowcode-app-version-control-promote-version-describe': string;
|
|
230
|
-
'pisell-lowcode-app-version-control-promote-version-ok': string;
|
|
231
|
-
'pisell-lowcode-app-version-control-promote-version-cancel': string;
|
|
232
|
-
'pisell-lowcode-app-version-control-version-exists': string;
|
|
233
|
-
'pisell-lowcode-drop-sort-add': string;
|
|
234
|
-
'pisell-lowcode-navigation-menu-add-sub-menu': string;
|
|
235
|
-
'pisell-lowcode-navigation-menu-add-page': string;
|
|
236
|
-
'pisell-lowcode-navigation-menu-add-page-tip': string;
|
|
237
|
-
'pisell-lowcode-navigation-menu-tag-base': string;
|
|
238
|
-
'pisell-lowcode-navigation-menu-tag-proCode': string;
|
|
239
|
-
'pisell-lowcode-navigation-menu-tag-pisell1': string;
|
|
240
|
-
'pisell-lowcode-navigation-menu-tag-group': string;
|
|
241
|
-
'pisell-lowcode-navigation-menu-tag-sub-menu': string;
|
|
242
|
-
'pisell-lowcode-navigation-menu-tag-custom': string;
|
|
243
|
-
'pisell-data-source-form-app-identifier-pattern': string;
|
|
244
|
-
'pisell-data-source-form-app-identifier-start-with-letter': string;
|
|
245
|
-
'pisell-group-permissions-rule-required': string;
|
|
246
|
-
'pisell-group-permissions-rule-limit': string;
|
|
247
|
-
'pisell-data-source-form-app-identifier-letters-only': string;
|
|
248
|
-
'pisell-data-source-form-app-identifier-alphanumeric': string;
|
|
249
|
-
'pisell-data-source-form-app-identifier-special-ends': string;
|
|
250
|
-
'pisell-data-source-form-app-identifier-consecutive-special': string;
|
|
251
|
-
'qrscanner-loading': string;
|
|
252
|
-
'qrscanner-success': string;
|
|
253
|
-
'qrscanner-success-qrcode': string;
|
|
254
|
-
'qrscanner-success-barcode': string;
|
|
255
|
-
'qrscanner-error-upload-image': string;
|
|
256
|
-
'qrscanner-error-load-failed': string;
|
|
257
|
-
'qrscanner-error-no-code': string;
|
|
258
|
-
'qrscanner-error-camera-init': string;
|
|
259
|
-
'qrscanner-error-process-image': string;
|
|
260
|
-
'pisell-login-and-register-title': string;
|
|
261
|
-
'pisell-login-and-register-subtitle': string;
|
|
262
|
-
'pisell-login-and-register-email-label': string;
|
|
263
|
-
'pisell-login-and-register-email-placeholder': string;
|
|
264
|
-
'pisell-login-and-register-password-label': string;
|
|
265
|
-
'pisell-login-and-register-password-placeholder': string;
|
|
266
|
-
'pisell-login-and-register-email-error': string;
|
|
267
|
-
'pisell-login-and-register-email-error-valid': string;
|
|
268
|
-
'pisell-login-and-register-password-error': string;
|
|
269
|
-
'pisell-login-and-register-login': string;
|
|
270
|
-
'pisell-login-and-register-google': string;
|
|
271
|
-
'pisell-login-and-register-facebook': string;
|
|
272
|
-
'pisell-login-and-register-apple': string;
|
|
273
|
-
'pisell-login-and-register-sign-up': string;
|
|
274
|
-
'pisell-login-and-register-login-tab': string;
|
|
275
|
-
'pisell-login-and-register-register-tab': string;
|
|
276
|
-
'pisell-login-and-register-register-email-placeholder': string;
|
|
277
|
-
'pisell-login-and-register-register-password-placeholder': string;
|
|
278
|
-
'pisell-login-and-register-register-button-text': string;
|
|
279
|
-
'pisell-login-and-register-remember-me': string;
|
|
280
|
-
'pisell-login-and-register-forgot-password': string;
|
|
281
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
282
|
-
'pisell2.text.goodpass.last-settlement': string;
|
|
283
|
-
'pisell2.text.goodpass.view-more': string;
|
|
284
|
-
'pisell2.text.goodpass.save': string;
|
|
285
|
-
'pisell-wallet-pass-card-status-used': string;
|
|
286
|
-
'pisell-wallet-pass-card-status-expired': string;
|
|
287
|
-
'pisell-wallet-pass-card-status-disabled': string;
|
|
288
|
-
'pisell-wallet-pass-card-status-conflict': string;
|
|
289
|
-
'pisell-wallet-pass-card-status-lastPayment': string;
|
|
290
|
-
'pisell-wallet-pass-card-reset': string;
|
|
291
|
-
'pisell-wallet-pass-card-done': string;
|
|
292
|
-
'pisell2.wallet-card.add-holder-tip': string;
|
|
293
|
-
'pisell2.wallet-card.add-holder-button-text': string;
|
|
294
|
-
'pisell-camera-no-camera-accessible': string;
|
|
295
|
-
'pisell-camera-permission-denied': string;
|
|
296
|
-
'pisell-camera-switch-camera': string;
|
|
297
|
-
'pisell-camera-canvas': string;
|
|
298
|
-
'pisell-camera-checking': string;
|
|
299
|
-
'pisell-camera-no-camera-desc': string;
|
|
300
|
-
'pisell-upload-camera-local-files': string;
|
|
301
|
-
'pisell-upload-camera-capture': string;
|
|
302
|
-
'pisell-upload-camera-retake': string;
|
|
303
|
-
'pisell-upload-camera-use': string;
|
|
304
|
-
'pisell-list-tab-group-default': string;
|
|
305
|
-
'pisell-list-empty-text-default': string;
|
|
306
|
-
'pisell-list-load-more': string;
|
|
307
|
-
'pisell-list-view-less': string;
|
|
308
|
-
'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
|
|
309
|
-
'pisell-list-scroll-down': string;
|
|
310
|
-
'pisell-list-scroll-right': string;
|
|
311
|
-
'pisell-list-pagination-page-of': (current: number, total: number) => string;
|
|
312
|
-
'pisell-list-pagination-previous': string;
|
|
313
|
-
'pisell-list-pagination-next': string;
|
|
314
|
-
'pisell-lookup-placeholder': string;
|
|
315
|
-
'pisell-lookup-button-text': string;
|
|
316
|
-
'pisell-lookup-confirm-button-text': string;
|
|
317
|
-
'pisell-lookup-clear': string;
|
|
318
|
-
'pisell-lookup-close': string;
|
|
319
|
-
'pisell-lookup-search-history': string;
|
|
320
|
-
'pisell-lookup-clear-history': string;
|
|
321
|
-
'pisell-lookup-suggestions': string;
|
|
322
|
-
'pisell-lookup-popular-search': string;
|
|
323
|
-
'pisell-lookup-loading': string;
|
|
324
|
-
'pisell-lookup-no-data': string;
|
|
325
|
-
'pisell-find-button-text': string;
|
|
326
|
-
'pisell-find-placeholder': string;
|
|
327
|
-
'batch-action-bar-select-all': string;
|
|
328
|
-
'batch-action-bar-invert': string;
|
|
329
|
-
'batch-action-bar-clear': string;
|
|
330
|
-
'batch-action-bar-delete': string;
|
|
331
|
-
'batch-action-bar-more': string;
|
|
332
|
-
'batch-action-bar-selected-count': (count: number) => string;
|
|
333
|
-
'batch-action-bar-confirm-title': string;
|
|
334
|
-
'batch-action-bar-delete-confirm-title': string;
|
|
335
|
-
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
336
|
-
'batch-action-bar-delete-confirm-ok': string;
|
|
337
|
-
'batch-action-bar-delete-confirm-cancel': string;
|
|
338
|
-
'pisell-procedure-header-back-confirm-title': string;
|
|
339
|
-
'pisell-procedure-header-back-confirm-desc': string;
|
|
340
|
-
'pisell-procedure-header-back-confirm-no': string;
|
|
341
|
-
'pisell-procedure-header-back-confirm-yes': string;
|
|
342
|
-
'pisell-procedure-header-close-confirm-title': string;
|
|
343
|
-
'pisell-procedure-header-close-confirm-desc': string;
|
|
344
|
-
'pisell-procedure-header-close-confirm-no': string;
|
|
345
|
-
'pisell-procedure-header-close-confirm-yes': string;
|
|
346
|
-
'pisell-procedure-footer-more': string;
|
|
347
|
-
'pisell2.recordBoard.toolbar.find': string;
|
|
348
|
-
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
349
|
-
'pisell2.recordBoard.toolbar.sort': string;
|
|
350
|
-
'pisell2.recordBoard.toolbar.filter': string;
|
|
351
|
-
'pisell2.recordBoard.toolbar.reset': string;
|
|
352
|
-
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
353
|
-
'pisell2.recordBoard.toolbar.viewFloorMap': string;
|
|
354
|
-
'pisell2.recordBoard.filter.placeholderEnter': string;
|
|
355
|
-
};
|
|
356
|
-
export default _default;
|