@topconsultnpm/sdkui-react-beta 6.16.55 → 6.16.57

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.
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { useEffect, useState } from 'react';
3
3
  import TMTooltip from '../../base/TMTooltip';
4
+ import { IconShare } from '../../../helper';
4
5
  ;
5
6
  export const TMSearchResultFloatingActionButton = (props) => {
6
7
  const { config, selectedDcmtsOrFocused } = props;
@@ -45,6 +46,6 @@ export const TMSearchResultFloatingActionButton = (props) => {
45
46
  if (config.onClick) {
46
47
  await config.onClick(selectedDcmtsOrFocused);
47
48
  }
48
- }, children: _jsx(TMTooltip, { content: tooltip, children: iconElement || _jsx("i", { className: "dx-icon-add", style: { fontSize: '25px' } }) }) });
49
+ }, children: _jsx(TMTooltip, { content: tooltip, children: iconElement || _jsx(IconShare, { style: { fontSize: '25px' } }) }) });
49
50
  };
50
51
  export default TMSearchResultFloatingActionButton;
@@ -516,7 +516,7 @@ function IconSignCert(props) {
516
516
  return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: "1em", height: "1em", ...props, children: _jsx("path", { fill: "currentColor", d: "M6 3v26h20V9.6l-.3-.3l-6-6l-.3-.3zm2 2h10v6h6v16H8zm12 1.4L22.6 9H20zM10 13v2h12v-2zm3.5 3c-.9 0-1.6.6-2 1.3s-.5 1.6-.5 2.6c0 .6.2 1.2.3 1.8c-.4.1-.8.4-1.3.4v2c.7 0 1.4-.1 2-.3c.1.2.1.3.3.5c.4.4 1 .7 1.7.7c1.6 0 2.6-1.1 3.3-1.9c.1-.2.2-.3.3-.4c0 .1 0 .2.1.3c.1.2.2.4.4.6s.6.4.9.4c.6 0 1-.4 1.2-.6s.4-.5.6-.7c.4-.4.7-.7 1.1-.7v-2c-1.2 0-2.1.7-2.6 1.3c0-.1 0-.2-.1-.3c-.1-.2-.2-.4-.4-.7s-.5-.3-.8-.3c-.8 0-1.1.5-1.4.8s-.6.7-.8 1.1c-.6.7-1 1.1-1.8 1.1c-.1 0-.1-.1-.2-.1c.1 0 .1-.1.2-.1c1.1-.9 2-2.1 2-3.7q0-1.2-.6-2.1c-.4-.6-1.1-1-1.9-1m-.1 2c.3 0 .3 0 .4.2s.2.5.2 1c0 .6-.3 1.2-.8 1.7c0-.3-.2-.7-.2-.9c0-.8.1-1.4.3-1.7c.1-.2.1-.3.1-.3" }) }));
517
517
  }
518
518
  function IconSAPLogin(props) {
519
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: '1em', height: '1em', ...props, children: _jsx("g", { children: _jsx("path", { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M13.5 7h-3c-1.886 0-2.828 0-3.414.586S6.5 9.114 6.5 11v.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h3c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414V11c0-1.886 0-2.828-.586-3.414S15.386 7 13.5 7M9 7V5a3 3 0 1 1 6 0v2m-1.5 12l-3 3m0-3l3 3m7.5-3l-3 3m0-3l3 3M6 19l-3 3m0-3l3 3", color: "currentColor" }) }) }));
519
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: '1em', height: '1em', ...props, children: _jsx("g", { children: _jsx("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M13.5 7h-3c-1.886 0-2.828 0-3.414.586S6.5 9.114 6.5 11v.5c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h3c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414V11c0-1.886 0-2.828-.586-3.414S15.386 7 13.5 7M9 7V5a3 3 0 1 1 6 0v2m-1.5 12l-3 3m0-3l3 3m7.5-3l-3 3m0-3l3 3M6 19l-3 3m0-3l3 3", color: "currentColor" }) }) }));
520
520
  }
521
521
  function IconSAPLogin2(props) {
522
522
  return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14", width: "1em", height: "1em", ...props, children: _jsxs("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M5.62 7.38L11.5 1.5l2 2m-4.25.25L11 5.5" }), _jsx("circle", { cx: "3.5", cy: "9.5", r: "3" })] }) }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.16.55",
3
+ "version": "6.16.57",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",