@pisell/materials 1.0.1078 → 1.0.1079
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/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
- package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +277 -0
- package/es/components/PisellCards/components/index.d.ts +10 -0
- package/es/components/PisellCards/index.d.ts +17 -0
- package/es/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
- package/es/components/PisellContactBrief/components/index.d.ts +5 -0
- package/es/components/PisellContactBrief/index.d.ts +6 -0
- package/es/components/PisellContactBrief/locales.d.ts +55 -0
- package/es/components/PisellContactBrief/types.d.ts +82 -0
- package/es/components/PisellFields/index.d.ts +37 -0
- package/es/components/PisellLayouts/index.d.ts +37 -0
- package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/es/components/PisellTabbar/index.d.ts +9 -0
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/es/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
- package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
- package/es/components/PisellTabbar2/components/index.d.ts +1 -0
- package/es/components/PisellTabbar2/index.d.ts +6 -0
- package/es/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
- package/es/components/PisellTabbar3/index.d.ts +6 -0
- package/es/components/Template/[ComponentName].d.ts +0 -0
- package/es/components/appVersionControl/index.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- 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/types.d.ts +48 -0
- package/es/components/hardwareErrorTip/demo.d.ts +3 -0
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
- package/es/components/hardwareErrorTip/index.d.ts +19 -0
- package/es/components/hardwareErrorTip/logCard/index.d.ts +28 -0
- package/es/components/hardwareErrorTip/types.d.ts +28 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
- package/es/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
- package/es/components/pisellActionPanel/index.d.ts +6 -0
- package/es/components/pisellActionPanel/types.d.ts +83 -0
- package/es/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
- package/es/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
- package/es/components/pisellBaseCard/index.d.ts +5 -0
- package/es/components/pisellBaseCard/types.d.ts +45 -0
- package/es/components/pisellBatchActionBar/index.d.ts +6 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
- package/es/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
- package/es/components/pisellCustomerBrief/index.d.ts +6 -0
- package/es/components/pisellCustomerBrief/types.d.ts +82 -0
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
- package/es/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
- package/es/components/pisellEntityCard/index.d.ts +5 -0
- package/es/components/pisellEntityCard/types.d.ts +144 -0
- package/es/components/pisellExport/PisellExport.d.ts +9 -0
- package/es/components/pisellExport/PisellExport.stories.d.ts +45 -0
- package/es/components/pisellExport/index.d.ts +2 -0
- package/es/components/pisellExport/types.d.ts +63 -0
- package/es/components/pisellFilter/type.d.ts +7 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- 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/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/index.d.ts +25 -0
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +604 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -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/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/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/pisellImport/PisellImport.d.ts +9 -0
- package/es/components/pisellImport/PisellImport.stories.d.ts +49 -0
- package/es/components/pisellImport/index.d.ts +2 -0
- package/es/components/pisellImport/types.d.ts +85 -0
- package/es/components/pisellList01/index.d.ts +17 -0
- package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -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/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellPhone/constants/countryCodes.d.ts +21 -0
- package/es/components/pisellPhone/index.d.ts +8 -0
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/es/components/pisellPhone/utils/index.d.ts +6 -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/BatchActionBar/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -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/Search/index.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
- package/es/components/pisellRecordBoard/types.d.ts +468 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/es/components/pisellReservationSchedule/types.d.ts +47 -0
- 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/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/pisellStatisticList/index.d.ts +22 -0
- 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/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/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +35 -0
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/es/components/productCard/cartSkuCard/locales.d.ts +163 -0
- package/es/components/productCard/components/Header/Actions/index.d.ts +4 -0
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/es/components/productCard/components/Time/index.d.ts +4 -0
- package/es/components/productCard/status.d.ts +32 -0
- package/es/components/productCard/types.d.ts +85 -0
- package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/es/components/table/Table/fields/index.d.ts +2 -2
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/types.d.ts +270 -0
- package/es/components/versionModal/index.d.ts +24 -0
- package/es/locales/en-US.d.ts +439 -0
- package/es/locales/index.d.ts +1 -0
- package/es/locales/ja.d.ts +360 -0
- package/es/locales/pt.d.ts +360 -0
- package/es/locales/zh-CN.d.ts +434 -0
- package/es/locales/zh-TW.d.ts +434 -0
- package/es/theme/pisell-components.d.ts +14 -0
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
- package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +277 -0
- package/lib/components/PisellCards/components/index.d.ts +10 -0
- package/lib/components/PisellCards/index.d.ts +17 -0
- package/lib/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
- package/lib/components/PisellContactBrief/components/index.d.ts +5 -0
- package/lib/components/PisellContactBrief/index.d.ts +6 -0
- package/lib/components/PisellContactBrief/locales.d.ts +55 -0
- package/lib/components/PisellContactBrief/types.d.ts +82 -0
- package/lib/components/PisellFields/index.d.ts +37 -0
- package/lib/components/PisellLayouts/index.d.ts +37 -0
- package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
- package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/lib/components/PisellTabbar/index.d.ts +9 -0
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/lib/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
- package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
- package/lib/components/PisellTabbar2/components/index.d.ts +1 -0
- package/lib/components/PisellTabbar2/index.d.ts +6 -0
- package/lib/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
- package/lib/components/PisellTabbar3/index.d.ts +6 -0
- package/lib/components/Template/[ComponentName].d.ts +0 -0
- package/lib/components/appVersionControl/index.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +16 -15
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- 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/types.d.ts +48 -0
- package/lib/components/hardwareErrorTip/demo.d.ts +3 -0
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
- package/lib/components/hardwareErrorTip/index.d.ts +19 -0
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +28 -0
- package/lib/components/hardwareErrorTip/types.d.ts +28 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
- package/lib/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
- package/lib/components/pisellActionPanel/index.d.ts +6 -0
- package/lib/components/pisellActionPanel/types.d.ts +83 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
- package/lib/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
- package/lib/components/pisellBaseCard/index.d.ts +5 -0
- package/lib/components/pisellBaseCard/types.d.ts +45 -0
- package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
- package/lib/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
- package/lib/components/pisellCustomerBrief/index.d.ts +6 -0
- package/lib/components/pisellCustomerBrief/types.d.ts +82 -0
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
- package/lib/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
- package/lib/components/pisellEntityCard/index.d.ts +5 -0
- package/lib/components/pisellEntityCard/types.d.ts +144 -0
- package/lib/components/pisellExport/PisellExport.d.ts +9 -0
- package/lib/components/pisellExport/PisellExport.stories.d.ts +45 -0
- package/lib/components/pisellExport/index.d.ts +2 -0
- package/lib/components/pisellExport/types.d.ts +63 -0
- package/lib/components/pisellFilter/type.d.ts +7 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
- 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/hooks/useFloorMapTransformMetrics.d.ts +67 -0
- package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/index.d.ts +25 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +551 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +604 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -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/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/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/pisellImport/PisellImport.d.ts +9 -0
- package/lib/components/pisellImport/PisellImport.stories.d.ts +49 -0
- package/lib/components/pisellImport/index.d.ts +2 -0
- package/lib/components/pisellImport/types.d.ts +85 -0
- package/lib/components/pisellList01/index.d.ts +17 -0
- package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -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/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +21 -0
- package/lib/components/pisellPhone/index.d.ts +8 -0
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/lib/components/pisellPhone/utils/index.d.ts +6 -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/BatchActionBar/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -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/Search/index.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
- package/lib/components/pisellRecordBoard/types.d.ts +468 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
- package/lib/components/pisellReservationSchedule/types.d.ts +47 -0
- 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/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/pisellStatisticList/index.d.ts +22 -0
- 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/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/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +35 -0
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/lib/components/productCard/cartSkuCard/locales.d.ts +163 -0
- package/lib/components/productCard/components/Header/Actions/index.d.ts +4 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/lib/components/productCard/components/Time/index.d.ts +4 -0
- package/lib/components/productCard/status.d.ts +32 -0
- package/lib/components/productCard/types.d.ts +85 -0
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
- package/lib/components/table/Table/fields/index.d.ts +2 -2
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/types.d.ts +270 -0
- package/lib/components/versionModal/index.d.ts +24 -0
- package/lib/locales/en-US.d.ts +439 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/locales/ja.d.ts +360 -0
- package/lib/locales/pt.d.ts +360 -0
- package/lib/locales/zh-CN.d.ts +434 -0
- package/lib/locales/zh-TW.d.ts +434 -0
- package/lib/theme/pisell-components.d.ts +14 -0
- package/package.json +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/pisellAdjustPrice/index.d.ts +0 -5
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- 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/packages/utils.d.ts +0 -20
- package/es/components/productCard/components/Sales/index.d.ts +0 -4
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/es/components/productCard/utils.d.ts +0 -33
- package/es/components/sort/index.d.ts +0 -5
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/es/components/virtual-keyboard/index.d.ts +0 -25
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
- 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/packages/utils.d.ts +0 -20
- package/lib/components/productCard/components/Sales/index.d.ts +0 -4
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
- package/lib/components/productCard/utils.d.ts +0 -33
- package/lib/components/sort/index.d.ts +0 -5
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
- package/lib/components/virtual-keyboard/index.d.ts +0 -25
|
@@ -0,0 +1,434 @@
|
|
|
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-find': string;
|
|
7
|
+
'table-filter-clear': string;
|
|
8
|
+
'table-filter-filter': string;
|
|
9
|
+
'table-filter-min': string;
|
|
10
|
+
'table-filter-max': string;
|
|
11
|
+
'table-pagination-previous': string;
|
|
12
|
+
'table-pagination-next': string;
|
|
13
|
+
'table-pagination-total': (current: string, total: string) => string;
|
|
14
|
+
'select-dropdown-render-select-all': string;
|
|
15
|
+
'select-dropdown-render-search': string;
|
|
16
|
+
'sort-button-text': string;
|
|
17
|
+
'sort-oldest-to-newest': string;
|
|
18
|
+
'sort-newest-to-oldest': string;
|
|
19
|
+
'sort-a-z': string;
|
|
20
|
+
'sort-z-a': string;
|
|
21
|
+
'sort-from-morning-to-night': string;
|
|
22
|
+
'sort-from-evening-to-morning': string;
|
|
23
|
+
'sort-0-9': string;
|
|
24
|
+
'sort-9-0': string;
|
|
25
|
+
'sort-first-last': string;
|
|
26
|
+
'sort-last-first': string;
|
|
27
|
+
'table-action-filter-button': string;
|
|
28
|
+
'table-action-filter-quick-filter': string;
|
|
29
|
+
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
30
|
+
'table-action-filter-other-filter': string;
|
|
31
|
+
'table-action-filter-other-filter-tip': () => string;
|
|
32
|
+
'table-action-group-by-title': string;
|
|
33
|
+
'table-action-group-by-title-tip': string;
|
|
34
|
+
'table-action-column-title': string;
|
|
35
|
+
'table-action-gallery-display-mode': string;
|
|
36
|
+
'table-action-gallery-display-mode-default': string;
|
|
37
|
+
'table-action-gallery-display-mode-compact': string;
|
|
38
|
+
'table-action-gallery-display-field-name': string;
|
|
39
|
+
'table-action-gallery-no-cover': string;
|
|
40
|
+
'table-action-gallery-cover-content': string;
|
|
41
|
+
'table-action-gallery-cover-effect': string;
|
|
42
|
+
'table-action-gallery-cover-fit-fill': string;
|
|
43
|
+
'table-action-gallery-cover-fit-cover': string;
|
|
44
|
+
'table-column-group-records': string;
|
|
45
|
+
'table-column-group-lock-tip': string;
|
|
46
|
+
'record-board-uniform-summary-empty': string;
|
|
47
|
+
'record-board-uniform-summary-same': string;
|
|
48
|
+
'table-column-drag-sort-disabled-tip': string;
|
|
49
|
+
'table-action-filter-no-filter': string;
|
|
50
|
+
'table-action-view-mode-grid': string;
|
|
51
|
+
'table-action-view-mode-gallery': string;
|
|
52
|
+
'table-action-view-mode-kanban': string;
|
|
53
|
+
'table-action-range-picker-placeholder-start': string;
|
|
54
|
+
'table-action-range-picker-placeholder-end': string;
|
|
55
|
+
'table-action-range-picker-presets-today': string;
|
|
56
|
+
'table-action-range-picker-presets-yesterday': string;
|
|
57
|
+
'table-action-range-picker-presets-last-3-day': string;
|
|
58
|
+
'table-action-range-picker-presets-last-7-day': string;
|
|
59
|
+
'table-action-range-picker-presets-last-14-day': string;
|
|
60
|
+
'table-action-range-picker-presets-last-30-day': string;
|
|
61
|
+
'table-action-range-picker-presets-last-90-day': string;
|
|
62
|
+
'virtual-keyboard-time-now': string;
|
|
63
|
+
'virtual-keyboard-time-ok': string;
|
|
64
|
+
'batch-editor-batch-edit': string;
|
|
65
|
+
'pisell-lookup-placeholder': string;
|
|
66
|
+
'pisell-lookup-button-text': string;
|
|
67
|
+
'pisell-lookup-confirm-button-text': string;
|
|
68
|
+
'pisell-lookup-clear': string;
|
|
69
|
+
'pisell-lookup-close': string;
|
|
70
|
+
'pisell-lookup-search-history': string;
|
|
71
|
+
'pisell-lookup-clear-history': string;
|
|
72
|
+
'pisell-lookup-suggestions': string;
|
|
73
|
+
'pisell-lookup-popular-search': string;
|
|
74
|
+
'pisell-lookup-loading': string;
|
|
75
|
+
'pisell-lookup-no-data': string;
|
|
76
|
+
'pisell-find-button-text': string;
|
|
77
|
+
'pisell-find-placeholder': string;
|
|
78
|
+
'pisell-export-button-text': string;
|
|
79
|
+
'batch-editor-actions': string;
|
|
80
|
+
'batch-editor-remove': string;
|
|
81
|
+
'batch-editor-price': string;
|
|
82
|
+
'batch-editor-cancel': string;
|
|
83
|
+
'batch-editor-search': string;
|
|
84
|
+
'batch-editor-confirm': string;
|
|
85
|
+
'batch-editor-batch-remove': string;
|
|
86
|
+
'batch-editor-quick-edit': string;
|
|
87
|
+
'batch-editor-what-price': string;
|
|
88
|
+
'batch-editor-quick-edit-title': (product: string, num: string) => string;
|
|
89
|
+
'batch-editor-quick-edit-title-2': (product: string) => string;
|
|
90
|
+
'batch-action-bar-select-all': string;
|
|
91
|
+
'batch-action-bar-invert': string;
|
|
92
|
+
'batch-action-bar-clear': string;
|
|
93
|
+
'batch-action-bar-delete': string;
|
|
94
|
+
'batch-action-bar-more': string;
|
|
95
|
+
'batch-action-bar-selected-count': (count: number) => string;
|
|
96
|
+
'batch-action-bar-confirm-title': string;
|
|
97
|
+
'batch-action-bar-delete-confirm-title': string;
|
|
98
|
+
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
99
|
+
'batch-action-bar-delete-confirm-ok': string;
|
|
100
|
+
'batch-action-bar-delete-confirm-cancel': string;
|
|
101
|
+
'record-board-toolbar-reset': string;
|
|
102
|
+
'record-board-toolbar-default-filter-status': string;
|
|
103
|
+
'record-board-toolbar-default-filter-all': string;
|
|
104
|
+
'record-board-toolbar-default-filter-enabled': string;
|
|
105
|
+
'record-board-toolbar-default-filter-disabled': string;
|
|
106
|
+
'record-board-toolbar-default-filter-keyword': string;
|
|
107
|
+
'record-board-toolbar-default-placeholder': string;
|
|
108
|
+
'pisell2.recordBoard.toolbar.find': string;
|
|
109
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
110
|
+
'pisell2.recordBoard.toolbar.sort': string;
|
|
111
|
+
'pisell2.recordBoard.toolbar.filter': string;
|
|
112
|
+
'pisell2.recordBoard.toolbar.reset': string;
|
|
113
|
+
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
114
|
+
'pisell2.recordBoard.toolbar.viewFloorMap': string;
|
|
115
|
+
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
116
|
+
'pisell2.recordBoard.filter.placeholderEnter': string;
|
|
117
|
+
'pisell2.salesManagement.pagination.previous': string;
|
|
118
|
+
'pisell2.salesManagement.pagination.next': string;
|
|
119
|
+
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
|
120
|
+
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
121
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
122
|
+
'pisell2.salesManagement.batchActionBar.more': string;
|
|
123
|
+
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
124
|
+
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
125
|
+
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
126
|
+
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
127
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
128
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
129
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
130
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
131
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
132
|
+
'shell-frame-statistic-expand': string;
|
|
133
|
+
'shell-frame-statistic-collapse': string;
|
|
134
|
+
'pisell-export-button-label': string;
|
|
135
|
+
'pisell-import-button-label': string;
|
|
136
|
+
'pisell-import-error-max-size': string;
|
|
137
|
+
'table-action-export-import-export-success': string;
|
|
138
|
+
'table-action-export-import-button': string;
|
|
139
|
+
'table-action-export-import-export-range': string;
|
|
140
|
+
'table-action-export-import-current-page': string;
|
|
141
|
+
'table-action-export-import-all-records': string;
|
|
142
|
+
'table-action-export-import-selected-records': string;
|
|
143
|
+
'table-action-export-import-selected': string;
|
|
144
|
+
'table-action-export-import-item': (length: number) => string;
|
|
145
|
+
'table-action-export-import-product': string;
|
|
146
|
+
'table-action-export-import-table-text-input-title': string;
|
|
147
|
+
'table-action-export-import-table-text-input-describe': string;
|
|
148
|
+
'table-action-export-import-table-error-file': string;
|
|
149
|
+
'table-action-export-import-import-success': string;
|
|
150
|
+
'table-action-export-import-import-phone': string;
|
|
151
|
+
'table-action-export-import-table-success-download': string;
|
|
152
|
+
'table-action-export-import-table-textimport-product': string;
|
|
153
|
+
'table-action-export-import-table-text-product-template': string;
|
|
154
|
+
'table-action-export-import-table-text-click-download': string;
|
|
155
|
+
'table-action-export-import-table-text-edit-file': string;
|
|
156
|
+
'table-action-export-import-button-import': string;
|
|
157
|
+
'table-action-export-import-cancel': string;
|
|
158
|
+
'table-action-export-import-file-completed': string;
|
|
159
|
+
'table-action-export-import-file-processing': string;
|
|
160
|
+
'table-action-export-import-file-pending': string;
|
|
161
|
+
'table-action-export-import-file-refresh': string;
|
|
162
|
+
'table-action-export-import-export-title': string;
|
|
163
|
+
'table-action-export-import-file-hint': string;
|
|
164
|
+
'table-action-export-import-file-name': string;
|
|
165
|
+
'table-action-export-import-file-content': string;
|
|
166
|
+
'table-action-export-import-file-content-all': string;
|
|
167
|
+
'table-action-export-import-file-content-part': string;
|
|
168
|
+
'table-action-export-import-file-status': string;
|
|
169
|
+
'table-action-export-import-file-account': string;
|
|
170
|
+
'table-action-export-import-file-created': string;
|
|
171
|
+
'table-action-export-import-file-record': (length: number) => string;
|
|
172
|
+
'table-action-export-import-import-title': string;
|
|
173
|
+
'table-action-export-import-log-hint': string;
|
|
174
|
+
'table-action-export-import-log-name': string;
|
|
175
|
+
'table-action-export-import-log-result': string;
|
|
176
|
+
'table-action-export-import-log-ok': (num: number) => string;
|
|
177
|
+
'table-action-export-import-log-err': (num: number) => string;
|
|
178
|
+
'table-action-export-import-log-check': string;
|
|
179
|
+
'table-action-export-import-log-detail-title': string;
|
|
180
|
+
'table-action-export-import-log-err-log': string;
|
|
181
|
+
'table-action-export-import-log-copy': string;
|
|
182
|
+
'table-action-export-import-table-success-copy': string;
|
|
183
|
+
'drag-sort-tree-unavailable-today-tip': string;
|
|
184
|
+
'date-picker-today': string;
|
|
185
|
+
'date-picker-yesterday': string;
|
|
186
|
+
'date-picker-tomorrow': string;
|
|
187
|
+
'date-picker-next_monday': string;
|
|
188
|
+
'date-picker-last_friday': string;
|
|
189
|
+
'date-picker-first_day_of_this_month': string;
|
|
190
|
+
'date-picker-last_day_of_this_month': string;
|
|
191
|
+
'date-picker-first_day_of_next_month': string;
|
|
192
|
+
'date-picker-last_day_of_last_month': string;
|
|
193
|
+
'date-picker-invalid-date': string;
|
|
194
|
+
'date-picker-apply': string;
|
|
195
|
+
'date-picker-shortcut-custom': string;
|
|
196
|
+
'pisell-input-copy-success': string;
|
|
197
|
+
'pisell-input-copy': string;
|
|
198
|
+
'pisell-empty-description-no-data': string;
|
|
199
|
+
'pisell-information-entry-input-search': string;
|
|
200
|
+
'pisell-information-entry-input-confirm': string;
|
|
201
|
+
'pisell-information-entry-scan-exit': string;
|
|
202
|
+
'pisell-wallet-pass-card-detail': string;
|
|
203
|
+
'pisell-wallet-pass-card-edit': string;
|
|
204
|
+
'pisell-wallet-pass-card-name': string;
|
|
205
|
+
'pisell-wallet-pass-card-store-name': string;
|
|
206
|
+
'pisell-wallet-pass-card-balance': string;
|
|
207
|
+
'pisell-wallet-pass-card-redeem': string;
|
|
208
|
+
'pisell-wallet-pass-card-code': string;
|
|
209
|
+
'pisell-wallet-pass-card-valid-to': string;
|
|
210
|
+
'pisell-wallet-pass-card-valid': string;
|
|
211
|
+
'pisell-wallet-pass-card-confirm': string;
|
|
212
|
+
'pisell-wallet-pass-card-cancel': string;
|
|
213
|
+
'pisell-wallet-pass-card-required': string;
|
|
214
|
+
'pisell-wallet-pass-card-expireDate': string;
|
|
215
|
+
'pisell-adjust-price-price-override': string;
|
|
216
|
+
'pisell-adjust-price-discount': string;
|
|
217
|
+
'pisell-adjust-price-discount-amount': string;
|
|
218
|
+
'pisell-adjust-price-discount-percentage': string;
|
|
219
|
+
'pisell-adjust-price-total-after-discount': string;
|
|
220
|
+
'pisell-adjust-price-discount-can-be-maximum': string;
|
|
221
|
+
'pisell-discount-card-title': string;
|
|
222
|
+
'pisell-discount-card-unit': string;
|
|
223
|
+
'pisell-discount-card-fixed-amount-prefix': string;
|
|
224
|
+
'pisell-data-source-table-add': string;
|
|
225
|
+
'pisell-data-source-table-edit': string;
|
|
226
|
+
'pisell-data-source-table-detail': string;
|
|
227
|
+
'pisell-data-source-table-delete': string;
|
|
228
|
+
'pisell-record-view-available': string;
|
|
229
|
+
'pisell-record-view-unavailable': string;
|
|
230
|
+
'pisell-data-source-form-required-message': string;
|
|
231
|
+
'pisell-data-source-form-scope-message': string;
|
|
232
|
+
'pisell-data-source-form-scene-request-id-message': string;
|
|
233
|
+
'pisell-data-source-form-email-message': string;
|
|
234
|
+
'pisell-data-source-form-domain-message': string;
|
|
235
|
+
'pisell-data-source-form-url-message': string;
|
|
236
|
+
'pisell-data-source-form-phone-message': string;
|
|
237
|
+
'pisell-data-source-form-min-length-message': (minLength: number) => string;
|
|
238
|
+
'pisell-data-source-form-max-length-message': (maxLength: number) => string;
|
|
239
|
+
'pisell-data-source-form-min-value-message': (minValue: number) => string;
|
|
240
|
+
'pisell-data-source-form-max-value-message': (maxValue: number) => string;
|
|
241
|
+
'pisell-data-source-form-mobile-message': string;
|
|
242
|
+
'pisell-data-source-form-pattern-message': string;
|
|
243
|
+
'pisell-number-format-thousand': string;
|
|
244
|
+
'pisell-number-format-million': string;
|
|
245
|
+
'pisell-number-format-billion': string;
|
|
246
|
+
'walletCard-done': string;
|
|
247
|
+
'walletCard-qrcode': string;
|
|
248
|
+
'walletCard-barcode': string;
|
|
249
|
+
'walletCard-viewPin': string;
|
|
250
|
+
'pisell-upload-button': string;
|
|
251
|
+
'pisell-upload-setting-size-error': (maxSize: number) => string;
|
|
252
|
+
'pisell-upload-setting-type-error': (type: string) => string;
|
|
253
|
+
'pisell-upload-count-error': (count: number) => string;
|
|
254
|
+
'pisell-upload-error': (name: string) => string;
|
|
255
|
+
'pisell-upload-multilingual-title': string;
|
|
256
|
+
'pisell-upload-multilingual-item-title-original': string;
|
|
257
|
+
'pisell-upload-multilingual-item-title-en': string;
|
|
258
|
+
'pisell-upload-multilingual-item-title-zh-CN': string;
|
|
259
|
+
'pisell-upload-multilingual-item-title-zh-HK': string;
|
|
260
|
+
'pisell-color-picker-default': string;
|
|
261
|
+
'pisell-action-get-data': string;
|
|
262
|
+
'pisell-action-delete-success': string;
|
|
263
|
+
'pisell-action-delete-failed': string;
|
|
264
|
+
'walletCard-point': string;
|
|
265
|
+
'walletCard-rechargeable': string;
|
|
266
|
+
'walletCard-voucher': string;
|
|
267
|
+
'walletCard-discount': string;
|
|
268
|
+
'pisellQrcode-done': string;
|
|
269
|
+
'pisellQrcode-qrcode': string;
|
|
270
|
+
'pisell-delete-confirm-title': string;
|
|
271
|
+
'pisell-delete-confirm-content': string;
|
|
272
|
+
'pisell-delete-confirm-ok': string;
|
|
273
|
+
'pisell-delete-confirm-cancel': string;
|
|
274
|
+
'pisell-design-mode-action-disabled': string;
|
|
275
|
+
'pisell-translation-original': string;
|
|
276
|
+
'pisell-version-modal-title': string;
|
|
277
|
+
'pisell-version-modal-current-version': string;
|
|
278
|
+
'pisell-version-modal-version': string;
|
|
279
|
+
'pisell-version-modal-update-notes': string;
|
|
280
|
+
'pisell-version-modal-patch': string;
|
|
281
|
+
'pisell-version-modal-minor': string;
|
|
282
|
+
'pisell-version-modal-major': string;
|
|
283
|
+
'pisell-version-modal-custom': string;
|
|
284
|
+
'pisell-version-modal-cancel': string;
|
|
285
|
+
'pisell-version-modal-confirm': string;
|
|
286
|
+
'pisell-version-modal-describe-update-notes': string;
|
|
287
|
+
'pisell-version-modal-version-error': string;
|
|
288
|
+
'pisell-version-modal-version-required': string;
|
|
289
|
+
'pisell-version-modal-based-on-version': string;
|
|
290
|
+
'subdomain-error-too-short': string;
|
|
291
|
+
'subdomain-error-too-long': string;
|
|
292
|
+
'subdomain-error-pattern': string;
|
|
293
|
+
'subdomain-error-numbers-only': string;
|
|
294
|
+
'subdomain-error-hyphen-ends': string;
|
|
295
|
+
'subdomain-error-consecutive-hyphens': string;
|
|
296
|
+
'pisell-icon-select-outlined': string;
|
|
297
|
+
'pisell-icon-select-filled': string;
|
|
298
|
+
'pisell-icon-select-two-tone': string;
|
|
299
|
+
'pisell-icon-select-iconfont': string;
|
|
300
|
+
'pisell-icon-select-search': string;
|
|
301
|
+
'pisell-icon-select-select': string;
|
|
302
|
+
'pisell-lowcode-app-version-control-live': string;
|
|
303
|
+
'pisell-lowcode-app-version-control-draft': string;
|
|
304
|
+
'pisell-lowcode-app-version-control-deprecated': string;
|
|
305
|
+
'pisell-lowcode-app-version-control-new-version': string;
|
|
306
|
+
'pisell-lowcode-app-version-control-promote-to-live': string;
|
|
307
|
+
'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
|
|
308
|
+
'pisell-lowcode-app-version-control-promote-version-describe': string;
|
|
309
|
+
'pisell-lowcode-app-version-control-promote-version-ok': string;
|
|
310
|
+
'pisell-lowcode-app-version-control-promote-version-cancel': string;
|
|
311
|
+
'pisell-lowcode-app-version-control-version-exists': string;
|
|
312
|
+
'pisell-lowcode-app-version-control-version-create-title': string;
|
|
313
|
+
'pisell-lowcode-drop-sort-add': string;
|
|
314
|
+
'pisell-lowcode-navigation-menu-add-sub-menu': string;
|
|
315
|
+
'pisell-lowcode-navigation-menu-add-page': string;
|
|
316
|
+
'pisell-lowcode-navigation-menu-add-page-tip': string;
|
|
317
|
+
'pisell-lowcode-navigation-menu-tag-base': string;
|
|
318
|
+
'pisell-lowcode-navigation-menu-tag-proCode': string;
|
|
319
|
+
'pisell-lowcode-navigation-menu-tag-pisell1': string;
|
|
320
|
+
'pisell-lowcode-navigation-menu-tag-dynamic-route': string;
|
|
321
|
+
'pisell-lowcode-navigation-menu-tag-group': string;
|
|
322
|
+
'pisell-lowcode-navigation-menu-tag-sub-menu': string;
|
|
323
|
+
'pisell-lowcode-navigation-menu-tag-custom': string;
|
|
324
|
+
'pisell-data-source-form-app-identifier-pattern': string;
|
|
325
|
+
'pisell-data-source-form-app-identifier-start-with-letter': string;
|
|
326
|
+
'pisell-data-source-form-app-identifier-special-ends': string;
|
|
327
|
+
'pisell-data-source-form-app-identifier-consecutive-special': string;
|
|
328
|
+
'qrscanner-loading': string;
|
|
329
|
+
'qrscanner-success': string;
|
|
330
|
+
'qrscanner-success-qrcode': string;
|
|
331
|
+
'qrscanner-success-barcode': string;
|
|
332
|
+
'qrscanner-error-upload-image': string;
|
|
333
|
+
'qrscanner-error-load-failed': string;
|
|
334
|
+
'qrscanner-error-no-code': string;
|
|
335
|
+
'qrscanner-error-camera-init': string;
|
|
336
|
+
'qrscanner-error-process-image': string;
|
|
337
|
+
'pisell-login-and-register-title': string;
|
|
338
|
+
'pisell-login-and-register-subtitle': string;
|
|
339
|
+
'pisell-login-and-register-email-label': string;
|
|
340
|
+
'pisell-login-and-register-email-placeholder': string;
|
|
341
|
+
'pisell-login-and-register-password-label': string;
|
|
342
|
+
'pisell-login-and-register-password-placeholder': string;
|
|
343
|
+
'pisell-login-and-register-email-error': string;
|
|
344
|
+
'pisell-login-and-register-email-error-valid': string;
|
|
345
|
+
'pisell-login-and-register-password-error': string;
|
|
346
|
+
'pisell-login-and-register-login': string;
|
|
347
|
+
'pisell-login-and-register-google': string;
|
|
348
|
+
'pisell-login-and-register-facebook': string;
|
|
349
|
+
'pisell-login-and-register-apple': string;
|
|
350
|
+
'pisell-login-and-register-sign-up': string;
|
|
351
|
+
'pisell-login-and-register-login-tab': string;
|
|
352
|
+
'pisell-login-and-register-register-tab': string;
|
|
353
|
+
'pisell-login-and-register-register-email-placeholder': string;
|
|
354
|
+
'pisell-login-and-register-register-password-placeholder': string;
|
|
355
|
+
'pisell-login-and-register-register-button-text': string;
|
|
356
|
+
'pisell-login-and-register-remember-me': string;
|
|
357
|
+
'pisell-login-and-register-forgot-password': string;
|
|
358
|
+
'pisell-login-and-register-register-password-error': string;
|
|
359
|
+
'pisell-login-and-register-register-password-error-valid': string;
|
|
360
|
+
'pisell2.wallet-card.add-holder-tip': string;
|
|
361
|
+
'pisell2.wallet-card.add-holder-button-text': string;
|
|
362
|
+
'pisell2.text.hardware-error.fatal': string;
|
|
363
|
+
'pisell2.text.hardware-error.critical': string;
|
|
364
|
+
'pisell2.text.hardware-error.normal': string;
|
|
365
|
+
'pisell2.text.hardware-error.info': string;
|
|
366
|
+
'pisell2.text.hardware-error.error-center': string;
|
|
367
|
+
'pisell2.text.hardware-error.error-list': string;
|
|
368
|
+
'pisell2.text.hardware-error.error-code': string;
|
|
369
|
+
'pisell2.text.hardware-error.time': string;
|
|
370
|
+
'pisell2.text.hardware-error.error-description': string;
|
|
371
|
+
'pisell2.text.hardware-error.solution': string;
|
|
372
|
+
'pisell2.text.hardware-error.info-number': string;
|
|
373
|
+
'pisell2.text.hardware-error.tip-content': string;
|
|
374
|
+
'pisell2.text.hardware-error.device.all': string;
|
|
375
|
+
'pisell2.text.hardware-error.device.printer': string;
|
|
376
|
+
'pisell2.text.hardware-error.device.barcode-scanner': string;
|
|
377
|
+
'pisell2.text.hardware-error.device.cds': string;
|
|
378
|
+
'pisell2.text.hardware-error.device.kds': string;
|
|
379
|
+
'pisell2.text.hardware-error.device.display': string;
|
|
380
|
+
'pisell2.text.hardware-error.device.card-reader': string;
|
|
381
|
+
'pisell2.text.hardware-error.device.till': string;
|
|
382
|
+
'pisell2.text.hardware-error.device.scale': string;
|
|
383
|
+
'pisell2.text.hardware-error.error-logs': string;
|
|
384
|
+
'pisell2.text.hardware-error.all-devices': string;
|
|
385
|
+
'pisell2.text.hardware-error.all-levels': string;
|
|
386
|
+
'pisell2.text.hardware-error.debug-info': string;
|
|
387
|
+
'pisell2.text.hardware-error.important-info': string;
|
|
388
|
+
'pisell2.text.hardware-error.error-info': string;
|
|
389
|
+
'pisell2.text.hardware-error.search-logs': string;
|
|
390
|
+
'pisell2.text.hardware-error.export-logs': string;
|
|
391
|
+
'pisell2.text.hardware-error.no-errors': string;
|
|
392
|
+
'pisell2.text.hardware-error.no-logs': string;
|
|
393
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
394
|
+
'pisell2.text.goodpass.last-settlement': string;
|
|
395
|
+
'pisell2.text.goodpass.view-more': string;
|
|
396
|
+
'pisell2.text.goodpass.save': string;
|
|
397
|
+
'pisell-wallet-pass-card-status-used': string;
|
|
398
|
+
'pisell-wallet-pass-card-status-expired': string;
|
|
399
|
+
'pisell-wallet-pass-card-status-disabled': string;
|
|
400
|
+
'pisell-wallet-pass-card-status-conflict': string;
|
|
401
|
+
'pisell-wallet-pass-card-status-lastPayment': string;
|
|
402
|
+
'pisell-wallet-pass-card-reset': string;
|
|
403
|
+
'pisell-wallet-pass-card-done': string;
|
|
404
|
+
'pisell-list-tab-group-default': string;
|
|
405
|
+
'pisell-list-empty-text-default': string;
|
|
406
|
+
'pisell-list-load-more': string;
|
|
407
|
+
'pisell-list-view-less': string;
|
|
408
|
+
'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
|
|
409
|
+
'pisell-list-scroll-down': string;
|
|
410
|
+
'pisell-list-scroll-right': string;
|
|
411
|
+
'pisell-list-pagination-page-of': (current: number, total: number) => string;
|
|
412
|
+
'pisell-list-pagination-previous': string;
|
|
413
|
+
'pisell-list-pagination-next': string;
|
|
414
|
+
'pisell-camera-no-camera-accessible': string;
|
|
415
|
+
'pisell-camera-permission-denied': string;
|
|
416
|
+
'pisell-camera-switch-camera': string;
|
|
417
|
+
'pisell-camera-canvas': string;
|
|
418
|
+
'pisell-camera-checking': string;
|
|
419
|
+
'pisell-camera-no-camera-desc': string;
|
|
420
|
+
'pisell-upload-camera-local-files': string;
|
|
421
|
+
'pisell-upload-camera-capture': string;
|
|
422
|
+
'pisell-upload-camera-retake': string;
|
|
423
|
+
'pisell-upload-camera-use': string;
|
|
424
|
+
'pisell-procedure-header-back-confirm-title': string;
|
|
425
|
+
'pisell-procedure-header-back-confirm-desc': string;
|
|
426
|
+
'pisell-procedure-header-back-confirm-no': string;
|
|
427
|
+
'pisell-procedure-header-back-confirm-yes': string;
|
|
428
|
+
'pisell-procedure-header-close-confirm-title': string;
|
|
429
|
+
'pisell-procedure-header-close-confirm-desc': string;
|
|
430
|
+
'pisell-procedure-header-close-confirm-no': string;
|
|
431
|
+
'pisell-procedure-header-close-confirm-yes': string;
|
|
432
|
+
'pisell-procedure-footer-more': string;
|
|
433
|
+
};
|
|
434
|
+
export default _default;
|