iobroker.alarm 3.7.7 → 4.0.0
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 +7 -3
- package/admin/custom/assets/Components-Dhe42GFV.js +1 -0
- package/admin/custom/assets/ConfigCustomAlarmSet__loadShare___mf_0_emotion_mf_1_react__loadShare__-DHt53uVi.js +1 -0
- package/admin/custom/assets/ConfigCustomAlarmSet__loadShare___mf_0_iobroker_mf_1_adapter_mf_2_react_mf_2_v5__loadShare__-72cLuN-5.js +1 -0
- package/admin/custom/assets/ConfigCustomAlarmSet__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__-DkzSxkyC.js +1 -0
- package/admin/custom/assets/ConfigCustomAlarmSet__loadShare__react__loadShare__-5xIzARPe.js +1 -0
- package/admin/custom/assets/ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js +1 -0
- package/admin/custom/assets/TextField-CY4iXLXM.js +103 -0
- package/admin/custom/assets/_commonjsHelpers-CE1G-McA.js +1 -0
- package/admin/custom/assets/createSvgIcon-BBvuwTwh.js +1 -0
- package/admin/custom/assets/defaultTheme-TRMnqiA1.js +8 -0
- package/admin/custom/assets/emotion-cache.browser.esm-BgJfNZJN.js +1 -0
- package/admin/custom/assets/emotion-react.browser.esm-DEg6aQYq.js +1 -0
- package/admin/custom/assets/emotion-serialize.esm-Q4o_CgeF.js +1 -0
- package/admin/custom/assets/emotion-styled.browser.esm-BIelIHPW.js +1 -0
- package/admin/custom/assets/emotion-use-insertion-effect-with-fallbacks.browser.esm-Dufw-S41.js +1 -0
- package/admin/custom/assets/extends-CF3RwP-h.js +1 -0
- package/admin/custom/assets/hostInit-BJ6gSofk.js +2 -0
- package/admin/custom/assets/index-4wMOc304.js +1 -0
- package/admin/custom/assets/index-BbDoOlO6.js +1 -0
- package/admin/custom/assets/index-Bhhy8Q1I.js +8 -0
- package/admin/custom/assets/index-C0cJstee.js +119 -0
- package/admin/custom/assets/index-C_7wgSBO.js +1528 -0
- package/admin/custom/assets/index-CvO0SfZ6.js +1 -0
- package/admin/custom/assets/index-Dayisn2G.js +1 -0
- package/admin/custom/assets/index-MmH6dVcU.js +908 -0
- package/admin/custom/assets/index-ParPTRxK.js +31 -0
- package/admin/custom/assets/index.cjs-D42ZT5xo.js +8 -0
- package/admin/custom/assets/jsx-runtime-3HolxCmW.js +1 -0
- package/admin/custom/assets/preload-helper-BDBacUwf.js +1 -0
- package/admin/custom/assets/useTheme-DGM9sVjZ.js +1 -0
- package/admin/custom/assets/virtualExposes-jn7eDEra.js +2 -0
- package/admin/custom/customComponents.js +2 -0
- package/admin/custom/i18n/de.json +44 -0
- package/admin/custom/i18n/en.json +44 -0
- package/admin/custom/i18n/es.json +44 -0
- package/admin/custom/i18n/fr.json +44 -0
- package/admin/custom/i18n/it.json +44 -0
- package/admin/custom/i18n/nl.json +44 -0
- package/admin/custom/i18n/pl.json +44 -0
- package/admin/custom/i18n/pt.json +44 -0
- package/admin/custom/i18n/ru.json +44 -0
- package/admin/custom/i18n/uk.json +44 -0
- package/admin/custom/i18n/zh-cn.json +44 -0
- package/admin/i18n/de.json +247 -0
- package/admin/i18n/en.json +247 -0
- package/admin/i18n/es.json +239 -0
- package/admin/i18n/fr.json +239 -0
- package/admin/i18n/it.json +239 -0
- package/admin/i18n/nl.json +239 -0
- package/admin/i18n/pl.json +239 -0
- package/admin/i18n/pt.json +239 -0
- package/admin/i18n/ru.json +239 -0
- package/admin/i18n/uk.json +239 -0
- package/admin/i18n/zh-cn.json +239 -0
- package/admin/jsonConfig.json +1665 -0
- package/admin/tsconfig.json +11 -0
- package/build/main.d.ts +1 -0
- package/build/main.js +2850 -0
- package/build/main.js.map +1 -0
- package/io-package.json +18 -16
- package/package.json +17 -15
- package/admin/img/info-big.png +0 -0
- package/admin/index_m.html +0 -1943
- package/admin/style.css +0 -327
- package/admin/words.js +0 -740
- package/lib/adapter-config.d.ts +0 -19
- package/main.js +0 -2469
package/README.md
CHANGED
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
Placeholder for the next version (at the beginning of the line):
|
|
30
30
|
### **WORK IN PROGRESS**
|
|
31
31
|
-->
|
|
32
|
+
### 4.0.0 (2026-03-22)
|
|
33
|
+
* (@GermanBluefox) Adapter was migrated to TypeScript
|
|
34
|
+
* (@GermanBluefox) GUI was migrated to JsonConfig
|
|
35
|
+
* (@GermanBluefox) Refactor code and remove duplicated methods
|
|
36
|
+
* (@GermanBluefox) Added option repeat writing of state values
|
|
37
|
+
* (@GermanBluefox) Added option to retrigger the alarm if already triggered
|
|
38
|
+
|
|
32
39
|
### 3.7.7 (2026-03-15)
|
|
33
40
|
* (misanorot) update packages
|
|
34
41
|
|
|
@@ -41,9 +48,6 @@
|
|
|
41
48
|
### 3.7.4 (2025-08-17)
|
|
42
49
|
* (misanorot) update packages
|
|
43
50
|
|
|
44
|
-
### 3.7.0 (2025-05-03)
|
|
45
|
-
* (misanorot) node 20 require
|
|
46
|
-
|
|
47
51
|
## License
|
|
48
52
|
MIT License
|
|
49
53
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{j as e}from"./jsx-runtime-3HolxCmW.js";import{C as s,a as o}from"./ConfigCustomAlarmSet__loadShare___mf_0_mui_mf_1_icons_mf_2_material__loadShare__-DkzSxkyC.js";import{C as i}from"./ConfigCustomAlarmSet__loadShare___mf_0_iobroker_mf_1_adapter_mf_2_react_mf_2_v5__loadShare__-72cLuN-5.js";import{C as x}from"./ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js";import"./ConfigCustomAlarmSet__loadShare__react__loadShare__-5xIzARPe.js";import"./_commonjsHelpers-CE1G-McA.js";const{initPromise:u}=x,p=u.then(h=>h.loadShare("@iobroker/json-config",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),g=await p.then(h=>h());var m=g;const c={enabled:!0,name:"",name_id:"",option_presence:"time",presence_time_from:"",presence_time_to:"",presence_length:0,presence_length_select:"min",presence_length_shuffle:1,presence_delay:0,presence_delay_select:"min",presence_delay_shuffle:1,presence_val_on:"true",presence_val_off:"false",presence_trigger_light:"",presence_light_lux:0};class f extends m.ConfigGeneric{constructor(t){super(t),this.state={...this.state,editIndex:null,editRow:null,originalEditRow:null,deleteIndex:null,showSelectId:null}}getRows(){return this.props.data.presence||[]}saveRows(t){const n=JSON.parse(JSON.stringify(this.props.data));n.presence=t,this.props.onChange(n)}handleInlineEdit(t,n,a){const r=[...this.getRows()];r[t]={...r[t],[n]:a},this.saveRows(r)}handleAddNew(){const t={...c};this.setState({editIndex:-1,editRow:{...t},originalEditRow:{...t}})}handleInsertAfter(t){const n=[...this.getRows()];n.splice(t+1,0,{...c}),this.saveRows(n)}handleEdit(t){const n=this.getRows();this.setState({editIndex:t,editRow:{...n[t]},originalEditRow:{...n[t]}})}handleCopy(t){const n=[...this.getRows()];n.splice(t+1,0,{...n[t]}),this.saveRows(n)}handleMoveUp(t){if(t<=0)return;const n=[...this.getRows()];[n[t-1],n[t]]=[n[t],n[t-1]],this.saveRows(n)}handleMoveDown(t){const n=[...this.getRows()];t>=n.length-1||([n[t],n[t+1]]=[n[t+1],n[t]],this.saveRows(n))}handleDeleteRequest(t){this.setState({deleteIndex:t})}handleDeleteConfirm(){const{deleteIndex:t}=this.state;if(t!==null){const n=[...this.getRows()];n.splice(t,1),this.saveRows(n)}this.setState({deleteIndex:null})}handleToggleEnabled(t){const n=[...this.getRows()];n[t]={...n[t],enabled:!n[t].enabled},this.saveRows(n)}handleDialogSave(){const{editIndex:t,editRow:n}=this.state;if(n===null)return;const a=[...this.getRows()];t===-1?a.push(n):t!==null&&(a[t]=n),this.saveRows(a),this.setState({editIndex:null,editRow:null,originalEditRow:null})}handleDialogClose(){this.setState({editIndex:null,editRow:null,originalEditRow:null})}isEditRowChanged(){const{editRow:t,originalEditRow:n}=this.state;return!t||!n?!1:JSON.stringify(t)!==JSON.stringify(n)}setEditField(t,n){this.setState(a=>({editRow:a.editRow?{...a.editRow,[t]:n}:null}))}handleSelectIdResult(t,n){const{showSelectId:a}=this.state;if(!a)return;const r=Array.isArray(t)?t[0]:t||"";if(a.context==="table"&&a.rowIndex!==void 0){const l=[...this.getRows()];l[a.rowIndex]={...l[a.rowIndex],name_id:r,name:n||l[a.rowIndex].name},this.saveRows(l)}else a.context==="dialog"?this.setState(l=>({editRow:l.editRow?{...l.editRow,name_id:r,name:n||l.editRow.name}:null})):a.context==="dialog_light"&&this.setState(l=>({editRow:l.editRow?{...l.editRow,presence_trigger_light:r}:null}));this.setState({showSelectId:null})}renderSelectIdDialog(){var a,r,l;const{showSelectId:t}=this.state;if(!t)return null;let n="";return t.context==="table"&&t.rowIndex!==void 0?n=((a=this.getRows()[t.rowIndex])==null?void 0:a.name_id)||"":t.context==="dialog"?n=((r=this.state.editRow)==null?void 0:r.name_id)||"":t.context==="dialog_light"&&(n=((l=this.state.editRow)==null?void 0:l.presence_trigger_light)||""),e.jsx(i.DialogSelectID,{imagePrefix:this.props.oContext.imagePrefix===void 0?"../..":this.props.oContext.imagePrefix,dialogName:`admin.${this.props.oContext.adapterName}`,themeType:this.props.oContext.themeType,theme:this.props.oContext.theme,types:["state"],socket:this.props.oContext.socket,selected:n,onClose:()=>this.setState({showSelectId:null}),onOk:(d,_)=>this.handleSelectIdResult(d,_)})}renderEditDialog(){const{editRow:t,editIndex:n}=this.state;if(!t)return null;const r=n===-1?i.I18n.t("presence_add_device"):`${i.I18n.t("presence_edit_device")} ${t.name_id}`;return e.jsxs(s.Dialog,{open:!0,maxWidth:"md",fullWidth:!0,onClose:()=>this.handleDialogClose(),children:[e.jsx(s.DialogTitle,{children:r}),e.jsx(s.DialogContent,{children:e.jsxs(s.Box,{sx:{display:"flex",flexDirection:"column",gap:2,pt:1},children:[e.jsxs(s.Box,{sx:{display:"flex",gap:2,alignItems:"flex-end"},children:[e.jsx(s.TextField,{label:i.I18n.t("presence_col_name"),value:t.name,onChange:l=>this.setEditField("name",l.target.value),variant:"standard",fullWidth:!0}),e.jsx(s.TextField,{label:"Object-ID",value:t.name_id,onChange:l=>this.setEditField("name_id",l.target.value),variant:"standard",fullWidth:!0}),e.jsx(s.Button,{variant:"outlined",sx:{minWidth:0,px:1},onClick:()=>this.setState({showSelectId:{context:"dialog"}}),children:e.jsx(o.MoreHoriz,{})})]}),e.jsxs(s.FormControl,{variant:"standard",sx:{maxWidth:250},children:[e.jsx(s.InputLabel,{children:i.I18n.t("presence_trigger_mode")}),e.jsxs(s.Select,{variant:"standard",value:t.option_presence,onChange:l=>this.setEditField("option_presence",l.target.value),children:[e.jsx(s.MenuItem,{value:"time",children:"time"}),e.jsx(s.MenuItem,{value:"sunrise",children:"sunrise"}),e.jsx(s.MenuItem,{value:"sunset",children:"sunset"}),e.jsx(s.MenuItem,{value:"light",children:"light"})]})]}),t.option_presence==="time"&&e.jsxs(s.Box,{sx:{display:"flex",gap:2},children:[e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_time_from"),type:"time",value:t.presence_time_from||"",onChange:l=>this.setEditField("presence_time_from",l.target.value),variant:"standard",slotProps:{inputLabel:{shrink:!0}},sx:{maxWidth:200}}),e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_time_to"),type:"time",value:t.presence_time_to||"",onChange:l=>this.setEditField("presence_time_to",l.target.value),variant:"standard",slotProps:{inputLabel:{shrink:!0}},sx:{maxWidth:200}})]}),e.jsxs(s.Box,{sx:{display:"flex",gap:2,alignItems:"flex-end",flexWrap:"wrap"},children:[e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_on_duration"),type:"number",value:t.presence_length,onChange:l=>this.setEditField("presence_length",Number(l.target.value)),variant:"standard",sx:{width:120}}),e.jsx(s.FormControl,{variant:"standard",sx:{width:70},children:e.jsxs(s.Select,{value:t.presence_length_select,onChange:l=>this.setEditField("presence_length_select",l.target.value),children:[e.jsx(s.MenuItem,{value:"sec",children:"sec"}),e.jsx(s.MenuItem,{value:"min",children:"min"})]})}),e.jsxs(s.FormControl,{variant:"standard",sx:{width:120},children:[e.jsx(s.InputLabel,{children:i.I18n.t("presence_lbl_shuffle")}),e.jsx(s.Select,{value:t.presence_length_shuffle,onChange:l=>this.setEditField("presence_length_shuffle",Number(l.target.value)),children:[1,2,3,4,5,6,7,8,9,10].map(l=>e.jsxs(s.MenuItem,{value:l,children:[l,"x"]},l))})]}),e.jsx(s.Box,{sx:{width:24}}),e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_delay"),type:"number",value:t.presence_delay,onChange:l=>this.setEditField("presence_delay",Number(l.target.value)),variant:"standard",sx:{width:120}}),e.jsx(s.FormControl,{variant:"standard",sx:{width:70},children:e.jsxs(s.Select,{value:t.presence_delay_select,onChange:l=>this.setEditField("presence_delay_select",l.target.value),children:[e.jsx(s.MenuItem,{value:"sec",children:"sec"}),e.jsx(s.MenuItem,{value:"min",children:"min"})]})}),e.jsxs(s.FormControl,{variant:"standard",sx:{width:120},children:[e.jsx(s.InputLabel,{children:i.I18n.t("presence_lbl_shuffle")}),e.jsx(s.Select,{value:t.presence_delay_shuffle,onChange:l=>this.setEditField("presence_delay_shuffle",Number(l.target.value)),children:[1,2,3,4,5,6,7,8,9,10].map(l=>e.jsxs(s.MenuItem,{value:l,children:[l,"x"]},l))})]})]}),e.jsxs(s.Box,{sx:{display:"flex",gap:2},children:[e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_val_on"),value:t.presence_val_on,onChange:l=>this.setEditField("presence_val_on",l.target.value),variant:"standard",sx:{width:150}}),e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_val_off"),value:t.presence_val_off,onChange:l=>this.setEditField("presence_val_off",l.target.value),variant:"standard",sx:{width:150}})]}),t.option_presence==="light"&&e.jsxs(s.Box,{sx:{display:"flex",gap:2,alignItems:"flex-end"},children:[e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_light_trigger"),value:t.presence_trigger_light,onChange:l=>this.setEditField("presence_trigger_light",l.target.value),variant:"standard",fullWidth:!0}),e.jsx(s.Button,{variant:"outlined",sx:{minWidth:0,px:1},onClick:()=>this.setState({showSelectId:{context:"dialog_light"}}),children:e.jsx(o.MoreHoriz,{})}),e.jsx(s.TextField,{label:i.I18n.t("presence_lbl_light_lux"),type:"number",value:t.presence_light_lux,onChange:l=>this.setEditField("presence_light_lux",Number(l.target.value)),variant:"standard",sx:{width:150}})]})]})}),e.jsxs(s.DialogActions,{children:[e.jsx(s.Button,{variant:"contained",disabled:!this.isEditRowChanged(),onClick:()=>this.handleDialogSave(),startIcon:e.jsx(o.Check,{}),children:"OK"}),e.jsx(s.Button,{variant:"contained",onClick:()=>this.handleDialogClose(),startIcon:e.jsx(o.Close,{}),color:"inherit",children:i.I18n.t("presence_cancel")})]})]})}renderDeleteDialog(){if(this.state.deleteIndex===null)return null;const t=this.getRows()[this.state.deleteIndex];return e.jsxs(s.Dialog,{open:!0,onClose:()=>this.setState({deleteIndex:null}),children:[e.jsx(s.DialogTitle,{children:i.I18n.t("presence_delete_title")}),e.jsxs(s.DialogContent,{children:[i.I18n.t("presence_delete_confirm"),' "',(t==null?void 0:t.name)||(t==null?void 0:t.name_id),'"?']}),e.jsxs(s.DialogActions,{children:[e.jsx(s.Button,{onClick:()=>this.handleDeleteConfirm(),color:"error",children:i.I18n.t("presence_lbl_delete")}),e.jsx(s.Button,{onClick:()=>this.setState({deleteIndex:null}),children:i.I18n.t("presence_cancel")})]})]})}renderItem(){var a;const t=this.getRows(),n=((a=this.props.oContext)==null?void 0:a.themeType)==="dark";return e.jsxs("div",{style:{width:"100%"},children:[e.jsx(s.Fab,{size:"small",color:"primary",onClick:()=>this.handleAddNew(),sx:{mb:1},children:e.jsx(o.Add,{})}),e.jsx(s.TableContainer,{component:s.Paper,children:e.jsxs(s.Table,{size:"small",children:[e.jsx(s.TableHead,{children:e.jsxs(s.TableRow,{sx:{backgroundColor:"primary.main","& th":{color:"#fff",fontWeight:"bold"}},children:[e.jsx(s.TableCell,{sx:{width:50},children:i.I18n.t("presence_col_active")}),e.jsx(s.TableCell,{children:i.I18n.t("presence_col_name")}),e.jsx(s.TableCell,{children:"Object-ID"}),e.jsx(s.TableCell,{sx:{width:250},align:"right"})]})}),e.jsxs(s.TableBody,{children:[t.map((r,l)=>e.jsxs(s.TableRow,{sx:{"&:hover":{backgroundColor:n?"rgba(255,255,255,0.05)":"rgba(0,0,0,0.04)"}},children:[e.jsx(s.TableCell,{padding:"checkbox",children:e.jsx(s.Checkbox,{checked:r.enabled,onChange:()=>this.handleToggleEnabled(l),size:"small"})}),e.jsx(s.TableCell,{children:e.jsx(s.TextField,{value:r.name,onChange:d=>this.handleInlineEdit(l,"name",d.target.value),variant:"standard",size:"small",fullWidth:!0})}),e.jsx(s.TableCell,{children:e.jsxs(s.Box,{sx:{display:"flex",alignItems:"center",gap:.5},children:[e.jsx(s.TextField,{value:r.name_id,onChange:d=>this.handleInlineEdit(l,"name_id",d.target.value),variant:"standard",size:"small",fullWidth:!0}),e.jsx(s.Button,{variant:"outlined",size:"small",sx:{minWidth:0,px:.5},onClick:()=>this.setState({showSelectId:{context:"table",rowIndex:l}}),children:e.jsx(o.MoreHoriz,{fontSize:"small"})})]})}),e.jsxs(s.TableCell,{align:"right",sx:{whiteSpace:"nowrap"},children:[e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_insert"),children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleInsertAfter(l),children:e.jsx(o.Add,{fontSize:"small"})})}),e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_edit"),children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleEdit(l),children:e.jsx(o.Edit,{fontSize:"small"})})}),e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_copy"),children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleCopy(l),children:e.jsx(o.ContentCopy,{fontSize:"small"})})}),e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_up"),children:e.jsx("span",{children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleMoveUp(l),disabled:l===0,children:e.jsx(o.KeyboardArrowUp,{fontSize:"small"})})})}),e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_down"),children:e.jsx("span",{children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleMoveDown(l),disabled:l===t.length-1,children:e.jsx(o.KeyboardArrowDown,{fontSize:"small"})})})}),e.jsx(s.Tooltip,{title:i.I18n.t("presence_tt_delete"),children:e.jsx(s.IconButton,{size:"small",onClick:()=>this.handleDeleteRequest(l),color:"error",children:e.jsx(o.Delete,{fontSize:"small"})})})]})]},l)),t.length===0&&e.jsx(s.TableRow,{children:e.jsx(s.TableCell,{colSpan:4,align:"center",sx:{py:4,opacity:.5},children:i.I18n.t("presence_no_entries")})})]})]})}),this.renderEditDialog(),this.renderDeleteDialog(),this.renderSelectIdDialog()]})}}const S={PresenceTableComponent:f};export{S as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{C as o}from"./ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js";const{initPromise:t}=o,_=t.then(e=>e.loadShare("@emotion/react",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),r=await _.then(e=>e());var n=r;export{n as C};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{g as f}from"./_commonjsHelpers-CE1G-McA.js";import{C as i}from"./ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js";function s(e,a){for(var _=0;_<a.length;_++){const r=a[_];if(typeof r!="string"&&!Array.isArray(r)){for(const t in r)if(t!=="default"&&!(t in e)){const o=Object.getOwnPropertyDescriptor(r,t);o&&Object.defineProperty(e,t,o.get?o:{enumerable:!0,get:()=>r[t]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const{initPromise:m}=i,l=m.then(e=>e.loadShare("@iobroker/adapter-react-v5",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),c=await l.then(e=>e());var n=c;const u=f(n),g=s({__proto__:null,default:u},[n]);export{g as A,n as C};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{C as i}from"./ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js";import{g as s}from"./_commonjsHelpers-CE1G-McA.js";function m(e,a){for(var o=0;o<a.length;o++){const t=a[o];if(typeof t!="string"&&!Array.isArray(t)){for(const r in t)if(r!=="default"&&!(r in e)){const _=Object.getOwnPropertyDescriptor(t,r);_&&Object.defineProperty(e,r,_.get?_:{enumerable:!0,get:()=>t[r]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const{initPromise:f}=i,l=f.then(e=>e.loadShare("@mui/material",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),u=await l.then(e=>e());var C=u;const{initPromise:c}=i,d=c.then(e=>e.loadShare("@mui/icons-material",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),g=await d.then(e=>e());var n=g;const h=s(n),y=m({__proto__:null,default:h},[n]);export{C,y as I,n as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{g as i}from"./_commonjsHelpers-CE1G-McA.js";import{C as _}from"./ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__-Bvagtu1A.js";function f(e,n){for(var o=0;o<n.length;o++){const t=n[o];if(typeof t!="string"&&!Array.isArray(t)){for(const r in t)if(r!=="default"&&!(r in e)){const a=Object.getOwnPropertyDescriptor(t,r);a&&Object.defineProperty(e,r,a.get?a:{enumerable:!0,get:()=>t[r]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}const{initPromise:c}=_,l=c.then(e=>e.loadShare("react",{customShareInfo:{shareConfig:{singleton:!0,strictVersion:!1,requiredVersion:"*"}}})),m=await l.then(e=>e());var s=m;const u=i(s),d=f({__proto__:null,default:u},[s]);export{s as C,d as R,u as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _="__mf_init____mf__virtual/ConfigCustomAlarmSet__mf_v__runtimeInit__mf_v__.js__";if(!globalThis[_]){let i,t;const e=new Promise((m,o)=>{i=m,t=o});globalThis[_]={initPromise:e,initResolve:i,initReject:t}}var l=globalThis[_];export{l as C};
|