@irontec/ivoz-ui 1.7.10 → 1.7.11

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.
@@ -7,10 +7,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { useStoreActions } from 'store';
12
- import { StyledPdfIcon, StyledFileName } from './DownloadFile.styles';
13
12
  import { saveAs } from 'file-saver';
13
+ import { Tooltip } from '@mui/material';
14
+ import DownloadIcon from '@mui/icons-material/Download';
15
+ import { StyledPdfButton } from './DownloadFile.styles';
14
16
  export default function DownloadFile(props) {
15
17
  const { row, path, fileType } = props;
16
18
  const apiDownload = useStoreActions((actions) => {
@@ -27,5 +29,6 @@ export default function DownloadFile(props) {
27
29
  }),
28
30
  });
29
31
  };
30
- return (_jsxs(_Fragment, { children: [_jsx(StyledPdfIcon, { onClick: download }), _jsx(StyledFileName, { children: row[fileType].baseName })] }));
32
+ const noFile = !row[fileType].baseName;
33
+ return (_jsx(Tooltip, Object.assign({ title: row[fileType].baseName, placement: 'bottom', arrow: true }, { children: _jsx(StyledPdfButton, Object.assign({ disabled: noFile, onClick: download }, { children: _jsx(DownloadIcon, {}) })) })));
31
34
  }
@@ -1,21 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledPdfIcon: import("@emotion/styled").StyledComponent<{
3
- children?: import("react").ReactNode;
4
- classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
5
- color?: "inherit" | "disabled" | "error" | "action" | "success" | "warning" | "info" | "primary" | "secondary" | undefined;
6
- fontSize?: "small" | "inherit" | "large" | "medium" | undefined;
7
- htmlColor?: string | undefined;
8
- inheritViewBox?: boolean | undefined;
9
- shapeRendering?: string | undefined;
10
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
11
- titleAccess?: string | undefined;
12
- viewBox?: string | undefined;
13
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "className" | "id" | "lang" | "style" | "tabIndex" | "role" | "color" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "clipPath" | "filter" | "mask" | "path" | "cursor" | "direction" | "display" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "name" | "key" | "max" | "media" | "method" | "min" | "target" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "local" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
14
- ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
15
- }, "color" | "children" | "fontSize" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & {
16
- theme?: import("@emotion/react").Theme | undefined;
17
- }, {}, {}>;
18
- export declare const StyledFileName: import("@emotion/styled").StyledComponent<{
2
+ export declare const StyledPdfButton: import("@emotion/styled").StyledComponent<{
19
3
  theme?: import("@emotion/react").Theme | undefined;
20
4
  as?: import("react").ElementType<any> | undefined;
21
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
5
+ }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
@@ -1,19 +1,19 @@
1
1
  import styled from '@emotion/styled';
2
- import DownloadIcon from '@mui/icons-material/Download';
3
- export const StyledPdfIcon = styled(DownloadIcon)(() => {
2
+ export const StyledPdfButton = styled.button(() => {
4
3
  return {
5
- color: '#5b5b5b',
6
- verticalAlign: 'bottom',
4
+ backgroundColor: 'transparent',
5
+ border: '0',
6
+ color: 'var(--color-text)',
7
7
  fontSize: '1.3em',
8
8
  cursor: 'pointer',
9
- };
10
- });
11
- export const StyledFileName = styled.span(() => {
12
- return {
13
- whiteSpace: 'nowrap',
14
- overflow: 'hidden',
15
- textOverflow: 'ellipsis',
16
- maxWidth: '60px',
17
- display: 'inline-flex',
9
+ display: 'flex',
10
+ alignItems: 'flex-end',
11
+ '&:hover': {
12
+ color: 'var(--color-primary)',
13
+ },
14
+ '&:disabled': {
15
+ color: '#d1d1d3',
16
+ cursor: 'initial',
17
+ },
18
18
  };
19
19
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@irontec/ivoz-ui",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "description": "UI library used in ivozprovider",
5
5
  "license": "GPL-3.0",
6
6
  "main": "index.js",
@@ -1,4 +1,6 @@
1
1
  {
2
+ "About": "Sobre",
3
+ "ACCEPT": "ACCEPTAR",
2
4
  "Add": "Añadir",
3
5
  "Advanced search": "Búsqueda avanzada",
4
6
  "Apply": "Aplicar",
@@ -21,6 +23,7 @@
21
23
  "Is lower than": "es menor que",
22
24
  "Is lower than equal": "es menor o igual que",
23
25
  "Language": "Idioma",
26
+ "Last update": "Última actualització",
24
27
  "Logout": "Salir",
25
28
  "New": "Nuevo",
26
29
  "New {{entity}}": "Nuevo {{entity}}",
@@ -50,5 +53,6 @@
50
53
  "invalid pattern": "Patrón invalido",
51
54
  "required value": "valor requerido",
52
55
  "settings": "Configuracions",
56
+ "Version": "Versió",
53
57
  "{{username}} account settings": "Configuración de cuenta de {{username}}"
54
58
  }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "About": "About",
3
+ "ACCEPT": "ACCEPT",
2
4
  "Add": "Add",
3
5
  "Advanced search": "Advanced search",
4
6
  "Apply": "Apply",
@@ -21,6 +23,7 @@
21
23
  "Is lower than": "Is lower than",
22
24
  "Is lower than equal": "Is lower than equal",
23
25
  "Language": "Language",
26
+ "Last update": "Last update",
24
27
  "Logout": "Logout",
25
28
  "New": "New",
26
29
  "New {{entity}}": "New {{entity}}",
@@ -50,5 +53,6 @@
50
53
  "invalid pattern": "invalid pattern",
51
54
  "required value": "required value",
52
55
  "settings": "Settings",
56
+ "Version": "Version",
53
57
  "{{username}} account settings": "{{username}} account settings"
54
58
  }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "About": "Acerca de",
3
+ "ACCEPT": "ACEPTAR",
2
4
  "Add": "Añadir",
3
5
  "Advanced search": "Búsqueda avanzada",
4
6
  "Apply": "Aplicar",
@@ -21,6 +23,7 @@
21
23
  "Is lower than": "es menor que",
22
24
  "Is lower than equal": "es menor o igual que",
23
25
  "Language": "Idioma",
26
+ "Last update": "Última actualización",
24
27
  "Logout": "Salir",
25
28
  "New": "Nuevo",
26
29
  "New {{entity}}": "Nuevo {{entity}}",
@@ -50,5 +53,6 @@
50
53
  "invalid pattern": "Patrón invalido",
51
54
  "required value": "valor requerido",
52
55
  "settings": "Configuración",
56
+ "Version": "Versión",
53
57
  "{{username}} account settings": "Configuración de cuenta de {{username}}"
54
58
  }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "About": "Circa",
3
+ "ACCEPT": "ACCETTARE",
2
4
  "Add": "Add",
3
5
  "Advanced search": "Advanced search",
4
6
  "Apply": "Apply",
@@ -21,6 +23,7 @@
21
23
  "Is lower than": "Is lower than",
22
24
  "Is lower than equal": "Is lower than equal",
23
25
  "Language": "Language",
26
+ "Last update": "Ultimo aggiornamento",
24
27
  "Logout": "Logout",
25
28
  "New": "New",
26
29
  "New {{entity}}": "New {{entity}}",
@@ -50,5 +53,6 @@
50
53
  "invalid pattern": "invalid pattern",
51
54
  "required value": "required value",
52
55
  "settings": "Impostazioni",
56
+ "Version": "Versione",
53
57
  "{{username}} account settings": "{{username}} account settings"
54
58
  }