@teipublisher/pb-components 1.42.7 → 1.43.0

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/pb-elements.json CHANGED
@@ -166,12 +166,12 @@
166
166
  },
167
167
  {
168
168
  "name": "subscribe",
169
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
169
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
170
170
  "type": "string"
171
171
  },
172
172
  {
173
173
  "name": "subscribe-config",
174
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
174
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
175
175
  "type": "object"
176
176
  },
177
177
  {
@@ -181,17 +181,17 @@
181
181
  },
182
182
  {
183
183
  "name": "emit-config",
184
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
184
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
185
185
  "type": "object"
186
186
  },
187
187
  {
188
188
  "name": "wait-for",
189
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
189
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
190
190
  "type": "string"
191
191
  },
192
192
  {
193
193
  "name": "disabled",
194
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
194
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
195
195
  "type": "boolean",
196
196
  "default": "false"
197
197
  }
@@ -226,13 +226,13 @@
226
226
  {
227
227
  "name": "subscribe",
228
228
  "attribute": "subscribe",
229
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
229
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
230
230
  "type": "string"
231
231
  },
232
232
  {
233
233
  "name": "subscribeConfig",
234
234
  "attribute": "subscribe-config",
235
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
235
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
236
236
  "type": "object"
237
237
  },
238
238
  {
@@ -244,19 +244,19 @@
244
244
  {
245
245
  "name": "emitConfig",
246
246
  "attribute": "emit-config",
247
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
247
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
248
248
  "type": "object"
249
249
  },
250
250
  {
251
251
  "name": "waitFor",
252
252
  "attribute": "wait-for",
253
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
253
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
254
254
  "type": "string"
255
255
  },
256
256
  {
257
257
  "name": "disabled",
258
258
  "attribute": "disabled",
259
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
259
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
260
260
  "type": "boolean",
261
261
  "default": "false"
262
262
  }
@@ -348,12 +348,12 @@
348
348
  },
349
349
  {
350
350
  "name": "subscribe",
351
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
351
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
352
352
  "type": "string"
353
353
  },
354
354
  {
355
355
  "name": "subscribe-config",
356
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
356
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
357
357
  "type": "object"
358
358
  },
359
359
  {
@@ -363,17 +363,17 @@
363
363
  },
364
364
  {
365
365
  "name": "emit-config",
366
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
366
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
367
367
  "type": "object"
368
368
  },
369
369
  {
370
370
  "name": "wait-for",
371
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
371
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
372
372
  "type": "string"
373
373
  },
374
374
  {
375
375
  "name": "disabled",
376
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
376
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
377
377
  "type": "boolean",
378
378
  "default": "false"
379
379
  }
@@ -407,13 +407,13 @@
407
407
  {
408
408
  "name": "subscribe",
409
409
  "attribute": "subscribe",
410
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
410
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
411
411
  "type": "string"
412
412
  },
413
413
  {
414
414
  "name": "subscribeConfig",
415
415
  "attribute": "subscribe-config",
416
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
416
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
417
417
  "type": "object"
418
418
  },
419
419
  {
@@ -425,19 +425,19 @@
425
425
  {
426
426
  "name": "emitConfig",
427
427
  "attribute": "emit-config",
428
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
428
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
429
429
  "type": "object"
430
430
  },
431
431
  {
432
432
  "name": "waitFor",
433
433
  "attribute": "wait-for",
434
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
434
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
435
435
  "type": "string"
436
436
  },
437
437
  {
438
438
  "name": "disabled",
439
439
  "attribute": "disabled",
440
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
440
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
441
441
  "type": "boolean",
442
442
  "default": "false"
443
443
  }
@@ -477,12 +477,12 @@
477
477
  },
478
478
  {
479
479
  "name": "subscribe",
480
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
480
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
481
481
  "type": "string"
482
482
  },
483
483
  {
484
484
  "name": "subscribe-config",
485
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
485
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
486
486
  "type": "object"
487
487
  },
488
488
  {
@@ -492,17 +492,17 @@
492
492
  },
493
493
  {
494
494
  "name": "emit-config",
495
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
495
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
496
496
  "type": "object"
497
497
  },
498
498
  {
499
499
  "name": "wait-for",
500
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
500
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
501
501
  "type": "string"
502
502
  },
503
503
  {
504
504
  "name": "disabled",
505
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
505
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
506
506
  "type": "boolean",
507
507
  "default": "false"
508
508
  }
@@ -540,13 +540,13 @@
540
540
  {
541
541
  "name": "subscribe",
542
542
  "attribute": "subscribe",
543
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
543
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
544
544
  "type": "string"
545
545
  },
546
546
  {
547
547
  "name": "subscribeConfig",
548
548
  "attribute": "subscribe-config",
549
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
549
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
550
550
  "type": "object"
551
551
  },
552
552
  {
@@ -558,19 +558,19 @@
558
558
  {
559
559
  "name": "emitConfig",
560
560
  "attribute": "emit-config",
561
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
561
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
562
562
  "type": "object"
563
563
  },
564
564
  {
565
565
  "name": "waitFor",
566
566
  "attribute": "wait-for",
567
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
567
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
568
568
  "type": "string"
569
569
  },
570
570
  {
571
571
  "name": "disabled",
572
572
  "attribute": "disabled",
573
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
573
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
574
574
  "type": "boolean",
575
575
  "default": "false"
576
576
  }
@@ -624,12 +624,12 @@
624
624
  },
625
625
  {
626
626
  "name": "subscribe",
627
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
627
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
628
628
  "type": "string"
629
629
  },
630
630
  {
631
631
  "name": "subscribe-config",
632
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
632
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
633
633
  "type": "object"
634
634
  },
635
635
  {
@@ -639,17 +639,17 @@
639
639
  },
640
640
  {
641
641
  "name": "emit-config",
642
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
642
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
643
643
  "type": "object"
644
644
  },
645
645
  {
646
646
  "name": "wait-for",
647
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
647
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
648
648
  "type": "string"
649
649
  },
650
650
  {
651
651
  "name": "disabled",
652
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
652
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
653
653
  "type": "boolean",
654
654
  "default": "false"
655
655
  }
@@ -681,13 +681,13 @@
681
681
  {
682
682
  "name": "subscribe",
683
683
  "attribute": "subscribe",
684
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
684
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
685
685
  "type": "string"
686
686
  },
687
687
  {
688
688
  "name": "subscribeConfig",
689
689
  "attribute": "subscribe-config",
690
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
690
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
691
691
  "type": "object"
692
692
  },
693
693
  {
@@ -699,19 +699,19 @@
699
699
  {
700
700
  "name": "emitConfig",
701
701
  "attribute": "emit-config",
702
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
702
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
703
703
  "type": "object"
704
704
  },
705
705
  {
706
706
  "name": "waitFor",
707
707
  "attribute": "wait-for",
708
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
708
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
709
709
  "type": "string"
710
710
  },
711
711
  {
712
712
  "name": "disabled",
713
713
  "attribute": "disabled",
714
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
714
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
715
715
  "type": "boolean",
716
716
  "default": "false"
717
717
  }
@@ -768,12 +768,12 @@
768
768
  },
769
769
  {
770
770
  "name": "subscribe",
771
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
771
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
772
772
  "type": "string"
773
773
  },
774
774
  {
775
775
  "name": "subscribe-config",
776
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
776
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
777
777
  "type": "object"
778
778
  },
779
779
  {
@@ -783,17 +783,17 @@
783
783
  },
784
784
  {
785
785
  "name": "emit-config",
786
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
786
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
787
787
  "type": "object"
788
788
  },
789
789
  {
790
790
  "name": "wait-for",
791
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
791
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
792
792
  "type": "string"
793
793
  },
794
794
  {
795
795
  "name": "disabled",
796
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
796
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
797
797
  "type": "boolean",
798
798
  "default": "false"
799
799
  }
@@ -857,13 +857,13 @@
857
857
  {
858
858
  "name": "subscribe",
859
859
  "attribute": "subscribe",
860
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
860
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
861
861
  "type": "string"
862
862
  },
863
863
  {
864
864
  "name": "subscribeConfig",
865
865
  "attribute": "subscribe-config",
866
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
866
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
867
867
  "type": "object"
868
868
  },
869
869
  {
@@ -875,19 +875,19 @@
875
875
  {
876
876
  "name": "emitConfig",
877
877
  "attribute": "emit-config",
878
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
878
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
879
879
  "type": "object"
880
880
  },
881
881
  {
882
882
  "name": "waitFor",
883
883
  "attribute": "wait-for",
884
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
884
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
885
885
  "type": "string"
886
886
  },
887
887
  {
888
888
  "name": "disabled",
889
889
  "attribute": "disabled",
890
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
890
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
891
891
  "type": "boolean",
892
892
  "default": "false"
893
893
  }
@@ -978,12 +978,12 @@
978
978
  },
979
979
  {
980
980
  "name": "subscribe",
981
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
981
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
982
982
  "type": "string"
983
983
  },
984
984
  {
985
985
  "name": "subscribe-config",
986
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
986
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
987
987
  "type": "object"
988
988
  },
989
989
  {
@@ -993,17 +993,17 @@
993
993
  },
994
994
  {
995
995
  "name": "emit-config",
996
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
996
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
997
997
  "type": "object"
998
998
  },
999
999
  {
1000
1000
  "name": "wait-for",
1001
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1001
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1002
1002
  "type": "string"
1003
1003
  },
1004
1004
  {
1005
1005
  "name": "disabled",
1006
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1006
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1007
1007
  "type": "boolean",
1008
1008
  "default": "false"
1009
1009
  }
@@ -1072,13 +1072,13 @@
1072
1072
  {
1073
1073
  "name": "subscribe",
1074
1074
  "attribute": "subscribe",
1075
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1075
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1076
1076
  "type": "string"
1077
1077
  },
1078
1078
  {
1079
1079
  "name": "subscribeConfig",
1080
1080
  "attribute": "subscribe-config",
1081
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1081
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1082
1082
  "type": "object"
1083
1083
  },
1084
1084
  {
@@ -1090,19 +1090,19 @@
1090
1090
  {
1091
1091
  "name": "emitConfig",
1092
1092
  "attribute": "emit-config",
1093
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1093
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1094
1094
  "type": "object"
1095
1095
  },
1096
1096
  {
1097
1097
  "name": "waitFor",
1098
1098
  "attribute": "wait-for",
1099
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1099
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1100
1100
  "type": "string"
1101
1101
  },
1102
1102
  {
1103
1103
  "name": "disabled",
1104
1104
  "attribute": "disabled",
1105
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1105
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1106
1106
  "type": "boolean",
1107
1107
  "default": "false"
1108
1108
  }
@@ -1157,12 +1157,12 @@
1157
1157
  },
1158
1158
  {
1159
1159
  "name": "subscribe",
1160
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1160
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1161
1161
  "type": "string"
1162
1162
  },
1163
1163
  {
1164
1164
  "name": "subscribe-config",
1165
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1165
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1166
1166
  "type": "object"
1167
1167
  },
1168
1168
  {
@@ -1172,17 +1172,17 @@
1172
1172
  },
1173
1173
  {
1174
1174
  "name": "emit-config",
1175
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1175
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1176
1176
  "type": "object"
1177
1177
  },
1178
1178
  {
1179
1179
  "name": "wait-for",
1180
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1180
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1181
1181
  "type": "string"
1182
1182
  },
1183
1183
  {
1184
1184
  "name": "disabled",
1185
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1185
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1186
1186
  "type": "boolean",
1187
1187
  "default": "false"
1188
1188
  }
@@ -1241,13 +1241,13 @@
1241
1241
  {
1242
1242
  "name": "subscribe",
1243
1243
  "attribute": "subscribe",
1244
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1244
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1245
1245
  "type": "string"
1246
1246
  },
1247
1247
  {
1248
1248
  "name": "subscribeConfig",
1249
1249
  "attribute": "subscribe-config",
1250
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1250
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1251
1251
  "type": "object"
1252
1252
  },
1253
1253
  {
@@ -1259,19 +1259,19 @@
1259
1259
  {
1260
1260
  "name": "emitConfig",
1261
1261
  "attribute": "emit-config",
1262
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1262
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1263
1263
  "type": "object"
1264
1264
  },
1265
1265
  {
1266
1266
  "name": "waitFor",
1267
1267
  "attribute": "wait-for",
1268
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1268
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1269
1269
  "type": "string"
1270
1270
  },
1271
1271
  {
1272
1272
  "name": "disabled",
1273
1273
  "attribute": "disabled",
1274
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1274
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1275
1275
  "type": "boolean",
1276
1276
  "default": "false"
1277
1277
  }
@@ -1438,12 +1438,12 @@
1438
1438
  },
1439
1439
  {
1440
1440
  "name": "subscribe",
1441
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1441
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1442
1442
  "type": "string"
1443
1443
  },
1444
1444
  {
1445
1445
  "name": "subscribe-config",
1446
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1446
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1447
1447
  "type": "object"
1448
1448
  },
1449
1449
  {
@@ -1453,17 +1453,17 @@
1453
1453
  },
1454
1454
  {
1455
1455
  "name": "emit-config",
1456
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1456
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1457
1457
  "type": "object"
1458
1458
  },
1459
1459
  {
1460
1460
  "name": "wait-for",
1461
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1461
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1462
1462
  "type": "string"
1463
1463
  },
1464
1464
  {
1465
1465
  "name": "disabled",
1466
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1466
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1467
1467
  "type": "boolean",
1468
1468
  "default": "false"
1469
1469
  }
@@ -1652,13 +1652,13 @@
1652
1652
  {
1653
1653
  "name": "subscribe",
1654
1654
  "attribute": "subscribe",
1655
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1655
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1656
1656
  "type": "string"
1657
1657
  },
1658
1658
  {
1659
1659
  "name": "subscribeConfig",
1660
1660
  "attribute": "subscribe-config",
1661
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1661
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1662
1662
  "type": "object"
1663
1663
  },
1664
1664
  {
@@ -1670,19 +1670,19 @@
1670
1670
  {
1671
1671
  "name": "emitConfig",
1672
1672
  "attribute": "emit-config",
1673
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1673
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1674
1674
  "type": "object"
1675
1675
  },
1676
1676
  {
1677
1677
  "name": "waitFor",
1678
1678
  "attribute": "wait-for",
1679
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1679
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1680
1680
  "type": "string"
1681
1681
  },
1682
1682
  {
1683
1683
  "name": "disabled",
1684
1684
  "attribute": "disabled",
1685
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1685
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1686
1686
  "type": "boolean",
1687
1687
  "default": "false"
1688
1688
  }
@@ -1789,12 +1789,12 @@
1789
1789
  },
1790
1790
  {
1791
1791
  "name": "subscribe",
1792
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1792
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1793
1793
  "type": "string"
1794
1794
  },
1795
1795
  {
1796
1796
  "name": "subscribe-config",
1797
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1797
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1798
1798
  "type": "object"
1799
1799
  },
1800
1800
  {
@@ -1804,17 +1804,17 @@
1804
1804
  },
1805
1805
  {
1806
1806
  "name": "emit-config",
1807
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1807
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1808
1808
  "type": "object"
1809
1809
  },
1810
1810
  {
1811
1811
  "name": "wait-for",
1812
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1812
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1813
1813
  "type": "string"
1814
1814
  },
1815
1815
  {
1816
1816
  "name": "disabled",
1817
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1817
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1818
1818
  "type": "boolean",
1819
1819
  "default": "false"
1820
1820
  }
@@ -1830,13 +1830,13 @@
1830
1830
  {
1831
1831
  "name": "subscribe",
1832
1832
  "attribute": "subscribe",
1833
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1833
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1834
1834
  "type": "string"
1835
1835
  },
1836
1836
  {
1837
1837
  "name": "subscribeConfig",
1838
1838
  "attribute": "subscribe-config",
1839
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1839
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1840
1840
  "type": "object"
1841
1841
  },
1842
1842
  {
@@ -1848,19 +1848,19 @@
1848
1848
  {
1849
1849
  "name": "emitConfig",
1850
1850
  "attribute": "emit-config",
1851
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1851
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1852
1852
  "type": "object"
1853
1853
  },
1854
1854
  {
1855
1855
  "name": "waitFor",
1856
1856
  "attribute": "wait-for",
1857
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1857
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1858
1858
  "type": "string"
1859
1859
  },
1860
1860
  {
1861
1861
  "name": "disabled",
1862
1862
  "attribute": "disabled",
1863
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1863
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1864
1864
  "type": "boolean",
1865
1865
  "default": "false"
1866
1866
  }
@@ -1913,12 +1913,12 @@
1913
1913
  },
1914
1914
  {
1915
1915
  "name": "subscribe",
1916
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1916
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1917
1917
  "type": "string"
1918
1918
  },
1919
1919
  {
1920
1920
  "name": "subscribe-config",
1921
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1921
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1922
1922
  "type": "object"
1923
1923
  },
1924
1924
  {
@@ -1928,17 +1928,17 @@
1928
1928
  },
1929
1929
  {
1930
1930
  "name": "emit-config",
1931
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
1931
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
1932
1932
  "type": "object"
1933
1933
  },
1934
1934
  {
1935
1935
  "name": "wait-for",
1936
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
1936
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
1937
1937
  "type": "string"
1938
1938
  },
1939
1939
  {
1940
1940
  "name": "disabled",
1941
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
1941
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
1942
1942
  "type": "boolean",
1943
1943
  "default": "false"
1944
1944
  }
@@ -1987,13 +1987,13 @@
1987
1987
  {
1988
1988
  "name": "subscribe",
1989
1989
  "attribute": "subscribe",
1990
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
1990
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
1991
1991
  "type": "string"
1992
1992
  },
1993
1993
  {
1994
1994
  "name": "subscribeConfig",
1995
1995
  "attribute": "subscribe-config",
1996
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
1996
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
1997
1997
  "type": "object"
1998
1998
  },
1999
1999
  {
@@ -2005,19 +2005,19 @@
2005
2005
  {
2006
2006
  "name": "emitConfig",
2007
2007
  "attribute": "emit-config",
2008
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2008
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2009
2009
  "type": "object"
2010
2010
  },
2011
2011
  {
2012
2012
  "name": "waitFor",
2013
2013
  "attribute": "wait-for",
2014
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2014
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2015
2015
  "type": "string"
2016
2016
  },
2017
2017
  {
2018
2018
  "name": "disabled",
2019
2019
  "attribute": "disabled",
2020
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2020
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2021
2021
  "type": "boolean",
2022
2022
  "default": "false"
2023
2023
  }
@@ -2031,11 +2031,11 @@
2031
2031
  {
2032
2032
  "name": "pb-code-highlight",
2033
2033
  "path": "./src/pb-code-highlight.js",
2034
- "description": "Highlight a code snippet. The snippet may either be passed in a template child\nelement, which could contain HTML or text. If no template child is present, the\ncomponent will take any text content contained in it and highlight it. One can also\npass the code to be highlighted in the `code` property.",
2034
+ "description": "Highlight a code snippet. The snippet may either be passed in a template child\r\nelement, which could contain HTML or text. If no template child is present, the\r\ncomponent will take any text content contained in it and highlight it. One can also\r\npass the code to be highlighted in the `code` property.",
2035
2035
  "attributes": [
2036
2036
  {
2037
2037
  "name": "code",
2038
- "description": "The code to be highlighted as a string. If not set,\nthis will be populated from either a template child element\nor the element's text content.",
2038
+ "description": "The code to be highlighted as a string. If not set,\r\nthis will be populated from either a template child element\r\nor the element's text content.",
2039
2039
  "type": "string"
2040
2040
  },
2041
2041
  {
@@ -2046,7 +2046,7 @@
2046
2046
  },
2047
2047
  {
2048
2048
  "name": "theme",
2049
- "description": "Highlighting theme to use: 'coy', 'dark', 'funky', 'okaida', 'solarizedlight',\n'tomorrow', 'twilight' or 'default'.",
2049
+ "description": "Highlighting theme to use: 'coy', 'dark', 'funky', 'okaida', 'solarizedlight',\r\n'tomorrow', 'twilight' or 'default'.",
2050
2050
  "type": "string",
2051
2051
  "default": "\"default\""
2052
2052
  },
@@ -2060,7 +2060,7 @@
2060
2060
  {
2061
2061
  "name": "code",
2062
2062
  "attribute": "code",
2063
- "description": "The code to be highlighted as a string. If not set,\nthis will be populated from either a template child element\nor the element's text content.",
2063
+ "description": "The code to be highlighted as a string. If not set,\r\nthis will be populated from either a template child element\r\nor the element's text content.",
2064
2064
  "type": "string"
2065
2065
  },
2066
2066
  {
@@ -2073,7 +2073,7 @@
2073
2073
  {
2074
2074
  "name": "theme",
2075
2075
  "attribute": "theme",
2076
- "description": "Highlighting theme to use: 'coy', 'dark', 'funky', 'okaida', 'solarizedlight',\n'tomorrow', 'twilight' or 'default'.",
2076
+ "description": "Highlighting theme to use: 'coy', 'dark', 'funky', 'okaida', 'solarizedlight',\r\n'tomorrow', 'twilight' or 'default'.",
2077
2077
  "type": "string",
2078
2078
  "default": "\"default\""
2079
2079
  },
@@ -2225,12 +2225,12 @@
2225
2225
  },
2226
2226
  {
2227
2227
  "name": "subscribe",
2228
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2228
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2229
2229
  "type": "string"
2230
2230
  },
2231
2231
  {
2232
2232
  "name": "subscribe-config",
2233
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2233
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2234
2234
  "type": "object"
2235
2235
  },
2236
2236
  {
@@ -2240,17 +2240,17 @@
2240
2240
  },
2241
2241
  {
2242
2242
  "name": "emit-config",
2243
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2243
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2244
2244
  "type": "object"
2245
2245
  },
2246
2246
  {
2247
2247
  "name": "wait-for",
2248
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2248
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2249
2249
  "type": "string"
2250
2250
  },
2251
2251
  {
2252
2252
  "name": "disabled",
2253
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2253
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2254
2254
  "type": "boolean",
2255
2255
  "default": "false"
2256
2256
  }
@@ -2308,13 +2308,13 @@
2308
2308
  {
2309
2309
  "name": "subscribe",
2310
2310
  "attribute": "subscribe",
2311
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2311
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2312
2312
  "type": "string"
2313
2313
  },
2314
2314
  {
2315
2315
  "name": "subscribeConfig",
2316
2316
  "attribute": "subscribe-config",
2317
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2317
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2318
2318
  "type": "object"
2319
2319
  },
2320
2320
  {
@@ -2326,19 +2326,19 @@
2326
2326
  {
2327
2327
  "name": "emitConfig",
2328
2328
  "attribute": "emit-config",
2329
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2329
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2330
2330
  "type": "object"
2331
2331
  },
2332
2332
  {
2333
2333
  "name": "waitFor",
2334
2334
  "attribute": "wait-for",
2335
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2335
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2336
2336
  "type": "string"
2337
2337
  },
2338
2338
  {
2339
2339
  "name": "disabled",
2340
2340
  "attribute": "disabled",
2341
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2341
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2342
2342
  "type": "boolean",
2343
2343
  "default": "false"
2344
2344
  }
@@ -2403,12 +2403,12 @@
2403
2403
  },
2404
2404
  {
2405
2405
  "name": "subscribe",
2406
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2406
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2407
2407
  "type": "string"
2408
2408
  },
2409
2409
  {
2410
2410
  "name": "subscribe-config",
2411
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2411
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2412
2412
  "type": "object"
2413
2413
  },
2414
2414
  {
@@ -2418,17 +2418,17 @@
2418
2418
  },
2419
2419
  {
2420
2420
  "name": "emit-config",
2421
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2421
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2422
2422
  "type": "object"
2423
2423
  },
2424
2424
  {
2425
2425
  "name": "wait-for",
2426
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2426
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2427
2427
  "type": "string"
2428
2428
  },
2429
2429
  {
2430
2430
  "name": "disabled",
2431
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2431
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2432
2432
  "type": "boolean",
2433
2433
  "default": "false"
2434
2434
  }
@@ -2486,13 +2486,13 @@
2486
2486
  {
2487
2487
  "name": "subscribe",
2488
2488
  "attribute": "subscribe",
2489
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2489
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2490
2490
  "type": "string"
2491
2491
  },
2492
2492
  {
2493
2493
  "name": "subscribeConfig",
2494
2494
  "attribute": "subscribe-config",
2495
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2495
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2496
2496
  "type": "object"
2497
2497
  },
2498
2498
  {
@@ -2504,19 +2504,19 @@
2504
2504
  {
2505
2505
  "name": "emitConfig",
2506
2506
  "attribute": "emit-config",
2507
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2507
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2508
2508
  "type": "object"
2509
2509
  },
2510
2510
  {
2511
2511
  "name": "waitFor",
2512
2512
  "attribute": "wait-for",
2513
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2513
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2514
2514
  "type": "string"
2515
2515
  },
2516
2516
  {
2517
2517
  "name": "disabled",
2518
2518
  "attribute": "disabled",
2519
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2519
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2520
2520
  "type": "boolean",
2521
2521
  "default": "false"
2522
2522
  }
@@ -2610,12 +2610,12 @@
2610
2610
  },
2611
2611
  {
2612
2612
  "name": "subscribe",
2613
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2613
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2614
2614
  "type": "string"
2615
2615
  },
2616
2616
  {
2617
2617
  "name": "subscribe-config",
2618
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2618
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2619
2619
  "type": "object"
2620
2620
  },
2621
2621
  {
@@ -2625,17 +2625,17 @@
2625
2625
  },
2626
2626
  {
2627
2627
  "name": "emit-config",
2628
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2628
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2629
2629
  "type": "object"
2630
2630
  },
2631
2631
  {
2632
2632
  "name": "wait-for",
2633
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2633
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2634
2634
  "type": "string"
2635
2635
  },
2636
2636
  {
2637
2637
  "name": "disabled",
2638
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2638
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2639
2639
  "type": "boolean",
2640
2640
  "default": "false"
2641
2641
  }
@@ -2748,13 +2748,13 @@
2748
2748
  {
2749
2749
  "name": "subscribe",
2750
2750
  "attribute": "subscribe",
2751
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2751
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2752
2752
  "type": "string"
2753
2753
  },
2754
2754
  {
2755
2755
  "name": "subscribeConfig",
2756
2756
  "attribute": "subscribe-config",
2757
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2757
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2758
2758
  "type": "object"
2759
2759
  },
2760
2760
  {
@@ -2766,19 +2766,19 @@
2766
2766
  {
2767
2767
  "name": "emitConfig",
2768
2768
  "attribute": "emit-config",
2769
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2769
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2770
2770
  "type": "object"
2771
2771
  },
2772
2772
  {
2773
2773
  "name": "waitFor",
2774
2774
  "attribute": "wait-for",
2775
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2775
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2776
2776
  "type": "string"
2777
2777
  },
2778
2778
  {
2779
2779
  "name": "disabled",
2780
2780
  "attribute": "disabled",
2781
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2781
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2782
2782
  "type": "boolean",
2783
2783
  "default": "false"
2784
2784
  }
@@ -2853,12 +2853,12 @@
2853
2853
  },
2854
2854
  {
2855
2855
  "name": "subscribe",
2856
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2856
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2857
2857
  "type": "string"
2858
2858
  },
2859
2859
  {
2860
2860
  "name": "subscribe-config",
2861
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2861
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2862
2862
  "type": "object"
2863
2863
  },
2864
2864
  {
@@ -2868,17 +2868,17 @@
2868
2868
  },
2869
2869
  {
2870
2870
  "name": "emit-config",
2871
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2871
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2872
2872
  "type": "object"
2873
2873
  },
2874
2874
  {
2875
2875
  "name": "wait-for",
2876
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2876
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2877
2877
  "type": "string"
2878
2878
  },
2879
2879
  {
2880
2880
  "name": "disabled",
2881
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2881
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2882
2882
  "type": "boolean",
2883
2883
  "default": "false"
2884
2884
  }
@@ -2918,13 +2918,13 @@
2918
2918
  {
2919
2919
  "name": "subscribe",
2920
2920
  "attribute": "subscribe",
2921
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
2921
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
2922
2922
  "type": "string"
2923
2923
  },
2924
2924
  {
2925
2925
  "name": "subscribeConfig",
2926
2926
  "attribute": "subscribe-config",
2927
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
2927
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
2928
2928
  "type": "object"
2929
2929
  },
2930
2930
  {
@@ -2936,19 +2936,19 @@
2936
2936
  {
2937
2937
  "name": "emitConfig",
2938
2938
  "attribute": "emit-config",
2939
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
2939
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
2940
2940
  "type": "object"
2941
2941
  },
2942
2942
  {
2943
2943
  "name": "waitFor",
2944
2944
  "attribute": "wait-for",
2945
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
2945
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
2946
2946
  "type": "string"
2947
2947
  },
2948
2948
  {
2949
2949
  "name": "disabled",
2950
2950
  "attribute": "disabled",
2951
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
2951
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
2952
2952
  "type": "boolean",
2953
2953
  "default": "false"
2954
2954
  }
@@ -3009,12 +3009,12 @@
3009
3009
  },
3010
3010
  {
3011
3011
  "name": "subscribe",
3012
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3012
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3013
3013
  "type": "string"
3014
3014
  },
3015
3015
  {
3016
3016
  "name": "subscribe-config",
3017
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3017
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3018
3018
  "type": "object"
3019
3019
  },
3020
3020
  {
@@ -3024,17 +3024,17 @@
3024
3024
  },
3025
3025
  {
3026
3026
  "name": "emit-config",
3027
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3027
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3028
3028
  "type": "object"
3029
3029
  },
3030
3030
  {
3031
3031
  "name": "wait-for",
3032
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3032
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3033
3033
  "type": "string"
3034
3034
  },
3035
3035
  {
3036
3036
  "name": "disabled",
3037
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3037
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3038
3038
  "type": "boolean",
3039
3039
  "default": "false"
3040
3040
  }
@@ -3093,13 +3093,13 @@
3093
3093
  {
3094
3094
  "name": "subscribe",
3095
3095
  "attribute": "subscribe",
3096
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3096
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3097
3097
  "type": "string"
3098
3098
  },
3099
3099
  {
3100
3100
  "name": "subscribeConfig",
3101
3101
  "attribute": "subscribe-config",
3102
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3102
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3103
3103
  "type": "object"
3104
3104
  },
3105
3105
  {
@@ -3111,19 +3111,19 @@
3111
3111
  {
3112
3112
  "name": "emitConfig",
3113
3113
  "attribute": "emit-config",
3114
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3114
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3115
3115
  "type": "object"
3116
3116
  },
3117
3117
  {
3118
3118
  "name": "waitFor",
3119
3119
  "attribute": "wait-for",
3120
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3120
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3121
3121
  "type": "string"
3122
3122
  },
3123
3123
  {
3124
3124
  "name": "disabled",
3125
3125
  "attribute": "disabled",
3126
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3126
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3127
3127
  "type": "boolean",
3128
3128
  "default": "false"
3129
3129
  }
@@ -3180,12 +3180,12 @@
3180
3180
  },
3181
3181
  {
3182
3182
  "name": "subscribe",
3183
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3183
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3184
3184
  "type": "string"
3185
3185
  },
3186
3186
  {
3187
3187
  "name": "subscribe-config",
3188
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3188
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3189
3189
  "type": "object"
3190
3190
  },
3191
3191
  {
@@ -3195,17 +3195,17 @@
3195
3195
  },
3196
3196
  {
3197
3197
  "name": "emit-config",
3198
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3198
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3199
3199
  "type": "object"
3200
3200
  },
3201
3201
  {
3202
3202
  "name": "wait-for",
3203
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3203
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3204
3204
  "type": "string"
3205
3205
  },
3206
3206
  {
3207
3207
  "name": "disabled",
3208
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3208
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3209
3209
  "type": "boolean",
3210
3210
  "default": "false"
3211
3211
  }
@@ -3240,13 +3240,13 @@
3240
3240
  {
3241
3241
  "name": "subscribe",
3242
3242
  "attribute": "subscribe",
3243
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3243
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3244
3244
  "type": "string"
3245
3245
  },
3246
3246
  {
3247
3247
  "name": "subscribeConfig",
3248
3248
  "attribute": "subscribe-config",
3249
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3249
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3250
3250
  "type": "object"
3251
3251
  },
3252
3252
  {
@@ -3258,19 +3258,19 @@
3258
3258
  {
3259
3259
  "name": "emitConfig",
3260
3260
  "attribute": "emit-config",
3261
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3261
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3262
3262
  "type": "object"
3263
3263
  },
3264
3264
  {
3265
3265
  "name": "waitFor",
3266
3266
  "attribute": "wait-for",
3267
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3267
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3268
3268
  "type": "string"
3269
3269
  },
3270
3270
  {
3271
3271
  "name": "disabled",
3272
3272
  "attribute": "disabled",
3273
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3273
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3274
3274
  "type": "boolean",
3275
3275
  "default": "false"
3276
3276
  }
@@ -3335,12 +3335,12 @@
3335
3335
  },
3336
3336
  {
3337
3337
  "name": "subscribe",
3338
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3338
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3339
3339
  "type": "string"
3340
3340
  },
3341
3341
  {
3342
3342
  "name": "subscribe-config",
3343
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3343
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3344
3344
  "type": "object"
3345
3345
  },
3346
3346
  {
@@ -3350,17 +3350,17 @@
3350
3350
  },
3351
3351
  {
3352
3352
  "name": "emit-config",
3353
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3353
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3354
3354
  "type": "object"
3355
3355
  },
3356
3356
  {
3357
3357
  "name": "wait-for",
3358
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3358
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3359
3359
  "type": "string"
3360
3360
  },
3361
3361
  {
3362
3362
  "name": "disabled",
3363
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3363
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3364
3364
  "type": "boolean",
3365
3365
  "default": "false"
3366
3366
  }
@@ -3391,13 +3391,13 @@
3391
3391
  {
3392
3392
  "name": "subscribe",
3393
3393
  "attribute": "subscribe",
3394
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3394
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3395
3395
  "type": "string"
3396
3396
  },
3397
3397
  {
3398
3398
  "name": "subscribeConfig",
3399
3399
  "attribute": "subscribe-config",
3400
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3400
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3401
3401
  "type": "object"
3402
3402
  },
3403
3403
  {
@@ -3409,19 +3409,19 @@
3409
3409
  {
3410
3410
  "name": "emitConfig",
3411
3411
  "attribute": "emit-config",
3412
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3412
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3413
3413
  "type": "object"
3414
3414
  },
3415
3415
  {
3416
3416
  "name": "waitFor",
3417
3417
  "attribute": "wait-for",
3418
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3418
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3419
3419
  "type": "string"
3420
3420
  },
3421
3421
  {
3422
3422
  "name": "disabled",
3423
3423
  "attribute": "disabled",
3424
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3424
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3425
3425
  "type": "boolean",
3426
3426
  "default": "false"
3427
3427
  }
@@ -3460,12 +3460,12 @@
3460
3460
  },
3461
3461
  {
3462
3462
  "name": "subscribe",
3463
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3463
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3464
3464
  "type": "string"
3465
3465
  },
3466
3466
  {
3467
3467
  "name": "subscribe-config",
3468
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3468
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3469
3469
  "type": "object"
3470
3470
  },
3471
3471
  {
@@ -3475,17 +3475,17 @@
3475
3475
  },
3476
3476
  {
3477
3477
  "name": "emit-config",
3478
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3478
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3479
3479
  "type": "object"
3480
3480
  },
3481
3481
  {
3482
3482
  "name": "wait-for",
3483
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3483
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3484
3484
  "type": "string"
3485
3485
  },
3486
3486
  {
3487
3487
  "name": "disabled",
3488
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3488
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3489
3489
  "type": "boolean",
3490
3490
  "default": "false"
3491
3491
  }
@@ -3513,13 +3513,13 @@
3513
3513
  {
3514
3514
  "name": "subscribe",
3515
3515
  "attribute": "subscribe",
3516
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3516
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3517
3517
  "type": "string"
3518
3518
  },
3519
3519
  {
3520
3520
  "name": "subscribeConfig",
3521
3521
  "attribute": "subscribe-config",
3522
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3522
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3523
3523
  "type": "object"
3524
3524
  },
3525
3525
  {
@@ -3531,19 +3531,19 @@
3531
3531
  {
3532
3532
  "name": "emitConfig",
3533
3533
  "attribute": "emit-config",
3534
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3534
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3535
3535
  "type": "object"
3536
3536
  },
3537
3537
  {
3538
3538
  "name": "waitFor",
3539
3539
  "attribute": "wait-for",
3540
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3540
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3541
3541
  "type": "string"
3542
3542
  },
3543
3543
  {
3544
3544
  "name": "disabled",
3545
3545
  "attribute": "disabled",
3546
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3546
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3547
3547
  "type": "boolean",
3548
3548
  "default": "false"
3549
3549
  }
@@ -3582,12 +3582,12 @@
3582
3582
  },
3583
3583
  {
3584
3584
  "name": "subscribe",
3585
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3585
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3586
3586
  "type": "string"
3587
3587
  },
3588
3588
  {
3589
3589
  "name": "subscribe-config",
3590
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3590
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3591
3591
  "type": "object"
3592
3592
  },
3593
3593
  {
@@ -3597,17 +3597,17 @@
3597
3597
  },
3598
3598
  {
3599
3599
  "name": "emit-config",
3600
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3600
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3601
3601
  "type": "object"
3602
3602
  },
3603
3603
  {
3604
3604
  "name": "wait-for",
3605
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3605
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3606
3606
  "type": "string"
3607
3607
  },
3608
3608
  {
3609
3609
  "name": "disabled",
3610
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3610
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3611
3611
  "type": "boolean",
3612
3612
  "default": "false"
3613
3613
  }
@@ -3641,13 +3641,13 @@
3641
3641
  {
3642
3642
  "name": "subscribe",
3643
3643
  "attribute": "subscribe",
3644
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3644
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3645
3645
  "type": "string"
3646
3646
  },
3647
3647
  {
3648
3648
  "name": "subscribeConfig",
3649
3649
  "attribute": "subscribe-config",
3650
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3650
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3651
3651
  "type": "object"
3652
3652
  },
3653
3653
  {
@@ -3659,19 +3659,19 @@
3659
3659
  {
3660
3660
  "name": "emitConfig",
3661
3661
  "attribute": "emit-config",
3662
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3662
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3663
3663
  "type": "object"
3664
3664
  },
3665
3665
  {
3666
3666
  "name": "waitFor",
3667
3667
  "attribute": "wait-for",
3668
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3668
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3669
3669
  "type": "string"
3670
3670
  },
3671
3671
  {
3672
3672
  "name": "disabled",
3673
3673
  "attribute": "disabled",
3674
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3674
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3675
3675
  "type": "boolean",
3676
3676
  "default": "false"
3677
3677
  }
@@ -3787,12 +3787,12 @@
3787
3787
  },
3788
3788
  {
3789
3789
  "name": "subscribe",
3790
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3790
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3791
3791
  "type": "string"
3792
3792
  },
3793
3793
  {
3794
3794
  "name": "subscribe-config",
3795
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3795
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3796
3796
  "type": "object"
3797
3797
  },
3798
3798
  {
@@ -3802,17 +3802,17 @@
3802
3802
  },
3803
3803
  {
3804
3804
  "name": "emit-config",
3805
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3805
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3806
3806
  "type": "object"
3807
3807
  },
3808
3808
  {
3809
3809
  "name": "wait-for",
3810
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3810
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3811
3811
  "type": "string"
3812
3812
  },
3813
3813
  {
3814
3814
  "name": "disabled",
3815
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3815
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3816
3816
  "type": "boolean",
3817
3817
  "default": "false"
3818
3818
  }
@@ -3928,13 +3928,13 @@
3928
3928
  {
3929
3929
  "name": "subscribe",
3930
3930
  "attribute": "subscribe",
3931
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
3931
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
3932
3932
  "type": "string"
3933
3933
  },
3934
3934
  {
3935
3935
  "name": "subscribeConfig",
3936
3936
  "attribute": "subscribe-config",
3937
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
3937
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
3938
3938
  "type": "object"
3939
3939
  },
3940
3940
  {
@@ -3946,19 +3946,19 @@
3946
3946
  {
3947
3947
  "name": "emitConfig",
3948
3948
  "attribute": "emit-config",
3949
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
3949
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
3950
3950
  "type": "object"
3951
3951
  },
3952
3952
  {
3953
3953
  "name": "waitFor",
3954
3954
  "attribute": "wait-for",
3955
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
3955
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
3956
3956
  "type": "string"
3957
3957
  },
3958
3958
  {
3959
3959
  "name": "disabled",
3960
3960
  "attribute": "disabled",
3961
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
3961
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
3962
3962
  "type": "boolean",
3963
3963
  "default": "false"
3964
3964
  }
@@ -4128,12 +4128,12 @@
4128
4128
  },
4129
4129
  {
4130
4130
  "name": "subscribe",
4131
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4131
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4132
4132
  "type": "string"
4133
4133
  },
4134
4134
  {
4135
4135
  "name": "subscribe-config",
4136
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4136
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4137
4137
  "type": "object"
4138
4138
  },
4139
4139
  {
@@ -4143,17 +4143,17 @@
4143
4143
  },
4144
4144
  {
4145
4145
  "name": "emit-config",
4146
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4146
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4147
4147
  "type": "object"
4148
4148
  },
4149
4149
  {
4150
4150
  "name": "wait-for",
4151
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4151
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4152
4152
  "type": "string"
4153
4153
  },
4154
4154
  {
4155
4155
  "name": "disabled",
4156
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4156
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4157
4157
  "type": "boolean",
4158
4158
  "default": "false"
4159
4159
  }
@@ -4228,13 +4228,13 @@
4228
4228
  {
4229
4229
  "name": "subscribe",
4230
4230
  "attribute": "subscribe",
4231
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4231
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4232
4232
  "type": "string"
4233
4233
  },
4234
4234
  {
4235
4235
  "name": "subscribeConfig",
4236
4236
  "attribute": "subscribe-config",
4237
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4237
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4238
4238
  "type": "object"
4239
4239
  },
4240
4240
  {
@@ -4246,19 +4246,19 @@
4246
4246
  {
4247
4247
  "name": "emitConfig",
4248
4248
  "attribute": "emit-config",
4249
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4249
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4250
4250
  "type": "object"
4251
4251
  },
4252
4252
  {
4253
4253
  "name": "waitFor",
4254
4254
  "attribute": "wait-for",
4255
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4255
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4256
4256
  "type": "string"
4257
4257
  },
4258
4258
  {
4259
4259
  "name": "disabled",
4260
4260
  "attribute": "disabled",
4261
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4261
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4262
4262
  "type": "boolean",
4263
4263
  "default": "false"
4264
4264
  }
@@ -4313,12 +4313,12 @@
4313
4313
  },
4314
4314
  {
4315
4315
  "name": "subscribe",
4316
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4316
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4317
4317
  "type": "string"
4318
4318
  },
4319
4319
  {
4320
4320
  "name": "subscribe-config",
4321
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4321
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4322
4322
  "type": "object"
4323
4323
  },
4324
4324
  {
@@ -4328,17 +4328,17 @@
4328
4328
  },
4329
4329
  {
4330
4330
  "name": "emit-config",
4331
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4331
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4332
4332
  "type": "object"
4333
4333
  },
4334
4334
  {
4335
4335
  "name": "wait-for",
4336
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4336
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4337
4337
  "type": "string"
4338
4338
  },
4339
4339
  {
4340
4340
  "name": "disabled",
4341
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4341
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4342
4342
  "type": "boolean",
4343
4343
  "default": "false"
4344
4344
  }
@@ -4366,13 +4366,13 @@
4366
4366
  {
4367
4367
  "name": "subscribe",
4368
4368
  "attribute": "subscribe",
4369
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4369
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4370
4370
  "type": "string"
4371
4371
  },
4372
4372
  {
4373
4373
  "name": "subscribeConfig",
4374
4374
  "attribute": "subscribe-config",
4375
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4375
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4376
4376
  "type": "object"
4377
4377
  },
4378
4378
  {
@@ -4384,19 +4384,19 @@
4384
4384
  {
4385
4385
  "name": "emitConfig",
4386
4386
  "attribute": "emit-config",
4387
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4387
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4388
4388
  "type": "object"
4389
4389
  },
4390
4390
  {
4391
4391
  "name": "waitFor",
4392
4392
  "attribute": "wait-for",
4393
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4393
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4394
4394
  "type": "string"
4395
4395
  },
4396
4396
  {
4397
4397
  "name": "disabled",
4398
4398
  "attribute": "disabled",
4399
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4399
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4400
4400
  "type": "boolean",
4401
4401
  "default": "false"
4402
4402
  }
@@ -4437,12 +4437,12 @@
4437
4437
  },
4438
4438
  {
4439
4439
  "name": "subscribe",
4440
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4440
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4441
4441
  "type": "string"
4442
4442
  },
4443
4443
  {
4444
4444
  "name": "subscribe-config",
4445
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4445
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4446
4446
  "type": "object"
4447
4447
  },
4448
4448
  {
@@ -4452,17 +4452,17 @@
4452
4452
  },
4453
4453
  {
4454
4454
  "name": "emit-config",
4455
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4455
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4456
4456
  "type": "object"
4457
4457
  },
4458
4458
  {
4459
4459
  "name": "wait-for",
4460
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4460
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4461
4461
  "type": "string"
4462
4462
  },
4463
4463
  {
4464
4464
  "name": "disabled",
4465
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4465
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4466
4466
  "type": "boolean",
4467
4467
  "default": "false"
4468
4468
  }
@@ -4497,13 +4497,13 @@
4497
4497
  {
4498
4498
  "name": "subscribe",
4499
4499
  "attribute": "subscribe",
4500
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4500
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4501
4501
  "type": "string"
4502
4502
  },
4503
4503
  {
4504
4504
  "name": "subscribeConfig",
4505
4505
  "attribute": "subscribe-config",
4506
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4506
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4507
4507
  "type": "object"
4508
4508
  },
4509
4509
  {
@@ -4515,19 +4515,19 @@
4515
4515
  {
4516
4516
  "name": "emitConfig",
4517
4517
  "attribute": "emit-config",
4518
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4518
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4519
4519
  "type": "object"
4520
4520
  },
4521
4521
  {
4522
4522
  "name": "waitFor",
4523
4523
  "attribute": "wait-for",
4524
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4524
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4525
4525
  "type": "string"
4526
4526
  },
4527
4527
  {
4528
4528
  "name": "disabled",
4529
4529
  "attribute": "disabled",
4530
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4530
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4531
4531
  "type": "boolean",
4532
4532
  "default": "false"
4533
4533
  }
@@ -4588,12 +4588,12 @@
4588
4588
  },
4589
4589
  {
4590
4590
  "name": "subscribe",
4591
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4591
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4592
4592
  "type": "string"
4593
4593
  },
4594
4594
  {
4595
4595
  "name": "subscribe-config",
4596
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4596
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4597
4597
  "type": "object"
4598
4598
  },
4599
4599
  {
@@ -4603,17 +4603,17 @@
4603
4603
  },
4604
4604
  {
4605
4605
  "name": "emit-config",
4606
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4606
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4607
4607
  "type": "object"
4608
4608
  },
4609
4609
  {
4610
4610
  "name": "wait-for",
4611
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4611
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4612
4612
  "type": "string"
4613
4613
  },
4614
4614
  {
4615
4615
  "name": "disabled",
4616
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4616
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4617
4617
  "type": "boolean",
4618
4618
  "default": "false"
4619
4619
  }
@@ -4648,13 +4648,13 @@
4648
4648
  {
4649
4649
  "name": "subscribe",
4650
4650
  "attribute": "subscribe",
4651
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4651
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4652
4652
  "type": "string"
4653
4653
  },
4654
4654
  {
4655
4655
  "name": "subscribeConfig",
4656
4656
  "attribute": "subscribe-config",
4657
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4657
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4658
4658
  "type": "object"
4659
4659
  },
4660
4660
  {
@@ -4666,19 +4666,19 @@
4666
4666
  {
4667
4667
  "name": "emitConfig",
4668
4668
  "attribute": "emit-config",
4669
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4669
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4670
4670
  "type": "object"
4671
4671
  },
4672
4672
  {
4673
4673
  "name": "waitFor",
4674
4674
  "attribute": "wait-for",
4675
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4675
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4676
4676
  "type": "string"
4677
4677
  },
4678
4678
  {
4679
4679
  "name": "disabled",
4680
4680
  "attribute": "disabled",
4681
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4681
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4682
4682
  "type": "boolean",
4683
4683
  "default": "false"
4684
4684
  }
@@ -4761,12 +4761,12 @@
4761
4761
  },
4762
4762
  {
4763
4763
  "name": "subscribe",
4764
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4764
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4765
4765
  "type": "string"
4766
4766
  },
4767
4767
  {
4768
4768
  "name": "subscribe-config",
4769
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4769
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4770
4770
  "type": "object"
4771
4771
  },
4772
4772
  {
@@ -4776,17 +4776,17 @@
4776
4776
  },
4777
4777
  {
4778
4778
  "name": "emit-config",
4779
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4779
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4780
4780
  "type": "object"
4781
4781
  },
4782
4782
  {
4783
4783
  "name": "wait-for",
4784
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4784
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4785
4785
  "type": "string"
4786
4786
  },
4787
4787
  {
4788
4788
  "name": "disabled",
4789
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4789
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4790
4790
  "type": "boolean",
4791
4791
  "default": "false"
4792
4792
  }
@@ -4813,13 +4813,13 @@
4813
4813
  {
4814
4814
  "name": "subscribe",
4815
4815
  "attribute": "subscribe",
4816
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4816
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4817
4817
  "type": "string"
4818
4818
  },
4819
4819
  {
4820
4820
  "name": "subscribeConfig",
4821
4821
  "attribute": "subscribe-config",
4822
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4822
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4823
4823
  "type": "object"
4824
4824
  },
4825
4825
  {
@@ -4831,19 +4831,19 @@
4831
4831
  {
4832
4832
  "name": "emitConfig",
4833
4833
  "attribute": "emit-config",
4834
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4834
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4835
4835
  "type": "object"
4836
4836
  },
4837
4837
  {
4838
4838
  "name": "waitFor",
4839
4839
  "attribute": "wait-for",
4840
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4840
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4841
4841
  "type": "string"
4842
4842
  },
4843
4843
  {
4844
4844
  "name": "disabled",
4845
4845
  "attribute": "disabled",
4846
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4846
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4847
4847
  "type": "boolean",
4848
4848
  "default": "false"
4849
4849
  }
@@ -4946,12 +4946,12 @@
4946
4946
  },
4947
4947
  {
4948
4948
  "name": "subscribe",
4949
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
4949
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
4950
4950
  "type": "string"
4951
4951
  },
4952
4952
  {
4953
4953
  "name": "subscribe-config",
4954
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
4954
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
4955
4955
  "type": "object"
4956
4956
  },
4957
4957
  {
@@ -4961,17 +4961,17 @@
4961
4961
  },
4962
4962
  {
4963
4963
  "name": "emit-config",
4964
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
4964
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
4965
4965
  "type": "object"
4966
4966
  },
4967
4967
  {
4968
4968
  "name": "wait-for",
4969
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
4969
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
4970
4970
  "type": "string"
4971
4971
  },
4972
4972
  {
4973
4973
  "name": "disabled",
4974
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
4974
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
4975
4975
  "type": "boolean",
4976
4976
  "default": "true"
4977
4977
  }
@@ -5060,13 +5060,13 @@
5060
5060
  {
5061
5061
  "name": "subscribe",
5062
5062
  "attribute": "subscribe",
5063
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5063
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5064
5064
  "type": "string"
5065
5065
  },
5066
5066
  {
5067
5067
  "name": "subscribeConfig",
5068
5068
  "attribute": "subscribe-config",
5069
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5069
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5070
5070
  "type": "object"
5071
5071
  },
5072
5072
  {
@@ -5078,19 +5078,19 @@
5078
5078
  {
5079
5079
  "name": "emitConfig",
5080
5080
  "attribute": "emit-config",
5081
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5081
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5082
5082
  "type": "object"
5083
5083
  },
5084
5084
  {
5085
5085
  "name": "waitFor",
5086
5086
  "attribute": "wait-for",
5087
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5087
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5088
5088
  "type": "string"
5089
5089
  },
5090
5090
  {
5091
5091
  "name": "disabled",
5092
5092
  "attribute": "disabled",
5093
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5093
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5094
5094
  "type": "boolean",
5095
5095
  "default": "true"
5096
5096
  }
@@ -5162,12 +5162,12 @@
5162
5162
  },
5163
5163
  {
5164
5164
  "name": "subscribe",
5165
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5165
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5166
5166
  "type": "string"
5167
5167
  },
5168
5168
  {
5169
5169
  "name": "subscribe-config",
5170
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5170
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5171
5171
  "type": "object"
5172
5172
  },
5173
5173
  {
@@ -5177,17 +5177,17 @@
5177
5177
  },
5178
5178
  {
5179
5179
  "name": "emit-config",
5180
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5180
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5181
5181
  "type": "object"
5182
5182
  },
5183
5183
  {
5184
5184
  "name": "wait-for",
5185
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5185
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5186
5186
  "type": "string"
5187
5187
  },
5188
5188
  {
5189
5189
  "name": "disabled",
5190
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5190
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5191
5191
  "type": "boolean",
5192
5192
  "default": "false"
5193
5193
  }
@@ -5238,13 +5238,13 @@
5238
5238
  {
5239
5239
  "name": "subscribe",
5240
5240
  "attribute": "subscribe",
5241
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5241
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5242
5242
  "type": "string"
5243
5243
  },
5244
5244
  {
5245
5245
  "name": "subscribeConfig",
5246
5246
  "attribute": "subscribe-config",
5247
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5247
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5248
5248
  "type": "object"
5249
5249
  },
5250
5250
  {
@@ -5256,19 +5256,19 @@
5256
5256
  {
5257
5257
  "name": "emitConfig",
5258
5258
  "attribute": "emit-config",
5259
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5259
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5260
5260
  "type": "object"
5261
5261
  },
5262
5262
  {
5263
5263
  "name": "waitFor",
5264
5264
  "attribute": "wait-for",
5265
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5265
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5266
5266
  "type": "string"
5267
5267
  },
5268
5268
  {
5269
5269
  "name": "disabled",
5270
5270
  "attribute": "disabled",
5271
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5271
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5272
5272
  "type": "boolean",
5273
5273
  "default": "false"
5274
5274
  }
@@ -5366,12 +5366,12 @@
5366
5366
  },
5367
5367
  {
5368
5368
  "name": "subscribe",
5369
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5369
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5370
5370
  "type": "string"
5371
5371
  },
5372
5372
  {
5373
5373
  "name": "subscribe-config",
5374
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5374
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5375
5375
  "type": "object"
5376
5376
  },
5377
5377
  {
@@ -5381,17 +5381,17 @@
5381
5381
  },
5382
5382
  {
5383
5383
  "name": "emit-config",
5384
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5384
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5385
5385
  "type": "object"
5386
5386
  },
5387
5387
  {
5388
5388
  "name": "wait-for",
5389
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5389
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5390
5390
  "type": "string"
5391
5391
  },
5392
5392
  {
5393
5393
  "name": "disabled",
5394
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5394
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5395
5395
  "type": "boolean",
5396
5396
  "default": "false"
5397
5397
  }
@@ -5498,13 +5498,13 @@
5498
5498
  {
5499
5499
  "name": "subscribe",
5500
5500
  "attribute": "subscribe",
5501
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5501
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5502
5502
  "type": "string"
5503
5503
  },
5504
5504
  {
5505
5505
  "name": "subscribeConfig",
5506
5506
  "attribute": "subscribe-config",
5507
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5507
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5508
5508
  "type": "object"
5509
5509
  },
5510
5510
  {
@@ -5516,19 +5516,19 @@
5516
5516
  {
5517
5517
  "name": "emitConfig",
5518
5518
  "attribute": "emit-config",
5519
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5519
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5520
5520
  "type": "object"
5521
5521
  },
5522
5522
  {
5523
5523
  "name": "waitFor",
5524
5524
  "attribute": "wait-for",
5525
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5525
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5526
5526
  "type": "string"
5527
5527
  },
5528
5528
  {
5529
5529
  "name": "disabled",
5530
5530
  "attribute": "disabled",
5531
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5531
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5532
5532
  "type": "boolean",
5533
5533
  "default": "false"
5534
5534
  }
@@ -5619,12 +5619,12 @@
5619
5619
  },
5620
5620
  {
5621
5621
  "name": "subscribe",
5622
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5622
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5623
5623
  "type": "string"
5624
5624
  },
5625
5625
  {
5626
5626
  "name": "subscribe-config",
5627
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5627
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5628
5628
  "type": "object"
5629
5629
  },
5630
5630
  {
@@ -5634,17 +5634,17 @@
5634
5634
  },
5635
5635
  {
5636
5636
  "name": "emit-config",
5637
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5637
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5638
5638
  "type": "object"
5639
5639
  },
5640
5640
  {
5641
5641
  "name": "wait-for",
5642
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5642
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5643
5643
  "type": "string"
5644
5644
  },
5645
5645
  {
5646
5646
  "name": "disabled",
5647
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5647
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5648
5648
  "type": "boolean",
5649
5649
  "default": "false"
5650
5650
  }
@@ -5717,13 +5717,13 @@
5717
5717
  {
5718
5718
  "name": "subscribe",
5719
5719
  "attribute": "subscribe",
5720
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5720
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5721
5721
  "type": "string"
5722
5722
  },
5723
5723
  {
5724
5724
  "name": "subscribeConfig",
5725
5725
  "attribute": "subscribe-config",
5726
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5726
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5727
5727
  "type": "object"
5728
5728
  },
5729
5729
  {
@@ -5735,19 +5735,19 @@
5735
5735
  {
5736
5736
  "name": "emitConfig",
5737
5737
  "attribute": "emit-config",
5738
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5738
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5739
5739
  "type": "object"
5740
5740
  },
5741
5741
  {
5742
5742
  "name": "waitFor",
5743
5743
  "attribute": "wait-for",
5744
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5744
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5745
5745
  "type": "string"
5746
5746
  },
5747
5747
  {
5748
5748
  "name": "disabled",
5749
5749
  "attribute": "disabled",
5750
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5750
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5751
5751
  "type": "boolean",
5752
5752
  "default": "false"
5753
5753
  }
@@ -5798,12 +5798,12 @@
5798
5798
  },
5799
5799
  {
5800
5800
  "name": "subscribe",
5801
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5801
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5802
5802
  "type": "string"
5803
5803
  },
5804
5804
  {
5805
5805
  "name": "subscribe-config",
5806
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5806
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5807
5807
  "type": "object"
5808
5808
  },
5809
5809
  {
@@ -5813,17 +5813,17 @@
5813
5813
  },
5814
5814
  {
5815
5815
  "name": "emit-config",
5816
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5816
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5817
5817
  "type": "object"
5818
5818
  },
5819
5819
  {
5820
5820
  "name": "wait-for",
5821
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5821
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5822
5822
  "type": "string"
5823
5823
  },
5824
5824
  {
5825
5825
  "name": "disabled",
5826
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5826
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5827
5827
  "type": "boolean",
5828
5828
  "default": "false"
5829
5829
  }
@@ -5844,13 +5844,13 @@
5844
5844
  {
5845
5845
  "name": "subscribe",
5846
5846
  "attribute": "subscribe",
5847
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
5847
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
5848
5848
  "type": "string"
5849
5849
  },
5850
5850
  {
5851
5851
  "name": "subscribeConfig",
5852
5852
  "attribute": "subscribe-config",
5853
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
5853
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
5854
5854
  "type": "object"
5855
5855
  },
5856
5856
  {
@@ -5862,19 +5862,19 @@
5862
5862
  {
5863
5863
  "name": "emitConfig",
5864
5864
  "attribute": "emit-config",
5865
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
5865
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
5866
5866
  "type": "object"
5867
5867
  },
5868
5868
  {
5869
5869
  "name": "waitFor",
5870
5870
  "attribute": "wait-for",
5871
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
5871
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
5872
5872
  "type": "string"
5873
5873
  },
5874
5874
  {
5875
5875
  "name": "disabled",
5876
5876
  "attribute": "disabled",
5877
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
5877
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
5878
5878
  "type": "boolean",
5879
5879
  "default": "false"
5880
5880
  }
@@ -6165,12 +6165,12 @@
6165
6165
  },
6166
6166
  {
6167
6167
  "name": "subscribe",
6168
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6168
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6169
6169
  "type": "string"
6170
6170
  },
6171
6171
  {
6172
6172
  "name": "subscribe-config",
6173
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6173
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6174
6174
  "type": "object"
6175
6175
  },
6176
6176
  {
@@ -6180,17 +6180,17 @@
6180
6180
  },
6181
6181
  {
6182
6182
  "name": "emit-config",
6183
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6183
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6184
6184
  "type": "object"
6185
6185
  },
6186
6186
  {
6187
6187
  "name": "wait-for",
6188
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6188
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6189
6189
  "type": "string"
6190
6190
  },
6191
6191
  {
6192
6192
  "name": "disabled",
6193
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6193
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6194
6194
  "type": "boolean",
6195
6195
  "default": "false"
6196
6196
  }
@@ -6211,13 +6211,13 @@
6211
6211
  {
6212
6212
  "name": "subscribe",
6213
6213
  "attribute": "subscribe",
6214
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6214
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6215
6215
  "type": "string"
6216
6216
  },
6217
6217
  {
6218
6218
  "name": "subscribeConfig",
6219
6219
  "attribute": "subscribe-config",
6220
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6220
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6221
6221
  "type": "object"
6222
6222
  },
6223
6223
  {
@@ -6229,19 +6229,19 @@
6229
6229
  {
6230
6230
  "name": "emitConfig",
6231
6231
  "attribute": "emit-config",
6232
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6232
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6233
6233
  "type": "object"
6234
6234
  },
6235
6235
  {
6236
6236
  "name": "waitFor",
6237
6237
  "attribute": "wait-for",
6238
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6238
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6239
6239
  "type": "string"
6240
6240
  },
6241
6241
  {
6242
6242
  "name": "disabled",
6243
6243
  "attribute": "disabled",
6244
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6244
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6245
6245
  "type": "boolean",
6246
6246
  "default": "false"
6247
6247
  }
@@ -6346,12 +6346,12 @@
6346
6346
  },
6347
6347
  {
6348
6348
  "name": "subscribe",
6349
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6349
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6350
6350
  "type": "string"
6351
6351
  },
6352
6352
  {
6353
6353
  "name": "subscribe-config",
6354
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6354
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6355
6355
  "type": "object"
6356
6356
  },
6357
6357
  {
@@ -6361,17 +6361,17 @@
6361
6361
  },
6362
6362
  {
6363
6363
  "name": "emit-config",
6364
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6364
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6365
6365
  "type": "object"
6366
6366
  },
6367
6367
  {
6368
6368
  "name": "wait-for",
6369
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6369
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6370
6370
  "type": "string"
6371
6371
  },
6372
6372
  {
6373
6373
  "name": "disabled",
6374
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6374
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6375
6375
  "type": "boolean",
6376
6376
  "default": "false"
6377
6377
  }
@@ -6437,13 +6437,13 @@
6437
6437
  {
6438
6438
  "name": "subscribe",
6439
6439
  "attribute": "subscribe",
6440
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6440
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6441
6441
  "type": "string"
6442
6442
  },
6443
6443
  {
6444
6444
  "name": "subscribeConfig",
6445
6445
  "attribute": "subscribe-config",
6446
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6446
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6447
6447
  "type": "object"
6448
6448
  },
6449
6449
  {
@@ -6455,19 +6455,19 @@
6455
6455
  {
6456
6456
  "name": "emitConfig",
6457
6457
  "attribute": "emit-config",
6458
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6458
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6459
6459
  "type": "object"
6460
6460
  },
6461
6461
  {
6462
6462
  "name": "waitFor",
6463
6463
  "attribute": "wait-for",
6464
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6464
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6465
6465
  "type": "string"
6466
6466
  },
6467
6467
  {
6468
6468
  "name": "disabled",
6469
6469
  "attribute": "disabled",
6470
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6470
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6471
6471
  "type": "boolean",
6472
6472
  "default": "false"
6473
6473
  }
@@ -6544,12 +6544,12 @@
6544
6544
  },
6545
6545
  {
6546
6546
  "name": "subscribe",
6547
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6547
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6548
6548
  "type": "string"
6549
6549
  },
6550
6550
  {
6551
6551
  "name": "subscribe-config",
6552
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6552
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6553
6553
  "type": "object"
6554
6554
  },
6555
6555
  {
@@ -6559,17 +6559,17 @@
6559
6559
  },
6560
6560
  {
6561
6561
  "name": "emit-config",
6562
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6562
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6563
6563
  "type": "object"
6564
6564
  },
6565
6565
  {
6566
6566
  "name": "wait-for",
6567
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6567
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6568
6568
  "type": "string"
6569
6569
  },
6570
6570
  {
6571
6571
  "name": "disabled",
6572
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6572
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6573
6573
  "type": "boolean",
6574
6574
  "default": "true"
6575
6575
  }
@@ -6597,13 +6597,13 @@
6597
6597
  {
6598
6598
  "name": "subscribe",
6599
6599
  "attribute": "subscribe",
6600
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6600
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6601
6601
  "type": "string"
6602
6602
  },
6603
6603
  {
6604
6604
  "name": "subscribeConfig",
6605
6605
  "attribute": "subscribe-config",
6606
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6606
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6607
6607
  "type": "object"
6608
6608
  },
6609
6609
  {
@@ -6615,19 +6615,19 @@
6615
6615
  {
6616
6616
  "name": "emitConfig",
6617
6617
  "attribute": "emit-config",
6618
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6618
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6619
6619
  "type": "object"
6620
6620
  },
6621
6621
  {
6622
6622
  "name": "waitFor",
6623
6623
  "attribute": "wait-for",
6624
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6624
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6625
6625
  "type": "string"
6626
6626
  },
6627
6627
  {
6628
6628
  "name": "disabled",
6629
6629
  "attribute": "disabled",
6630
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6630
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6631
6631
  "type": "boolean",
6632
6632
  "default": "true"
6633
6633
  }
@@ -6661,12 +6661,12 @@
6661
6661
  },
6662
6662
  {
6663
6663
  "name": "subscribe",
6664
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6664
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6665
6665
  "type": "string"
6666
6666
  },
6667
6667
  {
6668
6668
  "name": "subscribe-config",
6669
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6669
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6670
6670
  "type": "object"
6671
6671
  },
6672
6672
  {
@@ -6676,17 +6676,17 @@
6676
6676
  },
6677
6677
  {
6678
6678
  "name": "emit-config",
6679
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6679
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6680
6680
  "type": "object"
6681
6681
  },
6682
6682
  {
6683
6683
  "name": "wait-for",
6684
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6684
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6685
6685
  "type": "string"
6686
6686
  },
6687
6687
  {
6688
6688
  "name": "disabled",
6689
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6689
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6690
6690
  "type": "boolean",
6691
6691
  "default": "false"
6692
6692
  }
@@ -6701,13 +6701,13 @@
6701
6701
  {
6702
6702
  "name": "subscribe",
6703
6703
  "attribute": "subscribe",
6704
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6704
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6705
6705
  "type": "string"
6706
6706
  },
6707
6707
  {
6708
6708
  "name": "subscribeConfig",
6709
6709
  "attribute": "subscribe-config",
6710
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6710
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6711
6711
  "type": "object"
6712
6712
  },
6713
6713
  {
@@ -6719,19 +6719,19 @@
6719
6719
  {
6720
6720
  "name": "emitConfig",
6721
6721
  "attribute": "emit-config",
6722
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6722
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6723
6723
  "type": "object"
6724
6724
  },
6725
6725
  {
6726
6726
  "name": "waitFor",
6727
6727
  "attribute": "wait-for",
6728
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6728
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6729
6729
  "type": "string"
6730
6730
  },
6731
6731
  {
6732
6732
  "name": "disabled",
6733
6733
  "attribute": "disabled",
6734
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6734
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6735
6735
  "type": "boolean",
6736
6736
  "default": "false"
6737
6737
  }
@@ -6858,12 +6858,12 @@
6858
6858
  },
6859
6859
  {
6860
6860
  "name": "subscribe",
6861
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
6861
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
6862
6862
  "type": "string"
6863
6863
  },
6864
6864
  {
6865
6865
  "name": "subscribe-config",
6866
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
6866
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
6867
6867
  "type": "object"
6868
6868
  },
6869
6869
  {
@@ -6873,17 +6873,17 @@
6873
6873
  },
6874
6874
  {
6875
6875
  "name": "emit-config",
6876
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
6876
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
6877
6877
  "type": "object"
6878
6878
  },
6879
6879
  {
6880
6880
  "name": "wait-for",
6881
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
6881
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
6882
6882
  "type": "string"
6883
6883
  },
6884
6884
  {
6885
6885
  "name": "disabled",
6886
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
6886
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
6887
6887
  "type": "boolean",
6888
6888
  "default": "false"
6889
6889
  }
@@ -7031,13 +7031,13 @@
7031
7031
  {
7032
7032
  "name": "subscribe",
7033
7033
  "attribute": "subscribe",
7034
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
7034
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
7035
7035
  "type": "string"
7036
7036
  },
7037
7037
  {
7038
7038
  "name": "subscribeConfig",
7039
7039
  "attribute": "subscribe-config",
7040
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
7040
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
7041
7041
  "type": "object"
7042
7042
  },
7043
7043
  {
@@ -7049,19 +7049,19 @@
7049
7049
  {
7050
7050
  "name": "emitConfig",
7051
7051
  "attribute": "emit-config",
7052
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
7052
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
7053
7053
  "type": "object"
7054
7054
  },
7055
7055
  {
7056
7056
  "name": "waitFor",
7057
7057
  "attribute": "wait-for",
7058
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
7058
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
7059
7059
  "type": "string"
7060
7060
  },
7061
7061
  {
7062
7062
  "name": "disabled",
7063
7063
  "attribute": "disabled",
7064
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
7064
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
7065
7065
  "type": "boolean",
7066
7066
  "default": "false"
7067
7067
  }
@@ -7620,7 +7620,7 @@
7620
7620
  {
7621
7621
  "name": "pb-page",
7622
7622
  "path": "./src/pb-page.js",
7623
- "description": "Configuration element which should wrap around other `pb-` elements.\nAmong other things, this element determines the TEI Publisher\ninstance to which all elements will talk (property `endpoint`), and\ninitializes the i18n language module.",
7623
+ "description": "Configuration element which should wrap around other `pb-` elements.\r\nAmong other things, this element determines the TEI Publisher\r\ninstance to which all elements will talk (property `endpoint`), and\r\ninitializes the i18n language module.",
7624
7624
  "attributes": [
7625
7625
  {
7626
7626
  "name": "app-root",
@@ -7634,28 +7634,28 @@
7634
7634
  },
7635
7635
  {
7636
7636
  "name": "locales",
7637
- "description": "Optional URL pointing to a directory from which additional i18n \nlanguage files will be loaded. The URL should contain placeholders\nfor the language (`lng`) and the namespace (`ns`), e.g.\n\n`resources/i18n/{{ns}}_{{lng}}.json`\n\nor\n\n`resources/i18n/{{ns}}/{{lng}}.json`\n\nThe latter assumes custom language files in a subdirectory, the first\nexpects the namespace to be specified at the start of the file name.\n\nThe default namespace for custom language files is assumed to be `app`,\nbut you can define additional namespaces via `localeFallbackNS`.",
7637
+ "description": "Optional URL pointing to a directory from which additional i18n \r\nlanguage files will be loaded. The URL should contain placeholders\r\nfor the language (`lng`) and the namespace (`ns`), e.g.\r\n\r\n`resources/i18n/{{ns}}_{{lng}}.json`\r\n\r\nor\r\n\r\n`resources/i18n/{{ns}}/{{lng}}.json`\r\n\r\nThe latter assumes custom language files in a subdirectory, the first\r\nexpects the namespace to be specified at the start of the file name.\r\n\r\nThe default namespace for custom language files is assumed to be `app`,\r\nbut you can define additional namespaces via `localeFallbackNS`.",
7638
7638
  "type": "string"
7639
7639
  },
7640
7640
  {
7641
7641
  "name": "language",
7642
- "description": "Set a language for i18n (e.g. 'en' or 'de'). If not set, browser language\ndetection will be used.",
7642
+ "description": "Set a language for i18n (e.g. 'en' or 'de'). If not set, browser language\r\ndetection will be used.",
7643
7643
  "type": "string"
7644
7644
  },
7645
7645
  {
7646
7646
  "name": "locale-fallback-ns",
7647
- "description": "Optional list of whitespace separated namespaces which should be searched\nfor translations. By default, only the namespace `common` is queried.\nIf the `locales` property is specified, an additional namespace `app` is added.\nYou can add more namespace here, e.g. `custom`, if you want to provide\ntranslations for custom apps or components.",
7647
+ "description": "Optional list of whitespace separated namespaces which should be searched\r\nfor translations. By default, only the namespace `common` is queried.\r\nIf the `locales` property is specified, an additional namespace `app` is added.\r\nYou can add more namespace here, e.g. `custom`, if you want to provide\r\ntranslations for custom apps or components.",
7648
7648
  "type": "string"
7649
7649
  },
7650
7650
  {
7651
7651
  "name": "unresolved",
7652
- "description": "Will be set while the component is loading and unset when\nit is fully loaded. Use to avoid flash of unstyled content\nvia CSS: set `unresolved` on `pb-page` in the HTML and\nadd a CSS rule like:\n\n```css\npb-page[unresolved] {\n display: none;\n}\n```",
7652
+ "description": "Will be set while the component is loading and unset when\r\nit is fully loaded. Use to avoid flash of unstyled content\r\nvia CSS: set `unresolved` on `pb-page` in the HTML and\r\nadd a CSS rule like:\r\n\r\n```css\r\npb-page[unresolved] {\r\n display: none;\r\n}\r\n```",
7653
7653
  "type": "boolean",
7654
7654
  "default": "true"
7655
7655
  },
7656
7656
  {
7657
7657
  "name": "endpoint",
7658
- "description": "The base URL of the TEI Publisher instance. All nested elements will\ntalk to this instance. By default it is set to the URL the\npage was loaded from.\n\nThe endpoint can be overwritten by providing an HTTP request parameter\n`_target` with an URL.",
7658
+ "description": "The base URL of the TEI Publisher instance. All nested elements will\r\ntalk to this instance. By default it is set to the URL the\r\npage was loaded from.\r\n\r\nThe endpoint can be overwritten by providing an HTTP request parameter\r\n`_target` with an URL.",
7659
7659
  "type": "string",
7660
7660
  "default": "\".\""
7661
7661
  },
@@ -7666,18 +7666,22 @@
7666
7666
  },
7667
7667
  {
7668
7668
  "name": "require-language",
7669
- "description": "If set, the element will wait for a language being set by i18n before\nit sends a `pb-page-ready` event. Elements like `pb-view` will wait\nfor this event before displaying content.\n\nAlso, `pb-view` will pass the configured language to the server endpoint\nwhere it will be available to ODD processing models in variable \n`$parameters?language` and can thus be used to change output depending on\nthe user interface language.\n\nIf you would like `pb-view` to refresh automatically whenever the language\nsetting changes, specify property `useLanguage` on the corresponding `pb-view`.",
7669
+ "description": "If set, the element will wait for a language being set by i18n before\r\nit sends a `pb-page-ready` event. Elements like `pb-view` will wait\r\nfor this event before displaying content.\r\n\r\nAlso, `pb-view` will pass the configured language to the server endpoint\r\nwhere it will be available to ODD processing models in variable \r\n`$parameters?language` and can thus be used to change output depending on\r\nthe user interface language.\r\n\r\nIf you would like `pb-view` to refresh automatically whenever the language\r\nsetting changes, specify property `useLanguage` on the corresponding `pb-view`.",
7670
7670
  "type": "boolean",
7671
7671
  "default": "false"
7672
7672
  },
7673
+ {
7674
+ "name": "theme",
7675
+ "type": "string"
7676
+ },
7673
7677
  {
7674
7678
  "name": "subscribe",
7675
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
7679
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
7676
7680
  "type": "string"
7677
7681
  },
7678
7682
  {
7679
7683
  "name": "subscribe-config",
7680
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
7684
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
7681
7685
  "type": "object"
7682
7686
  },
7683
7687
  {
@@ -7687,17 +7691,17 @@
7687
7691
  },
7688
7692
  {
7689
7693
  "name": "emit-config",
7690
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
7694
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
7691
7695
  "type": "object"
7692
7696
  },
7693
7697
  {
7694
7698
  "name": "wait-for",
7695
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
7699
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
7696
7700
  "type": "string"
7697
7701
  },
7698
7702
  {
7699
7703
  "name": "disabled",
7700
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
7704
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
7701
7705
  "type": "boolean",
7702
7706
  "default": "false"
7703
7707
  }
@@ -7718,32 +7722,36 @@
7718
7722
  {
7719
7723
  "name": "locales",
7720
7724
  "attribute": "locales",
7721
- "description": "Optional URL pointing to a directory from which additional i18n \nlanguage files will be loaded. The URL should contain placeholders\nfor the language (`lng`) and the namespace (`ns`), e.g.\n\n`resources/i18n/{{ns}}_{{lng}}.json`\n\nor\n\n`resources/i18n/{{ns}}/{{lng}}.json`\n\nThe latter assumes custom language files in a subdirectory, the first\nexpects the namespace to be specified at the start of the file name.\n\nThe default namespace for custom language files is assumed to be `app`,\nbut you can define additional namespaces via `localeFallbackNS`.",
7725
+ "description": "Optional URL pointing to a directory from which additional i18n \r\nlanguage files will be loaded. The URL should contain placeholders\r\nfor the language (`lng`) and the namespace (`ns`), e.g.\r\n\r\n`resources/i18n/{{ns}}_{{lng}}.json`\r\n\r\nor\r\n\r\n`resources/i18n/{{ns}}/{{lng}}.json`\r\n\r\nThe latter assumes custom language files in a subdirectory, the first\r\nexpects the namespace to be specified at the start of the file name.\r\n\r\nThe default namespace for custom language files is assumed to be `app`,\r\nbut you can define additional namespaces via `localeFallbackNS`.",
7722
7726
  "type": "string"
7723
7727
  },
7724
7728
  {
7725
7729
  "name": "language",
7726
7730
  "attribute": "language",
7727
- "description": "Set a language for i18n (e.g. 'en' or 'de'). If not set, browser language\ndetection will be used.",
7731
+ "description": "Set a language for i18n (e.g. 'en' or 'de'). If not set, browser language\r\ndetection will be used.",
7728
7732
  "type": "string"
7729
7733
  },
7730
7734
  {
7731
7735
  "name": "localeFallbackNs",
7732
7736
  "attribute": "locale-fallback-ns",
7733
- "description": "Optional list of whitespace separated namespaces which should be searched\nfor translations. By default, only the namespace `common` is queried.\nIf the `locales` property is specified, an additional namespace `app` is added.\nYou can add more namespace here, e.g. `custom`, if you want to provide\ntranslations for custom apps or components.",
7737
+ "description": "Optional list of whitespace separated namespaces which should be searched\r\nfor translations. By default, only the namespace `common` is queried.\r\nIf the `locales` property is specified, an additional namespace `app` is added.\r\nYou can add more namespace here, e.g. `custom`, if you want to provide\r\ntranslations for custom apps or components.",
7734
7738
  "type": "string"
7735
7739
  },
7740
+ {
7741
+ "name": "stylesheet",
7742
+ "type": "CSSStyleSheet | null | undefined"
7743
+ },
7736
7744
  {
7737
7745
  "name": "unresolved",
7738
7746
  "attribute": "unresolved",
7739
- "description": "Will be set while the component is loading and unset when\nit is fully loaded. Use to avoid flash of unstyled content\nvia CSS: set `unresolved` on `pb-page` in the HTML and\nadd a CSS rule like:\n\n```css\npb-page[unresolved] {\n display: none;\n}\n```",
7747
+ "description": "Will be set while the component is loading and unset when\r\nit is fully loaded. Use to avoid flash of unstyled content\r\nvia CSS: set `unresolved` on `pb-page` in the HTML and\r\nadd a CSS rule like:\r\n\r\n```css\r\npb-page[unresolved] {\r\n display: none;\r\n}\r\n```",
7740
7748
  "type": "boolean",
7741
7749
  "default": "true"
7742
7750
  },
7743
7751
  {
7744
7752
  "name": "endpoint",
7745
7753
  "attribute": "endpoint",
7746
- "description": "The base URL of the TEI Publisher instance. All nested elements will\ntalk to this instance. By default it is set to the URL the\npage was loaded from.\n\nThe endpoint can be overwritten by providing an HTTP request parameter\n`_target` with an URL.",
7754
+ "description": "The base URL of the TEI Publisher instance. All nested elements will\r\ntalk to this instance. By default it is set to the URL the\r\npage was loaded from.\r\n\r\nThe endpoint can be overwritten by providing an HTTP request parameter\r\n`_target` with an URL.",
7747
7755
  "type": "string",
7748
7756
  "default": "\".\""
7749
7757
  },
@@ -7756,20 +7764,25 @@
7756
7764
  {
7757
7765
  "name": "requireLanguage",
7758
7766
  "attribute": "require-language",
7759
- "description": "If set, the element will wait for a language being set by i18n before\nit sends a `pb-page-ready` event. Elements like `pb-view` will wait\nfor this event before displaying content.\n\nAlso, `pb-view` will pass the configured language to the server endpoint\nwhere it will be available to ODD processing models in variable \n`$parameters?language` and can thus be used to change output depending on\nthe user interface language.\n\nIf you would like `pb-view` to refresh automatically whenever the language\nsetting changes, specify property `useLanguage` on the corresponding `pb-view`.",
7767
+ "description": "If set, the element will wait for a language being set by i18n before\r\nit sends a `pb-page-ready` event. Elements like `pb-view` will wait\r\nfor this event before displaying content.\r\n\r\nAlso, `pb-view` will pass the configured language to the server endpoint\r\nwhere it will be available to ODD processing models in variable \r\n`$parameters?language` and can thus be used to change output depending on\r\nthe user interface language.\r\n\r\nIf you would like `pb-view` to refresh automatically whenever the language\r\nsetting changes, specify property `useLanguage` on the corresponding `pb-view`.",
7760
7768
  "type": "boolean",
7761
7769
  "default": "false"
7762
7770
  },
7771
+ {
7772
+ "name": "theme",
7773
+ "attribute": "theme",
7774
+ "type": "string"
7775
+ },
7763
7776
  {
7764
7777
  "name": "subscribe",
7765
7778
  "attribute": "subscribe",
7766
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
7779
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
7767
7780
  "type": "string"
7768
7781
  },
7769
7782
  {
7770
7783
  "name": "subscribeConfig",
7771
7784
  "attribute": "subscribe-config",
7772
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
7785
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
7773
7786
  "type": "object"
7774
7787
  },
7775
7788
  {
@@ -7781,19 +7794,19 @@
7781
7794
  {
7782
7795
  "name": "emitConfig",
7783
7796
  "attribute": "emit-config",
7784
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
7797
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
7785
7798
  "type": "object"
7786
7799
  },
7787
7800
  {
7788
7801
  "name": "waitFor",
7789
7802
  "attribute": "wait-for",
7790
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
7803
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
7791
7804
  "type": "string"
7792
7805
  },
7793
7806
  {
7794
7807
  "name": "disabled",
7795
7808
  "attribute": "disabled",
7796
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
7809
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
7797
7810
  "type": "boolean",
7798
7811
  "default": "false"
7799
7812
  }
@@ -7881,12 +7894,12 @@
7881
7894
  },
7882
7895
  {
7883
7896
  "name": "subscribe",
7884
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
7897
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
7885
7898
  "type": "string"
7886
7899
  },
7887
7900
  {
7888
7901
  "name": "subscribe-config",
7889
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
7902
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
7890
7903
  "type": "object"
7891
7904
  },
7892
7905
  {
@@ -7896,17 +7909,17 @@
7896
7909
  },
7897
7910
  {
7898
7911
  "name": "emit-config",
7899
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
7912
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
7900
7913
  "type": "object"
7901
7914
  },
7902
7915
  {
7903
7916
  "name": "wait-for",
7904
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
7917
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
7905
7918
  "type": "string"
7906
7919
  },
7907
7920
  {
7908
7921
  "name": "disabled",
7909
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
7922
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
7910
7923
  "type": "boolean",
7911
7924
  "default": "false"
7912
7925
  }
@@ -7971,13 +7984,13 @@
7971
7984
  {
7972
7985
  "name": "subscribe",
7973
7986
  "attribute": "subscribe",
7974
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
7987
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
7975
7988
  "type": "string"
7976
7989
  },
7977
7990
  {
7978
7991
  "name": "subscribeConfig",
7979
7992
  "attribute": "subscribe-config",
7980
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
7993
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
7981
7994
  "type": "object"
7982
7995
  },
7983
7996
  {
@@ -7989,19 +8002,19 @@
7989
8002
  {
7990
8003
  "name": "emitConfig",
7991
8004
  "attribute": "emit-config",
7992
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8005
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
7993
8006
  "type": "object"
7994
8007
  },
7995
8008
  {
7996
8009
  "name": "waitFor",
7997
8010
  "attribute": "wait-for",
7998
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8011
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
7999
8012
  "type": "string"
8000
8013
  },
8001
8014
  {
8002
8015
  "name": "disabled",
8003
8016
  "attribute": "disabled",
8004
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8017
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8005
8018
  "type": "boolean",
8006
8019
  "default": "false"
8007
8020
  }
@@ -8041,12 +8054,12 @@
8041
8054
  },
8042
8055
  {
8043
8056
  "name": "subscribe",
8044
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8057
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8045
8058
  "type": "string"
8046
8059
  },
8047
8060
  {
8048
8061
  "name": "subscribe-config",
8049
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8062
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8050
8063
  "type": "object"
8051
8064
  },
8052
8065
  {
@@ -8056,17 +8069,17 @@
8056
8069
  },
8057
8070
  {
8058
8071
  "name": "emit-config",
8059
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8072
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8060
8073
  "type": "object"
8061
8074
  },
8062
8075
  {
8063
8076
  "name": "wait-for",
8064
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8077
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8065
8078
  "type": "string"
8066
8079
  },
8067
8080
  {
8068
8081
  "name": "disabled",
8069
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8082
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8070
8083
  "type": "boolean",
8071
8084
  "default": "false"
8072
8085
  }
@@ -8095,13 +8108,13 @@
8095
8108
  {
8096
8109
  "name": "subscribe",
8097
8110
  "attribute": "subscribe",
8098
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8111
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8099
8112
  "type": "string"
8100
8113
  },
8101
8114
  {
8102
8115
  "name": "subscribeConfig",
8103
8116
  "attribute": "subscribe-config",
8104
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8117
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8105
8118
  "type": "object"
8106
8119
  },
8107
8120
  {
@@ -8113,19 +8126,19 @@
8113
8126
  {
8114
8127
  "name": "emitConfig",
8115
8128
  "attribute": "emit-config",
8116
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8129
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8117
8130
  "type": "object"
8118
8131
  },
8119
8132
  {
8120
8133
  "name": "waitFor",
8121
8134
  "attribute": "wait-for",
8122
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8135
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8123
8136
  "type": "string"
8124
8137
  },
8125
8138
  {
8126
8139
  "name": "disabled",
8127
8140
  "attribute": "disabled",
8128
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8141
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8129
8142
  "type": "boolean",
8130
8143
  "default": "false"
8131
8144
  }
@@ -8205,12 +8218,12 @@
8205
8218
  },
8206
8219
  {
8207
8220
  "name": "subscribe",
8208
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8221
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8209
8222
  "type": "string"
8210
8223
  },
8211
8224
  {
8212
8225
  "name": "subscribe-config",
8213
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8226
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8214
8227
  "type": "object"
8215
8228
  },
8216
8229
  {
@@ -8220,17 +8233,17 @@
8220
8233
  },
8221
8234
  {
8222
8235
  "name": "emit-config",
8223
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8236
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8224
8237
  "type": "object"
8225
8238
  },
8226
8239
  {
8227
8240
  "name": "wait-for",
8228
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8241
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8229
8242
  "type": "string"
8230
8243
  },
8231
8244
  {
8232
8245
  "name": "disabled",
8233
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8246
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8234
8247
  "type": "boolean",
8235
8248
  "default": "false"
8236
8249
  }
@@ -8292,13 +8305,13 @@
8292
8305
  {
8293
8306
  "name": "subscribe",
8294
8307
  "attribute": "subscribe",
8295
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8308
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8296
8309
  "type": "string"
8297
8310
  },
8298
8311
  {
8299
8312
  "name": "subscribeConfig",
8300
8313
  "attribute": "subscribe-config",
8301
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8314
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8302
8315
  "type": "object"
8303
8316
  },
8304
8317
  {
@@ -8310,19 +8323,19 @@
8310
8323
  {
8311
8324
  "name": "emitConfig",
8312
8325
  "attribute": "emit-config",
8313
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8326
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8314
8327
  "type": "object"
8315
8328
  },
8316
8329
  {
8317
8330
  "name": "waitFor",
8318
8331
  "attribute": "wait-for",
8319
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8332
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8320
8333
  "type": "string"
8321
8334
  },
8322
8335
  {
8323
8336
  "name": "disabled",
8324
8337
  "attribute": "disabled",
8325
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8338
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8326
8339
  "type": "boolean",
8327
8340
  "default": "false"
8328
8341
  }
@@ -8423,12 +8436,12 @@
8423
8436
  },
8424
8437
  {
8425
8438
  "name": "subscribe",
8426
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8439
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8427
8440
  "type": "string"
8428
8441
  },
8429
8442
  {
8430
8443
  "name": "subscribe-config",
8431
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8444
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8432
8445
  "type": "object"
8433
8446
  },
8434
8447
  {
@@ -8438,17 +8451,17 @@
8438
8451
  },
8439
8452
  {
8440
8453
  "name": "emit-config",
8441
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8454
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8442
8455
  "type": "object"
8443
8456
  },
8444
8457
  {
8445
8458
  "name": "wait-for",
8446
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8459
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8447
8460
  "type": "string"
8448
8461
  },
8449
8462
  {
8450
8463
  "name": "disabled",
8451
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8464
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8452
8465
  "type": "boolean",
8453
8466
  "default": "false"
8454
8467
  }
@@ -8483,13 +8496,13 @@
8483
8496
  {
8484
8497
  "name": "subscribe",
8485
8498
  "attribute": "subscribe",
8486
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8499
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8487
8500
  "type": "string"
8488
8501
  },
8489
8502
  {
8490
8503
  "name": "subscribeConfig",
8491
8504
  "attribute": "subscribe-config",
8492
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8505
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8493
8506
  "type": "object"
8494
8507
  },
8495
8508
  {
@@ -8501,19 +8514,19 @@
8501
8514
  {
8502
8515
  "name": "emitConfig",
8503
8516
  "attribute": "emit-config",
8504
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8517
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8505
8518
  "type": "object"
8506
8519
  },
8507
8520
  {
8508
8521
  "name": "waitFor",
8509
8522
  "attribute": "wait-for",
8510
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8523
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8511
8524
  "type": "string"
8512
8525
  },
8513
8526
  {
8514
8527
  "name": "disabled",
8515
8528
  "attribute": "disabled",
8516
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8529
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8517
8530
  "type": "boolean",
8518
8531
  "default": "false"
8519
8532
  }
@@ -8526,12 +8539,12 @@
8526
8539
  "attributes": [
8527
8540
  {
8528
8541
  "name": "subscribe",
8529
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8542
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8530
8543
  "type": "string"
8531
8544
  },
8532
8545
  {
8533
8546
  "name": "subscribe-config",
8534
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8547
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8535
8548
  "type": "object"
8536
8549
  },
8537
8550
  {
@@ -8541,17 +8554,17 @@
8541
8554
  },
8542
8555
  {
8543
8556
  "name": "emit-config",
8544
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8557
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8545
8558
  "type": "object"
8546
8559
  },
8547
8560
  {
8548
8561
  "name": "wait-for",
8549
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8562
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8550
8563
  "type": "string"
8551
8564
  },
8552
8565
  {
8553
8566
  "name": "disabled",
8554
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8567
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8555
8568
  "type": "boolean",
8556
8569
  "default": "false"
8557
8570
  }
@@ -8560,13 +8573,13 @@
8560
8573
  {
8561
8574
  "name": "subscribe",
8562
8575
  "attribute": "subscribe",
8563
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8576
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8564
8577
  "type": "string"
8565
8578
  },
8566
8579
  {
8567
8580
  "name": "subscribeConfig",
8568
8581
  "attribute": "subscribe-config",
8569
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8582
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8570
8583
  "type": "object"
8571
8584
  },
8572
8585
  {
@@ -8578,19 +8591,19 @@
8578
8591
  {
8579
8592
  "name": "emitConfig",
8580
8593
  "attribute": "emit-config",
8581
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8594
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8582
8595
  "type": "object"
8583
8596
  },
8584
8597
  {
8585
8598
  "name": "waitFor",
8586
8599
  "attribute": "wait-for",
8587
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8600
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8588
8601
  "type": "string"
8589
8602
  },
8590
8603
  {
8591
8604
  "name": "disabled",
8592
8605
  "attribute": "disabled",
8593
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8606
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8594
8607
  "type": "boolean",
8595
8608
  "default": "false"
8596
8609
  }
@@ -8619,12 +8632,12 @@
8619
8632
  },
8620
8633
  {
8621
8634
  "name": "subscribe",
8622
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8635
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8623
8636
  "type": "string"
8624
8637
  },
8625
8638
  {
8626
8639
  "name": "subscribe-config",
8627
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8640
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8628
8641
  "type": "object"
8629
8642
  },
8630
8643
  {
@@ -8634,17 +8647,17 @@
8634
8647
  },
8635
8648
  {
8636
8649
  "name": "emit-config",
8637
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8650
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8638
8651
  "type": "object"
8639
8652
  },
8640
8653
  {
8641
8654
  "name": "wait-for",
8642
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8655
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8643
8656
  "type": "string"
8644
8657
  },
8645
8658
  {
8646
8659
  "name": "disabled",
8647
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8660
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8648
8661
  "type": "boolean",
8649
8662
  "default": "false"
8650
8663
  }
@@ -8660,13 +8673,13 @@
8660
8673
  {
8661
8674
  "name": "subscribe",
8662
8675
  "attribute": "subscribe",
8663
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8676
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8664
8677
  "type": "string"
8665
8678
  },
8666
8679
  {
8667
8680
  "name": "subscribeConfig",
8668
8681
  "attribute": "subscribe-config",
8669
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8682
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8670
8683
  "type": "object"
8671
8684
  },
8672
8685
  {
@@ -8678,19 +8691,19 @@
8678
8691
  {
8679
8692
  "name": "emitConfig",
8680
8693
  "attribute": "emit-config",
8681
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8694
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8682
8695
  "type": "object"
8683
8696
  },
8684
8697
  {
8685
8698
  "name": "waitFor",
8686
8699
  "attribute": "wait-for",
8687
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8700
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8688
8701
  "type": "string"
8689
8702
  },
8690
8703
  {
8691
8704
  "name": "disabled",
8692
8705
  "attribute": "disabled",
8693
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8706
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8694
8707
  "type": "boolean",
8695
8708
  "default": "false"
8696
8709
  }
@@ -8718,12 +8731,12 @@
8718
8731
  },
8719
8732
  {
8720
8733
  "name": "subscribe",
8721
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8734
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8722
8735
  "type": "string"
8723
8736
  },
8724
8737
  {
8725
8738
  "name": "subscribe-config",
8726
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8739
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8727
8740
  "type": "object"
8728
8741
  },
8729
8742
  {
@@ -8733,17 +8746,17 @@
8733
8746
  },
8734
8747
  {
8735
8748
  "name": "emit-config",
8736
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8749
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8737
8750
  "type": "object"
8738
8751
  },
8739
8752
  {
8740
8753
  "name": "wait-for",
8741
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8754
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8742
8755
  "type": "string"
8743
8756
  },
8744
8757
  {
8745
8758
  "name": "disabled",
8746
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8759
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8747
8760
  "type": "boolean",
8748
8761
  "default": "false"
8749
8762
  }
@@ -8770,13 +8783,13 @@
8770
8783
  {
8771
8784
  "name": "subscribe",
8772
8785
  "attribute": "subscribe",
8773
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8786
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8774
8787
  "type": "string"
8775
8788
  },
8776
8789
  {
8777
8790
  "name": "subscribeConfig",
8778
8791
  "attribute": "subscribe-config",
8779
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8792
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8780
8793
  "type": "object"
8781
8794
  },
8782
8795
  {
@@ -8788,19 +8801,19 @@
8788
8801
  {
8789
8802
  "name": "emitConfig",
8790
8803
  "attribute": "emit-config",
8791
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8804
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8792
8805
  "type": "object"
8793
8806
  },
8794
8807
  {
8795
8808
  "name": "waitFor",
8796
8809
  "attribute": "wait-for",
8797
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8810
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8798
8811
  "type": "string"
8799
8812
  },
8800
8813
  {
8801
8814
  "name": "disabled",
8802
8815
  "attribute": "disabled",
8803
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8816
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8804
8817
  "type": "boolean",
8805
8818
  "default": "false"
8806
8819
  }
@@ -8866,12 +8879,12 @@
8866
8879
  },
8867
8880
  {
8868
8881
  "name": "subscribe",
8869
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8882
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8870
8883
  "type": "string"
8871
8884
  },
8872
8885
  {
8873
8886
  "name": "subscribe-config",
8874
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8887
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8875
8888
  "type": "object"
8876
8889
  },
8877
8890
  {
@@ -8881,17 +8894,17 @@
8881
8894
  },
8882
8895
  {
8883
8896
  "name": "emit-config",
8884
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8897
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8885
8898
  "type": "object"
8886
8899
  },
8887
8900
  {
8888
8901
  "name": "wait-for",
8889
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8902
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8890
8903
  "type": "string"
8891
8904
  },
8892
8905
  {
8893
8906
  "name": "disabled",
8894
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8907
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8895
8908
  "type": "boolean",
8896
8909
  "default": "false"
8897
8910
  }
@@ -8945,13 +8958,13 @@
8945
8958
  {
8946
8959
  "name": "subscribe",
8947
8960
  "attribute": "subscribe",
8948
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
8961
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
8949
8962
  "type": "string"
8950
8963
  },
8951
8964
  {
8952
8965
  "name": "subscribeConfig",
8953
8966
  "attribute": "subscribe-config",
8954
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
8967
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
8955
8968
  "type": "object"
8956
8969
  },
8957
8970
  {
@@ -8963,19 +8976,19 @@
8963
8976
  {
8964
8977
  "name": "emitConfig",
8965
8978
  "attribute": "emit-config",
8966
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
8979
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
8967
8980
  "type": "object"
8968
8981
  },
8969
8982
  {
8970
8983
  "name": "waitFor",
8971
8984
  "attribute": "wait-for",
8972
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
8985
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
8973
8986
  "type": "string"
8974
8987
  },
8975
8988
  {
8976
8989
  "name": "disabled",
8977
8990
  "attribute": "disabled",
8978
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
8991
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
8979
8992
  "type": "boolean",
8980
8993
  "default": "false"
8981
8994
  }
@@ -9046,12 +9059,12 @@
9046
9059
  },
9047
9060
  {
9048
9061
  "name": "subscribe",
9049
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9062
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9050
9063
  "type": "string"
9051
9064
  },
9052
9065
  {
9053
9066
  "name": "subscribe-config",
9054
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9067
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9055
9068
  "type": "object"
9056
9069
  },
9057
9070
  {
@@ -9061,17 +9074,17 @@
9061
9074
  },
9062
9075
  {
9063
9076
  "name": "emit-config",
9064
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9077
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9065
9078
  "type": "object"
9066
9079
  },
9067
9080
  {
9068
9081
  "name": "wait-for",
9069
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9082
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9070
9083
  "type": "string"
9071
9084
  },
9072
9085
  {
9073
9086
  "name": "disabled",
9074
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9087
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9075
9088
  "type": "boolean",
9076
9089
  "default": "false"
9077
9090
  }
@@ -9109,13 +9122,13 @@
9109
9122
  {
9110
9123
  "name": "subscribe",
9111
9124
  "attribute": "subscribe",
9112
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9125
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9113
9126
  "type": "string"
9114
9127
  },
9115
9128
  {
9116
9129
  "name": "subscribeConfig",
9117
9130
  "attribute": "subscribe-config",
9118
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9131
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9119
9132
  "type": "object"
9120
9133
  },
9121
9134
  {
@@ -9127,19 +9140,19 @@
9127
9140
  {
9128
9141
  "name": "emitConfig",
9129
9142
  "attribute": "emit-config",
9130
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9143
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9131
9144
  "type": "object"
9132
9145
  },
9133
9146
  {
9134
9147
  "name": "waitFor",
9135
9148
  "attribute": "wait-for",
9136
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9149
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9137
9150
  "type": "string"
9138
9151
  },
9139
9152
  {
9140
9153
  "name": "disabled",
9141
9154
  "attribute": "disabled",
9142
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9155
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9143
9156
  "type": "boolean",
9144
9157
  "default": "false"
9145
9158
  }
@@ -9179,12 +9192,12 @@
9179
9192
  },
9180
9193
  {
9181
9194
  "name": "subscribe",
9182
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9195
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9183
9196
  "type": "string"
9184
9197
  },
9185
9198
  {
9186
9199
  "name": "subscribe-config",
9187
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9200
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9188
9201
  "type": "object"
9189
9202
  },
9190
9203
  {
@@ -9194,17 +9207,17 @@
9194
9207
  },
9195
9208
  {
9196
9209
  "name": "emit-config",
9197
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9210
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9198
9211
  "type": "object"
9199
9212
  },
9200
9213
  {
9201
9214
  "name": "wait-for",
9202
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9215
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9203
9216
  "type": "string"
9204
9217
  },
9205
9218
  {
9206
9219
  "name": "disabled",
9207
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9220
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9208
9221
  "type": "boolean",
9209
9222
  "default": "false"
9210
9223
  }
@@ -9238,13 +9251,13 @@
9238
9251
  {
9239
9252
  "name": "subscribe",
9240
9253
  "attribute": "subscribe",
9241
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9254
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9242
9255
  "type": "string"
9243
9256
  },
9244
9257
  {
9245
9258
  "name": "subscribeConfig",
9246
9259
  "attribute": "subscribe-config",
9247
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9260
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9248
9261
  "type": "object"
9249
9262
  },
9250
9263
  {
@@ -9256,19 +9269,19 @@
9256
9269
  {
9257
9270
  "name": "emitConfig",
9258
9271
  "attribute": "emit-config",
9259
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9272
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9260
9273
  "type": "object"
9261
9274
  },
9262
9275
  {
9263
9276
  "name": "waitFor",
9264
9277
  "attribute": "wait-for",
9265
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9278
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9266
9279
  "type": "string"
9267
9280
  },
9268
9281
  {
9269
9282
  "name": "disabled",
9270
9283
  "attribute": "disabled",
9271
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9284
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9272
9285
  "type": "boolean",
9273
9286
  "default": "false"
9274
9287
  }
@@ -9302,12 +9315,12 @@
9302
9315
  },
9303
9316
  {
9304
9317
  "name": "subscribe",
9305
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9318
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9306
9319
  "type": "string"
9307
9320
  },
9308
9321
  {
9309
9322
  "name": "subscribe-config",
9310
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9323
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9311
9324
  "type": "object"
9312
9325
  },
9313
9326
  {
@@ -9317,17 +9330,17 @@
9317
9330
  },
9318
9331
  {
9319
9332
  "name": "emit-config",
9320
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9333
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9321
9334
  "type": "object"
9322
9335
  },
9323
9336
  {
9324
9337
  "name": "wait-for",
9325
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9338
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9326
9339
  "type": "string"
9327
9340
  },
9328
9341
  {
9329
9342
  "name": "disabled",
9330
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9343
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9331
9344
  "type": "boolean",
9332
9345
  "default": "false"
9333
9346
  }
@@ -9349,13 +9362,13 @@
9349
9362
  {
9350
9363
  "name": "subscribe",
9351
9364
  "attribute": "subscribe",
9352
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9365
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9353
9366
  "type": "string"
9354
9367
  },
9355
9368
  {
9356
9369
  "name": "subscribeConfig",
9357
9370
  "attribute": "subscribe-config",
9358
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9371
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9359
9372
  "type": "object"
9360
9373
  },
9361
9374
  {
@@ -9367,19 +9380,19 @@
9367
9380
  {
9368
9381
  "name": "emitConfig",
9369
9382
  "attribute": "emit-config",
9370
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9383
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9371
9384
  "type": "object"
9372
9385
  },
9373
9386
  {
9374
9387
  "name": "waitFor",
9375
9388
  "attribute": "wait-for",
9376
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9389
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9377
9390
  "type": "string"
9378
9391
  },
9379
9392
  {
9380
9393
  "name": "disabled",
9381
9394
  "attribute": "disabled",
9382
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9395
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9383
9396
  "type": "boolean",
9384
9397
  "default": "false"
9385
9398
  }
@@ -9422,12 +9435,12 @@
9422
9435
  },
9423
9436
  {
9424
9437
  "name": "subscribe",
9425
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9438
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9426
9439
  "type": "string"
9427
9440
  },
9428
9441
  {
9429
9442
  "name": "subscribe-config",
9430
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9443
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9431
9444
  "type": "object"
9432
9445
  },
9433
9446
  {
@@ -9437,17 +9450,17 @@
9437
9450
  },
9438
9451
  {
9439
9452
  "name": "emit-config",
9440
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9453
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9441
9454
  "type": "object"
9442
9455
  },
9443
9456
  {
9444
9457
  "name": "wait-for",
9445
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9458
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9446
9459
  "type": "string"
9447
9460
  },
9448
9461
  {
9449
9462
  "name": "disabled",
9450
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9463
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9451
9464
  "type": "boolean",
9452
9465
  "default": "false"
9453
9466
  }
@@ -9492,13 +9505,13 @@
9492
9505
  {
9493
9506
  "name": "subscribe",
9494
9507
  "attribute": "subscribe",
9495
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9508
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9496
9509
  "type": "string"
9497
9510
  },
9498
9511
  {
9499
9512
  "name": "subscribeConfig",
9500
9513
  "attribute": "subscribe-config",
9501
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9514
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9502
9515
  "type": "object"
9503
9516
  },
9504
9517
  {
@@ -9510,19 +9523,19 @@
9510
9523
  {
9511
9524
  "name": "emitConfig",
9512
9525
  "attribute": "emit-config",
9513
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9526
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9514
9527
  "type": "object"
9515
9528
  },
9516
9529
  {
9517
9530
  "name": "waitFor",
9518
9531
  "attribute": "wait-for",
9519
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9532
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9520
9533
  "type": "string"
9521
9534
  },
9522
9535
  {
9523
9536
  "name": "disabled",
9524
9537
  "attribute": "disabled",
9525
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9538
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9526
9539
  "type": "boolean",
9527
9540
  "default": "false"
9528
9541
  }
@@ -9571,12 +9584,12 @@
9571
9584
  },
9572
9585
  {
9573
9586
  "name": "subscribe",
9574
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9587
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9575
9588
  "type": "string"
9576
9589
  },
9577
9590
  {
9578
9591
  "name": "subscribe-config",
9579
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9592
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9580
9593
  "type": "object"
9581
9594
  },
9582
9595
  {
@@ -9586,17 +9599,17 @@
9586
9599
  },
9587
9600
  {
9588
9601
  "name": "emit-config",
9589
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9602
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9590
9603
  "type": "object"
9591
9604
  },
9592
9605
  {
9593
9606
  "name": "wait-for",
9594
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9607
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9595
9608
  "type": "string"
9596
9609
  },
9597
9610
  {
9598
9611
  "name": "disabled",
9599
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9612
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9600
9613
  "type": "boolean",
9601
9614
  "default": "false"
9602
9615
  }
@@ -9623,13 +9636,13 @@
9623
9636
  {
9624
9637
  "name": "subscribe",
9625
9638
  "attribute": "subscribe",
9626
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9639
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9627
9640
  "type": "string"
9628
9641
  },
9629
9642
  {
9630
9643
  "name": "subscribeConfig",
9631
9644
  "attribute": "subscribe-config",
9632
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9645
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9633
9646
  "type": "object"
9634
9647
  },
9635
9648
  {
@@ -9641,19 +9654,19 @@
9641
9654
  {
9642
9655
  "name": "emitConfig",
9643
9656
  "attribute": "emit-config",
9644
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9657
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9645
9658
  "type": "object"
9646
9659
  },
9647
9660
  {
9648
9661
  "name": "waitFor",
9649
9662
  "attribute": "wait-for",
9650
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9663
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9651
9664
  "type": "string"
9652
9665
  },
9653
9666
  {
9654
9667
  "name": "disabled",
9655
9668
  "attribute": "disabled",
9656
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9669
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9657
9670
  "type": "boolean",
9658
9671
  "default": "false"
9659
9672
  }
@@ -9691,12 +9704,12 @@
9691
9704
  },
9692
9705
  {
9693
9706
  "name": "subscribe",
9694
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9707
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9695
9708
  "type": "string"
9696
9709
  },
9697
9710
  {
9698
9711
  "name": "subscribe-config",
9699
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9712
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9700
9713
  "type": "object"
9701
9714
  },
9702
9715
  {
@@ -9706,17 +9719,17 @@
9706
9719
  },
9707
9720
  {
9708
9721
  "name": "emit-config",
9709
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9722
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9710
9723
  "type": "object"
9711
9724
  },
9712
9725
  {
9713
9726
  "name": "wait-for",
9714
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9727
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9715
9728
  "type": "string"
9716
9729
  },
9717
9730
  {
9718
9731
  "name": "disabled",
9719
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9732
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9720
9733
  "type": "boolean",
9721
9734
  "default": "false"
9722
9735
  }
@@ -9731,13 +9744,13 @@
9731
9744
  {
9732
9745
  "name": "subscribe",
9733
9746
  "attribute": "subscribe",
9734
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9747
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9735
9748
  "type": "string"
9736
9749
  },
9737
9750
  {
9738
9751
  "name": "subscribeConfig",
9739
9752
  "attribute": "subscribe-config",
9740
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9753
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9741
9754
  "type": "object"
9742
9755
  },
9743
9756
  {
@@ -9749,19 +9762,19 @@
9749
9762
  {
9750
9763
  "name": "emitConfig",
9751
9764
  "attribute": "emit-config",
9752
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9765
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9753
9766
  "type": "object"
9754
9767
  },
9755
9768
  {
9756
9769
  "name": "waitFor",
9757
9770
  "attribute": "wait-for",
9758
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9771
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9759
9772
  "type": "string"
9760
9773
  },
9761
9774
  {
9762
9775
  "name": "disabled",
9763
9776
  "attribute": "disabled",
9764
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9777
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9765
9778
  "type": "boolean",
9766
9779
  "default": "false"
9767
9780
  }
@@ -9843,11 +9856,11 @@
9843
9856
  {
9844
9857
  "name": "pb-table-grid",
9845
9858
  "path": "./src/pb-table-grid.js",
9846
- "description": "A table grid based on [gridjs](https://gridjs.io/), which loads its data from a server endpoint\nspecified in `source`. If `source` is a relative URI, it will be resolved relative to the\nTEI Publisher endpoint.\n\nThe JSON data returned by the endpoint should be an object with two properties:\n\n* `count`: the overall number of rows available on the server\n* `results`: an array containing each record as an object\n\nThe parameters send to the server are as follows:\n\n\nParameter | Description\n---------|----------\nlimit | number of records to return for each page\nstart | start offset from which to return records\norder | the id of the column to sort by\ndir | sort direction: either 'asc' or 'desc'\nsearch | an optional search string entered by the user\n\nTable columns are configured via nested `<pb-table-column>` elements:\n\n```html\n<pb-table-column label=\"Name\" property=\"name\" sort width=\"33%\"></pb-table-column>\n<pb-table-column label=\"Born\" property=\"birth\"></pb-table-column>\n<pb-table-column label=\"Died\" property=\"death\"></pb-table-column>\n```",
9859
+ "description": "A table grid based on [gridjs](https://gridjs.io/), which loads its data from a server endpoint\r\nspecified in `source`. If `source` is a relative URI, it will be resolved relative to the\r\nTEI Publisher endpoint.\r\n\r\nThe JSON data returned by the endpoint should be an object with two properties:\r\n\r\n* `count`: the overall number of rows available on the server\r\n* `results`: an array containing each record as an object\r\n\r\nThe parameters send to the server are as follows:\r\n\r\n\r\nParameter | Description\r\n---------|----------\r\nlimit | number of records to return for each page\r\nstart | start offset from which to return records\r\norder | the id of the column to sort by\r\ndir | sort direction: either 'asc' or 'desc'\r\nsearch | an optional search string entered by the user\r\n\r\nTable columns are configured via nested `<pb-table-column>` elements:\r\n\r\n```html\r\n<pb-table-column label=\"Name\" property=\"name\" sort width=\"33%\"></pb-table-column>\r\n<pb-table-column label=\"Born\" property=\"birth\"></pb-table-column>\r\n<pb-table-column label=\"Died\" property=\"death\"></pb-table-column>\r\n```",
9847
9860
  "attributes": [
9848
9861
  {
9849
9862
  "name": "source",
9850
- "description": "URI of the server-side endpoint to retrieve data from.\nRelative URIs are resolved relative to the configured TEI Publisher endpoint.",
9863
+ "description": "URI of the server-side endpoint to retrieve data from.\r\nRelative URIs are resolved relative to the configured TEI Publisher endpoint.",
9851
9864
  "type": "string"
9852
9865
  },
9853
9866
  {
@@ -9879,12 +9892,12 @@
9879
9892
  },
9880
9893
  {
9881
9894
  "name": "subscribe",
9882
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9895
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9883
9896
  "type": "string"
9884
9897
  },
9885
9898
  {
9886
9899
  "name": "subscribe-config",
9887
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9900
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9888
9901
  "type": "object"
9889
9902
  },
9890
9903
  {
@@ -9894,17 +9907,17 @@
9894
9907
  },
9895
9908
  {
9896
9909
  "name": "emit-config",
9897
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9910
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9898
9911
  "type": "object"
9899
9912
  },
9900
9913
  {
9901
9914
  "name": "wait-for",
9902
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9915
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9903
9916
  "type": "string"
9904
9917
  },
9905
9918
  {
9906
9919
  "name": "disabled",
9907
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
9920
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9908
9921
  "type": "boolean",
9909
9922
  "default": "false"
9910
9923
  }
@@ -9913,7 +9926,7 @@
9913
9926
  {
9914
9927
  "name": "source",
9915
9928
  "attribute": "source",
9916
- "description": "URI of the server-side endpoint to retrieve data from.\nRelative URIs are resolved relative to the configured TEI Publisher endpoint.",
9929
+ "description": "URI of the server-side endpoint to retrieve data from.\r\nRelative URIs are resolved relative to the configured TEI Publisher endpoint.",
9917
9930
  "type": "string"
9918
9931
  },
9919
9932
  {
@@ -9956,13 +9969,13 @@
9956
9969
  {
9957
9970
  "name": "subscribe",
9958
9971
  "attribute": "subscribe",
9959
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
9972
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
9960
9973
  "type": "string"
9961
9974
  },
9962
9975
  {
9963
9976
  "name": "subscribeConfig",
9964
9977
  "attribute": "subscribe-config",
9965
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
9978
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
9966
9979
  "type": "object"
9967
9980
  },
9968
9981
  {
@@ -9974,19 +9987,19 @@
9974
9987
  {
9975
9988
  "name": "emitConfig",
9976
9989
  "attribute": "emit-config",
9977
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
9990
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
9978
9991
  "type": "object"
9979
9992
  },
9980
9993
  {
9981
9994
  "name": "waitFor",
9982
9995
  "attribute": "wait-for",
9983
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
9996
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
9984
9997
  "type": "string"
9985
9998
  },
9986
9999
  {
9987
10000
  "name": "disabled",
9988
10001
  "attribute": "disabled",
9989
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10002
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
9990
10003
  "type": "boolean",
9991
10004
  "default": "false"
9992
10005
  }
@@ -10004,12 +10017,12 @@
10004
10017
  },
10005
10018
  {
10006
10019
  "name": "subscribe",
10007
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10020
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10008
10021
  "type": "string"
10009
10022
  },
10010
10023
  {
10011
10024
  "name": "subscribe-config",
10012
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10025
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10013
10026
  "type": "object"
10014
10027
  },
10015
10028
  {
@@ -10019,17 +10032,17 @@
10019
10032
  },
10020
10033
  {
10021
10034
  "name": "emit-config",
10022
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10035
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10023
10036
  "type": "object"
10024
10037
  },
10025
10038
  {
10026
10039
  "name": "wait-for",
10027
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10040
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10028
10041
  "type": "string"
10029
10042
  },
10030
10043
  {
10031
10044
  "name": "disabled",
10032
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10045
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10033
10046
  "type": "boolean",
10034
10047
  "default": "false"
10035
10048
  }
@@ -10044,13 +10057,13 @@
10044
10057
  {
10045
10058
  "name": "subscribe",
10046
10059
  "attribute": "subscribe",
10047
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10060
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10048
10061
  "type": "string"
10049
10062
  },
10050
10063
  {
10051
10064
  "name": "subscribeConfig",
10052
10065
  "attribute": "subscribe-config",
10053
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10066
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10054
10067
  "type": "object"
10055
10068
  },
10056
10069
  {
@@ -10062,19 +10075,19 @@
10062
10075
  {
10063
10076
  "name": "emitConfig",
10064
10077
  "attribute": "emit-config",
10065
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10078
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10066
10079
  "type": "object"
10067
10080
  },
10068
10081
  {
10069
10082
  "name": "waitFor",
10070
10083
  "attribute": "wait-for",
10071
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10084
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10072
10085
  "type": "string"
10073
10086
  },
10074
10087
  {
10075
10088
  "name": "disabled",
10076
10089
  "attribute": "disabled",
10077
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10090
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10078
10091
  "type": "boolean",
10079
10092
  "default": "false"
10080
10093
  }
@@ -10149,12 +10162,12 @@
10149
10162
  },
10150
10163
  {
10151
10164
  "name": "subscribe",
10152
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10165
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10153
10166
  "type": "string"
10154
10167
  },
10155
10168
  {
10156
10169
  "name": "subscribe-config",
10157
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10170
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10158
10171
  "type": "object"
10159
10172
  },
10160
10173
  {
@@ -10164,17 +10177,17 @@
10164
10177
  },
10165
10178
  {
10166
10179
  "name": "emit-config",
10167
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10180
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10168
10181
  "type": "object"
10169
10182
  },
10170
10183
  {
10171
10184
  "name": "wait-for",
10172
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10185
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10173
10186
  "type": "string"
10174
10187
  },
10175
10188
  {
10176
10189
  "name": "disabled",
10177
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10190
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10178
10191
  "type": "boolean",
10179
10192
  "default": "false"
10180
10193
  }
@@ -10255,13 +10268,13 @@
10255
10268
  {
10256
10269
  "name": "subscribe",
10257
10270
  "attribute": "subscribe",
10258
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10271
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10259
10272
  "type": "string"
10260
10273
  },
10261
10274
  {
10262
10275
  "name": "subscribeConfig",
10263
10276
  "attribute": "subscribe-config",
10264
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10277
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10265
10278
  "type": "object"
10266
10279
  },
10267
10280
  {
@@ -10273,19 +10286,19 @@
10273
10286
  {
10274
10287
  "name": "emitConfig",
10275
10288
  "attribute": "emit-config",
10276
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10289
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10277
10290
  "type": "object"
10278
10291
  },
10279
10292
  {
10280
10293
  "name": "waitFor",
10281
10294
  "attribute": "wait-for",
10282
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10295
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10283
10296
  "type": "string"
10284
10297
  },
10285
10298
  {
10286
10299
  "name": "disabled",
10287
10300
  "attribute": "disabled",
10288
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10301
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10289
10302
  "type": "boolean",
10290
10303
  "default": "false"
10291
10304
  }
@@ -10416,12 +10429,12 @@
10416
10429
  },
10417
10430
  {
10418
10431
  "name": "subscribe",
10419
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10432
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10420
10433
  "type": "string"
10421
10434
  },
10422
10435
  {
10423
10436
  "name": "subscribe-config",
10424
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10437
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10425
10438
  "type": "object"
10426
10439
  },
10427
10440
  {
@@ -10431,17 +10444,17 @@
10431
10444
  },
10432
10445
  {
10433
10446
  "name": "emit-config",
10434
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10447
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10435
10448
  "type": "object"
10436
10449
  },
10437
10450
  {
10438
10451
  "name": "wait-for",
10439
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10452
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10440
10453
  "type": "string"
10441
10454
  },
10442
10455
  {
10443
10456
  "name": "disabled",
10444
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10457
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10445
10458
  "type": "boolean",
10446
10459
  "default": "false"
10447
10460
  }
@@ -10514,13 +10527,13 @@
10514
10527
  {
10515
10528
  "name": "subscribe",
10516
10529
  "attribute": "subscribe",
10517
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10530
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10518
10531
  "type": "string"
10519
10532
  },
10520
10533
  {
10521
10534
  "name": "subscribeConfig",
10522
10535
  "attribute": "subscribe-config",
10523
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10536
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10524
10537
  "type": "object"
10525
10538
  },
10526
10539
  {
@@ -10532,19 +10545,19 @@
10532
10545
  {
10533
10546
  "name": "emitConfig",
10534
10547
  "attribute": "emit-config",
10535
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10548
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10536
10549
  "type": "object"
10537
10550
  },
10538
10551
  {
10539
10552
  "name": "waitFor",
10540
10553
  "attribute": "wait-for",
10541
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10554
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10542
10555
  "type": "string"
10543
10556
  },
10544
10557
  {
10545
10558
  "name": "disabled",
10546
10559
  "attribute": "disabled",
10547
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10560
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10548
10561
  "type": "boolean",
10549
10562
  "default": "false"
10550
10563
  }
@@ -10577,12 +10590,12 @@
10577
10590
  },
10578
10591
  {
10579
10592
  "name": "subscribe",
10580
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10593
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10581
10594
  "type": "string"
10582
10595
  },
10583
10596
  {
10584
10597
  "name": "subscribe-config",
10585
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10598
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10586
10599
  "type": "object"
10587
10600
  },
10588
10601
  {
@@ -10592,17 +10605,17 @@
10592
10605
  },
10593
10606
  {
10594
10607
  "name": "emit-config",
10595
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10608
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10596
10609
  "type": "object"
10597
10610
  },
10598
10611
  {
10599
10612
  "name": "wait-for",
10600
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10613
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10601
10614
  "type": "string"
10602
10615
  },
10603
10616
  {
10604
10617
  "name": "disabled",
10605
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10618
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10606
10619
  "type": "boolean",
10607
10620
  "default": "false"
10608
10621
  }
@@ -10623,13 +10636,13 @@
10623
10636
  {
10624
10637
  "name": "subscribe",
10625
10638
  "attribute": "subscribe",
10626
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10639
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10627
10640
  "type": "string"
10628
10641
  },
10629
10642
  {
10630
10643
  "name": "subscribeConfig",
10631
10644
  "attribute": "subscribe-config",
10632
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10645
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10633
10646
  "type": "object"
10634
10647
  },
10635
10648
  {
@@ -10641,19 +10654,19 @@
10641
10654
  {
10642
10655
  "name": "emitConfig",
10643
10656
  "attribute": "emit-config",
10644
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10657
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10645
10658
  "type": "object"
10646
10659
  },
10647
10660
  {
10648
10661
  "name": "waitFor",
10649
10662
  "attribute": "wait-for",
10650
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
10663
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
10651
10664
  "type": "string"
10652
10665
  },
10653
10666
  {
10654
10667
  "name": "disabled",
10655
10668
  "attribute": "disabled",
10656
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10669
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10657
10670
  "type": "boolean",
10658
10671
  "default": "false"
10659
10672
  }
@@ -10864,12 +10877,12 @@
10864
10877
  },
10865
10878
  {
10866
10879
  "name": "subscribe",
10867
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
10880
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
10868
10881
  "type": "string"
10869
10882
  },
10870
10883
  {
10871
10884
  "name": "subscribe-config",
10872
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
10885
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
10873
10886
  "type": "object"
10874
10887
  },
10875
10888
  {
@@ -10879,7 +10892,7 @@
10879
10892
  },
10880
10893
  {
10881
10894
  "name": "emit-config",
10882
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
10895
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
10883
10896
  "type": "object"
10884
10897
  },
10885
10898
  {
@@ -10889,7 +10902,7 @@
10889
10902
  },
10890
10903
  {
10891
10904
  "name": "disabled",
10892
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
10905
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
10893
10906
  "type": "boolean",
10894
10907
  "default": "false"
10895
10908
  }
@@ -11080,13 +11093,13 @@
11080
11093
  {
11081
11094
  "name": "subscribe",
11082
11095
  "attribute": "subscribe",
11083
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
11096
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
11084
11097
  "type": "string"
11085
11098
  },
11086
11099
  {
11087
11100
  "name": "subscribeConfig",
11088
11101
  "attribute": "subscribe-config",
11089
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
11102
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
11090
11103
  "type": "object"
11091
11104
  },
11092
11105
  {
@@ -11098,7 +11111,7 @@
11098
11111
  {
11099
11112
  "name": "emitConfig",
11100
11113
  "attribute": "emit-config",
11101
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
11114
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
11102
11115
  "type": "object"
11103
11116
  },
11104
11117
  {
@@ -11110,7 +11123,7 @@
11110
11123
  {
11111
11124
  "name": "disabled",
11112
11125
  "attribute": "disabled",
11113
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
11126
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
11114
11127
  "type": "boolean",
11115
11128
  "default": "false"
11116
11129
  }
@@ -11350,12 +11363,12 @@
11350
11363
  },
11351
11364
  {
11352
11365
  "name": "subscribe",
11353
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
11366
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
11354
11367
  "type": "string"
11355
11368
  },
11356
11369
  {
11357
11370
  "name": "subscribe-config",
11358
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
11371
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
11359
11372
  "type": "object"
11360
11373
  },
11361
11374
  {
@@ -11365,7 +11378,7 @@
11365
11378
  },
11366
11379
  {
11367
11380
  "name": "emit-config",
11368
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
11381
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
11369
11382
  "type": "object"
11370
11383
  },
11371
11384
  {
@@ -11375,7 +11388,7 @@
11375
11388
  },
11376
11389
  {
11377
11390
  "name": "disabled",
11378
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
11391
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
11379
11392
  "type": "boolean",
11380
11393
  "default": "false"
11381
11394
  }
@@ -11542,13 +11555,13 @@
11542
11555
  {
11543
11556
  "name": "subscribe",
11544
11557
  "attribute": "subscribe",
11545
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
11558
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
11546
11559
  "type": "string"
11547
11560
  },
11548
11561
  {
11549
11562
  "name": "subscribeConfig",
11550
11563
  "attribute": "subscribe-config",
11551
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
11564
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
11552
11565
  "type": "object"
11553
11566
  },
11554
11567
  {
@@ -11560,7 +11573,7 @@
11560
11573
  {
11561
11574
  "name": "emitConfig",
11562
11575
  "attribute": "emit-config",
11563
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
11576
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
11564
11577
  "type": "object"
11565
11578
  },
11566
11579
  {
@@ -11572,7 +11585,7 @@
11572
11585
  {
11573
11586
  "name": "disabled",
11574
11587
  "attribute": "disabled",
11575
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
11588
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
11576
11589
  "type": "boolean",
11577
11590
  "default": "false"
11578
11591
  }
@@ -11683,12 +11696,12 @@
11683
11696
  },
11684
11697
  {
11685
11698
  "name": "subscribe",
11686
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
11699
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
11687
11700
  "type": "string"
11688
11701
  },
11689
11702
  {
11690
11703
  "name": "subscribe-config",
11691
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
11704
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
11692
11705
  "type": "object"
11693
11706
  },
11694
11707
  {
@@ -11698,17 +11711,17 @@
11698
11711
  },
11699
11712
  {
11700
11713
  "name": "emit-config",
11701
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
11714
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
11702
11715
  "type": "object"
11703
11716
  },
11704
11717
  {
11705
11718
  "name": "wait-for",
11706
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
11719
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
11707
11720
  "type": "string"
11708
11721
  },
11709
11722
  {
11710
11723
  "name": "disabled",
11711
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
11724
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
11712
11725
  "type": "boolean",
11713
11726
  "default": "false"
11714
11727
  }
@@ -11731,13 +11744,13 @@
11731
11744
  {
11732
11745
  "name": "subscribe",
11733
11746
  "attribute": "subscribe",
11734
- "description": "The name of the channel to subscribe to. Only events on a channel corresponding\nto this property are listened to.",
11747
+ "description": "The name of the channel to subscribe to. Only events on a channel corresponding\r\nto this property are listened to.",
11735
11748
  "type": "string"
11736
11749
  },
11737
11750
  {
11738
11751
  "name": "subscribeConfig",
11739
11752
  "attribute": "subscribe-config",
11740
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to listen to.",
11753
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to listen to.",
11741
11754
  "type": "object"
11742
11755
  },
11743
11756
  {
@@ -11749,19 +11762,19 @@
11749
11762
  {
11750
11763
  "name": "emitConfig",
11751
11764
  "attribute": "emit-config",
11752
- "description": "Configuration object to define a channel/event mapping. Every property\nin the object is interpreted as the name of a channel and its value should\nbe an array of event names to be dispatched.",
11765
+ "description": "Configuration object to define a channel/event mapping. Every property\r\nin the object is interpreted as the name of a channel and its value should\r\nbe an array of event names to be dispatched.",
11753
11766
  "type": "object"
11754
11767
  },
11755
11768
  {
11756
11769
  "name": "waitFor",
11757
11770
  "attribute": "wait-for",
11758
- "description": "A selector pointing to other components this component depends on.\nWhen method `wait` is called, it will wait until all referenced\ncomponents signal with a `pb-ready` event that they are ready and listening\nto events.",
11771
+ "description": "A selector pointing to other components this component depends on.\r\nWhen method `wait` is called, it will wait until all referenced\r\ncomponents signal with a `pb-ready` event that they are ready and listening\r\nto events.",
11759
11772
  "type": "string"
11760
11773
  },
11761
11774
  {
11762
11775
  "name": "disabled",
11763
11776
  "attribute": "disabled",
11764
- "description": "Common property to disable the functionality associated with a component.\n`pb-highlight` and `pb-popover` react to this.",
11777
+ "description": "Common property to disable the functionality associated with a component.\r\n`pb-highlight` and `pb-popover` react to this.",
11765
11778
  "type": "boolean",
11766
11779
  "default": "false"
11767
11780
  }