@vaadin/slider 25.1.0-beta1 → 25.1.0-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +0 -634
- package/package.json +11 -11
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -312,20 +312,6 @@
|
|
|
312
312
|
"description": "Custom accessible name for the start (minimum) input.\nWhen not set, defaults to \"${label} min\" or \"min\" if no label.",
|
|
313
313
|
"fieldName": "accessibleNameStart"
|
|
314
314
|
},
|
|
315
|
-
{
|
|
316
|
-
"name": "end-active",
|
|
317
|
-
"type": {
|
|
318
|
-
"text": "boolean"
|
|
319
|
-
},
|
|
320
|
-
"fieldName": "__endActive"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "end-focused",
|
|
324
|
-
"type": {
|
|
325
|
-
"text": "boolean"
|
|
326
|
-
},
|
|
327
|
-
"fieldName": "__endFocused"
|
|
328
|
-
},
|
|
329
315
|
{
|
|
330
316
|
"name": "error-message",
|
|
331
317
|
"type": {
|
|
@@ -410,20 +396,6 @@
|
|
|
410
396
|
"module": "src/vaadin-slider-mixin.js"
|
|
411
397
|
}
|
|
412
398
|
},
|
|
413
|
-
{
|
|
414
|
-
"name": "start-active",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "boolean"
|
|
417
|
-
},
|
|
418
|
-
"fieldName": "__startActive"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "start-focused",
|
|
422
|
-
"type": {
|
|
423
|
-
"text": "boolean"
|
|
424
|
-
},
|
|
425
|
-
"fieldName": "__startFocused"
|
|
426
|
-
},
|
|
427
399
|
{
|
|
428
400
|
"name": "step",
|
|
429
401
|
"type": {
|
|
@@ -506,605 +478,6 @@
|
|
|
506
478
|
}
|
|
507
479
|
]
|
|
508
480
|
},
|
|
509
|
-
{
|
|
510
|
-
"kind": "javascript-module",
|
|
511
|
-
"path": "src/vaadin-slider-bubble-overlay.js",
|
|
512
|
-
"declarations": [
|
|
513
|
-
{
|
|
514
|
-
"kind": "class",
|
|
515
|
-
"description": "An element used internally by `<vaadin-slider>`. Not intended to be used separately.",
|
|
516
|
-
"name": "SliderBubbleOverlay",
|
|
517
|
-
"members": [
|
|
518
|
-
{
|
|
519
|
-
"kind": "method",
|
|
520
|
-
"name": "bringToFront",
|
|
521
|
-
"description": "Brings the overlay as visually the frontmost one.",
|
|
522
|
-
"inheritedFrom": {
|
|
523
|
-
"name": "OverlayStackMixin",
|
|
524
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-stack-mixin.js"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "method",
|
|
529
|
-
"name": "close",
|
|
530
|
-
"parameters": [
|
|
531
|
-
{
|
|
532
|
-
"name": "sourceEvent",
|
|
533
|
-
"type": {
|
|
534
|
-
"text": "Event="
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"inheritedFrom": {
|
|
539
|
-
"name": "OverlayMixin",
|
|
540
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"kind": "field",
|
|
545
|
-
"name": "focusTrap",
|
|
546
|
-
"privacy": "public",
|
|
547
|
-
"type": {
|
|
548
|
-
"text": "boolean"
|
|
549
|
-
},
|
|
550
|
-
"description": "When true, opening the overlay moves focus to the first focusable child,\nor to the overlay part with tabindex if there are no focusable children.",
|
|
551
|
-
"attribute": "focus-trap",
|
|
552
|
-
"inheritedFrom": {
|
|
553
|
-
"name": "OverlayFocusMixin",
|
|
554
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"kind": "field",
|
|
559
|
-
"name": "hidden",
|
|
560
|
-
"privacy": "public",
|
|
561
|
-
"type": {
|
|
562
|
-
"text": "boolean"
|
|
563
|
-
},
|
|
564
|
-
"description": "When set to true, the overlay is hidden. This also closes the overlay\nimmediately in case there is a closing animation in progress.",
|
|
565
|
-
"attribute": "hidden",
|
|
566
|
-
"inheritedFrom": {
|
|
567
|
-
"name": "OverlayMixin",
|
|
568
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"kind": "field",
|
|
573
|
-
"name": "horizontalAlign",
|
|
574
|
-
"privacy": "public",
|
|
575
|
-
"type": {
|
|
576
|
-
"text": "string"
|
|
577
|
-
},
|
|
578
|
-
"description": "When `positionTarget` is set, this property defines whether to align the overlay's\nleft or right side to the target element by default.\nPossible values are `start` and `end`.\nRTL is taken into account when interpreting the value.\nThe overlay is automatically flipped to the opposite side when it doesn't fit into\nthe default side defined by this property.",
|
|
579
|
-
"attribute": "horizontal-align",
|
|
580
|
-
"inheritedFrom": {
|
|
581
|
-
"name": "PositionMixin",
|
|
582
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"kind": "field",
|
|
587
|
-
"name": "model",
|
|
588
|
-
"privacy": "public",
|
|
589
|
-
"type": {
|
|
590
|
-
"text": "object"
|
|
591
|
-
},
|
|
592
|
-
"description": "Object with properties that is passed to `renderer` function",
|
|
593
|
-
"attribute": "model",
|
|
594
|
-
"inheritedFrom": {
|
|
595
|
-
"name": "OverlayMixin",
|
|
596
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "field",
|
|
601
|
-
"name": "modeless",
|
|
602
|
-
"privacy": "public",
|
|
603
|
-
"type": {
|
|
604
|
-
"text": "boolean"
|
|
605
|
-
},
|
|
606
|
-
"description": "When true the overlay won't disable the main content, showing\nit doesn't change the functionality of the user interface.",
|
|
607
|
-
"attribute": "modeless",
|
|
608
|
-
"inheritedFrom": {
|
|
609
|
-
"name": "OverlayMixin",
|
|
610
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"kind": "field",
|
|
615
|
-
"name": "noHorizontalOverlap",
|
|
616
|
-
"privacy": "public",
|
|
617
|
-
"type": {
|
|
618
|
-
"text": "boolean"
|
|
619
|
-
},
|
|
620
|
-
"description": "When `positionTarget` is set, this property defines whether the overlay should overlap\nthe target element in the x-axis, or be positioned right next to it.",
|
|
621
|
-
"attribute": "no-horizontal-overlap",
|
|
622
|
-
"inheritedFrom": {
|
|
623
|
-
"name": "PositionMixin",
|
|
624
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"kind": "field",
|
|
629
|
-
"name": "noVerticalOverlap",
|
|
630
|
-
"privacy": "public",
|
|
631
|
-
"type": {
|
|
632
|
-
"text": "boolean"
|
|
633
|
-
},
|
|
634
|
-
"description": "When `positionTarget` is set, this property defines whether the overlay should overlap\nthe target element in the y-axis, or be positioned right above/below it.",
|
|
635
|
-
"attribute": "no-vertical-overlap",
|
|
636
|
-
"inheritedFrom": {
|
|
637
|
-
"name": "PositionMixin",
|
|
638
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"kind": "field",
|
|
643
|
-
"name": "opened",
|
|
644
|
-
"privacy": "public",
|
|
645
|
-
"type": {
|
|
646
|
-
"text": "boolean"
|
|
647
|
-
},
|
|
648
|
-
"description": "When true, the overlay is visible and attached to body.",
|
|
649
|
-
"attribute": "opened",
|
|
650
|
-
"inheritedFrom": {
|
|
651
|
-
"name": "OverlayMixin",
|
|
652
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"kind": "field",
|
|
657
|
-
"name": "owner",
|
|
658
|
-
"privacy": "public",
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "HTMLElement"
|
|
661
|
-
},
|
|
662
|
-
"description": "Owner element passed with renderer function",
|
|
663
|
-
"attribute": "owner",
|
|
664
|
-
"inheritedFrom": {
|
|
665
|
-
"name": "OverlayMixin",
|
|
666
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "field",
|
|
671
|
-
"name": "positionTarget",
|
|
672
|
-
"privacy": "public",
|
|
673
|
-
"type": {
|
|
674
|
-
"text": "object"
|
|
675
|
-
},
|
|
676
|
-
"description": "The element next to which this overlay should be aligned.\nThe position of the overlay relative to the positionTarget can be adjusted\nwith properties `horizontalAlign`, `verticalAlign`, `noHorizontalOverlap`\nand `noVerticalOverlap`.",
|
|
677
|
-
"attribute": "position-target",
|
|
678
|
-
"inheritedFrom": {
|
|
679
|
-
"name": "PositionMixin",
|
|
680
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "field",
|
|
685
|
-
"name": "renderer",
|
|
686
|
-
"privacy": "public",
|
|
687
|
-
"type": {
|
|
688
|
-
"text": "OverlayRenderer | null | undefined"
|
|
689
|
-
},
|
|
690
|
-
"description": "Custom function for rendering the content of the overlay.\nReceives three arguments:\n\n- `root` The root container DOM element. Append your content to it.\n- `owner` The host element of the renderer function.\n- `model` The object with the properties related with rendering.",
|
|
691
|
-
"attribute": "renderer",
|
|
692
|
-
"inheritedFrom": {
|
|
693
|
-
"name": "OverlayMixin",
|
|
694
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"kind": "method",
|
|
699
|
-
"name": "requestContentUpdate",
|
|
700
|
-
"description": "Requests an update for the content of the overlay.\nWhile performing the update, it invokes the renderer passed in the `renderer` property.\n\nIt is not guaranteed that the update happens immediately (synchronously) after it is requested.",
|
|
701
|
-
"inheritedFrom": {
|
|
702
|
-
"name": "OverlayMixin",
|
|
703
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"kind": "field",
|
|
708
|
-
"name": "requiredVerticalSpace",
|
|
709
|
-
"privacy": "public",
|
|
710
|
-
"type": {
|
|
711
|
-
"text": "number"
|
|
712
|
-
},
|
|
713
|
-
"description": "If the overlay content has no intrinsic height, this property can be used to set\nthe minimum vertical space (in pixels) required by the overlay. Setting a value to\nthe property effectively disables the content measurement in favor of using this\nfixed value for determining the open direction.",
|
|
714
|
-
"attribute": "required-vertical-space",
|
|
715
|
-
"inheritedFrom": {
|
|
716
|
-
"name": "PositionMixin",
|
|
717
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"kind": "field",
|
|
722
|
-
"name": "restoreFocusNode",
|
|
723
|
-
"privacy": "public",
|
|
724
|
-
"type": {
|
|
725
|
-
"text": "HTMLElement"
|
|
726
|
-
},
|
|
727
|
-
"description": "Set to specify the element which should be focused on overlay close,\nif `restoreFocusOnClose` is set to true.",
|
|
728
|
-
"attribute": "restore-focus-node",
|
|
729
|
-
"inheritedFrom": {
|
|
730
|
-
"name": "OverlayFocusMixin",
|
|
731
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
732
|
-
}
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"kind": "field",
|
|
736
|
-
"name": "restoreFocusOnClose",
|
|
737
|
-
"privacy": "public",
|
|
738
|
-
"type": {
|
|
739
|
-
"text": "boolean"
|
|
740
|
-
},
|
|
741
|
-
"description": "Set to true to enable restoring of focus when overlay is closed.",
|
|
742
|
-
"attribute": "restore-focus-on-close",
|
|
743
|
-
"inheritedFrom": {
|
|
744
|
-
"name": "OverlayFocusMixin",
|
|
745
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"kind": "method",
|
|
750
|
-
"name": "setBounds",
|
|
751
|
-
"parameters": [
|
|
752
|
-
{
|
|
753
|
-
"name": "bounds",
|
|
754
|
-
"type": {
|
|
755
|
-
"text": "!OverlayBoundsParam"
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "absolute",
|
|
760
|
-
"default": "true",
|
|
761
|
-
"type": {
|
|
762
|
-
"text": "boolean"
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
],
|
|
766
|
-
"description": "Updates the coordinates of the overlay.",
|
|
767
|
-
"inheritedFrom": {
|
|
768
|
-
"name": "OverlayMixin",
|
|
769
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"kind": "field",
|
|
774
|
-
"name": "verticalAlign",
|
|
775
|
-
"privacy": "public",
|
|
776
|
-
"type": {
|
|
777
|
-
"text": "string"
|
|
778
|
-
},
|
|
779
|
-
"description": "When `positionTarget` is set, this property defines whether to align the overlay's\ntop or bottom side to the target element by default.\nPossible values are `top` and `bottom`.\nThe overlay is automatically flipped to the opposite side when it doesn't fit into\nthe default side defined by this property.",
|
|
780
|
-
"attribute": "vertical-align",
|
|
781
|
-
"inheritedFrom": {
|
|
782
|
-
"name": "PositionMixin",
|
|
783
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
784
|
-
}
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"kind": "field",
|
|
788
|
-
"name": "withBackdrop",
|
|
789
|
-
"privacy": "public",
|
|
790
|
-
"type": {
|
|
791
|
-
"text": "boolean"
|
|
792
|
-
},
|
|
793
|
-
"description": "When true the overlay has backdrop on top of content when opened.",
|
|
794
|
-
"attribute": "with-backdrop",
|
|
795
|
-
"inheritedFrom": {
|
|
796
|
-
"name": "OverlayMixin",
|
|
797
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"mixins": [
|
|
802
|
-
{
|
|
803
|
-
"name": "PositionMixin",
|
|
804
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "OverlayMixin",
|
|
808
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "DirMixin",
|
|
812
|
-
"package": "@vaadin/component-base/src/dir-mixin.js"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "ThemableMixin",
|
|
816
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "PolylitMixin",
|
|
820
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "LumoInjectionMixin",
|
|
824
|
-
"package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"superclass": {
|
|
828
|
-
"name": "LitElement",
|
|
829
|
-
"package": "lit"
|
|
830
|
-
},
|
|
831
|
-
"tagName": "vaadin-slider-bubble-overlay",
|
|
832
|
-
"customElement": true,
|
|
833
|
-
"attributes": [
|
|
834
|
-
{
|
|
835
|
-
"name": "focus-trap",
|
|
836
|
-
"type": {
|
|
837
|
-
"text": "boolean"
|
|
838
|
-
},
|
|
839
|
-
"description": "When true, opening the overlay moves focus to the first focusable child,\nor to the overlay part with tabindex if there are no focusable children.",
|
|
840
|
-
"fieldName": "focusTrap",
|
|
841
|
-
"inheritedFrom": {
|
|
842
|
-
"name": "OverlayFocusMixin",
|
|
843
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
844
|
-
}
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"name": "hidden",
|
|
848
|
-
"type": {
|
|
849
|
-
"text": "boolean"
|
|
850
|
-
},
|
|
851
|
-
"description": "When set to true, the overlay is hidden. This also closes the overlay\nimmediately in case there is a closing animation in progress.",
|
|
852
|
-
"fieldName": "hidden",
|
|
853
|
-
"inheritedFrom": {
|
|
854
|
-
"name": "OverlayMixin",
|
|
855
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "horizontal-align",
|
|
860
|
-
"type": {
|
|
861
|
-
"text": "string"
|
|
862
|
-
},
|
|
863
|
-
"description": "When `positionTarget` is set, this property defines whether to align the overlay's\nleft or right side to the target element by default.\nPossible values are `start` and `end`.\nRTL is taken into account when interpreting the value.\nThe overlay is automatically flipped to the opposite side when it doesn't fit into\nthe default side defined by this property.",
|
|
864
|
-
"fieldName": "horizontalAlign",
|
|
865
|
-
"inheritedFrom": {
|
|
866
|
-
"name": "PositionMixin",
|
|
867
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
868
|
-
}
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"name": "modeless",
|
|
872
|
-
"type": {
|
|
873
|
-
"text": "boolean"
|
|
874
|
-
},
|
|
875
|
-
"description": "When true the overlay won't disable the main content, showing\nit doesn't change the functionality of the user interface.",
|
|
876
|
-
"fieldName": "modeless",
|
|
877
|
-
"inheritedFrom": {
|
|
878
|
-
"name": "OverlayMixin",
|
|
879
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "no-horizontal-overlap",
|
|
884
|
-
"type": {
|
|
885
|
-
"text": "boolean"
|
|
886
|
-
},
|
|
887
|
-
"description": "When `positionTarget` is set, this property defines whether the overlay should overlap\nthe target element in the x-axis, or be positioned right next to it.",
|
|
888
|
-
"fieldName": "noHorizontalOverlap",
|
|
889
|
-
"inheritedFrom": {
|
|
890
|
-
"name": "PositionMixin",
|
|
891
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "no-vertical-overlap",
|
|
896
|
-
"type": {
|
|
897
|
-
"text": "boolean"
|
|
898
|
-
},
|
|
899
|
-
"description": "When `positionTarget` is set, this property defines whether the overlay should overlap\nthe target element in the y-axis, or be positioned right above/below it.",
|
|
900
|
-
"fieldName": "noVerticalOverlap",
|
|
901
|
-
"inheritedFrom": {
|
|
902
|
-
"name": "PositionMixin",
|
|
903
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
904
|
-
}
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "opened",
|
|
908
|
-
"type": {
|
|
909
|
-
"text": "boolean"
|
|
910
|
-
},
|
|
911
|
-
"description": "When true, the overlay is visible and attached to body.",
|
|
912
|
-
"fieldName": "opened",
|
|
913
|
-
"inheritedFrom": {
|
|
914
|
-
"name": "OverlayMixin",
|
|
915
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "owner",
|
|
920
|
-
"type": {
|
|
921
|
-
"text": "HTMLElement"
|
|
922
|
-
},
|
|
923
|
-
"description": "Owner element passed with renderer function",
|
|
924
|
-
"fieldName": "owner",
|
|
925
|
-
"inheritedFrom": {
|
|
926
|
-
"name": "OverlayMixin",
|
|
927
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"name": "renderer",
|
|
932
|
-
"type": {
|
|
933
|
-
"text": "OverlayRenderer | null | undefined"
|
|
934
|
-
},
|
|
935
|
-
"description": "Custom function for rendering the content of the overlay.\nReceives three arguments:\n\n- `root` The root container DOM element. Append your content to it.\n- `owner` The host element of the renderer function.\n- `model` The object with the properties related with rendering.",
|
|
936
|
-
"fieldName": "renderer",
|
|
937
|
-
"inheritedFrom": {
|
|
938
|
-
"name": "OverlayMixin",
|
|
939
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "required-vertical-space",
|
|
944
|
-
"type": {
|
|
945
|
-
"text": "number"
|
|
946
|
-
},
|
|
947
|
-
"description": "If the overlay content has no intrinsic height, this property can be used to set\nthe minimum vertical space (in pixels) required by the overlay. Setting a value to\nthe property effectively disables the content measurement in favor of using this\nfixed value for determining the open direction.",
|
|
948
|
-
"fieldName": "requiredVerticalSpace",
|
|
949
|
-
"inheritedFrom": {
|
|
950
|
-
"name": "PositionMixin",
|
|
951
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "restore-focus-node",
|
|
956
|
-
"type": {
|
|
957
|
-
"text": "HTMLElement"
|
|
958
|
-
},
|
|
959
|
-
"description": "Set to specify the element which should be focused on overlay close,\nif `restoreFocusOnClose` is set to true.",
|
|
960
|
-
"fieldName": "restoreFocusNode",
|
|
961
|
-
"inheritedFrom": {
|
|
962
|
-
"name": "OverlayFocusMixin",
|
|
963
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "restore-focus-on-close",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "boolean"
|
|
970
|
-
},
|
|
971
|
-
"description": "Set to true to enable restoring of focus when overlay is closed.",
|
|
972
|
-
"fieldName": "restoreFocusOnClose",
|
|
973
|
-
"inheritedFrom": {
|
|
974
|
-
"name": "OverlayFocusMixin",
|
|
975
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-focus-mixin.js"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"name": "vertical-align",
|
|
980
|
-
"type": {
|
|
981
|
-
"text": "string"
|
|
982
|
-
},
|
|
983
|
-
"description": "When `positionTarget` is set, this property defines whether to align the overlay's\ntop or bottom side to the target element by default.\nPossible values are `top` and `bottom`.\nThe overlay is automatically flipped to the opposite side when it doesn't fit into\nthe default side defined by this property.",
|
|
984
|
-
"fieldName": "verticalAlign",
|
|
985
|
-
"inheritedFrom": {
|
|
986
|
-
"name": "PositionMixin",
|
|
987
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-position-mixin.js"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "with-backdrop",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "boolean"
|
|
994
|
-
},
|
|
995
|
-
"description": "When true the overlay has backdrop on top of content when opened.",
|
|
996
|
-
"fieldName": "withBackdrop",
|
|
997
|
-
"inheritedFrom": {
|
|
998
|
-
"name": "OverlayMixin",
|
|
999
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
],
|
|
1003
|
-
"events": [
|
|
1004
|
-
{
|
|
1005
|
-
"name": "vaadin-overlay-closed",
|
|
1006
|
-
"type": {
|
|
1007
|
-
"text": "CustomEvent"
|
|
1008
|
-
},
|
|
1009
|
-
"inheritedFrom": {
|
|
1010
|
-
"name": "OverlayMixin",
|
|
1011
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"name": "vaadin-overlay-closing",
|
|
1016
|
-
"type": {
|
|
1017
|
-
"text": "CustomEvent"
|
|
1018
|
-
},
|
|
1019
|
-
"inheritedFrom": {
|
|
1020
|
-
"name": "OverlayMixin",
|
|
1021
|
-
"package": "@vaadin/overlay/src/vaadin-overlay-mixin.js"
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
]
|
|
1025
|
-
}
|
|
1026
|
-
],
|
|
1027
|
-
"exports": [
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "js",
|
|
1030
|
-
"name": "SliderBubbleOverlay",
|
|
1031
|
-
"declaration": {
|
|
1032
|
-
"name": "SliderBubbleOverlay",
|
|
1033
|
-
"module": "src/vaadin-slider-bubble-overlay.js"
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"kind": "javascript-module",
|
|
1040
|
-
"path": "src/vaadin-slider-bubble.js",
|
|
1041
|
-
"declarations": [
|
|
1042
|
-
{
|
|
1043
|
-
"kind": "class",
|
|
1044
|
-
"description": "An element used internally by `<vaadin-slider>`. Not intended to be used separately.",
|
|
1045
|
-
"name": "SliderBubble",
|
|
1046
|
-
"members": [
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "field",
|
|
1049
|
-
"name": "opened",
|
|
1050
|
-
"privacy": "public",
|
|
1051
|
-
"type": {
|
|
1052
|
-
"text": "boolean"
|
|
1053
|
-
},
|
|
1054
|
-
"description": "Whether the overlay is opened.",
|
|
1055
|
-
"attribute": "opened"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"kind": "field",
|
|
1059
|
-
"name": "positionTarget",
|
|
1060
|
-
"privacy": "public",
|
|
1061
|
-
"type": {
|
|
1062
|
-
"text": "object"
|
|
1063
|
-
},
|
|
1064
|
-
"description": "The thumb element next to which the overlay should be aligned.",
|
|
1065
|
-
"attribute": "position-target"
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"attributes": [
|
|
1069
|
-
{
|
|
1070
|
-
"name": "opened",
|
|
1071
|
-
"type": {
|
|
1072
|
-
"text": "boolean"
|
|
1073
|
-
},
|
|
1074
|
-
"description": "Whether the overlay is opened.",
|
|
1075
|
-
"fieldName": "opened"
|
|
1076
|
-
}
|
|
1077
|
-
],
|
|
1078
|
-
"mixins": [
|
|
1079
|
-
{
|
|
1080
|
-
"name": "ThemePropertyMixin",
|
|
1081
|
-
"package": "@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin.js"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"name": "PolylitMixin",
|
|
1085
|
-
"package": "@vaadin/component-base/src/polylit-mixin.js"
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1088
|
-
"superclass": {
|
|
1089
|
-
"name": "LitElement",
|
|
1090
|
-
"package": "lit"
|
|
1091
|
-
},
|
|
1092
|
-
"tagName": "vaadin-slider-bubble",
|
|
1093
|
-
"customElement": true,
|
|
1094
|
-
"events": []
|
|
1095
|
-
}
|
|
1096
|
-
],
|
|
1097
|
-
"exports": [
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "js",
|
|
1100
|
-
"name": "SliderBubble",
|
|
1101
|
-
"declaration": {
|
|
1102
|
-
"name": "SliderBubble",
|
|
1103
|
-
"module": "src/vaadin-slider-bubble.js"
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
1107
|
-
},
|
|
1108
481
|
{
|
|
1109
482
|
"kind": "javascript-module",
|
|
1110
483
|
"path": "src/vaadin-slider-mixin.js",
|
|
@@ -1511,13 +884,6 @@
|
|
|
1511
884
|
"package": "@vaadin/field-base/src/field-mixin.js"
|
|
1512
885
|
}
|
|
1513
886
|
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "active",
|
|
1516
|
-
"type": {
|
|
1517
|
-
"text": "boolean"
|
|
1518
|
-
},
|
|
1519
|
-
"fieldName": "__active"
|
|
1520
|
-
},
|
|
1521
887
|
{
|
|
1522
888
|
"name": "error-message",
|
|
1523
889
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/slider",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.1.0-
|
|
39
|
-
"@vaadin/component-base": "25.1.0-
|
|
40
|
-
"@vaadin/field-base": "25.1.0-
|
|
41
|
-
"@vaadin/overlay": "25.1.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.1.0-beta3",
|
|
39
|
+
"@vaadin/component-base": "25.1.0-beta3",
|
|
40
|
+
"@vaadin/field-base": "25.1.0-beta3",
|
|
41
|
+
"@vaadin/overlay": "25.1.0-beta3",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/aura": "25.1.0-
|
|
47
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
48
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
46
|
+
"@vaadin/aura": "25.1.0-beta3",
|
|
47
|
+
"@vaadin/chai-plugins": "25.1.0-beta3",
|
|
48
|
+
"@vaadin/test-runner-commands": "25.1.0-beta3",
|
|
49
49
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
50
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
50
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta3"
|
|
51
51
|
},
|
|
52
52
|
"customElements": "custom-elements.json",
|
|
53
53
|
"web-types": [
|
|
54
54
|
"web-types.json",
|
|
55
55
|
"web-types.lit.json"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "4251850231a42298fda23b83928da588831cdb5d"
|
|
58
58
|
}
|
package/web-types.json
CHANGED