iobroker.mywebui 1.37.15 → 1.37.16

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/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "mywebui",
4
- "version": "1.37.15",
4
+ "version": "1.37.16",
5
5
  "titleLang": {
6
6
  "en": "mywebui",
7
7
  "de": "mywebui",
@@ -294,7 +294,7 @@
294
294
  "color": "#c8ffe1",
295
295
  "order": 1
296
296
  },
297
- "installedFrom": "iobroker.mywebui@1.37.15"
297
+ "installedFrom": "iobroker.mywebui@1.37.16"
298
298
  },
299
299
  "native": {
300
300
  "licenseKey": ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.mywebui",
3
- "version": "1.37.15",
3
+ "version": "1.37.16",
4
4
  "description": "ioBroker mywebui - Custom edited mywebui by gokturk413",
5
5
  "type": "module",
6
6
  "main": "dist/backend/main.js",
@@ -1,5 +1,5 @@
1
1
  import { Connection } from "@iobroker/socket-client";
2
- import { TypedEvent, cssFromString } from "@node-projects/base-custom-webcomponent";
2
+ import { TypedEvent, cssFromString } from "@gokturk413/base-custom-webcomponent";
3
3
  import { sleep } from "../helper/Helper.js";
4
4
  import { generateCustomControl } from "../runtime/CustomControls.js";
5
5
  export class IobrokerHandler {
@@ -14,7 +14,7 @@ import { BindableObjectsBrowser } from '@gokturk413/web-component-designer-widge
14
14
  import { PanelContainer, PanelType } from 'dock-spawn-ts';
15
15
  import { configureDesigner } from './ConfigureWebcomponentDesigner.js';
16
16
  const serviceContainer = configureDesigner(bindingsHelper);
17
- import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from '@node-projects/base-custom-webcomponent';
17
+ import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from '@gokturk413/base-custom-webcomponent';
18
18
  import { CommandHandling } from './CommandHandling.js';
19
19
  import propertiesTypeInfo from "../generated/Properties.json" with { type: 'json' };
20
20
  import "../runtime/controls.js";
@@ -27,7 +27,7 @@ import { IobrokerWebuiScreenEditor } from './IobrokerWebuiScreenEditor.js';
27
27
  import { IobrokerWebuiConfirmationWrapper } from './IobrokerWebuiConfirmationWrapper.js';
28
28
  import { getPanelContainerForElement } from './DockHelper.js';
29
29
  import { IobrokerWebuiPropertyGrid } from './IobrokerWebuiPropertyGrid.js';
30
- import { typeInfoFromJsonSchema } from '@node-projects/propertygrid.webcomponent';
30
+ import { typeInfoFromJsonSchema } from '@gokturk413/propertygrid.webcomponent';
31
31
  import { openSelectIdDialog } from "@iobroker/webcomponent-selectid-dialog/dist/selectIdHelper.js";
32
32
  import "./IobrokerWebuiTranslationEditor.js";
33
33
  export class IobrokerWebuiAppShell extends BaseCustomWebComponentConstructorAppend {
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, TypedEvent, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, TypedEvent, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  export class IobrokerWebuiConfirmationWrapper extends BaseCustomWebComponentConstructorAppend {
3
3
  static style = css `
4
4
  #upper {
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  const notAllowedChars = '!"§$%&/()=?`´-:.,;<>|\\\'#+*°^';
3
3
  export class IobrokerWebuiControlPropertiesEditor extends BaseCustomWebComponentConstructorAppend {
4
4
  static style = css `
@@ -1,4 +1,4 @@
1
- import { DomHelper } from "@node-projects/base-custom-webcomponent";
1
+ import { DomHelper } from "@gokturk413/base-custom-webcomponent";
2
2
  import { EventAssignment } from "@gokturk413/web-component-designer-visualization-addons";
3
3
  import { IobrokerWebuiScreenEditor } from "./IobrokerWebuiScreenEditor.js";
4
4
  import { findExportFunctionDeclarations } from "../helper/EsprimaHelper.js";
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, html, css } from '@node-projects/base-custom-webcomponent';
1
+ import { BaseCustomWebComponentConstructorAppend, html, css } from '@gokturk413/base-custom-webcomponent';
2
2
  import { iobrokerHandler } from '../common/IobrokerHandler.js';
3
3
  import { dragDropFormatNameElementDefinition, dragDropFormatNamePropertyGrid } from '@gokturk413/web-component-designer';
4
4
  export class IobrokerWebuiIconsView extends BaseCustomWebComponentConstructorAppend {
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  import { sleep } from "@gokturk413/web-component-designer";
3
3
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
4
4
  export class IobrokerWebuiMonacoEditor extends BaseCustomWebComponentConstructorAppend {
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  import { DocumentContainer, PropertiesHelper, } from "@gokturk413/web-component-designer";
3
3
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
4
4
  export const defaultNewStyle = `:host {
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, html, css } from '@node-projects/base-custom-webcomponent';
1
+ import { BaseCustomWebComponentConstructorAppend, html, css } from '@gokturk413/base-custom-webcomponent';
2
2
  import { iobrokerHandler } from '../common/IobrokerHandler.js';
3
3
  import { dragDropFormatNameElementDefinition } from '@gokturk413/web-component-designer';
4
4
  import { ScreenViewer } from '../runtime/ScreenViewer.js';
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, LazyLoader, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  import { dragDropFormatNameBindingObject, dragDropFormatNameElementDefinition, ContextMenu, sleep, dragDropFormatNamePropertyGrid, PropertiesHelper, copyTextToClipboard, NamedTools } from "@gokturk413/web-component-designer";
3
3
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
4
4
  import { exportData, openFileDialog } from "../helper/Helper.js";
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, css, html } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, css, html } from "@gokturk413/base-custom-webcomponent";
2
2
  export class IoBrokerWebuiDialog extends BaseCustomWebComponentConstructorAppend {
3
3
  container;
4
4
  uniqueId;
@@ -1,4 +1,4 @@
1
- import { BaseCustomWebComponentConstructorAppend, css, cssFromString } from "@node-projects/base-custom-webcomponent";
1
+ import { BaseCustomWebComponentConstructorAppend, css, cssFromString } from "@gokturk413/base-custom-webcomponent";
2
2
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
3
3
  import { PropertiesHelper } from "@gokturk413/web-component-designer/dist/elements/services/propertiesService/services/PropertiesHelper.js";
4
4
  import { visibilityService } from "./VisibilityService.js";
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from "tslib";
2
- import { BaseCustomWebComponentConstructorAppend, css, customElement, html, property } from "@node-projects/base-custom-webcomponent";
2
+ import { BaseCustomWebComponentConstructorAppend, css, customElement, html, property } from "@gokturk413/base-custom-webcomponent";
3
3
  let HabPanelLikeMenu = class HabPanelLikeMenu extends BaseCustomWebComponentConstructorAppend {
4
4
  static style = css `
5
5
  :host {
@@ -1,6 +1,6 @@
1
1
  var ScreenViewer_1;
2
2
  import { __decorate } from "tslib";
3
- import { BaseCustomWebComponentConstructorAppend, css, cssFromString, customElement, DomHelper, html, property } from "@node-projects/base-custom-webcomponent";
3
+ import { BaseCustomWebComponentConstructorAppend, css, cssFromString, customElement, DomHelper, html, property } from "@gokturk413/base-custom-webcomponent";
4
4
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
5
5
  import { convertCssUnitToPixel } from "@gokturk413/web-component-designer/dist/elements/helper/CssUnitConverter.js";
6
6
  import { isFirefox } from "@gokturk413/web-component-designer/dist/elements/helper/Browser.js";
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from "tslib";
2
- import { BaseCustomWebComponentConstructorAppend, DomHelper, css, customElement } from "@node-projects/base-custom-webcomponent";
2
+ import { BaseCustomWebComponentConstructorAppend, DomHelper, css, customElement } from "@gokturk413/base-custom-webcomponent";
3
3
  import { iobrokerHandler } from "../common/IobrokerHandler.js";
4
4
  let TranslateableText = class TranslateableText extends BaseCustomWebComponentConstructorAppend {
5
5
  static style = css `
@@ -1,5 +1,5 @@
1
1
  import { iobrokerHandler } from '../common/IobrokerHandler.js';
2
- import { LazyLoader } from '@node-projects/base-custom-webcomponent';
2
+ import { LazyLoader } from '@gokturk413/base-custom-webcomponent';
3
3
  import { BindingsHelper } from '@gokturk413/web-component-designer-visualization-addons/dist/helpers/BindingsHelper.js';
4
4
  import { IobrokerWebuiScriptSystem } from '../scripting/IobrokerWebuiScriptSystem.js';
5
5
  //@ts-ignore
@@ -1,4 +1,4 @@
1
- import { DomHelper } from "@node-projects/base-custom-webcomponent";
1
+ import { DomHelper } from "@gokturk413/base-custom-webcomponent";
2
2
  import { IobrokerWebuiScreenEditor } from "../config/IobrokerWebuiScreenEditor.js";
3
3
  export class IobrokerWebuiConfigButtonProvider {
4
4
  constructor() { }
@@ -1,4 +1,4 @@
1
- import { DomHelper } from "@node-projects/base-custom-webcomponent";
1
+ import { DomHelper } from "@gokturk413/base-custom-webcomponent";
2
2
  import { ScreenViewer } from "../runtime/ScreenViewer.js";
3
3
  export class IobrokerWebuiDemoProviderService {
4
4
  async provideDemo(container, serviceContainer, instanceServiceContainer, code) {
@@ -31,6 +31,10 @@ const importMapConfig = {
31
31
  "@gokturk413/web-component-designer-visualization-addons": "./node_modules/@gokturk413/web-component-designer-visualization-addons/dist/index.js",
32
32
  "@gokturk413/web-component-designer-codeview-monaco": "./node_modules/@gokturk413/web-component-designer-codeview-monaco/dist/widgets/codeView/code-view-monaco.js",
33
33
  "@gokturk413/web-component-designer-htmlparserservice-nodehtmlparser": "./node_modules/@gokturk413/web-component-designer-htmlparserservice-nodehtmlparser/dist/service/htmlParserService/NodeHtmlParserService.js",
34
+ "@gokturk413/base-custom-webcomponent": "./node_modules/@node-projects/base-custom-webcomponent/dist/index-min.js",
35
+ "@gokturk413/base-custom-webcomponent/": "./node_modules/@node-projects/base-custom-webcomponent/",
36
+ "@gokturk413/propertygrid.webcomponent": "./node_modules/@node-projects/propertygrid.webcomponent/dist/index.js",
37
+ "@gokturk413/propertygrid.webcomponent/": "./node_modules/@node-projects/propertygrid.webcomponent/",
34
38
  "@gokturk413/": "./node_modules/@gokturk413/",
35
39
  "@iobroker/socket-client/": "./node_modules/@iobroker/socket-client/",
36
40
  "@iobroker/socket-client": "./node_modules/@iobroker/socket-client/dist/esm/index.js",
@@ -9,6 +9,10 @@ const importMapRuntime = {
9
9
  "@gokturk413/": "./node_modules/@gokturk413/",
10
10
  "@gokturk413/web-component-designer": "./node_modules/@gokturk413/web-component-designer/dist/index.js",
11
11
  "@gokturk413/web-component-designer-visualization-addons": "./node_modules/@gokturk413/web-component-designer-visualization-addons/dist/index.js",
12
+ "@gokturk413/base-custom-webcomponent": "./node_modules/@node-projects/base-custom-webcomponent/dist/index.js",
13
+ "@gokturk413/base-custom-webcomponent/": "./node_modules/@node-projects/base-custom-webcomponent/",
14
+ "@gokturk413/propertygrid.webcomponent": "./node_modules/@node-projects/propertygrid.webcomponent/dist/index.js",
15
+ "@gokturk413/propertygrid.webcomponent/": "./node_modules/@node-projects/propertygrid.webcomponent/",
12
16
  "@iobroker/socket-client/": "./node_modules/@iobroker/socket-client/",
13
17
  "@iobroker/socket-client": "./node_modules/@iobroker/socket-client/dist/esm/index.js",
14
18
  "tslib": "./node_modules/tslib/tslib.es6.mjs",