@pisell/materials 2.2.125 → 2.2.126
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 +2 -2
- package/build/lowcode/render/default/view.js +3 -3
- package/build/lowcode/view.js +2 -2
- package/es/components/appVersionControl/index.d.ts +4 -0
- package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
- package/es/components/auto-resize-text/index.d.ts +6 -0
- package/es/components/cardPro/index.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +16 -0
- package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +8 -0
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +179 -0
- package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +32 -0
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/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 +4 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/es/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Switch/type.d.ts +16 -0
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +16 -0
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Upload/type.d.ts +38 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +5 -0
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +120 -0
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/div/index.d.ts +19 -0
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/filter/types.d.ts +46 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/page/index.d.ts +0 -1
- package/es/components/pisell-config-provider/context.d.ts +22 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisellAdjustPrice/status.d.ts +32 -0
- package/es/components/pisellAdjustPrice/type.d.ts +22 -0
- package/es/components/pisellCamera/index.d.ts +4 -0
- package/es/components/pisellCardList/index.d.ts +107 -0
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/es/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/es/components/pisellDraggable/index.d.ts +35 -0
- package/es/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
- package/es/components/pisellDropSort/types.d.ts +58 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/es/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/es/components/pisellMenu/types.d.ts +27 -0
- package/es/components/pisellNavigationMenu/types.d.ts +85 -0
- package/es/components/pisellQRScanner/index.d.ts +24 -0
- package/es/components/pisellQrcode/index.d.ts +10 -0
- package/es/components/pisellText/index.d.ts +9 -0
- package/es/components/pisellToast/squareToast/index.d.ts +15 -0
- package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
- package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
- package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +4 -2
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
- package/es/components/productCard/cartSkuCard/locales.d.ts +99 -0
- package/es/components/productCard/components/Action/index.d.ts +3 -0
- package/es/components/productCard/components/AmountFooter/index.js +4 -2
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/productCard/components/Time/index.d.ts +3 -0
- package/es/components/productCard/locales.d.ts +84 -0
- package/es/components/productCard/status.d.ts +32 -0
- package/es/components/productCard/types.d.ts +85 -0
- package/es/components/select/index.d.ts +9 -0
- package/es/components/sortableList/index.d.ts +11 -0
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/function.d.ts +7 -0
- package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/es/components/table/Actions/index.d.ts +17 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Table/SelectField/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/index.d.ts +4 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/serve.d.ts +13 -0
- package/es/components/table/types.d.ts +268 -0
- package/es/components/tabs/index.d.ts +17 -0
- package/es/components/versionModal/index.d.ts +23 -0
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
- package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
- package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
- package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
- package/es/components/virtualInput/index.d.ts +24 -0
- package/es/components/walletCard/Guide/index.d.ts +3 -0
- package/es/components/walletCard/index.d.ts +77 -0
- package/es/locales/en-US.d.ts +310 -0
- package/es/locales/zh-CN.d.ts +305 -0
- package/es/locales/zh-TW.d.ts +305 -0
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/lib/components/appVersionControl/index.d.ts +4 -0
- package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
- package/lib/components/auto-resize-text/index.d.ts +6 -0
- package/lib/components/cardPro/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +16 -0
- package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +8 -0
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +179 -0
- package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +32 -0
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/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 +4 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Switch/type.d.ts +16 -0
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +16 -0
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +38 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +5 -0
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +120 -0
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/div/index.d.ts +19 -0
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/filter/types.d.ts +46 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/page/index.d.ts +0 -1
- package/lib/components/pisell-config-provider/context.d.ts +22 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
- package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
- package/lib/components/pisellCamera/index.d.ts +4 -0
- package/lib/components/pisellCardList/index.d.ts +107 -0
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/lib/components/pisellDraggable/index.d.ts +35 -0
- package/lib/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
- package/lib/components/pisellDropSort/types.d.ts +58 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/lib/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/lib/components/pisellMenu/types.d.ts +27 -0
- package/lib/components/pisellNavigationMenu/types.d.ts +85 -0
- package/lib/components/pisellQRScanner/index.d.ts +24 -0
- package/lib/components/pisellQrcode/index.d.ts +10 -0
- package/lib/components/pisellText/index.d.ts +9 -0
- package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
- package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
- package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
- package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +3 -2
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
- package/lib/components/productCard/cartSkuCard/locales.d.ts +99 -0
- package/lib/components/productCard/components/Action/index.d.ts +3 -0
- package/lib/components/productCard/components/AmountFooter/index.js +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/productCard/components/Time/index.d.ts +3 -0
- package/lib/components/productCard/locales.d.ts +84 -0
- package/lib/components/productCard/status.d.ts +32 -0
- package/lib/components/productCard/types.d.ts +85 -0
- package/lib/components/select/index.d.ts +9 -0
- package/lib/components/sortableList/index.d.ts +11 -0
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/function.d.ts +7 -0
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/lib/components/table/Actions/index.d.ts +17 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Table/SelectField/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/index.d.ts +4 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/serve.d.ts +13 -0
- package/lib/components/table/types.d.ts +268 -0
- package/lib/components/tabs/index.d.ts +17 -0
- package/lib/components/versionModal/index.d.ts +23 -0
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
- package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
- package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
- package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
- package/lib/components/virtualInput/index.d.ts +24 -0
- package/lib/components/walletCard/Guide/index.d.ts +3 -0
- package/lib/components/walletCard/index.d.ts +77 -0
- package/lib/locales/en-US.d.ts +310 -0
- package/lib/locales/zh-CN.d.ts +305 -0
- package/lib/locales/zh-TW.d.ts +305 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
|
2
|
+
import type { TreeItem as TreeItemType } from '../../types';
|
|
3
|
+
import './TreeItem.less';
|
|
4
|
+
export interface Props extends Omit<HTMLAttributes<HTMLLIElement>, 'id'> {
|
|
5
|
+
childCount?: number;
|
|
6
|
+
clone?: boolean;
|
|
7
|
+
collapsed?: boolean;
|
|
8
|
+
depth: number;
|
|
9
|
+
disableInteraction?: boolean;
|
|
10
|
+
disableSelection?: boolean;
|
|
11
|
+
ghost?: boolean;
|
|
12
|
+
handleProps?: any;
|
|
13
|
+
indicator?: boolean;
|
|
14
|
+
indentationWidth: number;
|
|
15
|
+
onCollapse?(): void;
|
|
16
|
+
onRemove?(): void;
|
|
17
|
+
wrapperRef?(node: HTMLLIElement): void;
|
|
18
|
+
item: TreeItemType;
|
|
19
|
+
renderItem?(item: Props, ref: React.ForwardedRef<HTMLDivElement>): React.ReactNode;
|
|
20
|
+
__designMode?: string;
|
|
21
|
+
isBlocked?: boolean;
|
|
22
|
+
isError?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export declare const TreeItem: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 可拖拽树形组件
|
|
3
|
+
* 基于@dnd-kit库实现,支持拖拽排序、展开折叠、删除等功能
|
|
4
|
+
*/
|
|
5
|
+
import { UniqueIdentifier } from '@dnd-kit/core';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { FlattenedItem, TreeItem, TreeItems } from './types';
|
|
8
|
+
import type { Props as TreeItemProps } from './components/TreeItem/TreeItem';
|
|
9
|
+
interface Props {
|
|
10
|
+
/** 是否支持折叠功能 */
|
|
11
|
+
collapsible?: boolean;
|
|
12
|
+
/** 初始树形数据,默认使用 initialItems */
|
|
13
|
+
value?: TreeItems;
|
|
14
|
+
/** 缩进宽度,控制子节点的缩进距离 */
|
|
15
|
+
indentationWidth?: number;
|
|
16
|
+
/** 是否显示拖拽指示器 */
|
|
17
|
+
indicator?: boolean;
|
|
18
|
+
/** 是否支持删除节点功能 */
|
|
19
|
+
removable?: boolean;
|
|
20
|
+
/** 自定义渲染树节点 */
|
|
21
|
+
renderItem?: (item: TreeItemProps, ref: React.RefObject<HTMLDivElement>) => React.ReactNode;
|
|
22
|
+
/** 树形数据变化回调 */
|
|
23
|
+
onChange?: (items: TreeItems) => void;
|
|
24
|
+
/** 删除节点前 */
|
|
25
|
+
onRemoveBefore?: (item: TreeItem) => Promise<boolean>;
|
|
26
|
+
/** 设计模式 */
|
|
27
|
+
__designMode?: string;
|
|
28
|
+
/** 最大层级 */
|
|
29
|
+
maxLevel?: number;
|
|
30
|
+
/** 自定义拖拽判断函数,返回false时阻止拖拽 */
|
|
31
|
+
canDrop?: (dragItem: FlattenedItem, dropTarget: FlattenedItem, parentId: UniqueIdentifier | null, parentNode: any) => boolean;
|
|
32
|
+
}
|
|
33
|
+
export declare function SortableTree({ collapsible, value, indicator, indentationWidth, removable, renderItem, onChange, onRemoveBefore, __designMode, maxLevel, canDrop, }: Props): JSX.Element;
|
|
34
|
+
declare const Demo: (props: Props) => JSX.Element;
|
|
35
|
+
export default Demo;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Props as TreeItem } from '../../../pisellDraggable/components/TreeItem/TreeItem';
|
|
3
|
+
import './index.less';
|
|
4
|
+
interface SortableItemProps {
|
|
5
|
+
itemProps: TreeItem;
|
|
6
|
+
render?: (itemProps: TreeItem) => React.ReactNode;
|
|
7
|
+
domRef: React.RefObject<HTMLDivElement>;
|
|
8
|
+
allowAddChild?: boolean;
|
|
9
|
+
allowDelete?: boolean;
|
|
10
|
+
allowIsShow?: boolean;
|
|
11
|
+
allowDrag?: boolean;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
onAdd?: (itemProps: TreeItem) => void;
|
|
14
|
+
onDelete?: (itemProps: TreeItem) => void;
|
|
15
|
+
showBorder?: boolean;
|
|
16
|
+
spacing?: number;
|
|
17
|
+
maxLevel?: number;
|
|
18
|
+
/** 设计模式 */
|
|
19
|
+
__designMode?: string;
|
|
20
|
+
/** 是否自定义操作 */
|
|
21
|
+
isCustomAction?: boolean;
|
|
22
|
+
/** 获取item样式 */
|
|
23
|
+
getItemStyle?: (itemProps: TreeItem) => React.CSSProperties;
|
|
24
|
+
}
|
|
25
|
+
declare const SortableItem: (props: SortableItemProps) => JSX.Element;
|
|
26
|
+
export default SortableItem;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
import type { Props as TreeItem } from '../pisellDraggable/components/TreeItem/TreeItem';
|
|
3
|
+
import type { TreeItem as TreeItemType } from '../pisellDraggable/types';
|
|
4
|
+
export interface DropSortItem extends TreeItemType {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}
|
|
7
|
+
export interface PisellDropSortProps {
|
|
8
|
+
/** value */
|
|
9
|
+
value: DropSortItem[];
|
|
10
|
+
/** 允许拖拽 */
|
|
11
|
+
allowDrag?: boolean;
|
|
12
|
+
/** 允许删除 */
|
|
13
|
+
allowDelete?: boolean;
|
|
14
|
+
/** 允许添加子节点 */
|
|
15
|
+
allowAddChild?: boolean;
|
|
16
|
+
/** 允许添加根节点 */
|
|
17
|
+
allowAddRoot?: boolean;
|
|
18
|
+
/** 是否允许显示隐藏 */
|
|
19
|
+
allowIsShow?: boolean;
|
|
20
|
+
/** 是否禁用 */
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
/** 节点间距 */
|
|
23
|
+
spacing?: number;
|
|
24
|
+
/** 最大层级数 */
|
|
25
|
+
maxLevel?: number;
|
|
26
|
+
/** 是否显示边框 */
|
|
27
|
+
showBorder?: boolean;
|
|
28
|
+
/** 样式 */
|
|
29
|
+
style?: CSSProperties;
|
|
30
|
+
/** 类名 */
|
|
31
|
+
className?: string;
|
|
32
|
+
/** 数据源变化回调 */
|
|
33
|
+
onChange?: (items: DropSortItem[]) => void;
|
|
34
|
+
/** 删除节点回调 */
|
|
35
|
+
onDelete?: (itemProps: TreeItem) => void;
|
|
36
|
+
/** 添加节点回调 */
|
|
37
|
+
onAdd?: (itemProps: TreeItem) => void;
|
|
38
|
+
/** 自定义渲染节点 */
|
|
39
|
+
renderItem?: (itemProps: TreeItem) => React.ReactNode;
|
|
40
|
+
/** 添加根节点回调 */
|
|
41
|
+
onAddRoot?: () => void;
|
|
42
|
+
/** 左侧自定义内容 */
|
|
43
|
+
leftContent?: React.ReactNode;
|
|
44
|
+
/** 右侧自定义内容 */
|
|
45
|
+
rightContent?: React.ReactNode;
|
|
46
|
+
/** 空状态自定义内容 */
|
|
47
|
+
emptyContent?: React.ReactNode;
|
|
48
|
+
/** 设计模式 */
|
|
49
|
+
__designMode?: string;
|
|
50
|
+
/** 是否自定义操作 */
|
|
51
|
+
isCustomAction?: boolean;
|
|
52
|
+
/** 获取item样式 */
|
|
53
|
+
getItemStyle?: (itemProps: TreeItem) => React.CSSProperties;
|
|
54
|
+
/** 自定义拖拽判断函数,返回false时阻止拖拽 */
|
|
55
|
+
canDrop?: (dragItem: DropSortItem, dropTarget: DropSortItem, parentId: string | number | null) => boolean;
|
|
56
|
+
/** 节点缩进宽度 */
|
|
57
|
+
indentationWidth?: number;
|
|
58
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyProps } from 'antd';
|
|
3
|
+
import { PisellContextType } from '../pisell-config-provider/context';
|
|
4
|
+
import './index.less';
|
|
5
|
+
export interface PisellEmptyProps extends EmptyProps {
|
|
6
|
+
/** 平台 */
|
|
7
|
+
platform?: PisellContextType['platform'];
|
|
8
|
+
/** 额外内容描述 */
|
|
9
|
+
extraDescription?: React.ReactNode;
|
|
10
|
+
/** 额外内容描述 */
|
|
11
|
+
icon?: React.ReactNode;
|
|
12
|
+
/** 自定义底部额外操作区域 */
|
|
13
|
+
footer?: React.ReactNode;
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
/** 最大宽度 */
|
|
16
|
+
maxWidth?: number;
|
|
17
|
+
}
|
|
18
|
+
declare const PisellEmpty: (props: PisellEmptyProps) => JSX.Element;
|
|
19
|
+
export default PisellEmpty;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Menu as AntdMenu } from 'antd';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import './PisellMenu.less';
|
|
4
|
+
import type { PisellMenuProps } from './types';
|
|
5
|
+
declare type PisellMenuComponent = React.FC<PisellMenuProps> & {
|
|
6
|
+
Item: typeof AntdMenu.Item;
|
|
7
|
+
SubMenu: typeof AntdMenu.SubMenu;
|
|
8
|
+
ItemGroup: typeof AntdMenu.ItemGroup;
|
|
9
|
+
};
|
|
10
|
+
declare const PisellMenu: PisellMenuComponent;
|
|
11
|
+
export default PisellMenu;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { MenuProps } from 'antd';
|
|
3
|
+
export interface PisellMenuProps extends Omit<MenuProps, 'items'> {
|
|
4
|
+
className?: string;
|
|
5
|
+
style?: React.CSSProperties;
|
|
6
|
+
mode?: 'vertical' | 'horizontal' | 'inline';
|
|
7
|
+
theme?: 'light' | 'dark';
|
|
8
|
+
defaultOpenKeys?: string[];
|
|
9
|
+
defaultSelectedKeys?: string[];
|
|
10
|
+
inlineCollapsed?: boolean;
|
|
11
|
+
openKeys?: string[];
|
|
12
|
+
selectedKeys?: string[];
|
|
13
|
+
onOpenChange?: (openKeys: string[]) => void;
|
|
14
|
+
dataSource?: any;
|
|
15
|
+
__designMode?: string;
|
|
16
|
+
other?: PisellMenuProps;
|
|
17
|
+
}
|
|
18
|
+
export interface MenuItemType {
|
|
19
|
+
key: string;
|
|
20
|
+
label: string;
|
|
21
|
+
path: string;
|
|
22
|
+
children?: MenuItemType[];
|
|
23
|
+
icon?: string | React.ReactNode;
|
|
24
|
+
hide?: boolean;
|
|
25
|
+
type?: 'group' | 'divider';
|
|
26
|
+
isGroup?: boolean;
|
|
27
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
import { Props as TreeItem } from "../pisellDraggable/components/TreeItem/TreeItem";
|
|
3
|
+
export interface NavigationMenuItem {
|
|
4
|
+
id: string;
|
|
5
|
+
/** 标题 */
|
|
6
|
+
title: string;
|
|
7
|
+
/** 图标 */
|
|
8
|
+
icon?: string;
|
|
9
|
+
/** 描述 */
|
|
10
|
+
description?: string;
|
|
11
|
+
/** 子菜单 */
|
|
12
|
+
children?: NavigationMenuItem[];
|
|
13
|
+
/** 版本 */
|
|
14
|
+
version?: string;
|
|
15
|
+
/** 是否是分组 */
|
|
16
|
+
isGroup?: boolean;
|
|
17
|
+
/** 是否允许添加子菜单 */
|
|
18
|
+
allowAddChild?: boolean;
|
|
19
|
+
/** 是否允许删除 */
|
|
20
|
+
allowDelete?: boolean;
|
|
21
|
+
/** 是否允许编辑 */
|
|
22
|
+
allowEdit?: boolean;
|
|
23
|
+
/** 是否允许添加子菜单 */
|
|
24
|
+
allowAddSubmenu?: boolean;
|
|
25
|
+
/** 是否允许添加页面 */
|
|
26
|
+
allowAddPage?: boolean;
|
|
27
|
+
/** 其他属性 */
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}
|
|
30
|
+
export interface PisellNavigationMenuProps {
|
|
31
|
+
/** 导航菜单数据 */
|
|
32
|
+
value: NavigationMenuItem[];
|
|
33
|
+
/** 是否允许拖拽排序 */
|
|
34
|
+
allowDrag?: boolean;
|
|
35
|
+
/** 是否允许删除菜单项 */
|
|
36
|
+
allowDelete?: boolean;
|
|
37
|
+
/** 是否允许添加子菜单 */
|
|
38
|
+
allowAddChild?: boolean;
|
|
39
|
+
/** 是否允许添加根菜单 */
|
|
40
|
+
allowAddRoot?: boolean;
|
|
41
|
+
/** 是否允许显示隐藏 */
|
|
42
|
+
allowIsShow?: boolean;
|
|
43
|
+
/** 是否禁用 */
|
|
44
|
+
disabled?: boolean;
|
|
45
|
+
/** 菜单项间距 */
|
|
46
|
+
spacing?: number;
|
|
47
|
+
/** 最大层级数 */
|
|
48
|
+
maxLevel?: number;
|
|
49
|
+
/** 样式 */
|
|
50
|
+
style?: CSSProperties;
|
|
51
|
+
/** 类名 */
|
|
52
|
+
className?: string;
|
|
53
|
+
/** 数据变化回调 */
|
|
54
|
+
onChange?: (items: NavigationMenuItem[]) => void;
|
|
55
|
+
/** 设计模式 */
|
|
56
|
+
__designMode?: string;
|
|
57
|
+
/** 标题 */
|
|
58
|
+
title?: string;
|
|
59
|
+
/** 添加子菜单回调 */
|
|
60
|
+
onAddSubMenu?: (item?: NavigationMenuItem) => void;
|
|
61
|
+
/** 添加页面回调 */
|
|
62
|
+
onAddPage?: (item?: NavigationMenuItem) => void;
|
|
63
|
+
/** 编辑回调 */
|
|
64
|
+
onEdit?: (item: NavigationMenuItem) => void;
|
|
65
|
+
/** 删除回调 */
|
|
66
|
+
onDelete?: (item: NavigationMenuItem) => void;
|
|
67
|
+
/** 左侧自定义内容 */
|
|
68
|
+
leftContent?: React.ReactNode;
|
|
69
|
+
/** 右侧自定义内容 */
|
|
70
|
+
rightContent?: React.ReactNode;
|
|
71
|
+
/** 获取item样式 */
|
|
72
|
+
getItemStyle?: (itemProps: TreeItem) => React.CSSProperties;
|
|
73
|
+
/** 自定义拖拽判断函数,返回false时阻止拖拽 */
|
|
74
|
+
canDrop?: (dragItem: NavigationMenuItem, dropTarget: NavigationMenuItem, parentId: string | number | null) => boolean;
|
|
75
|
+
/** 显示隐藏回调 */
|
|
76
|
+
onIsShow?: (item: NavigationMenuItem) => void;
|
|
77
|
+
/** 节点缩进宽度 */
|
|
78
|
+
indentationWidth?: number;
|
|
79
|
+
/** 隐藏描述 */
|
|
80
|
+
hideDescription?: boolean;
|
|
81
|
+
/** 悬浮时展示action */
|
|
82
|
+
showActionOnHover?: boolean;
|
|
83
|
+
/** 是否展示标题标签 */
|
|
84
|
+
showTitleTags?: boolean;
|
|
85
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface PisellQRScannerProps {
|
|
4
|
+
/** 是否可见 */
|
|
5
|
+
visible: boolean;
|
|
6
|
+
/** 是否显示上传图片按钮 */
|
|
7
|
+
showUpload?: boolean;
|
|
8
|
+
/** 关闭回调 */
|
|
9
|
+
onClose: () => void;
|
|
10
|
+
/** 扫码成功回调 */
|
|
11
|
+
onScan: (value: string) => void;
|
|
12
|
+
/**
|
|
13
|
+
* 样式属性,可选
|
|
14
|
+
* 注意: 不应传入renderMode等不必要属性
|
|
15
|
+
*/
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
/** 类名,可选 */
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* 二维码扫描组件
|
|
22
|
+
*/
|
|
23
|
+
declare const PisellQRScanner: React.FC<PisellQRScannerProps>;
|
|
24
|
+
export default PisellQRScanner;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
interface PisellQrcodeProps {
|
|
4
|
+
size?: number;
|
|
5
|
+
platform?: 'pc' | 'h5' | 'ipad';
|
|
6
|
+
value: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const PisellQrcode: React.FC<PisellQrcodeProps>;
|
|
10
|
+
export default PisellQrcode;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface PisellTextProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
3
|
+
}
|
|
4
|
+
declare const PisellText: {
|
|
5
|
+
(props: PisellTextProps): JSX.Element;
|
|
6
|
+
Amount: (props: import("./components/Amount").AmountProps) => JSX.Element;
|
|
7
|
+
Editable: React.FC<import("./components/Editable").EditableProps>;
|
|
8
|
+
};
|
|
9
|
+
export default PisellText;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { clear, show, success, info, loading, fail, hide } from './methods';
|
|
2
|
+
import './index.less';
|
|
3
|
+
interface ToastInstance {
|
|
4
|
+
show: typeof show;
|
|
5
|
+
clear: typeof clear;
|
|
6
|
+
success: typeof success;
|
|
7
|
+
info: typeof info;
|
|
8
|
+
loading: typeof loading;
|
|
9
|
+
fail: typeof fail;
|
|
10
|
+
error: typeof fail;
|
|
11
|
+
hide: typeof hide;
|
|
12
|
+
}
|
|
13
|
+
declare const Toast: ToastInstance;
|
|
14
|
+
export declare const useToast: () => ToastInstance;
|
|
15
|
+
export default Toast;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ToastProps } from './toast';
|
|
3
|
+
interface ToastInstance {
|
|
4
|
+
close: () => void;
|
|
5
|
+
}
|
|
6
|
+
declare const show: (configOrContent: Partial<ToastProps> | React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
|
|
7
|
+
declare const clear: () => void;
|
|
8
|
+
declare const success: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
|
|
9
|
+
declare const info: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
|
|
10
|
+
declare const loading: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
|
|
11
|
+
declare const fail: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
|
|
12
|
+
declare const hide: () => void;
|
|
13
|
+
export { show, clear, success, info, loading, fail, hide };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
2
|
+
import type { Root } from 'react-dom/client';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare type ImperativeProps = {
|
|
5
|
+
open?: boolean;
|
|
6
|
+
onCancel?: () => void;
|
|
7
|
+
afterClose?: () => void;
|
|
8
|
+
};
|
|
9
|
+
declare type TargetElement = ReactElement<ImperativeProps>;
|
|
10
|
+
export declare type ImperativeHandler = {
|
|
11
|
+
close: () => void;
|
|
12
|
+
replace: (element: TargetElement) => void;
|
|
13
|
+
isRendered?: () => boolean;
|
|
14
|
+
};
|
|
15
|
+
export declare type UnmountType = () => Promise<void>;
|
|
16
|
+
export declare type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType;
|
|
17
|
+
declare const MARK = "__pisell_react_root__";
|
|
18
|
+
declare type ContainerType = (Element | DocumentFragment) & {
|
|
19
|
+
[MARK]?: Root;
|
|
20
|
+
};
|
|
21
|
+
export declare function render(node: React.ReactElement, container: ContainerType): void;
|
|
22
|
+
export declare function unmount(container: ContainerType): Promise<void>;
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated 设置 React 渲染函数以兼容使用。
|
|
25
|
+
*/
|
|
26
|
+
export declare function unstableSetRender(render?: RenderType): RenderType;
|
|
27
|
+
export declare function renderImperatively(element: TargetElement): ImperativeHandler;
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export declare type ToastType = 'success' | 'error' | 'warning' | 'info' | 'loading';
|
|
4
|
+
export interface ToastProps {
|
|
5
|
+
/** Toast 类型 */
|
|
6
|
+
icon?: ToastType | React.ReactNode;
|
|
7
|
+
/** 显示的内容,支持文本或 React 节点 */
|
|
8
|
+
content: React.ReactNode;
|
|
9
|
+
/** 是否显示 */
|
|
10
|
+
open?: boolean;
|
|
11
|
+
/** 自动关闭时间,单位毫秒,0 表示不自动关闭 */
|
|
12
|
+
duration?: number;
|
|
13
|
+
/** 关闭 */
|
|
14
|
+
onCancel?: () => void;
|
|
15
|
+
/** 关闭后回调 */
|
|
16
|
+
afterClose?: () => void;
|
|
17
|
+
/** 自定义样式类名 */
|
|
18
|
+
className?: string;
|
|
19
|
+
/** 自定义样式 */
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
/** 是否显示遮罩 */
|
|
22
|
+
mask?: boolean;
|
|
23
|
+
}
|
|
24
|
+
declare const Toast: React.FC<ToastProps>;
|
|
25
|
+
export default Toast;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface InputItem {
|
|
2
|
+
start_date: string;
|
|
3
|
+
end_date: string;
|
|
4
|
+
total: number;
|
|
5
|
+
num: number;
|
|
6
|
+
}
|
|
7
|
+
interface OutputItem {
|
|
8
|
+
start_date: string;
|
|
9
|
+
end_date: string;
|
|
10
|
+
total: number;
|
|
11
|
+
num: number;
|
|
12
|
+
}
|
|
13
|
+
export declare function formatDateRanges(list: InputItem[]): OutputItem[];
|
|
14
|
+
export {};
|
|
@@ -26,7 +26,9 @@ var BasicInfo = function BasicInfo(props) {
|
|
|
26
26
|
_dataSource$num = dataSource.num,
|
|
27
27
|
num = _dataSource$num === void 0 ? 1 : _dataSource$num,
|
|
28
28
|
holder_id = dataSource.holder_id,
|
|
29
|
-
isFormSubject = dataSource.isFormSubject
|
|
29
|
+
isFormSubject = dataSource.isFormSubject,
|
|
30
|
+
_dataSource$totalDiff = dataSource.totalDifference,
|
|
31
|
+
totalDifference = _dataSource$totalDiff === void 0 ? 0 : _dataSource$totalDiff;
|
|
30
32
|
var renderNumTag = function renderNumTag() {
|
|
31
33
|
return /*#__PURE__*/React.createElement("div", {
|
|
32
34
|
className: classNames("num-tag", {
|
|
@@ -87,7 +89,7 @@ var BasicInfo = function BasicInfo(props) {
|
|
|
87
89
|
className: "product-amount"
|
|
88
90
|
}, /*#__PURE__*/React.createElement("div", {
|
|
89
91
|
className: "total-amont"
|
|
90
|
-
}, formatAmount(total * num, 2, symbol)), origin_total && Number(total) !== Number(origin_total) ? /*#__PURE__*/React.createElement("div", {
|
|
92
|
+
}, formatAmount(total * num - (totalDifference !== null && totalDifference !== void 0 ? totalDifference : 0), 2, symbol)), origin_total && Number(total) !== Number(origin_total) ? /*#__PURE__*/React.createElement("div", {
|
|
91
93
|
className: "origin-amount"
|
|
92
94
|
}, formatAmount(origin_total * num, 2, symbol)) : null));
|
|
93
95
|
};
|
|
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
|
|
|
17
17
|
* @Author: WangHan
|
|
18
18
|
* @Date: 2024-11-22 10:58
|
|
19
19
|
*/
|
|
20
|
-
export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) =>
|
|
20
|
+
export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare type NativeProps<S extends string = never> = {
|
|
4
|
+
className?: string;
|
|
5
|
+
style?: React.CSSProperties & Partial<Record<S, string>>;
|
|
6
|
+
};
|
|
7
|
+
declare type PropagationEvent = 'click';
|
|
8
|
+
import './index.less';
|
|
9
|
+
declare type SideType = 'left' | 'right';
|
|
10
|
+
export declare type SwipeActionRef = {
|
|
11
|
+
close: () => void;
|
|
12
|
+
show: (side?: SideType) => void;
|
|
13
|
+
};
|
|
14
|
+
declare type ActionColor = 'light' | 'weak' | 'primary' | 'success' | 'warning' | 'danger';
|
|
15
|
+
export declare type Action = {
|
|
16
|
+
key: string | number;
|
|
17
|
+
text: ReactNode;
|
|
18
|
+
color?: ActionColor | string;
|
|
19
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
};
|
|
22
|
+
export declare type SwipeActionProps = {
|
|
23
|
+
rightActions?: Action[];
|
|
24
|
+
leftActions?: Action[];
|
|
25
|
+
onAction?: (action: Action, e: React.MouseEvent) => void;
|
|
26
|
+
closeOnTouchOutside?: boolean;
|
|
27
|
+
closeOnAction?: boolean;
|
|
28
|
+
children: ReactNode;
|
|
29
|
+
stopPropagation?: PropagationEvent[];
|
|
30
|
+
onActionsReveal?: (side: SideType) => void;
|
|
31
|
+
onClose?: () => void;
|
|
32
|
+
escapeDom?: string;
|
|
33
|
+
} & NativeProps<'--background'>;
|
|
34
|
+
export declare const SwipeAction: React.ForwardRefExoticComponent<{
|
|
35
|
+
rightActions?: Action[] | undefined;
|
|
36
|
+
leftActions?: Action[] | undefined;
|
|
37
|
+
onAction?: ((action: Action, e: React.MouseEvent) => void) | undefined;
|
|
38
|
+
closeOnTouchOutside?: boolean | undefined;
|
|
39
|
+
closeOnAction?: boolean | undefined;
|
|
40
|
+
children: ReactNode;
|
|
41
|
+
stopPropagation?: "click"[] | undefined;
|
|
42
|
+
onActionsReveal?: ((side: SideType) => void) | undefined;
|
|
43
|
+
onClose?: (() => void) | undefined;
|
|
44
|
+
escapeDom?: string | undefined;
|
|
45
|
+
} & NativeProps<"--background"> & React.RefAttributes<SwipeActionRef>>;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.product.card.discount.reason': string;
|
|
4
|
+
'pisell2.cart.sku-card.more': string;
|
|
5
|
+
'pisell2.cart.sku-card.packages.title': string;
|
|
6
|
+
'pisell2.cart.sku-card.sales.title': string;
|
|
7
|
+
'pisell2.cart.sku-card.actions.delete': string;
|
|
8
|
+
'pisell2.cart.sku-card.unassigned': string;
|
|
9
|
+
'pisell2.product.card.day': (val: number) => string;
|
|
10
|
+
'pisell2.product.card.day.event': (val: number) => string;
|
|
11
|
+
'pisell2.product.card.minute': (val: number) => string;
|
|
12
|
+
'pisell2.product.card.discount.note': string;
|
|
13
|
+
'pisell2.product.card.edit': string;
|
|
14
|
+
'pisell2.product.card.discount.add.note': string;
|
|
15
|
+
'pisell2.product.card.discount.edit.note': string;
|
|
16
|
+
'pisell2.product.card.confirm': string;
|
|
17
|
+
'pisell2.product.card.cancel': string;
|
|
18
|
+
'pisell2.product.card.note.pla': string;
|
|
19
|
+
'pisell2.product.card.items.package': string;
|
|
20
|
+
'pisell2.product.card.view-all': string;
|
|
21
|
+
'pisell2.product.card.view-less': string;
|
|
22
|
+
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
23
|
+
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
24
|
+
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
25
|
+
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
26
|
+
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
27
|
+
'pisell2.product.card.sales': string;
|
|
28
|
+
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
29
|
+
'pisell2.product.card.add.holder.modal.clear': string;
|
|
30
|
+
'pisell2.product.card.add.holder.modal.apply': string;
|
|
31
|
+
'pisell2.product.card.add.holder.modal.add': string;
|
|
32
|
+
'pisell2.product.card.closing-soon.warning': string;
|
|
33
|
+
};
|
|
34
|
+
'zh-CN': {
|
|
35
|
+
'pisell2.product.card.discount.reason': string;
|
|
36
|
+
'pisell2.cart.sku-card.more': string;
|
|
37
|
+
'pisell2.cart.sku-card.packages.title': string;
|
|
38
|
+
'pisell2.cart.sku-card.sales.title': string;
|
|
39
|
+
'pisell2.cart.sku-card.actions.delete': string;
|
|
40
|
+
'pisell2.cart.sku-card.unassigned': string;
|
|
41
|
+
'pisell2.product.card.edit': string;
|
|
42
|
+
'pisell2.product.card.day': (val: number) => string;
|
|
43
|
+
'pisell2.product.card.day.event': (val: number) => string;
|
|
44
|
+
'pisell2.product.card.minute': (val: number) => string;
|
|
45
|
+
'pisell2.product.card.discount.note': string;
|
|
46
|
+
'pisell2.product.card.discount.add.note': string;
|
|
47
|
+
'pisell2.product.card.discount.edit.note': string;
|
|
48
|
+
'pisell2.product.card.confirm': string;
|
|
49
|
+
'pisell2.product.card.cancel': string;
|
|
50
|
+
'pisell2.product.card.note.pla': string;
|
|
51
|
+
'pisell2.product.card.items.package': string;
|
|
52
|
+
'pisell2.product.card.view-all': string;
|
|
53
|
+
'pisell2.product.card.view-less': string;
|
|
54
|
+
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
55
|
+
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
56
|
+
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
57
|
+
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
58
|
+
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
59
|
+
'pisell2.product.card.sales': string;
|
|
60
|
+
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
61
|
+
'pisell2.product.card.add.holder.modal.clear': string;
|
|
62
|
+
'pisell2.product.card.add.holder.modal.apply': string;
|
|
63
|
+
'pisell2.product.card.add.holder.modal.add': string;
|
|
64
|
+
'pisell2.product.card.closing-soon.warning': string;
|
|
65
|
+
};
|
|
66
|
+
'zh-HK': {
|
|
67
|
+
'pisell2.product.card.discount.reason': string;
|
|
68
|
+
'pisell2.cart.sku-card.more': string;
|
|
69
|
+
'pisell2.cart.sku-card.packages.title': string;
|
|
70
|
+
'pisell2.cart.sku-card.sales.title': string;
|
|
71
|
+
'pisell2.cart.sku-card.actions.delete': string;
|
|
72
|
+
'pisell2.cart.sku-card.unassigned': string;
|
|
73
|
+
'pisell2.product.card.edit': string;
|
|
74
|
+
'pisell2.product.card.day': (val: number) => string;
|
|
75
|
+
'pisell2.product.card.day.event': (val: number) => string;
|
|
76
|
+
'pisell2.product.card.minute': (val: number) => string;
|
|
77
|
+
'pisell2.product.card.discount.note': string;
|
|
78
|
+
'pisell2.product.card.discount.add.note': string;
|
|
79
|
+
'pisell2.product.card.discount.edit.note': string;
|
|
80
|
+
'pisell2.product.card.confirm': string;
|
|
81
|
+
'pisell2.product.card.cancel': string;
|
|
82
|
+
'pisell2.product.card.note.pla': string;
|
|
83
|
+
'pisell2.product.card.items.package': string;
|
|
84
|
+
'pisell2.product.card.view-all': string;
|
|
85
|
+
'pisell2.product.card.view-less': string;
|
|
86
|
+
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
87
|
+
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
88
|
+
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
89
|
+
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
90
|
+
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
91
|
+
'pisell2.product.card.sales': string;
|
|
92
|
+
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
93
|
+
'pisell2.product.card.add.holder.modal.clear': string;
|
|
94
|
+
'pisell2.product.card.add.holder.modal.apply': string;
|
|
95
|
+
'pisell2.product.card.add.holder.modal.add': string;
|
|
96
|
+
'pisell2.product.card.closing-soon.warning': string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
export default _default;
|