@openremote/or-rules 1.10.0-snapshot.20251022090930 → 1.10.0-snapshot.20251022155009
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/dist/umd/index.bundle.js +451 -451
- package/dist/umd/index.bundle.js.map +1 -1
- package/lib/flow-viewer/components/confirmation-dialog.d.ts +1 -0
- package/lib/flow-viewer/components/context-menu.d.ts +1 -0
- package/lib/flow-viewer/components/editor-workspace.d.ts +1 -0
- package/lib/flow-viewer/components/flow-editor.d.ts +1 -0
- package/lib/flow-viewer/components/flow-node-socket.d.ts +1 -0
- package/lib/flow-viewer/components/internal-picker.d.ts +1 -0
- package/lib/flow-viewer/components/node-menu-item.d.ts +1 -0
- package/lib/flow-viewer/components/node-panel.d.ts +1 -0
- package/lib/flow-viewer/components/notification-dialog.d.ts +1 -0
- package/lib/flow-viewer/components/popup-modal.d.ts +1 -0
- package/lib/flow-viewer/components/rule-browser.d.ts +1 -0
- package/lib/flow-viewer/components/selectable-element.d.ts +1 -0
- package/lib/flow-viewer/components/top-bar.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/json-viewer/forms/or-rule-form-email-message.d.ts +1 -0
- package/lib/json-viewer/forms/or-rule-form-localized.d.ts +1 -0
- package/lib/json-viewer/forms/or-rule-form-push-notification.d.ts +1 -0
- package/lib/json-viewer/modals/or-rule-alarm-modal.d.ts +1 -0
- package/lib/json-viewer/modals/or-rule-notification-modal.d.ts +1 -0
- package/lib/json-viewer/modals/or-rule-radial-modal.d.ts +1 -0
- package/lib/json-viewer/or-rule-action-attribute.d.ts +1 -0
- package/lib/json-viewer/or-rule-asset-query.d.ts +1 -0
- package/lib/json-viewer/or-rule-json-viewer.d.ts +1 -0
- package/lib/or-rule-group-viewer.d.ts +1 -0
- package/lib/or-rule-validity.d.ts +1 -0
- package/lib/or-rule-viewer.d.ts +1 -0
- package/package.json +11 -11
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
2
|
declare const ConfirmationDialog_base: (new (...args: any[]) => {
|
|
3
3
|
_i18nextJustInitialized: boolean;
|
|
4
|
+
_language: string;
|
|
4
5
|
connectedCallback(): void;
|
|
5
6
|
disconnectedCallback(): void;
|
|
6
7
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -2,6 +2,7 @@ import { LitElement } from "lit";
|
|
|
2
2
|
import { ContextMenuEntry } from "../models/context-menu-button";
|
|
3
3
|
declare const ContextMenu_base: (new (...args: any[]) => {
|
|
4
4
|
_i18nextJustInitialized: boolean;
|
|
5
|
+
_language: string;
|
|
5
6
|
connectedCallback(): void;
|
|
6
7
|
disconnectedCallback(): void;
|
|
7
8
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import { FlowEditor } from "./flow-editor";
|
|
|
4
4
|
import { Camera } from "../models/camera";
|
|
5
5
|
declare const EditorWorkspace_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -21,6 +21,7 @@ export declare const shortcuts: Shortcuts;
|
|
|
21
21
|
export declare const newIds: Set<string>;
|
|
22
22
|
declare const FlowEditor_base: (new (...args: any[]) => {
|
|
23
23
|
_i18nextJustInitialized: boolean;
|
|
24
|
+
_language: string;
|
|
24
25
|
connectedCallback(): void;
|
|
25
26
|
disconnectedCallback(): void;
|
|
26
27
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -2,6 +2,7 @@ import { LitElement } from "lit";
|
|
|
2
2
|
import { NodeSocket } from "@openremote/model";
|
|
3
3
|
declare const FlowNodeSocket_base: (new (...args: any[]) => {
|
|
4
4
|
_i18nextJustInitialized: boolean;
|
|
5
|
+
_language: string;
|
|
5
6
|
connectedCallback(): void;
|
|
6
7
|
disconnectedCallback(): void;
|
|
7
8
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -3,6 +3,7 @@ import { Node } from "@openremote/model";
|
|
|
3
3
|
import "@openremote/or-asset-tree";
|
|
4
4
|
declare const InternalPicker_base: (new (...args: any[]) => {
|
|
5
5
|
_i18nextJustInitialized: boolean;
|
|
6
|
+
_language: string;
|
|
6
7
|
connectedCallback(): void;
|
|
7
8
|
disconnectedCallback(): void;
|
|
8
9
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -2,6 +2,7 @@ import { LitElement } from "lit";
|
|
|
2
2
|
import { Node } from "@openremote/model";
|
|
3
3
|
declare const NodeMenuItem_base: (new (...args: any[]) => {
|
|
4
4
|
_i18nextJustInitialized: boolean;
|
|
5
|
+
_language: string;
|
|
5
6
|
connectedCallback(): void;
|
|
6
7
|
disconnectedCallback(): void;
|
|
7
8
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import { OrMwcDrawer } from "@openremote/or-mwc-components/or-mwc-drawer";
|
|
|
4
4
|
import { FlowEditor } from "./flow-editor";
|
|
5
5
|
declare const NodePanel_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
2
|
declare const NotificationDialog_base: (new (...args: any[]) => {
|
|
3
3
|
_i18nextJustInitialized: boolean;
|
|
4
|
+
_language: string;
|
|
4
5
|
connectedCallback(): void;
|
|
5
6
|
disconnectedCallback(): void;
|
|
6
7
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement, TemplateResult } from "lit";
|
|
2
2
|
declare const PopupModal_base: (new (...args: any[]) => {
|
|
3
3
|
_i18nextJustInitialized: boolean;
|
|
4
|
+
_language: string;
|
|
4
5
|
connectedCallback(): void;
|
|
5
6
|
disconnectedCallback(): void;
|
|
6
7
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
2
|
declare const RuleBrowser_base: (new (...args: any[]) => {
|
|
3
3
|
_i18nextJustInitialized: boolean;
|
|
4
|
+
_language: string;
|
|
4
5
|
connectedCallback(): void;
|
|
5
6
|
disconnectedCallback(): void;
|
|
6
7
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement } from "lit";
|
|
2
2
|
declare const SelectableElement_base: (new (...args: any[]) => {
|
|
3
3
|
_i18nextJustInitialized: boolean;
|
|
4
|
+
_language: string;
|
|
4
5
|
connectedCallback(): void;
|
|
5
6
|
disconnectedCallback(): void;
|
|
6
7
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -2,6 +2,7 @@ import { LitElement } from "lit";
|
|
|
2
2
|
import { FlowEditor } from "./flow-editor";
|
|
3
3
|
declare const TopBar_base: (new (...args: any[]) => {
|
|
4
4
|
_i18nextJustInitialized: boolean;
|
|
5
|
+
_language: string;
|
|
5
6
|
connectedCallback(): void;
|
|
6
7
|
disconnectedCallback(): void;
|
|
7
8
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
package/lib/index.d.ts
CHANGED
|
@@ -265,6 +265,7 @@ declare global {
|
|
|
265
265
|
export declare const style: import("lit").CSSResult;
|
|
266
266
|
declare const OrRules_base: (new (...args: any[]) => {
|
|
267
267
|
_i18nextJustInitialized: boolean;
|
|
268
|
+
_language: string;
|
|
268
269
|
connectedCallback(): void;
|
|
269
270
|
disconnectedCallback(): void;
|
|
270
271
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import "@openremote/or-mwc-components/or-mwc-input";
|
|
|
4
4
|
import { EmailNotificationMessage } from "@openremote/model";
|
|
5
5
|
declare const OrRuleFormEmailMessage_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -5,6 +5,7 @@ import "./or-rule-form-email-message";
|
|
|
5
5
|
import "./or-rule-form-push-notification";
|
|
6
6
|
declare const OrRuleFormLocalized_base: (new (...args: any[]) => {
|
|
7
7
|
_i18nextJustInitialized: boolean;
|
|
8
|
+
_language: string;
|
|
8
9
|
connectedCallback(): void;
|
|
9
10
|
disconnectedCallback(): void;
|
|
10
11
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import { OrInputChangedEvent } from "@openremote/or-mwc-components/or-mwc-input"
|
|
|
4
4
|
import { PushNotificationMessage } from "@openremote/model";
|
|
5
5
|
declare const OrRuleFormPushNotification_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -3,6 +3,7 @@ import { RuleActionAlarm, AssetQuery } from "@openremote/model";
|
|
|
3
3
|
import "@openremote/or-mwc-components/or-mwc-input";
|
|
4
4
|
declare const OrRuleAlarmModal_base: (new (...args: any[]) => {
|
|
5
5
|
_i18nextJustInitialized: boolean;
|
|
6
|
+
_language: string;
|
|
6
7
|
connectedCallback(): void;
|
|
7
8
|
disconnectedCallback(): void;
|
|
8
9
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -12,6 +12,7 @@ export declare class OrRulesNotificationModalOkEvent extends CustomEvent<void> {
|
|
|
12
12
|
}
|
|
13
13
|
declare const OrRuleNotificationModal_base: (new (...args: any[]) => {
|
|
14
14
|
_i18nextJustInitialized: boolean;
|
|
15
|
+
_language: string;
|
|
15
16
|
connectedCallback(): void;
|
|
16
17
|
disconnectedCallback(): void;
|
|
17
18
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import "@openremote/or-mwc-components/or-mwc-input";
|
|
|
4
4
|
import "@openremote/or-map";
|
|
5
5
|
declare const OrRuleRadialModal_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: import("lit").PropertyValues): any;
|
|
@@ -4,6 +4,7 @@ import { Asset, AssetTypeInfo, RuleActionUpdateAttribute, RuleActionWriteAttribu
|
|
|
4
4
|
import "@openremote/or-attribute-input";
|
|
5
5
|
declare const OrRuleActionAttribute_base: (new (...args: any[]) => {
|
|
6
6
|
_i18nextJustInitialized: boolean;
|
|
7
|
+
_language: string;
|
|
7
8
|
connectedCallback(): void;
|
|
8
9
|
disconnectedCallback(): void;
|
|
9
10
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -6,6 +6,7 @@ import "@openremote/or-attribute-input";
|
|
|
6
6
|
import "./modals/or-rule-radial-modal";
|
|
7
7
|
declare const OrRuleAssetQuery_base: (new (...args: any[]) => {
|
|
8
8
|
_i18nextJustInitialized: boolean;
|
|
9
|
+
_language: string;
|
|
9
10
|
connectedCallback(): void;
|
|
10
11
|
disconnectedCallback(): void;
|
|
11
12
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -16,6 +16,7 @@ declare global {
|
|
|
16
16
|
export declare function getTargetTypeMap(rule: JsonRule): [string, string?][];
|
|
17
17
|
declare const OrRuleJsonViewer_base: (new (...args: any[]) => {
|
|
18
18
|
_i18nextJustInitialized: boolean;
|
|
19
|
+
_language: string;
|
|
19
20
|
connectedCallback(): void;
|
|
20
21
|
disconnectedCallback(): void;
|
|
21
22
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -2,6 +2,7 @@ import { LitElement, PropertyValues } from "lit";
|
|
|
2
2
|
import { OrMwcInput } from "@openremote/or-mwc-components/or-mwc-input";
|
|
3
3
|
declare const OrRuleGroupViewer_base: (new (...args: any[]) => {
|
|
4
4
|
_i18nextJustInitialized: boolean;
|
|
5
|
+
_language: string;
|
|
5
6
|
connectedCallback(): void;
|
|
6
7
|
disconnectedCallback(): void;
|
|
7
8
|
shouldUpdate(changedProps: PropertyValues): any;
|
|
@@ -5,6 +5,7 @@ import { OrMwcDialog } from "@openremote/or-mwc-components/or-mwc-dialog";
|
|
|
5
5
|
import { ByWeekday, RRule } from 'rrule';
|
|
6
6
|
declare const OrRuleValidity_base: (new (...args: any[]) => {
|
|
7
7
|
_i18nextJustInitialized: boolean;
|
|
8
|
+
_language: string;
|
|
8
9
|
connectedCallback(): void;
|
|
9
10
|
disconnectedCallback(): void;
|
|
10
11
|
shouldUpdate(changedProps: PropertyValues): any;
|
package/lib/or-rule-viewer.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { OrMwcInput } from "@openremote/or-mwc-components/or-mwc-input";
|
|
|
10
10
|
export declare const style: import("lit").CSSResult;
|
|
11
11
|
declare const OrRuleViewer_base: (new (...args: any[]) => {
|
|
12
12
|
_i18nextJustInitialized: boolean;
|
|
13
|
+
_language: string;
|
|
13
14
|
connectedCallback(): void;
|
|
14
15
|
disconnectedCallback(): void;
|
|
15
16
|
shouldUpdate(changedProps: PropertyValues): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-rules",
|
|
3
|
-
"version": "1.10.0-snapshot.
|
|
3
|
+
"version": "1.10.0-snapshot.20251022155009",
|
|
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.10.0-snapshot.
|
|
22
|
-
"@openremote/model": "1.10.0-snapshot.
|
|
23
|
-
"@openremote/or-attribute-input": "1.10.0-snapshot.
|
|
24
|
-
"@openremote/or-components": "1.10.0-snapshot.
|
|
25
|
-
"@openremote/or-icon": "1.10.0-snapshot.
|
|
26
|
-
"@openremote/or-mwc-components": "1.10.0-snapshot.
|
|
27
|
-
"@openremote/or-translate": "1.10.0-snapshot.
|
|
28
|
-
"@openremote/or-tree-menu": "1.10.0-snapshot.
|
|
29
|
-
"@openremote/rest": "1.10.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.10.0-snapshot.20251022155009",
|
|
22
|
+
"@openremote/model": "1.10.0-snapshot.20251022155009",
|
|
23
|
+
"@openremote/or-attribute-input": "1.10.0-snapshot.20251022155009",
|
|
24
|
+
"@openremote/or-components": "1.10.0-snapshot.20251022155009",
|
|
25
|
+
"@openremote/or-icon": "1.10.0-snapshot.20251022155009",
|
|
26
|
+
"@openremote/or-mwc-components": "1.10.0-snapshot.20251022155009",
|
|
27
|
+
"@openremote/or-translate": "1.10.0-snapshot.20251022155009",
|
|
28
|
+
"@openremote/or-tree-menu": "1.10.0-snapshot.20251022155009",
|
|
29
|
+
"@openremote/rest": "1.10.0-snapshot.20251022155009",
|
|
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.10.0-snapshot.
|
|
40
|
+
"@openremote/util": "1.10.0-snapshot.20251022155009",
|
|
41
41
|
"@types/shortid": "^0.0.29"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|