@openremote/or-app 1.6.0-snapshot.20250512145140 → 1.6.0-snapshot.20250512155842

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.
Files changed (2) hide show
  1. package/custom-elements.json +1027 -0
  2. package/package.json +17 -16
@@ -0,0 +1,1027 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "typedoc.js",
8
+ "declarations": [],
9
+ "exports": []
10
+ },
11
+ {
12
+ "kind": "javascript-module",
13
+ "path": "src/app.ts",
14
+ "declarations": [
15
+ {
16
+ "kind": "variable",
17
+ "name": "{updatePage, updateDrawer, scrollToTop, updateRealm, setOffline, setVisibility}"
18
+ },
19
+ {
20
+ "kind": "variable",
21
+ "name": "appReducer"
22
+ }
23
+ ],
24
+ "exports": [
25
+ {
26
+ "kind": "js",
27
+ "name": "{updatePage, updateDrawer, scrollToTop, updateRealm, setOffline, setVisibility}",
28
+ "declaration": {
29
+ "name": "{updatePage, updateDrawer, scrollToTop, updateRealm, setOffline, setVisibility}",
30
+ "module": "src/app.ts"
31
+ }
32
+ },
33
+ {
34
+ "kind": "js",
35
+ "name": "appReducer",
36
+ "declaration": {
37
+ "name": "appReducer",
38
+ "module": "src/app.ts"
39
+ }
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "kind": "javascript-module",
45
+ "path": "src/index.ts",
46
+ "declarations": [
47
+ {
48
+ "kind": "variable",
49
+ "name": "DefaultLogo"
50
+ },
51
+ {
52
+ "kind": "variable",
53
+ "name": "DefaultMobileLogo"
54
+ },
55
+ {
56
+ "kind": "variable",
57
+ "name": "DefaultFavIcon"
58
+ },
59
+ {
60
+ "kind": "function",
61
+ "name": "getDefaultManagerConfig"
62
+ },
63
+ {
64
+ "kind": "class",
65
+ "description": "",
66
+ "name": "OrApp",
67
+ "members": [
68
+ {
69
+ "kind": "field",
70
+ "name": "appConfig",
71
+ "type": {
72
+ "text": "AppConfig<S> | undefined"
73
+ },
74
+ "privacy": "public"
75
+ },
76
+ {
77
+ "kind": "field",
78
+ "name": "appConfigProvider",
79
+ "type": {
80
+ "text": "(manager: Manager) => AppConfig<S> | undefined"
81
+ },
82
+ "privacy": "public"
83
+ },
84
+ {
85
+ "kind": "field",
86
+ "name": "managerConfig",
87
+ "type": {
88
+ "text": "ManagerConfig | undefined"
89
+ },
90
+ "privacy": "public"
91
+ },
92
+ {
93
+ "kind": "field",
94
+ "name": "_mainElem",
95
+ "type": {
96
+ "text": "HTMLElement"
97
+ },
98
+ "privacy": "protected"
99
+ },
100
+ {
101
+ "kind": "field",
102
+ "name": "_initialised",
103
+ "type": {
104
+ "text": "boolean"
105
+ },
106
+ "privacy": "protected",
107
+ "default": "false"
108
+ },
109
+ {
110
+ "kind": "field",
111
+ "name": "_page",
112
+ "type": {
113
+ "text": "string | undefined"
114
+ },
115
+ "privacy": "protected"
116
+ },
117
+ {
118
+ "kind": "field",
119
+ "name": "_config",
120
+ "type": {
121
+ "text": "RealmAppConfig"
122
+ },
123
+ "privacy": "protected"
124
+ },
125
+ {
126
+ "kind": "field",
127
+ "name": "_realm",
128
+ "type": {
129
+ "text": "string | undefined"
130
+ },
131
+ "privacy": "protected"
132
+ },
133
+ {
134
+ "kind": "field",
135
+ "name": "_offline",
136
+ "type": {
137
+ "text": "boolean"
138
+ },
139
+ "privacy": "protected",
140
+ "default": "false"
141
+ },
142
+ {
143
+ "kind": "field",
144
+ "name": "_showOfflineFallback",
145
+ "type": {
146
+ "text": "boolean"
147
+ },
148
+ "privacy": "protected",
149
+ "default": "false"
150
+ },
151
+ {
152
+ "kind": "field",
153
+ "name": "_activeMenu",
154
+ "type": {
155
+ "text": "string | undefined"
156
+ },
157
+ "privacy": "protected"
158
+ },
159
+ {
160
+ "kind": "field",
161
+ "name": "_onEvent",
162
+ "privacy": "protected"
163
+ },
164
+ {
165
+ "kind": "field",
166
+ "name": "_onVisibilityChanged",
167
+ "privacy": "protected"
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "_realms",
172
+ "type": {
173
+ "text": "Realm[]"
174
+ },
175
+ "privacy": "protected"
176
+ },
177
+ {
178
+ "kind": "field",
179
+ "name": "_offlineFallbackDeferred",
180
+ "type": {
181
+ "text": "Util.Deferred<void> | undefined"
182
+ },
183
+ "privacy": "protected"
184
+ },
185
+ {
186
+ "kind": "field",
187
+ "name": "_store",
188
+ "type": {
189
+ "text": "Store<S, AnyAction>"
190
+ },
191
+ "privacy": "protected",
192
+ "default": "store"
193
+ },
194
+ {
195
+ "kind": "field",
196
+ "name": "_storeUnsubscribe",
197
+ "type": {
198
+ "text": "Unsubscribe"
199
+ },
200
+ "privacy": "protected"
201
+ },
202
+ {
203
+ "kind": "field",
204
+ "name": "styles",
205
+ "static": true,
206
+ "readonly": true
207
+ },
208
+ {
209
+ "kind": "method",
210
+ "name": "getState",
211
+ "privacy": "public",
212
+ "return": {
213
+ "type": {
214
+ "text": "S"
215
+ }
216
+ }
217
+ },
218
+ {
219
+ "kind": "method",
220
+ "name": "_handleVisibilityChange",
221
+ "privacy": "protected",
222
+ "parameters": [
223
+ {
224
+ "name": "ev",
225
+ "type": {
226
+ "text": "Event"
227
+ }
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "kind": "method",
233
+ "name": "firstUpdated",
234
+ "privacy": "protected",
235
+ "return": {
236
+ "type": {
237
+ "text": "void"
238
+ }
239
+ },
240
+ "parameters": [
241
+ {
242
+ "name": "_changedProperties",
243
+ "type": {
244
+ "text": "Map<PropertyKey, unknown>"
245
+ }
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "kind": "method",
251
+ "name": "updated",
252
+ "privacy": "protected",
253
+ "parameters": [
254
+ {
255
+ "name": "changedProps",
256
+ "type": {
257
+ "text": "PropertyValues"
258
+ }
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "kind": "method",
264
+ "name": "shouldUpdate",
265
+ "privacy": "protected",
266
+ "return": {
267
+ "type": {
268
+ "text": "boolean"
269
+ }
270
+ },
271
+ "parameters": [
272
+ {
273
+ "name": "changedProps",
274
+ "type": {
275
+ "text": "PropertyValues"
276
+ }
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "kind": "method",
282
+ "name": "render",
283
+ "privacy": "protected",
284
+ "return": {
285
+ "type": {
286
+ "text": "TemplateResult | void"
287
+ }
288
+ }
289
+ },
290
+ {
291
+ "kind": "method",
292
+ "name": "stateChanged",
293
+ "privacy": "public",
294
+ "parameters": [
295
+ {
296
+ "name": "state",
297
+ "type": {
298
+ "text": "AppStateKeyed"
299
+ }
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "kind": "method",
305
+ "name": "_handleEvent",
306
+ "privacy": "protected",
307
+ "parameters": [
308
+ {
309
+ "name": "event",
310
+ "type": {
311
+ "text": "OREvent"
312
+ }
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "kind": "method",
318
+ "name": "_startOfflineFallbackTimer",
319
+ "privacy": "protected",
320
+ "return": {
321
+ "type": {
322
+ "text": "void"
323
+ }
324
+ },
325
+ "parameters": [
326
+ {
327
+ "name": "force",
328
+ "default": "false"
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "kind": "method",
334
+ "name": "_completeOfflineFallbackTimer",
335
+ "privacy": "protected",
336
+ "parameters": [
337
+ {
338
+ "name": "aborted",
339
+ "default": "false"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "kind": "method",
345
+ "name": "logout",
346
+ "privacy": "public"
347
+ },
348
+ {
349
+ "kind": "method",
350
+ "name": "setLanguage",
351
+ "privacy": "public",
352
+ "parameters": [
353
+ {
354
+ "name": "lang",
355
+ "type": {
356
+ "text": "string"
357
+ }
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "kind": "method",
363
+ "name": "showLanguageModal",
364
+ "privacy": "public"
365
+ },
366
+ {
367
+ "kind": "method",
368
+ "name": "doAppConfigInit",
369
+ "privacy": "protected"
370
+ },
371
+ {
372
+ "kind": "method",
373
+ "name": "doBasicLogin",
374
+ "privacy": "protected",
375
+ "return": {
376
+ "type": {
377
+ "text": "PromiseLike<BasicLoginResult>"
378
+ }
379
+ },
380
+ "parameters": [
381
+ {
382
+ "name": "username",
383
+ "type": {
384
+ "text": "string | undefined"
385
+ }
386
+ },
387
+ {
388
+ "name": "password",
389
+ "type": {
390
+ "text": "string | undefined"
391
+ }
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "kind": "method",
397
+ "name": "updateWindowTitle",
398
+ "privacy": "protected"
399
+ },
400
+ {
401
+ "kind": "method",
402
+ "name": "_getConfig",
403
+ "privacy": "protected",
404
+ "return": {
405
+ "type": {
406
+ "text": "RealmAppConfig"
407
+ }
408
+ }
409
+ },
410
+ {
411
+ "kind": "field",
412
+ "name": "DialogHostElement",
413
+ "default": "this"
414
+ }
415
+ ],
416
+ "superclass": {
417
+ "name": "LitElement",
418
+ "package": "lit"
419
+ },
420
+ "customElement": true
421
+ }
422
+ ],
423
+ "exports": [
424
+ {
425
+ "kind": "js",
426
+ "name": "DefaultLogo",
427
+ "declaration": {
428
+ "name": "DefaultLogo",
429
+ "module": "src/index.ts"
430
+ }
431
+ },
432
+ {
433
+ "kind": "js",
434
+ "name": "DefaultMobileLogo",
435
+ "declaration": {
436
+ "name": "DefaultMobileLogo",
437
+ "module": "src/index.ts"
438
+ }
439
+ },
440
+ {
441
+ "kind": "js",
442
+ "name": "DefaultFavIcon",
443
+ "declaration": {
444
+ "name": "DefaultFavIcon",
445
+ "module": "src/index.ts"
446
+ }
447
+ },
448
+ {
449
+ "kind": "js",
450
+ "name": "AnyAction",
451
+ "declaration": {
452
+ "name": "AnyAction",
453
+ "module": "src/index.ts"
454
+ }
455
+ },
456
+ {
457
+ "kind": "js",
458
+ "name": "*",
459
+ "declaration": {
460
+ "name": "*",
461
+ "package": "\"./app\""
462
+ }
463
+ },
464
+ {
465
+ "kind": "js",
466
+ "name": "*",
467
+ "declaration": {
468
+ "name": "*",
469
+ "package": "\"./or-header\""
470
+ }
471
+ },
472
+ {
473
+ "kind": "js",
474
+ "name": "*",
475
+ "declaration": {
476
+ "name": "*",
477
+ "package": "\"./types\""
478
+ }
479
+ },
480
+ {
481
+ "kind": "js",
482
+ "name": "HeaderConfig",
483
+ "declaration": {
484
+ "name": "HeaderConfig",
485
+ "module": "src/index.ts"
486
+ }
487
+ },
488
+ {
489
+ "kind": "js",
490
+ "name": "DEFAULT_LANGUAGES",
491
+ "declaration": {
492
+ "name": "DEFAULT_LANGUAGES",
493
+ "module": "src/index.ts"
494
+ }
495
+ },
496
+ {
497
+ "kind": "js",
498
+ "name": "getDefaultManagerConfig",
499
+ "declaration": {
500
+ "name": "getDefaultManagerConfig",
501
+ "module": "src/index.ts"
502
+ }
503
+ },
504
+ {
505
+ "kind": "js",
506
+ "name": "OrApp",
507
+ "declaration": {
508
+ "name": "OrApp",
509
+ "module": "src/index.ts"
510
+ }
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "kind": "javascript-module",
516
+ "path": "src/or-header.ts",
517
+ "declarations": [
518
+ {
519
+ "kind": "class",
520
+ "description": "",
521
+ "name": "OrHeader",
522
+ "members": [
523
+ {
524
+ "kind": "field",
525
+ "name": "styles",
526
+ "static": true,
527
+ "readonly": true
528
+ },
529
+ {
530
+ "kind": "field",
531
+ "name": "realms",
532
+ "type": {
533
+ "text": "Realm[]"
534
+ },
535
+ "privacy": "public"
536
+ },
537
+ {
538
+ "kind": "field",
539
+ "name": "realm",
540
+ "type": {
541
+ "text": "string"
542
+ },
543
+ "privacy": "public"
544
+ },
545
+ {
546
+ "kind": "field",
547
+ "name": "store",
548
+ "type": {
549
+ "text": "Store<AppStateKeyed, AnyAction>"
550
+ },
551
+ "privacy": "public"
552
+ },
553
+ {
554
+ "kind": "field",
555
+ "name": "logo",
556
+ "type": {
557
+ "text": "string | undefined"
558
+ },
559
+ "privacy": "public"
560
+ },
561
+ {
562
+ "kind": "field",
563
+ "name": "logoMobile",
564
+ "type": {
565
+ "text": "string | undefined"
566
+ },
567
+ "privacy": "public"
568
+ },
569
+ {
570
+ "kind": "field",
571
+ "name": "config",
572
+ "type": {
573
+ "text": "HeaderConfig | undefined"
574
+ },
575
+ "privacy": "public"
576
+ },
577
+ {
578
+ "kind": "field",
579
+ "name": "_mobileBottomDiv",
580
+ "type": {
581
+ "text": "HTMLDivElement"
582
+ },
583
+ "privacy": "protected"
584
+ },
585
+ {
586
+ "kind": "field",
587
+ "name": "activeMenu",
588
+ "type": {
589
+ "text": "string | undefined"
590
+ },
591
+ "privacy": "public"
592
+ },
593
+ {
594
+ "kind": "field",
595
+ "name": "_drawerOpened",
596
+ "type": {
597
+ "text": "boolean"
598
+ },
599
+ "privacy": "private",
600
+ "default": "false"
601
+ },
602
+ {
603
+ "kind": "field",
604
+ "name": "alarmButton",
605
+ "type": {
606
+ "text": "string"
607
+ },
608
+ "privacy": "private",
609
+ "default": "'bell-outline'"
610
+ },
611
+ {
612
+ "kind": "field",
613
+ "name": "alarmColor",
614
+ "type": {
615
+ "text": "string"
616
+ },
617
+ "privacy": "private",
618
+ "default": "'--or-app-color3, ${unsafeCSS(DefaultColor3)}'"
619
+ },
620
+ {
621
+ "kind": "field",
622
+ "name": "_eventSubscriptionId",
623
+ "type": {
624
+ "text": "string | undefined"
625
+ },
626
+ "privacy": "private"
627
+ },
628
+ {
629
+ "kind": "method",
630
+ "name": "_onRealmSelect",
631
+ "privacy": "public",
632
+ "parameters": [
633
+ {
634
+ "name": "realm",
635
+ "type": {
636
+ "text": "string"
637
+ }
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "kind": "method",
643
+ "name": "shouldUpdate",
644
+ "privacy": "protected",
645
+ "return": {
646
+ "type": {
647
+ "text": "boolean"
648
+ }
649
+ },
650
+ "parameters": [
651
+ {
652
+ "name": "changedProperties",
653
+ "type": {
654
+ "text": "PropertyValues"
655
+ }
656
+ }
657
+ ]
658
+ },
659
+ {
660
+ "kind": "method",
661
+ "name": "_subscribeEvents",
662
+ "privacy": "protected"
663
+ },
664
+ {
665
+ "kind": "method",
666
+ "name": "_unsubscribeEvents",
667
+ "privacy": "protected"
668
+ },
669
+ {
670
+ "kind": "method",
671
+ "name": "render",
672
+ "privacy": "protected"
673
+ },
674
+ {
675
+ "kind": "method",
676
+ "name": "_getRealmMenu",
677
+ "privacy": "protected",
678
+ "return": {
679
+ "type": {
680
+ "text": "TemplateResult"
681
+ }
682
+ },
683
+ "parameters": [
684
+ {
685
+ "name": "callback",
686
+ "type": {
687
+ "text": "(realm: string) => void"
688
+ }
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "kind": "method",
694
+ "name": "_getAlarmButton",
695
+ "privacy": "protected"
696
+ },
697
+ {
698
+ "kind": "method",
699
+ "name": "_onSecondaryMenuSelect",
700
+ "privacy": "protected",
701
+ "parameters": [
702
+ {
703
+ "name": "value",
704
+ "type": {
705
+ "text": "string"
706
+ }
707
+ }
708
+ ]
709
+ },
710
+ {
711
+ "kind": "method",
712
+ "name": "_onHeaderItemSelect",
713
+ "privacy": "protected",
714
+ "parameters": [
715
+ {
716
+ "name": "headerItem",
717
+ "type": {
718
+ "text": "HeaderItem"
719
+ }
720
+ }
721
+ ]
722
+ },
723
+ {
724
+ "kind": "method",
725
+ "name": "_closeDrawer",
726
+ "privacy": "protected"
727
+ },
728
+ {
729
+ "kind": "method",
730
+ "name": "_toggleDrawer",
731
+ "privacy": "protected"
732
+ }
733
+ ],
734
+ "superclass": {
735
+ "name": "LitElement",
736
+ "package": "lit"
737
+ },
738
+ "customElement": true
739
+ }
740
+ ],
741
+ "exports": [
742
+ {
743
+ "kind": "js",
744
+ "name": "DEFAULT_LANGUAGES",
745
+ "declaration": {
746
+ "name": "DEFAULT_LANGUAGES",
747
+ "module": "src/or-header.ts"
748
+ }
749
+ },
750
+ {
751
+ "kind": "js",
752
+ "name": "Languages",
753
+ "declaration": {
754
+ "name": "Languages",
755
+ "module": "src/or-header.ts"
756
+ }
757
+ },
758
+ {
759
+ "kind": "js",
760
+ "name": "OrHeader",
761
+ "declaration": {
762
+ "name": "OrHeader",
763
+ "module": "src/or-header.ts"
764
+ }
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "kind": "javascript-module",
770
+ "path": "src/page-offline.ts",
771
+ "declarations": [
772
+ {
773
+ "kind": "function",
774
+ "name": "pageOfflineProvider",
775
+ "return": {
776
+ "type": {
777
+ "text": "PageProvider<AppStateKeyed>"
778
+ }
779
+ },
780
+ "parameters": [
781
+ {
782
+ "name": "store",
783
+ "type": {
784
+ "text": "Store<AppStateKeyed>"
785
+ }
786
+ }
787
+ ]
788
+ },
789
+ {
790
+ "kind": "class",
791
+ "description": "",
792
+ "name": "PageOffline",
793
+ "members": [
794
+ {
795
+ "kind": "field",
796
+ "name": "styles",
797
+ "static": true,
798
+ "readonly": true
799
+ },
800
+ {
801
+ "kind": "method",
802
+ "name": "stateChanged",
803
+ "return": {
804
+ "type": {
805
+ "text": "void"
806
+ }
807
+ },
808
+ "parameters": [
809
+ {
810
+ "name": "state",
811
+ "type": {
812
+ "text": "AppStateKeyed"
813
+ }
814
+ }
815
+ ],
816
+ "privacy": "public",
817
+ "inheritedFrom": {
818
+ "name": "Page",
819
+ "module": "src/types.ts"
820
+ }
821
+ },
822
+ {
823
+ "kind": "method",
824
+ "name": "render",
825
+ "privacy": "protected",
826
+ "return": {
827
+ "type": {
828
+ "text": "TemplateResult"
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "kind": "field",
834
+ "name": "name",
835
+ "type": {
836
+ "text": "string"
837
+ },
838
+ "readonly": true,
839
+ "inheritedFrom": {
840
+ "name": "Page",
841
+ "module": "src/types.ts"
842
+ }
843
+ },
844
+ {
845
+ "kind": "field",
846
+ "name": "_store",
847
+ "type": {
848
+ "text": "Store<S, AnyAction>"
849
+ },
850
+ "privacy": "protected",
851
+ "default": "store",
852
+ "inheritedFrom": {
853
+ "name": "Page",
854
+ "module": "src/types.ts"
855
+ }
856
+ },
857
+ {
858
+ "kind": "field",
859
+ "name": "_storeUnsubscribe",
860
+ "type": {
861
+ "text": "Unsubscribe"
862
+ },
863
+ "privacy": "protected",
864
+ "inheritedFrom": {
865
+ "name": "Page",
866
+ "module": "src/types.ts"
867
+ }
868
+ },
869
+ {
870
+ "kind": "field",
871
+ "name": "onRefresh",
872
+ "type": {
873
+ "text": "() => void | undefined"
874
+ },
875
+ "inheritedFrom": {
876
+ "name": "Page",
877
+ "module": "src/types.ts"
878
+ }
879
+ },
880
+ {
881
+ "kind": "method",
882
+ "name": "getState",
883
+ "privacy": "protected",
884
+ "return": {
885
+ "type": {
886
+ "text": "S"
887
+ }
888
+ },
889
+ "inheritedFrom": {
890
+ "name": "Page",
891
+ "module": "src/types.ts"
892
+ }
893
+ }
894
+ ],
895
+ "superclass": {
896
+ "name": "Page",
897
+ "module": "/src/types"
898
+ }
899
+ }
900
+ ],
901
+ "exports": [
902
+ {
903
+ "kind": "js",
904
+ "name": "pageOfflineProvider",
905
+ "declaration": {
906
+ "name": "pageOfflineProvider",
907
+ "module": "src/page-offline.ts"
908
+ }
909
+ },
910
+ {
911
+ "kind": "js",
912
+ "name": "PageOffline",
913
+ "declaration": {
914
+ "name": "PageOffline",
915
+ "module": "src/page-offline.ts"
916
+ }
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/types.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "variable",
926
+ "name": "router",
927
+ "default": "new Navigo(\"/\", {hash: true})"
928
+ },
929
+ {
930
+ "kind": "class",
931
+ "description": "",
932
+ "name": "Page",
933
+ "members": [
934
+ {
935
+ "kind": "field",
936
+ "name": "name",
937
+ "type": {
938
+ "text": "string"
939
+ },
940
+ "readonly": true
941
+ },
942
+ {
943
+ "kind": "field",
944
+ "name": "_store",
945
+ "type": {
946
+ "text": "Store<S, AnyAction>"
947
+ },
948
+ "privacy": "protected",
949
+ "default": "store"
950
+ },
951
+ {
952
+ "kind": "field",
953
+ "name": "_storeUnsubscribe",
954
+ "type": {
955
+ "text": "Unsubscribe"
956
+ },
957
+ "privacy": "protected"
958
+ },
959
+ {
960
+ "kind": "field",
961
+ "name": "onRefresh",
962
+ "type": {
963
+ "text": "() => void | undefined"
964
+ }
965
+ },
966
+ {
967
+ "kind": "method",
968
+ "name": "getState",
969
+ "privacy": "protected",
970
+ "return": {
971
+ "type": {
972
+ "text": "S"
973
+ }
974
+ }
975
+ },
976
+ {
977
+ "kind": "method",
978
+ "name": "stateChanged",
979
+ "return": {
980
+ "type": {
981
+ "text": "void"
982
+ }
983
+ },
984
+ "parameters": [
985
+ {
986
+ "name": "state",
987
+ "type": {
988
+ "text": "S"
989
+ }
990
+ }
991
+ ]
992
+ }
993
+ ],
994
+ "mixins": [
995
+ {
996
+ "name": "translate(i18next)",
997
+ "module": "src/types.ts"
998
+ }
999
+ ],
1000
+ "superclass": {
1001
+ "name": "LitElement",
1002
+ "package": "lit"
1003
+ },
1004
+ "customElement": true
1005
+ }
1006
+ ],
1007
+ "exports": [
1008
+ {
1009
+ "kind": "js",
1010
+ "name": "router",
1011
+ "declaration": {
1012
+ "name": "router",
1013
+ "module": "src/types.ts"
1014
+ }
1015
+ },
1016
+ {
1017
+ "kind": "js",
1018
+ "name": "Page",
1019
+ "declaration": {
1020
+ "name": "Page",
1021
+ "module": "src/types.ts"
1022
+ }
1023
+ }
1024
+ ]
1025
+ }
1026
+ ]
1027
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-app",
3
- "version": "1.6.0-snapshot.20250512145140",
3
+ "version": "1.6.0-snapshot.20250512155842",
4
4
  "description": "OpenRemote app template",
5
5
  "author": "OpenRemote",
6
6
  "license": "AGPL-3.0-or-later",
@@ -12,6 +12,7 @@
12
12
  },
13
13
  "types": "lib/index.d.ts",
14
14
  "scripts": {
15
+ "analyze": "npx cem analyze --config ../custom-elements-manifest.config.js",
15
16
  "clean": "npx tsc -b --clean && npx shx rm -rf dist lib",
16
17
  "modelBuild": "npx orutil build",
17
18
  "modelWatch": "npx orutil watch",
@@ -21,20 +22,20 @@
21
22
  },
22
23
  "dependencies": {
23
24
  "@lit/task": "^1.0.0",
24
- "@openremote/core": "1.6.0-snapshot.20250512145140",
25
- "@openremote/or-asset-tree": "1.6.0-snapshot.20250512145140",
26
- "@openremote/or-asset-viewer": "1.6.0-snapshot.20250512145140",
27
- "@openremote/or-attribute-input": "1.6.0-snapshot.20250512145140",
28
- "@openremote/or-attribute-picker": "1.6.0-snapshot.20250512145140",
29
- "@openremote/or-chart": "1.6.0-snapshot.20250512145140",
30
- "@openremote/or-dashboard-builder": "1.6.0-snapshot.20250512145140",
31
- "@openremote/or-gauge": "1.6.0-snapshot.20250512145140",
32
- "@openremote/or-map": "1.6.0-snapshot.20250512145140",
33
- "@openremote/or-mwc-components": "1.6.0-snapshot.20250512145140",
34
- "@openremote/or-rules": "1.6.0-snapshot.20250512145140",
35
- "@openremote/or-smart-notify": "1.6.0-snapshot.20250512145140",
36
- "@openremote/or-timeline": "1.6.0-snapshot.20250512145140",
37
- "@openremote/rest": "1.6.0-snapshot.20250512145140",
25
+ "@openremote/core": "1.6.0-snapshot.20250512155842",
26
+ "@openremote/or-asset-tree": "1.6.0-snapshot.20250512155842",
27
+ "@openremote/or-asset-viewer": "1.6.0-snapshot.20250512155842",
28
+ "@openremote/or-attribute-input": "1.6.0-snapshot.20250512155842",
29
+ "@openremote/or-attribute-picker": "1.6.0-snapshot.20250512155842",
30
+ "@openremote/or-chart": "1.6.0-snapshot.20250512155842",
31
+ "@openremote/or-dashboard-builder": "1.6.0-snapshot.20250512155842",
32
+ "@openremote/or-gauge": "1.6.0-snapshot.20250512155842",
33
+ "@openremote/or-map": "1.6.0-snapshot.20250512155842",
34
+ "@openremote/or-mwc-components": "1.6.0-snapshot.20250512155842",
35
+ "@openremote/or-rules": "1.6.0-snapshot.20250512155842",
36
+ "@openremote/or-smart-notify": "1.6.0-snapshot.20250512155842",
37
+ "@openremote/or-timeline": "1.6.0-snapshot.20250512155842",
38
+ "@openremote/rest": "1.6.0-snapshot.20250512155842",
38
39
  "@reduxjs/toolkit": "^1.8.1",
39
40
  "@webcomponents/webcomponentsjs": "^2.6.0",
40
41
  "lit": "^2.0.2",
@@ -43,7 +44,7 @@
43
44
  "pwa-helpers": "^0.9.0"
44
45
  },
45
46
  "devDependencies": {
46
- "@openremote/util": "1.6.0-snapshot.20250512145140"
47
+ "@openremote/util": "1.6.0-snapshot.20250512155842"
47
48
  },
48
49
  "publishConfig": {
49
50
  "access": "public"