@openremote/or-app 1.6.0 → 1.6.2

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 +114 -126
  2. package/package.json +17 -17
@@ -2,12 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "typedoc.js",
8
- "declarations": [],
9
- "exports": []
10
- },
11
5
  {
12
6
  "kind": "javascript-module",
13
7
  "path": "src/app.ts",
@@ -71,7 +65,8 @@
71
65
  "type": {
72
66
  "text": "AppConfig<S> | undefined"
73
67
  },
74
- "privacy": "public"
68
+ "privacy": "public",
69
+ "attribute": "appConfig"
75
70
  },
76
71
  {
77
72
  "kind": "field",
@@ -87,7 +82,8 @@
87
82
  "type": {
88
83
  "text": "ManagerConfig | undefined"
89
84
  },
90
- "privacy": "public"
85
+ "privacy": "public",
86
+ "attribute": "managerConfig"
91
87
  },
92
88
  {
93
89
  "kind": "field",
@@ -199,12 +195,6 @@
199
195
  },
200
196
  "privacy": "protected"
201
197
  },
202
- {
203
- "kind": "field",
204
- "name": "styles",
205
- "static": true,
206
- "readonly": true
207
- },
208
198
  {
209
199
  "kind": "method",
210
200
  "name": "getState",
@@ -228,65 +218,6 @@
228
218
  }
229
219
  ]
230
220
  },
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
221
  {
291
222
  "kind": "method",
292
223
  "name": "stateChanged",
@@ -413,10 +344,27 @@
413
344
  "default": "this"
414
345
  }
415
346
  ],
347
+ "attributes": [
348
+ {
349
+ "name": "appConfig",
350
+ "type": {
351
+ "text": "AppConfig<S> | undefined"
352
+ },
353
+ "fieldName": "appConfig"
354
+ },
355
+ {
356
+ "name": "managerConfig",
357
+ "type": {
358
+ "text": "ManagerConfig | undefined"
359
+ },
360
+ "fieldName": "managerConfig"
361
+ }
362
+ ],
416
363
  "superclass": {
417
364
  "name": "LitElement",
418
365
  "package": "lit"
419
366
  },
367
+ "tagName": "or-app",
420
368
  "customElement": true
421
369
  }
422
370
  ],
@@ -508,6 +456,14 @@
508
456
  "name": "OrApp",
509
457
  "module": "src/index.ts"
510
458
  }
459
+ },
460
+ {
461
+ "kind": "custom-element-definition",
462
+ "name": "or-app",
463
+ "declaration": {
464
+ "name": "OrApp",
465
+ "module": "src/index.ts"
466
+ }
511
467
  }
512
468
  ]
513
469
  },
@@ -520,19 +476,14 @@
520
476
  "description": "",
521
477
  "name": "OrHeader",
522
478
  "members": [
523
- {
524
- "kind": "field",
525
- "name": "styles",
526
- "static": true,
527
- "readonly": true
528
- },
529
479
  {
530
480
  "kind": "field",
531
481
  "name": "realms",
532
482
  "type": {
533
483
  "text": "Realm[]"
534
484
  },
535
- "privacy": "public"
485
+ "privacy": "public",
486
+ "attribute": "realms"
536
487
  },
537
488
  {
538
489
  "kind": "field",
@@ -540,7 +491,8 @@
540
491
  "type": {
541
492
  "text": "string"
542
493
  },
543
- "privacy": "public"
494
+ "privacy": "public",
495
+ "attribute": "realm"
544
496
  },
545
497
  {
546
498
  "kind": "field",
@@ -548,7 +500,8 @@
548
500
  "type": {
549
501
  "text": "Store<AppStateKeyed, AnyAction>"
550
502
  },
551
- "privacy": "public"
503
+ "privacy": "public",
504
+ "attribute": "store"
552
505
  },
553
506
  {
554
507
  "kind": "field",
@@ -556,7 +509,8 @@
556
509
  "type": {
557
510
  "text": "string | undefined"
558
511
  },
559
- "privacy": "public"
512
+ "privacy": "public",
513
+ "attribute": "logo"
560
514
  },
561
515
  {
562
516
  "kind": "field",
@@ -564,7 +518,8 @@
564
518
  "type": {
565
519
  "text": "string | undefined"
566
520
  },
567
- "privacy": "public"
521
+ "privacy": "public",
522
+ "attribute": "logoMobile"
568
523
  },
569
524
  {
570
525
  "kind": "field",
@@ -572,7 +527,8 @@
572
527
  "type": {
573
528
  "text": "HeaderConfig | undefined"
574
529
  },
575
- "privacy": "public"
530
+ "privacy": "public",
531
+ "attribute": "config"
576
532
  },
577
533
  {
578
534
  "kind": "field",
@@ -588,7 +544,8 @@
588
544
  "type": {
589
545
  "text": "string | undefined"
590
546
  },
591
- "privacy": "public"
547
+ "privacy": "public",
548
+ "attribute": "activeMenu"
592
549
  },
593
550
  {
594
551
  "kind": "field",
@@ -638,24 +595,6 @@
638
595
  }
639
596
  ]
640
597
  },
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
598
  {
660
599
  "kind": "method",
661
600
  "name": "_subscribeEvents",
@@ -666,11 +605,6 @@
666
605
  "name": "_unsubscribeEvents",
667
606
  "privacy": "protected"
668
607
  },
669
- {
670
- "kind": "method",
671
- "name": "render",
672
- "privacy": "protected"
673
- },
674
608
  {
675
609
  "kind": "method",
676
610
  "name": "_getRealmMenu",
@@ -731,10 +665,62 @@
731
665
  "privacy": "protected"
732
666
  }
733
667
  ],
668
+ "attributes": [
669
+ {
670
+ "name": "realms",
671
+ "type": {
672
+ "text": "Realm[]"
673
+ },
674
+ "fieldName": "realms"
675
+ },
676
+ {
677
+ "name": "realm",
678
+ "type": {
679
+ "text": "string"
680
+ },
681
+ "fieldName": "realm"
682
+ },
683
+ {
684
+ "name": "store",
685
+ "type": {
686
+ "text": "Store<AppStateKeyed, AnyAction>"
687
+ },
688
+ "fieldName": "store"
689
+ },
690
+ {
691
+ "name": "logo",
692
+ "type": {
693
+ "text": "string | undefined"
694
+ },
695
+ "fieldName": "logo"
696
+ },
697
+ {
698
+ "name": "logoMobile",
699
+ "type": {
700
+ "text": "string | undefined"
701
+ },
702
+ "fieldName": "logoMobile"
703
+ },
704
+ {
705
+ "name": "config",
706
+ "type": {
707
+ "text": "HeaderConfig | undefined"
708
+ },
709
+ "fieldName": "config"
710
+ },
711
+ {
712
+ "name": "activeMenu",
713
+ "type": {
714
+ "text": "string | undefined"
715
+ },
716
+ "fieldName": "activeMenu"
717
+ }
718
+ ],
734
719
  "superclass": {
735
720
  "name": "LitElement",
736
721
  "package": "lit"
737
722
  },
723
+ "tagName": "or-header",
738
724
  "customElement": true
739
725
  }
740
726
  ],
@@ -762,6 +748,14 @@
762
748
  "name": "OrHeader",
763
749
  "module": "src/or-header.ts"
764
750
  }
751
+ },
752
+ {
753
+ "kind": "custom-element-definition",
754
+ "name": "or-header",
755
+ "declaration": {
756
+ "name": "OrHeader",
757
+ "module": "src/or-header.ts"
758
+ }
765
759
  }
766
760
  ]
767
761
  },
@@ -791,12 +785,6 @@
791
785
  "description": "",
792
786
  "name": "PageOffline",
793
787
  "members": [
794
- {
795
- "kind": "field",
796
- "name": "styles",
797
- "static": true,
798
- "readonly": true
799
- },
800
788
  {
801
789
  "kind": "method",
802
790
  "name": "stateChanged",
@@ -819,16 +807,6 @@
819
807
  "module": "src/types.ts"
820
808
  }
821
809
  },
822
- {
823
- "kind": "method",
824
- "name": "render",
825
- "privacy": "protected",
826
- "return": {
827
- "type": {
828
- "text": "TemplateResult"
829
- }
830
- }
831
- },
832
810
  {
833
811
  "kind": "field",
834
812
  "name": "name",
@@ -895,7 +873,9 @@
895
873
  "superclass": {
896
874
  "name": "Page",
897
875
  "module": "/src/types"
898
- }
876
+ },
877
+ "tagName": "page-offline",
878
+ "customElement": true
899
879
  }
900
880
  ],
901
881
  "exports": [
@@ -914,6 +894,14 @@
914
894
  "name": "PageOffline",
915
895
  "module": "src/page-offline.ts"
916
896
  }
897
+ },
898
+ {
899
+ "kind": "custom-element-definition",
900
+ "name": "page-offline",
901
+ "declaration": {
902
+ "name": "PageOffline",
903
+ "module": "src/page-offline.ts"
904
+ }
917
905
  }
918
906
  ]
919
907
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-app",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "OpenRemote app template",
5
5
  "author": "OpenRemote",
6
6
  "license": "AGPL-3.0-or-later",
@@ -12,7 +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
+ "analyze": "npx cem analyze --config ../custom-elements-manifest.config.mjs",
16
16
  "clean": "npx tsc -b --clean && npx shx rm -rf dist lib",
17
17
  "modelBuild": "npx orutil build",
18
18
  "modelWatch": "npx orutil watch",
@@ -22,20 +22,20 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@lit/task": "^1.0.0",
25
- "@openremote/core": "1.6.0",
26
- "@openremote/or-asset-tree": "1.6.0",
27
- "@openremote/or-asset-viewer": "1.6.0",
28
- "@openremote/or-attribute-input": "1.6.0",
29
- "@openremote/or-attribute-picker": "1.6.0",
30
- "@openremote/or-chart": "1.6.0",
31
- "@openremote/or-dashboard-builder": "1.6.0",
32
- "@openremote/or-gauge": "1.6.0",
33
- "@openremote/or-map": "1.6.0",
34
- "@openremote/or-mwc-components": "1.6.0",
35
- "@openremote/or-rules": "1.6.0",
36
- "@openremote/or-smart-notify": "1.6.0",
37
- "@openremote/or-timeline": "1.6.0",
38
- "@openremote/rest": "1.6.0",
25
+ "@openremote/core": "1.6.2",
26
+ "@openremote/or-asset-tree": "1.6.2",
27
+ "@openremote/or-asset-viewer": "1.6.2",
28
+ "@openremote/or-attribute-input": "1.6.2",
29
+ "@openremote/or-attribute-picker": "1.6.2",
30
+ "@openremote/or-chart": "1.6.2",
31
+ "@openremote/or-dashboard-builder": "1.6.2",
32
+ "@openremote/or-gauge": "1.6.2",
33
+ "@openremote/or-map": "1.6.2",
34
+ "@openremote/or-mwc-components": "1.6.2",
35
+ "@openremote/or-rules": "1.6.2",
36
+ "@openremote/or-smart-notify": "1.6.2",
37
+ "@openremote/or-timeline": "1.6.2",
38
+ "@openremote/rest": "1.6.2",
39
39
  "@reduxjs/toolkit": "^1.8.1",
40
40
  "@webcomponents/webcomponentsjs": "^2.6.0",
41
41
  "lit": "^2.0.2",
@@ -44,7 +44,7 @@
44
44
  "pwa-helpers": "^0.9.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@openremote/util": "1.6.0"
47
+ "@openremote/util": "1.6.2"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"