@pisell/materials 3.3.40 → 3.3.41

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.
Files changed (124) hide show
  1. package/build/lowcode/index.js +1 -1
  2. package/build/lowcode/meta.js +7 -7
  3. package/build/lowcode/render/default/view.js +10 -10
  4. package/build/lowcode/view.js +10 -10
  5. package/es/components/DragSortList/index.js +6 -6
  6. package/es/components/classicLayout/index.js +4 -5
  7. package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
  8. package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
  9. package/es/components/date-picker/index.d.ts +1 -0
  10. package/es/components/div/index.d.ts +19 -0
  11. package/es/components/icon/index.js +5 -5
  12. package/es/components/list/index.js +6 -6
  13. package/es/components/page/index.d.ts +1 -0
  14. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
  15. package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
  16. package/es/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
  17. package/es/components/pisellDraggable/index.d.ts +35 -0
  18. package/es/components/pisellDropSort/PisellDropSort.d.ts +5 -0
  19. package/es/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
  20. package/es/components/pisellDropSort/types.d.ts +58 -0
  21. package/es/components/pisellGoodPassCard/index.d.ts +49 -0
  22. package/es/components/pisellMenu/PisellMenu.d.ts +11 -0
  23. package/es/components/pisellMenu/types.d.ts +27 -0
  24. package/es/components/pisellNavigationMenu/types.d.ts +85 -0
  25. package/es/components/pisellWalletPassCard/index.d.ts +1 -0
  26. package/es/components/productCard/utils.js +8 -6
  27. package/es/components/qrcode/index.js +1 -1
  28. package/es/components/sort/components/InlineMenu/index.js +1 -1
  29. package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
  30. package/es/components/table/Actions/component/ViewMode/index.js +1 -1
  31. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +4 -5
  32. package/es/components/table/Header/Buttons/index.js +5 -5
  33. package/es/components/table/Table/AddFieldModal/index.js +6 -6
  34. package/es/components/table/Table/SelectField/index.js +4 -4
  35. package/es/components/table/Table/fields/date/Edit/index.js +1 -1
  36. package/es/components/table/Table/fields/link/Edit/index.js +5 -5
  37. package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
  38. package/es/components/table/Table/fields/search/filterUtil/index.js +0 -1
  39. package/es/components/table/Table/fields/text/Show/index.js +4 -4
  40. package/es/components/table/Table/fields/text/filterUtil/index.js +0 -1
  41. package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
  42. package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
  43. package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
  44. package/es/components/table/Table/utils.d.ts +1 -1
  45. package/es/components/table/hooks/useMergeColumnSetting.js +1 -2
  46. package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
  47. package/es/components/table/hooks/useTransFilterSetting.js +5 -5
  48. package/es/components/translation/index.d.ts +4 -3
  49. package/es/components/translation/index.js +24 -22
  50. package/es/components/translation/utils.js +5 -5
  51. package/es/hooks/useResponsive.js +2 -2
  52. package/es/utils/hoc.js +1 -1
  53. package/es/utils/miniRedux.js +8 -9
  54. package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
  55. package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
  56. package/lib/components/date-picker/index.d.ts +1 -0
  57. package/lib/components/div/index.d.ts +19 -0
  58. package/lib/components/lowCodePage/index.js +1 -2
  59. package/lib/components/page/index.d.ts +1 -0
  60. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
  61. package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
  62. package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
  63. package/lib/components/pisellDraggable/index.d.ts +35 -0
  64. package/lib/components/pisellDropSort/PisellDropSort.d.ts +5 -0
  65. package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
  66. package/lib/components/pisellDropSort/types.d.ts +58 -0
  67. package/lib/components/pisellGoodPassCard/index.d.ts +49 -0
  68. package/lib/components/pisellMenu/PisellMenu.d.ts +11 -0
  69. package/lib/components/pisellMenu/types.d.ts +27 -0
  70. package/lib/components/pisellNavigationMenu/types.d.ts +85 -0
  71. package/lib/components/pisellWalletPassCard/index.d.ts +1 -0
  72. package/lib/components/productCard/utils.js +7 -6
  73. package/lib/components/table/Table/fields/date/filterUtil/index.js +3 -6
  74. package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +4 -8
  75. package/lib/components/table/Table/fields/utils/index.js +1 -2
  76. package/lib/components/table/Table/utils.d.ts +1 -1
  77. package/lib/components/translation/index.d.ts +4 -3
  78. package/lib/components/translation/index.js +1 -0
  79. package/lib/hooks/useResponsive.js +3 -6
  80. package/package.json +3 -3
  81. package/dist/umd/materials.min.css +0 -1
  82. package/dist/umd/materials.min.js +0 -1
  83. package/dist/umd/static/DotsSix.57d66266.svg +0 -1
  84. package/dist/umd/static/arrow-left.e542294f.svg +0 -1
  85. package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
  86. package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
  87. package/dist/umd/static/help-circle.31c9be40.svg +0 -1
  88. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
  89. package/es/components/appVersionControl/index.d.ts +0 -4
  90. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
  91. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -78
  92. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -24
  93. package/es/components/drag-sort-tree/index.d.ts +0 -4
  94. package/es/components/pisell-config-provider/index.d.ts +0 -12
  95. package/es/components/pisellAdjustPrice/index.d.ts +0 -9
  96. package/es/components/pisellEmpty/index.d.ts +0 -19
  97. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  98. package/es/components/productCard/status.d.ts +0 -32
  99. package/es/components/productCard/types.d.ts +0 -83
  100. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  101. package/es/components/table/Table/index.d.ts +0 -4
  102. package/es/components/table/types.d.ts +0 -251
  103. package/es/components/versionModal/index.d.ts +0 -23
  104. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -22
  105. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  106. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
  107. package/lib/components/appVersionControl/index.d.ts +0 -4
  108. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
  109. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -78
  110. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -24
  111. package/lib/components/drag-sort-tree/index.d.ts +0 -4
  112. package/lib/components/pisell-config-provider/index.d.ts +0 -12
  113. package/lib/components/pisellAdjustPrice/index.d.ts +0 -9
  114. package/lib/components/pisellEmpty/index.d.ts +0 -19
  115. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  116. package/lib/components/productCard/status.d.ts +0 -32
  117. package/lib/components/productCard/types.d.ts +0 -83
  118. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  119. package/lib/components/table/Table/index.d.ts +0 -4
  120. package/lib/components/table/types.d.ts +0 -251
  121. package/lib/components/versionModal/index.d.ts +0 -23
  122. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -22
  123. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  124. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
@@ -1,9 +1,9 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
7
  import { DndContext, PointerSensor, useSensor, useSensors } from "@dnd-kit/core";
8
8
  import { SortableContext, arrayMove, useSortable } from "@dnd-kit/sortable";
9
9
  import { CSS } from "@dnd-kit/utilities";
@@ -41,7 +41,7 @@ export default function Sortable(_ref) {
41
41
  var overIndex = list === null || list === void 0 ? void 0 : list.findIndex(function (i) {
42
42
  return getRowKey(i) === (over === null || over === void 0 ? void 0 : over.id);
43
43
  });
44
- onChange === null || onChange === void 0 ? void 0 : onChange(arrayMove(list, activeIndex, overIndex));
44
+ onChange === null || onChange === void 0 || onChange(arrayMove(list, activeIndex, overIndex));
45
45
  }
46
46
  },
47
47
  sensors: sensors
@@ -1,13 +1,12 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
4
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import React from "react";
6
6
  import classNames from "classnames";
7
7
  import "./index.less";
8
8
  var prefix = "pisell-lowcode-";
9
9
  var ClassicLayout = function ClassicLayout(props) {
10
- var _classNames2;
11
10
  var header = props.header,
12
11
  content = props.content,
13
12
  footer = props.footer,
@@ -22,7 +21,7 @@ var ClassicLayout = function ClassicLayout(props) {
22
21
  }, /*#__PURE__*/React.createElement("header", {
23
22
  className: classNames(_defineProperty({}, "".concat(prefix, "claseic-layout-fixed-header"), fixedHeader))
24
23
  }, header), content, /*#__PURE__*/React.createElement("footer", {
25
- className: classNames((_classNames2 = {}, _defineProperty(_classNames2, "".concat(prefix, "claseic-layout-fixed-footer"), fixedFooter), _defineProperty(_classNames2, footerClassName, footerClassName), _classNames2)),
24
+ className: classNames(_defineProperty(_defineProperty({}, "".concat(prefix, "claseic-layout-fixed-footer"), fixedFooter), footerClassName, footerClassName)),
26
25
  style: footerStyle
27
26
  }, footer));
28
27
  };
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { PisellMenuProps } from '../../pisellMenu/types';
3
+ /**
4
+ * @title: 数据源表单组件
5
+ * @description: 基于数据源动态生成表单,支持编辑、查看、禁用三种模式
6
+ */
7
+ declare const DataSourceMenu: React.ForwardRefExoticComponent<PisellMenuProps & React.RefAttributes<any>>;
8
+ export default DataSourceMenu;
@@ -59,13 +59,11 @@ declare const formFieldMap: {
59
59
  FormItemTranslation: import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
60
60
  FormItemIconSelect: import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
61
61
  };
62
- declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
62
+ declare const getFieldComponent: (fieldComponent: string) => (import("react").FC<{}> & {
63
63
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
64
64
  } & {
65
65
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
66
- }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
67
- onChange: (value: string) => void;
68
- } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
66
+ }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
69
67
  JSON: import("react").FC<any>;
70
68
  Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
71
69
  TextArea: import("react").FC<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
@@ -85,7 +83,7 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
85
83
  name?: string | undefined;
86
84
  fieldKey?: string | undefined;
87
85
  } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
88
- }) | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
86
+ }) | (import("react").FC<{}> & {
89
87
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
90
88
  } & {
91
89
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
@@ -97,5 +95,7 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
97
95
  extraParams?: Record<string, any> | undefined;
98
96
  } & {
99
97
  dataSource?: any;
100
- }) => JSX.Element) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
98
+ }) => JSX.Element) | import("react").FC<any> | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
99
+ onChange: (value: string) => void;
100
+ } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
101
101
  export { getFieldComponent, formFieldMap };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DatePicker: (props: any) => JSX.Element;
2
3
  export default DatePicker;
@@ -0,0 +1,19 @@
1
+ import React from "react";
2
+ export interface DivProps {
3
+ /** 基础类名,默认为 'div' */
4
+ baseClassName?: string;
5
+ /** 自定义类名,会与 baseClassName 合并 */
6
+ className?: string;
7
+ /** 渲染函数,优先级高于 children */
8
+ render?: () => React.ReactNode;
9
+ /** 子元素 */
10
+ children?: React.ReactNode;
11
+ /** 内联样式 */
12
+ style?: React.CSSProperties;
13
+ /** 收集其他需要传递给 div 的 props */
14
+ others?: any;
15
+ /** 其他自定义属性 */
16
+ [key: string]: any;
17
+ }
18
+ declare const _default: React.NamedExoticComponent<DivProps>;
19
+ export default _default;
@@ -1,11 +1,11 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  var _excluded = ["type", "size", "color"];
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
6
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
9
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
10
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
11
  import React, { forwardRef } from 'react';
@@ -1,8 +1,8 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  var _excluded = ["className", "paginationType", "pagination", "footer", "header", "listHeight", "loadMoreData", "arrow"];
3
3
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
5
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
4
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
5
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6
6
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
7
7
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
8
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
@@ -47,7 +47,7 @@ var List = function List(props) {
47
47
  var position = useScroll(listRef);
48
48
  var isShowDownArrow = useMemo(function () {
49
49
  var _listRef$current, _listRef$current2;
50
- return arrow && (listRef === null || listRef === void 0 ? void 0 : listRef.current) && ((position === null || position === void 0 ? void 0 : position.top) || 0) + (listRef === null || listRef === void 0 ? void 0 : (_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : _listRef$current.clientHeight) < ((_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 ? void 0 : _listRef$current2.scrollHeight);
50
+ return arrow && (listRef === null || listRef === void 0 ? void 0 : listRef.current) && ((position === null || position === void 0 ? void 0 : position.top) || 0) + (listRef === null || listRef === void 0 || (_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : _listRef$current.clientHeight) < ((_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 ? void 0 : _listRef$current2.scrollHeight);
51
51
  }, [position, arrow]);
52
52
  var isShowUpArrow = useMemo(function () {
53
53
  return arrow && ((position === null || position === void 0 ? void 0 : position.top) || 0) > 0;
@@ -90,13 +90,13 @@ var List = function List(props) {
90
90
  }),
91
91
  scrollableTarget: scrollListId
92
92
  }, /*#__PURE__*/React.createElement(AntList, _extends({}, others, {
93
- className: classNames(className, _defineProperty({}, "".concat(prefix, "list-one-line-wrap"), props === null || props === void 0 ? void 0 : (_props$grid = props.grid) === null || _props$grid === void 0 ? void 0 : _props$grid.oneLine))
93
+ className: classNames(className, _defineProperty({}, "".concat(prefix, "list-one-line-wrap"), props === null || props === void 0 || (_props$grid = props.grid) === null || _props$grid === void 0 ? void 0 : _props$grid.oneLine))
94
94
  }))), isShowDownArrow && downArrow), _footer && /*#__PURE__*/React.createElement("div", {
95
95
  className: "".concat(prefix, "scroll-footer-wrap")
96
96
  }, _footer));
97
97
  }
98
98
  return /*#__PURE__*/React.createElement(AntList, _extends({}, props, {
99
- className: classNames(className, _defineProperty({}, "".concat(prefix, "list-one-line-wrap"), props === null || props === void 0 ? void 0 : (_props$grid2 = props.grid) === null || _props$grid2 === void 0 ? void 0 : _props$grid2.oneLine))
99
+ className: classNames(className, _defineProperty({}, "".concat(prefix, "list-one-line-wrap"), props === null || props === void 0 || (_props$grid2 = props.grid) === null || _props$grid2 === void 0 ? void 0 : _props$grid2.oneLine))
100
100
  }));
101
101
  }, [props, _footer, isShowDownArrow, isShowUpArrow, scrollListId]);
102
102
  return list;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ConfigProviderProps } from '../config-provider';
2
3
  interface PageProps extends ConfigProviderProps {
3
4
  }
@@ -0,0 +1,9 @@
1
+ import type { UniqueIdentifier } from '@dnd-kit/core';
2
+ import React from 'react';
3
+ import { Props as TreeItemProps } from './TreeItem';
4
+ interface Props extends TreeItemProps {
5
+ id: UniqueIdentifier;
6
+ __designMode?: string;
7
+ }
8
+ declare const _default: React.MemoExoticComponent<({ id, depth, ...props }: Props) => JSX.Element>;
9
+ export default _default;
@@ -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,2 @@
1
+ export { TreeItem } from './TreeItem';
2
+ export { default as SortableTreeItem } from './SortableTreeItem';
@@ -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,5 @@
1
+ import React from 'react';
2
+ import { PisellDropSortProps } from './types';
3
+ import './PisellDropSort.less';
4
+ declare const PisellDropSort: React.FC<PisellDropSortProps>;
5
+ export default PisellDropSort;
@@ -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,49 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ interface ApplicableProductDetails {
4
+ amount: string;
5
+ type: string;
6
+ resource_id: number;
7
+ title: string;
8
+ original_amount: string;
9
+ }
10
+ interface Discount {
11
+ id: number;
12
+ product_name: string;
13
+ encoded: string;
14
+ code: string;
15
+ tag: string;
16
+ expire_time?: string;
17
+ product_id: number;
18
+ relation_type: string;
19
+ par_value: string;
20
+ used_par_value: string;
21
+ limit_status: string;
22
+ limited_relation_product_data: any;
23
+ balance: string;
24
+ format_title: any;
25
+ product: any;
26
+ savedAmount: number;
27
+ isDisabled: boolean;
28
+ isSelected?: boolean;
29
+ isAvailable?: boolean;
30
+ isUsed?: boolean;
31
+ applicableProductIds?: number[];
32
+ applicableProductDetails: ApplicableProductDetails[];
33
+ appliedProductDetails: any[];
34
+ }
35
+ export interface PisellGoodPassCardProps {
36
+ /**数据源 */
37
+ dataSource: Array<Discount>;
38
+ /**事件 */
39
+ onChange?: (current: {
40
+ id: string | number;
41
+ isSelected: boolean;
42
+ }) => void;
43
+ /**样式 */
44
+ style: React.CSSProperties;
45
+ /**快捷展示排序 */
46
+ mixedSort?: (val: Discount[]) => Discount[];
47
+ }
48
+ declare const index: (props: PisellGoodPassCardProps) => JSX.Element;
49
+ export default index;
@@ -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
+ }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  export interface PisellWalletPassCardProps {
3
4
  id: number;
@@ -60,6 +60,8 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
60
60
  var utils = context.appHelper.utils || {};
61
61
  var locale = (item === null || item === void 0 ? void 0 : item.locale) || (utils === null || utils === void 0 || (_utils$storage = utils.storage) === null || _utils$storage === void 0 ? void 0 : _utils$storage.get('umi_locale')) || 'en-US';
62
62
  var isEn = locale === 'en-US' || locale === 'en';
63
+ // 灵活时长, 默认按分钟计算
64
+ var durationType = (item === null || item === void 0 ? void 0 : item.duration_type) === 'flexible' ? 'minutes' : item === null || item === void 0 ? void 0 : item.duration_type;
63
65
  var localeTypes = {
64
66
  'en-US': 'en',
65
67
  'zh-CN': 'zh-cn',
@@ -71,7 +73,7 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
71
73
  var diffInDays = (item === null || item === void 0 ? void 0 : item.custom_day_count) || endDate.diff(startDate, 'day');
72
74
 
73
75
  // 1.2时间格式, 同天显示 年月日 开始 - 结束, 不同天 年月日 开始 - 年月日 结束
74
- if (item !== null && item !== void 0 && item.duration_type) {
76
+ if (durationType) {
75
77
  var sameDay = startDate.isSame(endDate, 'day');
76
78
  var dateFormat = isEn ? 'DD/MM/YYYY' : 'YYYY-MM-DD';
77
79
  var timeFormat = 'HH:mm';
@@ -98,14 +100,14 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
98
100
  }
99
101
  var startDateTime = "".concat(startDate.format('YYYY-MM-DD'), " ").concat(startTime);
100
102
  var endDateTime = "".concat(endDate.format('YYYY-MM-DD'), " ").concat(endTime);
101
- var _duration = dayjs(endDateTime).diff(dayjs(startDateTime), item === null || item === void 0 ? void 0 : item.duration_type);
103
+ var _duration = dayjs(endDateTime).diff(dayjs(startDateTime), durationType);
102
104
  var durationText = '';
103
- if ((item === null || item === void 0 ? void 0 : item.duration_type) === 'minutes') {
105
+ if (durationType === 'minutes') {
104
106
  // 转为小时+分钟
105
107
  var hours = Math.floor(_duration / 60);
106
108
  var minutes = _duration % 60;
107
109
  durationText = locales.getText('pisell2.product.card.hour.minute')(hours, minutes);
108
- } else if ((item === null || item === void 0 ? void 0 : item.duration_type) === 'days') {
110
+ } else if (durationType === 'days') {
109
111
  durationText = locales.getText('pisell2.product.card.day')(_duration);
110
112
  } else {
111
113
  durationText = "".concat(_duration);
@@ -127,7 +129,7 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
127
129
  }
128
130
 
129
131
  // 显示时长分钟
130
- if ((item === null || item === void 0 ? void 0 : item.duration_type) === 'minutes') {
132
+ if (durationType === 'minutes') {
131
133
  diffInDays = endDate.diff(startDate, 'minute');
132
134
  }
133
135
  var date = "".concat(startDate.format(_format), " ~ ").concat(endDate.format(_format));
@@ -141,7 +143,7 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
141
143
  'minutes': locales.getText('pisell2.product.card.minute')(diffInDays),
142
144
  'event': locales.getText('pisell2.product.card.day.event')(diffInDays)
143
145
  };
144
- text = (textTypes === null || textTypes === void 0 ? void 0 : textTypes[item === null || item === void 0 ? void 0 : item.duration_type]) || text;
146
+ text = (textTypes === null || textTypes === void 0 ? void 0 : textTypes[durationType]) || text;
145
147
  var duration = "".concat(diffInDays).concat(text);
146
148
  return "".concat(date, " (").concat(duration, ")");
147
149
  };