@openremote/or-smart-notify 1.6.0 → 1.6.3
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/custom-elements.json +166 -2
- package/dist/umd/index.orbundle.js +2 -2
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -5,8 +5,172 @@
|
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "src/index.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "",
|
|
12
|
+
"name": "OrSmartNotify",
|
|
13
|
+
"members": [
|
|
14
|
+
{
|
|
15
|
+
"kind": "field",
|
|
16
|
+
"name": "onChange",
|
|
17
|
+
"type": {
|
|
18
|
+
"text": "any"
|
|
19
|
+
},
|
|
20
|
+
"privacy": "private",
|
|
21
|
+
"attribute": "onChange"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"kind": "field",
|
|
25
|
+
"name": "isVisible",
|
|
26
|
+
"type": {
|
|
27
|
+
"text": "boolean"
|
|
28
|
+
},
|
|
29
|
+
"privacy": "private",
|
|
30
|
+
"default": "false",
|
|
31
|
+
"attribute": "isVisible"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"kind": "field",
|
|
35
|
+
"name": "isActive",
|
|
36
|
+
"type": {
|
|
37
|
+
"text": "boolean"
|
|
38
|
+
},
|
|
39
|
+
"privacy": "private",
|
|
40
|
+
"default": "false",
|
|
41
|
+
"attribute": "isActive"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"kind": "field",
|
|
45
|
+
"name": "isDisabled",
|
|
46
|
+
"type": {
|
|
47
|
+
"text": "boolean"
|
|
48
|
+
},
|
|
49
|
+
"privacy": "private",
|
|
50
|
+
"default": "false",
|
|
51
|
+
"attribute": "isDisabled"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"kind": "field",
|
|
55
|
+
"name": "smartNotify",
|
|
56
|
+
"type": {
|
|
57
|
+
"text": "any"
|
|
58
|
+
},
|
|
59
|
+
"privacy": "private",
|
|
60
|
+
"default": "{}",
|
|
61
|
+
"attribute": "smartNotify"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"kind": "field",
|
|
65
|
+
"name": "currentTime",
|
|
66
|
+
"type": {
|
|
67
|
+
"text": "string"
|
|
68
|
+
},
|
|
69
|
+
"privacy": "private",
|
|
70
|
+
"default": "\"-\"",
|
|
71
|
+
"attribute": "currentTime"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"kind": "method",
|
|
75
|
+
"name": "getSmartNotify",
|
|
76
|
+
"privacy": "public"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"kind": "method",
|
|
80
|
+
"name": "checkSmartNotifyMarkers",
|
|
81
|
+
"privacy": "public"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"kind": "method",
|
|
85
|
+
"name": "setSmartNotify",
|
|
86
|
+
"privacy": "public",
|
|
87
|
+
"parameters": [
|
|
88
|
+
{
|
|
89
|
+
"name": "e",
|
|
90
|
+
"type": {
|
|
91
|
+
"text": "any"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "method",
|
|
98
|
+
"name": "close",
|
|
99
|
+
"privacy": "public"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"kind": "method",
|
|
103
|
+
"name": "toggleVisibility",
|
|
104
|
+
"privacy": "public"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"attributes": [
|
|
108
|
+
{
|
|
109
|
+
"name": "onChange",
|
|
110
|
+
"type": {
|
|
111
|
+
"text": "any"
|
|
112
|
+
},
|
|
113
|
+
"fieldName": "onChange"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "isVisible",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"default": "false",
|
|
121
|
+
"fieldName": "isVisible"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "isActive",
|
|
125
|
+
"type": {
|
|
126
|
+
"text": "boolean"
|
|
127
|
+
},
|
|
128
|
+
"default": "false",
|
|
129
|
+
"fieldName": "isActive"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "isDisabled",
|
|
133
|
+
"type": {
|
|
134
|
+
"text": "boolean"
|
|
135
|
+
},
|
|
136
|
+
"default": "false",
|
|
137
|
+
"fieldName": "isDisabled"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "smartNotify",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "any"
|
|
143
|
+
},
|
|
144
|
+
"default": "{}",
|
|
145
|
+
"fieldName": "smartNotify"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "currentTime",
|
|
149
|
+
"type": {
|
|
150
|
+
"text": "string"
|
|
151
|
+
},
|
|
152
|
+
"default": "\"-\"",
|
|
153
|
+
"fieldName": "currentTime"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"superclass": {
|
|
157
|
+
"name": "LitElement",
|
|
158
|
+
"package": "lit"
|
|
159
|
+
},
|
|
160
|
+
"tagName": "or-smart-notify",
|
|
161
|
+
"customElement": true
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"exports": [
|
|
165
|
+
{
|
|
166
|
+
"kind": "custom-element-definition",
|
|
167
|
+
"name": "or-smart-notify",
|
|
168
|
+
"declaration": {
|
|
169
|
+
"name": "OrSmartNotify",
|
|
170
|
+
"module": "src/index.ts"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
]
|
|
10
174
|
}
|
|
11
175
|
]
|
|
12
176
|
}
|