iobroker.vis-2-widgets-collection 1.7.2 → 1.7.3

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/README.md CHANGED
@@ -53,6 +53,9 @@
53
53
  ### __WORK IN PROGRESS__
54
54
  -->
55
55
  ## Changelog
56
+ ### 1.7.3 (2025-03-21)
57
+ - (steiger04) Gauge bug fixed
58
+
56
59
  ### 1.7.2 (2025-03-21)
57
60
  - (steiger04) Gauge optimized
58
61
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-2-widgets-collection",
4
- "version": "1.7.2",
4
+ "version": "1.7.3",
5
5
  "news": {
6
+ "1.7.3": {
7
+ "en": "Gauge bug fixed",
8
+ "de": "Fehler behoben",
9
+ "ru": "Огонь исправлен",
10
+ "pt": "Bug de calibre corrigido",
11
+ "nl": "Bugfixed",
12
+ "fr": "Correction du bogue de jauge",
13
+ "it": "Bug di Gauge fisso",
14
+ "es": "Error de Gauge fijo",
15
+ "pl": "Błąd parametru",
16
+ "uk": "Виправлено помилку",
17
+ "zh-cn": "Gauge 错误已修复"
18
+ },
6
19
  "1.7.2": {
7
20
  "en": "Gauge optimized",
8
21
  "de": "Maßgeschneidert",
@@ -80,19 +93,6 @@
80
93
  "pl": "Optymalizacja widżetu",
81
94
  "uk": "Оптимізація віджету",
82
95
  "zh-cn": "部件优化"
83
- },
84
- "1.5.1": {
85
- "en": "Select bug fixed",
86
- "de": "Wählen Sie Fehler behoben",
87
- "ru": "Выберите ошибку",
88
- "pt": "Selecione o erro corrigido",
89
- "nl": "Selecteer bug vast",
90
- "fr": "Sélectionner le bug corrigé",
91
- "it": "Selezionare bug fisso",
92
- "es": "Seleccionar error fijo",
93
- "pl": "Wybierz błąd ustawiony",
94
- "uk": "Виберіть виправлення помилок",
95
- "zh-cn": "选择已修正的错误"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-2-widgets-collection",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "ioBroker vis-2 widget collection",
5
5
  "author": "Steiger04 <steiger04@posteo.de>",
6
6
  "contributors": [
@@ -13,7 +13,7 @@
13
13
  "static/js/src_DialogCollectionWidget_DialogCollectionWidget_jsx.b4d35d0e.chunk.js": "./static/js/src_DialogCollectionWidget_DialogCollectionWidget_jsx.b4d35d0e.chunk.js",
14
14
  "static/js/src_SelectCollectionWidget_SelectCollectionWidget_jsx.55ffafdb.chunk.js": "./static/js/src_SelectCollectionWidget_SelectCollectionWidget_jsx.55ffafdb.chunk.js",
15
15
  "static/js/src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx.67070ad1.chunk.js": "./static/js/src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx.67070ad1.chunk.js",
16
- "static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js": "./static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js",
16
+ "static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js": "./static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js",
17
17
  "static/js/vendors-node_modules_mui_system_esm_index_js.b8618c63.chunk.js": "./static/js/vendors-node_modules_mui_system_esm_index_js.b8618c63.chunk.js",
18
18
  "static/js/vendors-node_modules_react-dom_index_js.190f0c6e.chunk.js": "./static/js/vendors-node_modules_react-dom_index_js.190f0c6e.chunk.js",
19
19
  "static/js/vendors-node_modules_mui_material_index_js.8ba01614.chunk.js": "./static/js/vendors-node_modules_mui_material_index_js.8ba01614.chunk.js",
@@ -37,7 +37,7 @@
37
37
  "src_DialogCollectionWidget_DialogCollectionWidget_jsx.b4d35d0e.chunk.js.map": "./static/js/src_DialogCollectionWidget_DialogCollectionWidget_jsx.b4d35d0e.chunk.js.map",
38
38
  "src_SelectCollectionWidget_SelectCollectionWidget_jsx.55ffafdb.chunk.js.map": "./static/js/src_SelectCollectionWidget_SelectCollectionWidget_jsx.55ffafdb.chunk.js.map",
39
39
  "src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx.67070ad1.chunk.js.map": "./static/js/src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx.67070ad1.chunk.js.map",
40
- "src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js.map": "./static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js.map",
40
+ "src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js.map": "./static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js.map",
41
41
  "vendors-node_modules_mui_system_esm_index_js.b8618c63.chunk.js.map": "./static/js/vendors-node_modules_mui_system_esm_index_js.b8618c63.chunk.js.map",
42
42
  "vendors-node_modules_react-dom_index_js.190f0c6e.chunk.js.map": "./static/js/vendors-node_modules_react-dom_index_js.190f0c6e.chunk.js.map",
43
43
  "vendors-node_modules_mui_material_index_js.8ba01614.chunk.js.map": "./static/js/vendors-node_modules_mui_material_index_js.8ba01614.chunk.js.map",
@@ -1,2 +1,2 @@
1
- var vis2CollectionWidget;(()=>{"use strict";var e={8978:(e,_,s)=>{var o={"./StateCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_StateCollectionWidget_StateCollectionWidget_jsx")]).then((()=>()=>s(2132))),"./SliderCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx")]).then((()=>()=>s(2354))),"./ButtonGroupCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx")]).then((()=>()=>s(3190))),"./translations":()=>s.e("src_translations_js").then((()=>()=>s(5850))),"./SwitchCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_SwitchCollectionWidget_SwitchCollectionWidget_jsx")]).then((()=>()=>s(4801))),"./CheckboxCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx")]).then((()=>()=>s(6047))),"./DialogCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_DialogCollectionWidget_DialogCollectionWidget_jsx")]).then((()=>()=>s(2840))),"./SelectCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_SelectCollectionWidget_SelectCollectionWidget_jsx")]).then((()=>()=>s(7903))),"./RadioGroupCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx")]).then((()=>()=>s(3810))),"./GaugeCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("vendors-node_modules_canvas-gauges_gauge_min_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_GaugeCollectionWidget_GaugeCollectionWidget_jsx")]).then((()=>()=>s(2435)))},t=(e,_)=>(s.R=_,_=s.o(o,e)?o[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),s.R=void 0,_),n=(e,_)=>{if(s.S){var o="default",t=s.S[o];if(t&&t!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return s.S[o]=e,s.I(o,_)}};s.d(_,{get:()=>t,init:()=>n})}},_={};function s(o){var t=_[o];if(void 0!==t)return t.exports;var n=_[o]={exports:{}};return e[o].call(n.exports,n,n.exports,s),n.exports}s.m=e,s.c=_,s.n=e=>{var _=e&&e.__esModule?()=>e.default:()=>e;return s.d(_,{a:_}),_},s.d=(e,_)=>{for(var o in _)s.o(_,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:_[o]})},s.f={},s.e=e=>Promise.all(Object.keys(s.f).reduce(((_,o)=>(s.f[o](e,_),_)),[])),s.u=e=>"static/js/"+e+"."+{"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987":"9c21ae2e","vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js":"d38263c1","vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4":"116e9fa1","vendors-node_modules_mui_material_Switch_Switch_js":"928081a1","vendors-node_modules_mui_material_index_js":"8ba01614","vendors-node_modules_mui_system_esm_index_js":"b8618c63","node_modules_prop-types_index_js":"7f922324","vendors-node_modules_react-dom_index_js":"190f0c6e",node_modules_react_index_js:"a5285de4","vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f":"bb47ef22",src_components_CollectionDivider_jsx:"40d42438",src_StateCollectionWidget_StateCollectionWidget_jsx:"65b694b1",src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx:"39867ec5",src_translations_js:"2af12bc5",src_SwitchCollectionWidget_SwitchCollectionWidget_jsx:"7004d49f",src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx:"8ee23d20",src_DialogCollectionWidget_DialogCollectionWidget_jsx:"b4d35d0e",src_SelectCollectionWidget_SelectCollectionWidget_jsx:"55ffafdb",src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx:"67070ad1","vendors-node_modules_canvas-gauges_gauge_min_js":"d2cb37fb",src_GaugeCollectionWidget_GaugeCollectionWidget_jsx:"f16eb717"}[e]+".chunk.js",s.miniCssF=e=>{},s.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),s.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),(()=>{var e={},_="iobroker.vis-widgets-react-collection:";s.l=(o,t,n,i)=>{if(e[o])e[o].push(t);else{var r,d;if(void 0!==n)for(var l=document.getElementsByTagName("script"),a=0;a<l.length;a++){var u=l[a];if(u.getAttribute("src")==o||u.getAttribute("data-webpack")==_+n){r=u;break}}r||(d=!0,(r=document.createElement("script")).charset="utf-8",r.timeout=120,s.nc&&r.setAttribute("nonce",s.nc),r.setAttribute("data-webpack",_+n),r.src=o),e[o]=[t];var m=(_,s)=>{r.onerror=r.onload=null,clearTimeout(c);var t=e[o];if(delete e[o],r.parentNode&&r.parentNode.removeChild(r),t&&t.forEach((e=>e(s))),_)return _(s)},c=setTimeout(m.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=m.bind(null,r.onerror),r.onload=m.bind(null,r.onload),d&&document.head.appendChild(r)}}})(),s.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{s.S={};var e={},_={};s.I=(o,t)=>{t||(t=[]);var n=_[o];if(n||(n=_[o]={}),!(t.indexOf(n)>=0)){if(t.push(n),e[o])return e[o];s.o(s.S,o)||(s.S[o]={});var i=s.S[o],r="iobroker.vis-widgets-react-collection",d=(e,_,s,o)=>{var t=i[e]=i[e]||{},n=t[_];(!n||!n.loaded&&(!o!=!n.eager?o:r>n.from))&&(t[_]={get:s,from:r,eager:!!o})},l=[];if("default"===o)d("@mui/material","*",(()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("vendors-node_modules_mui_material_index_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4")]).then((()=>()=>s(4999))))),d("@mui/system","*",(()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_system_esm_index_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types")]).then((()=>()=>s(1200))))),d("prop-types","*",(()=>s.e("node_modules_prop-types_index_js").then((()=>()=>s(5173))))),d("react-dom","*",(()=>Promise.all([s.e("vendors-node_modules_react-dom_index_js"),s.e("webpack_sharing_consume_default_react_react")]).then((()=>()=>s(7950))))),d("react","*",(()=>s.e("node_modules_react_index_js").then((()=>()=>s(5043)))));return l.length?e[o]=Promise.all(l).then((()=>e[o]=1)):e[o]=1}}})(),(()=>{var e;s.g.importScripts&&(e=s.g.location+"");var _=s.g.document;if(!e&&_&&(_.currentScript&&"SCRIPT"===_.currentScript.tagName.toUpperCase()&&(e=_.currentScript.src),!e)){var o=_.getElementsByTagName("script");if(o.length)for(var t=o.length-1;t>-1&&(!e||!/^http(s?):/.test(e));)e=o[t--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=e})(),(()=>{var e=e=>{var _=e=>e.split(".").map((e=>+e==e?+e:e)),s=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),o=s[1]?_(s[1]):[];return s[2]&&(o.length++,o.push.apply(o,_(s[2]))),s[3]&&(o.push([]),o.push.apply(o,_(s[3]))),o},_=(_,s)=>{_=e(_),s=e(s);for(var o=0;;){if(o>=_.length)return o<s.length&&"u"!=(typeof s[o])[0];var t=_[o],n=(typeof t)[0];if(o>=s.length)return"u"==n;var i=s[o],r=(typeof i)[0];if(n!=r)return"o"==n&&"n"==r||"s"==r||"u"==n;if("o"!=n&&"u"!=n&&t!=i)return t<i;o++}},o=e=>{var _=e[0],s="";if(1===e.length)return"*";if(_+.5){s+=0==_?">=":-1==_?"<":1==_?"^":2==_?"~":_>0?"=":"!=";for(var t=1,n=1;n<e.length;n++)t--,s+="u"==(typeof(r=e[n]))[0]?"-":(t>0?".":"")+(t=2,r);return s}var i=[];for(n=1;n<e.length;n++){var r=e[n];i.push(0===r?"not("+d()+")":1===r?"("+d()+" || "+d()+")":2===r?i.pop()+" "+i.pop():o(r))}return d();function d(){return i.pop().replace(/^\((.+)\)$/,"$1")}},t=(_,s)=>{if(0 in _){s=e(s);var o=_[0],n=o<0;n&&(o=-o-1);for(var i=0,r=1,d=!0;;r++,i++){var l,a,u=r<_.length?(typeof _[r])[0]:"";if(i>=s.length||"o"==(a=(typeof(l=s[i]))[0]))return!d||("u"==u?r>o&&!n:""==u!=n);if("u"==a){if(!d||"u"!=u)return!1}else if(d)if(u==a)if(r<=o){if(l!=_[r])return!1}else{if(n?l>_[r]:l<_[r])return!1;l!=_[r]&&(d=!1)}else if("s"!=u&&"n"!=u){if(n||r<=o)return!1;d=!1,r--}else{if(r<=o||a<u!=n)return!1;d=!1}else"s"!=u&&"n"!=u&&(d=!1,r--)}}var m=[],c=m.pop.bind(m);for(i=1;i<_.length;i++){var p=_[i];m.push(1==p?c()|c():2==p?c()&c():p?t(p,s):!c())}return!!c()},n=(e,_)=>e&&s.o(e,_),i=e=>(e.loaded=1,e.get()),r=e=>Object.keys(e).reduce(((_,s)=>(e[s].eager&&(_[s]=e[s]),_)),{}),d=(e,s,o)=>{var t=o?r(e[s]):e[s];return Object.keys(t).reduce(((e,s)=>!e||!t[e].loaded&&_(e,s)?s:e),0)},l=(e,_,s,t)=>"Unsatisfied version "+s+" from "+(s&&e[_][s].from)+" of shared singleton module "+_+" (required "+o(t)+")",a=e=>{throw new Error(e)},u=e=>{"undefined"!==typeof console&&console.warn&&console.warn(e)},m=e=>function(_,o,t,n,i){var r=s.I(_);return r&&r.then&&!t?r.then(e.bind(e,_,s.S[_],o,!1,n,i)):e(_,s.S[_],o,t,n,i)},c=(e,_,s)=>s?s():((e,_)=>a("Shared module "+_+" doesn't exist in shared scope "+e))(e,_),p=m(((e,_,s,o,r,a)=>{if(!n(_,s))return c(e,s,a);var m=d(_,s,o);return t(r,m)||u(l(_,s,m,r)),i(_[s][m])})),f={},g={8437:()=>p("default","react",!1,[0],(()=>s.e("node_modules_react_index_js").then((()=>()=>s(5043))))),5973:()=>p("default","prop-types",!1,[0],(()=>s.e("node_modules_prop-types_index_js").then((()=>()=>s(5173))))),8565:()=>p("default","@mui/system",!1,[0],(()=>Promise.all([s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_system_esm_index_js")]).then((()=>()=>s(1200))))),3479:()=>p("default","react-dom",!1,[0],(()=>s.e("vendors-node_modules_react-dom_index_js").then((()=>()=>s(7950))))),7085:()=>p("default","@mui/material",!1,[0],(()=>Promise.all([s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("vendors-node_modules_mui_material_index_js")]).then((()=>()=>s(4999)))))},h={webpack_sharing_consume_default_react_react:[8437],"webpack_sharing_consume_default_prop-types_prop-types":[5973],"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4":[8565,3479],src_components_CollectionDivider_jsx:[7085]},v={};s.f.consumes=(e,_)=>{s.o(h,e)&&h[e].forEach((e=>{if(s.o(f,e))return _.push(f[e]);if(!v[e]){var o=_=>{f[e]=0,s.m[e]=o=>{delete s.c[e],o.exports=_()}};v[e]=!0;var t=_=>{delete f[e],s.m[e]=o=>{throw delete s.c[e],_}};try{var n=g[e]();n.then?_.push(f[e]=n.then(o).catch(t)):o(n)}catch(i){t(i)}}}))}})(),(()=>{var e={vis2CollectionWidget:0};s.f.j=(_,o)=>{var t=s.o(e,_)?e[_]:void 0;if(0!==t)if(t)o.push(t[2]);else if(/^webpack_sharing_consume_default_(mui_system_mui_system\-webpack_sharing_consume_default_react\-d\-dde2d4|prop\-types_prop\-types|react_react)$/.test(_))e[_]=0;else{var n=new Promise(((s,o)=>t=e[_]=[s,o]));o.push(t[2]=n);var i=s.p+s.u(_),r=new Error;s.l(i,(o=>{if(s.o(e,_)&&(0!==(t=e[_])&&(e[_]=void 0),t)){var n=o&&("load"===o.type?"missing":o.type),i=o&&o.target&&o.target.src;r.message="Loading chunk "+_+" failed.\n("+n+": "+i+")",r.name="ChunkLoadError",r.type=n,r.request=i,t[1](r)}}),"chunk-"+_,_)}};var _=(_,o)=>{var t,n,i=o[0],r=o[1],d=o[2],l=0;if(i.some((_=>0!==e[_]))){for(t in r)s.o(r,t)&&(s.m[t]=r[t]);if(d)d(s)}for(_&&_(o);l<i.length;l++)n=i[l],s.o(e,n)&&e[n]&&e[n][0](),e[n]=0},o=self.webpackChunkiobroker_vis_widgets_react_collection=self.webpackChunkiobroker_vis_widgets_react_collection||[];o.forEach(_.bind(null,0)),o.push=_.bind(null,o.push.bind(o))})();var o=s(8978);vis2CollectionWidget=o})();
1
+ var vis2CollectionWidget;(()=>{"use strict";var e={8978:(e,_,s)=>{var o={"./StateCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_StateCollectionWidget_StateCollectionWidget_jsx")]).then((()=>()=>s(2132))),"./SliderCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx")]).then((()=>()=>s(2354))),"./ButtonGroupCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx")]).then((()=>()=>s(3190))),"./translations":()=>s.e("src_translations_js").then((()=>()=>s(5850))),"./SwitchCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_SwitchCollectionWidget_SwitchCollectionWidget_jsx")]).then((()=>()=>s(4801))),"./CheckboxCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx")]).then((()=>()=>s(6047))),"./DialogCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_DialogCollectionWidget_DialogCollectionWidget_jsx")]).then((()=>()=>s(2840))),"./SelectCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_SelectCollectionWidget_SelectCollectionWidget_jsx")]).then((()=>()=>s(7903))),"./RadioGroupCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx")]).then((()=>()=>s(3810))),"./GaugeCollectionWidget":()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f"),s.e("vendors-node_modules_canvas-gauges_gauge_min_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4"),s.e("src_components_CollectionDivider_jsx"),s.e("src_GaugeCollectionWidget_GaugeCollectionWidget_jsx")]).then((()=>()=>s(2435)))},t=(e,_)=>(s.R=_,_=s.o(o,e)?o[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),s.R=void 0,_),n=(e,_)=>{if(s.S){var o="default",t=s.S[o];if(t&&t!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return s.S[o]=e,s.I(o,_)}};s.d(_,{get:()=>t,init:()=>n})}},_={};function s(o){var t=_[o];if(void 0!==t)return t.exports;var n=_[o]={exports:{}};return e[o].call(n.exports,n,n.exports,s),n.exports}s.m=e,s.c=_,s.n=e=>{var _=e&&e.__esModule?()=>e.default:()=>e;return s.d(_,{a:_}),_},s.d=(e,_)=>{for(var o in _)s.o(_,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:_[o]})},s.f={},s.e=e=>Promise.all(Object.keys(s.f).reduce(((_,o)=>(s.f[o](e,_),_)),[])),s.u=e=>"static/js/"+e+"."+{"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987":"9c21ae2e","vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js":"d38263c1","vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4":"116e9fa1","vendors-node_modules_mui_material_Switch_Switch_js":"928081a1","vendors-node_modules_mui_material_index_js":"8ba01614","vendors-node_modules_mui_system_esm_index_js":"b8618c63","node_modules_prop-types_index_js":"7f922324","vendors-node_modules_react-dom_index_js":"190f0c6e",node_modules_react_index_js:"a5285de4","vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f":"bb47ef22",src_components_CollectionDivider_jsx:"40d42438",src_StateCollectionWidget_StateCollectionWidget_jsx:"65b694b1",src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx:"39867ec5",src_translations_js:"2af12bc5",src_SwitchCollectionWidget_SwitchCollectionWidget_jsx:"7004d49f",src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx:"8ee23d20",src_DialogCollectionWidget_DialogCollectionWidget_jsx:"b4d35d0e",src_SelectCollectionWidget_SelectCollectionWidget_jsx:"55ffafdb",src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx:"67070ad1","vendors-node_modules_canvas-gauges_gauge_min_js":"d2cb37fb",src_GaugeCollectionWidget_GaugeCollectionWidget_jsx:"70b9e47e"}[e]+".chunk.js",s.miniCssF=e=>{},s.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),s.o=(e,_)=>Object.prototype.hasOwnProperty.call(e,_),(()=>{var e={},_="iobroker.vis-widgets-react-collection:";s.l=(o,t,n,i)=>{if(e[o])e[o].push(t);else{var r,d;if(void 0!==n)for(var l=document.getElementsByTagName("script"),a=0;a<l.length;a++){var u=l[a];if(u.getAttribute("src")==o||u.getAttribute("data-webpack")==_+n){r=u;break}}r||(d=!0,(r=document.createElement("script")).charset="utf-8",r.timeout=120,s.nc&&r.setAttribute("nonce",s.nc),r.setAttribute("data-webpack",_+n),r.src=o),e[o]=[t];var m=(_,s)=>{r.onerror=r.onload=null,clearTimeout(c);var t=e[o];if(delete e[o],r.parentNode&&r.parentNode.removeChild(r),t&&t.forEach((e=>e(s))),_)return _(s)},c=setTimeout(m.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=m.bind(null,r.onerror),r.onload=m.bind(null,r.onload),d&&document.head.appendChild(r)}}})(),s.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{s.S={};var e={},_={};s.I=(o,t)=>{t||(t=[]);var n=_[o];if(n||(n=_[o]={}),!(t.indexOf(n)>=0)){if(t.push(n),e[o])return e[o];s.o(s.S,o)||(s.S[o]={});var i=s.S[o],r="iobroker.vis-widgets-react-collection",d=(e,_,s,o)=>{var t=i[e]=i[e]||{},n=t[_];(!n||!n.loaded&&(!o!=!n.eager?o:r>n.from))&&(t[_]={get:s,from:r,eager:!!o})},l=[];if("default"===o)d("@mui/material","*",(()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js"),s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("vendors-node_modules_mui_material_index_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types"),s.e("webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4")]).then((()=>()=>s(4999))))),d("@mui/system","*",(()=>Promise.all([s.e("vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987"),s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_system_esm_index_js"),s.e("webpack_sharing_consume_default_react_react"),s.e("webpack_sharing_consume_default_prop-types_prop-types")]).then((()=>()=>s(1200))))),d("prop-types","*",(()=>s.e("node_modules_prop-types_index_js").then((()=>()=>s(5173))))),d("react-dom","*",(()=>Promise.all([s.e("vendors-node_modules_react-dom_index_js"),s.e("webpack_sharing_consume_default_react_react")]).then((()=>()=>s(7950))))),d("react","*",(()=>s.e("node_modules_react_index_js").then((()=>()=>s(5043)))));return l.length?e[o]=Promise.all(l).then((()=>e[o]=1)):e[o]=1}}})(),(()=>{var e;s.g.importScripts&&(e=s.g.location+"");var _=s.g.document;if(!e&&_&&(_.currentScript&&"SCRIPT"===_.currentScript.tagName.toUpperCase()&&(e=_.currentScript.src),!e)){var o=_.getElementsByTagName("script");if(o.length)for(var t=o.length-1;t>-1&&(!e||!/^http(s?):/.test(e));)e=o[t--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=e})(),(()=>{var e=e=>{var _=e=>e.split(".").map((e=>+e==e?+e:e)),s=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),o=s[1]?_(s[1]):[];return s[2]&&(o.length++,o.push.apply(o,_(s[2]))),s[3]&&(o.push([]),o.push.apply(o,_(s[3]))),o},_=(_,s)=>{_=e(_),s=e(s);for(var o=0;;){if(o>=_.length)return o<s.length&&"u"!=(typeof s[o])[0];var t=_[o],n=(typeof t)[0];if(o>=s.length)return"u"==n;var i=s[o],r=(typeof i)[0];if(n!=r)return"o"==n&&"n"==r||"s"==r||"u"==n;if("o"!=n&&"u"!=n&&t!=i)return t<i;o++}},o=e=>{var _=e[0],s="";if(1===e.length)return"*";if(_+.5){s+=0==_?">=":-1==_?"<":1==_?"^":2==_?"~":_>0?"=":"!=";for(var t=1,n=1;n<e.length;n++)t--,s+="u"==(typeof(r=e[n]))[0]?"-":(t>0?".":"")+(t=2,r);return s}var i=[];for(n=1;n<e.length;n++){var r=e[n];i.push(0===r?"not("+d()+")":1===r?"("+d()+" || "+d()+")":2===r?i.pop()+" "+i.pop():o(r))}return d();function d(){return i.pop().replace(/^\((.+)\)$/,"$1")}},t=(_,s)=>{if(0 in _){s=e(s);var o=_[0],n=o<0;n&&(o=-o-1);for(var i=0,r=1,d=!0;;r++,i++){var l,a,u=r<_.length?(typeof _[r])[0]:"";if(i>=s.length||"o"==(a=(typeof(l=s[i]))[0]))return!d||("u"==u?r>o&&!n:""==u!=n);if("u"==a){if(!d||"u"!=u)return!1}else if(d)if(u==a)if(r<=o){if(l!=_[r])return!1}else{if(n?l>_[r]:l<_[r])return!1;l!=_[r]&&(d=!1)}else if("s"!=u&&"n"!=u){if(n||r<=o)return!1;d=!1,r--}else{if(r<=o||a<u!=n)return!1;d=!1}else"s"!=u&&"n"!=u&&(d=!1,r--)}}var m=[],c=m.pop.bind(m);for(i=1;i<_.length;i++){var p=_[i];m.push(1==p?c()|c():2==p?c()&c():p?t(p,s):!c())}return!!c()},n=(e,_)=>e&&s.o(e,_),i=e=>(e.loaded=1,e.get()),r=e=>Object.keys(e).reduce(((_,s)=>(e[s].eager&&(_[s]=e[s]),_)),{}),d=(e,s,o)=>{var t=o?r(e[s]):e[s];return Object.keys(t).reduce(((e,s)=>!e||!t[e].loaded&&_(e,s)?s:e),0)},l=(e,_,s,t)=>"Unsatisfied version "+s+" from "+(s&&e[_][s].from)+" of shared singleton module "+_+" (required "+o(t)+")",a=e=>{throw new Error(e)},u=e=>{"undefined"!==typeof console&&console.warn&&console.warn(e)},m=e=>function(_,o,t,n,i){var r=s.I(_);return r&&r.then&&!t?r.then(e.bind(e,_,s.S[_],o,!1,n,i)):e(_,s.S[_],o,t,n,i)},c=(e,_,s)=>s?s():((e,_)=>a("Shared module "+_+" doesn't exist in shared scope "+e))(e,_),p=m(((e,_,s,o,r,a)=>{if(!n(_,s))return c(e,s,a);var m=d(_,s,o);return t(r,m)||u(l(_,s,m,r)),i(_[s][m])})),f={},g={8437:()=>p("default","react",!1,[0],(()=>s.e("node_modules_react_index_js").then((()=>()=>s(5043))))),5973:()=>p("default","prop-types",!1,[0],(()=>s.e("node_modules_prop-types_index_js").then((()=>()=>s(5173))))),8565:()=>p("default","@mui/system",!1,[0],(()=>Promise.all([s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_system_esm_index_js")]).then((()=>()=>s(1200))))),3479:()=>p("default","react-dom",!1,[0],(()=>s.e("vendors-node_modules_react-dom_index_js").then((()=>()=>s(7950))))),7085:()=>p("default","@mui/material",!1,[0],(()=>Promise.all([s.e("vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4"),s.e("vendors-node_modules_mui_material_Switch_Switch_js"),s.e("vendors-node_modules_mui_material_index_js")]).then((()=>()=>s(4999)))))},h={webpack_sharing_consume_default_react_react:[8437],"webpack_sharing_consume_default_prop-types_prop-types":[5973],"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4":[8565,3479],src_components_CollectionDivider_jsx:[7085]},v={};s.f.consumes=(e,_)=>{s.o(h,e)&&h[e].forEach((e=>{if(s.o(f,e))return _.push(f[e]);if(!v[e]){var o=_=>{f[e]=0,s.m[e]=o=>{delete s.c[e],o.exports=_()}};v[e]=!0;var t=_=>{delete f[e],s.m[e]=o=>{throw delete s.c[e],_}};try{var n=g[e]();n.then?_.push(f[e]=n.then(o).catch(t)):o(n)}catch(i){t(i)}}}))}})(),(()=>{var e={vis2CollectionWidget:0};s.f.j=(_,o)=>{var t=s.o(e,_)?e[_]:void 0;if(0!==t)if(t)o.push(t[2]);else if(/^webpack_sharing_consume_default_(mui_system_mui_system\-webpack_sharing_consume_default_react\-d\-dde2d4|prop\-types_prop\-types|react_react)$/.test(_))e[_]=0;else{var n=new Promise(((s,o)=>t=e[_]=[s,o]));o.push(t[2]=n);var i=s.p+s.u(_),r=new Error;s.l(i,(o=>{if(s.o(e,_)&&(0!==(t=e[_])&&(e[_]=void 0),t)){var n=o&&("load"===o.type?"missing":o.type),i=o&&o.target&&o.target.src;r.message="Loading chunk "+_+" failed.\n("+n+": "+i+")",r.name="ChunkLoadError",r.type=n,r.request=i,t[1](r)}}),"chunk-"+_,_)}};var _=(_,o)=>{var t,n,i=o[0],r=o[1],d=o[2],l=0;if(i.some((_=>0!==e[_]))){for(t in r)s.o(r,t)&&(s.m[t]=r[t]);if(d)d(s)}for(_&&_(o);l<i.length;l++)n=i[l],s.o(e,n)&&e[n]&&e[n][0](),e[n]=0},o=self.webpackChunkiobroker_vis_widgets_react_collection=self.webpackChunkiobroker_vis_widgets_react_collection||[];o.forEach(_.bind(null,0)),o.push=_.bind(null,o.push.bind(o))})();var o=s(8978);vis2CollectionWidget=o})();
2
2
  //# sourceMappingURL=customWidgets.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customWidgets.js","mappings":"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","sources":["../webpack/container-entry","../webpack/bootstrap","../webpack/runtime/compat get default export","../webpack/runtime/define property getters","../webpack/runtime/ensure chunk","../webpack/runtime/get javascript chunk filename","../webpack/runtime/get mini-css chunk filename","../webpack/runtime/global","../webpack/runtime/hasOwnProperty shorthand","../webpack/runtime/load script","../webpack/runtime/make namespace object","../webpack/runtime/sharing","../webpack/runtime/publicPath","../webpack/runtime/consumes","../webpack/runtime/jsonp chunk loading","../webpack/startup"],"sourcesContent":["var moduleMap = {\n\t\"./StateCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_StateCollectionWidget_StateCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2132)))));\n\t},\n\t\"./SliderCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\")]).then(() => (() => ((__webpack_require__(2354)))));\n\t},\n\t\"./ButtonGroupCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(3190)))));\n\t},\n\t\"./translations\": () => {\n\t\treturn __webpack_require__.e(\"src_translations_js\").then(() => (() => ((__webpack_require__(5850)))));\n\t},\n\t\"./SwitchCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_SwitchCollectionWidget_SwitchCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(4801)))));\n\t},\n\t\"./CheckboxCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(6047)))));\n\t},\n\t\"./DialogCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_DialogCollectionWidget_DialogCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2840)))));\n\t},\n\t\"./SelectCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_SelectCollectionWidget_SelectCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(7903)))));\n\t},\n\t\"./RadioGroupCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(3810)))));\n\t},\n\t\"./GaugeCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"vendors-node_modules_canvas-gauges_gauge_min_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_GaugeCollectionWidget_GaugeCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2435)))));\n\t}\n};\nvar get = (module, getScope) => {\n\t__webpack_require__.R = getScope;\n\tgetScope = (\n\t\t__webpack_require__.o(moduleMap, module)\n\t\t\t? moduleMap[module]()\n\t\t\t: Promise.resolve().then(() => {\n\t\t\t\tthrow new Error('Module \"' + module + '\" does not exist in container.');\n\t\t\t})\n\t);\n\t__webpack_require__.R = undefined;\n\treturn getScope;\n};\nvar init = (shareScope, initScope) => {\n\tif (!__webpack_require__.S) return;\n\tvar name = \"default\"\n\tvar oldScope = __webpack_require__.S[name];\n\tif(oldScope && oldScope !== shareScope) throw new Error(\"Container initialization failed as it has already been initialized with a different share scope\");\n\t__webpack_require__.S[name] = shareScope;\n\treturn __webpack_require__.I(name, initScope);\n};\n\n// This exports getters to disallow modifications\n__webpack_require__.d(exports, {\n\tget: () => (get),\n\tinit: () => (init)\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"static/js/\" + chunkId + \".\" + {\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\":\"9c21ae2e\",\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\":\"d38263c1\",\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\":\"116e9fa1\",\"vendors-node_modules_mui_material_Switch_Switch_js\":\"928081a1\",\"vendors-node_modules_mui_material_index_js\":\"8ba01614\",\"vendors-node_modules_mui_system_esm_index_js\":\"b8618c63\",\"node_modules_prop-types_index_js\":\"7f922324\",\"vendors-node_modules_react-dom_index_js\":\"190f0c6e\",\"node_modules_react_index_js\":\"a5285de4\",\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\":\"bb47ef22\",\"src_components_CollectionDivider_jsx\":\"40d42438\",\"src_StateCollectionWidget_StateCollectionWidget_jsx\":\"65b694b1\",\"src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx\":\"39867ec5\",\"src_translations_js\":\"2af12bc5\",\"src_SwitchCollectionWidget_SwitchCollectionWidget_jsx\":\"7004d49f\",\"src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx\":\"8ee23d20\",\"src_DialogCollectionWidget_DialogCollectionWidget_jsx\":\"b4d35d0e\",\"src_SelectCollectionWidget_SelectCollectionWidget_jsx\":\"55ffafdb\",\"src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx\":\"67070ad1\",\"vendors-node_modules_canvas-gauges_gauge_min_js\":\"d2cb37fb\",\"src_GaugeCollectionWidget_GaugeCollectionWidget_jsx\":\"f16eb717\"}[chunkId] + \".chunk.js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"iobroker.vis-widgets-react-collection:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.S = {};\nvar initPromises = {};\nvar initTokens = {};\n__webpack_require__.I = (name, initScope) => {\n\tif(!initScope) initScope = [];\n\t// handling circular init calls\n\tvar initToken = initTokens[name];\n\tif(!initToken) initToken = initTokens[name] = {};\n\tif(initScope.indexOf(initToken) >= 0) return;\n\tinitScope.push(initToken);\n\t// only runs once\n\tif(initPromises[name]) return initPromises[name];\n\t// creates a new share scope if needed\n\tif(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};\n\t// runs all init snippets from all modules reachable\n\tvar scope = __webpack_require__.S[name];\n\tvar warn = (msg) => {\n\t\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n\t};\n\tvar uniqueName = \"iobroker.vis-widgets-react-collection\";\n\tvar register = (name, version, factory, eager) => {\n\t\tvar versions = scope[name] = scope[name] || {};\n\t\tvar activeVersion = versions[version];\n\t\tif(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };\n\t};\n\tvar initExternal = (id) => {\n\t\tvar handleError = (err) => (warn(\"Initialization of sharing external failed: \" + err));\n\t\ttry {\n\t\t\tvar module = __webpack_require__(id);\n\t\t\tif(!module) return;\n\t\t\tvar initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))\n\t\t\tif(module.then) return promises.push(module.then(initFn, handleError));\n\t\t\tvar initResult = initFn(module);\n\t\t\tif(initResult && initResult.then) return promises.push(initResult['catch'](handleError));\n\t\t} catch(err) { handleError(err); }\n\t}\n\tvar promises = [];\n\tswitch(name) {\n\t\tcase \"default\": {\n\t\t\tregister(\"@mui/material\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"vendors-node_modules_mui_material_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\")]).then(() => (() => (__webpack_require__(4999))))));\n\t\t\tregister(\"@mui/system\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\")]).then(() => (() => (__webpack_require__(1200))))));\n\t\t\tregister(\"prop-types\", \"*\", () => (__webpack_require__.e(\"node_modules_prop-types_index_js\").then(() => (() => (__webpack_require__(5173))))));\n\t\t\tregister(\"react-dom\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_react-dom_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\")]).then(() => (() => (__webpack_require__(7950))))));\n\t\t\tregister(\"react\", \"*\", () => (__webpack_require__.e(\"node_modules_react_index_js\").then(() => (() => (__webpack_require__(5043))))));\n\t\t}\n\t\tbreak;\n\t}\n\tif(!promises.length) return initPromises[name] = 1;\n\treturn initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","var parseVersion = (str) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar p=p=>{return p.split(\".\").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;\n}\nvar versionLt = (a, b) => {\n\t// see webpack/lib/util/semver.js for original code\n\ta=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&\"u\"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return\"u\"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return\"o\"==n&&\"n\"==f||(\"s\"==f||\"u\"==n);if(\"o\"!=n&&\"u\"!=n&&e!=t)return e<t;r++}\n}\nvar rangeToString = (range) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar r=range[0],n=\"\";if(1===range.length)return\"*\";if(r+.5){n+=0==r?\">=\":-1==r?\"<\":1==r?\"^\":2==r?\"~\":r>0?\"=\":\"!=\";for(var e=1,a=1;a<range.length;a++){e--,n+=\"u\"==(typeof(t=range[a]))[0]?\"-\":(e>0?\".\":\"\")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?\"not(\"+o()+\")\":1===t?\"(\"+o()+\" || \"+o()+\")\":2===t?g.pop()+\" \"+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\\((.+)\\)$/,\"$1\")}\n}\nvar satisfy = (range, version) => {\n\t// see webpack/lib/util/semver.js for original code\n\tif(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:\"\";if(n>=version.length||\"o\"==(s=(typeof(f=version[n]))[0]))return!a||(\"u\"==g?i>e&&!r:\"\"==g!=r);if(\"u\"==s){if(!a||\"u\"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if(\"s\"!=g&&\"n\"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else\"s\"!=g&&\"n\"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();\n}\nvar exists = (scope, key) => {\n\treturn scope && __webpack_require__.o(scope, key);\n}\nvar get = (entry) => {\n\tentry.loaded = 1;\n\treturn entry.get()\n};\nvar eagerOnly = (versions) => {\n\treturn Object.keys(versions).reduce((filtered, version) => {\n\t\t\tif (versions[version].eager) {\n\t\t\t\tfiltered[version] = versions[version];\n\t\t\t}\n\t\t\treturn filtered;\n\t}, {});\n};\nvar findLatestVersion = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key];\n};\nvar findSatisfyingVersion = (scope, key, requiredVersion, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\tif (!satisfy(requiredVersion, b)) return a;\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar findSingletonVersionKey = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\treturn Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;\n\t}, 0);\n};\nvar getInvalidSingletonVersionMessage = (scope, key, version, requiredVersion) => {\n\treturn \"Unsatisfied version \" + version + \" from \" + (version && scope[key][version].from) + \" of shared singleton module \" + key + \" (required \" + rangeToString(requiredVersion) + \")\"\n};\nvar getInvalidVersionMessage = (scope, scopeName, key, requiredVersion, eager) => {\n\tvar versions = scope[key];\n\treturn \"No satisfying version (\" + rangeToString(requiredVersion) + \")\" + (eager ? \" for eager consumption\" : \"\") + \" of shared module \" + key + \" found in shared scope \" + scopeName + \".\\n\" +\n\t\t\"Available versions: \" + Object.keys(versions).map((key) => {\n\t\treturn key + \" from \" + versions[key].from;\n\t}).join(\", \");\n};\nvar fail = (msg) => {\n\tthrow new Error(msg);\n}\nvar failAsNotExist = (scopeName, key) => {\n\treturn fail(\"Shared module \" + key + \" doesn't exist in shared scope \" + scopeName);\n}\nvar warn = /*#__PURE__*/ (msg) => {\n\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n};\nvar init = (fn) => (function(scopeName, key, eager, c, d) {\n\tvar promise = __webpack_require__.I(scopeName);\n\tif (promise && promise.then && !eager) {\n\t\treturn promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], key, false, c, d));\n\t}\n\treturn fn(scopeName, __webpack_require__.S[scopeName], key, eager, c, d);\n});\n\nvar useFallback = (scopeName, key, fallback) => {\n\treturn fallback ? fallback() : failAsNotExist(scopeName, key);\n}\nvar load = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\twarn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager))\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadStrictVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\tif (fallback) return fallback();\n\tfail(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager));\n});\nvar loadSingleton = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\treturn get(scope[key][version]);\n});\nvar loadSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\twarn(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar loadStrictSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\tfail(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar installedModules = {};\nvar moduleToHandlerMapping = {\n\t8437: () => (loadSingletonVersion(\"default\", \"react\", false, [0], () => (__webpack_require__.e(\"node_modules_react_index_js\").then(() => (() => (__webpack_require__(5043))))))),\n\t5973: () => (loadSingletonVersion(\"default\", \"prop-types\", false, [0], () => (__webpack_require__.e(\"node_modules_prop-types_index_js\").then(() => (() => (__webpack_require__(5173))))))),\n\t8565: () => (loadSingletonVersion(\"default\", \"@mui/system\", false, [0], () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_index_js\")]).then(() => (() => (__webpack_require__(1200))))))),\n\t3479: () => (loadSingletonVersion(\"default\", \"react-dom\", false, [0], () => (__webpack_require__.e(\"vendors-node_modules_react-dom_index_js\").then(() => (() => (__webpack_require__(7950))))))),\n\t7085: () => (loadSingletonVersion(\"default\", \"@mui/material\", false, [0], () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"vendors-node_modules_mui_material_index_js\")]).then(() => (() => (__webpack_require__(4999)))))))\n};\n// no consumes in initial chunks\nvar chunkMapping = {\n\t\"webpack_sharing_consume_default_react_react\": [\n\t\t8437\n\t],\n\t\"webpack_sharing_consume_default_prop-types_prop-types\": [\n\t\t5973\n\t],\n\t\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\": [\n\t\t8565,\n\t\t3479\n\t],\n\t\"src_components_CollectionDivider_jsx\": [\n\t\t7085\n\t]\n};\nvar startedInstallModules = {};\n__webpack_require__.f.consumes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tif(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);\n\t\t\tif(!startedInstallModules[id]) {\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tinstalledModules[id] = 0;\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\tstartedInstallModules[id] = true;\n\t\t\tvar onError = (error) => {\n\t\t\t\tdelete installedModules[id];\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t};\n\t\t\ttry {\n\t\t\t\tvar promise = moduleToHandlerMapping[id]();\n\t\t\t\tif(promise.then) {\n\t\t\t\t\tpromises.push(installedModules[id] = promise.then(onFactory)['catch'](onError));\n\t\t\t\t} else onFactory(promise);\n\t\t\t} catch(e) { onError(e); }\n\t\t\t}\n\t\t});\n\t}\n}","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"vis2CollectionWidget\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(!/^webpack_sharing_consume_default_(mui_system_mui_system\\-webpack_sharing_consume_default_react\\-d\\-dde2d4|prop\\-types_prop\\-types|react_react)$/.test(chunkId)) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkiobroker_vis_widgets_react_collection\"] = self[\"webpackChunkiobroker_vis_widgets_react_collection\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(8978);\n"],"names":["moduleMap","Promise","all","__webpack_require__","e","then","get","module","getScope","R","o","resolve","Error","undefined","init","shareScope","initScope","S","name","oldScope","I","d","exports","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","call","m","c","n","getter","__esModule","a","definition","key","Object","defineProperty","enumerable","f","chunkId","keys","reduce","promises","u","miniCssF","g","globalThis","this","Function","window","obj","prop","prototype","hasOwnProperty","inProgress","dataWebpackPrefix","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","initPromises","initTokens","initToken","indexOf","scope","uniqueName","register","version","factory","eager","versions","activeVersion","loaded","from","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","replace","p","parseVersion","str","split","map","exec","apply","versionLt","b","t","rangeToString","range","pop","satisfy","exists","entry","eagerOnly","filtered","findSingletonVersionKey","getInvalidSingletonVersionMessage","requiredVersion","fail","msg","warn","console","scopeName","promise","useFallback","fallback","failAsNotExist","loadSingletonVersion","installedModules","moduleToHandlerMapping","chunkMapping","startedInstallModules","consumes","id","onFactory","onError","error","installedChunks","j","installedChunkData","reject","errorType","realSrc","message","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""}
1
+ {"version":3,"file":"customWidgets.js","mappings":"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","sources":["../webpack/container-entry","../webpack/bootstrap","../webpack/runtime/compat get default export","../webpack/runtime/define property getters","../webpack/runtime/ensure chunk","../webpack/runtime/get javascript chunk filename","../webpack/runtime/get mini-css chunk filename","../webpack/runtime/global","../webpack/runtime/hasOwnProperty shorthand","../webpack/runtime/load script","../webpack/runtime/make namespace object","../webpack/runtime/sharing","../webpack/runtime/publicPath","../webpack/runtime/consumes","../webpack/runtime/jsonp chunk loading","../webpack/startup"],"sourcesContent":["var moduleMap = {\n\t\"./StateCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_StateCollectionWidget_StateCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2132)))));\n\t},\n\t\"./SliderCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\")]).then(() => (() => ((__webpack_require__(2354)))));\n\t},\n\t\"./ButtonGroupCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(3190)))));\n\t},\n\t\"./translations\": () => {\n\t\treturn __webpack_require__.e(\"src_translations_js\").then(() => (() => ((__webpack_require__(5850)))));\n\t},\n\t\"./SwitchCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_SwitchCollectionWidget_SwitchCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(4801)))));\n\t},\n\t\"./CheckboxCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(6047)))));\n\t},\n\t\"./DialogCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_DialogCollectionWidget_DialogCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2840)))));\n\t},\n\t\"./SelectCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_SelectCollectionWidget_SelectCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(7903)))));\n\t},\n\t\"./RadioGroupCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(3810)))));\n\t},\n\t\"./GaugeCollectionWidget\": () => {\n\t\treturn Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\"), __webpack_require__.e(\"vendors-node_modules_canvas-gauges_gauge_min_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\"), __webpack_require__.e(\"src_components_CollectionDivider_jsx\"), __webpack_require__.e(\"src_GaugeCollectionWidget_GaugeCollectionWidget_jsx\")]).then(() => (() => ((__webpack_require__(2435)))));\n\t}\n};\nvar get = (module, getScope) => {\n\t__webpack_require__.R = getScope;\n\tgetScope = (\n\t\t__webpack_require__.o(moduleMap, module)\n\t\t\t? moduleMap[module]()\n\t\t\t: Promise.resolve().then(() => {\n\t\t\t\tthrow new Error('Module \"' + module + '\" does not exist in container.');\n\t\t\t})\n\t);\n\t__webpack_require__.R = undefined;\n\treturn getScope;\n};\nvar init = (shareScope, initScope) => {\n\tif (!__webpack_require__.S) return;\n\tvar name = \"default\"\n\tvar oldScope = __webpack_require__.S[name];\n\tif(oldScope && oldScope !== shareScope) throw new Error(\"Container initialization failed as it has already been initialized with a different share scope\");\n\t__webpack_require__.S[name] = shareScope;\n\treturn __webpack_require__.I(name, initScope);\n};\n\n// This exports getters to disallow modifications\n__webpack_require__.d(exports, {\n\tget: () => (get),\n\tinit: () => (init)\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"static/js/\" + chunkId + \".\" + {\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\":\"9c21ae2e\",\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\":\"d38263c1\",\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\":\"116e9fa1\",\"vendors-node_modules_mui_material_Switch_Switch_js\":\"928081a1\",\"vendors-node_modules_mui_material_index_js\":\"8ba01614\",\"vendors-node_modules_mui_system_esm_index_js\":\"b8618c63\",\"node_modules_prop-types_index_js\":\"7f922324\",\"vendors-node_modules_react-dom_index_js\":\"190f0c6e\",\"node_modules_react_index_js\":\"a5285de4\",\"vendors-node_modules_mui_icons-material_Delete_js-node_modules_rxjs_dist_esm5_internal_Subjec-42397f\":\"bb47ef22\",\"src_components_CollectionDivider_jsx\":\"40d42438\",\"src_StateCollectionWidget_StateCollectionWidget_jsx\":\"65b694b1\",\"src_ButtonGroupCollectionWidget_ButtonGroupCollectionWidget_jsx\":\"39867ec5\",\"src_translations_js\":\"2af12bc5\",\"src_SwitchCollectionWidget_SwitchCollectionWidget_jsx\":\"7004d49f\",\"src_CheckboxCollectionWidget_CheckboxCollectionWidget_jsx\":\"8ee23d20\",\"src_DialogCollectionWidget_DialogCollectionWidget_jsx\":\"b4d35d0e\",\"src_SelectCollectionWidget_SelectCollectionWidget_jsx\":\"55ffafdb\",\"src_RadioGroupCollectionWidget_RadioGroupCollectionWidget_jsx\":\"67070ad1\",\"vendors-node_modules_canvas-gauges_gauge_min_js\":\"d2cb37fb\",\"src_GaugeCollectionWidget_GaugeCollectionWidget_jsx\":\"70b9e47e\"}[chunkId] + \".chunk.js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"iobroker.vis-widgets-react-collection:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.S = {};\nvar initPromises = {};\nvar initTokens = {};\n__webpack_require__.I = (name, initScope) => {\n\tif(!initScope) initScope = [];\n\t// handling circular init calls\n\tvar initToken = initTokens[name];\n\tif(!initToken) initToken = initTokens[name] = {};\n\tif(initScope.indexOf(initToken) >= 0) return;\n\tinitScope.push(initToken);\n\t// only runs once\n\tif(initPromises[name]) return initPromises[name];\n\t// creates a new share scope if needed\n\tif(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};\n\t// runs all init snippets from all modules reachable\n\tvar scope = __webpack_require__.S[name];\n\tvar warn = (msg) => {\n\t\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n\t};\n\tvar uniqueName = \"iobroker.vis-widgets-react-collection\";\n\tvar register = (name, version, factory, eager) => {\n\t\tvar versions = scope[name] = scope[name] || {};\n\t\tvar activeVersion = versions[version];\n\t\tif(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };\n\t};\n\tvar initExternal = (id) => {\n\t\tvar handleError = (err) => (warn(\"Initialization of sharing external failed: \" + err));\n\t\ttry {\n\t\t\tvar module = __webpack_require__(id);\n\t\t\tif(!module) return;\n\t\t\tvar initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))\n\t\t\tif(module.then) return promises.push(module.then(initFn, handleError));\n\t\t\tvar initResult = initFn(module);\n\t\t\tif(initResult && initResult.then) return promises.push(initResult['catch'](handleError));\n\t\t} catch(err) { handleError(err); }\n\t}\n\tvar promises = [];\n\tswitch(name) {\n\t\tcase \"default\": {\n\t\t\tregister(\"@mui/material\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_material_styles_useTheme_js-node_modules_mui_material_utils_index_js\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"vendors-node_modules_mui_material_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\"), __webpack_require__.e(\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\")]).then(() => (() => (__webpack_require__(4999))))));\n\t\t\tregister(\"@mui/system\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_styled-engine_index_js-node_modules_mui_system_esm_DefaultPropsProvi-fe7987\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"webpack_sharing_consume_default_prop-types_prop-types\")]).then(() => (() => (__webpack_require__(1200))))));\n\t\t\tregister(\"prop-types\", \"*\", () => (__webpack_require__.e(\"node_modules_prop-types_index_js\").then(() => (() => (__webpack_require__(5173))))));\n\t\t\tregister(\"react-dom\", \"*\", () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_react-dom_index_js\"), __webpack_require__.e(\"webpack_sharing_consume_default_react_react\")]).then(() => (() => (__webpack_require__(7950))))));\n\t\t\tregister(\"react\", \"*\", () => (__webpack_require__.e(\"node_modules_react_index_js\").then(() => (() => (__webpack_require__(5043))))));\n\t\t}\n\t\tbreak;\n\t}\n\tif(!promises.length) return initPromises[name] = 1;\n\treturn initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","var parseVersion = (str) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar p=p=>{return p.split(\".\").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;\n}\nvar versionLt = (a, b) => {\n\t// see webpack/lib/util/semver.js for original code\n\ta=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&\"u\"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return\"u\"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return\"o\"==n&&\"n\"==f||(\"s\"==f||\"u\"==n);if(\"o\"!=n&&\"u\"!=n&&e!=t)return e<t;r++}\n}\nvar rangeToString = (range) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar r=range[0],n=\"\";if(1===range.length)return\"*\";if(r+.5){n+=0==r?\">=\":-1==r?\"<\":1==r?\"^\":2==r?\"~\":r>0?\"=\":\"!=\";for(var e=1,a=1;a<range.length;a++){e--,n+=\"u\"==(typeof(t=range[a]))[0]?\"-\":(e>0?\".\":\"\")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?\"not(\"+o()+\")\":1===t?\"(\"+o()+\" || \"+o()+\")\":2===t?g.pop()+\" \"+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\\((.+)\\)$/,\"$1\")}\n}\nvar satisfy = (range, version) => {\n\t// see webpack/lib/util/semver.js for original code\n\tif(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:\"\";if(n>=version.length||\"o\"==(s=(typeof(f=version[n]))[0]))return!a||(\"u\"==g?i>e&&!r:\"\"==g!=r);if(\"u\"==s){if(!a||\"u\"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if(\"s\"!=g&&\"n\"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else\"s\"!=g&&\"n\"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();\n}\nvar exists = (scope, key) => {\n\treturn scope && __webpack_require__.o(scope, key);\n}\nvar get = (entry) => {\n\tentry.loaded = 1;\n\treturn entry.get()\n};\nvar eagerOnly = (versions) => {\n\treturn Object.keys(versions).reduce((filtered, version) => {\n\t\t\tif (versions[version].eager) {\n\t\t\t\tfiltered[version] = versions[version];\n\t\t\t}\n\t\t\treturn filtered;\n\t}, {});\n};\nvar findLatestVersion = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key];\n};\nvar findSatisfyingVersion = (scope, key, requiredVersion, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\tif (!satisfy(requiredVersion, b)) return a;\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar findSingletonVersionKey = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\treturn Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;\n\t}, 0);\n};\nvar getInvalidSingletonVersionMessage = (scope, key, version, requiredVersion) => {\n\treturn \"Unsatisfied version \" + version + \" from \" + (version && scope[key][version].from) + \" of shared singleton module \" + key + \" (required \" + rangeToString(requiredVersion) + \")\"\n};\nvar getInvalidVersionMessage = (scope, scopeName, key, requiredVersion, eager) => {\n\tvar versions = scope[key];\n\treturn \"No satisfying version (\" + rangeToString(requiredVersion) + \")\" + (eager ? \" for eager consumption\" : \"\") + \" of shared module \" + key + \" found in shared scope \" + scopeName + \".\\n\" +\n\t\t\"Available versions: \" + Object.keys(versions).map((key) => {\n\t\treturn key + \" from \" + versions[key].from;\n\t}).join(\", \");\n};\nvar fail = (msg) => {\n\tthrow new Error(msg);\n}\nvar failAsNotExist = (scopeName, key) => {\n\treturn fail(\"Shared module \" + key + \" doesn't exist in shared scope \" + scopeName);\n}\nvar warn = /*#__PURE__*/ (msg) => {\n\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n};\nvar init = (fn) => (function(scopeName, key, eager, c, d) {\n\tvar promise = __webpack_require__.I(scopeName);\n\tif (promise && promise.then && !eager) {\n\t\treturn promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], key, false, c, d));\n\t}\n\treturn fn(scopeName, __webpack_require__.S[scopeName], key, eager, c, d);\n});\n\nvar useFallback = (scopeName, key, fallback) => {\n\treturn fallback ? fallback() : failAsNotExist(scopeName, key);\n}\nvar load = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\twarn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager))\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadStrictVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\tif (fallback) return fallback();\n\tfail(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager));\n});\nvar loadSingleton = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\treturn get(scope[key][version]);\n});\nvar loadSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\twarn(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar loadStrictSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\tfail(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar installedModules = {};\nvar moduleToHandlerMapping = {\n\t8437: () => (loadSingletonVersion(\"default\", \"react\", false, [0], () => (__webpack_require__.e(\"node_modules_react_index_js\").then(() => (() => (__webpack_require__(5043))))))),\n\t5973: () => (loadSingletonVersion(\"default\", \"prop-types\", false, [0], () => (__webpack_require__.e(\"node_modules_prop-types_index_js\").then(() => (() => (__webpack_require__(5173))))))),\n\t8565: () => (loadSingletonVersion(\"default\", \"@mui/system\", false, [0], () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_system_esm_index_js\")]).then(() => (() => (__webpack_require__(1200))))))),\n\t3479: () => (loadSingletonVersion(\"default\", \"react-dom\", false, [0], () => (__webpack_require__.e(\"vendors-node_modules_react-dom_index_js\").then(() => (() => (__webpack_require__(7950))))))),\n\t7085: () => (loadSingletonVersion(\"default\", \"@mui/material\", false, [0], () => (Promise.all([__webpack_require__.e(\"vendors-node_modules_mui_system_esm_RtlProvider_index_js-node_modules_mui_system_esm_Unstable-9da0e4\"), __webpack_require__.e(\"vendors-node_modules_mui_material_Switch_Switch_js\"), __webpack_require__.e(\"vendors-node_modules_mui_material_index_js\")]).then(() => (() => (__webpack_require__(4999)))))))\n};\n// no consumes in initial chunks\nvar chunkMapping = {\n\t\"webpack_sharing_consume_default_react_react\": [\n\t\t8437\n\t],\n\t\"webpack_sharing_consume_default_prop-types_prop-types\": [\n\t\t5973\n\t],\n\t\"webpack_sharing_consume_default_mui_system_mui_system-webpack_sharing_consume_default_react-d-dde2d4\": [\n\t\t8565,\n\t\t3479\n\t],\n\t\"src_components_CollectionDivider_jsx\": [\n\t\t7085\n\t]\n};\nvar startedInstallModules = {};\n__webpack_require__.f.consumes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tif(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);\n\t\t\tif(!startedInstallModules[id]) {\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tinstalledModules[id] = 0;\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\tstartedInstallModules[id] = true;\n\t\t\tvar onError = (error) => {\n\t\t\t\tdelete installedModules[id];\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t};\n\t\t\ttry {\n\t\t\t\tvar promise = moduleToHandlerMapping[id]();\n\t\t\t\tif(promise.then) {\n\t\t\t\t\tpromises.push(installedModules[id] = promise.then(onFactory)['catch'](onError));\n\t\t\t\t} else onFactory(promise);\n\t\t\t} catch(e) { onError(e); }\n\t\t\t}\n\t\t});\n\t}\n}","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"vis2CollectionWidget\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(!/^webpack_sharing_consume_default_(mui_system_mui_system\\-webpack_sharing_consume_default_react\\-d\\-dde2d4|prop\\-types_prop\\-types|react_react)$/.test(chunkId)) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkiobroker_vis_widgets_react_collection\"] = self[\"webpackChunkiobroker_vis_widgets_react_collection\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(8978);\n"],"names":["moduleMap","Promise","all","__webpack_require__","e","then","get","module","getScope","R","o","resolve","Error","undefined","init","shareScope","initScope","S","name","oldScope","I","d","exports","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","call","m","c","n","getter","__esModule","a","definition","key","Object","defineProperty","enumerable","f","chunkId","keys","reduce","promises","u","miniCssF","g","globalThis","this","Function","window","obj","prop","prototype","hasOwnProperty","inProgress","dataWebpackPrefix","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","initPromises","initTokens","initToken","indexOf","scope","uniqueName","register","version","factory","eager","versions","activeVersion","loaded","from","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","replace","p","parseVersion","str","split","map","exec","apply","versionLt","b","t","rangeToString","range","pop","satisfy","exists","entry","eagerOnly","filtered","findSingletonVersionKey","getInvalidSingletonVersionMessage","requiredVersion","fail","msg","warn","console","scopeName","promise","useFallback","fallback","failAsNotExist","loadSingletonVersion","installedModules","moduleToHandlerMapping","chunkMapping","startedInstallModules","consumes","id","onFactory","onError","error","installedChunks","j","installedChunkData","reject","errorType","realSrc","message","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal","self","__webpack_exports__"],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- "use strict";(self.webpackChunkiobroker_vis_widgets_react_collection=self.webpackChunkiobroker_vis_widgets_react_collection||[]).push([["src_GaugeCollectionWidget_GaugeCollectionWidget_jsx"],{2435:(e,a,l)=>{l.r(a),l.d(a,{default:()=>x});var t=l(7051),o=l(8437),u=l(6211),g=l(900),r=l(8679),n=l(375),d=l(4376),i=l(579);const c=()=>[{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_basic_options"})},{name:"gaugeType",label:"gauge_type",type:"select",options:[{value:"linear",label:"linear"},{value:"radial",label:"radial"}],default:"linear",noTranslation:!0},{name:"gaugeMinValue",type:"number",label:"gauge_min_value",default:0,step:1},{name:"gaugeMaxValue",type:"number",label:"gauge_max_value",default:100,step:1},{name:"gaugePadding",type:"number",label:"gauge_padding",default:8,step:1,min:0},{name:"gaugeIconFit",type:"select",label:"gauge_icon_fit",options:[{value:"contain",label:"contain"},{value:"cover",label:"cover"},{value:"fill",label:"fill"}],default:"contain",noTranslation:!0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_borders_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBorderRadius",type:"number",label:"gauge_border_radius",default:0,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_progress_bar_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBarBeginCircle",type:"number",label:"gauge_bar_begin_circle",default:30,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBarLength",type:"number",label:"gauge_bar_length",default:85,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_coloring_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeColorBarEnd",type:"color",label:"gauge_color_bar_end",default:"",hidden:e=>"linear"!==e.gaugeType},{name:"gaugeColorBarProgressEnd",type:"color",label:"gauge_color_bar_progress_end",default:"",hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_element_positioning_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTickSide",type:"select",label:"gauge_tick_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeNeedleSide",type:"select",label:"gauge_needle_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeNumberSide",type:"select",label:"gauge_number_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_ticks_bar_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksWidth",type:"number",label:"gauge_ticks_width",default:10,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksWidthMinor",type:"number",label:"gauge_ticks_width_minor",default:5,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksPadding",type:"number",label:"gauge_ticks_padding",default:5,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_ticks_bar_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeTicksAngle",type:"number",label:"gauge_ticks_angle",default:270,step:1,min:0,max:360,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeStartAngle",type:"number",label:"gauge_start_angle",default:45,step:1,min:0,max:360,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_coloring_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleOuter",type:"color",label:"gauge_color_needle_circle_outer",default:"#f0f0f0",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleOuterEnd",type:"color",label:"gauge_color_needle_circle_outer_end",default:"#ccc",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleInner",type:"color",label:"gauge_color_needle_circle_inner",default:"#e8e8e8",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleInnerEnd",type:"color",label:"gauge_color_needle_circle_inner_end",default:"#f5f5f5",hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_needle_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleSize",type:"number",label:"gauge_needle_circle_size",default:10,step:1,min:0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleInner",type:"checkbox",label:"gauge_needle_circle_inner",default:!0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleOuter",type:"checkbox",label:"gauge_needle_circle_outer",default:!0,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_animation_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeAnimationTarget",type:"select",label:"gauge_animation_target",options:[{value:"needle",label:"needle"},{value:"plate",label:"plate"}],default:"needle",noTranslation:!0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeUseMinPath",type:"checkbox",label:"gauge_use_min_path",default:!1,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_ticks_bar_options"})},{name:"gaugeExactTicks",type:"checkbox",label:"gauge_exact_ticks",default:!1},{name:"gaugeMajorTicks",type:"number",label:"gauge_major_ticks",default:10,step:1},{name:"gaugeMinorTicks",type:"number",label:"gauge_minor_ticks",default:0,step:1},{name:"gaugeStrokeTicks",type:"checkbox",label:"gauge_stroke_ticks",default:!0},{name:"gaugeMajorTicksInt",type:"number",label:"gauge_major_ticks_int",default:1,step:1},{name:"gaugeMajorTicksDec",type:"number",label:"gauge_major_ticks_dec",default:0,step:1},{name:"gaugeHighlightsWidth",type:"number",label:"gauge_highlights_width",default:15,step:1},{name:"gaugeNumbersMargin",type:"number",label:"gauge_numbers_margin",default:1,step:1},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_progress_bar_options"})},{name:"gaugeBarWidth",type:"number",label:"gauge_bar_width",default:20,step:1,min:0,max:50},{name:"gaugeBarStrokeWidth",type:"number",label:"gauge_bar_stroke_width",default:0,step:1,min:0},{name:"gaugeBarProgress",type:"checkbox",label:"gauge_bar_progress",default:!0},{name:"gaugeBarShadow,",type:"number",label:"gauge_bar_shadow",default:0,step:1,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_animation_options"})},{name:"gaugeAnimation",type:"checkbox",label:"gauge_animation",default:!0},{name:"gaugeAnimationDuration",type:"number",label:"gauge_animation_duration",default:500,step:1,min:0},{name:"gaugeAnimationRule",type:"select",label:"gauge_animation_rule",options:[{value:"linear",label:"linear"},{value:"quad",label:"quad"},{value:"quint",label:"quint"},{value:"cycle",label:"cycle"},{value:"bounce",label:"bounce"},{value:"elastic",label:"elastic"},{value:"dequad",label:"dequad"},{value:"dequint",label:"dequint"},{value:"decycle",label:"decycle"},{value:"debounce",label:"debounce"},{value:"delastic",label:"delastic"}],default:"cycle",noTranslation:!0},{name:"gaugeAnimatedValue",type:"checkbox",label:"gauge_animated_value",default:!1},{name:"gaugeAnimateOnInit",type:"checkbox",label:"gauge_animate_on_init",default:!1},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_coloring_options"})},{name:"gaugeColorPlate",type:"color",label:"gauge_color_plate",default:"rgba(0,0,0,0)"},{name:"gaugeColorPlateEnd",type:"color",label:"gauge_color_plate_end",default:"rgba(0,0,0,0)"},{name:"gaugeColorMajorTicks",type:"color",label:"gauge_color_major_ticks",default:"#444"},{name:"gaugeColorMinorTicks",type:"color",label:"gauge_color_minor_ticks",default:"#666"},{name:"gaugeColorStrokeTicks",type:"color",label:"gauge_color_stroke_ticks",default:"#444"},{name:"gaugeColorTitle",type:"color",label:"gauge_color_title",default:"#888"},{nmae:"gaugeColorUnits",type:"color",label:"gauge_color_units",default:"#888"},{name:"gaugeColorNumbers",type:"color",label:"gauge_color_numbers",default:"#444"},{name:"gaugeColorNeedle",type:"color",label:"gauge_color_needle",default:"rgba(240,128,128,1)"},{name:"gaugeColorNeedleEnd",type:"color",label:"gauge_color_needle_end",default:"rgba(255,160,122,.9)"},{name:"gaugeColorValueText",type:"color",label:"gauge_color_value_text",default:"#444"},{name:"gaugeColorValueTextShadow",type:"color",label:"gauge_color_value_text_shadow",default:"rgba(0,0,0,0.3)"},{name:"gaugeColorBorderShadow",type:"color",label:"gauge_color_border_shadow",default:"rgba(0,0,0,0.5)"},{name:"gaugeColorBorderOuter",type:"color",label:"gauge_color_border_outer",default:"#ddd"},{name:"gaugeColorBorderOuterEnd",type:"color",label:"gauge_color_border_outer_end",default:"#aaa"},{name:"gaugeColorBorderMiddle",type:"color",label:"gauge_color_border_middle",default:"#eee"},{name:"gaugeColorBorderMiddleEnd",type:"color",label:"gauge_color_border_middle_end",default:"#f0f0f0"},{name:"gaugeColorBorderInner",type:"color",label:"gauge_color_border_inner",default:"#fafafa"},{name:"gaugeColorBorderInnerEnd",type:"color",label:"gauge_color_border_inner_end",default:"#ccc"},{name:"gaugeColorValueBoxRect",type:"color",label:"gauge_color_value_box_rect",default:"#888"},{name:"gaugeColorValueBoxRectEnd",type:"color",label:"gauge_color_value_box_rect_end",default:"#666"},{name:"gaugeColorValueBoxBackground",type:"color",label:"gauge_color_value_box_background",default:"#babab2"},{name:"gaugeColorValueBoxShadow",type:"color",label:"gauge_color_value_box_shadow",default:"rgba(0,0,0,1)"},{name:"gaugeColorNeedleShadowUp",type:"color",label:"gauge_color_needle_shadow_up",default:"rgba(2,255,255,0.2)"},{name:"gaugeColorNeedleShadowDown",type:"color",label:"gauge_color_needle_shadow_down",default:"rgba(188,143,143,0.45)"},{name:"gaugeColorBarStroke",type:"color",label:"gauge_color_bar_stroke",default:"#222"},{name:"gaugeColorBarProgress",type:"color",label:"gauge_color_bar_progress",default:"#ccc"},{name:"gaugeColorBarShadow",type:"color",label:"gauge_color_bar_shadow",default:"#000"},{name:"gaugeColorBarShadow",type:"color",label:"gauge_color_bar_shadow",default:"#000"},{name:"gaugeHighlightsLineCap",type:"select",label:"gauge_highlights_line_cap",options:[{value:"butt",label:"butt"},{value:"round",label:"round"},{value:"square",label:"square"}],default:"butt",noTranslation:!0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_needle_configuration_options"})},{name:"gaugeNeedle",type:"checkbox",label:"gauge_needle",default:!0},{name:"gaugeNeedleShadow",type:"checkbox",label:"gauge_needle_shadow",default:!0},{name:"gaugeNeedleType",type:"select",label:"gauge_needle_type",options:[{value:"arrow",label:"arrow"},{value:"line",label:"line"}],default:"arrow",noTranslation:!0},{name:"gaugeNeedleStart",type:"number",label:"gauge_needle_start",default:5,step:1,min:0,max:100},{name:"gaugeNeedleEnd",type:"number",label:"gauge_needle_end",default:85,step:1,min:0,max:100},{name:"gaugeNeedleWidth",type:"number",label:"gauge_needle_width",default:4},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_borders_options"})},{name:"gaugeBorders",type:"checkbox",label:"gauge_borders",default:!0},{name:"gaugeBorderOuterWidth",type:"number",label:"gauge_border_outer_width",default:3,min:0},{name:"gaugeBorderMiddleWidth",type:"number",label:"gauge_border_middle_width",default:3,min:0},{name:"gaugeBorderInnerWidth",type:"number",label:"gauge_border_inner_width",default:3,min:0},{name:"gaugeBorderShadowWidth",type:"number",label:"gauge_border_shadow_width",default:3,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_value_box_options"})},{name:"gaugeValueBox",type:"checkbox",label:"gauge_value_box",default:!0},{name:"gaugeValueBoxStroke",type:"number",label:"gauge_value_box_stroke",default:5,step:1,min:0},{name:"gaugeValueBoxWidth",type:"number",label:"gauge_value_box_width",default:0,step:1,min:0},{name:"gaugeValueText",type:"text",label:"gauge_value_text",default:""},{name:"gaugeValueTextShadow",type:"checkbox",label:"gauge_value_text_shadow",default:!0},{name:"gaugeValueBoxBorderRadius",type:"number",label:"gauge_value_box_border_radius",default:2.5,step:.1,min:0},{name:"gaugeValueInt",type:"number",label:"gauge_value_int",default:3,step:1,min:0},{name:"gaugeValueDec",type:"number",label:"gauge_value_dec",default:2,step:1,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_fonts_customization_options"})},{name:"gaugeFontNumbers",type:"fontname",label:"gauge_font_numbers",default:"Arial"},{name:"gaugeFontTitle",type:"fontname",label:"gauge_font_title",default:"Arial"},{name:"gaugeFontUnits",type:"fontname",label:"gauge_font_units",default:"Arial"},{name:"gaugeFontValue",type:"fontname",label:"gauge_font_value",default:"Arial"},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersSize",type:"number",label:"gauge_font_numbers_size",default:20,step:1,min:0},{name:"gaugeFontTitleSize",type:"number",label:"gauge_font_title_size",default:24,step:1,min:0},{name:"gaugeFontUnitsSize",type:"number",label:"gauge_font_units_size",default:22,step:1,min:0},{name:"gaugeFontValueSize",type:"number",label:"gauge_font_value_size",default:26,step:1,min:0},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersStyle",type:"select",label:"gauge_font_numbers_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontTitleStyle",type:"select",label:"gauge_font_title_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontUnitsStyle",type:"select",label:"gauge_font_units_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontValueStyle",type:"select",label:"gauge_font_value_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersWeight",type:"select",label:"gauge_font_numbers_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontTitleWeight",type:"select",label:"gauge_font_title_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontUnitsWeight",type:"select",label:"gauge_font_units_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontValueWeight",type:"select",label:"gauge_font_value_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0}];var s=l(7085),b=l(4657),m=l(6016),p=l(2152),_=l(5001),h=l(3342);const f=e=>{const a=(0,o.useRef)(null),l=(0,o.useRef)(null);(0,o.useEffect)((()=>{if(null===a.current||a.current.options.gaugeType!==e.gaugeType){const t=Object.assign({},e,{renderTo:l.current});switch(e.gaugeType){case"radial":null!==a.current&&a.current.destroy(),a.current=new h.RadialGauge(t).draw();break;case"linear":null!==a.current&&a.current.destroy(),a.current=new h.LinearGauge(t).draw()}}}),[e]),(0,o.useEffect)((()=>{null!==a.current&&e.width&&e.height&&e.width>30&&e.height>30&&(a.current.value=e.value,a.current.update(e))}),[e]);const t=Boolean(e.gaugeWidgetData.iconSize)||0===e.gaugeWidgetData.iconSize?"".concat(e.gaugeWidgetData.iconSize,"%"):null,u=e.gaugeSegment;return(0,i.jsxs)(s.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:[(0,i.jsx)("img",{alt:"",src:(null===u||void 0===u?void 0:u.state.icon)||e.gaugeData.icon||"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",style:{position:"relative",width:Number(null===u||void 0===u?void 0:u.state.iconSize)?"".concat(u.state.iconSize,"%"):t||"50%",height:Number(null===u||void 0===u?void 0:u.state.iconSize)?"".concat(u.state.iconSize,"%"):t||"50%",boxSizing:"border-box",objectFit:e.gaugeWidgetData.gaugeIconFit,top:!!u&&"calc(0px - ".concat(u.state.iconYOffset,")")||"0px"!==e.gaugeWidgetData.iconYOffset&&"calc(0px - ".concat(e.gaugeWidgetData.iconYOffset,")")||"0px",left:!!u&&"calc(0px + ".concat(u.state.iconXOffset,")")||"0px"!==e.gaugeWidgetData.iconXOffset&&"calc(0px + ".concat(e.gaugeWidgetData.iconXOffset,")")||"0px",color:(null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor,filter:((null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor)&&"drop-shadow(0px 10000px 0)",transform:((null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor)&&"translateY(-10000px)"}}),(0,i.jsx)("canvas",{id:"my-canvas",ref:l,style:{position:"absolute"}})]})};const y=function(){var e,a,l,t,u;const g=(0,o.useRef)(null),r=(0,o.useRef)(null),{wrappedContent:n,oidObject:d,widget:c}=(0,o.useContext)(m.C),{data:h,states:y}=(0,p.A)("oid"),v=(0,_.A)("oid"),x="number"===(null===d||void 0===d||null===(e=d.common)||void 0===e?void 0:e.type),T=(0,o.useMemo)((()=>{const e=Number(c.data.gaugeMinValue)||0,a=Number(c.data.gaugeMaxValue)||100,l=[];if(c.data.gaugeMajorTicks&&Number(c.data.gaugeMajorTicks>0))for(let t=0;t<=Number(c.data.gaugeMajorTicks);t++){const o=e+((a-e)/Number(c.data.gaugeMajorTicks)||1)*t;l.push(Math.round(100*o)/100)}return l}),[c.data.gaugeMinValue,c.data.gaugeMaxValue,c.data.gaugeMajorTicks]),k=(0,o.useMemo)((()=>{const e=[],a=Number(c.data.gaugeMaxValue)||100;return y.forEach(((l,t)=>{var o;const u=(null===(o=y[t+1])||void 0===o?void 0:o.value)||a;e.push({from:l.value,to:u,color:l.textColor||"transparent",state:l})})),y.length>0&&y[y.length-1].value<a&&(e[e.length-1].to=a),e}),[y,c.data.gaugeMaxValue]),C=((e,a,l)=>e.find((e=>void 0===e.from||void 0===e.to?null:a>=e.from&&(a<e.to||a===e.to&&a===l)))||null)(k,v,Number(c.data.gaugeMaxValue)?Number(c.data.gaugeMaxValue):100),B=null===(a=g.current)||void 0===a?void 0:a.paper0,S=null===(l=g.current)||void 0===l?void 0:l.paper1;return(0,o.useEffect)((()=>{B&&S&&(C?(B.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.frameBackgroundColorActive)||(null===C||void 0===C?void 0:C.state.frameBackgroundColor)||null),B.style.background=n?(null===C||void 0===C?void 0:C.state.frameBackgroundColorActive)||(null===C||void 0===C?void 0:C.state.frameBackgroundColor)||(null===C||void 0===C?void 0:C.state.frameBackgroundActive)||(null===C||void 0===C?void 0:C.state.frameBackground)||null:"transparent",S.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.backgroundColorActive)||(null===C||void 0===C?void 0:C.state.backgroundColor)||null),S.style.background=n?(null===C||void 0===C?void 0:C.state.backgroundColorActive)||(null===C||void 0===C?void 0:C.state.backgroundColor)||(null===C||void 0===C?void 0:C.state.backgroundActive)||(null===C||void 0===C?void 0:C.state.background)||null:"transparent"):(B.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.frameBackgroundColor)&&"".concat(null===C||void 0===C?void 0:C.state.frameBackgroundColor,"!important")||null),B.style.background=n&&(c.data.frameBackgroundColor||c.data.frameBackground||null),S.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.backgroundColor)&&"".concat(null===C||void 0===C?void 0:C.state.backgroundColor,"!important")||null),S.style.background=n&&(c.data.backgroundColor||c.data.background||null)))}),[B,S,n,C,c.data]),(0,i.jsx)(b.A,{ref:g,isValidType:x,data:h,oidValue:v,children:(0,i.jsx)(s.Box,{ref:r,sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:(0,i.jsx)(f,{gaugeData:h,gaugeWidgetData:c.data,gaugeSegment:C,gaugeType:c.data.gaugeType,width:(null===(t=r.current)||void 0===t?void 0:t.clientWidth)-Number(c.data.gaugePadding),height:(null===(u=r.current)||void 0===u?void 0:u.clientHeight)-Number(c.data.gaugePadding),minValue:Number(c.data.gaugeMinValue)?Number(c.data.gaugeMinValue):0,maxValue:Number(c.data.gaugeMaxValue)?Number(c.data.gaugeMaxValue):100,value:v,units:c.data.unit,title:h.header,exactTicks:c.data.gaugeExactTicks,majorTicks:T,minorTicks:"number"===typeof c.data.gaugeMinorTicks?c.data.gaugeMinorTicks:Number(c.data.gaugeMinorTicks),strokeTicks:c.data.gaugeStrokeTicks,majorTicksInt:"number"===typeof c.data.gaugeMajorTicksInt?c.data.gaugeMajorTicksInt:Number(c.data.gaugeMajorTicksInt),majorTicksDec:"number"===typeof c.data.gaugeMajorTicksDec?c.data.gaugeMajorTicksDec:Number(c.data.gaugeMajorTicksDec),highlights:k,highlightsWidth:"number"===typeof c.data.gaugeHighlightsWidth?c.data.gaugeHighlightsWidth:Number(c.data.gaugeHighlightsWidth),numbersMargin:"number"===typeof c.data.gaugeNumbersMargin?c.data.gaugeNumbersMargin:Number(c.data.gaugeNumbersMargin),barWidth:"number"===typeof c.data.gaugeBarWidth&&c.data.gaugeBarWidth<=50?c.data.gaugeBarWidth:Number(c.data.gaugeBarWidth)<=50?Number(c.data.gaugeBarWidth):50,barStrokeWidth:"number"===typeof c.data.gaugeBarStrokeWidth?c.data.gaugeBarStrokeWidth:Number(c.data.gaugeBarStrokeWidth),barProgress:c.data.gaugeBarProgress,barShadow:"number"===typeof c.data.gaugeBarShadow?c.data.gaugeBarShadow:Number(c.data.gaugeBarShadow),animation:c.data.gaugeAnimation,animationDuration:"number"===typeof c.data.gaugeAnimationDuration?c.data.gaugeAnimationDuration:Number(c.data.gaugeAnimationDuration),animationRule:c.data.gaugeAnimationRule||"cycle",animatedValue:c.data.gaugeAnimatedValue,animateOnInit:c.data.gaugeAnimateOnInit,colorPlate:c.data.gaugeColorPlate||"rgba(0,0,0,0)",colorPlateEnd:c.data.gaugeColorPlateEnd||"rgba(0,0,0,0)",colorMajorTicks:c.data.gaugeColorMajorTicks||"#444",colorMinorTicks:c.data.gaugeColorMinorTicks||"#666",colorStrokeTicks:c.data.gaugeColorStrokeTicks||"#444",colorTitle:c.data.gaugeColorTitle||"#888",colorUnits:c.data.gaugeColorUnits||"#888",colorNumbers:c.data.gaugeColorNumbers||"#444",colorNeedle:c.data.gaugeColorNeedle||"rgba(240,128,128,1)",colorNeedleEnd:c.data.gaugeColorNeedleEnd||"rgba(255,160,122,.9)",colorValueText:c.data.gaugeColorValueText||"#444",colorValueTextShadow:c.data.gaugeColorValueTextShadow||"rgba(0,0,0,0.3)",colorBorderShadow:c.data.gaugeColorBorderShadow||"rgba(0,0,0,0.5)",colorBorderOuter:c.data.gaugeColorBorderOuter||"#ddd",colorBorderOuterEnd:c.data.gaugeColorBorderOuterEnd||"#aaa",colorBorderMiddle:c.data.gaugeColorBorderMiddle||"#eee",colorBorderMiddleEnd:c.data.gaugeColorBorderMiddleEnd||"#f0f0f0",colorBorderInner:c.data.gaugeColorBorderInner||"#fafafa",colorBorderInnerEnd:c.data.gaugeColorBorderInnerEnd||"#ccc",colorValueBoxRect:c.data.gaugeColorValueBoxRect||"#888",colorValueBoxRectEnd:c.data.gaugeColorValueBoxRectEnd||"#666",colorValueBoxBackground:c.data.gaugeColorValueBoxBackground||"#babab2",colorValueBoxShadow:c.data.gaugeColorValueBoxShadow||"rgba(0,0,0,1)",colorNeedleShadowUp:c.data.gaugeColorNeedleShadowUp||"rgba(2,255,255,0.2)",colorNeedleShadowDown:c.data.gaugeColorNeedleShadowDown||"rgba(188,143,143,0.45)",colorBarStroke:c.data.gaugeColorBarStroke||"#222",colorBarProgress:c.data.gaugeColorBarProgress||"#ccc",colorBarShadow:c.data.gaugeColorBarShadow||"#000",highlightsLineCap:c.data.gaugeHighlightsLineCap||"butt",needle:c.data.gaugeNeedle,needleShadow:c.data.gaugeNeedleShadow,needleType:c.data.gaugeNeedleType||"arrow",needleStart:"number"===typeof c.data.gaugeNeedleStart?c.data.gaugeNeedleStart:Number(c.data.gaugeNeedleStart),needleEnd:"number"===typeof c.data.gaugeNeedleEnd?c.data.gaugeNeedleEnd:Number(c.data.gaugeNeedleEnd),needleWidth:"number"===typeof c.data.gaugeNeedleWidth?c.data.gaugeNeedleWidth:Number(c.data.gaugeNeedleWidth),borders:c.data.gaugeBorders,borderOuterWidth:"number"===typeof c.data.gaugeBorderOuterWidth?c.data.gaugeBorderOuterWidth:Number(c.data.gaugeBorderOuterWidth),borderMiddleWidth:"number"===typeof c.data.gaugeBorderMiddleWidth?c.data.gaugeBorderMiddleWidth:Number(c.data.gaugeBorderMiddleWidth),borderInnerWidth:"number"===typeof c.data.gaugeBorderInnerWidth?c.data.gaugeBorderInnerWidth:Number(c.data.gaugeBorderInnerWidth),borderShadowWidth:"number"===typeof c.data.gaugeBorderShadowWidth?c.data.gaugeBorderShadowWidth:Number(c.data.gaugeBorderShadowWidth),valueBox:c.data.gaugeValueBox,valueBoxStroke:"number"===typeof c.data.gaugeValueBoxStroke?c.data.gaugeValueBoxStroke:Number(c.data.gaugeValueBoxStroke),valueBoxWidth:"number"===typeof c.data.gaugeValueBoxWidth?c.data.gaugeValueBoxWidth:Number(c.data.gaugeValueBoxWidth),valueText:c.data.gaugeValueText||"",valueTextShadow:c.data.gaugeValueTextShadow,valueBoxBorderRadius:"number"===typeof c.data.gaugeValueBoxBorderRadius?c.data.gaugeValueBoxBorderRadius:Number(c.data.gaugeValueBoxBorderRadius),valueInt:"number"===typeof c.data.gaugeValueInt?c.data.gaugeValueInt:Number(c.data.gaugeValueInt),valueDec:"number"===typeof c.data.gaugeValueDec?c.data.gaugeValueDec:Number(c.data.gaugeValueDec),fontNumbers:c.data.gaugeFontNumbers||"Arial",fontTitle:c.data.gaugeFontTitle||"Arial",fontUnits:c.data.gaugeFontUnits||"Arial",fontValue:c.data.gaugeFontValue||"Arial",fontNumbersSize:"number"===typeof c.data.gaugeFontNumbersSize?c.data.gaugeFontNumbersSize:Number(c.data.gaugeFontNumbersSize),fontTitleSize:"number"===typeof c.data.gaugeFontTitleSize?c.data.gaugeFontTitleSize:Number(c.data.gaugeFontTitleSize),fontUnitsSize:"number"===typeof c.data.gaugeFontUnitsSize?c.data.gaugeFontUnitsSize:Number(c.data.gaugeFontUnitsSize),fontValueSize:"number"===typeof c.data.gaugeFontValueSize?c.data.gaugeFontValueSize:Number(c.data.gaugeFontValueSize),fontNumbersStyle:c.data.gaugeFontNumbersStyle||"normal",fontTitleStyle:c.data.gaugeFontTitleStyle||"normal",fontUnitsStyle:c.data.gaugeFontUnitsStyle||"normal",fontValueStyle:c.data.gaugeFontValueStyle||"normal",fontNumbersWeight:c.data.gaugeFontNumbersWeight||"normal",fontTitleWeight:c.data.gaugeFontTitleWeight||"normal",fontUnitsWeight:c.data.gaugeFontUnitsWeight||"normal",fontValueWeight:c.data.gaugeFontValueWeight||"normal",borderRadius:"number"===typeof c.data.gaugeBorderRadius?c.data.gaugeBorderRadius:Number(c.data.gaugeBorderRadius),barBeginCircle:"number"===typeof c.data.gaugeBarBeginCircle&&c.data.gaugeBarBeginCircle<12?30:Number(c.data.gaugeBarBeginCircle),barLength:"number"===typeof c.data.gaugeBarLength?c.data.gaugeBarLength:Number(c.data.gaugeBarLength),colorBarEnd:c.data.gaugeColorBarEnd||"",colorBarProgressEnd:c.data.gaugeColorBarProgressEnd||"",tickSide:c.data.gaugeTickSide||"both",needleSide:c.data.gaugeNeedleSide||"both",numberSide:c.data.gaugeNumberSide||"both",ticksWidth:"number"===typeof c.data.gaugeTicksWidth?c.data.gaugeTicksWidth:Number(c.data.gaugeTicksWidth),ticksWidthMinor:"number"===typeof c.data.gaugeTicksWidthMinor?c.data.gaugeTicksWidthMinor:Number(c.data.gaugeTicksWidthMinor),ticksPadding:"number"===typeof c.data.gaugeTicksPadding?c.data.gaugeTicksPadding:Number(c.data.gaugeTicksPadding),ticksAngle:"number"===typeof c.data.gaugeTicksAngle?c.data.gaugeTicksAngle:Number(c.data.gaugeTicksAngle),startAngle:"number"===typeof c.data.gaugeStartAngle?c.data.gaugeStartAngle:Number(c.data.gaugeStartAngle),colorNeedleCircleOuter:c.data.gaugeColorNeedleCircleOuter||"#f0f0f0",colorNeedleCircleOuterEnd:c.data.gaugeColorNeedleCircleOuterEnd||"#ccc",colorNeedleCircleInner:c.data.gaugeColorNeedleCircleInner||"#e8e8e8",colorNeedleCircleInnerEnd:c.data.gaugeColorNeedleCircleInnerEnd||"#f5f5f5",colorNeedleCircleShadowUp:c.data.gaugeColorNeedleCircleShadowUp||"rgba(2,255,255,0.2)",needleCircleSize:"number"===typeof c.data.gaugeNeedleCircleSize?c.data.gaugeNeedleCircleSize:Number(c.data.gaugeNeedleCircleSize),needleCircleInner:c.data.gaugeNeedleCircleInner,needleCircleOuter:c.data.gaugeNeedleCircleOuter,animationTarget:c.data.gaugeAnimationTarget||"needle",useMinPath:c.data.gaugeUseMinPath})})})};class v extends u.A{static getWidgetInfo(){return{id:"tplGaugeCollectionWidget",visSet:"vis-2-widgets-collection",visSetLabel:"widgets_collection",visName:"GaugeCollectionWidget",visWidgetLabel:"gauge_collection_widget",visAttrs:[{name:"common",fields:[...(0,r.A)({groupName:"",allFields:!0})]},{name:"gauge",label:"group_gauge",fields:[...(0,n.A)(["boolean"]),...c()]},{name:"values",label:"values",indexFrom:1,indexTo:"values_count",fields:[...(0,r.A)({groupName:"",allFields:!1})]}],visDefaultStyle:{width:"100%",height:"100px",position:"relative"},visPrev:"widgets/vis-2-widgets-collection/img/prev-collection-gauge.png"}}getWidgetInfo(){return v.getWidgetInfo()}async propertiesUpdate(){const e=JSON.stringify(this.state.rxData);this.lastRxData!==e&&(this.lastRxData=e,await this.createStateObjectAsync("oid"))}async onRxDataChanged(e){await this.propertiesUpdate()}onRxStyleChanged(){}onStateUpdated(e,a){}async componentDidMount(){super.componentDidMount(),await this.propertiesUpdate()}renderWidgetBody(e){super.renderWidgetBody(e);const a={id:e.id,refService:e.refService,style:e.style,widget:(0,t.A)((0,t.A)({},e.widget),{},{data:this.state.rxData,style:this.state.rxStyle}),setValue:this.setValue,setState:this.setState.bind(this),oidObject:this.state.oidObject,values:this.state.values,isSignalVisible:this.isSignalVisible.bind(this),getPropertyValue:this.getPropertyValue.bind(this),mode:this.props.context.themeType,socket:this.props.context.socket,theme:this.props.context.theme,wrappedContent:this.wrappedContent};return e.widget.data.noCard||e.widget.usedInWidget?this.wrappedContent=!1:this.wrappedContent=!0,(0,g.A)(this.wrapContent((0,i.jsx)(y,{})),a)}}const x=v}}]);
2
- //# sourceMappingURL=src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js.map
1
+ "use strict";(self.webpackChunkiobroker_vis_widgets_react_collection=self.webpackChunkiobroker_vis_widgets_react_collection||[]).push([["src_GaugeCollectionWidget_GaugeCollectionWidget_jsx"],{2435:(e,a,l)=>{l.r(a),l.d(a,{default:()=>x});var t=l(7051),o=l(8437),u=l(6211),g=l(900),r=l(8679),n=l(375),d=l(4376),i=l(579);const c=()=>[{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_basic_options"})},{name:"gaugeType",label:"gauge_type",type:"select",options:[{value:"linear",label:"linear"},{value:"radial",label:"radial"}],default:"linear",noTranslation:!0},{name:"gaugeMinValue",type:"number",label:"gauge_min_value",default:0,step:1},{name:"gaugeMaxValue",type:"number",label:"gauge_max_value",default:100,step:1},{name:"gaugePadding",type:"number",label:"gauge_padding",default:8,step:1,min:0},{name:"gaugeIconFit",type:"select",label:"gauge_icon_fit",options:[{value:"contain",label:"contain"},{value:"cover",label:"cover"},{value:"fill",label:"fill"}],default:"contain",noTranslation:!0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_borders_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBorderRadius",type:"number",label:"gauge_border_radius",default:0,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_progress_bar_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBarBeginCircle",type:"number",label:"gauge_bar_begin_circle",default:30,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeBarLength",type:"number",label:"gauge_bar_length",default:85,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_coloring_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeColorBarEnd",type:"color",label:"gauge_color_bar_end",default:"",hidden:e=>"linear"!==e.gaugeType},{name:"gaugeColorBarProgressEnd",type:"color",label:"gauge_color_bar_progress_end",default:"",hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_element_positioning_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTickSide",type:"select",label:"gauge_tick_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeNeedleSide",type:"select",label:"gauge_needle_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeNumberSide",type:"select",label:"gauge_number_side",options:[{value:"both",label:"both"},{value:"left",label:"left"},{value:"right",label:"right"}],default:"both",noTranslation:!0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_linear_ticks_bar_options"}),hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksWidth",type:"number",label:"gauge_ticks_width",default:10,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksWidthMinor",type:"number",label:"gauge_ticks_width_minor",default:5,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{name:"gaugeTicksPadding",type:"number",label:"gauge_ticks_padding",default:5,step:1,min:0,hidden:e=>"linear"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_ticks_bar_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeTicksAngle",type:"number",label:"gauge_ticks_angle",default:270,step:1,min:0,max:360,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeStartAngle",type:"number",label:"gauge_start_angle",default:45,step:1,min:0,max:360,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_coloring_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleOuter",type:"color",label:"gauge_color_needle_circle_outer",default:"#f0f0f0",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleOuterEnd",type:"color",label:"gauge_color_needle_circle_outer_end",default:"#ccc",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleInner",type:"color",label:"gauge_color_needle_circle_inner",default:"#e8e8e8",hidden:e=>"radial"!==e.gaugeType},{name:"gaugeColorNeedleCircleInnerEnd",type:"color",label:"gauge_color_needle_circle_inner_end",default:"#f5f5f5",hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_needle_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleSize",type:"number",label:"gauge_needle_circle_size",default:10,step:1,min:0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleInner",type:"checkbox",label:"gauge_needle_circle_inner",default:!0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeNeedleCircleOuter",type:"checkbox",label:"gauge_needle_circle_outer",default:!0,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_radial_animation_options"}),hidden:e=>"radial"!==e.gaugeType},{name:"gaugeAnimationTarget",type:"select",label:"gauge_animation_target",options:[{value:"needle",label:"needle"},{value:"plate",label:"plate"}],default:"needle",noTranslation:!0,hidden:e=>"radial"!==e.gaugeType},{name:"gaugeUseMinPath",type:"checkbox",label:"gauge_use_min_path",default:!1,hidden:e=>"radial"!==e.gaugeType},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_ticks_bar_options"})},{name:"gaugeExactTicks",type:"checkbox",label:"gauge_exact_ticks",default:!1},{name:"gaugeMajorTicks",type:"number",label:"gauge_major_ticks",default:10,step:1},{name:"gaugeMinorTicks",type:"number",label:"gauge_minor_ticks",default:0,step:1},{name:"gaugeStrokeTicks",type:"checkbox",label:"gauge_stroke_ticks",default:!0},{name:"gaugeMajorTicksInt",type:"number",label:"gauge_major_ticks_int",default:1,step:1},{name:"gaugeMajorTicksDec",type:"number",label:"gauge_major_ticks_dec",default:0,step:1},{name:"gaugeHighlightsWidth",type:"number",label:"gauge_highlights_width",default:15,step:1},{name:"gaugeNumbersMargin",type:"number",label:"gauge_numbers_margin",default:1,step:1},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_progress_bar_options"})},{name:"gaugeBarWidth",type:"number",label:"gauge_bar_width",default:20,step:1,min:0,max:50},{name:"gaugeBarStrokeWidth",type:"number",label:"gauge_bar_stroke_width",default:0,step:1,min:0},{name:"gaugeBarProgress",type:"checkbox",label:"gauge_bar_progress",default:!0},{name:"gaugeBarShadow,",type:"number",label:"gauge_bar_shadow",default:0,step:1,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_animation_options"})},{name:"gaugeAnimation",type:"checkbox",label:"gauge_animation",default:!0},{name:"gaugeAnimationDuration",type:"number",label:"gauge_animation_duration",default:500,step:1,min:0},{name:"gaugeAnimationRule",type:"select",label:"gauge_animation_rule",options:[{value:"linear",label:"linear"},{value:"quad",label:"quad"},{value:"quint",label:"quint"},{value:"cycle",label:"cycle"},{value:"bounce",label:"bounce"},{value:"elastic",label:"elastic"},{value:"dequad",label:"dequad"},{value:"dequint",label:"dequint"},{value:"decycle",label:"decycle"},{value:"debounce",label:"debounce"},{value:"delastic",label:"delastic"}],default:"cycle",noTranslation:!0},{name:"gaugeAnimatedValue",type:"checkbox",label:"gauge_animated_value",default:!1},{name:"gaugeAnimateOnInit",type:"checkbox",label:"gauge_animate_on_init",default:!1},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_coloring_options"})},{name:"gaugeColorPlate",type:"color",label:"gauge_color_plate",default:"rgba(0,0,0,0)"},{name:"gaugeColorPlateEnd",type:"color",label:"gauge_color_plate_end",default:"rgba(0,0,0,0)"},{name:"gaugeColorMajorTicks",type:"color",label:"gauge_color_major_ticks",default:"#444"},{name:"gaugeColorMinorTicks",type:"color",label:"gauge_color_minor_ticks",default:"#666"},{name:"gaugeColorStrokeTicks",type:"color",label:"gauge_color_stroke_ticks",default:"#444"},{name:"gaugeColorTitle",type:"color",label:"gauge_color_title",default:"#888"},{name:"gaugeColorUnits",type:"color",label:"gauge_color_units",default:"#888"},{name:"gaugeColorNumbers",type:"color",label:"gauge_color_numbers",default:"#444"},{name:"gaugeColorNeedle",type:"color",label:"gauge_color_needle",default:"rgba(240,128,128,1)"},{name:"gaugeColorNeedleEnd",type:"color",label:"gauge_color_needle_end",default:"rgba(255,160,122,.9)"},{name:"gaugeColorValueText",type:"color",label:"gauge_color_value_text",default:"#444"},{name:"gaugeColorValueTextShadow",type:"color",label:"gauge_color_value_text_shadow",default:"rgba(0,0,0,0.3)"},{name:"gaugeColorBorderShadow",type:"color",label:"gauge_color_border_shadow",default:"rgba(0,0,0,0.5)"},{name:"gaugeColorBorderOuter",type:"color",label:"gauge_color_border_outer",default:"#ddd"},{name:"gaugeColorBorderOuterEnd",type:"color",label:"gauge_color_border_outer_end",default:"#aaa"},{name:"gaugeColorBorderMiddle",type:"color",label:"gauge_color_border_middle",default:"#eee"},{name:"gaugeColorBorderMiddleEnd",type:"color",label:"gauge_color_border_middle_end",default:"#f0f0f0"},{name:"gaugeColorBorderInner",type:"color",label:"gauge_color_border_inner",default:"#fafafa"},{name:"gaugeColorBorderInnerEnd",type:"color",label:"gauge_color_border_inner_end",default:"#ccc"},{name:"gaugeColorValueBoxRect",type:"color",label:"gauge_color_value_box_rect",default:"#888"},{name:"gaugeColorValueBoxRectEnd",type:"color",label:"gauge_color_value_box_rect_end",default:"#666"},{name:"gaugeColorValueBoxBackground",type:"color",label:"gauge_color_value_box_background",default:"#babab2"},{name:"gaugeColorValueBoxShadow",type:"color",label:"gauge_color_value_box_shadow",default:"rgba(0,0,0,1)"},{name:"gaugeColorNeedleShadowUp",type:"color",label:"gauge_color_needle_shadow_up",default:"rgba(2,255,255,0.2)"},{name:"gaugeColorNeedleShadowDown",type:"color",label:"gauge_color_needle_shadow_down",default:"rgba(188,143,143,0.45)"},{name:"gaugeColorBarStroke",type:"color",label:"gauge_color_bar_stroke",default:"#222"},{name:"gaugeColorBarProgress",type:"color",label:"gauge_color_bar_progress",default:"#ccc"},{name:"gaugeColorBarShadow",type:"color",label:"gauge_color_bar_shadow",default:"#000"},{name:"gaugeColorBarShadow",type:"color",label:"gauge_color_bar_shadow",default:"#000"},{name:"gaugeHighlightsLineCap",type:"select",label:"gauge_highlights_line_cap",options:[{value:"butt",label:"butt"},{value:"round",label:"round"},{value:"square",label:"square"}],default:"butt",noTranslation:!0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_needle_configuration_options"})},{name:"gaugeNeedle",type:"checkbox",label:"gauge_needle",default:!0},{name:"gaugeNeedleShadow",type:"checkbox",label:"gauge_needle_shadow",default:!0},{name:"gaugeNeedleType",type:"select",label:"gauge_needle_type",options:[{value:"arrow",label:"arrow"},{value:"line",label:"line"}],default:"arrow",noTranslation:!0},{name:"gaugeNeedleStart",type:"number",label:"gauge_needle_start",default:5,step:1,min:0,max:100},{name:"gaugeNeedleEnd",type:"number",label:"gauge_needle_end",default:85,step:1,min:0,max:100},{name:"gaugeNeedleWidth",type:"number",label:"gauge_needle_width",default:4},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_borders_options"})},{name:"gaugeBorders",type:"checkbox",label:"gauge_borders",default:!0},{name:"gaugeBorderOuterWidth",type:"number",label:"gauge_border_outer_width",default:3,min:0},{name:"gaugeBorderMiddleWidth",type:"number",label:"gauge_border_middle_width",default:3,min:0},{name:"gaugeBorderInnerWidth",type:"number",label:"gauge_border_inner_width",default:3,min:0},{name:"gaugeBorderShadowWidth",type:"number",label:"gauge_border_shadow_width",default:3,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_value_box_options"})},{name:"gaugeValueBox",type:"checkbox",label:"gauge_value_box",default:!0},{name:"gaugeValueBoxStroke",type:"number",label:"gauge_value_box_stroke",default:5,step:1,min:0},{name:"gaugeValueBoxWidth",type:"number",label:"gauge_value_box_width",default:0,step:1,min:0},{name:"gaugeValueText",type:"text",label:"gauge_value_text",default:""},{name:"gaugeValueTextShadow",type:"checkbox",label:"gauge_value_text_shadow",default:!0},{name:"gaugeValueBoxBorderRadius",type:"number",label:"gauge_value_box_border_radius",default:2.5,step:.1,min:0},{name:"gaugeValueInt",type:"number",label:"gauge_value_int",default:3,step:1,min:0},{name:"gaugeValueDec",type:"number",label:"gauge_value_dec",default:2,step:1,min:0},{label:"",type:"custom",component:()=>(0,i.jsx)(d.A,{dividerText:"gauge_fonts_customization_options"})},{name:"gaugeFontNumbers",type:"fontname",label:"gauge_font_numbers",default:"Arial"},{name:"gaugeFontTitle",type:"fontname",label:"gauge_font_title",default:"Arial"},{name:"gaugeFontUnits",type:"fontname",label:"gauge_font_units",default:"Arial"},{name:"gaugeFontValue",type:"fontname",label:"gauge_font_value",default:"Arial"},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersSize",type:"number",label:"gauge_font_numbers_size",default:20,step:1,min:0},{name:"gaugeFontTitleSize",type:"number",label:"gauge_font_title_size",default:24,step:1,min:0},{name:"gaugeFontUnitsSize",type:"number",label:"gauge_font_units_size",default:22,step:1,min:0},{name:"gaugeFontValueSize",type:"number",label:"gauge_font_value_size",default:26,step:1,min:0},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersStyle",type:"select",label:"gauge_font_numbers_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontTitleStyle",type:"select",label:"gauge_font_title_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontUnitsStyle",type:"select",label:"gauge_font_units_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{name:"gaugeFontValueStyle",type:"select",label:"gauge_font_value_style",options:[{value:"normal",label:"normal"},{value:"italic",label:"italic"},{value:"oblique",label:"oblique"}],default:"normal",noTranslation:!0},{label:"",name:"allFieldsDivider",type:"custom",component:()=>(0,i.jsx)(d.A,{})},{name:"gaugeFontNumbersWeight",type:"select",label:"gauge_font_numbers_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontTitleWeight",type:"select",label:"gauge_font_title_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontUnitsWeight",type:"select",label:"gauge_font_units_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0},{name:"gaugeFontValueWeight",type:"select",label:"gauge_font_value_weight",options:[{value:"normal",label:"normal"},{value:"bold",label:"bold"},{value:"bolder",label:"bolder"},{value:"lighter",label:"lighter"},{value:"100",label:"100"},{value:"200",label:"200"},{value:"300",label:"300"},{value:"400",label:"400"},{value:"500",label:"500"},{value:"600",label:"600"},{value:"700",label:"700"},{value:"800",label:"800"},{value:"900",label:"900"}],default:"normal",noTranslation:!0}];var s=l(7085),b=l(4657),m=l(6016),p=l(2152),_=l(5001),h=l(3342);const f=e=>{const a=(0,o.useRef)(null),l=(0,o.useRef)(null);(0,o.useEffect)((()=>{if(null===a.current||a.current.options.gaugeType!==e.gaugeType){const t=Object.assign({},e,{renderTo:l.current});switch(e.gaugeType){case"radial":null!==a.current&&a.current.destroy(),a.current=new h.RadialGauge(t).draw();break;case"linear":null!==a.current&&a.current.destroy(),a.current=new h.LinearGauge(t).draw()}}}),[e]),(0,o.useEffect)((()=>{null!==a.current&&e.width&&e.height&&e.width>30&&e.height>30&&(a.current.value=e.value,a.current.update(e))}),[e]);const t=Boolean(e.gaugeWidgetData.iconSize)||0===e.gaugeWidgetData.iconSize?"".concat(e.gaugeWidgetData.iconSize,"%"):null,u=e.gaugeSegment;return(0,i.jsxs)(s.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:[(0,i.jsx)("img",{alt:"",src:(null===u||void 0===u?void 0:u.state.icon)||e.gaugeData.icon||"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",style:{position:"relative",width:Number(null===u||void 0===u?void 0:u.state.iconSize)?"".concat(u.state.iconSize,"%"):t||"50%",height:Number(null===u||void 0===u?void 0:u.state.iconSize)?"".concat(u.state.iconSize,"%"):t||"50%",boxSizing:"border-box",objectFit:e.gaugeWidgetData.gaugeIconFit,top:!!u&&"calc(0px - ".concat(u.state.iconYOffset,")")||"0px"!==e.gaugeWidgetData.iconYOffset&&"calc(0px - ".concat(e.gaugeWidgetData.iconYOffset,")")||"0px",left:!!u&&"calc(0px + ".concat(u.state.iconXOffset,")")||"0px"!==e.gaugeWidgetData.iconXOffset&&"calc(0px + ".concat(e.gaugeWidgetData.iconXOffset,")")||"0px",color:(null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor,filter:((null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor)&&"drop-shadow(0px 10000px 0)",transform:((null===u||void 0===u?void 0:u.state.iconColor)||e.gaugeData.iconColor)&&"translateY(-10000px)"}}),(0,i.jsx)("canvas",{id:"my-canvas",ref:l,style:{position:"absolute"}})]})};const y=function(){var e,a,l,t,u;const g=(0,o.useRef)(null),r=(0,o.useRef)(null),{wrappedContent:n,oidObject:d,widget:c}=(0,o.useContext)(m.C),{data:h,states:y}=(0,p.A)("oid"),v=(0,_.A)("oid"),x="number"===(null===d||void 0===d||null===(e=d.common)||void 0===e?void 0:e.type),T=(0,o.useMemo)((()=>{const e=Number(c.data.gaugeMinValue)||0,a=Number(c.data.gaugeMaxValue)||100,l=[];if(c.data.gaugeMajorTicks&&Number(c.data.gaugeMajorTicks>0))for(let t=0;t<=Number(c.data.gaugeMajorTicks);t++){const o=e+((a-e)/Number(c.data.gaugeMajorTicks)||1)*t;l.push(Math.round(100*o)/100)}return l}),[c.data.gaugeMinValue,c.data.gaugeMaxValue,c.data.gaugeMajorTicks]),k=(0,o.useMemo)((()=>{const e=[],a=Number(c.data.gaugeMaxValue)||100;return y.forEach(((l,t)=>{var o;const u=(null===(o=y[t+1])||void 0===o?void 0:o.value)||a;e.push({from:l.value,to:u,color:l.textColor||"transparent",state:l})})),y.length>0&&y[y.length-1].value<a&&(e[e.length-1].to=a),e}),[y,c.data.gaugeMaxValue]),C=((e,a,l)=>e.find((e=>void 0===e.from||void 0===e.to?null:a>=e.from&&(a<e.to||a===e.to&&a===l)))||null)(k,v,Number(c.data.gaugeMaxValue)?Number(c.data.gaugeMaxValue):100),B=null===(a=g.current)||void 0===a?void 0:a.paper0,S=null===(l=g.current)||void 0===l?void 0:l.paper1;return(0,o.useEffect)((()=>{B&&S&&(C?(B.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.frameBackgroundColorActive)||(null===C||void 0===C?void 0:C.state.frameBackgroundColor)||null),B.style.background=n?(null===C||void 0===C?void 0:C.state.frameBackgroundColorActive)||(null===C||void 0===C?void 0:C.state.frameBackgroundColor)||(null===C||void 0===C?void 0:C.state.frameBackgroundActive)||(null===C||void 0===C?void 0:C.state.frameBackground)||null:"transparent",S.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.backgroundColorActive)||(null===C||void 0===C?void 0:C.state.backgroundColor)||null),S.style.background=n?(null===C||void 0===C?void 0:C.state.backgroundColorActive)||(null===C||void 0===C?void 0:C.state.backgroundColor)||(null===C||void 0===C?void 0:C.state.backgroundActive)||(null===C||void 0===C?void 0:C.state.background)||null:"transparent"):(B.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.frameBackgroundColor)&&"".concat(null===C||void 0===C?void 0:C.state.frameBackgroundColor,"!important")||null),B.style.background=n&&(c.data.frameBackgroundColor||c.data.frameBackground||null),S.style.borderColor=!n&&((null===C||void 0===C?void 0:C.state.backgroundColor)&&"".concat(null===C||void 0===C?void 0:C.state.backgroundColor,"!important")||null),S.style.background=n&&(c.data.backgroundColor||c.data.background||null)))}),[B,S,n,C,c.data]),(0,i.jsx)(b.A,{ref:g,isValidType:x,data:h,oidValue:v,children:(0,i.jsx)(s.Box,{ref:r,sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center"},children:(0,i.jsx)(f,{gaugeData:h,gaugeWidgetData:c.data,gaugeSegment:C,gaugeType:c.data.gaugeType,width:(null===(t=r.current)||void 0===t?void 0:t.clientWidth)-Number(c.data.gaugePadding),height:(null===(u=r.current)||void 0===u?void 0:u.clientHeight)-Number(c.data.gaugePadding),minValue:Number(c.data.gaugeMinValue)?Number(c.data.gaugeMinValue):0,maxValue:Number(c.data.gaugeMaxValue)?Number(c.data.gaugeMaxValue):100,value:v,units:c.data.unit,title:h.header,exactTicks:c.data.gaugeExactTicks,majorTicks:T,minorTicks:"number"===typeof c.data.gaugeMinorTicks?c.data.gaugeMinorTicks:Number(c.data.gaugeMinorTicks),strokeTicks:c.data.gaugeStrokeTicks,majorTicksInt:"number"===typeof c.data.gaugeMajorTicksInt?c.data.gaugeMajorTicksInt:Number(c.data.gaugeMajorTicksInt),majorTicksDec:"number"===typeof c.data.gaugeMajorTicksDec?c.data.gaugeMajorTicksDec:Number(c.data.gaugeMajorTicksDec),highlights:k,highlightsWidth:"number"===typeof c.data.gaugeHighlightsWidth?c.data.gaugeHighlightsWidth:Number(c.data.gaugeHighlightsWidth),numbersMargin:"number"===typeof c.data.gaugeNumbersMargin?c.data.gaugeNumbersMargin:Number(c.data.gaugeNumbersMargin),barWidth:"number"===typeof c.data.gaugeBarWidth&&c.data.gaugeBarWidth<=50?c.data.gaugeBarWidth:Number(c.data.gaugeBarWidth)<=50?Number(c.data.gaugeBarWidth):50,barStrokeWidth:"number"===typeof c.data.gaugeBarStrokeWidth?c.data.gaugeBarStrokeWidth:Number(c.data.gaugeBarStrokeWidth),barProgress:c.data.gaugeBarProgress,barShadow:"number"===typeof c.data.gaugeBarShadow?c.data.gaugeBarShadow:Number(c.data.gaugeBarShadow),animation:c.data.gaugeAnimation,animationDuration:"number"===typeof c.data.gaugeAnimationDuration?c.data.gaugeAnimationDuration:Number(c.data.gaugeAnimationDuration),animationRule:c.data.gaugeAnimationRule||"cycle",animatedValue:c.data.gaugeAnimatedValue,animateOnInit:c.data.gaugeAnimateOnInit,colorPlate:c.data.gaugeColorPlate||"rgba(0,0,0,0)",colorPlateEnd:c.data.gaugeColorPlateEnd||"rgba(0,0,0,0)",colorMajorTicks:c.data.gaugeColorMajorTicks||"#444",colorMinorTicks:c.data.gaugeColorMinorTicks||"#666",colorStrokeTicks:c.data.gaugeColorStrokeTicks||"#444",colorTitle:c.data.gaugeColorTitle||"#888",colorUnits:c.data.gaugeColorUnits||"#888",colorNumbers:c.data.gaugeColorNumbers||"#444",colorNeedle:c.data.gaugeColorNeedle||"rgba(240,128,128,1)",colorNeedleEnd:c.data.gaugeColorNeedleEnd||"rgba(255,160,122,.9)",colorValueText:c.data.gaugeColorValueText||"#444",colorValueTextShadow:c.data.gaugeColorValueTextShadow||"rgba(0,0,0,0.3)",colorBorderShadow:c.data.gaugeColorBorderShadow||"rgba(0,0,0,0.5)",colorBorderOuter:c.data.gaugeColorBorderOuter||"#ddd",colorBorderOuterEnd:c.data.gaugeColorBorderOuterEnd||"#aaa",colorBorderMiddle:c.data.gaugeColorBorderMiddle||"#eee",colorBorderMiddleEnd:c.data.gaugeColorBorderMiddleEnd||"#f0f0f0",colorBorderInner:c.data.gaugeColorBorderInner||"#fafafa",colorBorderInnerEnd:c.data.gaugeColorBorderInnerEnd||"#ccc",colorValueBoxRect:c.data.gaugeColorValueBoxRect||"#888",colorValueBoxRectEnd:c.data.gaugeColorValueBoxRectEnd||"#666",colorValueBoxBackground:c.data.gaugeColorValueBoxBackground||"#babab2",colorValueBoxShadow:c.data.gaugeColorValueBoxShadow||"rgba(0,0,0,1)",colorNeedleShadowUp:c.data.gaugeColorNeedleShadowUp||"rgba(2,255,255,0.2)",colorNeedleShadowDown:c.data.gaugeColorNeedleShadowDown||"rgba(188,143,143,0.45)",colorBarStroke:c.data.gaugeColorBarStroke||"#222",colorBarProgress:c.data.gaugeColorBarProgress||"#ccc",colorBarShadow:c.data.gaugeColorBarShadow||"#000",highlightsLineCap:c.data.gaugeHighlightsLineCap||"butt",needle:c.data.gaugeNeedle,needleShadow:c.data.gaugeNeedleShadow,needleType:c.data.gaugeNeedleType||"arrow",needleStart:"number"===typeof c.data.gaugeNeedleStart?c.data.gaugeNeedleStart:Number(c.data.gaugeNeedleStart),needleEnd:"number"===typeof c.data.gaugeNeedleEnd?c.data.gaugeNeedleEnd:Number(c.data.gaugeNeedleEnd),needleWidth:"number"===typeof c.data.gaugeNeedleWidth?c.data.gaugeNeedleWidth:Number(c.data.gaugeNeedleWidth),borders:c.data.gaugeBorders,borderOuterWidth:"number"===typeof c.data.gaugeBorderOuterWidth?c.data.gaugeBorderOuterWidth:Number(c.data.gaugeBorderOuterWidth),borderMiddleWidth:"number"===typeof c.data.gaugeBorderMiddleWidth?c.data.gaugeBorderMiddleWidth:Number(c.data.gaugeBorderMiddleWidth),borderInnerWidth:"number"===typeof c.data.gaugeBorderInnerWidth?c.data.gaugeBorderInnerWidth:Number(c.data.gaugeBorderInnerWidth),borderShadowWidth:"number"===typeof c.data.gaugeBorderShadowWidth?c.data.gaugeBorderShadowWidth:Number(c.data.gaugeBorderShadowWidth),valueBox:c.data.gaugeValueBox,valueBoxStroke:"number"===typeof c.data.gaugeValueBoxStroke?c.data.gaugeValueBoxStroke:Number(c.data.gaugeValueBoxStroke),valueBoxWidth:"number"===typeof c.data.gaugeValueBoxWidth?c.data.gaugeValueBoxWidth:Number(c.data.gaugeValueBoxWidth),valueText:c.data.gaugeValueText||"",valueTextShadow:c.data.gaugeValueTextShadow,valueBoxBorderRadius:"number"===typeof c.data.gaugeValueBoxBorderRadius?c.data.gaugeValueBoxBorderRadius:Number(c.data.gaugeValueBoxBorderRadius),valueInt:"number"===typeof c.data.gaugeValueInt?c.data.gaugeValueInt:Number(c.data.gaugeValueInt),valueDec:"number"===typeof c.data.gaugeValueDec?c.data.gaugeValueDec:Number(c.data.gaugeValueDec),fontNumbers:c.data.gaugeFontNumbers||"Arial",fontTitle:c.data.gaugeFontTitle||"Arial",fontUnits:c.data.gaugeFontUnits||"Arial",fontValue:c.data.gaugeFontValue||"Arial",fontNumbersSize:"number"===typeof c.data.gaugeFontNumbersSize?c.data.gaugeFontNumbersSize:Number(c.data.gaugeFontNumbersSize),fontTitleSize:"number"===typeof c.data.gaugeFontTitleSize?c.data.gaugeFontTitleSize:Number(c.data.gaugeFontTitleSize),fontUnitsSize:"number"===typeof c.data.gaugeFontUnitsSize?c.data.gaugeFontUnitsSize:Number(c.data.gaugeFontUnitsSize),fontValueSize:"number"===typeof c.data.gaugeFontValueSize?c.data.gaugeFontValueSize:Number(c.data.gaugeFontValueSize),fontNumbersStyle:c.data.gaugeFontNumbersStyle||"normal",fontTitleStyle:c.data.gaugeFontTitleStyle||"normal",fontUnitsStyle:c.data.gaugeFontUnitsStyle||"normal",fontValueStyle:c.data.gaugeFontValueStyle||"normal",fontNumbersWeight:c.data.gaugeFontNumbersWeight||"normal",fontTitleWeight:c.data.gaugeFontTitleWeight||"normal",fontUnitsWeight:c.data.gaugeFontUnitsWeight||"normal",fontValueWeight:c.data.gaugeFontValueWeight||"normal",borderRadius:"number"===typeof c.data.gaugeBorderRadius?c.data.gaugeBorderRadius:Number(c.data.gaugeBorderRadius),barBeginCircle:"number"===typeof c.data.gaugeBarBeginCircle&&c.data.gaugeBarBeginCircle<12?30:Number(c.data.gaugeBarBeginCircle),barLength:"number"===typeof c.data.gaugeBarLength?c.data.gaugeBarLength:Number(c.data.gaugeBarLength),colorBarEnd:c.data.gaugeColorBarEnd||"",colorBarProgressEnd:c.data.gaugeColorBarProgressEnd||"",tickSide:c.data.gaugeTickSide||"both",needleSide:c.data.gaugeNeedleSide||"both",numberSide:c.data.gaugeNumberSide||"both",ticksWidth:"number"===typeof c.data.gaugeTicksWidth?c.data.gaugeTicksWidth:Number(c.data.gaugeTicksWidth),ticksWidthMinor:"number"===typeof c.data.gaugeTicksWidthMinor?c.data.gaugeTicksWidthMinor:Number(c.data.gaugeTicksWidthMinor),ticksPadding:"number"===typeof c.data.gaugeTicksPadding?c.data.gaugeTicksPadding:Number(c.data.gaugeTicksPadding),ticksAngle:"number"===typeof c.data.gaugeTicksAngle?c.data.gaugeTicksAngle:Number(c.data.gaugeTicksAngle),startAngle:"number"===typeof c.data.gaugeStartAngle?c.data.gaugeStartAngle:Number(c.data.gaugeStartAngle),colorNeedleCircleOuter:c.data.gaugeColorNeedleCircleOuter||"#f0f0f0",colorNeedleCircleOuterEnd:c.data.gaugeColorNeedleCircleOuterEnd||"#ccc",colorNeedleCircleInner:c.data.gaugeColorNeedleCircleInner||"#e8e8e8",colorNeedleCircleInnerEnd:c.data.gaugeColorNeedleCircleInnerEnd||"#f5f5f5",colorNeedleCircleShadowUp:c.data.gaugeColorNeedleCircleShadowUp||"rgba(2,255,255,0.2)",needleCircleSize:"number"===typeof c.data.gaugeNeedleCircleSize?c.data.gaugeNeedleCircleSize:Number(c.data.gaugeNeedleCircleSize),needleCircleInner:c.data.gaugeNeedleCircleInner,needleCircleOuter:c.data.gaugeNeedleCircleOuter,animationTarget:c.data.gaugeAnimationTarget||"needle",useMinPath:c.data.gaugeUseMinPath})})})};class v extends u.A{static getWidgetInfo(){return{id:"tplGaugeCollectionWidget",visSet:"vis-2-widgets-collection",visSetLabel:"widgets_collection",visName:"GaugeCollectionWidget",visWidgetLabel:"gauge_collection_widget",visAttrs:[{name:"common",fields:[...(0,r.A)({groupName:"",allFields:!0})]},{name:"gauge",label:"group_gauge",fields:[...(0,n.A)(["boolean"]),...c()]},{name:"values",label:"values",indexFrom:1,indexTo:"values_count",fields:[...(0,r.A)({groupName:"",allFields:!1})]}],visDefaultStyle:{width:"100%",height:"100px",position:"relative"},visPrev:"widgets/vis-2-widgets-collection/img/prev-collection-gauge.png"}}getWidgetInfo(){return v.getWidgetInfo()}async propertiesUpdate(){const e=JSON.stringify(this.state.rxData);this.lastRxData!==e&&(this.lastRxData=e,await this.createStateObjectAsync("oid"))}async onRxDataChanged(e){await this.propertiesUpdate()}onRxStyleChanged(){}onStateUpdated(e,a){}async componentDidMount(){super.componentDidMount(),await this.propertiesUpdate()}renderWidgetBody(e){super.renderWidgetBody(e);const a={id:e.id,refService:e.refService,style:e.style,widget:(0,t.A)((0,t.A)({},e.widget),{},{data:this.state.rxData,style:this.state.rxStyle}),setValue:this.setValue,setState:this.setState.bind(this),oidObject:this.state.oidObject,values:this.state.values,isSignalVisible:this.isSignalVisible.bind(this),getPropertyValue:this.getPropertyValue.bind(this),mode:this.props.context.themeType,socket:this.props.context.socket,theme:this.props.context.theme,wrappedContent:this.wrappedContent};return e.widget.data.noCard||e.widget.usedInWidget?this.wrappedContent=!1:this.wrappedContent=!0,(0,g.A)(this.wrapContent((0,i.jsx)(y,{})),a)}}const x=v}}]);
2
+ //# sourceMappingURL=src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.70b9e47e.chunk.js","mappings":"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KAAM,uBACNL,KAAM,QACND,MAAO,0BACPS,QAAS,QAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,QAEV,CACCH,KAAM,kBACNL,KAAM,QACND,MAAO,oBACPS,QAAS,QAEV,CACCH,KAAM,kBACNL,KAAM,QACND,MAAO,oBACPS,QAAS,QAEV,CACCH,KAAM,oBACNL,KAAM,QACND,MAAO,sBACPS,QAAS,QAEV,CACCH,KAAM,mBACNL,KAAM,QACND,MAAO,qBACPS,QAAS,uBAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,wBAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,gCACPS,QAAS,mBAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,4BACPS,QAAS,mBAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,QAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,QAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,4BACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,gCACPS,QAAS,WAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,WAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,QAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,6BACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,iCACPS,QAAS,QAEV,CACCH,KAAM,+BACNL,KAAM,QACND,MAAO,mCACPS,QAAS,WAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,iBAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,uBAEV,CACCH,KAAM,6BACNL,KAAM,QACND,MAAO,iCACPS,QAAS,0BAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,QAEV,CACCH,KAAM,wBACNL,KAAM,QAC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","sources":["lib/gaugeFields.jsx","GaugeCollectionWidget/Gauge.jsx","GaugeCollectionWidget/GaugeCollection.jsx","GaugeCollectionWidget/GaugeCollectionWidget.jsx"],"sourcesContent":["import CollectionDivider from \"../components/CollectionDivider\";\n\nconst dialogFields = () => [\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_basic_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeType\",\n\t\tlabel: \"gauge_type\",\n\t\ttype: \"select\",\n\t\toptions: [\n\t\t\t{ value: \"linear\", label: \"linear\" },\n\t\t\t{ value: \"radial\", label: \"radial\" },\n\t\t],\n\t\tdefault: \"linear\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeMinValue\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_min_value\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMaxValue\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_max_value\",\n\t\tdefault: 100,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugePadding\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_padding\",\n\t\tdefault: 8,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeIconFit\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_icon_fit\",\n\t\toptions: [\n\t\t\t{ value: \"contain\", label: \"contain\" },\n\t\t\t{ value: \"cover\", label: \"cover\" },\n\t\t\t{ value: \"fill\", label: \"fill\" },\n\t\t],\n\t\tdefault: \"contain\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_borders_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBorderRadius\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_radius\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_progress_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBarBeginCircle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_begin_circle\",\n\t\tdefault: 30,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBarLength\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_length\",\n\t\tdefault: 85,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_coloring_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_end\",\n\t\tdefault: \"\",\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarProgressEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_progress_end\",\n\t\tdefault: \"\",\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_element_positioning_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTickSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_tick_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_needle_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeNumberSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_number_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_ticks_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_width\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksWidthMinor\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_width_minor\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksPadding\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_padding\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_ticks_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeTicksAngle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_angle\",\n\t\tdefault: 270,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 360,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeStartAngle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_start_angle\",\n\t\tdefault: 45,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 360,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_coloring_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleOuter\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_outer\",\n\t\tdefault: \"#f0f0f0\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleOuterEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_outer_end\",\n\t\tdefault: \"#ccc\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleInner\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_inner\",\n\t\tdefault: \"#e8e8e8\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleInnerEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_inner_end\",\n\t\tdefault: \"#f5f5f5\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_needle_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_circle_size\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleInner\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_circle_inner\",\n\t\tdefault: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleOuter\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_circle_outer\",\n\t\tdefault: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_animation_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeAnimationTarget\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_animation_target\",\n\t\toptions: [\n\t\t\t{ value: \"needle\", label: \"needle\" },\n\t\t\t{ value: \"plate\", label: \"plate\" },\n\t\t],\n\t\tdefault: \"needle\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeUseMinPath\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_use_min_path\",\n\t\tdefault: false,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_ticks_bar_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeExactTicks\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_exact_ticks\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicks\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMinorTicks\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_minor_ticks\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeStrokeTicks\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_stroke_ticks\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicksInt\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks_int\",\n\t\tdefault: 1,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicksDec\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks_dec\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeHighlightsWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_highlights_width\",\n\t\tdefault: 15,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeNumbersMargin\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_numbers_margin\",\n\t\tdefault: 1,\n\t\tstep: 1,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_progress_bar_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeBarWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_width\",\n\t\tdefault: 20,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 50,\n\t},\n\t{\n\t\tname: \"gaugeBarStrokeWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_stroke_width\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBarProgress\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_bar_progress\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeBarShadow,\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_shadow\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_animation_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeAnimation\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animation\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeAnimationDuration\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_animation_duration\",\n\t\tdefault: 500,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeAnimationRule\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_animation_rule\",\n\t\toptions: [\n\t\t\t{ value: \"linear\", label: \"linear\" },\n\t\t\t{ value: \"quad\", label: \"quad\" },\n\t\t\t{ value: \"quint\", label: \"quint\" },\n\t\t\t{ value: \"cycle\", label: \"cycle\" },\n\t\t\t{ value: \"bounce\", label: \"bounce\" },\n\t\t\t{ value: \"elastic\", label: \"elastic\" },\n\t\t\t{ value: \"dequad\", label: \"dequad\" },\n\t\t\t{ value: \"dequint\", label: \"dequint\" },\n\t\t\t{ value: \"decycle\", label: \"decycle\" },\n\t\t\t{ value: \"debounce\", label: \"debounce\" },\n\t\t\t{ value: \"delastic\", label: \"delastic\" },\n\t\t],\n\t\tdefault: \"cycle\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeAnimatedValue\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animated_value\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tname: \"gaugeAnimateOnInit\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animate_on_init\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_coloring_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeColorPlate\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_plate\",\n\t\tdefault: \"rgba(0,0,0,0)\",\n\t},\n\t{\n\t\tname: \"gaugeColorPlateEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_plate_end\",\n\t\tdefault: \"rgba(0,0,0,0)\",\n\t},\n\t{\n\t\tname: \"gaugeColorMajorTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_major_ticks\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorMinorTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_minor_ticks\",\n\t\tdefault: \"#666\",\n\t},\n\t{\n\t\tname: \"gaugeColorStrokeTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_stroke_ticks\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorTitle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_title\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tname: \"gaugeColorUnits\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_units\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tname: \"gaugeColorNumbers\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_numbers\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle\",\n\t\tdefault: \"rgba(240,128,128,1)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_end\",\n\t\tdefault: \"rgba(255,160,122,.9)\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueText\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_text\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueTextShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_text_shadow\",\n\t\tdefault: \"rgba(0,0,0,0.3)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_shadow\",\n\t\tdefault: \"rgba(0,0,0,0.5)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderOuter\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_outer\",\n\t\tdefault: \"#ddd\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderOuterEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_outer_end\",\n\t\tdefault: \"#aaa\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderMiddle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_middle\",\n\t\tdefault: \"#eee\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderMiddleEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_middle_end\",\n\t\tdefault: \"#f0f0f0\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderInner\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_inner\",\n\t\tdefault: \"#fafafa\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderInnerEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_inner_end\",\n\t\tdefault: \"#ccc\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxRect\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_rect\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxRectEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_rect_end\",\n\t\tdefault: \"#666\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxBackground\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_background\",\n\t\tdefault: \"#babab2\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_shadow\",\n\t\tdefault: \"rgba(0,0,0,1)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleShadowUp\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_shadow_up\",\n\t\tdefault: \"rgba(2,255,255,0.2)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleShadowDown\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_shadow_down\",\n\t\tdefault: \"rgba(188,143,143,0.45)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarStroke\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_stroke\",\n\t\tdefault: \"#222\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarProgress\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_progress\",\n\t\tdefault: \"#ccc\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_shadow\",\n\t\tdefault: \"#000\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_shadow\",\n\t\tdefault: \"#000\",\n\t},\n\t{\n\t\tname: \"gaugeHighlightsLineCap\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_highlights_line_cap\",\n\t\toptions: [\n\t\t\t{ value: \"butt\", label: \"butt\" },\n\t\t\t{ value: \"round\", label: \"round\" },\n\t\t\t{ value: \"square\", label: \"square\" },\n\t\t],\n\t\tdefault: \"butt\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_needle_configuration_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeNeedle\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleShadow\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_shadow\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleType\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_needle_type\",\n\t\toptions: [\n\t\t\t{ value: \"arrow\", label: \"arrow\" },\n\t\t\t{ value: \"line\", label: \"line\" },\n\t\t],\n\t\tdefault: \"arrow\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleStart\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_start\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 100,\n\t},\n\t{\n\t\tname: \"gaugeNeedleEnd\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_end\",\n\t\tdefault: 85,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 100,\n\t},\n\t{\n\t\tname: \"gaugeNeedleWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_width\",\n\t\tdefault: 4,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_borders_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeBorders\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_borders\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeBorderOuterWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_outer_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderMiddleWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_middle_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderInnerWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_inner_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderShadowWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_shadow_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_value_box_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeValueBox\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_value_box\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxStroke\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_stroke\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_width\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueText\",\n\t\ttype: \"text\",\n\t\tlabel: \"gauge_value_text\",\n\t\tdefault: \"\",\n\t},\n\t{\n\t\tname: \"gaugeValueTextShadow\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_value_text_shadow\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxBorderRadius\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_border_radius\",\n\t\tdefault: 2.5,\n\t\tstep: 0.1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueInt\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_int\",\n\t\tdefault: 3,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueDec\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_dec\",\n\t\tdefault: 2,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_fonts_customization_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeFontNumbers\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_numbers\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontTitle\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_title\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontUnits\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_units\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontValue\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_value\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_numbers_size\",\n\t\tdefault: 20,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_title_size\",\n\t\tdefault: 24,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_units_size\",\n\t\tdefault: 22,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontValueSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_value_size\",\n\t\tdefault: 26,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_numbers_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_title_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_units_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontValueStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_value_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_numbers_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_title_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_units_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontValueWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_value_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n];\n\nexport default dialogFields;\n","import { Box } from \"@mui/material\";\nimport React, { useRef, useEffect } from \"react\";\n\nimport { LinearGauge, RadialGauge } from \"canvas-gauges\";\n\nconst TransparentImg =\n\t\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\";\n\nconst Gauge = (props) => {\n\tconst gaugeRef = useRef(null);\n\tconst canvasRef = useRef(null);\n\n\tuseEffect(() => {\n\t\tif (\n\t\t\tgaugeRef.current === null ||\n\t\t\tgaugeRef.current.options.gaugeType !== props.gaugeType\n\t\t) {\n\t\t\tconst options = Object.assign({}, props, {\n\t\t\t\trenderTo: canvasRef.current,\n\t\t\t});\n\n\t\t\tswitch (props.gaugeType) {\n\t\t\t\tcase \"radial\":\n\t\t\t\t\tif (gaugeRef.current !== null) gaugeRef.current.destroy();\n\t\t\t\t\tgaugeRef.current = new RadialGauge(options).draw();\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"linear\":\n\t\t\t\t\tif (gaugeRef.current !== null) gaugeRef.current.destroy();\n\t\t\t\t\tgaugeRef.current = new LinearGauge(options).draw();\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}, [props]);\n\n\tuseEffect(() => {\n\t\tif (gaugeRef.current !== null && props.width && props.height) {\n\t\t\tif (props.width > 30 && props.height > 30) {\n\t\t\t\tgaugeRef.current.value = props.value;\n\t\t\t\tgaugeRef.current.update(props);\n\t\t\t}\n\t\t}\n\t}, [props]);\n\n\tconst iconSize =\n\t\tBoolean(props.gaugeWidgetData.iconSize) ||\n\t\tprops.gaugeWidgetData.iconSize === 0\n\t\t\t? `${props.gaugeWidgetData.iconSize}%`\n\t\t\t: null;\n\n\tconst segment = props.gaugeSegment;\n\treturn (\n\t\t<Box\n\t\t\tsx={{\n\t\t\t\twidth: \"100%\",\n\t\t\t\theight: \"100%\",\n\n\t\t\t\tdisplay: \"flex\",\n\t\t\t\tjustifyContent: \"center\",\n\t\t\t\talignItems: \"center\",\n\t\t\t}}\n\t\t>\n\t\t\t<img\n\t\t\t\talt=\"\"\n\t\t\t\tsrc={segment?.state.icon || props.gaugeData.icon || TransparentImg}\n\t\t\t\tstyle={{\n\t\t\t\t\tposition: \"relative\",\n\n\t\t\t\t\twidth: Number(segment?.state.iconSize)\n\t\t\t\t\t\t? `${segment.state.iconSize}%`\n\t\t\t\t\t\t: iconSize || \"50%\",\n\t\t\t\t\theight: Number(segment?.state.iconSize)\n\t\t\t\t\t\t? `${segment.state.iconSize}%`\n\t\t\t\t\t\t: iconSize || \"50%\",\n\n\t\t\t\t\tboxSizing: \"border-box\",\n\t\t\t\t\tobjectFit: props.gaugeWidgetData.gaugeIconFit,\n\t\t\t\t\ttop:\n\t\t\t\t\t\t(!!segment && `calc(0px - ${segment.state.iconYOffset})`) ||\n\t\t\t\t\t\t(props.gaugeWidgetData.iconYOffset !== \"0px\" &&\n\t\t\t\t\t\t\t`calc(0px - ${props.gaugeWidgetData.iconYOffset})`) ||\n\t\t\t\t\t\t\"0px\",\n\t\t\t\t\tleft:\n\t\t\t\t\t\t(!!segment && `calc(0px + ${segment.state.iconXOffset})`) ||\n\t\t\t\t\t\t(props.gaugeWidgetData.iconXOffset !== \"0px\" &&\n\t\t\t\t\t\t\t`calc(0px + ${props.gaugeWidgetData.iconXOffset})`) ||\n\t\t\t\t\t\t\"0px\",\n\n\t\t\t\t\tcolor: segment?.state.iconColor || props.gaugeData.iconColor,\n\t\t\t\t\tfilter:\n\t\t\t\t\t\t(segment?.state.iconColor || props.gaugeData.iconColor) &&\n\t\t\t\t\t\t\"drop-shadow(0px 10000px 0)\",\n\t\t\t\t\ttransform:\n\t\t\t\t\t\t(segment?.state.iconColor || props.gaugeData.iconColor) &&\n\t\t\t\t\t\t\"translateY(-10000px)\",\n\t\t\t\t}}\n\t\t\t/>\n\t\t\t<canvas\n\t\t\t\tid=\"my-canvas\"\n\t\t\t\tref={canvasRef}\n\t\t\t\tstyle={{\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t}}\n\t\t\t/>\n\t\t</Box>\n\t);\n};\n\nexport default Gauge;\n","import { Box } from \"@mui/material\";\nimport React, { useContext, useMemo, useRef, useEffect } from \"react\";\nimport CollectionBase from \"../components/CollectionBase\";\nimport { CollectionContext } from \"../components/CollectionProvider\";\nimport useData from \"../hooks/useData\";\nimport useOidValue from \"../hooks/useOidValue\";\nimport Gauge from \"./Gauge\";\n\nconst findSegment = (highlights, value, maxValue) => {\n\tconst segment = highlights.find((highlight) => {\n\t\tif (highlight.from === undefined || highlight.to === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn (\n\t\t\t/* value >= highlight.from &&\n\t\t\t(value < highlight.to ||\n\t\t\t\t(value === highlight.to && value === maxValue)) &&\n\t\t\thighlight.icon */\n\t\t\tvalue >= highlight.from &&\n\t\t\t(value < highlight.to || (value === highlight.to && value === maxValue))\n\t\t);\n\t});\n\treturn segment || null;\n};\n\nfunction GaugeCollection() {\n\tconst baseRef = useRef(null);\n\tconst gaugeRef = useRef(null);\n\tconst { wrappedContent, oidObject, widget } = useContext(CollectionContext);\n\n\tconst { data, states } = useData(\"oid\");\n\tconst oidValue = useOidValue(\"oid\");\n\n\tconst oidType = oidObject?.common?.type;\n\n\tconst isValidType = oidType === \"number\";\n\n\tconst majorTicks = useMemo(() => {\n\t\tconst minValue = Number(widget.data.gaugeMinValue) || 0;\n\t\tconst maxValue = Number(widget.data.gaugeMaxValue) || 100;\n\n\t\tconst _majorTicks = [];\n\n\t\tif (\n\t\t\twidget.data.gaugeMajorTicks &&\n\t\t\tNumber(widget.data.gaugeMajorTicks > 0)\n\t\t) {\n\t\t\tfor (let i = 0; i <= Number(widget.data.gaugeMajorTicks); i++) {\n\t\t\t\tconst value =\n\t\t\t\t\tminValue +\n\t\t\t\t\t((maxValue - minValue) / Number(widget.data.gaugeMajorTicks) || 1) *\n\t\t\t\t\t\ti;\n\t\t\t\t// zwei Nachkommastellen\n\t\t\t\t_majorTicks.push(Math.round(value * 100) / 100);\n\t\t\t}\n\t\t}\n\n\t\treturn _majorTicks;\n\t}, [\n\t\twidget.data.gaugeMinValue,\n\t\twidget.data.gaugeMaxValue,\n\t\twidget.data.gaugeMajorTicks,\n\t]);\n\n\tconst highlights = useMemo(() => {\n\t\tconst _highlights = [];\n\t\tconst maxValue = Number(widget.data.gaugeMaxValue) || 100;\n\n\t\tstates.forEach((state, index) => {\n\t\t\tconst nextValue = states[index + 1]?.value || maxValue;\n\n\t\t\t_highlights.push({\n\t\t\t\tfrom: state.value,\n\t\t\t\tto: nextValue,\n\t\t\t\tcolor: state.textColor || \"transparent\",\n\t\t\t\tstate,\n\t\t\t});\n\t\t});\n\n\t\t// Set the last highlight to maxValue if the last state value is less than maxValue\n\t\tif (states.length > 0 && states[states.length - 1].value < maxValue) {\n\t\t\t_highlights[_highlights.length - 1].to = maxValue;\n\t\t}\n\n\t\treturn _highlights;\n\t}, [states, widget.data.gaugeMaxValue]);\n\n\tconst segment = findSegment(\n\t\thighlights,\n\t\toidValue,\n\t\tNumber(widget.data.gaugeMaxValue) ? Number(widget.data.gaugeMaxValue) : 100,\n\t);\n\n\tconst paper0 = baseRef.current?.paper0;\n\tconst paper1 = baseRef.current?.paper1;\n\n\tuseEffect(() => {\n\t\tif (paper0 && paper1) {\n\t\t\tif (segment) {\n\t\t\t\tpaper0.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t(segment?.state.frameBackgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundColor ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper0.style.background = wrappedContent\n\t\t\t\t\t? segment?.state.frameBackgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundColor ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundActive ||\n\t\t\t\t\t\tsegment?.state.frameBackground ||\n\t\t\t\t\t\tnull\n\t\t\t\t\t: \"transparent\";\n\t\t\t\t// ----------------------------------------------------------\n\t\t\t\tpaper1.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t(segment?.state.backgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.backgroundColor ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper1.style.background = wrappedContent\n\t\t\t\t\t? segment?.state.backgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.backgroundColor ||\n\t\t\t\t\t\tsegment?.state.backgroundActive ||\n\t\t\t\t\t\tsegment?.state.background ||\n\t\t\t\t\t\tnull\n\t\t\t\t\t: \"transparent\";\n\t\t\t} else {\n\t\t\t\tpaper0.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t((segment?.state.frameBackgroundColor &&\n\t\t\t\t\t\t`${segment?.state.frameBackgroundColor}!important`) ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper0.style.background =\n\t\t\t\t\twrappedContent &&\n\t\t\t\t\t(widget.data.frameBackgroundColor ||\n\t\t\t\t\t\twidget.data.frameBackground ||\n\t\t\t\t\t\tnull);\n\t\t\t\t// ----------------------------------------------------------\n\t\t\t\tpaper1.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t((segment?.state.backgroundColor &&\n\t\t\t\t\t\t`${segment?.state.backgroundColor}!important`) ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper1.style.background =\n\t\t\t\t\twrappedContent &&\n\t\t\t\t\t(widget.data.backgroundColor || widget.data.background || null);\n\t\t\t}\n\t\t}\n\t}, [paper0, paper1, wrappedContent, segment, widget.data]);\n\n\treturn (\n\t\t<CollectionBase\n\t\t\tref={baseRef}\n\t\t\tisValidType={isValidType}\n\t\t\tdata={data}\n\t\t\toidValue={oidValue}\n\t\t>\n\t\t\t{/* {data.icon && (\n\t\t\t\t<img\n\t\t\t\t\talt=\"\"\n\t\t\t\t\tsrc={data.icon}\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\ttop: `calc(0px + ${widget.data.iconYOffset})`,\n\t\t\t\t\t\tright: `calc(0px + ${widget.data.iconXOffset})`,\n\t\t\t\t\t\twidth: data.iconSize,\n\t\t\t\t\t\theight: data.iconSize,\n\t\t\t\t\t\tcolor: data.iconColor,\n\t\t\t\t\t\tfilter: data.iconColor ? \"drop-shadow(0px 10000px 0)\" : null,\n\t\t\t\t\t\ttransform: data.iconColor ? \"translateY(-10000px)\" : null,\n\t\t\t\t\t}}\n\t\t\t\t/>\n\t\t\t)} */}\n\n\t\t\t<Box\n\t\t\t\tref={gaugeRef}\n\t\t\t\tsx={{\n\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\theight: \"100%\",\n\n\t\t\t\t\tdisplay: \"flex\",\n\t\t\t\t\tjustifyContent: \"center\",\n\t\t\t\t\talignItems: \"center\",\n\t\t\t\t}}\n\t\t\t>\n\t\t\t\t<Gauge\n\t\t\t\t\tgaugeData={data}\n\t\t\t\t\tgaugeWidgetData={widget.data}\n\t\t\t\t\tgaugeSegment={segment}\n\t\t\t\t\tgaugeType={widget.data.gaugeType}\n\t\t\t\t\t// Basic Options\n\t\t\t\t\twidth={\n\t\t\t\t\t\tgaugeRef.current?.clientWidth - Number(widget.data.gaugePadding)\n\t\t\t\t\t}\n\t\t\t\t\theight={\n\t\t\t\t\t\tgaugeRef.current?.clientHeight - Number(widget.data.gaugePadding)\n\t\t\t\t\t}\n\t\t\t\t\tminValue={\n\t\t\t\t\t\tNumber(widget.data.gaugeMinValue)\n\t\t\t\t\t\t\t? Number(widget.data.gaugeMinValue)\n\t\t\t\t\t\t\t: 0\n\t\t\t\t\t}\n\t\t\t\t\tmaxValue={\n\t\t\t\t\t\tNumber(widget.data.gaugeMaxValue)\n\t\t\t\t\t\t\t? Number(widget.data.gaugeMaxValue)\n\t\t\t\t\t\t\t: 100\n\t\t\t\t\t}\n\t\t\t\t\tvalue={oidValue}\n\t\t\t\t\tunits={widget.data.unit}\n\t\t\t\t\ttitle={data.header}\n\t\t\t\t\t// Ticks Bar Options\n\t\t\t\t\texactTicks={widget.data.gaugeExactTicks} // boolean\n\t\t\t\t\tmajorTicks={majorTicks}\n\t\t\t\t\tminorTicks={\n\t\t\t\t\t\ttypeof widget.data.gaugeMinorTicks === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMinorTicks\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMinorTicks)\n\t\t\t\t\t}\n\t\t\t\t\tstrokeTicks={widget.data.gaugeStrokeTicks} // boolean\n\t\t\t\t\t// majorTicksInt={widget.data.gaugeMajorTicksInt || 1}\n\t\t\t\t\tmajorTicksInt={\n\t\t\t\t\t\ttypeof widget.data.gaugeMajorTicksInt === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMajorTicksInt\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMajorTicksInt)\n\t\t\t\t\t}\n\t\t\t\t\t// majorTicksDec={widget.data.gaugeMajorTicksDec || 0}\n\t\t\t\t\tmajorTicksDec={\n\t\t\t\t\t\ttypeof widget.data.gaugeMajorTicksDec === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMajorTicksDec\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMajorTicksDec)\n\t\t\t\t\t}\n\t\t\t\t\thighlights={highlights}\n\t\t\t\t\t// highlightsWidth={widget.data.gaugeHighlightsWidth || 15}\n\t\t\t\t\thighlightsWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeHighlightsWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeHighlightsWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeHighlightsWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// numbersMargin={widget.data.gaugeNumbersMargin || 1}\n\t\t\t\t\tnumbersMargin={\n\t\t\t\t\t\ttypeof widget.data.gaugeNumbersMargin === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNumbersMargin\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNumbersMargin)\n\t\t\t\t\t}\n\t\t\t\t\t// Progress Bar Options\n\t\t\t\t\tbarWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarWidth === \"number\" &&\n\t\t\t\t\t\twidget.data.gaugeBarWidth <= 50\n\t\t\t\t\t\t\t? widget.data.gaugeBarWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarWidth) <= 50\n\t\t\t\t\t\t\t\t? Number(widget.data.gaugeBarWidth)\n\t\t\t\t\t\t\t\t: 50\n\t\t\t\t\t}\n\t\t\t\t\t// barStrokeWidth={widget.data.gaugeBarStrokeWidth || 0}\n\t\t\t\t\tbarStrokeWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarStrokeWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarStrokeWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarStrokeWidth)\n\t\t\t\t\t}\n\t\t\t\t\tbarProgress={widget.data.gaugeBarProgress} // boolean\n\t\t\t\t\t// barShadow={widget.data.gaugeBarShadow || 0}\n\t\t\t\t\tbarShadow={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarShadow === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarShadow\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarShadow)\n\t\t\t\t\t}\n\t\t\t\t\t// Animation Options\n\t\t\t\t\tanimation={widget.data.gaugeAnimation} // boolean\n\t\t\t\t\t// animationDuration={widget.data.gaugeAnimationDuration || 500}\n\t\t\t\t\tanimationDuration={\n\t\t\t\t\t\ttypeof widget.data.gaugeAnimationDuration === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeAnimationDuration\n\t\t\t\t\t\t\t: Number(widget.data.gaugeAnimationDuration)\n\t\t\t\t\t}\n\t\t\t\t\tanimationRule={widget.data.gaugeAnimationRule || \"cycle\"}\n\t\t\t\t\tanimatedValue={widget.data.gaugeAnimatedValue} // boolean\n\t\t\t\t\tanimateOnInit={widget.data.gaugeAnimateOnInit} // boolean\n\t\t\t\t\t// Color Options\n\t\t\t\t\tcolorPlate={widget.data.gaugeColorPlate || \"rgba(0,0,0,0)\"}\n\t\t\t\t\tcolorPlateEnd={widget.data.gaugeColorPlateEnd || \"rgba(0,0,0,0)\"}\n\t\t\t\t\tcolorMajorTicks={widget.data.gaugeColorMajorTicks || \"#444\"}\n\t\t\t\t\tcolorMinorTicks={widget.data.gaugeColorMinorTicks || \"#666\"}\n\t\t\t\t\tcolorStrokeTicks={widget.data.gaugeColorStrokeTicks || \"#444\"}\n\t\t\t\t\tcolorTitle={widget.data.gaugeColorTitle || \"#888\"}\n\t\t\t\t\tcolorUnits={widget.data.gaugeColorUnits || \"#888\"}\n\t\t\t\t\tcolorNumbers={widget.data.gaugeColorNumbers || \"#444\"}\n\t\t\t\t\tcolorNeedle={widget.data.gaugeColorNeedle || \"rgba(240,128,128,1)\"}\n\t\t\t\t\tcolorNeedleEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleEnd || \"rgba(255,160,122,.9)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorValueText={widget.data.gaugeColorValueText || \"#444\"}\n\t\t\t\t\tcolorValueTextShadow={\n\t\t\t\t\t\twidget.data.gaugeColorValueTextShadow || \"rgba(0,0,0,0.3)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderShadow={\n\t\t\t\t\t\twidget.data.gaugeColorBorderShadow || \"rgba(0,0,0,0.5)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderOuter={widget.data.gaugeColorBorderOuter || \"#ddd\"}\n\t\t\t\t\tcolorBorderOuterEnd={widget.data.gaugeColorBorderOuterEnd || \"#aaa\"}\n\t\t\t\t\tcolorBorderMiddle={widget.data.gaugeColorBorderMiddle || \"#eee\"}\n\t\t\t\t\tcolorBorderMiddleEnd={\n\t\t\t\t\t\twidget.data.gaugeColorBorderMiddleEnd || \"#f0f0f0\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderInner={widget.data.gaugeColorBorderInner || \"#fafafa\"}\n\t\t\t\t\tcolorBorderInnerEnd={widget.data.gaugeColorBorderInnerEnd || \"#ccc\"}\n\t\t\t\t\tcolorValueBoxRect={widget.data.gaugeColorValueBoxRect || \"#888\"}\n\t\t\t\t\tcolorValueBoxRectEnd={widget.data.gaugeColorValueBoxRectEnd || \"#666\"}\n\t\t\t\t\tcolorValueBoxBackground={\n\t\t\t\t\t\twidget.data.gaugeColorValueBoxBackground || \"#babab2\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorValueBoxShadow={\n\t\t\t\t\t\twidget.data.gaugeColorValueBoxShadow || \"rgba(0,0,0,1)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleShadowUp={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleShadowUp || \"rgba(2,255,255,0.2)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleShadowDown={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleShadowDown || \"rgba(188,143,143,0.45)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBarStroke={widget.data.gaugeColorBarStroke || \"#222\"}\n\t\t\t\t\tcolorBarProgress={widget.data.gaugeColorBarProgress || \"#ccc\"}\n\t\t\t\t\tcolorBarShadow={widget.data.gaugeColorBarShadow || \"#000\"}\n\t\t\t\t\thighlightsLineCap={widget.data.gaugeHighlightsLineCap || \"butt\"}\n\t\t\t\t\t// Needle Configuration Options\n\t\t\t\t\tneedle={widget.data.gaugeNeedle} // boolean\n\t\t\t\t\tneedleShadow={widget.data.gaugeNeedleShadow} // boolean\n\t\t\t\t\tneedleType={widget.data.gaugeNeedleType || \"arrow\"}\n\t\t\t\t\t// needleStart={widget.data.gaugeNeedleStart || 5}\n\t\t\t\t\tneedleStart={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleStart === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleStart\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleStart)\n\t\t\t\t\t}\n\t\t\t\t\t// needleEnd={widget.data.gaugeNeedleEnd || 85}\n\t\t\t\t\tneedleEnd={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleEnd === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleEnd\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleEnd)\n\t\t\t\t\t}\n\t\t\t\t\t// needleWidth={widget.data.gaugeNeedleWidth || 4}\n\t\t\t\t\tneedleWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// Borders Options\n\t\t\t\t\tborders={widget.data.gaugeBorders} // boolean\n\t\t\t\t\t// borderOuterWidth={widget.data.gaugeBorderOuterWidth || 3}\n\t\t\t\t\tborderOuterWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderOuterWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderOuterWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderOuterWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderMiddleWidth={widget.data.gaugeBorderMiddleWidth || 3}\n\t\t\t\t\tborderMiddleWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderMiddleWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderMiddleWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderMiddleWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderInnerWidth={widget.data.gaugeBorderInnerWidth || 3}\n\t\t\t\t\tborderInnerWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderInnerWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderInnerWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderInnerWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderShadowWidth={widget.data.gaugeBorderShadowWidth || 3}\n\t\t\t\t\tborderShadowWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderShadowWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderShadowWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderShadowWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// Value Box Options\n\t\t\t\t\tvalueBox={widget.data.gaugeValueBox} // boolean\n\t\t\t\t\t// valueBoxStroke={widget.data.gaugeValueBoxStroke || 5}\n\t\t\t\t\tvalueBoxStroke={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxStroke === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxStroke\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxStroke)\n\t\t\t\t\t}\n\t\t\t\t\t// valueBoxWidth={widget.data.gaugeValueBoxWidth || 0}\n\t\t\t\t\tvalueBoxWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxWidth)\n\t\t\t\t\t}\n\t\t\t\t\tvalueText={widget.data.gaugeValueText || \"\"}\n\t\t\t\t\tvalueTextShadow={widget.data.gaugeValueTextShadow} // boolean\n\t\t\t\t\t// valueBoxBorderRadius={widget.data.gaugeValueBoxBorderRadius || 2.5}\n\t\t\t\t\tvalueBoxBorderRadius={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxBorderRadius === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxBorderRadius\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxBorderRadius)\n\t\t\t\t\t}\n\t\t\t\t\tvalueInt={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueInt === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueInt\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueInt)\n\t\t\t\t\t}\n\t\t\t\t\tvalueDec={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueDec === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueDec\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueDec)\n\t\t\t\t\t}\n\t\t\t\t\t// Fonts Customization Options\n\t\t\t\t\tfontNumbers={widget.data.gaugeFontNumbers || \"Arial\"}\n\t\t\t\t\tfontTitle={widget.data.gaugeFontTitle || \"Arial\"}\n\t\t\t\t\tfontUnits={widget.data.gaugeFontUnits || \"Arial\"}\n\t\t\t\t\tfontValue={widget.data.gaugeFontValue || \"Arial\"}\n\t\t\t\t\t// fontNumbersSize={widget.data.gaugeFontNumbersSize || 20}\n\t\t\t\t\tfontNumbersSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontNumbersSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontNumbersSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontNumbersSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontTitleSize={widget.data.gaugeFontTitleSize || 24}\n\t\t\t\t\tfontTitleSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontTitleSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontTitleSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontTitleSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontUnitsSize={widget.data.gaugeFontUnitsSize || 22}\n\t\t\t\t\tfontUnitsSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontUnitsSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontUnitsSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontUnitsSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontValueSize={widget.data.gaugeFontValueSize || 26}\n\t\t\t\t\tfontValueSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontValueSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontValueSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontValueSize)\n\t\t\t\t\t}\n\t\t\t\t\tfontNumbersStyle={widget.data.gaugeFontNumbersStyle || \"normal\"}\n\t\t\t\t\tfontTitleStyle={widget.data.gaugeFontTitleStyle || \"normal\"}\n\t\t\t\t\tfontUnitsStyle={widget.data.gaugeFontUnitsStyle || \"normal\"}\n\t\t\t\t\tfontValueStyle={widget.data.gaugeFontValueStyle || \"normal\"}\n\t\t\t\t\tfontNumbersWeight={widget.data.gaugeFontNumbersWeight || \"normal\"}\n\t\t\t\t\tfontTitleWeight={widget.data.gaugeFontTitleWeight || \"normal\"}\n\t\t\t\t\tfontUnitsWeight={widget.data.gaugeFontUnitsWeight || \"normal\"}\n\t\t\t\t\tfontValueWeight={widget.data.gaugeFontValueWeight || \"normal\"}\n\t\t\t\t\t// Linear Borders Options\n\t\t\t\t\t// borderRadius={widget.data.gaugeBorderRadius || 0}\n\t\t\t\t\tborderRadius={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderRadius === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderRadius\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderRadius)\n\t\t\t\t\t}\n\t\t\t\t\t// Linear Progress Bar Options\n\t\t\t\t\tbarBeginCircle={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarBeginCircle === \"number\" &&\n\t\t\t\t\t\twidget.data.gaugeBarBeginCircle < 12\n\t\t\t\t\t\t\t? 30\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarBeginCircle)\n\t\t\t\t\t}\n\t\t\t\t\t// barLength={widget.data.gaugeBarLength || 85}\n\t\t\t\t\tbarLength={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarLength === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarLength\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarLength)\n\t\t\t\t\t}\n\t\t\t\t\t// Linear Coloring Options\n\t\t\t\t\tcolorBarEnd={widget.data.gaugeColorBarEnd || \"\"}\n\t\t\t\t\tcolorBarProgressEnd={widget.data.gaugeColorBarProgressEnd || \"\"}\n\t\t\t\t\t// Linear Element Positioning Options\n\t\t\t\t\ttickSide={widget.data.gaugeTickSide || \"both\"}\n\t\t\t\t\tneedleSide={widget.data.gaugeNeedleSide || \"both\"}\n\t\t\t\t\tnumberSide={widget.data.gaugeNumberSide || \"both\"}\n\t\t\t\t\t// Linear Ticks Bar Options\n\t\t\t\t\t// ticksWidth={widget.data.gaugeTicksWidth || 10}\n\t\t\t\t\tticksWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// ticksWidthMinor={widget.data.gaugeTicksWidthMinor || 5}\n\t\t\t\t\tticksWidthMinor={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksWidthMinor === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksWidthMinor\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksWidthMinor)\n\t\t\t\t\t}\n\t\t\t\t\t// ticksPadding={widget.data.gaugeTicksPadding || 5}\n\t\t\t\t\tticksPadding={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksPadding === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksPadding\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksPadding)\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Ticks Bar Options\n\t\t\t\t\t// ticksAngle={widget.data.gaugeTicksAngle || 270}\n\t\t\t\t\tticksAngle={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksAngle === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksAngle\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksAngle)\n\t\t\t\t\t}\n\t\t\t\t\t// startAngle={widget.data.gaugeStartAngle || 45}\n\t\t\t\t\tstartAngle={\n\t\t\t\t\t\ttypeof widget.data.gaugeStartAngle === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeStartAngle\n\t\t\t\t\t\t\t: Number(widget.data.gaugeStartAngle)\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Coloring Options\n\t\t\t\t\tcolorNeedleCircleOuter={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleOuter || \"#f0f0f0\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleOuterEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleOuterEnd || \"#ccc\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleInner={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleInner || \"#e8e8e8\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleInnerEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleInnerEnd || \"#f5f5f5\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleShadowUp={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleShadowUp || \"rgba(2,255,255,0.2)\"\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Needle Options\n\t\t\t\t\t// needleCircleSize={widget.data.gaugeNeedleCircleSize || 10}\n\t\t\t\t\tneedleCircleSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleCircleSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleCircleSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleCircleSize)\n\t\t\t\t\t}\n\t\t\t\t\tneedleCircleInner={widget.data.gaugeNeedleCircleInner} // boolean\n\t\t\t\t\tneedleCircleOuter={widget.data.gaugeNeedleCircleOuter} // boolean\n\t\t\t\t\t// Radial Animation Options\n\t\t\t\t\tanimationTarget={widget.data.gaugeAnimationTarget || \"needle\"}\n\t\t\t\t\tuseMinPath={widget.data.gaugeUseMinPath} // boolean\n\t\t\t\t/>\n\t\t\t</Box>\n\t\t</CollectionBase>\n\t);\n}\n\nexport default GaugeCollection;\n","import React from \"react\";\nimport Generic from \"../Generic\";\nimport withCollectionProvider from \"../components/withCollectionProvider\";\nimport commonFields from \"../lib/commonFields\";\nimport commonObjectFields from \"../lib/commonObjectFields\";\nimport gaugeFields from \"../lib/gaugeFields\";\nimport GaugeCollection from \"./GaugeCollection\";\n\nclass GaugeCollectionWidget extends Generic {\n\tstatic getWidgetInfo() {\n\t\treturn {\n\t\t\tid: \"tplGaugeCollectionWidget\",\n\t\t\tvisSet: \"vis-2-widgets-collection\", // Widget set name in which this widget is located\n\t\t\tvisSetLabel: \"widgets_collection\", // Widget set translated label (should be defined only in one widget of a set)\n\t\t\tvisName: \"GaugeCollectionWidget\", // Name of widget\n\t\t\tvisWidgetLabel: \"gauge_collection_widget\", // Label for widget\n\t\t\tvisAttrs: [\n\t\t\t\t{\n\t\t\t\t\tname: \"common\", // group name\n\t\t\t\t\tfields: [...commonFields({ groupName: \"\", allFields: true })],\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"gauge\", // group name\n\t\t\t\t\tlabel: \"group_gauge\",\n\t\t\t\t\tfields: [...commonObjectFields([\"boolean\"]), ...gaugeFields()],\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"values\",\n\t\t\t\t\tlabel: \"values\",\n\t\t\t\t\tindexFrom: 1,\n\t\t\t\t\tindexTo: \"values_count\",\n\t\t\t\t\tfields: [...commonFields({ groupName: \"\", allFields: false })],\n\t\t\t\t},\n\t\t\t\t// check here all possible types https://github.com/ioBroker/ioBroker.vis/blob/react/src/src/Attributes/Widget/SCHEMA.md\n\t\t\t],\n\t\t\tvisDefaultStyle: {\n\t\t\t\twidth: \"100%\",\n\t\t\t\theight: \"100px\",\n\t\t\t\tposition: \"relative\",\n\t\t\t},\n\t\t\tvisPrev: \"widgets/vis-2-widgets-collection/img/prev-collection-gauge.png\",\n\t\t};\n\t}\n\n\t// Do not delete this method. It is used by vis to read the widget configuration.\n\t// eslint-disable-next-line class-methods-use-this\n\tgetWidgetInfo() {\n\t\treturn GaugeCollectionWidget.getWidgetInfo();\n\t}\n\n\t// eslint-disable-next-line class-methods-use-this\n\tasync propertiesUpdate() {\n\t\t// The widget has 3 important states\n\t\t// 1. this.state.values - contains all state values, that are used in widget (automatically collected from widget info).\n\t\t// So you can use `this.state.values[this.state.rxData.oid + '.val']` to get the value of state with id this.state.rxData.oid\n\t\t// 2. this.state.rxData - contains all widget data with replaced bindings. E.g. if this.state.data.type is `{system.adapter.admin.0.alive}`,\n\t\t// then this.state.rxData.type will have state value of `system.adapter.admin.0.alive`\n\t\t// 3. this.state.rxStyle - contains all widget styles with replaced bindings. E.g. if this.state.styles.width is `{javascript.0.width}px`,\n\t\t// then this.state.rxData.type will have state value of `javascript.0.width` + 'px\n\n\t\t// console.log(\"inside propertiesUpdate\", this.state.values);\n\n\t\tconst actualRxData = JSON.stringify(this.state.rxData);\n\t\tif (this.lastRxData === actualRxData) {\n\t\t\treturn;\n\t\t}\n\t\tthis.lastRxData = actualRxData;\n\t\tawait this.createStateObjectAsync(\"oid\");\n\t}\n\n\t// This function is called every time when rxData is changed\n\tasync onRxDataChanged(payload) {\n\t\tawait this.propertiesUpdate();\n\t}\n\n\t// This function is called every time when rxStyle is changed\n\t// eslint-disable-next-line class-methods-use-this\n\tonRxStyleChanged() {}\n\n\t// This function is called every time when some Object State updated, but all changes lands into this.state.values too\n\t// eslint-disable-next-line class-methods-use-this, no-unused-vars\n\tonStateUpdated(id, state) {}\n\n\tasync componentDidMount() {\n\t\tsuper.componentDidMount();\n\t\t// Update data\n\t\tawait this.propertiesUpdate();\n\t}\n\n\trenderWidgetBody(props) {\n\t\tsuper.renderWidgetBody(props);\n\n\t\tconst collectionContext = {\n\t\t\tid: props.id,\n\t\t\trefService: props.refService,\n\t\t\tstyle: props.style,\n\t\t\twidget: {\n\t\t\t\t...props.widget,\n\t\t\t\tdata: this.state.rxData,\n\t\t\t\tstyle: this.state.rxStyle,\n\t\t\t},\n\t\t\tsetValue: this.setValue,\n\t\t\tsetState: this.setState.bind(this),\n\t\t\toidObject: this.state.oidObject,\n\t\t\tvalues: this.state.values,\n\t\t\tisSignalVisible: this.isSignalVisible.bind(this),\n\t\t\tgetPropertyValue: this.getPropertyValue.bind(this),\n\t\t\tmode: this.props.context.themeType,\n\t\t\tsocket: this.props.context.socket,\n\t\t\ttheme: this.props.context.theme,\n\n\t\t\twrappedContent: this.wrappedContent,\n\t\t};\n\n\t\tif (props.widget.data.noCard || props.widget.usedInWidget) {\n\t\t\tthis.wrappedContent = false;\n\t\t} else {\n\t\t\tthis.wrappedContent = true;\n\t\t}\n\n\t\treturn withCollectionProvider(\n\t\t\tthis.wrapContent(<GaugeCollection />),\n\t\t\tcollectionContext,\n\t\t);\n\t}\n}\n\nexport default GaugeCollectionWidget;\n"],"names":["dialogFields","label","type","component","_jsx","CollectionDivider","dividerText","name","options","value","default","noTranslation","step","min","hidden","data","gaugeType","max","props","gaugeRef","useRef","canvasRef","useEffect","current","Object","assign","renderTo","destroy","RadialGauge","draw","LinearGauge","width","height","update","iconSize","Boolean","gaugeWidgetData","concat","segment","gaugeSegment","_jsxs","Box","sx","display","justifyContent","alignItems","children","alt","src","state","icon","gaugeData","style","position","Number","boxSizing","objectFit","gaugeIconFit","top","iconYOffset","left","iconXOffset","color","iconColor","filter","transform","id","ref","_oidObject$common","_baseRef$current","_baseRef$current2","_gaugeRef$current","_gaugeRef$current2","baseRef","wrappedContent","oidObject","widget","useContext","CollectionContext","states","useData","oidValue","useOidValue","isValidType","common","majorTicks","useMemo","minValue","gaugeMinValue","maxValue","gaugeMaxValue","_majorTicks","gaugeMajorTicks","i","push","Math","round","highlights","_highlights","forEach","index","_states","nextValue","from","to","textColor","length","findSegment","find","highlight","undefined","paper0","paper1","borderColor","frameBackgroundColorActive","frameBackgroundColor","background","frameBackgroundActive","frameBackground","backgroundColorActive","backgroundColor","backgroundActive","CollectionBase","Gauge","clientWidth","gaugePadding","clientHeight","units","unit","title","header","exactTicks","gaugeExactTicks","minorTicks","gaugeMinorTicks","strokeTicks","gaugeStrokeTicks","majorTicksInt","gaugeMajorTicksInt","majorTicksDec","gaugeMajorTicksDec","highlightsWidth","gaugeHighlightsWidth","numbersMargin","gaugeNumbersMargin","barWidth","gaugeBarWidth","barStrokeWidth","gaugeBarStrokeWidth","barProgress","gaugeBarProgress","barShadow","gaugeBarShadow","animation","gaugeAnimation","animationDuration","gaugeAnimationDuration","animationRule","gaugeAnimationRule","animatedValue","gaugeAnimatedValue","animateOnInit","gaugeAnimateOnInit","colorPlate","gaugeColorPlate","colorPlateEnd","gaugeColorPlateEnd","colorMajorTicks","gaugeColorMajorTicks","colorMinorTicks","gaugeColorMinorTicks","colorStrokeTicks","gaugeColorStrokeTicks","colorTitle","gaugeColorTitle","colorUnits","gaugeColorUnits","colorNumbers","gaugeColorNumbers","colorNeedle","gaugeColorNeedle","colorNeedleEnd","gaugeColorNeedleEnd","colorValueText","gaugeColorValueText","colorValueTextShadow","gaugeColorValueTextShadow","colorBorderShadow","gaugeColorBorderShadow","colorBorderOuter","gaugeColorBorderOuter","colorBorderOuterEnd","gaugeColorBorderOuterEnd","colorBorderMiddle","gaugeColorBorderMiddle","colorBorderMiddleEnd","gaugeColorBorderMiddleEnd","colorBorderInner","gaugeColorBorderInner","colorBorderInnerEnd","gaugeColorBorderInnerEnd","colorValueBoxRect","gaugeColorValueBoxRect","colorValueBoxRectEnd","gaugeColorValueBoxRectEnd","colorValueBoxBackground","gaugeColorValueBoxBackground","colorValueBoxShadow","gaugeColorValueBoxShadow","colorNeedleShadowUp","gaugeColorNeedleShadowUp","colorNeedleShadowDown","gaugeColorNeedleShadowDown","colorBarStroke","gaugeColorBarStroke","colorBarProgress","gaugeColorBarProgress","colorBarShadow","gaugeColorBarShadow","highlightsLineCap","gaugeHighlightsLineCap","needle","gaugeNeedle","needleShadow","gaugeNeedleShadow","needleType","gaugeNeedleType","needleStart","gaugeNeedleStart","needleEnd","gaugeNeedleEnd","needleWidth","gaugeNeedleWidth","borders","gaugeBorders","borderOuterWidth","gaugeBorderOuterWidth","borderMiddleWidth","gaugeBorderMiddleWidth","borderInnerWidth","gaugeBorderInnerWidth","borderShadowWidth","gaugeBorderShadowWidth","valueBox","gaugeValueBox","valueBoxStroke","gaugeValueBoxStroke","valueBoxWidth","gaugeValueBoxWidth","valueText","gaugeValueText","valueTextShadow","gaugeValueTextShadow","valueBoxBorderRadius","gaugeValueBoxBorderRadius","valueInt","gaugeValueInt","valueDec","gaugeValueDec","fontNumbers","gaugeFontNumbers","fontTitle","gaugeFontTitle","fontUnits","gaugeFontUnits","fontValue","gaugeFontValue","fontNumbersSize","gaugeFontNumbersSize","fontTitleSize","gaugeFontTitleSize","fontUnitsSize","gaugeFontUnitsSize","fontValueSize","gaugeFontValueSize","fontNumbersStyle","gaugeFontNumbersStyle","fontTitleStyle","gaugeFontTitleStyle","fontUnitsStyle","gaugeFontUnitsStyle","fontValueStyle","gaugeFontValueStyle","fontNumbersWeight","gaugeFontNumbersWeight","fontTitleWeight","gaugeFontTitleWeight","fontUnitsWeight","gaugeFontUnitsWeight","fontValueWeight","gaugeFontValueWeight","borderRadius","gaugeBorderRadius","barBeginCircle","gaugeBarBeginCircle","barLength","gaugeBarLength","colorBarEnd","gaugeColorBarEnd","colorBarProgressEnd","gaugeColorBarProgressEnd","tickSide","gaugeTickSide","needleSide","gaugeNeedleSide","numberSide","gaugeNumberSide","ticksWidth","gaugeTicksWidth","ticksWidthMinor","gaugeTicksWidthMinor","ticksPadding","gaugeTicksPadding","ticksAngle","gaugeTicksAngle","startAngle","gaugeStartAngle","colorNeedleCircleOuter","gaugeColorNeedleCircleOuter","colorNeedleCircleOuterEnd","gaugeColorNeedleCircleOuterEnd","colorNeedleCircleInner","gaugeColorNeedleCircleInner","colorNeedleCircleInnerEnd","gaugeColorNeedleCircleInnerEnd","colorNeedleCircleShadowUp","gaugeColorNeedleCircleShadowUp","needleCircleSize","gaugeNeedleCircleSize","needleCircleInner","gaugeNeedleCircleInner","needleCircleOuter","gaugeNeedleCircleOuter","animationTarget","gaugeAnimationTarget","useMinPath","gaugeUseMinPath","GaugeCollectionWidget","Generic","getWidgetInfo","visSet","visSetLabel","visName","visWidgetLabel","visAttrs","fields","commonFields","groupName","allFields","commonObjectFields","gaugeFields","indexFrom","indexTo","visDefaultStyle","visPrev","propertiesUpdate","actualRxData","JSON","stringify","this","rxData","lastRxData","createStateObjectAsync","onRxDataChanged","payload","onRxStyleChanged","onStateUpdated","componentDidMount","super","renderWidgetBody","collectionContext","refService","_objectSpread","rxStyle","setValue","setState","bind","values","isSignalVisible","getPropertyValue","mode","context","themeType","socket","theme","noCard","usedInWidget","withCollectionProvider","wrapContent","GaugeCollection"],"sourceRoot":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"static/js/src_GaugeCollectionWidget_GaugeCollectionWidget_jsx.f16eb717.chunk.js","mappings":"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KAAM,uBACNL,KAAM,QACND,MAAO,0BACPS,QAAS,QAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,QAEV,CACCH,KAAM,kBACNL,KAAM,QACND,MAAO,oBACPS,QAAS,QAEV,CACCQ,KAAM,kBACNhB,KAAM,QACND,MAAO,oBACPS,QAAS,QAEV,CACCH,KAAM,oBACNL,KAAM,QACND,MAAO,sBACPS,QAAS,QAEV,CACCH,KAAM,mBACNL,KAAM,QACND,MAAO,qBACPS,QAAS,uBAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,wBAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,gCACPS,QAAS,mBAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,4BACPS,QAAS,mBAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,QAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,QAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,4BACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,gCACPS,QAAS,WAEV,CACCH,KAAM,wBACNL,KAAM,QACND,MAAO,2BACPS,QAAS,WAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,QAEV,CACCH,KAAM,yBACNL,KAAM,QACND,MAAO,6BACPS,QAAS,QAEV,CACCH,KAAM,4BACNL,KAAM,QACND,MAAO,iCACPS,QAAS,QAEV,CACCH,KAAM,+BACNL,KAAM,QACND,MAAO,mCACPS,QAAS,WAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,iBAEV,CACCH,KAAM,2BACNL,KAAM,QACND,MAAO,+BACPS,QAAS,uBAEV,CACCH,KAAM,6BACNL,KAAM,QACND,MAAO,iCACPS,QAAS,0BAEV,CACCH,KAAM,sBACNL,KAAM,QACND,MAAO,yBACPS,QAAS,QAEV,CACCH,KAAM,wBACNL,KAAM,QA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","sources":["lib/gaugeFields.jsx","GaugeCollectionWidget/Gauge.jsx","GaugeCollectionWidget/GaugeCollection.jsx","GaugeCollectionWidget/GaugeCollectionWidget.jsx"],"sourcesContent":["import CollectionDivider from \"../components/CollectionDivider\";\n\nconst dialogFields = () => [\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_basic_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeType\",\n\t\tlabel: \"gauge_type\",\n\t\ttype: \"select\",\n\t\toptions: [\n\t\t\t{ value: \"linear\", label: \"linear\" },\n\t\t\t{ value: \"radial\", label: \"radial\" },\n\t\t],\n\t\tdefault: \"linear\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeMinValue\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_min_value\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMaxValue\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_max_value\",\n\t\tdefault: 100,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugePadding\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_padding\",\n\t\tdefault: 8,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeIconFit\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_icon_fit\",\n\t\toptions: [\n\t\t\t{ value: \"contain\", label: \"contain\" },\n\t\t\t{ value: \"cover\", label: \"cover\" },\n\t\t\t{ value: \"fill\", label: \"fill\" },\n\t\t],\n\t\tdefault: \"contain\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_borders_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBorderRadius\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_radius\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_progress_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBarBeginCircle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_begin_circle\",\n\t\tdefault: 30,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeBarLength\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_length\",\n\t\tdefault: 85,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_coloring_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_end\",\n\t\tdefault: \"\",\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarProgressEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_progress_end\",\n\t\tdefault: \"\",\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_element_positioning_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTickSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_tick_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_needle_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeNumberSide\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_number_side\",\n\t\toptions: [\n\t\t\t{ value: \"both\", label: \"both\" },\n\t\t\t{ value: \"left\", label: \"left\" },\n\t\t\t{ value: \"right\", label: \"right\" },\n\t\t],\n\t\tdefault: \"both\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_linear_ticks_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_width\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksWidthMinor\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_width_minor\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tname: \"gaugeTicksPadding\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_padding\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"linear\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_ticks_bar_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeTicksAngle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_ticks_angle\",\n\t\tdefault: 270,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 360,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeStartAngle\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_start_angle\",\n\t\tdefault: 45,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 360,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_coloring_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleOuter\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_outer\",\n\t\tdefault: \"#f0f0f0\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleOuterEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_outer_end\",\n\t\tdefault: \"#ccc\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleInner\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_inner\",\n\t\tdefault: \"#e8e8e8\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleCircleInnerEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_circle_inner_end\",\n\t\tdefault: \"#f5f5f5\",\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_needle_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_circle_size\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleInner\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_circle_inner\",\n\t\tdefault: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeNeedleCircleOuter\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_circle_outer\",\n\t\tdefault: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_radial_animation_options\" />\n\t\t),\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeAnimationTarget\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_animation_target\",\n\t\toptions: [\n\t\t\t{ value: \"needle\", label: \"needle\" },\n\t\t\t{ value: \"plate\", label: \"plate\" },\n\t\t],\n\t\tdefault: \"needle\",\n\t\tnoTranslation: true,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tname: \"gaugeUseMinPath\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_use_min_path\",\n\t\tdefault: false,\n\t\thidden: (data) => data.gaugeType !== \"radial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_ticks_bar_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeExactTicks\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_exact_ticks\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicks\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks\",\n\t\tdefault: 10,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMinorTicks\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_minor_ticks\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeStrokeTicks\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_stroke_ticks\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicksInt\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks_int\",\n\t\tdefault: 1,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeMajorTicksDec\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_major_ticks_dec\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeHighlightsWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_highlights_width\",\n\t\tdefault: 15,\n\t\tstep: 1,\n\t},\n\t{\n\t\tname: \"gaugeNumbersMargin\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_numbers_margin\",\n\t\tdefault: 1,\n\t\tstep: 1,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_progress_bar_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeBarWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_width\",\n\t\tdefault: 20,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 50,\n\t},\n\t{\n\t\tname: \"gaugeBarStrokeWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_stroke_width\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBarProgress\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_bar_progress\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeBarShadow,\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_bar_shadow\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_animation_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeAnimation\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animation\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeAnimationDuration\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_animation_duration\",\n\t\tdefault: 500,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeAnimationRule\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_animation_rule\",\n\t\toptions: [\n\t\t\t{ value: \"linear\", label: \"linear\" },\n\t\t\t{ value: \"quad\", label: \"quad\" },\n\t\t\t{ value: \"quint\", label: \"quint\" },\n\t\t\t{ value: \"cycle\", label: \"cycle\" },\n\t\t\t{ value: \"bounce\", label: \"bounce\" },\n\t\t\t{ value: \"elastic\", label: \"elastic\" },\n\t\t\t{ value: \"dequad\", label: \"dequad\" },\n\t\t\t{ value: \"dequint\", label: \"dequint\" },\n\t\t\t{ value: \"decycle\", label: \"decycle\" },\n\t\t\t{ value: \"debounce\", label: \"debounce\" },\n\t\t\t{ value: \"delastic\", label: \"delastic\" },\n\t\t],\n\t\tdefault: \"cycle\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeAnimatedValue\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animated_value\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tname: \"gaugeAnimateOnInit\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_animate_on_init\",\n\t\tdefault: false,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_coloring_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeColorPlate\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_plate\",\n\t\tdefault: \"rgba(0,0,0,0)\",\n\t},\n\t{\n\t\tname: \"gaugeColorPlateEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_plate_end\",\n\t\tdefault: \"rgba(0,0,0,0)\",\n\t},\n\t{\n\t\tname: \"gaugeColorMajorTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_major_ticks\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorMinorTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_minor_ticks\",\n\t\tdefault: \"#666\",\n\t},\n\t{\n\t\tname: \"gaugeColorStrokeTicks\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_stroke_ticks\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorTitle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_title\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tnmae: \"gaugeColorUnits\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_units\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tname: \"gaugeColorNumbers\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_numbers\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle\",\n\t\tdefault: \"rgba(240,128,128,1)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_end\",\n\t\tdefault: \"rgba(255,160,122,.9)\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueText\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_text\",\n\t\tdefault: \"#444\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueTextShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_text_shadow\",\n\t\tdefault: \"rgba(0,0,0,0.3)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_shadow\",\n\t\tdefault: \"rgba(0,0,0,0.5)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderOuter\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_outer\",\n\t\tdefault: \"#ddd\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderOuterEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_outer_end\",\n\t\tdefault: \"#aaa\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderMiddle\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_middle\",\n\t\tdefault: \"#eee\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderMiddleEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_middle_end\",\n\t\tdefault: \"#f0f0f0\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderInner\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_inner\",\n\t\tdefault: \"#fafafa\",\n\t},\n\t{\n\t\tname: \"gaugeColorBorderInnerEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_border_inner_end\",\n\t\tdefault: \"#ccc\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxRect\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_rect\",\n\t\tdefault: \"#888\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxRectEnd\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_rect_end\",\n\t\tdefault: \"#666\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxBackground\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_background\",\n\t\tdefault: \"#babab2\",\n\t},\n\t{\n\t\tname: \"gaugeColorValueBoxShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_value_box_shadow\",\n\t\tdefault: \"rgba(0,0,0,1)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleShadowUp\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_shadow_up\",\n\t\tdefault: \"rgba(2,255,255,0.2)\",\n\t},\n\t{\n\t\tname: \"gaugeColorNeedleShadowDown\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_needle_shadow_down\",\n\t\tdefault: \"rgba(188,143,143,0.45)\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarStroke\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_stroke\",\n\t\tdefault: \"#222\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarProgress\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_progress\",\n\t\tdefault: \"#ccc\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_shadow\",\n\t\tdefault: \"#000\",\n\t},\n\t{\n\t\tname: \"gaugeColorBarShadow\",\n\t\ttype: \"color\",\n\t\tlabel: \"gauge_color_bar_shadow\",\n\t\tdefault: \"#000\",\n\t},\n\t{\n\t\tname: \"gaugeHighlightsLineCap\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_highlights_line_cap\",\n\t\toptions: [\n\t\t\t{ value: \"butt\", label: \"butt\" },\n\t\t\t{ value: \"round\", label: \"round\" },\n\t\t\t{ value: \"square\", label: \"square\" },\n\t\t],\n\t\tdefault: \"butt\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_needle_configuration_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeNeedle\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleShadow\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_needle_shadow\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleType\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_needle_type\",\n\t\toptions: [\n\t\t\t{ value: \"arrow\", label: \"arrow\" },\n\t\t\t{ value: \"line\", label: \"line\" },\n\t\t],\n\t\tdefault: \"arrow\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeNeedleStart\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_start\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 100,\n\t},\n\t{\n\t\tname: \"gaugeNeedleEnd\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_end\",\n\t\tdefault: 85,\n\t\tstep: 1,\n\t\tmin: 0,\n\t\tmax: 100,\n\t},\n\t{\n\t\tname: \"gaugeNeedleWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_needle_width\",\n\t\tdefault: 4,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider dividerText=\"gauge_borders_options\" />,\n\t},\n\t{\n\t\tname: \"gaugeBorders\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_borders\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeBorderOuterWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_outer_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderMiddleWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_middle_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderInnerWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_inner_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeBorderShadowWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_border_shadow_width\",\n\t\tdefault: 3,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_value_box_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeValueBox\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_value_box\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxStroke\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_stroke\",\n\t\tdefault: 5,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxWidth\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_width\",\n\t\tdefault: 0,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueText\",\n\t\ttype: \"text\",\n\t\tlabel: \"gauge_value_text\",\n\t\tdefault: \"\",\n\t},\n\t{\n\t\tname: \"gaugeValueTextShadow\",\n\t\ttype: \"checkbox\",\n\t\tlabel: \"gauge_value_text_shadow\",\n\t\tdefault: true,\n\t},\n\t{\n\t\tname: \"gaugeValueBoxBorderRadius\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_box_border_radius\",\n\t\tdefault: 2.5,\n\t\tstep: 0.1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueInt\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_int\",\n\t\tdefault: 3,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeValueDec\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_value_dec\",\n\t\tdefault: 2,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => (\n\t\t\t<CollectionDivider dividerText=\"gauge_fonts_customization_options\" />\n\t\t),\n\t},\n\t{\n\t\tname: \"gaugeFontNumbers\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_numbers\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontTitle\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_title\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontUnits\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_units\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tname: \"gaugeFontValue\",\n\t\ttype: \"fontname\",\n\t\tlabel: \"gauge_font_value\",\n\t\tdefault: \"Arial\",\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_numbers_size\",\n\t\tdefault: 20,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_title_size\",\n\t\tdefault: 24,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_units_size\",\n\t\tdefault: 22,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tname: \"gaugeFontValueSize\",\n\t\ttype: \"number\",\n\t\tlabel: \"gauge_font_value_size\",\n\t\tdefault: 26,\n\t\tstep: 1,\n\t\tmin: 0,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_numbers_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_title_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_units_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontValueStyle\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_value_style\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"italic\", label: \"italic\" },\n\t\t\t{ value: \"oblique\", label: \"oblique\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tlabel: \"\",\n\t\tname: \"allFieldsDivider\",\n\t\ttype: \"custom\",\n\t\tcomponent: () => <CollectionDivider />,\n\t},\n\t{\n\t\tname: \"gaugeFontNumbersWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_numbers_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontTitleWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_title_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontUnitsWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_units_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n\t{\n\t\tname: \"gaugeFontValueWeight\",\n\t\ttype: \"select\",\n\t\tlabel: \"gauge_font_value_weight\",\n\t\toptions: [\n\t\t\t{ value: \"normal\", label: \"normal\" },\n\t\t\t{ value: \"bold\", label: \"bold\" },\n\t\t\t{ value: \"bolder\", label: \"bolder\" },\n\t\t\t{ value: \"lighter\", label: \"lighter\" },\n\t\t\t{ value: \"100\", label: \"100\" },\n\t\t\t{ value: \"200\", label: \"200\" },\n\t\t\t{ value: \"300\", label: \"300\" },\n\t\t\t{ value: \"400\", label: \"400\" },\n\t\t\t{ value: \"500\", label: \"500\" },\n\t\t\t{ value: \"600\", label: \"600\" },\n\t\t\t{ value: \"700\", label: \"700\" },\n\t\t\t{ value: \"800\", label: \"800\" },\n\t\t\t{ value: \"900\", label: \"900\" },\n\t\t],\n\t\tdefault: \"normal\",\n\t\tnoTranslation: true,\n\t},\n];\n\nexport default dialogFields;\n","import { Box } from \"@mui/material\";\nimport React, { useRef, useEffect } from \"react\";\n\nimport { LinearGauge, RadialGauge } from \"canvas-gauges\";\n\nconst TransparentImg =\n\t\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\";\n\nconst Gauge = (props) => {\n\tconst gaugeRef = useRef(null);\n\tconst canvasRef = useRef(null);\n\n\tuseEffect(() => {\n\t\tif (\n\t\t\tgaugeRef.current === null ||\n\t\t\tgaugeRef.current.options.gaugeType !== props.gaugeType\n\t\t) {\n\t\t\tconst options = Object.assign({}, props, {\n\t\t\t\trenderTo: canvasRef.current,\n\t\t\t});\n\n\t\t\tswitch (props.gaugeType) {\n\t\t\t\tcase \"radial\":\n\t\t\t\t\tif (gaugeRef.current !== null) gaugeRef.current.destroy();\n\t\t\t\t\tgaugeRef.current = new RadialGauge(options).draw();\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"linear\":\n\t\t\t\t\tif (gaugeRef.current !== null) gaugeRef.current.destroy();\n\t\t\t\t\tgaugeRef.current = new LinearGauge(options).draw();\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}, [props]);\n\n\tuseEffect(() => {\n\t\tif (gaugeRef.current !== null && props.width && props.height) {\n\t\t\tif (props.width > 30 && props.height > 30) {\n\t\t\t\tgaugeRef.current.value = props.value;\n\t\t\t\tgaugeRef.current.update(props);\n\t\t\t}\n\t\t}\n\t}, [props]);\n\n\tconst iconSize =\n\t\tBoolean(props.gaugeWidgetData.iconSize) ||\n\t\tprops.gaugeWidgetData.iconSize === 0\n\t\t\t? `${props.gaugeWidgetData.iconSize}%`\n\t\t\t: null;\n\n\tconst segment = props.gaugeSegment;\n\treturn (\n\t\t<Box\n\t\t\tsx={{\n\t\t\t\twidth: \"100%\",\n\t\t\t\theight: \"100%\",\n\n\t\t\t\tdisplay: \"flex\",\n\t\t\t\tjustifyContent: \"center\",\n\t\t\t\talignItems: \"center\",\n\t\t\t}}\n\t\t>\n\t\t\t<img\n\t\t\t\talt=\"\"\n\t\t\t\tsrc={segment?.state.icon || props.gaugeData.icon || TransparentImg}\n\t\t\t\tstyle={{\n\t\t\t\t\tposition: \"relative\",\n\n\t\t\t\t\twidth: Number(segment?.state.iconSize)\n\t\t\t\t\t\t? `${segment.state.iconSize}%`\n\t\t\t\t\t\t: iconSize || \"50%\",\n\t\t\t\t\theight: Number(segment?.state.iconSize)\n\t\t\t\t\t\t? `${segment.state.iconSize}%`\n\t\t\t\t\t\t: iconSize || \"50%\",\n\n\t\t\t\t\tboxSizing: \"border-box\",\n\t\t\t\t\tobjectFit: props.gaugeWidgetData.gaugeIconFit,\n\t\t\t\t\ttop:\n\t\t\t\t\t\t(!!segment && `calc(0px - ${segment.state.iconYOffset})`) ||\n\t\t\t\t\t\t(props.gaugeWidgetData.iconYOffset !== \"0px\" &&\n\t\t\t\t\t\t\t`calc(0px - ${props.gaugeWidgetData.iconYOffset})`) ||\n\t\t\t\t\t\t\"0px\",\n\t\t\t\t\tleft:\n\t\t\t\t\t\t(!!segment && `calc(0px + ${segment.state.iconXOffset})`) ||\n\t\t\t\t\t\t(props.gaugeWidgetData.iconXOffset !== \"0px\" &&\n\t\t\t\t\t\t\t`calc(0px + ${props.gaugeWidgetData.iconXOffset})`) ||\n\t\t\t\t\t\t\"0px\",\n\n\t\t\t\t\tcolor: segment?.state.iconColor || props.gaugeData.iconColor,\n\t\t\t\t\tfilter:\n\t\t\t\t\t\t(segment?.state.iconColor || props.gaugeData.iconColor) &&\n\t\t\t\t\t\t\"drop-shadow(0px 10000px 0)\",\n\t\t\t\t\ttransform:\n\t\t\t\t\t\t(segment?.state.iconColor || props.gaugeData.iconColor) &&\n\t\t\t\t\t\t\"translateY(-10000px)\",\n\t\t\t\t}}\n\t\t\t/>\n\t\t\t<canvas\n\t\t\t\tid=\"my-canvas\"\n\t\t\t\tref={canvasRef}\n\t\t\t\tstyle={{\n\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t}}\n\t\t\t/>\n\t\t</Box>\n\t);\n};\n\nexport default Gauge;\n","import { Box } from \"@mui/material\";\nimport React, { useContext, useMemo, useRef, useEffect } from \"react\";\nimport CollectionBase from \"../components/CollectionBase\";\nimport { CollectionContext } from \"../components/CollectionProvider\";\nimport useData from \"../hooks/useData\";\nimport useOidValue from \"../hooks/useOidValue\";\nimport Gauge from \"./Gauge\";\n\nconst findSegment = (highlights, value, maxValue) => {\n\tconst segment = highlights.find((highlight) => {\n\t\tif (highlight.from === undefined || highlight.to === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn (\n\t\t\t/* value >= highlight.from &&\n\t\t\t(value < highlight.to ||\n\t\t\t\t(value === highlight.to && value === maxValue)) &&\n\t\t\thighlight.icon */\n\t\t\tvalue >= highlight.from &&\n\t\t\t(value < highlight.to || (value === highlight.to && value === maxValue))\n\t\t);\n\t});\n\treturn segment || null;\n};\n\nfunction GaugeCollection() {\n\tconst baseRef = useRef(null);\n\tconst gaugeRef = useRef(null);\n\tconst { wrappedContent, oidObject, widget } = useContext(CollectionContext);\n\n\tconst { data, states } = useData(\"oid\");\n\tconst oidValue = useOidValue(\"oid\");\n\n\tconst oidType = oidObject?.common?.type;\n\n\tconst isValidType = oidType === \"number\";\n\n\tconst majorTicks = useMemo(() => {\n\t\tconst minValue = Number(widget.data.gaugeMinValue) || 0;\n\t\tconst maxValue = Number(widget.data.gaugeMaxValue) || 100;\n\n\t\tconst _majorTicks = [];\n\n\t\tif (\n\t\t\twidget.data.gaugeMajorTicks &&\n\t\t\tNumber(widget.data.gaugeMajorTicks > 0)\n\t\t) {\n\t\t\tfor (let i = 0; i <= Number(widget.data.gaugeMajorTicks); i++) {\n\t\t\t\tconst value =\n\t\t\t\t\tminValue +\n\t\t\t\t\t((maxValue - minValue) / Number(widget.data.gaugeMajorTicks) || 1) *\n\t\t\t\t\t\ti;\n\t\t\t\t// zwei Nachkommastellen\n\t\t\t\t_majorTicks.push(Math.round(value * 100) / 100);\n\t\t\t}\n\t\t}\n\n\t\treturn _majorTicks;\n\t}, [\n\t\twidget.data.gaugeMinValue,\n\t\twidget.data.gaugeMaxValue,\n\t\twidget.data.gaugeMajorTicks,\n\t]);\n\n\tconst highlights = useMemo(() => {\n\t\tconst _highlights = [];\n\t\tconst maxValue = Number(widget.data.gaugeMaxValue) || 100;\n\n\t\tstates.forEach((state, index) => {\n\t\t\tconst nextValue = states[index + 1]?.value || maxValue;\n\n\t\t\t_highlights.push({\n\t\t\t\tfrom: state.value,\n\t\t\t\tto: nextValue,\n\t\t\t\tcolor: state.textColor || \"transparent\",\n\t\t\t\tstate,\n\t\t\t});\n\t\t});\n\n\t\t// Set the last highlight to maxValue if the last state value is less than maxValue\n\t\tif (states.length > 0 && states[states.length - 1].value < maxValue) {\n\t\t\t_highlights[_highlights.length - 1].to = maxValue;\n\t\t}\n\n\t\treturn _highlights;\n\t}, [states, widget.data.gaugeMaxValue]);\n\n\tconst segment = findSegment(\n\t\thighlights,\n\t\toidValue,\n\t\tNumber(widget.data.gaugeMaxValue) ? Number(widget.data.gaugeMaxValue) : 100,\n\t);\n\n\tconst paper0 = baseRef.current?.paper0;\n\tconst paper1 = baseRef.current?.paper1;\n\n\tuseEffect(() => {\n\t\tif (paper0 && paper1) {\n\t\t\tif (segment) {\n\t\t\t\tpaper0.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t(segment?.state.frameBackgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundColor ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper0.style.background = wrappedContent\n\t\t\t\t\t? segment?.state.frameBackgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundColor ||\n\t\t\t\t\t\tsegment?.state.frameBackgroundActive ||\n\t\t\t\t\t\tsegment?.state.frameBackground ||\n\t\t\t\t\t\tnull\n\t\t\t\t\t: \"transparent\";\n\t\t\t\t// ----------------------------------------------------------\n\t\t\t\tpaper1.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t(segment?.state.backgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.backgroundColor ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper1.style.background = wrappedContent\n\t\t\t\t\t? segment?.state.backgroundColorActive ||\n\t\t\t\t\t\tsegment?.state.backgroundColor ||\n\t\t\t\t\t\tsegment?.state.backgroundActive ||\n\t\t\t\t\t\tsegment?.state.background ||\n\t\t\t\t\t\tnull\n\t\t\t\t\t: \"transparent\";\n\t\t\t} else {\n\t\t\t\tpaper0.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t((segment?.state.frameBackgroundColor &&\n\t\t\t\t\t\t`${segment?.state.frameBackgroundColor}!important`) ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper0.style.background =\n\t\t\t\t\twrappedContent &&\n\t\t\t\t\t(widget.data.frameBackgroundColor ||\n\t\t\t\t\t\twidget.data.frameBackground ||\n\t\t\t\t\t\tnull);\n\t\t\t\t// ----------------------------------------------------------\n\t\t\t\tpaper1.style.borderColor =\n\t\t\t\t\t!wrappedContent &&\n\t\t\t\t\t((segment?.state.backgroundColor &&\n\t\t\t\t\t\t`${segment?.state.backgroundColor}!important`) ||\n\t\t\t\t\t\tnull);\n\n\t\t\t\tpaper1.style.background =\n\t\t\t\t\twrappedContent &&\n\t\t\t\t\t(widget.data.backgroundColor || widget.data.background || null);\n\t\t\t}\n\t\t}\n\t}, [paper0, paper1, wrappedContent, segment, widget.data]);\n\n\treturn (\n\t\t<CollectionBase\n\t\t\tref={baseRef}\n\t\t\tisValidType={isValidType}\n\t\t\tdata={data}\n\t\t\toidValue={oidValue}\n\t\t>\n\t\t\t{/* {data.icon && (\n\t\t\t\t<img\n\t\t\t\t\talt=\"\"\n\t\t\t\t\tsrc={data.icon}\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tposition: \"absolute\",\n\t\t\t\t\t\ttop: `calc(0px + ${widget.data.iconYOffset})`,\n\t\t\t\t\t\tright: `calc(0px + ${widget.data.iconXOffset})`,\n\t\t\t\t\t\twidth: data.iconSize,\n\t\t\t\t\t\theight: data.iconSize,\n\t\t\t\t\t\tcolor: data.iconColor,\n\t\t\t\t\t\tfilter: data.iconColor ? \"drop-shadow(0px 10000px 0)\" : null,\n\t\t\t\t\t\ttransform: data.iconColor ? \"translateY(-10000px)\" : null,\n\t\t\t\t\t}}\n\t\t\t\t/>\n\t\t\t)} */}\n\n\t\t\t<Box\n\t\t\t\tref={gaugeRef}\n\t\t\t\tsx={{\n\t\t\t\t\twidth: \"100%\",\n\t\t\t\t\theight: \"100%\",\n\n\t\t\t\t\tdisplay: \"flex\",\n\t\t\t\t\tjustifyContent: \"center\",\n\t\t\t\t\talignItems: \"center\",\n\t\t\t\t}}\n\t\t\t>\n\t\t\t\t<Gauge\n\t\t\t\t\tgaugeData={data}\n\t\t\t\t\tgaugeWidgetData={widget.data}\n\t\t\t\t\tgaugeSegment={segment}\n\t\t\t\t\tgaugeType={widget.data.gaugeType}\n\t\t\t\t\t// Basic Options\n\t\t\t\t\twidth={\n\t\t\t\t\t\tgaugeRef.current?.clientWidth - Number(widget.data.gaugePadding)\n\t\t\t\t\t}\n\t\t\t\t\theight={\n\t\t\t\t\t\tgaugeRef.current?.clientHeight - Number(widget.data.gaugePadding)\n\t\t\t\t\t}\n\t\t\t\t\tminValue={\n\t\t\t\t\t\tNumber(widget.data.gaugeMinValue)\n\t\t\t\t\t\t\t? Number(widget.data.gaugeMinValue)\n\t\t\t\t\t\t\t: 0\n\t\t\t\t\t}\n\t\t\t\t\tmaxValue={\n\t\t\t\t\t\tNumber(widget.data.gaugeMaxValue)\n\t\t\t\t\t\t\t? Number(widget.data.gaugeMaxValue)\n\t\t\t\t\t\t\t: 100\n\t\t\t\t\t}\n\t\t\t\t\tvalue={oidValue}\n\t\t\t\t\tunits={widget.data.unit}\n\t\t\t\t\ttitle={data.header}\n\t\t\t\t\t// Ticks Bar Options\n\t\t\t\t\texactTicks={widget.data.gaugeExactTicks} // boolean\n\t\t\t\t\tmajorTicks={majorTicks}\n\t\t\t\t\tminorTicks={\n\t\t\t\t\t\ttypeof widget.data.gaugeMinorTicks === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMinorTicks\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMinorTicks)\n\t\t\t\t\t}\n\t\t\t\t\tstrokeTicks={widget.data.gaugeStrokeTicks} // boolean\n\t\t\t\t\t// majorTicksInt={widget.data.gaugeMajorTicksInt || 1}\n\t\t\t\t\tmajorTicksInt={\n\t\t\t\t\t\ttypeof widget.data.gaugeMajorTicksInt === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMajorTicksInt\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMajorTicksInt)\n\t\t\t\t\t}\n\t\t\t\t\t// majorTicksDec={widget.data.gaugeMajorTicksDec || 0}\n\t\t\t\t\tmajorTicksDec={\n\t\t\t\t\t\ttypeof widget.data.gaugeMajorTicksDec === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeMajorTicksDec\n\t\t\t\t\t\t\t: Number(widget.data.gaugeMajorTicksDec)\n\t\t\t\t\t}\n\t\t\t\t\thighlights={highlights}\n\t\t\t\t\t// highlightsWidth={widget.data.gaugeHighlightsWidth || 15}\n\t\t\t\t\thighlightsWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeHighlightsWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeHighlightsWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeHighlightsWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// numbersMargin={widget.data.gaugeNumbersMargin || 1}\n\t\t\t\t\tnumbersMargin={\n\t\t\t\t\t\ttypeof widget.data.gaugeNumbersMargin === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNumbersMargin\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNumbersMargin)\n\t\t\t\t\t}\n\t\t\t\t\t// Progress Bar Options\n\t\t\t\t\tbarWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarWidth === \"number\" &&\n\t\t\t\t\t\twidget.data.gaugeBarWidth <= 50\n\t\t\t\t\t\t\t? widget.data.gaugeBarWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarWidth) <= 50\n\t\t\t\t\t\t\t\t? Number(widget.data.gaugeBarWidth)\n\t\t\t\t\t\t\t\t: 50\n\t\t\t\t\t}\n\t\t\t\t\t// barStrokeWidth={widget.data.gaugeBarStrokeWidth || 0}\n\t\t\t\t\tbarStrokeWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarStrokeWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarStrokeWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarStrokeWidth)\n\t\t\t\t\t}\n\t\t\t\t\tbarProgress={widget.data.gaugeBarProgress} // boolean\n\t\t\t\t\t// barShadow={widget.data.gaugeBarShadow || 0}\n\t\t\t\t\tbarShadow={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarShadow === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarShadow\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarShadow)\n\t\t\t\t\t}\n\t\t\t\t\t// Animation Options\n\t\t\t\t\tanimation={widget.data.gaugeAnimation} // boolean\n\t\t\t\t\t// animationDuration={widget.data.gaugeAnimationDuration || 500}\n\t\t\t\t\tanimationDuration={\n\t\t\t\t\t\ttypeof widget.data.gaugeAnimationDuration === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeAnimationDuration\n\t\t\t\t\t\t\t: Number(widget.data.gaugeAnimationDuration)\n\t\t\t\t\t}\n\t\t\t\t\tanimationRule={widget.data.gaugeAnimationRule || \"cycle\"}\n\t\t\t\t\tanimatedValue={widget.data.gaugeAnimatedValue} // boolean\n\t\t\t\t\tanimateOnInit={widget.data.gaugeAnimateOnInit} // boolean\n\t\t\t\t\t// Color Options\n\t\t\t\t\tcolorPlate={widget.data.gaugeColorPlate || \"rgba(0,0,0,0)\"}\n\t\t\t\t\tcolorPlateEnd={widget.data.gaugeColorPlateEnd || \"rgba(0,0,0,0)\"}\n\t\t\t\t\tcolorMajorTicks={widget.data.gaugeColorMajorTicks || \"#444\"}\n\t\t\t\t\tcolorMinorTicks={widget.data.gaugeColorMinorTicks || \"#666\"}\n\t\t\t\t\tcolorStrokeTicks={widget.data.gaugeColorStrokeTicks || \"#444\"}\n\t\t\t\t\tcolorTitle={widget.data.gaugeColorTitle || \"#888\"}\n\t\t\t\t\tcolorUnits={widget.data.gaugeColorUnits || \"#888\"}\n\t\t\t\t\tcolorNumbers={widget.data.gaugeColorNumbers || \"#444\"}\n\t\t\t\t\tcolorNeedle={widget.data.gaugeColorNeedle || \"rgba(240,128,128,1)\"}\n\t\t\t\t\tcolorNeedleEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleEnd || \"rgba(255,160,122,.9)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorValueText={widget.data.gaugeColorValueText || \"#444\"}\n\t\t\t\t\tcolorValueTextShadow={\n\t\t\t\t\t\twidget.data.gaugeColorValueTextShadow || \"rgba(0,0,0,0.3)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderShadow={\n\t\t\t\t\t\twidget.data.gaugeColorBorderShadow || \"rgba(0,0,0,0.5)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderOuter={widget.data.gaugeColorBorderOuter || \"#ddd\"}\n\t\t\t\t\tcolorBorderOuterEnd={widget.data.gaugeColorBorderOuterEnd || \"#aaa\"}\n\t\t\t\t\tcolorBorderMiddle={widget.data.gaugeColorBorderMiddle || \"#eee\"}\n\t\t\t\t\tcolorBorderMiddleEnd={\n\t\t\t\t\t\twidget.data.gaugeColorBorderMiddleEnd || \"#f0f0f0\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBorderInner={widget.data.gaugeColorBorderInner || \"#fafafa\"}\n\t\t\t\t\tcolorBorderInnerEnd={widget.data.gaugeColorBorderInnerEnd || \"#ccc\"}\n\t\t\t\t\tcolorValueBoxRect={widget.data.gaugeColorValueBoxRect || \"#888\"}\n\t\t\t\t\tcolorValueBoxRectEnd={widget.data.gaugeColorValueBoxRectEnd || \"#666\"}\n\t\t\t\t\tcolorValueBoxBackground={\n\t\t\t\t\t\twidget.data.gaugeColorValueBoxBackground || \"#babab2\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorValueBoxShadow={\n\t\t\t\t\t\twidget.data.gaugeColorValueBoxShadow || \"rgba(0,0,0,1)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleShadowUp={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleShadowUp || \"rgba(2,255,255,0.2)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleShadowDown={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleShadowDown || \"rgba(188,143,143,0.45)\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorBarStroke={widget.data.gaugeColorBarStroke || \"#222\"}\n\t\t\t\t\tcolorBarProgress={widget.data.gaugeColorBarProgress || \"#ccc\"}\n\t\t\t\t\tcolorBarShadow={widget.data.gaugeColorBarShadow || \"#000\"}\n\t\t\t\t\thighlightsLineCap={widget.data.gaugeHighlightsLineCap || \"butt\"}\n\t\t\t\t\t// Needle Configuration Options\n\t\t\t\t\tneedle={widget.data.gaugeNeedle} // boolean\n\t\t\t\t\tneedleShadow={widget.data.gaugeNeedleShadow} // boolean\n\t\t\t\t\tneedleType={widget.data.gaugeNeedleType || \"arrow\"}\n\t\t\t\t\t// needleStart={widget.data.gaugeNeedleStart || 5}\n\t\t\t\t\tneedleStart={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleStart === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleStart\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleStart)\n\t\t\t\t\t}\n\t\t\t\t\t// needleEnd={widget.data.gaugeNeedleEnd || 85}\n\t\t\t\t\tneedleEnd={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleEnd === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleEnd\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleEnd)\n\t\t\t\t\t}\n\t\t\t\t\t// needleWidth={widget.data.gaugeNeedleWidth || 4}\n\t\t\t\t\tneedleWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// Borders Options\n\t\t\t\t\tborders={widget.data.gaugeBorders} // boolean\n\t\t\t\t\t// borderOuterWidth={widget.data.gaugeBorderOuterWidth || 3}\n\t\t\t\t\tborderOuterWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderOuterWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderOuterWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderOuterWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderMiddleWidth={widget.data.gaugeBorderMiddleWidth || 3}\n\t\t\t\t\tborderMiddleWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderMiddleWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderMiddleWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderMiddleWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderInnerWidth={widget.data.gaugeBorderInnerWidth || 3}\n\t\t\t\t\tborderInnerWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderInnerWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderInnerWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderInnerWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// borderShadowWidth={widget.data.gaugeBorderShadowWidth || 3}\n\t\t\t\t\tborderShadowWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderShadowWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderShadowWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderShadowWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// Value Box Options\n\t\t\t\t\tvalueBox={widget.data.gaugeValueBox} // boolean\n\t\t\t\t\t// valueBoxStroke={widget.data.gaugeValueBoxStroke || 5}\n\t\t\t\t\tvalueBoxStroke={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxStroke === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxStroke\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxStroke)\n\t\t\t\t\t}\n\t\t\t\t\t// valueBoxWidth={widget.data.gaugeValueBoxWidth || 0}\n\t\t\t\t\tvalueBoxWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxWidth)\n\t\t\t\t\t}\n\t\t\t\t\tvalueText={widget.data.gaugeValueText || \"\"}\n\t\t\t\t\tvalueTextShadow={widget.data.gaugeValueTextShadow} // boolean\n\t\t\t\t\t// valueBoxBorderRadius={widget.data.gaugeValueBoxBorderRadius || 2.5}\n\t\t\t\t\tvalueBoxBorderRadius={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueBoxBorderRadius === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueBoxBorderRadius\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueBoxBorderRadius)\n\t\t\t\t\t}\n\t\t\t\t\tvalueInt={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueInt === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueInt\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueInt)\n\t\t\t\t\t}\n\t\t\t\t\tvalueDec={\n\t\t\t\t\t\ttypeof widget.data.gaugeValueDec === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeValueDec\n\t\t\t\t\t\t\t: Number(widget.data.gaugeValueDec)\n\t\t\t\t\t}\n\t\t\t\t\t// Fonts Customization Options\n\t\t\t\t\tfontNumbers={widget.data.gaugeFontNumbers || \"Arial\"}\n\t\t\t\t\tfontTitle={widget.data.gaugeFontTitle || \"Arial\"}\n\t\t\t\t\tfontUnits={widget.data.gaugeFontUnits || \"Arial\"}\n\t\t\t\t\tfontValue={widget.data.gaugeFontValue || \"Arial\"}\n\t\t\t\t\t// fontNumbersSize={widget.data.gaugeFontNumbersSize || 20}\n\t\t\t\t\tfontNumbersSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontNumbersSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontNumbersSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontNumbersSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontTitleSize={widget.data.gaugeFontTitleSize || 24}\n\t\t\t\t\tfontTitleSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontTitleSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontTitleSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontTitleSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontUnitsSize={widget.data.gaugeFontUnitsSize || 22}\n\t\t\t\t\tfontUnitsSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontUnitsSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontUnitsSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontUnitsSize)\n\t\t\t\t\t}\n\t\t\t\t\t// fontValueSize={widget.data.gaugeFontValueSize || 26}\n\t\t\t\t\tfontValueSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeFontValueSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeFontValueSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeFontValueSize)\n\t\t\t\t\t}\n\t\t\t\t\tfontNumbersStyle={widget.data.gaugeFontNumbersStyle || \"normal\"}\n\t\t\t\t\tfontTitleStyle={widget.data.gaugeFontTitleStyle || \"normal\"}\n\t\t\t\t\tfontUnitsStyle={widget.data.gaugeFontUnitsStyle || \"normal\"}\n\t\t\t\t\tfontValueStyle={widget.data.gaugeFontValueStyle || \"normal\"}\n\t\t\t\t\tfontNumbersWeight={widget.data.gaugeFontNumbersWeight || \"normal\"}\n\t\t\t\t\tfontTitleWeight={widget.data.gaugeFontTitleWeight || \"normal\"}\n\t\t\t\t\tfontUnitsWeight={widget.data.gaugeFontUnitsWeight || \"normal\"}\n\t\t\t\t\tfontValueWeight={widget.data.gaugeFontValueWeight || \"normal\"}\n\t\t\t\t\t// Linear Borders Options\n\t\t\t\t\t// borderRadius={widget.data.gaugeBorderRadius || 0}\n\t\t\t\t\tborderRadius={\n\t\t\t\t\t\ttypeof widget.data.gaugeBorderRadius === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBorderRadius\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBorderRadius)\n\t\t\t\t\t}\n\t\t\t\t\t// Linear Progress Bar Options\n\t\t\t\t\tbarBeginCircle={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarBeginCircle === \"number\" &&\n\t\t\t\t\t\twidget.data.gaugeBarBeginCircle < 12\n\t\t\t\t\t\t\t? 30\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarBeginCircle)\n\t\t\t\t\t}\n\t\t\t\t\t// barLength={widget.data.gaugeBarLength || 85}\n\t\t\t\t\tbarLength={\n\t\t\t\t\t\ttypeof widget.data.gaugeBarLength === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeBarLength\n\t\t\t\t\t\t\t: Number(widget.data.gaugeBarLength)\n\t\t\t\t\t}\n\t\t\t\t\t// Linear Coloring Options\n\t\t\t\t\tcolorBarEnd={widget.data.gaugeColorBarEnd || \"\"}\n\t\t\t\t\tcolorBarProgressEnd={widget.data.gaugeColorBarProgressEnd || \"\"}\n\t\t\t\t\t// Linear Element Positioning Options\n\t\t\t\t\ttickSide={widget.data.gaugeTickSide || \"both\"}\n\t\t\t\t\tneedleSide={widget.data.gaugeNeedleSide || \"both\"}\n\t\t\t\t\tnumberSide={widget.data.gaugeNumberSide || \"both\"}\n\t\t\t\t\t// Linear Ticks Bar Options\n\t\t\t\t\t// ticksWidth={widget.data.gaugeTicksWidth || 10}\n\t\t\t\t\tticksWidth={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksWidth === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksWidth\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksWidth)\n\t\t\t\t\t}\n\t\t\t\t\t// ticksWidthMinor={widget.data.gaugeTicksWidthMinor || 5}\n\t\t\t\t\tticksWidthMinor={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksWidthMinor === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksWidthMinor\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksWidthMinor)\n\t\t\t\t\t}\n\t\t\t\t\t// ticksPadding={widget.data.gaugeTicksPadding || 5}\n\t\t\t\t\tticksPadding={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksPadding === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksPadding\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksPadding)\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Ticks Bar Options\n\t\t\t\t\t// ticksAngle={widget.data.gaugeTicksAngle || 270}\n\t\t\t\t\tticksAngle={\n\t\t\t\t\t\ttypeof widget.data.gaugeTicksAngle === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeTicksAngle\n\t\t\t\t\t\t\t: Number(widget.data.gaugeTicksAngle)\n\t\t\t\t\t}\n\t\t\t\t\t// startAngle={widget.data.gaugeStartAngle || 45}\n\t\t\t\t\tstartAngle={\n\t\t\t\t\t\ttypeof widget.data.gaugeStartAngle === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeStartAngle\n\t\t\t\t\t\t\t: Number(widget.data.gaugeStartAngle)\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Coloring Options\n\t\t\t\t\tcolorNeedleCircleOuter={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleOuter || \"#f0f0f0\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleOuterEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleOuterEnd || \"#ccc\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleInner={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleInner || \"#e8e8e8\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleInnerEnd={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleInnerEnd || \"#f5f5f5\"\n\t\t\t\t\t}\n\t\t\t\t\tcolorNeedleCircleShadowUp={\n\t\t\t\t\t\twidget.data.gaugeColorNeedleCircleShadowUp || \"rgba(2,255,255,0.2)\"\n\t\t\t\t\t}\n\t\t\t\t\t// Radial Needle Options\n\t\t\t\t\t// needleCircleSize={widget.data.gaugeNeedleCircleSize || 10}\n\t\t\t\t\tneedleCircleSize={\n\t\t\t\t\t\ttypeof widget.data.gaugeNeedleCircleSize === \"number\"\n\t\t\t\t\t\t\t? widget.data.gaugeNeedleCircleSize\n\t\t\t\t\t\t\t: Number(widget.data.gaugeNeedleCircleSize)\n\t\t\t\t\t}\n\t\t\t\t\tneedleCircleInner={widget.data.gaugeNeedleCircleInner} // boolean\n\t\t\t\t\tneedleCircleOuter={widget.data.gaugeNeedleCircleOuter} // boolean\n\t\t\t\t\t// Radial Animation Options\n\t\t\t\t\tanimationTarget={widget.data.gaugeAnimationTarget || \"needle\"}\n\t\t\t\t\tuseMinPath={widget.data.gaugeUseMinPath} // boolean\n\t\t\t\t/>\n\t\t\t</Box>\n\t\t</CollectionBase>\n\t);\n}\n\nexport default GaugeCollection;\n","import React from \"react\";\nimport Generic from \"../Generic\";\nimport withCollectionProvider from \"../components/withCollectionProvider\";\nimport commonFields from \"../lib/commonFields\";\nimport commonObjectFields from \"../lib/commonObjectFields\";\nimport gaugeFields from \"../lib/gaugeFields\";\nimport GaugeCollection from \"./GaugeCollection\";\n\nclass GaugeCollectionWidget extends Generic {\n\tstatic getWidgetInfo() {\n\t\treturn {\n\t\t\tid: \"tplGaugeCollectionWidget\",\n\t\t\tvisSet: \"vis-2-widgets-collection\", // Widget set name in which this widget is located\n\t\t\tvisSetLabel: \"widgets_collection\", // Widget set translated label (should be defined only in one widget of a set)\n\t\t\tvisName: \"GaugeCollectionWidget\", // Name of widget\n\t\t\tvisWidgetLabel: \"gauge_collection_widget\", // Label for widget\n\t\t\tvisAttrs: [\n\t\t\t\t{\n\t\t\t\t\tname: \"common\", // group name\n\t\t\t\t\tfields: [...commonFields({ groupName: \"\", allFields: true })],\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"gauge\", // group name\n\t\t\t\t\tlabel: \"group_gauge\",\n\t\t\t\t\tfields: [...commonObjectFields([\"boolean\"]), ...gaugeFields()],\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"values\",\n\t\t\t\t\tlabel: \"values\",\n\t\t\t\t\tindexFrom: 1,\n\t\t\t\t\tindexTo: \"values_count\",\n\t\t\t\t\tfields: [...commonFields({ groupName: \"\", allFields: false })],\n\t\t\t\t},\n\t\t\t\t// check here all possible types https://github.com/ioBroker/ioBroker.vis/blob/react/src/src/Attributes/Widget/SCHEMA.md\n\t\t\t],\n\t\t\tvisDefaultStyle: {\n\t\t\t\twidth: \"100%\",\n\t\t\t\theight: \"100px\",\n\t\t\t\tposition: \"relative\",\n\t\t\t},\n\t\t\tvisPrev: \"widgets/vis-2-widgets-collection/img/prev-collection-gauge.png\",\n\t\t};\n\t}\n\n\t// Do not delete this method. It is used by vis to read the widget configuration.\n\t// eslint-disable-next-line class-methods-use-this\n\tgetWidgetInfo() {\n\t\treturn GaugeCollectionWidget.getWidgetInfo();\n\t}\n\n\t// eslint-disable-next-line class-methods-use-this\n\tasync propertiesUpdate() {\n\t\t// The widget has 3 important states\n\t\t// 1. this.state.values - contains all state values, that are used in widget (automatically collected from widget info).\n\t\t// So you can use `this.state.values[this.state.rxData.oid + '.val']` to get the value of state with id this.state.rxData.oid\n\t\t// 2. this.state.rxData - contains all widget data with replaced bindings. E.g. if this.state.data.type is `{system.adapter.admin.0.alive}`,\n\t\t// then this.state.rxData.type will have state value of `system.adapter.admin.0.alive`\n\t\t// 3. this.state.rxStyle - contains all widget styles with replaced bindings. E.g. if this.state.styles.width is `{javascript.0.width}px`,\n\t\t// then this.state.rxData.type will have state value of `javascript.0.width` + 'px\n\n\t\t// console.log(\"inside propertiesUpdate\", this.state.values);\n\n\t\tconst actualRxData = JSON.stringify(this.state.rxData);\n\t\tif (this.lastRxData === actualRxData) {\n\t\t\treturn;\n\t\t}\n\t\tthis.lastRxData = actualRxData;\n\t\tawait this.createStateObjectAsync(\"oid\");\n\t}\n\n\t// This function is called every time when rxData is changed\n\tasync onRxDataChanged(payload) {\n\t\tawait this.propertiesUpdate();\n\t}\n\n\t// This function is called every time when rxStyle is changed\n\t// eslint-disable-next-line class-methods-use-this\n\tonRxStyleChanged() {}\n\n\t// This function is called every time when some Object State updated, but all changes lands into this.state.values too\n\t// eslint-disable-next-line class-methods-use-this, no-unused-vars\n\tonStateUpdated(id, state) {}\n\n\tasync componentDidMount() {\n\t\tsuper.componentDidMount();\n\t\t// Update data\n\t\tawait this.propertiesUpdate();\n\t}\n\n\trenderWidgetBody(props) {\n\t\tsuper.renderWidgetBody(props);\n\n\t\tconst collectionContext = {\n\t\t\tid: props.id,\n\t\t\trefService: props.refService,\n\t\t\tstyle: props.style,\n\t\t\twidget: {\n\t\t\t\t...props.widget,\n\t\t\t\tdata: this.state.rxData,\n\t\t\t\tstyle: this.state.rxStyle,\n\t\t\t},\n\t\t\tsetValue: this.setValue,\n\t\t\tsetState: this.setState.bind(this),\n\t\t\toidObject: this.state.oidObject,\n\t\t\tvalues: this.state.values,\n\t\t\tisSignalVisible: this.isSignalVisible.bind(this),\n\t\t\tgetPropertyValue: this.getPropertyValue.bind(this),\n\t\t\tmode: this.props.context.themeType,\n\t\t\tsocket: this.props.context.socket,\n\t\t\ttheme: this.props.context.theme,\n\n\t\t\twrappedContent: this.wrappedContent,\n\t\t};\n\n\t\tif (props.widget.data.noCard || props.widget.usedInWidget) {\n\t\t\tthis.wrappedContent = false;\n\t\t} else {\n\t\t\tthis.wrappedContent = true;\n\t\t}\n\n\t\treturn withCollectionProvider(\n\t\t\tthis.wrapContent(<GaugeCollection />),\n\t\t\tcollectionContext,\n\t\t);\n\t}\n}\n\nexport default GaugeCollectionWidget;\n"],"names":["dialogFields","label","type","component","_jsx","CollectionDivider","dividerText","name","options","value","default","noTranslation","step","min","hidden","data","gaugeType","max","nmae","props","gaugeRef","useRef","canvasRef","useEffect","current","Object","assign","renderTo","destroy","RadialGauge","draw","LinearGauge","width","height","update","iconSize","Boolean","gaugeWidgetData","concat","segment","gaugeSegment","_jsxs","Box","sx","display","justifyContent","alignItems","children","alt","src","state","icon","gaugeData","style","position","Number","boxSizing","objectFit","gaugeIconFit","top","iconYOffset","left","iconXOffset","color","iconColor","filter","transform","id","ref","_oidObject$common","_baseRef$current","_baseRef$current2","_gaugeRef$current","_gaugeRef$current2","baseRef","wrappedContent","oidObject","widget","useContext","CollectionContext","states","useData","oidValue","useOidValue","isValidType","common","majorTicks","useMemo","minValue","gaugeMinValue","maxValue","gaugeMaxValue","_majorTicks","gaugeMajorTicks","i","push","Math","round","highlights","_highlights","forEach","index","_states","nextValue","from","to","textColor","length","findSegment","find","highlight","undefined","paper0","paper1","borderColor","frameBackgroundColorActive","frameBackgroundColor","background","frameBackgroundActive","frameBackground","backgroundColorActive","backgroundColor","backgroundActive","CollectionBase","Gauge","clientWidth","gaugePadding","clientHeight","units","unit","title","header","exactTicks","gaugeExactTicks","minorTicks","gaugeMinorTicks","strokeTicks","gaugeStrokeTicks","majorTicksInt","gaugeMajorTicksInt","majorTicksDec","gaugeMajorTicksDec","highlightsWidth","gaugeHighlightsWidth","numbersMargin","gaugeNumbersMargin","barWidth","gaugeBarWidth","barStrokeWidth","gaugeBarStrokeWidth","barProgress","gaugeBarProgress","barShadow","gaugeBarShadow","animation","gaugeAnimation","animationDuration","gaugeAnimationDuration","animationRule","gaugeAnimationRule","animatedValue","gaugeAnimatedValue","animateOnInit","gaugeAnimateOnInit","colorPlate","gaugeColorPlate","colorPlateEnd","gaugeColorPlateEnd","colorMajorTicks","gaugeColorMajorTicks","colorMinorTicks","gaugeColorMinorTicks","colorStrokeTicks","gaugeColorStrokeTicks","colorTitle","gaugeColorTitle","colorUnits","gaugeColorUnits","colorNumbers","gaugeColorNumbers","colorNeedle","gaugeColorNeedle","colorNeedleEnd","gaugeColorNeedleEnd","colorValueText","gaugeColorValueText","colorValueTextShadow","gaugeColorValueTextShadow","colorBorderShadow","gaugeColorBorderShadow","colorBorderOuter","gaugeColorBorderOuter","colorBorderOuterEnd","gaugeColorBorderOuterEnd","colorBorderMiddle","gaugeColorBorderMiddle","colorBorderMiddleEnd","gaugeColorBorderMiddleEnd","colorBorderInner","gaugeColorBorderInner","colorBorderInnerEnd","gaugeColorBorderInnerEnd","colorValueBoxRect","gaugeColorValueBoxRect","colorValueBoxRectEnd","gaugeColorValueBoxRectEnd","colorValueBoxBackground","gaugeColorValueBoxBackground","colorValueBoxShadow","gaugeColorValueBoxShadow","colorNeedleShadowUp","gaugeColorNeedleShadowUp","colorNeedleShadowDown","gaugeColorNeedleShadowDown","colorBarStroke","gaugeColorBarStroke","colorBarProgress","gaugeColorBarProgress","colorBarShadow","gaugeColorBarShadow","highlightsLineCap","gaugeHighlightsLineCap","needle","gaugeNeedle","needleShadow","gaugeNeedleShadow","needleType","gaugeNeedleType","needleStart","gaugeNeedleStart","needleEnd","gaugeNeedleEnd","needleWidth","gaugeNeedleWidth","borders","gaugeBorders","borderOuterWidth","gaugeBorderOuterWidth","borderMiddleWidth","gaugeBorderMiddleWidth","borderInnerWidth","gaugeBorderInnerWidth","borderShadowWidth","gaugeBorderShadowWidth","valueBox","gaugeValueBox","valueBoxStroke","gaugeValueBoxStroke","valueBoxWidth","gaugeValueBoxWidth","valueText","gaugeValueText","valueTextShadow","gaugeValueTextShadow","valueBoxBorderRadius","gaugeValueBoxBorderRadius","valueInt","gaugeValueInt","valueDec","gaugeValueDec","fontNumbers","gaugeFontNumbers","fontTitle","gaugeFontTitle","fontUnits","gaugeFontUnits","fontValue","gaugeFontValue","fontNumbersSize","gaugeFontNumbersSize","fontTitleSize","gaugeFontTitleSize","fontUnitsSize","gaugeFontUnitsSize","fontValueSize","gaugeFontValueSize","fontNumbersStyle","gaugeFontNumbersStyle","fontTitleStyle","gaugeFontTitleStyle","fontUnitsStyle","gaugeFontUnitsStyle","fontValueStyle","gaugeFontValueStyle","fontNumbersWeight","gaugeFontNumbersWeight","fontTitleWeight","gaugeFontTitleWeight","fontUnitsWeight","gaugeFontUnitsWeight","fontValueWeight","gaugeFontValueWeight","borderRadius","gaugeBorderRadius","barBeginCircle","gaugeBarBeginCircle","barLength","gaugeBarLength","colorBarEnd","gaugeColorBarEnd","colorBarProgressEnd","gaugeColorBarProgressEnd","tickSide","gaugeTickSide","needleSide","gaugeNeedleSide","numberSide","gaugeNumberSide","ticksWidth","gaugeTicksWidth","ticksWidthMinor","gaugeTicksWidthMinor","ticksPadding","gaugeTicksPadding","ticksAngle","gaugeTicksAngle","startAngle","gaugeStartAngle","colorNeedleCircleOuter","gaugeColorNeedleCircleOuter","colorNeedleCircleOuterEnd","gaugeColorNeedleCircleOuterEnd","colorNeedleCircleInner","gaugeColorNeedleCircleInner","colorNeedleCircleInnerEnd","gaugeColorNeedleCircleInnerEnd","colorNeedleCircleShadowUp","gaugeColorNeedleCircleShadowUp","needleCircleSize","gaugeNeedleCircleSize","needleCircleInner","gaugeNeedleCircleInner","needleCircleOuter","gaugeNeedleCircleOuter","animationTarget","gaugeAnimationTarget","useMinPath","gaugeUseMinPath","GaugeCollectionWidget","Generic","getWidgetInfo","visSet","visSetLabel","visName","visWidgetLabel","visAttrs","fields","commonFields","groupName","allFields","commonObjectFields","gaugeFields","indexFrom","indexTo","visDefaultStyle","visPrev","propertiesUpdate","actualRxData","JSON","stringify","this","rxData","lastRxData","createStateObjectAsync","onRxDataChanged","payload","onRxStyleChanged","onStateUpdated","componentDidMount","super","renderWidgetBody","collectionContext","refService","_objectSpread","rxStyle","setValue","setState","bind","values","isSignalVisible","getPropertyValue","mode","context","themeType","socket","theme","noCard","usedInWidget","withCollectionProvider","wrapContent","GaugeCollection"],"sourceRoot":""}