Compare commits

...

5 Commits

2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-plc",
"description": "Strolch PLC WebComponents",
"version": "0.3.17",
"version": "0.3.22",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",
@ -17,11 +17,11 @@
"homepage": "https://github.com/strolch-li/strolch-wc-plc",
"ignore": [],
"dependencies": {
"strolchjs": "strolch-li/strolchjs#^0.5.1",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.4",
"strolch-wc-debounced-input": "strolch-li/strolch-wc-debounced-input#^0.1.2",
"strolch-wc-ws-observer": "strolch-li/strolch-wc-ws-observer#^0.2.9",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.14",
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"strolch-wc-debounced-input": "strolch-li/strolch-wc-debounced-input#^0.1.6",
"strolch-wc-ws-observer": "strolch-li/strolch-wc-ws-observer#^0.2.11",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.17",
"polymer": "Polymer/polymer#^1.12.0",

View File

@ -90,7 +90,7 @@
return;
}
this.fire("cx-show-info", {
this.fire("strolch-show-info", {
title: this.localize('confirmActionWarning'),
line1: this.localize('confirmActionWarningMsg'),
callback: function () {