@pisell/materials 1.0.870 → 1.0.871
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +144 -144
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +23 -32
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +23 -32
- package/es/components/batch-editor/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +98 -0
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +16 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +16 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +11 -11
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/page/index.d.ts +1 -0
- package/es/components/pisellInput/index.d.ts +1 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/es/components/pisellModal/components/index.d.ts +1 -0
- package/es/components/pisellWalletPassCard/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +43 -0
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.js +282 -0
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.less +38 -0
- package/es/components/productCard/cartSkuCard/index.d.ts +1 -0
- package/es/components/productCard/cartSkuCard/index.js +26 -9
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/es/components/productCard/components/Warning/index.d.ts +7 -0
- package/es/components/productCard/index.d.ts +7 -0
- package/es/components/productCard/utils.d.ts +31 -0
- package/es/components/select-time/index.d.ts +1 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/es/components/table/Actions/component/Group/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/es/components/table/Gallery/index.d.ts +5 -0
- package/es/components/table/Table/fields/date/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/image/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/number/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/utils.d.ts +173 -0
- package/es/components/table/hooks/useTableSetting.d.ts +22 -0
- package/es/components/table/hooks/useTransDataSource.d.ts +12 -0
- package/es/components/versionSelect/index.d.ts +1 -0
- package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
- package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/es/index.d.ts +142 -0
- package/lib/components/batch-editor/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +98 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +16 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +16 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +11 -11
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/pisellInput/index.d.ts +1 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
- package/lib/components/pisellModal/components/index.d.ts +1 -0
- package/lib/components/pisellWalletPassCard/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +43 -0
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.js +325 -0
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.less +38 -0
- package/lib/components/productCard/cartSkuCard/index.d.ts +1 -0
- package/lib/components/productCard/cartSkuCard/index.js +27 -13
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/lib/components/productCard/components/Warning/index.d.ts +7 -0
- package/lib/components/productCard/index.d.ts +7 -0
- package/lib/components/productCard/utils.d.ts +31 -0
- package/lib/components/select-time/index.d.ts +1 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/lib/components/table/Gallery/index.d.ts +5 -0
- package/lib/components/table/Table/fields/date/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/image/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/number/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/search/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/utils.d.ts +173 -0
- package/lib/components/table/hooks/useTableSetting.d.ts +22 -0
- package/lib/components/table/hooks/useTransDataSource.d.ts +12 -0
- package/lib/components/versionSelect/index.d.ts +1 -0
- package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
- package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/lib/index.d.ts +142 -0
- package/package.json +6 -4
- package/es/components/iconfont/index.d.ts +0 -8
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -96
- package/lib/components/iconfont/index.d.ts +0 -8
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -96
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
.pisell-swipe-action {
|
|
2
|
+
--background: var(--adm-color-background);
|
|
3
|
+
background: var(--background);
|
|
4
|
+
cursor: grab;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
touch-action: pan-y;
|
|
7
|
+
&-track {
|
|
8
|
+
position: relative;
|
|
9
|
+
overflow: visible;
|
|
10
|
+
}
|
|
11
|
+
&-content {
|
|
12
|
+
}
|
|
13
|
+
&-actions {
|
|
14
|
+
position: absolute;
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
align-items: stretch;
|
|
18
|
+
width: auto;
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
&-right {
|
|
21
|
+
left: 100%;
|
|
22
|
+
top: 0;
|
|
23
|
+
height: 100%;
|
|
24
|
+
}
|
|
25
|
+
&-left {
|
|
26
|
+
right: 100%;
|
|
27
|
+
top: 0;
|
|
28
|
+
height: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
&-action-button {
|
|
32
|
+
--border-radius: 0;
|
|
33
|
+
--border-width: 0;
|
|
34
|
+
--text-color: var(--adm-color-text-light-solid);
|
|
35
|
+
padding-left: 4px;
|
|
36
|
+
padding-right: 4px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -2,6 +2,7 @@ import './index.less';
|
|
|
2
2
|
import { ProductCardTypes } from '../types';
|
|
3
3
|
interface ISKUCardProps extends ProductCardTypes {
|
|
4
4
|
type: 'a2' | 'a5';
|
|
5
|
+
rightActions: any[];
|
|
5
6
|
}
|
|
6
7
|
export declare const PREFIX = "pisell-cart-sku-card";
|
|
7
8
|
declare const CartSkuCard: (props: ISKUCardProps) => JSX.Element;
|
|
@@ -1,16 +1,21 @@
|
|
|
1
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
|
-
var _excluded = ["dataSource", "isShowImage", "isShowHolder", "isShowNote", "isShowDelete", "isShowPackageNote", "isShowEditProduct", "onEditProduct", "onAction", "onDelete", "onNote", "onLike", "onCard", "onChangeResource", "onChangeHolder", "type"];
|
|
2
|
+
var _excluded = ["dataSource", "isShowImage", "isShowHolder", "isShowNote", "isShowDelete", "isShowPackageNote", "isShowEditProduct", "onEditProduct", "onAction", "onDelete", "onNote", "onLike", "onCard", "onChangeResource", "onChangeHolder", "type", "rightActions"];
|
|
3
3
|
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; }
|
|
4
4
|
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; }
|
|
5
5
|
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; }
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
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); }
|
|
8
8
|
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); }
|
|
9
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
10
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
11
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
12
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
13
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
14
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
15
|
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
16
|
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
17
|
import React, { useMemo, useRef } from 'react';
|
|
12
18
|
import classNames from 'classnames';
|
|
13
|
-
import { SwipeAction } from 'antd-mobile';
|
|
14
19
|
import { image as imageAli, locales } from '@pisell/utils';
|
|
15
20
|
import localeTexts from "./locales";
|
|
16
21
|
import BasicInfo from "./components/basicInfo";
|
|
@@ -20,6 +25,7 @@ import TimeRange from "./components/timeRange";
|
|
|
20
25
|
import Resources from "./components/resources";
|
|
21
26
|
import Packages from "./components/packages";
|
|
22
27
|
import Sales from "./components/sales";
|
|
28
|
+
import { SwipeAction } from "./components/swipeAction";
|
|
23
29
|
import "./index.less";
|
|
24
30
|
import Iconfont from "../../iconfont";
|
|
25
31
|
import useEngineContext from "../../../hooks/useEngineContext";
|
|
@@ -55,6 +61,8 @@ var CartSkuCard = function CartSkuCard(props) {
|
|
|
55
61
|
onChangeResource = props.onChangeResource,
|
|
56
62
|
onChangeHolder = props.onChangeHolder,
|
|
57
63
|
type = props.type,
|
|
64
|
+
_props$rightActions = props.rightActions,
|
|
65
|
+
rightActions = _props$rightActions === void 0 ? [] : _props$rightActions,
|
|
58
66
|
other = _objectWithoutProperties(props, _excluded);
|
|
59
67
|
var useOpenNoteRef = useRef();
|
|
60
68
|
var context = useEngineContext();
|
|
@@ -62,10 +70,17 @@ var CartSkuCard = function CartSkuCard(props) {
|
|
|
62
70
|
console.log('prodcut props', props);
|
|
63
71
|
var isShowAction = dataSource.isShowAction,
|
|
64
72
|
actionText = dataSource.actionText;
|
|
65
|
-
var
|
|
73
|
+
var _rightActions = useMemo(function () {
|
|
66
74
|
var deleteAction = {
|
|
67
75
|
key: 'delete',
|
|
68
|
-
text: /*#__PURE__*/React.createElement(
|
|
76
|
+
text: /*#__PURE__*/React.createElement("div", {
|
|
77
|
+
style: {
|
|
78
|
+
display: 'flex',
|
|
79
|
+
justifyContent: 'center',
|
|
80
|
+
alignItems: 'center',
|
|
81
|
+
color: 'white'
|
|
82
|
+
}
|
|
83
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
|
69
84
|
type: "pisell2-trash-01",
|
|
70
85
|
style: {
|
|
71
86
|
fontSize: 20,
|
|
@@ -73,7 +88,8 @@ var CartSkuCard = function CartSkuCard(props) {
|
|
|
73
88
|
}
|
|
74
89
|
}), /*#__PURE__*/React.createElement("span", {
|
|
75
90
|
style: {
|
|
76
|
-
fontSize: 12
|
|
91
|
+
fontSize: 12,
|
|
92
|
+
fontWeight: 500
|
|
77
93
|
}
|
|
78
94
|
}, locales.getText('pisell2.cart.sku-card.actions.delete'))),
|
|
79
95
|
color: 'danger',
|
|
@@ -83,12 +99,12 @@ var CartSkuCard = function CartSkuCard(props) {
|
|
|
83
99
|
onDelete === null || onDelete === void 0 || onDelete(dataSource);
|
|
84
100
|
}
|
|
85
101
|
};
|
|
86
|
-
var actions =
|
|
102
|
+
var actions = _toConsumableArray(rightActions);
|
|
87
103
|
if (isShowDelete) {
|
|
88
|
-
actions.
|
|
104
|
+
actions.unshift(deleteAction);
|
|
89
105
|
}
|
|
90
106
|
return actions;
|
|
91
|
-
}, [dataSource, onDelete, isShowDelete]);
|
|
107
|
+
}, [dataSource, onDelete, isShowDelete, rightActions]);
|
|
92
108
|
var hideDivider = useMemo(function () {
|
|
93
109
|
var bundle = dataSource.bundle,
|
|
94
110
|
relation_products = dataSource.relation_products;
|
|
@@ -174,8 +190,9 @@ var CartSkuCard = function CartSkuCard(props) {
|
|
|
174
190
|
return renderA2();
|
|
175
191
|
};
|
|
176
192
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SwipeAction, {
|
|
193
|
+
closeOnAction: false,
|
|
177
194
|
className: classNames("".concat(PREFIX, "-wrapper")),
|
|
178
|
-
rightActions:
|
|
195
|
+
rightActions: _rightActions
|
|
179
196
|
}, /*#__PURE__*/React.createElement("div", {
|
|
180
197
|
className: classNames(PREFIX, "".concat(PREFIX, "--").concat(type)),
|
|
181
198
|
onClick: function onClick(e) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import './index.less';
|
|
2
|
+
interface ResourceItem {
|
|
3
|
+
id: string | number;
|
|
4
|
+
label: string;
|
|
5
|
+
isError?: boolean;
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
}
|
|
8
|
+
interface SelectResourceProps {
|
|
9
|
+
lists: ResourceItem[];
|
|
10
|
+
value: any;
|
|
11
|
+
onChange: (val: any) => void;
|
|
12
|
+
resourceMode?: 'multiple' | 'tags' | undefined;
|
|
13
|
+
maxLength?: number;
|
|
14
|
+
isParallelResource?: boolean;
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}
|
|
17
|
+
declare const SelectResource: ({ lists, value, onChange, resourceMode, allowClear, onClearResource, maxLength, isErrorResource, resourceErrorText, ...props }: SelectResourceProps) => JSX.Element;
|
|
18
|
+
export default SelectResource;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import 'dayjs/locale/zh-cn';
|
|
2
|
+
import 'dayjs/locale/en';
|
|
3
|
+
import 'dayjs/locale/zh-tw';
|
|
4
|
+
/**
|
|
5
|
+
* @title: 是否英文
|
|
6
|
+
* @description:
|
|
7
|
+
* @param {any} item
|
|
8
|
+
* @return {*}
|
|
9
|
+
* @Author: WangHan
|
|
10
|
+
* @Date: 2024-12-28 22:49
|
|
11
|
+
*/
|
|
12
|
+
export declare const isEn: (item: any) => boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @title: 跨日预约时间
|
|
15
|
+
* @description:
|
|
16
|
+
* @param {any} item
|
|
17
|
+
* @return {*}
|
|
18
|
+
* @Author: WangHan
|
|
19
|
+
* @Date: 2024-12-28 22:50
|
|
20
|
+
*/
|
|
21
|
+
export declare const formatMultiDayDate: (item: any) => string;
|
|
22
|
+
/**
|
|
23
|
+
* @title: 格式化服务的 开始时间-结束时间-时长, 用于展示
|
|
24
|
+
* @description:
|
|
25
|
+
* @param {any} item
|
|
26
|
+
* @param {any} currentDate
|
|
27
|
+
* @return {*}
|
|
28
|
+
* @Author: zhiwei.Wang
|
|
29
|
+
* @Date: 2024-04-26 14:04
|
|
30
|
+
*/
|
|
31
|
+
export declare const getServiceTime: (item: any, currentDate: any) => string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { GallerySettingType, GallerySettingValueType } from "../../../types";
|
|
3
|
+
import "./index.less";
|
|
4
|
+
declare type GalleryItemProps = {
|
|
5
|
+
record: Record<string, any>;
|
|
6
|
+
gallery: GallerySettingType;
|
|
7
|
+
columnsMap: Map<string, Record<string, any>>;
|
|
8
|
+
index: number;
|
|
9
|
+
gallerySetting: GallerySettingValueType;
|
|
10
|
+
columns: Record<string, any>[];
|
|
11
|
+
onClick: React.MouseEventHandler<HTMLDivElement>;
|
|
12
|
+
};
|
|
13
|
+
declare const GalleryItem: (props: GalleryItemProps) => JSX.Element;
|
|
14
|
+
export default GalleryItem;
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { GroupValue } from "../Actions/component/Group/PopoverContent";
|
|
2
|
+
import { FilterItemProps, FilterType } from "../../filter/types";
|
|
3
|
+
import { ColumnSettingType, DataSourceGroupType, GallerySettingValueType, ModeType, SortType } from "../types";
|
|
4
|
+
export declare const getHash: (obj: any) => any;
|
|
5
|
+
export declare const calcFilterSort: ({ dataSource, filter, sort, columns }: any) => any;
|
|
6
|
+
/**
|
|
7
|
+
* 合并列设置
|
|
8
|
+
* @param defaultColumns 默认列设置
|
|
9
|
+
* @param tableId 表ID
|
|
10
|
+
* @returns 合并后的列设置
|
|
11
|
+
*/
|
|
12
|
+
export declare const mergeColumnSetting: ({ columns, tableId, currentViewMode, }: {
|
|
13
|
+
columns: Record<string, any>[];
|
|
14
|
+
tableId?: string | undefined;
|
|
15
|
+
currentViewMode: ModeType;
|
|
16
|
+
}) => {
|
|
17
|
+
isShow: boolean;
|
|
18
|
+
}[] | ({
|
|
19
|
+
width: any;
|
|
20
|
+
isShow: any;
|
|
21
|
+
sortIndex: number;
|
|
22
|
+
} | {
|
|
23
|
+
isShow: boolean;
|
|
24
|
+
sortIndex: number;
|
|
25
|
+
})[];
|
|
26
|
+
/**
|
|
27
|
+
* 对数据源进行排序
|
|
28
|
+
* @param dataSource 数据源数组
|
|
29
|
+
* @param sortObj 排序对象,包含排序的键、值和类型
|
|
30
|
+
* @returns 排序后的数据源数组
|
|
31
|
+
*/
|
|
32
|
+
export declare const sortDataSource: (dataSource: Record<string, any>[], sortObj: {
|
|
33
|
+
sortKey: string;
|
|
34
|
+
sortValue: "asc" | "desc";
|
|
35
|
+
sortType: "date" | "string" | "number";
|
|
36
|
+
}) => Record<string, any>[];
|
|
37
|
+
/**
|
|
38
|
+
* 根据行键获取 ID
|
|
39
|
+
* @param item 记录对象
|
|
40
|
+
* @param rowKey 行键,可以是字符串或函数
|
|
41
|
+
* @returns 返回 ID
|
|
42
|
+
*/
|
|
43
|
+
export declare const getIdByRowKey: (item: Record<string, any>, rowKey: string | ((params: any) => string)) => any;
|
|
44
|
+
/**
|
|
45
|
+
* 根据分组条件对数据源进行分组
|
|
46
|
+
* @param dataSource 数据源
|
|
47
|
+
* @param group 分组条件
|
|
48
|
+
* @param rowKey 行键生成函数或字符串
|
|
49
|
+
* @returns 返回分组后的数据源
|
|
50
|
+
*/
|
|
51
|
+
export declare const groupDataSource: (dataSource: Record<string, any>[], group: GroupValue, rowKey: string | ((params: any) => string)) => Record<string, any>[];
|
|
52
|
+
declare type ViewSetting = {
|
|
53
|
+
order_by: string;
|
|
54
|
+
group_by: GroupValue;
|
|
55
|
+
column_setting: Record<string, any>[];
|
|
56
|
+
gallery_setting: GallerySettingValueType;
|
|
57
|
+
filters: any;
|
|
58
|
+
filter_setting: {
|
|
59
|
+
quickFilter: FilterItemProps[];
|
|
60
|
+
otherFilter: FilterItemProps[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* 本地存储的表格设置对象
|
|
65
|
+
*/
|
|
66
|
+
declare type TableSettingObjType = {
|
|
67
|
+
view_mode: ModeType;
|
|
68
|
+
currentSettingHash: string;
|
|
69
|
+
} & {
|
|
70
|
+
[K in ModeType]: ViewSetting;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* 将表格设置保存到本地存储
|
|
74
|
+
* @param tableId 表格id
|
|
75
|
+
* @param tableSettingObj 表格设置对象
|
|
76
|
+
*/
|
|
77
|
+
export declare const setTableSettingToLocalStorage: ({ tableId, tableSettingObj, currentViewMode, currentSettingHash, }: {
|
|
78
|
+
tableId: string;
|
|
79
|
+
tableSettingObj: Partial<ViewSetting & {
|
|
80
|
+
view_mode: ModeType;
|
|
81
|
+
}>;
|
|
82
|
+
currentViewMode: ModeType;
|
|
83
|
+
currentSettingHash: string;
|
|
84
|
+
}) => {
|
|
85
|
+
key: string;
|
|
86
|
+
value: Record<string, any>;
|
|
87
|
+
} | undefined;
|
|
88
|
+
export declare const clearTableSettingToLocalStorage: (tableId?: string) => void;
|
|
89
|
+
/**
|
|
90
|
+
* 从本地存储中获取表格设置, 全部配置
|
|
91
|
+
* @param tableId 表格ID
|
|
92
|
+
* @returns 表格设置对象
|
|
93
|
+
*/
|
|
94
|
+
export declare const getTableSettingFromLocalStorage: (tableId?: string) => Partial<TableSettingObjType>;
|
|
95
|
+
/**
|
|
96
|
+
* 从LocalStorage读取表当前视图模式
|
|
97
|
+
* @param tableId
|
|
98
|
+
*/
|
|
99
|
+
export declare const getCurrentViewModeFromLocalStorage: (tableId?: string) => ModeType | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* 根据视图模式获取配置
|
|
102
|
+
* @param tableId
|
|
103
|
+
* @param currentViewMode
|
|
104
|
+
*/
|
|
105
|
+
export declare const getTableSettingByCurrentViewMode: (tableId: string, currentViewMode: ModeType) => ViewSetting | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* 将表单值保存到本地存储中
|
|
108
|
+
* @param tableId 表单ID
|
|
109
|
+
* @param allValues 表单所有值
|
|
110
|
+
* @param keys 存储的键名
|
|
111
|
+
*/
|
|
112
|
+
export declare const setFormValuesToLocalStorage: ({ tableId, allValues, keys, currentViewMode, currentSettingHash, }: {
|
|
113
|
+
tableId?: string | undefined;
|
|
114
|
+
allValues?: Record<string, any> | undefined;
|
|
115
|
+
keys?: string[] | undefined;
|
|
116
|
+
currentViewMode: ModeType;
|
|
117
|
+
currentSettingHash: string;
|
|
118
|
+
}) => {
|
|
119
|
+
key: string;
|
|
120
|
+
value: Record<string, any>;
|
|
121
|
+
} | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* 获取表格键值
|
|
124
|
+
* @param tableId 表格ID
|
|
125
|
+
* @returns 返回格式化后的表格键值
|
|
126
|
+
*/
|
|
127
|
+
export declare const getTableKey: (tableId: string) => string;
|
|
128
|
+
/**
|
|
129
|
+
* 合并筛选设置
|
|
130
|
+
* @param list 列表数据
|
|
131
|
+
* @param quickFilterMaxLength 快速筛选最大长度
|
|
132
|
+
* @param tableId 表ID
|
|
133
|
+
* @returns 返回合并后的筛选设置
|
|
134
|
+
*/
|
|
135
|
+
export declare const mergeFilterSetting: ({ list, quickFilterMaxLength, tableId, sortButtonShow, currentViewMode, }: {
|
|
136
|
+
list: FilterItemProps[];
|
|
137
|
+
quickFilterMaxLength: number;
|
|
138
|
+
tableId?: string | undefined;
|
|
139
|
+
sortButtonShow: boolean;
|
|
140
|
+
currentViewMode: ModeType;
|
|
141
|
+
}) => {
|
|
142
|
+
quickFilter: FilterItemProps[];
|
|
143
|
+
otherFilter: FilterItemProps[];
|
|
144
|
+
notSortFilter: FilterItemProps[];
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* 过滤数据源
|
|
148
|
+
* @param dataSource 数据源
|
|
149
|
+
* @param filters 过滤条件
|
|
150
|
+
* @param filterLocalArr 本地过滤项
|
|
151
|
+
* @returns 过滤后的数据源
|
|
152
|
+
*/
|
|
153
|
+
export declare const filterDataSource: (dataSource: Record<string, any>[], filters: Record<string, any>, filterLocalArr: FilterItemProps[]) => Record<string, any>[];
|
|
154
|
+
/**
|
|
155
|
+
* 根据模式获取设置键数组
|
|
156
|
+
* @param filter 筛选器
|
|
157
|
+
* @param columnSetting 列设置
|
|
158
|
+
* @param dataSourceGroup 数据源分组
|
|
159
|
+
* @param sort 排序
|
|
160
|
+
* @param mode 模式,可选值为 "localStorage" 或 "remote"
|
|
161
|
+
* @returns 返回设置键数组
|
|
162
|
+
*/
|
|
163
|
+
export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourceGroup, sort, mode, currentViewMode, }: {
|
|
164
|
+
filter?: FilterType | undefined;
|
|
165
|
+
columnSetting?: ColumnSettingType | undefined;
|
|
166
|
+
dataSourceGroup?: DataSourceGroupType | undefined;
|
|
167
|
+
sort?: SortType | undefined;
|
|
168
|
+
mode: "" | "localStorage" | "remote";
|
|
169
|
+
currentViewMode: ModeType;
|
|
170
|
+
}) => ("view_mode" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "gallery_setting")[];
|
|
171
|
+
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
172
|
+
export declare const stringify: (obj: Record<string, any>) => string;
|
|
173
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FilterType } from "../../filter/types";
|
|
2
|
+
import { ColumnSettingType, DataSourceGroupType, GallerySettingType, GridViewType, ModeType, SortType, ExportImportModeType } from "../types";
|
|
3
|
+
declare type UseTableSettingProps = {
|
|
4
|
+
tableId?: string;
|
|
5
|
+
filter: FilterType;
|
|
6
|
+
columns: Record<string, any>[];
|
|
7
|
+
columnSetting?: ColumnSettingType;
|
|
8
|
+
dataSourceGroup?: DataSourceGroupType;
|
|
9
|
+
sort?: SortType;
|
|
10
|
+
view: GridViewType;
|
|
11
|
+
currentViewMode: ModeType;
|
|
12
|
+
gallery?: GallerySettingType;
|
|
13
|
+
currentSettingHash: string;
|
|
14
|
+
exportImport?: ExportImportModeType;
|
|
15
|
+
};
|
|
16
|
+
declare const useTableSetting: (params: UseTableSettingProps) => {
|
|
17
|
+
setTableSetting: (values: Record<string, any>) => void;
|
|
18
|
+
tableSetting: {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default useTableSetting;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FormInstance } from "antd/es/form";
|
|
2
|
+
import { FilterType } from "../../filter/types";
|
|
3
|
+
declare type UseTransDataSourceParams = {
|
|
4
|
+
form: FormInstance;
|
|
5
|
+
localPagination: boolean;
|
|
6
|
+
dataSource: Record<string, any>[];
|
|
7
|
+
rowKey: string | ((params: any) => string);
|
|
8
|
+
filter: FilterType;
|
|
9
|
+
currentView: 'gallery' | 'table';
|
|
10
|
+
};
|
|
11
|
+
declare const useTransDataSource: (params: UseTransDataSourceParams) => Record<string, any>[];
|
|
12
|
+
export default useTransDataSource;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { PresetsProps } from './Presets';
|
|
3
|
+
import { RightItemsStyleProps } from '../Amount';
|
|
4
|
+
import './index.less';
|
|
5
|
+
export interface BaseNumberKeyboardProps {
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
format?: (val: string) => React.ReactNode;
|
|
8
|
+
defaultValue?: string | number;
|
|
9
|
+
doneText?: string;
|
|
10
|
+
resetText?: string;
|
|
11
|
+
onChange?: (val: string) => void;
|
|
12
|
+
onEnter?: (val: string) => void;
|
|
13
|
+
value?: string | number;
|
|
14
|
+
max?: number;
|
|
15
|
+
min?: number;
|
|
16
|
+
presets?: PresetsProps['presets'];
|
|
17
|
+
defaultSelect?: boolean;
|
|
18
|
+
rightItemsStyle?: RightItemsStyleProps;
|
|
19
|
+
}
|
|
20
|
+
declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
|
|
21
|
+
export default BaseNumberKeyboard;
|