@pisell/materials 2.2.41 → 2.2.43
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/es/components/TimeResourceSelector/index.d.ts +21 -0
- package/es/components/TimeResourceSelector/index.js +115 -0
- package/es/components/TimeResourceSelector/index.less +59 -0
- package/es/components/pisellAnchor/index.d.ts +15 -0
- package/es/components/pisellAnchor/index.js +126 -0
- package/es/components/pisellAnchor/index.less +177 -0
- package/es/components/pisellAvatar/index.d.ts +19 -0
- package/es/components/pisellAvatar/index.js +90 -0
- package/es/components/pisellAvatar/index.less +26 -0
- package/es/components/pisellCard/index.d.ts +8 -0
- package/es/components/pisellCard/index.js +34 -5
- package/es/components/pisellCard/index.less +31 -4
- package/es/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
- package/es/components/pisellCustomCheckboxGroup/index.js +72 -0
- package/es/components/pisellCustomCheckboxGroup/index.less +0 -0
- package/es/components/pisellDropdown/index.d.ts +20 -0
- package/es/components/pisellDropdown/index.js +51 -0
- package/es/components/pisellDropdown/index.less +44 -0
- package/es/components/pisellEmpty/index.d.ts +2 -1
- package/es/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/es/components/pisellHeaderProgressBar/index.js +76 -0
- package/es/components/pisellHeaderProgressBar/index.less +18 -0
- package/es/components/pisellImageCarousels/index.d.ts +18 -0
- package/es/components/pisellImageCarousels/index.js +108 -0
- package/es/components/pisellImageCarousels/index.less +92 -0
- package/es/components/pisellList01/index.d.ts +17 -0
- package/es/components/pisellList01/index.js +105 -0
- package/es/components/pisellList01/index.less +53 -0
- package/es/components/pisellSectionHeaders/index.d.ts +21 -0
- package/es/components/pisellSectionHeaders/index.js +35 -0
- package/es/components/pisellSectionHeaders/index.less +46 -0
- package/es/components/pisellViewGrid/index.d.ts +16 -0
- package/es/components/pisellViewGrid/index.js +66 -0
- package/es/components/pisellViewGrid/index.less +31 -0
- package/es/components/productCard/components/Header/index.js +3 -2
- package/es/components/productCard/hooks/useOpenNote.js +3 -2
- package/es/components/productCard/index.js +7 -3
- package/es/components/productCard/index.less +6 -2
- package/es/components/productCard/status.js +3 -1
- package/es/components/productCard/types.d.ts +2 -0
- package/es/components/productCard/utils.js +17 -1
- package/es/components/section-footers/index.d.ts +9 -0
- package/es/components/section-footers/index.js +17 -0
- package/es/components/section-footers/index.less +5 -0
- package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/es/components/table/Actions/component/ExportImport/utils/index.js +11 -0
- package/es/index.d.ts +10 -0
- package/es/index.js +11 -1
- package/lib/components/TimeResourceSelector/index.d.ts +21 -0
- package/lib/components/TimeResourceSelector/index.js +109 -0
- package/lib/components/TimeResourceSelector/index.less +59 -0
- package/lib/components/pisellAnchor/index.d.ts +15 -0
- package/lib/components/pisellAnchor/index.js +120 -0
- package/lib/components/pisellAnchor/index.less +177 -0
- package/lib/components/pisellAvatar/index.d.ts +19 -0
- package/lib/components/pisellAvatar/index.js +108 -0
- package/lib/components/pisellAvatar/index.less +26 -0
- package/lib/components/pisellCard/index.d.ts +8 -0
- package/lib/components/pisellCard/index.js +30 -7
- package/lib/components/pisellCard/index.less +31 -4
- package/lib/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
- package/lib/components/pisellCustomCheckboxGroup/index.js +71 -0
- package/lib/components/pisellCustomCheckboxGroup/index.less +0 -0
- package/lib/components/pisellDropdown/index.d.ts +20 -0
- package/lib/components/pisellDropdown/index.js +72 -0
- package/lib/components/pisellDropdown/index.less +44 -0
- package/lib/components/pisellEmpty/index.d.ts +2 -1
- package/lib/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/lib/components/pisellHeaderProgressBar/index.js +88 -0
- package/lib/components/pisellHeaderProgressBar/index.less +18 -0
- package/lib/components/pisellImageCarousels/index.d.ts +18 -0
- package/lib/components/pisellImageCarousels/index.js +108 -0
- package/lib/components/pisellImageCarousels/index.less +92 -0
- package/lib/components/pisellList01/index.d.ts +17 -0
- package/lib/components/pisellList01/index.js +113 -0
- package/lib/components/pisellList01/index.less +53 -0
- package/lib/components/pisellSectionHeaders/index.d.ts +21 -0
- package/lib/components/pisellSectionHeaders/index.js +52 -0
- package/lib/components/pisellSectionHeaders/index.less +46 -0
- package/lib/components/pisellViewGrid/index.d.ts +16 -0
- package/lib/components/pisellViewGrid/index.js +98 -0
- package/lib/components/pisellViewGrid/index.less +31 -0
- package/lib/components/productCard/components/Header/index.js +3 -2
- package/lib/components/productCard/hooks/useOpenNote.js +2 -1
- package/lib/components/productCard/index.js +9 -4
- package/lib/components/productCard/index.less +6 -2
- package/lib/components/productCard/status.js +3 -1
- package/lib/components/productCard/types.d.ts +2 -0
- package/lib/components/productCard/utils.js +15 -4
- package/lib/components/section-footers/index.d.ts +9 -0
- package/lib/components/section-footers/index.js +44 -0
- package/lib/components/section-footers/index.less +5 -0
- package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/lib/components/table/Actions/component/ExportImport/utils/index.js +31 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +30 -0
- package/lowcode/pisell-anchor/meta.ts +118 -0
- package/lowcode/pisell-anchor/snippets.ts +26 -0
- package/lowcode/pisell-avatar/__screenshots__/avatar-1.jpg +0 -0
- package/lowcode/pisell-avatar/meta.ts +111 -0
- package/lowcode/pisell-avatar/snippets.ts +14 -0
- package/lowcode/pisell-card/meta.ts +62 -27
- package/lowcode/pisell-card/snippets.ts +6 -0
- package/lowcode/pisell-custom-checkbox-group/__screenshots__/card-1.png +0 -0
- package/lowcode/pisell-custom-checkbox-group/meta.ts +204 -0
- package/lowcode/pisell-custom-checkbox-group/snippets.ts +56 -0
- package/lowcode/pisell-dropdown/__screenshots__/dropdown-1.png +0 -0
- package/lowcode/pisell-dropdown/meta.ts +180 -0
- package/lowcode/pisell-dropdown/snippets.ts +69 -0
- package/lowcode/pisell-header-progress-bar/meta.ts +116 -0
- package/lowcode/pisell-header-progress-bar/snippets.ts +24 -0
- package/lowcode/pisell-image-carousels/meta.ts +143 -0
- package/lowcode/pisell-image-carousels/snippets.ts +20 -0
- package/lowcode/pisell-list01/meta.ts +74 -0
- package/lowcode/pisell-list01/snippets.ts +35 -0
- package/lowcode/pisell-section-headers/meta.ts +91 -0
- package/lowcode/pisell-section-headers/snippets.ts +22 -0
- package/lowcode/pisell-view-grid/__screenshots__/card-1.png +0 -0
- package/lowcode/pisell-view-grid/meta.ts +167 -0
- package/lowcode/pisell-view-grid/snippets.ts +54 -0
- package/lowcode/section-footers/meta.ts +66 -0
- package/lowcode/section-footers/snippe.ts +21 -0
- package/package.json +4 -3
- package/build/lowcode/assets-daily.json +0 -93
- package/build/lowcode/assets-dev.json +0 -93
- package/build/lowcode/assets-prod.json +0 -93
- package/build/lowcode/designer.html +0 -303
- package/build/lowcode/index.html +0 -305
- package/build/lowcode/index.js +0 -1
- package/build/lowcode/meta.js +0 -9
- package/build/lowcode/preview.css +0 -1
- package/build/lowcode/preview.html +0 -35
- package/build/lowcode/preview.js +0 -304
- package/build/lowcode/render/default/view.css +0 -1
- package/build/lowcode/render/default/view.js +0 -232
- package/build/lowcode/view.css +0 -1
- package/build/lowcode/view.js +0 -232
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface PisellList01Props {
|
|
4
|
+
dataSource?: any[];
|
|
5
|
+
showSearch: boolean;
|
|
6
|
+
showCategory: boolean;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
renderItem?: (item: any, index: number) => React.ReactNode;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
onChange?: (anchor: string) => void;
|
|
12
|
+
onSearch?: (value: any) => void;
|
|
13
|
+
isShowEmpty?: boolean;
|
|
14
|
+
description?: any;
|
|
15
|
+
}
|
|
16
|
+
declare const PisellList01: React.FC<PisellList01Props>;
|
|
17
|
+
export default PisellList01;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
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); }
|
|
4
|
+
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; }
|
|
5
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import React, { useEffect, useMemo, useState } from 'react';
|
|
8
|
+
import { SearchOutlined } from '@ant-design/icons';
|
|
9
|
+
import PisellViewGrid from "../pisellViewGrid";
|
|
10
|
+
import PisellAnchor from "../pisellAnchor";
|
|
11
|
+
import PisellEmpty from "../pisellEmpty";
|
|
12
|
+
import Input from "../input";
|
|
13
|
+
import "./index.less";
|
|
14
|
+
var PisellList01 = function PisellList01(_ref) {
|
|
15
|
+
var showSearch = _ref.showSearch,
|
|
16
|
+
showCategory = _ref.showCategory,
|
|
17
|
+
placeholder = _ref.placeholder,
|
|
18
|
+
dataSource = _ref.dataSource,
|
|
19
|
+
renderItem = _ref.renderItem,
|
|
20
|
+
className = _ref.className,
|
|
21
|
+
style = _ref.style,
|
|
22
|
+
_onChange = _ref.onChange,
|
|
23
|
+
onSearch = _ref.onSearch,
|
|
24
|
+
_ref$isShowEmpty = _ref.isShowEmpty,
|
|
25
|
+
isShowEmpty = _ref$isShowEmpty === void 0 ? true : _ref$isShowEmpty,
|
|
26
|
+
description = _ref.description;
|
|
27
|
+
var _useState = useState(''),
|
|
28
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
29
|
+
currentAnchor = _useState2[0],
|
|
30
|
+
setCurrentAnchor = _useState2[1];
|
|
31
|
+
var _useState3 = useState([]),
|
|
32
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
33
|
+
products = _useState4[0],
|
|
34
|
+
setProducts = _useState4[1];
|
|
35
|
+
useEffect(function () {
|
|
36
|
+
// 不显示分类时,默认展示所有数据
|
|
37
|
+
if (!showCategory) {
|
|
38
|
+
return setProducts(dataSource !== null && dataSource !== void 0 ? dataSource : []);
|
|
39
|
+
}
|
|
40
|
+
if (currentAnchor) {
|
|
41
|
+
var _currentData$children;
|
|
42
|
+
var currentData = dataSource === null || dataSource === void 0 ? void 0 : dataSource.find(function (item) {
|
|
43
|
+
return item.href === currentAnchor;
|
|
44
|
+
});
|
|
45
|
+
setProducts((_currentData$children = currentData === null || currentData === void 0 ? void 0 : currentData.children) !== null && _currentData$children !== void 0 ? _currentData$children : []);
|
|
46
|
+
}
|
|
47
|
+
}, [currentAnchor, dataSource, showCategory]);
|
|
48
|
+
useEffect(function () {
|
|
49
|
+
var _dataSource$0$href, _dataSource$;
|
|
50
|
+
setCurrentAnchor((_dataSource$0$href = dataSource === null || dataSource === void 0 ? void 0 : (_dataSource$ = dataSource[0]) === null || _dataSource$ === void 0 ? void 0 : _dataSource$.href) !== null && _dataSource$0$href !== void 0 ? _dataSource$0$href : '');
|
|
51
|
+
}, [dataSource]);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @title: 分类标题
|
|
55
|
+
* @description:
|
|
56
|
+
* @param {*} useMemo
|
|
57
|
+
* @return {*}
|
|
58
|
+
* @Author: WangHan
|
|
59
|
+
* @Date: 2025-01-13 16:21
|
|
60
|
+
*/
|
|
61
|
+
var categoryTitle = useMemo(function () {
|
|
62
|
+
var _dataSource$find;
|
|
63
|
+
return dataSource === null || dataSource === void 0 ? void 0 : (_dataSource$find = dataSource.find(function (item) {
|
|
64
|
+
return item.href === currentAnchor;
|
|
65
|
+
})) === null || _dataSource$find === void 0 ? void 0 : _dataSource$find.title;
|
|
66
|
+
}, [currentAnchor, dataSource]);
|
|
67
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
68
|
+
className: "pisell-list-01 ".concat(className),
|
|
69
|
+
style: style
|
|
70
|
+
}, showSearch ? /*#__PURE__*/React.createElement("div", {
|
|
71
|
+
className: "pisell-list-01-search"
|
|
72
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
73
|
+
placeholder: placeholder || 'Search',
|
|
74
|
+
prefix: /*#__PURE__*/React.createElement(SearchOutlined, {
|
|
75
|
+
style: {
|
|
76
|
+
color: '#667085'
|
|
77
|
+
}
|
|
78
|
+
}),
|
|
79
|
+
onChange: onSearch,
|
|
80
|
+
allowClear: true,
|
|
81
|
+
size: "large",
|
|
82
|
+
className: "pisell-list-01-search-input"
|
|
83
|
+
})) : null, showCategory ? /*#__PURE__*/React.createElement("div", {
|
|
84
|
+
className: "pisell-list-01-categories"
|
|
85
|
+
}, /*#__PURE__*/React.createElement(PisellAnchor, {
|
|
86
|
+
items: dataSource,
|
|
87
|
+
getCurrentAnchor: currentAnchor,
|
|
88
|
+
onChange: function onChange(e) {
|
|
89
|
+
_onChange === null || _onChange === void 0 ? void 0 : _onChange(e);
|
|
90
|
+
setCurrentAnchor(e);
|
|
91
|
+
}
|
|
92
|
+
})) : null, /*#__PURE__*/React.createElement("div", {
|
|
93
|
+
className: "pisell-list-01-products ".concat(!products.length && isShowEmpty ? 'pisell-list-01-products-empty' : '')
|
|
94
|
+
}, showCategory ? /*#__PURE__*/React.createElement("div", {
|
|
95
|
+
className: "pisell-list-01-products-title"
|
|
96
|
+
}, categoryTitle) : null, products.length > 0 ? /*#__PURE__*/React.createElement(PisellViewGrid, {
|
|
97
|
+
dataSource: products,
|
|
98
|
+
columns: 1,
|
|
99
|
+
verticalGap: 16,
|
|
100
|
+
renderItem: renderItem
|
|
101
|
+
}) : isShowEmpty ? /*#__PURE__*/React.createElement(PisellEmpty, {
|
|
102
|
+
description: description
|
|
103
|
+
}) : null));
|
|
104
|
+
};
|
|
105
|
+
export default PisellList01;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
.pisell-list-01 {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
width: 100%;
|
|
5
|
+
|
|
6
|
+
&-search {
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 16px;
|
|
9
|
+
|
|
10
|
+
.pisell-list-01-search-input {
|
|
11
|
+
display: flex;
|
|
12
|
+
padding: 10px 14px;
|
|
13
|
+
align-items: center;
|
|
14
|
+
gap: 8px;
|
|
15
|
+
align-self: stretch;
|
|
16
|
+
border-radius: 8px;
|
|
17
|
+
border: 1px solid var(--Gray-300, #d0d5dd);
|
|
18
|
+
background: var(--Base-White, #fff);
|
|
19
|
+
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
20
|
+
height: 44px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&-categories {
|
|
25
|
+
padding: 16px 0 16px 20px;
|
|
26
|
+
.pisell-lowcode-anchor-wrapper {
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 0;
|
|
29
|
+
}
|
|
30
|
+
.pisell-lowcode-anchor-wrapper-horizontal::before {
|
|
31
|
+
border: none !important;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&-products {
|
|
36
|
+
padding: 20px;
|
|
37
|
+
.pisell-list-01-products-title {
|
|
38
|
+
color: var(--Gray-900, #101828);
|
|
39
|
+
font-size: 16px;
|
|
40
|
+
font-weight: 600;
|
|
41
|
+
line-height: 24px;
|
|
42
|
+
margin-bottom: 16px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.products-empty {
|
|
47
|
+
padding: 0;
|
|
48
|
+
.pisell-empty-icon-wrap,
|
|
49
|
+
.pisell-lowcode-empty-description {
|
|
50
|
+
color: var(--Gray-500, #667085);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface PisellSectionHeadersProps {
|
|
4
|
+
/** 是否占据空间(true: 占据空间, false: 不占据空间) */
|
|
5
|
+
/** 左侧返回区域 */
|
|
6
|
+
backNode?: React.ReactNode;
|
|
7
|
+
/** 中间内容区域 */
|
|
8
|
+
centerNode?: React.ReactNode;
|
|
9
|
+
/** 右侧操作区域 */
|
|
10
|
+
actionNode?: React.ReactNode;
|
|
11
|
+
/** 自定义类名 */
|
|
12
|
+
className?: string;
|
|
13
|
+
/** 自定义样式 */
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
/** 返回按钮点击事件 */
|
|
16
|
+
onBack?: () => void;
|
|
17
|
+
/** 操作区域点击事件 */
|
|
18
|
+
onAction?: () => void;
|
|
19
|
+
}
|
|
20
|
+
declare const PisellSectionHeaders: React.FC<PisellSectionHeadersProps>;
|
|
21
|
+
export default PisellSectionHeaders;
|
|
@@ -0,0 +1,35 @@
|
|
|
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; }
|
|
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); }
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import classNames from 'classnames';
|
|
9
|
+
import "./index.less";
|
|
10
|
+
var prefixCls = 'pisell-section-headers';
|
|
11
|
+
var PisellSectionHeaders = function PisellSectionHeaders(_ref) {
|
|
12
|
+
var backNode = _ref.backNode,
|
|
13
|
+
centerNode = _ref.centerNode,
|
|
14
|
+
actionNode = _ref.actionNode,
|
|
15
|
+
className = _ref.className,
|
|
16
|
+
style = _ref.style,
|
|
17
|
+
onBack = _ref.onBack,
|
|
18
|
+
onAction = _ref.onAction;
|
|
19
|
+
var classes = classNames(prefixCls, className);
|
|
20
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
className: classes,
|
|
22
|
+
style: _objectSpread({}, style)
|
|
23
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
24
|
+
className: "".concat(prefixCls, "-content")
|
|
25
|
+
}, backNode && /*#__PURE__*/React.createElement("div", {
|
|
26
|
+
className: "".concat(prefixCls, "-back"),
|
|
27
|
+
onClick: onBack
|
|
28
|
+
}, backNode), centerNode && /*#__PURE__*/React.createElement("div", {
|
|
29
|
+
className: "".concat(prefixCls, "-main")
|
|
30
|
+
}, centerNode), actionNode && /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: "".concat(prefixCls, "-actions"),
|
|
32
|
+
onClick: onAction
|
|
33
|
+
}, actionNode)));
|
|
34
|
+
};
|
|
35
|
+
export default PisellSectionHeaders;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@prefix: pisell-section-headers;
|
|
2
|
+
|
|
3
|
+
.@{prefix} {
|
|
4
|
+
width: 100%;
|
|
5
|
+
z-index: 100;
|
|
6
|
+
position: sticky;
|
|
7
|
+
top: 0;
|
|
8
|
+
border-bottom: 1px solid var(--Gray-300, #d0d5dd);
|
|
9
|
+
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
10
|
+
padding: 16px;
|
|
11
|
+
height: auto;
|
|
12
|
+
|
|
13
|
+
&-fixed {
|
|
14
|
+
position: fixed;
|
|
15
|
+
top: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&-placeholder {
|
|
20
|
+
width: 100%;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-content {
|
|
24
|
+
height: 100%;
|
|
25
|
+
padding: 0;
|
|
26
|
+
display: flex;
|
|
27
|
+
// align-items: center;
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
gap: 10px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&-back {
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&-main {
|
|
37
|
+
flex: 1;
|
|
38
|
+
// display: flex;
|
|
39
|
+
// align-items: center;
|
|
40
|
+
// justify-content: center;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&-actions {
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface PisellViewGridProps {
|
|
4
|
+
columns?: number;
|
|
5
|
+
horizontalGap?: number;
|
|
6
|
+
verticalGap?: number;
|
|
7
|
+
singleRow?: boolean;
|
|
8
|
+
dataSource?: any[];
|
|
9
|
+
renderItem?: (item: any, index: number) => React.ReactNode;
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
className?: string;
|
|
13
|
+
style?: React.CSSProperties;
|
|
14
|
+
}
|
|
15
|
+
declare const PisellViewGrid: React.FC<PisellViewGridProps>;
|
|
16
|
+
export default PisellViewGrid;
|
|
@@ -0,0 +1,66 @@
|
|
|
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; }
|
|
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); }
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import Loading from "../pisellLoading";
|
|
9
|
+
import classNames from 'classnames';
|
|
10
|
+
import "./index.less";
|
|
11
|
+
var PisellViewGrid = function PisellViewGrid(_ref) {
|
|
12
|
+
var _ref$columns = _ref.columns,
|
|
13
|
+
columns = _ref$columns === void 0 ? 3 : _ref$columns,
|
|
14
|
+
_ref$horizontalGap = _ref.horizontalGap,
|
|
15
|
+
horizontalGap = _ref$horizontalGap === void 0 ? 10 : _ref$horizontalGap,
|
|
16
|
+
_ref$verticalGap = _ref.verticalGap,
|
|
17
|
+
verticalGap = _ref$verticalGap === void 0 ? 10 : _ref$verticalGap,
|
|
18
|
+
_ref$singleRow = _ref.singleRow,
|
|
19
|
+
singleRow = _ref$singleRow === void 0 ? false : _ref$singleRow,
|
|
20
|
+
_ref$dataSource = _ref.dataSource,
|
|
21
|
+
dataSource = _ref$dataSource === void 0 ? [] : _ref$dataSource,
|
|
22
|
+
renderItem = _ref.renderItem,
|
|
23
|
+
_ref$loading = _ref.loading,
|
|
24
|
+
loading = _ref$loading === void 0 ? false : _ref$loading,
|
|
25
|
+
children = _ref.children,
|
|
26
|
+
className = _ref.className,
|
|
27
|
+
style = _ref.style;
|
|
28
|
+
var classes = classNames('pisell-view-grid', {
|
|
29
|
+
'pisell-view-grid-single-row': singleRow
|
|
30
|
+
}, className);
|
|
31
|
+
return /*#__PURE__*/React.createElement(Loading, {
|
|
32
|
+
loading: loading,
|
|
33
|
+
fullscreen: false,
|
|
34
|
+
style: {
|
|
35
|
+
width: '100%'
|
|
36
|
+
}
|
|
37
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
38
|
+
className: classes,
|
|
39
|
+
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
40
|
+
width: '100%',
|
|
41
|
+
overflow: 'hidden'
|
|
42
|
+
})
|
|
43
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44
|
+
className: "pisell-view-grid-content",
|
|
45
|
+
style: !singleRow ? {
|
|
46
|
+
gap: "".concat(verticalGap, "px ").concat(horizontalGap, "px"),
|
|
47
|
+
gridTemplateColumns: "repeat(".concat(columns, ", 1fr)"),
|
|
48
|
+
width: '100%'
|
|
49
|
+
} : {
|
|
50
|
+
display: 'flex',
|
|
51
|
+
flexWrap: 'nowrap',
|
|
52
|
+
overflowX: 'auto',
|
|
53
|
+
width: '100%'
|
|
54
|
+
}
|
|
55
|
+
}, dataSource.map(function (item, index) {
|
|
56
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
57
|
+
key: index,
|
|
58
|
+
className: "pisell-view-grid-item",
|
|
59
|
+
style: {
|
|
60
|
+
minWidth: 0,
|
|
61
|
+
flex: "0 0 calc(100% / ".concat(columns, ")")
|
|
62
|
+
}
|
|
63
|
+
}, renderItem === null || renderItem === void 0 ? void 0 : renderItem(item, index));
|
|
64
|
+
}))));
|
|
65
|
+
};
|
|
66
|
+
export default PisellViewGrid;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.pisell-view-grid {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
|
|
7
|
+
&-content {
|
|
8
|
+
display: grid;
|
|
9
|
+
width: 100%;
|
|
10
|
+
// grid-template-columns: repeat(4, 1fr);
|
|
11
|
+
// gap: 10px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&-item {
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&-single-row {
|
|
19
|
+
&::-webkit-scrollbar {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
-ms-overflow-style: none;
|
|
23
|
+
scrollbar-width: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// &-item {
|
|
27
|
+
// box-sizing: border-box;
|
|
28
|
+
// display: inline-block;
|
|
29
|
+
// vertical-align: top;
|
|
30
|
+
// }
|
|
31
|
+
}
|
|
@@ -19,7 +19,8 @@ var Header = function Header(props) {
|
|
|
19
19
|
image = item.image,
|
|
20
20
|
name = item.name,
|
|
21
21
|
price = item.price,
|
|
22
|
-
symbol = item.symbol
|
|
22
|
+
symbol = item.symbol,
|
|
23
|
+
show_delete = item.show_delete;
|
|
23
24
|
|
|
24
25
|
/**
|
|
25
26
|
* @title: 是否显示价格
|
|
@@ -48,7 +49,7 @@ var Header = function Header(props) {
|
|
|
48
49
|
}, [options, product_option_string]);
|
|
49
50
|
return /*#__PURE__*/React.createElement("div", {
|
|
50
51
|
className: classNames("".concat(prefix, "product-header"), headerCenterStyle && "".concat(prefix, "product-options-header"))
|
|
51
|
-
}, isShowDelete && !disabledEdit ? /*#__PURE__*/React.createElement("div", {
|
|
52
|
+
}, isShowDelete && !disabledEdit || show_delete ? /*#__PURE__*/React.createElement("div", {
|
|
52
53
|
className: "".concat(prefix, "product-delete"),
|
|
53
54
|
onClick: function onClick(e) {
|
|
54
55
|
e.stopPropagation();
|
|
@@ -5,7 +5,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
|
|
|
5
5
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
6
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
7
|
import React, { useState, forwardRef, useImperativeHandle } from 'react';
|
|
8
|
-
import { locales } from '@pisell/utils';
|
|
8
|
+
import { locales, isMobile } from '@pisell/utils';
|
|
9
9
|
import { PisellModal, Input } from "../../../index";
|
|
10
10
|
var useOpenNote = function useOpenNote(_ref, ref) {
|
|
11
11
|
var onNoteChange = _ref.onNoteChange;
|
|
@@ -36,7 +36,7 @@ var useOpenNote = function useOpenNote(_ref, ref) {
|
|
|
36
36
|
setOpen(false);
|
|
37
37
|
};
|
|
38
38
|
return /*#__PURE__*/React.createElement(PisellModal, {
|
|
39
|
-
platform: 'pc',
|
|
39
|
+
platform: isMobile() ? 'h5' : 'pc',
|
|
40
40
|
open: open,
|
|
41
41
|
bodyStyle: {
|
|
42
42
|
padding: 0
|
|
@@ -47,6 +47,7 @@ var useOpenNote = function useOpenNote(_ref, ref) {
|
|
|
47
47
|
},
|
|
48
48
|
onOk: handleOk,
|
|
49
49
|
destroyOnClose: true,
|
|
50
|
+
mobileModalHeight: '80vh',
|
|
50
51
|
className: "pisell-lowcode__booking-select-pet-modal-wrap",
|
|
51
52
|
okText: locales.getText('pisell2.product.card.confirm'),
|
|
52
53
|
cancelText: locales.getText('pisell2.product.card.cancel')
|
|
@@ -24,10 +24,12 @@ import Action from "./components/Action";
|
|
|
24
24
|
import UseOpenNote from "./hooks/useOpenNote";
|
|
25
25
|
import localeTexts from "./locales";
|
|
26
26
|
import { defaultValue } from "./status";
|
|
27
|
+
import useEngineContext from "../../hooks/useEngineContext";
|
|
27
28
|
import "./index.less";
|
|
28
|
-
locales.init(localeTexts, localStorage.getItem('umi_locale') || 'en');
|
|
29
29
|
var ProductCard = function ProductCard(props) {
|
|
30
|
-
var _classNames, _dataSource$items;
|
|
30
|
+
var _utils$storage, _classNames, _dataSource$items;
|
|
31
|
+
var context = useEngineContext();
|
|
32
|
+
var utils = context.appHelper.utils || {};
|
|
31
33
|
var _props$dataSource = props.dataSource,
|
|
32
34
|
dataSource = _props$dataSource === void 0 ? defaultValue.dataSource : _props$dataSource,
|
|
33
35
|
_props$isShowImage = props.isShowImage,
|
|
@@ -47,6 +49,8 @@ var ProductCard = function ProductCard(props) {
|
|
|
47
49
|
onCard = props.onCard,
|
|
48
50
|
other = _objectWithoutProperties(props, _excluded);
|
|
49
51
|
var useOpenNoteRef = useRef();
|
|
52
|
+
var locale = (utils === null || utils === void 0 ? void 0 : (_utils$storage = utils.storage) === null || _utils$storage === void 0 ? void 0 : _utils$storage.get('umi_locale')) || localStorage.getItem('umi_locale');
|
|
53
|
+
locales.init(localeTexts, locale || 'en');
|
|
50
54
|
console.log(dataSource, isShowImage, isShowNote, 'dataSource');
|
|
51
55
|
var image = dataSource.image,
|
|
52
56
|
bundle = dataSource.bundle,
|
|
@@ -81,7 +85,7 @@ var ProductCard = function ProductCard(props) {
|
|
|
81
85
|
return (bundle === null || bundle === void 0 ? void 0 : bundle.length) || (relation_products === null || relation_products === void 0 ? void 0 : relation_products.length);
|
|
82
86
|
}, [bundle, relation_products]);
|
|
83
87
|
return /*#__PURE__*/React.createElement(CardPro, {
|
|
84
|
-
className: classNames('pisell-lowcode-product-card', (_classNames = {}, _defineProperty(_classNames, 'pisell-lowcode-product-card-image', !showImage), _defineProperty(_classNames, 'pisell-lowcode-normal-product-card', !showImage && isNormalProduct), _classNames)),
|
|
88
|
+
className: classNames('pisell-lowcode-product-card', (_classNames = {}, _defineProperty(_classNames, 'pisell-lowcode-product-card-image', !showImage), _defineProperty(_classNames, 'pisell-lowcode-normal-product-card', !showImage && isNormalProduct), _defineProperty(_classNames, 'pisell-lowcode-product-card-disabled', dataSource === null || dataSource === void 0 ? void 0 : dataSource.disabled), _classNames)),
|
|
85
89
|
key: _id
|
|
86
90
|
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
87
91
|
onClick: function onClick(e) {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
width: 6px;
|
|
38
38
|
height: 100%;
|
|
39
39
|
background: var(--Blue-400, #53b1fd);
|
|
40
|
-
z-index:
|
|
40
|
+
z-index: 1 !important;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -47,8 +47,12 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
+
.pisell-lowcode-product-card-disabled {
|
|
51
|
+
opacity: 0.4;
|
|
52
|
+
}
|
|
53
|
+
|
|
50
54
|
.pisell-lowcode-product-card-error {
|
|
51
55
|
border: none !important;
|
|
52
56
|
margin: 8px -16px -8px;
|
|
53
57
|
border-radius: 0 0 8px 8px;
|
|
54
|
-
}
|
|
58
|
+
}
|
|
@@ -3,6 +3,7 @@ import { locales } from '@pisell/utils';
|
|
|
3
3
|
import 'dayjs/locale/zh-cn';
|
|
4
4
|
import 'dayjs/locale/en';
|
|
5
5
|
import 'dayjs/locale/zh-tw';
|
|
6
|
+
import useEngineContext from "../../hooks/useEngineContext";
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* @title: 是否英文
|
|
@@ -53,8 +54,11 @@ export var formatMultiDayDate = function formatMultiDayDate(item) {
|
|
|
53
54
|
* @Date: 2024-04-26 14:04
|
|
54
55
|
*/
|
|
55
56
|
export var getServiceTime = function getServiceTime(item, currentDate) {
|
|
57
|
+
var _utils$storage, _item$format;
|
|
56
58
|
if (!dayjs(currentDate).isValid()) return '';
|
|
57
|
-
var
|
|
59
|
+
var context = useEngineContext();
|
|
60
|
+
var utils = context.appHelper.utils || {};
|
|
61
|
+
var locale = (item === null || item === void 0 ? void 0 : item.locale) || (utils === null || utils === void 0 ? void 0 : (_utils$storage = utils.storage) === null || _utils$storage === void 0 ? void 0 : _utils$storage.get('umi_locale')) || 'en-US';
|
|
58
62
|
var isEn = locale === 'en-US' || locale === 'en';
|
|
59
63
|
var localeTypes = {
|
|
60
64
|
'en-US': 'en',
|
|
@@ -66,6 +70,18 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
|
|
|
66
70
|
var endDate = dayjs(item === null || item === void 0 ? void 0 : item.end_date);
|
|
67
71
|
var diffInDays = endDate.diff(startDate, 'day');
|
|
68
72
|
var _format = isEn ? 'ddd, DD/MM/YYYY' : 'YYYY-MM-DD,ddd';
|
|
73
|
+
|
|
74
|
+
// 是否自定义格式
|
|
75
|
+
if (item !== null && item !== void 0 && item.hasOwnProperty('format') && (item === null || item === void 0 ? void 0 : (_item$format = item.format) === null || _item$format === void 0 ? void 0 : _item$format.length) > 0) {
|
|
76
|
+
var _item$format2, _item$format3;
|
|
77
|
+
_format = isEn ? item === null || item === void 0 ? void 0 : (_item$format2 = item.format) === null || _item$format2 === void 0 ? void 0 : _item$format2[0] : item === null || item === void 0 ? void 0 : (_item$format3 = item.format) === null || _item$format3 === void 0 ? void 0 : _item$format3[1];
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// 是否显示时间
|
|
81
|
+
if (item !== null && item !== void 0 && item.show_time) {
|
|
82
|
+
startDate = dayjs("".concat(item === null || item === void 0 ? void 0 : item.start_date, " ").concat(item === null || item === void 0 ? void 0 : item.start_time));
|
|
83
|
+
endDate = dayjs("".concat(item === null || item === void 0 ? void 0 : item.end_date, " ").concat(item === null || item === void 0 ? void 0 : item.end_time));
|
|
84
|
+
}
|
|
69
85
|
var date = "".concat(startDate.format(_format), " ~ ").concat(endDate.format(_format));
|
|
70
86
|
var duration = "".concat(diffInDays, " ").concat(locales.getText('pisell2.product.card.day')(diffInDays));
|
|
71
87
|
return "".concat(date, " (").concat(duration, ")");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface SectionFooterProps {
|
|
3
|
+
left?: React.ReactNode;
|
|
4
|
+
middle?: React.ReactNode;
|
|
5
|
+
right?: React.ReactNode;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SectionFooters: (props: SectionFooterProps) => import("react").JSX.Element;
|
|
9
|
+
export default SectionFooters;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
|
+
import { Flex } from 'antd';
|
|
3
|
+
var SectionFooters = function SectionFooters(props) {
|
|
4
|
+
useEffect(function () {
|
|
5
|
+
document.body.id = 'body';
|
|
6
|
+
}, []);
|
|
7
|
+
var left = props.left,
|
|
8
|
+
middle = props.middle,
|
|
9
|
+
right = props.right,
|
|
10
|
+
className = props.className;
|
|
11
|
+
return /*#__PURE__*/React.createElement(Flex, {
|
|
12
|
+
gap: "middle",
|
|
13
|
+
justify: "space-between",
|
|
14
|
+
className: "pisell-section-footers-wrapper ".concat(className)
|
|
15
|
+
}, left, middle, right);
|
|
16
|
+
};
|
|
17
|
+
export default SectionFooters;
|
package/es/index.d.ts
CHANGED
|
@@ -110,3 +110,13 @@ export { default as PisellStatisticList } from './components/pisellStatisticList
|
|
|
110
110
|
export { default as PisellFloatingPanel } from './components/pisellFloatingPanel';
|
|
111
111
|
export { default as ProductCard } from './components/productCard';
|
|
112
112
|
export { default as Collapse } from './components/collapse';
|
|
113
|
+
export { default as PisellAvatar } from './components/pisellAvatar';
|
|
114
|
+
export { default as PisellViewGrid } from './components/pisellViewGrid';
|
|
115
|
+
export { default as PisellCustomCheckboxGroup } from './components/pisellCustomCheckboxGroup';
|
|
116
|
+
export { default as PisellDropdown } from './components/pisellDropdown';
|
|
117
|
+
export { default as PisellSectionHeaders } from './components/pisellSectionHeaders';
|
|
118
|
+
export { default as PisellImageCarousels } from './components/pisellImageCarousels';
|
|
119
|
+
export { default as PisellHeaderProgressBar } from './components/pisellHeaderProgressBar';
|
|
120
|
+
export { default as PisellList01 } from './components/pisellList01';
|
|
121
|
+
export { default as PisellAnchor } from './components/pisellAnchor';
|
|
122
|
+
export { default as SectionFooters } from './components/section-footers';
|