iguazio.dashboard-react-controls 3.2.17 → 3.2.18

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 +1 @@
1
- {"version":3,"file":"TableLinkCell.d.ts","sourceRoot":"","sources":["../../../src/lib/elements/TableLinkCell/TableLinkCell.jsx"],"names":[],"mappings":";AAkCA;;;;;;;;;gBAgGC"}
1
+ {"version":3,"file":"TableLinkCell.d.ts","sourceRoot":"","sources":["../../../src/lib/elements/TableLinkCell/TableLinkCell.jsx"],"names":[],"mappings":";AAkCA;;;;;;;;;gBAsGC"}
@@ -1,12 +1,12 @@
1
1
  import { jsxs as o, jsx as s } from "react/jsx-runtime";
2
2
  import "react";
3
- import { Link as k } from "react-router-dom";
3
+ import { Link as w } from "react-router-dom";
4
4
  import a from "prop-types";
5
5
  import u from "classnames";
6
6
  import r from "../../components/Tooltip/Tooltip.mjs";
7
7
  import i from "../../components/TooltipTemplate/TextTooltipTemplate.mjs";
8
8
  import { formatDatetime as N } from "../../utils/datetime.util.mjs";
9
- import { truncateUid as g } from "../../utils/string.util.mjs";
9
+ import { truncateUid as k } from "../../utils/string.util.mjs";
10
10
  import T from "../../images/arrow.svg.mjs";
11
11
  /* empty css */
12
12
  const C = ({
@@ -14,29 +14,32 @@ const C = ({
14
14
  className: b = "",
15
15
  item: t,
16
16
  link: n,
17
- selectItem: f,
17
+ selectItem: x,
18
18
  selectedItem: m = {},
19
- showExpandButton: x = !1,
19
+ showExpandButton: f = !1,
20
20
  toggleRow: p = null
21
21
  }) => {
22
- const v = u(
22
+ const g = u(
23
23
  "table-body__cell",
24
24
  e.className,
25
25
  b,
26
26
  e.bodyCellClassName
27
27
  ), c = u("item-name"), { value: d, label: l, className: h } = t.state ?? {};
28
- return /* @__PURE__ */ o("td", { "data-testid": e.headerId, className: v, children: [
29
- e.linkIsExternal ? /* @__PURE__ */ s("span", { className: "data-ellipsis", children: /* @__PURE__ */ o("a", { href: n, className: "link", target: "_top", children: [
30
- /* @__PURE__ */ s(
31
- r,
32
- {
33
- className: c,
34
- template: /* @__PURE__ */ s(i, { text: e.tooltip || e.value || "" }),
35
- children: e.value
36
- }
37
- ),
38
- e.showStatus && d && l && /* @__PURE__ */ s(r, { className: "status", template: /* @__PURE__ */ s(i, { text: l }), children: /* @__PURE__ */ s("i", { className: h }) })
39
- ] }) }) : /* @__PURE__ */ o(k, { to: n, onClick: () => f(t), className: "data-ellipsis", children: [
28
+ return /* @__PURE__ */ o("td", { "data-testid": e.headerId, className: g, children: [
29
+ e.linkIsExternal ? /* @__PURE__ */ o("div", { className: "data-ellipsis", children: [
30
+ /* @__PURE__ */ o("a", { href: n, className: "link", target: "_top", children: [
31
+ /* @__PURE__ */ s(
32
+ r,
33
+ {
34
+ className: c,
35
+ template: /* @__PURE__ */ s(i, { text: e.tooltip || e.value || "" }),
36
+ children: e.value
37
+ }
38
+ ),
39
+ e.showStatus && d && l && /* @__PURE__ */ s(r, { className: "status", template: /* @__PURE__ */ s(i, { text: l }), children: /* @__PURE__ */ s("i", { className: h }) })
40
+ ] }),
41
+ e.showTag && /* @__PURE__ */ s(r, { className: "item-tag", template: /* @__PURE__ */ s(i, { text: t.tag }), children: /* @__PURE__ */ s("span", { className: "link-subtext", children: t.tag }) })
42
+ ] }) : /* @__PURE__ */ o(w, { to: n, onClick: () => x(t), className: "data-ellipsis", children: [
40
43
  /* @__PURE__ */ o("div", { className: "name-wrapper", children: [
41
44
  /* @__PURE__ */ o("div", { className: "link", children: [
42
45
  /* @__PURE__ */ s(
@@ -56,15 +59,15 @@ const C = ({
56
59
  t.startTime || t.created,
57
60
  d === "aborted" ? "N/A" : "Not yet started"
58
61
  ) }),
59
- e.value !== t.uid && e.value !== t.hash && /* @__PURE__ */ s("span", { className: "link-subtext", children: g(t.uid || t.hash) })
62
+ e.value !== t.uid && e.value !== t.hash && /* @__PURE__ */ s("span", { className: "link-subtext", children: k(t.uid || t.hash) })
60
63
  ] }),
61
64
  e.additionalInfo && Object.values(m).length !== 0 && /* @__PURE__ */ s("span", { className: "link-subtext", children: e.additionalInfo })
62
65
  ] }),
63
- x && /* @__PURE__ */ s(
66
+ f && /* @__PURE__ */ s(
64
67
  T,
65
68
  {
66
- onClick: (w) => {
67
- p && p(w, t);
69
+ onClick: (v) => {
70
+ p && p(v, t);
68
71
  },
69
72
  className: "expand-arrow"
70
73
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TableLinkCell.mjs","sources":["../../../src/lib/elements/TableLinkCell/TableLinkCell.jsx"],"sourcesContent":["/*\nCopyright 2019 Iguazio Systems Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\") with\nan addition restriction as set forth herein. You may not use this\nfile except in compliance with the License. You may obtain a copy of\nthe License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing\npermissions and limitations under the License.\n\nIn addition, you may not use the software for any purposes that are\nillegal under applicable law, and the grant of the foregoing license\nunder the Apache 2.0 license is conditioned upon your compliance with\nsuch restriction.\n*/\nimport React from 'react'\nimport { Link } from 'react-router-dom'\nimport PropTypes from 'prop-types'\nimport classnames from 'classnames'\n\nimport Tooltip from '../../components/Tooltip/Tooltip'\nimport TextTooltipTemplate from '../../components/TooltipTemplate/TextTooltipTemplate'\n\nimport { formatDatetime } from '../../utils/datetime.util'\nimport { truncateUid } from '../../utils/string.util'\n\nimport Arrow from '../../images/arrow.svg?react'\n\nimport './tableLinkCell.scss'\n\nconst TableLinkCell = ({\n cellData = {},\n className = '',\n item,\n link,\n selectItem,\n selectedItem = {},\n showExpandButton = false,\n toggleRow = null\n}) => {\n const tableCellClassNames = classnames(\n 'table-body__cell',\n cellData.className,\n className,\n cellData.bodyCellClassName\n )\n const itemNameClassNames = classnames('item-name')\n const { value: stateValue, label: stateLabel, className: stateClassName } = item.state ?? {}\n\n return (\n <td data-testid={cellData.headerId} className={tableCellClassNames}>\n {cellData.linkIsExternal ? (\n <span className=\"data-ellipsis\">\n <a href={link} className=\"link\" target=\"_top\">\n <Tooltip\n className={itemNameClassNames}\n template={<TextTooltipTemplate text={cellData.tooltip || cellData.value || ''} />}\n >\n {cellData.value}\n </Tooltip>\n\n {cellData.showStatus && stateValue && stateLabel && (\n <Tooltip className=\"status\" template={<TextTooltipTemplate text={stateLabel} />}>\n <i className={stateClassName} />\n </Tooltip>\n )}\n </a>\n </span>\n ) : (\n <Link to={link} onClick={() => selectItem(item)} className=\"data-ellipsis\">\n <div className=\"name-wrapper\">\n <div className=\"link\">\n <Tooltip\n className={itemNameClassNames}\n template={<TextTooltipTemplate text={cellData.tooltip || cellData.value || ''} />}\n >\n {cellData.value}\n </Tooltip>\n\n {cellData.showStatus && stateValue && stateLabel && (\n <Tooltip className=\"status\" template={<TextTooltipTemplate text={stateLabel} />}>\n <i className={stateClassName} />\n </Tooltip>\n )}\n </div>\n {cellData.showTag && (\n <Tooltip className=\"item-tag\" template={<TextTooltipTemplate text={item.tag} />}>\n <span className=\"link-subtext\">{item.tag}</span>\n </Tooltip>\n )}\n </div>\n {(cellData.showUid ||\n (cellData.showSelectedUid && Object.values(selectedItem).length !== 0)) && (\n <div className=\"date-uid-row\">\n {(item.startTime || item.created || item.updated) &&\n cellData.type !== 'date' &&\n (cellData.showDate || cellData.showUpdatedDate) && (\n <span className=\"link-subtext\">\n {cellData.showUpdatedDate\n ? formatDatetime(item.updated, 'N/A')\n : formatDatetime(\n item.startTime || item.created,\n stateValue === 'aborted' ? 'N/A' : 'Not yet started'\n )}\n </span>\n )}\n {cellData.value !== item.uid && cellData.value !== item.hash && (\n <span className=\"link-subtext\">{truncateUid(item.uid || item.hash)}</span>\n )}\n </div>\n )}\n {cellData.additionalInfo && Object.values(selectedItem).length !== 0 && (\n <span className=\"link-subtext\">{cellData.additionalInfo}</span>\n )}\n </Link>\n )}\n {showExpandButton && (\n <Arrow\n onClick={e => {\n toggleRow && toggleRow(e, item)\n }}\n className=\"expand-arrow\"\n />\n )}\n </td>\n )\n}\n\nTableLinkCell.propTypes = {\n cellData: PropTypes.object,\n className: PropTypes.string,\n item: PropTypes.object.isRequired,\n link: PropTypes.string.isRequired,\n selectItem: PropTypes.func.isRequired,\n selectedItem: PropTypes.object,\n showExpandButton: PropTypes.bool,\n toggleRow: PropTypes.func\n}\n\nexport default TableLinkCell\n"],"names":["TableLinkCell","cellData","className","item","link","selectItem","selectedItem","showExpandButton","toggleRow","tableCellClassNames","classnames","itemNameClassNames","stateValue","stateLabel","stateClassName","jsx","jsxs","Tooltip","TextTooltipTemplate","Link","formatDatetime","truncateUid","Arrow","e","PropTypes"],"mappings":"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"}
1
+ {"version":3,"file":"TableLinkCell.mjs","sources":["../../../src/lib/elements/TableLinkCell/TableLinkCell.jsx"],"sourcesContent":["/*\nCopyright 2019 Iguazio Systems Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\") with\nan addition restriction as set forth herein. You may not use this\nfile except in compliance with the License. You may obtain a copy of\nthe License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing\npermissions and limitations under the License.\n\nIn addition, you may not use the software for any purposes that are\nillegal under applicable law, and the grant of the foregoing license\nunder the Apache 2.0 license is conditioned upon your compliance with\nsuch restriction.\n*/\nimport React from 'react'\nimport { Link } from 'react-router-dom'\nimport PropTypes from 'prop-types'\nimport classnames from 'classnames'\n\nimport Tooltip from '../../components/Tooltip/Tooltip'\nimport TextTooltipTemplate from '../../components/TooltipTemplate/TextTooltipTemplate'\n\nimport { formatDatetime } from '../../utils/datetime.util'\nimport { truncateUid } from '../../utils/string.util'\n\nimport Arrow from '../../images/arrow.svg?react'\n\nimport './tableLinkCell.scss'\n\nconst TableLinkCell = ({\n cellData = {},\n className = '',\n item,\n link,\n selectItem,\n selectedItem = {},\n showExpandButton = false,\n toggleRow = null\n}) => {\n const tableCellClassNames = classnames(\n 'table-body__cell',\n cellData.className,\n className,\n cellData.bodyCellClassName\n )\n const itemNameClassNames = classnames('item-name')\n const { value: stateValue, label: stateLabel, className: stateClassName } = item.state ?? {}\n\n return (\n <td data-testid={cellData.headerId} className={tableCellClassNames}>\n {cellData.linkIsExternal ? (\n <div className=\"data-ellipsis\">\n <a href={link} className=\"link\" target=\"_top\">\n <Tooltip\n className={itemNameClassNames}\n template={<TextTooltipTemplate text={cellData.tooltip || cellData.value || ''} />}\n >\n {cellData.value}\n </Tooltip>\n\n {cellData.showStatus && stateValue && stateLabel && (\n <Tooltip className=\"status\" template={<TextTooltipTemplate text={stateLabel} />}>\n <i className={stateClassName} />\n </Tooltip>\n )}\n </a>\n\n {cellData.showTag && (\n <Tooltip className=\"item-tag\" template={<TextTooltipTemplate text={item.tag} />}>\n <span className=\"link-subtext\">{item.tag}</span>\n </Tooltip>\n )}\n </div>\n ) : (\n <Link to={link} onClick={() => selectItem(item)} className=\"data-ellipsis\">\n <div className=\"name-wrapper\">\n <div className=\"link\">\n <Tooltip\n className={itemNameClassNames}\n template={<TextTooltipTemplate text={cellData.tooltip || cellData.value || ''} />}\n >\n {cellData.value}\n </Tooltip>\n\n {cellData.showStatus && stateValue && stateLabel && (\n <Tooltip className=\"status\" template={<TextTooltipTemplate text={stateLabel} />}>\n <i className={stateClassName} />\n </Tooltip>\n )}\n </div>\n {cellData.showTag && (\n <Tooltip className=\"item-tag\" template={<TextTooltipTemplate text={item.tag} />}>\n <span className=\"link-subtext\">{item.tag}</span>\n </Tooltip>\n )}\n </div>\n {(cellData.showUid ||\n (cellData.showSelectedUid && Object.values(selectedItem).length !== 0)) && (\n <div className=\"date-uid-row\">\n {(item.startTime || item.created || item.updated) &&\n cellData.type !== 'date' &&\n (cellData.showDate || cellData.showUpdatedDate) && (\n <span className=\"link-subtext\">\n {cellData.showUpdatedDate\n ? formatDatetime(item.updated, 'N/A')\n : formatDatetime(\n item.startTime || item.created,\n stateValue === 'aborted' ? 'N/A' : 'Not yet started'\n )}\n </span>\n )}\n {cellData.value !== item.uid && cellData.value !== item.hash && (\n <span className=\"link-subtext\">{truncateUid(item.uid || item.hash)}</span>\n )}\n </div>\n )}\n {cellData.additionalInfo && Object.values(selectedItem).length !== 0 && (\n <span className=\"link-subtext\">{cellData.additionalInfo}</span>\n )}\n </Link>\n )}\n {showExpandButton && (\n <Arrow\n onClick={e => {\n toggleRow && toggleRow(e, item)\n }}\n className=\"expand-arrow\"\n />\n )}\n </td>\n )\n}\n\nTableLinkCell.propTypes = {\n cellData: PropTypes.object,\n className: PropTypes.string,\n item: PropTypes.object.isRequired,\n link: PropTypes.string.isRequired,\n selectItem: PropTypes.func.isRequired,\n selectedItem: PropTypes.object,\n showExpandButton: PropTypes.bool,\n toggleRow: PropTypes.func\n}\n\nexport default TableLinkCell\n"],"names":["TableLinkCell","cellData","className","item","link","selectItem","selectedItem","showExpandButton","toggleRow","tableCellClassNames","classnames","itemNameClassNames","stateValue","stateLabel","stateClassName","jsxs","jsx","Tooltip","TextTooltipTemplate","Link","formatDatetime","truncateUid","Arrow","e","PropTypes"],"mappings":"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"}
@@ -1,34 +1,34 @@
1
1
  import a from "moment";
2
- function c() {
2
+ function m() {
3
3
  const e = /* @__PURE__ */ new Set(["en-GB", "en-US"]);
4
4
  return (navigator.languages || [navigator.language]).find((o) => e.has(o)) || "en-US";
5
5
  }
6
- const m = c(), d = (e, t, r = {
6
+ const c = m(), d = (e, t, n = {
7
7
  year: "numeric",
8
8
  month: "short",
9
9
  day: "numeric",
10
10
  hour: "2-digit",
11
11
  minute: "2-digit",
12
12
  second: "2-digit"
13
- }, o = m) => {
13
+ }, o = c) => {
14
14
  if (!e)
15
15
  return t;
16
- const n = new Date(e.replace ? e.replace("+00:00", "") : e);
17
- return isNaN(n) || typeof n != "object" || !(n instanceof Date) || isNaN(n) ? t : new Intl.DateTimeFormat(o, {
16
+ const r = new Date(e);
17
+ return isNaN(r) || typeof r != "object" || !(r instanceof Date) || isNaN(r) ? t : new Intl.DateTimeFormat(o, {
18
18
  numberingSystem: "latn",
19
19
  calendar: "gregory",
20
- ...r
21
- }).format(n);
22
- }, p = (e) => {
23
- const [t, r] = e.split(":");
24
- return r ? {
20
+ ...n
21
+ }).format(r);
22
+ }, g = (e) => {
23
+ const [t, n] = e.split(":");
24
+ return n ? {
25
25
  hour: t.replace(/_/g, "0"),
26
- minute: r.replace(/_/g, "0")
26
+ minute: n.replace(/_/g, "0")
27
27
  } : {
28
28
  hour: "0",
29
29
  minute: "0"
30
30
  };
31
- }, g = (e) => (a.updateLocale("en", {
31
+ }, h = (e) => (a.updateLocale("en", {
32
32
  relativeTime: {
33
33
  future: "in %s",
34
34
  past: "%s ago",
@@ -47,17 +47,17 @@ const m = c(), d = (e, t, r = {
47
47
  y: "a year",
48
48
  yy: "%d years"
49
49
  }
50
- }), a.utc(e).fromNow()), h = (e, t) => a(e).format(t), y = (e = [], t, r = !0) => [...e].sort((o, n) => {
51
- const s = Date.parse(o[t]), u = Date.parse(n[t]);
52
- return r ? s - u : u - s;
50
+ }), a.utc(e).fromNow()), p = (e, t) => a(e).format(t), y = (e = [], t, n = !0) => [...e].sort((o, r) => {
51
+ const s = Date.parse(o[t]), u = Date.parse(r[t]);
52
+ return n ? s - u : u - s;
53
53
  });
54
54
  export {
55
55
  d as formatDatetime,
56
- h as getDateAndTimeByFormat,
57
- p as getFormatTime,
58
- c as getSupportedLocale,
59
- g as getTimeElapsedByDate,
56
+ p as getDateAndTimeByFormat,
57
+ g as getFormatTime,
58
+ m as getSupportedLocale,
59
+ h as getTimeElapsedByDate,
60
60
  y as sortListByDate,
61
- m as supportedLocale
61
+ c as supportedLocale
62
62
  };
63
63
  //# sourceMappingURL=datetime.util.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"datetime.util.mjs","sources":["../../src/lib/utils/datetime.util.js"],"sourcesContent":["/*\nCopyright 2019 Iguazio Systems Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\") with\nan addition restriction as set forth herein. You may not use this\nfile except in compliance with the License. You may obtain a copy of\nthe License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing\npermissions and limitations under the License.\n\nIn addition, you may not use the software for any purposes that are\nillegal under applicable law, and the grant of the foregoing license\nunder the Apache 2.0 license is conditioned upon your compliance with\nsuch restriction.\n*/\nimport moment from 'moment'\n\nexport function getSupportedLocale() {\n const SUPPORTED_LOCALES = new Set(['en-GB', 'en-US'])\n\n const userLocales = navigator.languages || [navigator.language]\n\n // browser always returns locales in descending order of preference\n const match = userLocales.find(locale => SUPPORTED_LOCALES.has(locale))\n\n return match || 'en-US'\n}\n\nexport const supportedLocale = getSupportedLocale()\n\nexport const formatDatetime = (\n datetime,\n invalidDateMessage,\n options = {\n year: 'numeric',\n month: 'short',\n day: 'numeric',\n hour: '2-digit',\n minute: '2-digit',\n second: '2-digit'\n },\n locale = supportedLocale\n) => {\n if (!datetime) {\n return invalidDateMessage\n }\n\n const date = new Date(datetime.replace ? datetime.replace('+00:00', '') : datetime)\n\n if (isNaN(date)) {\n return invalidDateMessage\n }\n\n return typeof date !== 'object' || !(date instanceof Date) || isNaN(date)\n ? invalidDateMessage\n : new Intl.DateTimeFormat(locale, {\n numberingSystem: 'latn',\n calendar: 'gregory',\n ...options\n }).format(date)\n}\n\nexport const getFormatTime = time => {\n const [hour, minute] = time.split(':')\n if (!minute) {\n return {\n hour: '0',\n minute: '0'\n }\n }\n return {\n hour: hour.replace(/_/g, '0'),\n minute: minute.replace(/_/g, '0')\n }\n}\n\nexport const getTimeElapsedByDate = creationDate => {\n moment.updateLocale('en', {\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years'\n }\n })\n\n const time = moment.utc(creationDate)\n\n return time.fromNow()\n}\n\nexport const getDateAndTimeByFormat = (date, dateFormat) => {\n return moment(date).format(dateFormat)\n}\n\nexport const sortListByDate = (list = [], field, isAscending = true) => {\n return [...list].sort((prevElem, nextElem) => {\n const prev = Date.parse(prevElem[field])\n const next = Date.parse(nextElem[field])\n\n return isAscending ? prev - next : next - prev\n })\n}\n"],"names":["getSupportedLocale","SUPPORTED_LOCALES","locale","supportedLocale","formatDatetime","datetime","invalidDateMessage","options","date","getFormatTime","time","hour","minute","getTimeElapsedByDate","creationDate","moment","getDateAndTimeByFormat","dateFormat","sortListByDate","list","field","isAscending","prevElem","nextElem","prev","next"],"mappings":";AAqBO,SAASA,IAAqB;AACnC,QAAMC,IAAoB,oBAAI,IAAI,CAAC,SAAS,OAAO,CAAC;AAOpD,UALoB,UAAU,aAAa,CAAC,UAAU,QAAQ,GAGpC,KAAK,CAAAC,MAAUD,EAAkB,IAAIC,CAAM,CAAC,KAEtD;AAClB;AAEY,MAACC,IAAkBH,EAAkB,GAEpCI,IAAiB,CAC5BC,GACAC,GACAC,IAAU;AAAA,EACR,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,QAAQ;AACZ,GACEL,IAASC,MACN;AACH,MAAI,CAACE;AACH,WAAOC;AAGT,QAAME,IAAO,IAAI,KAAKH,EAAS,UAAUA,EAAS,QAAQ,UAAU,EAAE,IAAIA,CAAQ;AAElF,SAAI,MAAMG,CAAI,KAIP,OAAOA,KAAS,YAAY,EAAEA,aAAgB,SAAS,MAAMA,CAAI,IAH/DF,IAKL,IAAI,KAAK,eAAeJ,GAAQ;AAAA,IAC9B,iBAAiB;AAAA,IACjB,UAAU;AAAA,IACV,GAAGK;AAAA,EACX,CAAO,EAAE,OAAOC,CAAI;AACpB,GAEaC,IAAgB,CAAAC,MAAQ;AACnC,QAAM,CAACC,GAAMC,CAAM,IAAIF,EAAK,MAAM,GAAG;AACrC,SAAKE,IAME;AAAA,IACL,MAAMD,EAAK,QAAQ,MAAM,GAAG;AAAA,IAC5B,QAAQC,EAAO,QAAQ,MAAM,GAAG;AAAA,EACpC,IARW;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,EACd;AAMA,GAEaC,IAAuB,CAAAC,OAClCC,EAAO,aAAa,MAAM;AAAA,EACxB,cAAc;AAAA,IACZ,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,EACV;AACA,CAAG,GAEYA,EAAO,IAAID,CAAY,EAExB,QAAO,IAGRE,IAAyB,CAACR,GAAMS,MACpCF,EAAOP,CAAI,EAAE,OAAOS,CAAU,GAG1BC,IAAiB,CAACC,IAAO,CAAA,GAAIC,GAAOC,IAAc,OACtD,CAAC,GAAGF,CAAI,EAAE,KAAK,CAACG,GAAUC,MAAa;AAC5C,QAAMC,IAAO,KAAK,MAAMF,EAASF,CAAK,CAAC,GACjCK,IAAO,KAAK,MAAMF,EAASH,CAAK,CAAC;AAEvC,SAAOC,IAAcG,IAAOC,IAAOA,IAAOD;AAC5C,CAAC;"}
1
+ {"version":3,"file":"datetime.util.mjs","sources":["../../src/lib/utils/datetime.util.js"],"sourcesContent":["/*\nCopyright 2019 Iguazio Systems Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\") with\nan addition restriction as set forth herein. You may not use this\nfile except in compliance with the License. You may obtain a copy of\nthe License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing\npermissions and limitations under the License.\n\nIn addition, you may not use the software for any purposes that are\nillegal under applicable law, and the grant of the foregoing license\nunder the Apache 2.0 license is conditioned upon your compliance with\nsuch restriction.\n*/\nimport moment from 'moment'\n\nexport function getSupportedLocale() {\n const SUPPORTED_LOCALES = new Set(['en-GB', 'en-US'])\n\n const userLocales = navigator.languages || [navigator.language]\n\n // browser always returns locales in descending order of preference\n const match = userLocales.find(locale => SUPPORTED_LOCALES.has(locale))\n\n return match || 'en-US'\n}\n\nexport const supportedLocale = getSupportedLocale()\n\nexport const formatDatetime = (\n datetime,\n invalidDateMessage,\n options = {\n year: 'numeric',\n month: 'short',\n day: 'numeric',\n hour: '2-digit',\n minute: '2-digit',\n second: '2-digit'\n },\n locale = supportedLocale\n) => {\n if (!datetime) {\n return invalidDateMessage\n }\n\n const date = new Date(datetime)\n\n if (isNaN(date)) {\n return invalidDateMessage\n }\n\n return typeof date !== 'object' || !(date instanceof Date) || isNaN(date)\n ? invalidDateMessage\n : new Intl.DateTimeFormat(locale, {\n numberingSystem: 'latn',\n calendar: 'gregory',\n ...options\n }).format(date)\n}\n\nexport const getFormatTime = time => {\n const [hour, minute] = time.split(':')\n if (!minute) {\n return {\n hour: '0',\n minute: '0'\n }\n }\n return {\n hour: hour.replace(/_/g, '0'),\n minute: minute.replace(/_/g, '0')\n }\n}\n\nexport const getTimeElapsedByDate = creationDate => {\n moment.updateLocale('en', {\n relativeTime: {\n future: 'in %s',\n past: '%s ago',\n s: 'a few seconds',\n ss: '%d seconds',\n m: 'a minute',\n mm: '%d minutes',\n h: 'an hour',\n hh: '%d hours',\n d: 'a day',\n dd: '%d days',\n w: 'a week',\n ww: '%d weeks',\n M: 'a month',\n MM: '%d months',\n y: 'a year',\n yy: '%d years'\n }\n })\n\n const time = moment.utc(creationDate)\n\n return time.fromNow()\n}\n\nexport const getDateAndTimeByFormat = (date, dateFormat) => {\n return moment(date).format(dateFormat)\n}\n\nexport const sortListByDate = (list = [], field, isAscending = true) => {\n return [...list].sort((prevElem, nextElem) => {\n const prev = Date.parse(prevElem[field])\n const next = Date.parse(nextElem[field])\n\n return isAscending ? prev - next : next - prev\n })\n}\n"],"names":["getSupportedLocale","SUPPORTED_LOCALES","locale","supportedLocale","formatDatetime","datetime","invalidDateMessage","options","date","getFormatTime","time","hour","minute","getTimeElapsedByDate","creationDate","moment","getDateAndTimeByFormat","dateFormat","sortListByDate","list","field","isAscending","prevElem","nextElem","prev","next"],"mappings":";AAqBO,SAASA,IAAqB;AACnC,QAAMC,IAAoB,oBAAI,IAAI,CAAC,SAAS,OAAO,CAAC;AAOpD,UALoB,UAAU,aAAa,CAAC,UAAU,QAAQ,GAGpC,KAAK,CAAAC,MAAUD,EAAkB,IAAIC,CAAM,CAAC,KAEtD;AAClB;AAEY,MAACC,IAAkBH,EAAkB,GAEpCI,IAAiB,CAC5BC,GACAC,GACAC,IAAU;AAAA,EACR,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,QAAQ;AACZ,GACEL,IAASC,MACN;AACH,MAAI,CAACE;AACH,WAAOC;AAGT,QAAME,IAAO,IAAI,KAAKH,CAAQ;AAE9B,SAAI,MAAMG,CAAI,KAIP,OAAOA,KAAS,YAAY,EAAEA,aAAgB,SAAS,MAAMA,CAAI,IAH/DF,IAKL,IAAI,KAAK,eAAeJ,GAAQ;AAAA,IAC9B,iBAAiB;AAAA,IACjB,UAAU;AAAA,IACV,GAAGK;AAAA,EACX,CAAO,EAAE,OAAOC,CAAI;AACpB,GAEaC,IAAgB,CAAAC,MAAQ;AACnC,QAAM,CAACC,GAAMC,CAAM,IAAIF,EAAK,MAAM,GAAG;AACrC,SAAKE,IAME;AAAA,IACL,MAAMD,EAAK,QAAQ,MAAM,GAAG;AAAA,IAC5B,QAAQC,EAAO,QAAQ,MAAM,GAAG;AAAA,EACpC,IARW;AAAA,IACL,MAAM;AAAA,IACN,QAAQ;AAAA,EACd;AAMA,GAEaC,IAAuB,CAAAC,OAClCC,EAAO,aAAa,MAAM;AAAA,EACxB,cAAc;AAAA,IACZ,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,IACJ,GAAG;AAAA,IACH,IAAI;AAAA,EACV;AACA,CAAG,GAEYA,EAAO,IAAID,CAAY,EAExB,QAAO,IAGRE,IAAyB,CAACR,GAAMS,MACpCF,EAAOP,CAAI,EAAE,OAAOS,CAAU,GAG1BC,IAAiB,CAACC,IAAO,CAAA,GAAIC,GAAOC,IAAc,OACtD,CAAC,GAAGF,CAAI,EAAE,KAAK,CAACG,GAAUC,MAAa;AAC5C,QAAMC,IAAO,KAAK,MAAMF,EAASF,CAAK,CAAC,GACjCK,IAAO,KAAK,MAAMF,EAASH,CAAK,CAAC;AAEvC,SAAOC,IAAcG,IAAOC,IAAOA,IAAOD;AAC5C,CAAC;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "3.2.17",
3
+ "version": "3.2.18",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.mjs",