@openremote/or-rules 1.8.0-snapshot.20250818111451 → 1.8.0-snapshot.20250818131019
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var __decorate=this&&this.__decorate||function(t,e,o,i){var n
|
|
1
|
+
var __decorate=this&&this.__decorate||function(t,e,o,i){var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,o,i);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};import{LitElement as t,html as e,css as o}from"lit";import{customElement as i,property as r}from"lit/decorators.js";import{i18next as n,translate as a}from"@openremote/or-translate";import{InputType as c}from"@openremote/or-mwc-components/or-mwc-input";let NotificationDialog=class extends a(n)(t){constructor(){super(...arguments),this.buttonText=n.t("ok"),this.message=" "}static get styles(){return o`
|
|
2
2
|
.message{
|
|
3
3
|
width: 100%;
|
|
4
4
|
padding: 15px 5px 25px 5px;
|
|
@@ -16,8 +16,8 @@ var __decorate=this&&this.__decorate||function(t,e,o,i){var n,r=arguments.length
|
|
|
16
16
|
}`}render(){return e`
|
|
17
17
|
<div class="message">${this.message}</div>
|
|
18
18
|
<div class="container">
|
|
19
|
-
<or-mwc-input type="
|
|
20
|
-
@
|
|
19
|
+
<or-mwc-input type="${c.BUTTON}" unElevated label="${this.buttonText}"
|
|
20
|
+
@or-mwc-input-changed="${()=>{this.dispatchEvent(new CustomEvent("closed"))}}">
|
|
21
21
|
</or-mwc-input>
|
|
22
22
|
</div>
|
|
23
|
-
`}};__decorate([
|
|
23
|
+
`}};__decorate([r({type:String})],NotificationDialog.prototype,"buttonText",void 0),__decorate([r({type:String})],NotificationDialog.prototype,"message",void 0),NotificationDialog=__decorate([i("notification-dialog")],NotificationDialog);export{NotificationDialog};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification-dialog.js","sourceRoot":"","sources":["../../../src/flow-viewer/components/notification-dialog.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAE,QAAQ,EAAC,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"notification-dialog.js","sourceRoot":"","sources":["../../../src/flow-viewer/components/notification-dialog.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAE,QAAQ,EAAC,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,4CAA4C,CAAC;AAGhE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,SAAS,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC;IAA/D;;QACgC,eAAU,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QAC7B,YAAO,GAAG,GAAG,CAAC;IA+BrD,CAAC;IA7BU,MAAM,KAAK,MAAM;QACpB,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;UAeR,CAAC;IACP,CAAC;IAES,MAAM;QACZ,OAAO,IAAI,CAAA;+BACY,IAAI,CAAC,OAAO;;kCAET,SAAS,CAAC,MAAM,uBAAuB,IAAI,CAAC,UAAU;yCAC/C,GAAG,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;;;SAGxF,CAAC;IACN,CAAC;CACJ,CAAA;AAhCsC;IAAlC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sDAAqC;AAC7B;IAAlC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;mDAAsB;AAFxC,kBAAkB;IAD9B,aAAa,CAAC,qBAAqB,CAAC;GACxB,kBAAkB,CAiC9B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-rules",
|
|
3
|
-
"version": "1.8.0-snapshot.
|
|
3
|
+
"version": "1.8.0-snapshot.20250818131019",
|
|
4
4
|
"description": "OpenRemote rules related UI components",
|
|
5
5
|
"customElements": "custom-elements.json",
|
|
6
6
|
"main": "dist/umd/index.bundle.js",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"author": "OpenRemote",
|
|
19
19
|
"license": "AGPL-3.0-or-later",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@openremote/core": "1.8.0-snapshot.
|
|
22
|
-
"@openremote/model": "1.8.0-snapshot.
|
|
23
|
-
"@openremote/or-attribute-input": "1.8.0-snapshot.
|
|
24
|
-
"@openremote/or-components": "1.8.0-snapshot.
|
|
25
|
-
"@openremote/or-icon": "1.8.0-snapshot.
|
|
26
|
-
"@openremote/or-mwc-components": "1.8.0-snapshot.
|
|
27
|
-
"@openremote/or-translate": "1.8.0-snapshot.
|
|
28
|
-
"@openremote/or-tree-menu": "1.8.0-snapshot.
|
|
29
|
-
"@openremote/rest": "1.8.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.8.0-snapshot.20250818131019",
|
|
22
|
+
"@openremote/model": "1.8.0-snapshot.20250818131019",
|
|
23
|
+
"@openremote/or-attribute-input": "1.8.0-snapshot.20250818131019",
|
|
24
|
+
"@openremote/or-components": "1.8.0-snapshot.20250818131019",
|
|
25
|
+
"@openremote/or-icon": "1.8.0-snapshot.20250818131019",
|
|
26
|
+
"@openremote/or-mwc-components": "1.8.0-snapshot.20250818131019",
|
|
27
|
+
"@openremote/or-translate": "1.8.0-snapshot.20250818131019",
|
|
28
|
+
"@openremote/or-tree-menu": "1.8.0-snapshot.20250818131019",
|
|
29
|
+
"@openremote/rest": "1.8.0-snapshot.20250818131019",
|
|
30
30
|
"ace-builds": "^1.41.0",
|
|
31
31
|
"iso-639-1": "^3.1.3",
|
|
32
32
|
"linqts": "^1.12.6",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"shortid": "^2.2.15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@openremote/util": "1.8.0-snapshot.
|
|
40
|
+
"@openremote/util": "1.8.0-snapshot.20250818131019",
|
|
41
41
|
"@types/shortid": "^0.0.29"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|