@openremote/or-components 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.
- package/custom-elements.json +171 -120
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -55,12 +55,6 @@
|
|
|
55
55
|
"description": "",
|
|
56
56
|
"name": "OrAceEditor",
|
|
57
57
|
"members": [
|
|
58
|
-
{
|
|
59
|
-
"kind": "field",
|
|
60
|
-
"name": "styles",
|
|
61
|
-
"static": true,
|
|
62
|
-
"readonly": true
|
|
63
|
-
},
|
|
64
58
|
{
|
|
65
59
|
"kind": "field",
|
|
66
60
|
"name": "readonly",
|
|
@@ -128,27 +122,6 @@
|
|
|
128
122
|
},
|
|
129
123
|
"privacy": "protected"
|
|
130
124
|
},
|
|
131
|
-
{
|
|
132
|
-
"kind": "method",
|
|
133
|
-
"name": "updated",
|
|
134
|
-
"parameters": [
|
|
135
|
-
{
|
|
136
|
-
"name": "_changedProperties",
|
|
137
|
-
"type": {
|
|
138
|
-
"text": "PropertyValues"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"kind": "method",
|
|
145
|
-
"name": "render",
|
|
146
|
-
"return": {
|
|
147
|
-
"type": {
|
|
148
|
-
"text": "TemplateResult | void"
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
125
|
{
|
|
153
126
|
"kind": "method",
|
|
154
127
|
"name": "destroyEditor",
|
|
@@ -207,6 +180,7 @@
|
|
|
207
180
|
"name": "LitElement",
|
|
208
181
|
"package": "lit"
|
|
209
182
|
},
|
|
183
|
+
"tagName": "or-ace-editor",
|
|
210
184
|
"customElement": true
|
|
211
185
|
}
|
|
212
186
|
],
|
|
@@ -234,6 +208,14 @@
|
|
|
234
208
|
"name": "OrAceEditor",
|
|
235
209
|
"module": "src/or-ace-editor.ts"
|
|
236
210
|
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "custom-element-definition",
|
|
214
|
+
"name": "or-ace-editor",
|
|
215
|
+
"declaration": {
|
|
216
|
+
"name": "OrAceEditor",
|
|
217
|
+
"module": "src/or-ace-editor.ts"
|
|
218
|
+
}
|
|
237
219
|
}
|
|
238
220
|
]
|
|
239
221
|
},
|
|
@@ -246,18 +228,13 @@
|
|
|
246
228
|
"description": "",
|
|
247
229
|
"name": "OrCollapsiblePanel",
|
|
248
230
|
"members": [
|
|
249
|
-
{
|
|
250
|
-
"kind": "field",
|
|
251
|
-
"name": "styles",
|
|
252
|
-
"static": true,
|
|
253
|
-
"readonly": true
|
|
254
|
-
},
|
|
255
231
|
{
|
|
256
232
|
"kind": "field",
|
|
257
233
|
"name": "lazycontent",
|
|
258
234
|
"type": {
|
|
259
235
|
"text": "Promise<TemplateResult>"
|
|
260
|
-
}
|
|
236
|
+
},
|
|
237
|
+
"attribute": "lazycontent"
|
|
261
238
|
},
|
|
262
239
|
{
|
|
263
240
|
"kind": "field",
|
|
@@ -265,7 +242,8 @@
|
|
|
265
242
|
"type": {
|
|
266
243
|
"text": "boolean"
|
|
267
244
|
},
|
|
268
|
-
"default": "false"
|
|
245
|
+
"default": "false",
|
|
246
|
+
"attribute": "expanded"
|
|
269
247
|
},
|
|
270
248
|
{
|
|
271
249
|
"kind": "field",
|
|
@@ -273,7 +251,8 @@
|
|
|
273
251
|
"type": {
|
|
274
252
|
"text": "boolean"
|
|
275
253
|
},
|
|
276
|
-
"default": "true"
|
|
254
|
+
"default": "true",
|
|
255
|
+
"attribute": "expandable"
|
|
277
256
|
},
|
|
278
257
|
{
|
|
279
258
|
"kind": "field",
|
|
@@ -295,16 +274,38 @@
|
|
|
295
274
|
}
|
|
296
275
|
}
|
|
297
276
|
]
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"attributes": [
|
|
280
|
+
{
|
|
281
|
+
"name": "lazycontent",
|
|
282
|
+
"type": {
|
|
283
|
+
"text": "Promise<TemplateResult>"
|
|
284
|
+
},
|
|
285
|
+
"fieldName": "lazycontent"
|
|
298
286
|
},
|
|
299
287
|
{
|
|
300
|
-
"
|
|
301
|
-
"
|
|
288
|
+
"name": "expanded",
|
|
289
|
+
"type": {
|
|
290
|
+
"text": "boolean"
|
|
291
|
+
},
|
|
292
|
+
"default": "false",
|
|
293
|
+
"fieldName": "expanded"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "expandable",
|
|
297
|
+
"type": {
|
|
298
|
+
"text": "boolean"
|
|
299
|
+
},
|
|
300
|
+
"default": "true",
|
|
301
|
+
"fieldName": "expandable"
|
|
302
302
|
}
|
|
303
303
|
],
|
|
304
304
|
"superclass": {
|
|
305
305
|
"name": "LitElement",
|
|
306
306
|
"package": "lit"
|
|
307
307
|
},
|
|
308
|
+
"tagName": "or-collapsible-panel",
|
|
308
309
|
"customElement": true
|
|
309
310
|
}
|
|
310
311
|
],
|
|
@@ -316,6 +317,14 @@
|
|
|
316
317
|
"name": "OrCollapsiblePanel",
|
|
317
318
|
"module": "src/or-collapsible-panel.ts"
|
|
318
319
|
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"kind": "custom-element-definition",
|
|
323
|
+
"name": "or-collapsible-panel",
|
|
324
|
+
"declaration": {
|
|
325
|
+
"name": "OrCollapsiblePanel",
|
|
326
|
+
"module": "src/or-collapsible-panel.ts"
|
|
327
|
+
}
|
|
319
328
|
}
|
|
320
329
|
]
|
|
321
330
|
},
|
|
@@ -356,7 +365,8 @@
|
|
|
356
365
|
},
|
|
357
366
|
"privacy": "public",
|
|
358
367
|
"readonly": true,
|
|
359
|
-
"default": "\"\""
|
|
368
|
+
"default": "\"\"",
|
|
369
|
+
"attribute": "title"
|
|
360
370
|
},
|
|
361
371
|
{
|
|
362
372
|
"kind": "field",
|
|
@@ -394,30 +404,6 @@
|
|
|
394
404
|
},
|
|
395
405
|
"readonly": true
|
|
396
406
|
},
|
|
397
|
-
{
|
|
398
|
-
"kind": "field",
|
|
399
|
-
"name": "styles",
|
|
400
|
-
"static": true,
|
|
401
|
-
"readonly": true
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"kind": "method",
|
|
405
|
-
"name": "firstUpdated",
|
|
406
|
-
"privacy": "protected",
|
|
407
|
-
"return": {
|
|
408
|
-
"type": {
|
|
409
|
-
"text": "void"
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
"parameters": [
|
|
413
|
-
{
|
|
414
|
-
"name": "_changedProperties",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "PropertyValues"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
]
|
|
420
|
-
},
|
|
421
407
|
{
|
|
422
408
|
"kind": "method",
|
|
423
409
|
"name": "_onChange",
|
|
@@ -429,10 +415,6 @@
|
|
|
429
415
|
}
|
|
430
416
|
}
|
|
431
417
|
]
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "method",
|
|
435
|
-
"name": "render"
|
|
436
418
|
}
|
|
437
419
|
],
|
|
438
420
|
"events": [
|
|
@@ -443,10 +425,22 @@
|
|
|
443
425
|
}
|
|
444
426
|
}
|
|
445
427
|
],
|
|
428
|
+
"attributes": [
|
|
429
|
+
{
|
|
430
|
+
"name": "title",
|
|
431
|
+
"type": {
|
|
432
|
+
"text": "string"
|
|
433
|
+
},
|
|
434
|
+
"readonly": true,
|
|
435
|
+
"default": "\"\"",
|
|
436
|
+
"fieldName": "title"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
446
439
|
"superclass": {
|
|
447
440
|
"name": "LitElement",
|
|
448
441
|
"package": "lit"
|
|
449
442
|
},
|
|
443
|
+
"tagName": "or-file-uploader",
|
|
450
444
|
"customElement": true
|
|
451
445
|
}
|
|
452
446
|
],
|
|
@@ -458,6 +452,14 @@
|
|
|
458
452
|
"name": "OrFileUploader",
|
|
459
453
|
"module": "src/or-file-uploader.ts"
|
|
460
454
|
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "custom-element-definition",
|
|
458
|
+
"name": "or-file-uploader",
|
|
459
|
+
"declaration": {
|
|
460
|
+
"name": "OrFileUploader",
|
|
461
|
+
"module": "src/or-file-uploader.ts"
|
|
462
|
+
}
|
|
461
463
|
}
|
|
462
464
|
]
|
|
463
465
|
},
|
|
@@ -478,28 +480,6 @@
|
|
|
478
480
|
},
|
|
479
481
|
"privacy": "protected"
|
|
480
482
|
},
|
|
481
|
-
{
|
|
482
|
-
"kind": "method",
|
|
483
|
-
"name": "firstUpdated",
|
|
484
|
-
"privacy": "protected",
|
|
485
|
-
"return": {
|
|
486
|
-
"type": {
|
|
487
|
-
"text": "void"
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"parameters": [
|
|
491
|
-
{
|
|
492
|
-
"name": "_changedProperties",
|
|
493
|
-
"type": {
|
|
494
|
-
"text": "PropertyValues"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"kind": "method",
|
|
501
|
-
"name": "render"
|
|
502
|
-
},
|
|
503
483
|
{
|
|
504
484
|
"kind": "method",
|
|
505
485
|
"name": "checkValidity",
|
|
@@ -540,6 +520,7 @@
|
|
|
540
520
|
"name": "LitElement",
|
|
541
521
|
"package": "lit"
|
|
542
522
|
},
|
|
523
|
+
"tagName": "or-form",
|
|
543
524
|
"customElement": true
|
|
544
525
|
}
|
|
545
526
|
],
|
|
@@ -551,6 +532,14 @@
|
|
|
551
532
|
"name": "OrForm",
|
|
552
533
|
"module": "src/or-form.ts"
|
|
553
534
|
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"kind": "custom-element-definition",
|
|
538
|
+
"name": "or-form",
|
|
539
|
+
"declaration": {
|
|
540
|
+
"name": "OrForm",
|
|
541
|
+
"module": "src/or-form.ts"
|
|
542
|
+
}
|
|
554
543
|
}
|
|
555
544
|
]
|
|
556
545
|
},
|
|
@@ -570,23 +559,25 @@
|
|
|
570
559
|
"text": "boolean"
|
|
571
560
|
},
|
|
572
561
|
"privacy": "public",
|
|
573
|
-
"default": "false"
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
"static": true,
|
|
579
|
-
"readonly": true
|
|
580
|
-
},
|
|
562
|
+
"default": "false",
|
|
563
|
+
"attribute": "overlay"
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"attributes": [
|
|
581
567
|
{
|
|
582
|
-
"
|
|
583
|
-
"
|
|
568
|
+
"name": "overlay",
|
|
569
|
+
"type": {
|
|
570
|
+
"text": "boolean"
|
|
571
|
+
},
|
|
572
|
+
"default": "false",
|
|
573
|
+
"fieldName": "overlay"
|
|
584
574
|
}
|
|
585
575
|
],
|
|
586
576
|
"superclass": {
|
|
587
577
|
"name": "LitElement",
|
|
588
578
|
"package": "lit"
|
|
589
579
|
},
|
|
580
|
+
"tagName": "or-loading-indicator",
|
|
590
581
|
"customElement": true
|
|
591
582
|
}
|
|
592
583
|
],
|
|
@@ -598,6 +589,14 @@
|
|
|
598
589
|
"name": "OrLoadingIndicator",
|
|
599
590
|
"module": "src/or-loading-indicator.ts"
|
|
600
591
|
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "custom-element-definition",
|
|
595
|
+
"name": "or-loading-indicator",
|
|
596
|
+
"declaration": {
|
|
597
|
+
"name": "OrLoadingIndicator",
|
|
598
|
+
"module": "src/or-loading-indicator.ts"
|
|
599
|
+
}
|
|
601
600
|
}
|
|
602
601
|
]
|
|
603
602
|
},
|
|
@@ -616,7 +615,8 @@
|
|
|
616
615
|
"type": {
|
|
617
616
|
"text": "number | undefined"
|
|
618
617
|
},
|
|
619
|
-
"privacy": "public"
|
|
618
|
+
"privacy": "public",
|
|
619
|
+
"attribute": "loadingHeight"
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"kind": "field",
|
|
@@ -625,7 +625,8 @@
|
|
|
625
625
|
"text": "boolean"
|
|
626
626
|
},
|
|
627
627
|
"privacy": "public",
|
|
628
|
-
"default": "true"
|
|
628
|
+
"default": "true",
|
|
629
|
+
"attribute": "loadDom"
|
|
629
630
|
},
|
|
630
631
|
{
|
|
631
632
|
"kind": "field",
|
|
@@ -634,7 +635,8 @@
|
|
|
634
635
|
"text": "boolean"
|
|
635
636
|
},
|
|
636
637
|
"privacy": "public",
|
|
637
|
-
"default": "false"
|
|
638
|
+
"default": "false",
|
|
639
|
+
"attribute": "fadeContent"
|
|
638
640
|
},
|
|
639
641
|
{
|
|
640
642
|
"kind": "field",
|
|
@@ -643,7 +645,8 @@
|
|
|
643
645
|
"text": "boolean"
|
|
644
646
|
},
|
|
645
647
|
"privacy": "public",
|
|
646
|
-
"default": "false"
|
|
648
|
+
"default": "false",
|
|
649
|
+
"attribute": "loading"
|
|
647
650
|
},
|
|
648
651
|
{
|
|
649
652
|
"kind": "field",
|
|
@@ -652,23 +655,46 @@
|
|
|
652
655
|
"text": "TemplateResult | undefined"
|
|
653
656
|
},
|
|
654
657
|
"privacy": "public"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"attributes": [
|
|
661
|
+
{
|
|
662
|
+
"name": "loadingHeight",
|
|
663
|
+
"type": {
|
|
664
|
+
"text": "number | undefined"
|
|
665
|
+
},
|
|
666
|
+
"fieldName": "loadingHeight"
|
|
655
667
|
},
|
|
656
668
|
{
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
"
|
|
669
|
+
"name": "loadDom",
|
|
670
|
+
"type": {
|
|
671
|
+
"text": "boolean"
|
|
672
|
+
},
|
|
673
|
+
"default": "true",
|
|
674
|
+
"fieldName": "loadDom"
|
|
662
675
|
},
|
|
663
676
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
677
|
+
"name": "fadeContent",
|
|
678
|
+
"type": {
|
|
679
|
+
"text": "boolean"
|
|
680
|
+
},
|
|
681
|
+
"default": "false",
|
|
682
|
+
"fieldName": "fadeContent"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "loading",
|
|
686
|
+
"type": {
|
|
687
|
+
"text": "boolean"
|
|
688
|
+
},
|
|
689
|
+
"default": "false",
|
|
690
|
+
"fieldName": "loading"
|
|
666
691
|
}
|
|
667
692
|
],
|
|
668
693
|
"superclass": {
|
|
669
694
|
"name": "LitElement",
|
|
670
695
|
"package": "lit"
|
|
671
696
|
},
|
|
697
|
+
"tagName": "or-loading-wrapper",
|
|
672
698
|
"customElement": true
|
|
673
699
|
}
|
|
674
700
|
],
|
|
@@ -680,6 +706,14 @@
|
|
|
680
706
|
"name": "OrLoadingWrapper",
|
|
681
707
|
"module": "src/or-loading-wrapper.ts"
|
|
682
708
|
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "custom-element-definition",
|
|
712
|
+
"name": "or-loading-wrapper",
|
|
713
|
+
"declaration": {
|
|
714
|
+
"name": "OrLoadingWrapper",
|
|
715
|
+
"module": "src/or-loading-wrapper.ts"
|
|
716
|
+
}
|
|
683
717
|
}
|
|
684
718
|
]
|
|
685
719
|
},
|
|
@@ -692,18 +726,13 @@
|
|
|
692
726
|
"description": "",
|
|
693
727
|
"name": "OrPanel",
|
|
694
728
|
"members": [
|
|
695
|
-
{
|
|
696
|
-
"kind": "field",
|
|
697
|
-
"name": "styles",
|
|
698
|
-
"static": true,
|
|
699
|
-
"readonly": true
|
|
700
|
-
},
|
|
701
729
|
{
|
|
702
730
|
"kind": "field",
|
|
703
731
|
"name": "zLevel",
|
|
704
732
|
"type": {
|
|
705
733
|
"text": "number | undefined"
|
|
706
|
-
}
|
|
734
|
+
},
|
|
735
|
+
"attribute": "zLevel"
|
|
707
736
|
},
|
|
708
737
|
{
|
|
709
738
|
"kind": "field",
|
|
@@ -711,7 +740,8 @@
|
|
|
711
740
|
"type": {
|
|
712
741
|
"text": "string | TemplateResult | undefined"
|
|
713
742
|
},
|
|
714
|
-
"privacy": "public"
|
|
743
|
+
"privacy": "public",
|
|
744
|
+
"attribute": "heading"
|
|
715
745
|
},
|
|
716
746
|
{
|
|
717
747
|
"kind": "field",
|
|
@@ -720,16 +750,29 @@
|
|
|
720
750
|
"text": "HTMLDivElement"
|
|
721
751
|
},
|
|
722
752
|
"privacy": "protected"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"attributes": [
|
|
756
|
+
{
|
|
757
|
+
"name": "zLevel",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "number | undefined"
|
|
760
|
+
},
|
|
761
|
+
"fieldName": "zLevel"
|
|
723
762
|
},
|
|
724
763
|
{
|
|
725
|
-
"
|
|
726
|
-
"
|
|
764
|
+
"name": "heading",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "string | TemplateResult | undefined"
|
|
767
|
+
},
|
|
768
|
+
"fieldName": "heading"
|
|
727
769
|
}
|
|
728
770
|
],
|
|
729
771
|
"superclass": {
|
|
730
772
|
"name": "LitElement",
|
|
731
773
|
"package": "lit"
|
|
732
774
|
},
|
|
775
|
+
"tagName": "or-panel",
|
|
733
776
|
"customElement": true
|
|
734
777
|
}
|
|
735
778
|
],
|
|
@@ -741,6 +784,14 @@
|
|
|
741
784
|
"name": "OrPanel",
|
|
742
785
|
"module": "src/or-panel.ts"
|
|
743
786
|
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "custom-element-definition",
|
|
790
|
+
"name": "or-panel",
|
|
791
|
+
"declaration": {
|
|
792
|
+
"name": "OrPanel",
|
|
793
|
+
"module": "src/or-panel.ts"
|
|
794
|
+
}
|
|
744
795
|
}
|
|
745
796
|
]
|
|
746
797
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-components",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "OpenRemote basic UI components",
|
|
5
5
|
"customElements": "custom-elements.json",
|
|
6
6
|
"main": "dist/umd/index.bundle.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"analyze": "npx cem analyze --config ../custom-elements-manifest.config.
|
|
20
|
+
"analyze": "npx cem analyze --config ../custom-elements-manifest.config.mjs",
|
|
21
21
|
"build": "npx tsc -b",
|
|
22
22
|
"test": "echo \"No tests\" && exit 0",
|
|
23
23
|
"prepack": "npx tsc -b"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"license": "AGPL-3.0-or-later",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@material/elevation": "^9.0.0",
|
|
29
|
-
"@openremote/core": "1.6.
|
|
30
|
-
"@openremote/or-mwc-components": "1.6.
|
|
29
|
+
"@openremote/core": "1.6.2",
|
|
30
|
+
"@openremote/or-mwc-components": "1.6.2",
|
|
31
31
|
"lit": "^2.0.2",
|
|
32
32
|
"simplebar": "^5.3.6"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@openremote/util": "1.6.
|
|
35
|
+
"@openremote/util": "1.6.2"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|