@orfium/ictinus 4.23.0 → 4.25.1
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/dist/components/Button/Button.js +6 -6
- package/dist/components/Button/Button.style.d.ts +0 -2
- package/dist/components/Button/Button.style.js +2 -19
- package/dist/components/Button/ButtonLoader/ButtonLoader.d.ts +7 -0
- package/dist/components/Button/ButtonLoader/ButtonLoader.js +43 -0
- package/dist/components/Button/ButtonLoader/ButtonLoader.style.d.ts +2 -0
- package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +21 -0
- package/dist/components/Button/ButtonLoader/index.d.ts +1 -0
- package/dist/components/Button/ButtonLoader/index.js +10 -0
- package/dist/components/ButtonBase/ButtonBase.style.js +1 -1
- package/dist/components/Icon/assets/iconSelector.js +16 -0
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.d.ts +4 -3
- package/dist/components/List/ListItemGroup/ListGroupTitle/ListGroupTitle.js +2 -3
- package/dist/components/List/ListItemGroup/ListItemGroup.js +0 -1
- package/dist/components/List/NormalList/NormalList.js +1 -0
- package/dist/components/Loader/Loader.d.ts +4 -0
- package/dist/components/Loader/Loader.js +3 -2
- package/dist/components/Loader/Loader.utils.d.ts +1 -1
- package/dist/components/Loader/Loader.utils.js +9 -6
- package/dist/components/Loader/components/DotsLoader/DotsLoader.d.ts +1 -0
- package/dist/components/Loader/components/DotsLoader/DotsLoader.js +3 -2
- package/dist/components/Loader/components/DotsLoader/DotsLoader.style.d.ts +3 -2
- package/dist/components/Loader/components/DotsLoader/DotsLoader.style.js +18 -6
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.d.ts +1 -0
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.js +4 -3
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.style.d.ts +2 -2
- package/dist/components/Loader/components/IndeterminateLoader/IndeterminateLoader.style.js +7 -7
- package/dist/components/Loader/components/Spinner/Spinner.d.ts +1 -0
- package/dist/components/Loader/components/Spinner/Spinner.js +3 -2
- package/dist/components/Loader/components/Spinner/Spinner.style.d.ts +1 -1
- package/dist/components/Loader/components/Spinner/Spinner.style.js +2 -2
- package/package.json +1 -1
- package/dist/components/AssetMatching/AssetMatching.style.d.ts +0 -11
- package/dist/components/AssetMatching/AssetMatching.style.js +0 -53
- package/dist/components/AssetMatching/Assetmatching.d.ts +0 -35
- package/dist/components/AssetMatching/Assetmatching.js +0 -66
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolbox.d.ts +0 -14
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolbox.js +0 -51
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolbox.style.d.ts +0 -8
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolbox.style.js +0 -42
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolboxWrapper.d.ts +0 -5
- package/dist/components/AssetMatching/components/ActionsToolbox/ActionsToolboxWrapper.js +0 -23
- package/dist/components/AssetMatching/components/ActionsToolbox/PrimaryActions.d.ts +0 -10
- package/dist/components/AssetMatching/components/ActionsToolbox/PrimaryActions.js +0 -42
- package/dist/components/AssetMatching/components/ActionsToolbox/SecondaryActions.d.ts +0 -10
- package/dist/components/AssetMatching/components/ActionsToolbox/SecondaryActions.js +0 -88
- package/dist/components/AssetMatching/components/ActionsToolbox/index.d.ts +0 -2
- package/dist/components/AssetMatching/components/ActionsToolbox/index.js +0 -21
- package/dist/components/AssetMatching/components/Asset/Asset.d.ts +0 -15
- package/dist/components/AssetMatching/components/Asset/Asset.js +0 -38
- package/dist/components/AssetMatching/components/Asset/Asset.style.d.ts +0 -20
- package/dist/components/AssetMatching/components/Asset/Asset.style.js +0 -159
- package/dist/components/AssetMatching/components/Asset/AssetExternalLink.d.ts +0 -7
- package/dist/components/AssetMatching/components/Asset/AssetExternalLink.js +0 -39
- package/dist/components/AssetMatching/components/Asset/AssetHeading.d.ts +0 -12
- package/dist/components/AssetMatching/components/Asset/AssetHeading.js +0 -49
- package/dist/components/AssetMatching/components/Asset/AssetLinkedInfo.d.ts +0 -7
- package/dist/components/AssetMatching/components/Asset/AssetLinkedInfo.js +0 -27
- package/dist/components/AssetMatching/components/Asset/index.d.ts +0 -2
- package/dist/components/AssetMatching/components/Asset/index.js +0 -21
- package/dist/components/AssetMatching/components/Categories/Categories.d.ts +0 -8
- package/dist/components/AssetMatching/components/Categories/Categories.js +0 -37
- package/dist/components/AssetMatching/components/Categories/Categories.style.d.ts +0 -10
- package/dist/components/AssetMatching/components/Categories/Categories.style.js +0 -62
- package/dist/components/AssetMatching/components/Categories/Category.d.ts +0 -12
- package/dist/components/AssetMatching/components/Categories/Category.js +0 -37
- package/dist/components/AssetMatching/components/Categories/CategoryItem.d.ts +0 -6
- package/dist/components/AssetMatching/components/Categories/CategoryItem.js +0 -44
- package/dist/components/AssetMatching/components/Categories/index.d.ts +0 -1
- package/dist/components/AssetMatching/components/Categories/index.js +0 -10
- package/dist/components/AssetMatching/components/CheckBoxContainer/CheckBoxContainer.d.ts +0 -11
- package/dist/components/AssetMatching/components/CheckBoxContainer/CheckBoxContainer.js +0 -48
- package/dist/components/AssetMatching/components/CheckBoxContainer/CheckBoxContainer.style.d.ts +0 -9
- package/dist/components/AssetMatching/components/CheckBoxContainer/CheckBoxContainer.style.js +0 -53
- package/dist/components/AssetMatching/components/CheckBoxContainer/index.d.ts +0 -1
- package/dist/components/AssetMatching/components/CheckBoxContainer/index.js +0 -10
- package/dist/components/AssetMatching/components/SectionHeader/SectionHeader.d.ts +0 -24
- package/dist/components/AssetMatching/components/SectionHeader/SectionHeader.js +0 -59
- package/dist/components/AssetMatching/components/SectionHeader/SectionHeader.style.d.ts +0 -7
- package/dist/components/AssetMatching/components/SectionHeader/SectionHeader.style.js +0 -48
- package/dist/components/AssetMatching/components/SectionHeader/index.d.ts +0 -1
- package/dist/components/AssetMatching/components/SectionHeader/index.js +0 -10
- package/dist/components/AssetMatching/components/SelectedItemContext/SelectedItemProvider.d.ts +0 -4
- package/dist/components/AssetMatching/components/SelectedItemContext/SelectedItemProvider.js +0 -33
- package/dist/components/AssetMatching/components/SelectedItemContext/index.d.ts +0 -2
- package/dist/components/AssetMatching/components/SelectedItemContext/index.js +0 -21
- package/dist/components/AssetMatching/components/index.d.ts +0 -2
- package/dist/components/AssetMatching/components/index.js +0 -19
- package/dist/components/AssetMatching/components/utils.d.ts +0 -13
- package/dist/components/AssetMatching/components/utils.js +0 -98
- package/dist/components/AssetMatching/index.d.ts +0 -5
- package/dist/components/AssetMatching/index.js +0 -34
- package/dist/components/AssetMatching/types.d.ts +0 -6
- package/dist/components/AssetMatching/types.js +0 -3
package/dist/components/AssetMatching/components/SelectedItemContext/SelectedItemProvider.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports["default"] = exports.useSelectedItem = void 0;
|
|
5
|
-
|
|
6
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
|
-
var _react2 = require("@emotion/react");
|
|
9
|
-
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
|
|
12
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
-
|
|
14
|
-
var SelectedItemContext = /*#__PURE__*/(0, _react.createContext)([null, function () {
|
|
15
|
-
return void 0;
|
|
16
|
-
}]);
|
|
17
|
-
|
|
18
|
-
var useSelectedItem = function useSelectedItem() {
|
|
19
|
-
return (0, _react.useContext)(SelectedItemContext);
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
exports.useSelectedItem = useSelectedItem;
|
|
23
|
-
|
|
24
|
-
var SelectedItemProvider = function SelectedItemProvider(_ref) {
|
|
25
|
-
var children = _ref.children;
|
|
26
|
-
var state = (0, _react.useState)(null);
|
|
27
|
-
return (0, _react2.jsx)(SelectedItemContext.Provider, {
|
|
28
|
-
value: state
|
|
29
|
-
}, children);
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
var _default = SelectedItemProvider;
|
|
33
|
-
exports["default"] = _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
var _exportNames = {
|
|
5
|
-
SelectedItemProvider: true
|
|
6
|
-
};
|
|
7
|
-
exports.SelectedItemProvider = void 0;
|
|
8
|
-
|
|
9
|
-
var _SelectedItemProvider = _interopRequireWildcard(require("./SelectedItemProvider"));
|
|
10
|
-
|
|
11
|
-
exports.SelectedItemProvider = _SelectedItemProvider["default"];
|
|
12
|
-
Object.keys(_SelectedItemProvider).forEach(function (key) {
|
|
13
|
-
if (key === "default" || key === "__esModule") return;
|
|
14
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
15
|
-
if (key in exports && exports[key] === _SelectedItemProvider[key]) return;
|
|
16
|
-
exports[key] = _SelectedItemProvider[key];
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
20
|
-
|
|
21
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
|
|
5
|
-
var _SectionHeader = require("./SectionHeader");
|
|
6
|
-
|
|
7
|
-
Object.keys(_SectionHeader).forEach(function (key) {
|
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
|
9
|
-
if (key in exports && exports[key] === _SectionHeader[key]) return;
|
|
10
|
-
exports[key] = _SectionHeader[key];
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
var _ActionsToolbox = require("./ActionsToolbox");
|
|
14
|
-
|
|
15
|
-
Object.keys(_ActionsToolbox).forEach(function (key) {
|
|
16
|
-
if (key === "default" || key === "__esModule") return;
|
|
17
|
-
if (key in exports && exports[key] === _ActionsToolbox[key]) return;
|
|
18
|
-
exports[key] = _ActionsToolbox[key];
|
|
19
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatchingAction } from '../types';
|
|
2
|
-
export declare const useCategoryItemActions: (item: string, matchedCategoryItems?: string[] | undefined) => {
|
|
3
|
-
onHover: import("lodash").DebouncedFunc<() => void>;
|
|
4
|
-
onLeave: import("lodash").DebouncedFunc<() => void>;
|
|
5
|
-
itemId: string;
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
isItemMatched: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare const createActionButton: (isButtonFilled: boolean | undefined, color: string, isButtonTransparent: boolean | undefined) => (action: MatchingAction) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
10
|
-
export declare const useMatchingActions: (actions: MatchingAction[], enhanceWithWrapperElement: (actionButton: JSX.Element, index: number) => JSX.Element, isButtonFilled: boolean | undefined, color: string | undefined, isButtonTransparent: boolean | undefined) => {
|
|
11
|
-
actionItems: JSX.Element[];
|
|
12
|
-
actions: MatchingAction[];
|
|
13
|
-
};
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.useMatchingActions = exports.createActionButton = exports.useCategoryItemActions = void 0;
|
|
5
|
-
|
|
6
|
-
var _debounce = _interopRequireDefault(require("lodash/debounce"));
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
|
|
10
|
-
var _SelectedItemContext = require("./SelectedItemContext");
|
|
11
|
-
|
|
12
|
-
var _Button = _interopRequireDefault(require("../../Button"));
|
|
13
|
-
|
|
14
|
-
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
15
|
-
|
|
16
|
-
var _react2 = require("@emotion/react");
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
-
|
|
24
|
-
var SEARCH_REG_EXPRESSION = /\s/g;
|
|
25
|
-
var REPLACE_WITH = '-';
|
|
26
|
-
|
|
27
|
-
var useCategoryItemActions = function useCategoryItemActions(item, matchedCategoryItems) {
|
|
28
|
-
var isItemMatched = (0, _react.useMemo)(function () {
|
|
29
|
-
return (matchedCategoryItems == null ? void 0 : matchedCategoryItems.includes(item)) || false;
|
|
30
|
-
}, [matchedCategoryItems]);
|
|
31
|
-
|
|
32
|
-
var _useSelectedItem = (0, _SelectedItemContext.useSelectedItem)(),
|
|
33
|
-
selected = _useSelectedItem[0],
|
|
34
|
-
setSelected = _useSelectedItem[1];
|
|
35
|
-
|
|
36
|
-
var itemId = "" + (item == null ? void 0 : item.replace(SEARCH_REG_EXPRESSION, REPLACE_WITH).toLocaleLowerCase());
|
|
37
|
-
var updateSelected = (0, _react.useCallback)(function (value) {
|
|
38
|
-
return (0, _debounce["default"])(function () {
|
|
39
|
-
if (isItemMatched) {
|
|
40
|
-
setSelected(value);
|
|
41
|
-
}
|
|
42
|
-
}, 150);
|
|
43
|
-
}, [isItemMatched, setSelected]);
|
|
44
|
-
return {
|
|
45
|
-
onHover: updateSelected(itemId),
|
|
46
|
-
onLeave: updateSelected(null),
|
|
47
|
-
itemId: itemId,
|
|
48
|
-
isSelected: selected === itemId,
|
|
49
|
-
isItemMatched: isItemMatched
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
exports.useCategoryItemActions = useCategoryItemActions;
|
|
54
|
-
|
|
55
|
-
var createActionButton = function createActionButton(isButtonFilled, color, isButtonTransparent) {
|
|
56
|
-
if (isButtonFilled === void 0) {
|
|
57
|
-
isButtonFilled = false;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return function (action) {
|
|
61
|
-
var isTransparent = typeof isButtonTransparent === 'undefined' || isButtonTransparent;
|
|
62
|
-
return (0, _react2.jsx)(_Button["default"], {
|
|
63
|
-
type: 'primary',
|
|
64
|
-
color: !isTransparent ? undefined : color,
|
|
65
|
-
iconLeft: (0, _react2.jsx)(_Icon["default"], {
|
|
66
|
-
color: !isTransparent ? 'primary' : 'inherit',
|
|
67
|
-
name: action.icon
|
|
68
|
-
}),
|
|
69
|
-
filled: isButtonFilled,
|
|
70
|
-
onClick: action == null ? void 0 : action.onClick,
|
|
71
|
-
transparent: isTransparent
|
|
72
|
-
}, action.text);
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
exports.createActionButton = createActionButton;
|
|
77
|
-
|
|
78
|
-
var useMatchingActions = function useMatchingActions(actions, enhanceWithWrapperElement, isButtonFilled, color, isButtonTransparent) {
|
|
79
|
-
if (isButtonFilled === void 0) {
|
|
80
|
-
isButtonFilled = false;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
if (color === void 0) {
|
|
84
|
-
color = 'neutralWhite-500';
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
var actionItems = (0, _react.useMemo)(function () {
|
|
88
|
-
return actions.map(function (action, index) {
|
|
89
|
-
return enhanceWithWrapperElement(createActionButton(isButtonFilled, color, isButtonTransparent)(action), index);
|
|
90
|
-
});
|
|
91
|
-
}, [actions, enhanceWithWrapperElement, isButtonFilled]);
|
|
92
|
-
return {
|
|
93
|
-
actionItems: actionItems,
|
|
94
|
-
actions: actions
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
exports.useMatchingActions = useMatchingActions;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
var _exportNames = {};
|
|
5
|
-
exports["default"] = void 0;
|
|
6
|
-
|
|
7
|
-
var _types = require("./types");
|
|
8
|
-
|
|
9
|
-
Object.keys(_types).forEach(function (key) {
|
|
10
|
-
if (key === "default" || key === "__esModule") return;
|
|
11
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
12
|
-
if (key in exports && exports[key] === _types[key]) return;
|
|
13
|
-
exports[key] = _types[key];
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
var _ActionsToolbox = require("./components/ActionsToolbox");
|
|
17
|
-
|
|
18
|
-
Object.keys(_ActionsToolbox).forEach(function (key) {
|
|
19
|
-
if (key === "default" || key === "__esModule") return;
|
|
20
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
21
|
-
if (key in exports && exports[key] === _ActionsToolbox[key]) return;
|
|
22
|
-
exports[key] = _ActionsToolbox[key];
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
var _SectionHeader = require("./components/SectionHeader");
|
|
26
|
-
|
|
27
|
-
Object.keys(_SectionHeader).forEach(function (key) {
|
|
28
|
-
if (key === "default" || key === "__esModule") return;
|
|
29
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
30
|
-
if (key in exports && exports[key] === _SectionHeader[key]) return;
|
|
31
|
-
exports[key] = _SectionHeader[key];
|
|
32
|
-
});
|
|
33
|
-
var _default = './AssetMatching.tsx';
|
|
34
|
-
exports["default"] = _default;
|