@breadstone/mosaik-elements-foundation 0.0.105 → 0.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.d.ts.map +1 -1
  2. package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.js +4 -3
  3. package/Controls/Components/Buttons/RepeatButton/RepeatButtonElement.js.map +1 -1
  4. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts +6 -1
  5. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts.map +1 -1
  6. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js +12 -9
  7. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js.map +1 -1
  8. package/Controls/Components/Inputs/ChipBox/ChipBoxElement.d.ts +7 -2
  9. package/Controls/Components/Inputs/ChipBox/ChipBoxElement.d.ts.map +1 -1
  10. package/Controls/Components/Inputs/ChipBox/ChipBoxElement.js +24 -27
  11. package/Controls/Components/Inputs/ChipBox/ChipBoxElement.js.map +1 -1
  12. package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts +6 -1
  13. package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts.map +1 -1
  14. package/Controls/Components/Inputs/Choice/ChoiceElement.js +16 -10
  15. package/Controls/Components/Inputs/Choice/ChoiceElement.js.map +1 -1
  16. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts +7 -0
  17. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
  18. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +12 -0
  19. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
  20. package/Controls/Components/Inputs/ColorBox/ColorBoxElement.d.ts.map +1 -1
  21. package/Controls/Components/Inputs/DateBox/DateBoxElement.d.ts +6 -1
  22. package/Controls/Components/Inputs/DateBox/DateBoxElement.d.ts.map +1 -1
  23. package/Controls/Components/Inputs/DateBox/DateBoxElement.js +9 -6
  24. package/Controls/Components/Inputs/DateBox/DateBoxElement.js.map +1 -1
  25. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts +6 -1
  26. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts.map +1 -1
  27. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js +9 -6
  28. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js.map +1 -1
  29. package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts +14 -8
  30. package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts.map +1 -1
  31. package/Controls/Components/Inputs/FileUpload/FilePickerElement.js +20 -12
  32. package/Controls/Components/Inputs/FileUpload/FilePickerElement.js.map +1 -1
  33. package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts +6 -0
  34. package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts.map +1 -1
  35. package/Controls/Components/Inputs/FileUpload/FileUploadElement.js +10 -1
  36. package/Controls/Components/Inputs/FileUpload/FileUploadElement.js.map +1 -1
  37. package/Controls/Components/Inputs/NumberBox/NumberBoxElement.d.ts +6 -0
  38. package/Controls/Components/Inputs/NumberBox/NumberBoxElement.d.ts.map +1 -1
  39. package/Controls/Components/Inputs/NumberBox/NumberBoxElement.js +10 -1
  40. package/Controls/Components/Inputs/NumberBox/NumberBoxElement.js.map +1 -1
  41. package/Controls/Components/Inputs/PasswordBox/PasswordBoxElement.d.ts +6 -0
  42. package/Controls/Components/Inputs/PasswordBox/PasswordBoxElement.d.ts.map +1 -1
  43. package/Controls/Components/Inputs/PasswordBox/PasswordBoxElement.js +42 -9
  44. package/Controls/Components/Inputs/PasswordBox/PasswordBoxElement.js.map +1 -1
  45. package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts +6 -0
  46. package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts.map +1 -1
  47. package/Controls/Components/Inputs/PinBox/PinBoxElement.js +10 -1
  48. package/Controls/Components/Inputs/PinBox/PinBoxElement.js.map +1 -1
  49. package/Controls/Components/Inputs/Radio/RadioElement.d.ts +6 -1
  50. package/Controls/Components/Inputs/Radio/RadioElement.d.ts.map +1 -1
  51. package/Controls/Components/Inputs/Radio/RadioElement.js +16 -10
  52. package/Controls/Components/Inputs/Radio/RadioElement.js.map +1 -1
  53. package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.d.ts +1 -0
  54. package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.d.ts.map +1 -1
  55. package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js +8 -11
  56. package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js.map +1 -1
  57. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts +6 -0
  58. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts.map +1 -1
  59. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js +10 -1
  60. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js.map +1 -1
  61. package/Controls/Components/Inputs/SignaturePad/SignaturePadElement.d.ts +1 -1
  62. package/Controls/Components/Inputs/SignaturePad/SignaturePadElement.d.ts.map +1 -1
  63. package/Controls/Components/Inputs/SignaturePad/SignaturePadElement.js +7 -4
  64. package/Controls/Components/Inputs/SignaturePad/SignaturePadElement.js.map +1 -1
  65. package/Controls/Components/Inputs/TimeBox/TimeBoxElement.d.ts +1 -0
  66. package/Controls/Components/Inputs/TimeBox/TimeBoxElement.d.ts.map +1 -1
  67. package/Controls/Components/Inputs/TimeBox/TimeBoxElement.js +3 -1
  68. package/Controls/Components/Inputs/TimeBox/TimeBoxElement.js.map +1 -1
  69. package/Controls/Components/Media/Camera/CameraElement.d.ts +1 -1
  70. package/Controls/Components/Media/Camera/CameraElement.d.ts.map +1 -1
  71. package/Controls/Components/Media/Camera/CameraElement.js +1 -5
  72. package/Controls/Components/Media/Camera/CameraElement.js.map +1 -1
  73. package/Controls/Components/Media/Video/VideoElement.d.ts +2 -1
  74. package/Controls/Components/Media/Video/VideoElement.d.ts.map +1 -1
  75. package/Controls/Components/Media/Video/VideoElement.js +16 -8
  76. package/Controls/Components/Media/Video/VideoElement.js.map +1 -1
  77. package/Controls/Components/Primitives/Floating/FloatingElement.d.ts.map +1 -1
  78. package/Controls/Components/Primitives/Floating/FloatingElement.js +0 -9
  79. package/Controls/Components/Primitives/Floating/FloatingElement.js.map +1 -1
  80. package/Controls/Components/Primitives/Floating/FloatingTriggerElement.js +1 -1
  81. package/Controls/Components/Primitives/Swipe/SwipeElement.d.ts +6 -5
  82. package/Controls/Components/Primitives/Swipe/SwipeElement.d.ts.map +1 -1
  83. package/Controls/Components/Primitives/Swipe/SwipeElement.js +8 -15
  84. package/Controls/Components/Primitives/Swipe/SwipeElement.js.map +1 -1
  85. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.d.ts +2 -1
  86. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.d.ts.map +1 -1
  87. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.js +12 -7
  88. package/Controls/Components/Primitives/Toggletip/ToggleTipElement.js.map +1 -1
  89. package/Controls/Components/Ranges/ScrubSlider/Accessors/ScrubSliderElementValueAccessor.d.ts +29 -0
  90. package/Controls/Components/Ranges/ScrubSlider/Accessors/ScrubSliderElementValueAccessor.d.ts.map +1 -0
  91. package/Controls/Components/Ranges/ScrubSlider/Accessors/ScrubSliderElementValueAccessor.js +43 -0
  92. package/Controls/Components/Ranges/ScrubSlider/Accessors/ScrubSliderElementValueAccessor.js.map +1 -0
  93. package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.d.ts +1 -0
  94. package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.d.ts.map +1 -0
  95. package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.js +2 -0
  96. package/Controls/Components/Ranges/ScrubSlider/IScrubSliderElementProps.js.map +1 -0
  97. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.d.ts +79 -0
  98. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.d.ts.map +1 -0
  99. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.js +356 -0
  100. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.js.map +1 -0
  101. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.d.ts +9 -0
  102. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.d.ts.map +1 -0
  103. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.js +38 -0
  104. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderElementTemplate.js.map +1 -0
  105. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.d.ts +6 -0
  106. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.d.ts.map +1 -0
  107. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.js +239 -0
  108. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Cosmopolitan.js.map +1 -0
  109. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.d.ts +6 -0
  110. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.d.ts.map +1 -0
  111. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.js +234 -0
  112. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Joy.js.map +1 -0
  113. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.d.ts +6 -0
  114. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.d.ts.map +1 -0
  115. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.js +239 -0
  116. package/Controls/Components/Ranges/ScrubSlider/Themes/ScrubSliderElement.Retro.js.map +1 -0
  117. package/Controls/Components/Ranges/Slider/SliderElement.d.ts +8 -1
  118. package/Controls/Components/Ranges/Slider/SliderElement.d.ts.map +1 -1
  119. package/Controls/Components/Ranges/Slider/SliderElement.js +22 -4
  120. package/Controls/Components/Ranges/Slider/SliderElement.js.map +1 -1
  121. package/Controls/Components/Selectors/Combo/ComboElement.js +2 -2
  122. package/Controls/Components/Selectors/Combo/ComboElement.js.map +1 -1
  123. package/Index.d.ts +2 -0
  124. package/Index.d.ts.map +1 -1
  125. package/Index.js +2 -0
  126. package/Index.js.map +1 -1
  127. package/Translations/TranslatorService.d.ts +1 -1
  128. package/Translations/TranslatorService.d.ts.map +1 -1
  129. package/Translations/TranslatorService.js +5 -1
  130. package/Translations/TranslatorService.js.map +1 -1
  131. package/custom-elements.json +784 -19
  132. package/package.json +3 -3
@@ -32471,6 +32471,17 @@
32471
32471
  "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
32472
32472
  }
32473
32473
  },
32474
+ {
32475
+ "kind": "method",
32476
+ "name": "checkValidity",
32477
+ "privacy": "public",
32478
+ "type": "(): boolean",
32479
+ "description": "Returns whether a form will validate when it is submitted, without having to submit it.",
32480
+ "parameters": [],
32481
+ "return": {
32482
+ "type": "boolean"
32483
+ }
32484
+ },
32474
32485
  {
32475
32486
  "kind": "method",
32476
32487
  "name": "onSlotChanges",
@@ -32555,19 +32566,6 @@
32555
32566
  "module": "./../src/Controls/Behaviors/Slottable.ts"
32556
32567
  }
32557
32568
  },
32558
- {
32559
- "kind": "method",
32560
- "name": "checkValidity",
32561
- "privacy": "public",
32562
- "type": "(): boolean",
32563
- "description": "Checks the validity of the element.",
32564
- "parameters": [],
32565
- "return": {},
32566
- "inheritedFrom": {
32567
- "name": "IInvalidable",
32568
- "module": "./../src/Controls/Behaviors/Invalidable.ts"
32569
- }
32570
- },
32571
32569
  {
32572
32570
  "kind": "method",
32573
32571
  "name": "adoptStyle",
@@ -49363,7 +49361,7 @@
49363
49361
  "name": "toDataURL",
49364
49362
  "privacy": "public",
49365
49363
  "type": "(imageType?: string | undefined, quality?: number | undefined): string",
49366
- "description": "Returns signature image as data URL (see https://mdn.io/todataurl for the list of possible paramters).",
49364
+ "description": "Returns signature image as data URL (see https://mdn.io/todataurl for the list of possible parameters).",
49367
49365
  "parameters": [
49368
49366
  {
49369
49367
  "name": "imageType",
@@ -103477,6 +103475,775 @@
103477
103475
  }
103478
103476
  ]
103479
103477
  },
103478
+ {
103479
+ "path": "./../src/Controls/Components/Ranges/ScrubSlider/Accessors/ScrubSliderElementValueAccessor.ts",
103480
+ "exports": [
103481
+ {
103482
+ "kind": "class",
103483
+ "superclass": {
103484
+ "name": "ElementValueAccessorBase",
103485
+ "module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
103486
+ },
103487
+ "description": "The `ScrubSliderElementValueAccessor` class.",
103488
+ "name": "ScrubSliderElementValueAccessor",
103489
+ "members": [
103490
+ {
103491
+ "kind": "method",
103492
+ "name": "hostConnected",
103493
+ "privacy": "public",
103494
+ "type": "(): void",
103495
+ "parameters": [],
103496
+ "return": {
103497
+ "type": "void"
103498
+ }
103499
+ },
103500
+ {
103501
+ "kind": "method",
103502
+ "name": "writeValue",
103503
+ "privacy": "public",
103504
+ "type": "(value: number | null): void",
103505
+ "description": "Writes a new value to the element.",
103506
+ "parameters": [
103507
+ {
103508
+ "name": "value",
103509
+ "type": "number | null"
103510
+ }
103511
+ ],
103512
+ "return": {
103513
+ "type": "void"
103514
+ }
103515
+ },
103516
+ {
103517
+ "kind": "method",
103518
+ "name": "resetValue",
103519
+ "privacy": "public",
103520
+ "type": "(): void",
103521
+ "description": "Resets the value of the element.",
103522
+ "parameters": [],
103523
+ "return": {
103524
+ "type": "void"
103525
+ }
103526
+ },
103527
+ {
103528
+ "kind": "method",
103529
+ "name": "registerOnChange",
103530
+ "privacy": "public",
103531
+ "type": "(fn: (_: any): void) => void",
103532
+ "description": "Registers a function called when the element value changes.",
103533
+ "parameters": [
103534
+ {
103535
+ "name": "fn",
103536
+ "type": "(_: any) => void"
103537
+ }
103538
+ ],
103539
+ "return": {
103540
+ "type": "void"
103541
+ },
103542
+ "inheritedFrom": {
103543
+ "name": "ElementValueAccessorBase",
103544
+ "module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
103545
+ }
103546
+ },
103547
+ {
103548
+ "kind": "method",
103549
+ "name": "registerOnTouched",
103550
+ "privacy": "public",
103551
+ "type": "(fn: (): void) => void",
103552
+ "description": "Registers a function called when the element is touched.",
103553
+ "parameters": [
103554
+ {
103555
+ "name": "fn",
103556
+ "type": "() => void"
103557
+ }
103558
+ ],
103559
+ "return": {
103560
+ "type": "void"
103561
+ },
103562
+ "inheritedFrom": {
103563
+ "name": "ElementValueAccessorBase",
103564
+ "module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
103565
+ }
103566
+ },
103567
+ {
103568
+ "kind": "method",
103569
+ "name": "registerOnReset",
103570
+ "privacy": "public",
103571
+ "type": "(fn: (): void) => void",
103572
+ "description": "Registers a function called when the element is reset.",
103573
+ "parameters": [
103574
+ {
103575
+ "name": "fn",
103576
+ "type": "() => void"
103577
+ }
103578
+ ],
103579
+ "return": {
103580
+ "type": "void"
103581
+ },
103582
+ "inheritedFrom": {
103583
+ "name": "ElementValueAccessorBase",
103584
+ "module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
103585
+ }
103586
+ },
103587
+ {
103588
+ "kind": "method",
103589
+ "name": "setDisabled",
103590
+ "privacy": "public",
103591
+ "type": "(isDisabled: boolean): void",
103592
+ "description": "Sets the \"disabled\" property on the range input element.",
103593
+ "parameters": [
103594
+ {
103595
+ "name": "isDisabled",
103596
+ "type": "boolean"
103597
+ }
103598
+ ],
103599
+ "return": {
103600
+ "type": "void"
103601
+ },
103602
+ "inheritedFrom": {
103603
+ "name": "ElementValueAccessorBase",
103604
+ "module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
103605
+ }
103606
+ }
103607
+ ]
103608
+ },
103609
+ {
103610
+ "kind": "variable",
103611
+ "name": "scrubSliderElementValueAccessor",
103612
+ "type": "ElementValueAccessorFn<ScrubSliderElement>"
103613
+ }
103614
+ ]
103615
+ },
103616
+ {
103617
+ "path": "./../src/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.ts",
103618
+ "exports": [
103619
+ {
103620
+ "kind": "definition",
103621
+ "name": "mosaik-scrub-slider",
103622
+ "declaration": {
103623
+ "name": "ScrubSliderElement",
103624
+ "module": "./../src/Controls/Components/Ranges/ScrubSlider/ScrubSliderElement.ts"
103625
+ }
103626
+ },
103627
+ {
103628
+ "kind": "class",
103629
+ "superclass": {
103630
+ "name": "RangeBaseElement",
103631
+ "module": "./../src/Controls/Components/Ranges/Abstracts/RangeBaseElement.ts"
103632
+ },
103633
+ "mixins": [
103634
+ {
103635
+ "name": "Themeable",
103636
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
103637
+ },
103638
+ {
103639
+ "name": "Orientable",
103640
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
103641
+ },
103642
+ {
103643
+ "name": "Disableable",
103644
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
103645
+ },
103646
+ {
103647
+ "name": "Variantable",
103648
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
103649
+ },
103650
+ {
103651
+ "name": "Appearanceable",
103652
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
103653
+ },
103654
+ {
103655
+ "name": "Focusable",
103656
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
103657
+ },
103658
+ {
103659
+ "name": "Invalidable",
103660
+ "module": "./../src/Controls/Behaviors/Invalidable.ts"
103661
+ }
103662
+ ],
103663
+ "description": "Scrub Slider – A customizable slider component for precise value selection.",
103664
+ "name": "ScrubSliderElement",
103665
+ "members": [
103666
+ {
103667
+ "kind": "field",
103668
+ "name": "pxPerStep",
103669
+ "privacy": "public",
103670
+ "type": "number"
103671
+ },
103672
+ {
103673
+ "kind": "field",
103674
+ "name": "accelerate",
103675
+ "privacy": "public",
103676
+ "type": "boolean"
103677
+ },
103678
+ {
103679
+ "kind": "field",
103680
+ "name": "step",
103681
+ "privacy": "public",
103682
+ "type": "number",
103683
+ "inheritedFrom": {
103684
+ "name": "ISliderElementProps",
103685
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103686
+ }
103687
+ },
103688
+ {
103689
+ "kind": "field",
103690
+ "name": "track",
103691
+ "privacy": "public",
103692
+ "type": "boolean",
103693
+ "inheritedFrom": {
103694
+ "name": "ISliderElementProps",
103695
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103696
+ }
103697
+ },
103698
+ {
103699
+ "kind": "field",
103700
+ "name": "ticks",
103701
+ "privacy": "public",
103702
+ "type": "number",
103703
+ "inheritedFrom": {
103704
+ "name": "ISliderElementProps",
103705
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103706
+ }
103707
+ },
103708
+ {
103709
+ "kind": "field",
103710
+ "name": "tickPlacement",
103711
+ "privacy": "public",
103712
+ "type": "TickPlacement",
103713
+ "inheritedFrom": {
103714
+ "name": "ISliderElementProps",
103715
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103716
+ }
103717
+ },
103718
+ {
103719
+ "kind": "field",
103720
+ "name": "showTickLabels",
103721
+ "privacy": "public",
103722
+ "type": "boolean",
103723
+ "inheritedFrom": {
103724
+ "name": "ISliderElementProps",
103725
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103726
+ }
103727
+ },
103728
+ {
103729
+ "kind": "field",
103730
+ "name": "tickLabelAccessor",
103731
+ "privacy": "public",
103732
+ "type": "(value: number) => string",
103733
+ "inheritedFrom": {
103734
+ "name": "ISliderElementProps",
103735
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103736
+ }
103737
+ },
103738
+ {
103739
+ "kind": "field",
103740
+ "name": "tooltipPlacement",
103741
+ "privacy": "public",
103742
+ "type": "AutoToolTipPlacement",
103743
+ "inheritedFrom": {
103744
+ "name": "ISliderElementProps",
103745
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103746
+ }
103747
+ },
103748
+ {
103749
+ "kind": "field",
103750
+ "name": "tooltipAccessor",
103751
+ "privacy": "public",
103752
+ "type": "(value: number) => string",
103753
+ "inheritedFrom": {
103754
+ "name": "ISliderElementProps",
103755
+ "module": "./../src/Controls/Components/Ranges/Slider/ISliderElementProps.ts"
103756
+ }
103757
+ },
103758
+ {
103759
+ "kind": "field",
103760
+ "name": "themeName",
103761
+ "privacy": "public",
103762
+ "description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
103763
+ "type": "string",
103764
+ "inheritedFrom": {
103765
+ "name": "IThemeableProps",
103766
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
103767
+ }
103768
+ },
103769
+ {
103770
+ "kind": "field",
103771
+ "name": "orientation",
103772
+ "privacy": "public",
103773
+ "description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
103774
+ "type": "Orientation",
103775
+ "inheritedFrom": {
103776
+ "name": "Orientable",
103777
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
103778
+ }
103779
+ },
103780
+ {
103781
+ "kind": "field",
103782
+ "name": "disabled",
103783
+ "privacy": "public",
103784
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
103785
+ "type": "boolean",
103786
+ "inheritedFrom": {
103787
+ "name": "Disableable",
103788
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
103789
+ }
103790
+ },
103791
+ {
103792
+ "kind": "field",
103793
+ "name": "variant",
103794
+ "privacy": "public",
103795
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
103796
+ "type": "Variant",
103797
+ "inheritedFrom": {
103798
+ "name": "Variantable",
103799
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
103800
+ }
103801
+ },
103802
+ {
103803
+ "kind": "field",
103804
+ "name": "appearance",
103805
+ "privacy": "public",
103806
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
103807
+ "type": "Appearance",
103808
+ "inheritedFrom": {
103809
+ "name": "Appearanceable",
103810
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
103811
+ }
103812
+ },
103813
+ {
103814
+ "kind": "field",
103815
+ "name": "isFocused",
103816
+ "privacy": "public",
103817
+ "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
103818
+ "type": "boolean",
103819
+ "inheritedFrom": {
103820
+ "name": "Focusable",
103821
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
103822
+ }
103823
+ },
103824
+ {
103825
+ "kind": "field",
103826
+ "name": "invalid",
103827
+ "privacy": "public",
103828
+ "description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
103829
+ "type": "boolean",
103830
+ "inheritedFrom": {
103831
+ "name": "Invalidable",
103832
+ "module": "./../src/Controls/Behaviors/Invalidable.ts"
103833
+ }
103834
+ },
103835
+ {
103836
+ "kind": "field",
103837
+ "name": "valueChanged",
103838
+ "privacy": "public",
103839
+ "description": "Called when the value is changed.\nProvides reference to the `IChangedEventDetail` with old and new value as event argument.",
103840
+ "type": "IEventEmitter<IChangedEventDetail<RangeBaseElement, number>>",
103841
+ "inheritedFrom": {
103842
+ "name": "RangeBaseElement",
103843
+ "module": "./../src/Controls/Components/Ranges/Abstracts/RangeBaseElement.ts"
103844
+ }
103845
+ },
103846
+ {
103847
+ "kind": "field",
103848
+ "name": "min",
103849
+ "privacy": "public",
103850
+ "description": "The minimum value of the range.\nThis property is used to define the lower bound of the range.\nThe default value is `undefined`, which means no minimum value is set.",
103851
+ "type": "TType",
103852
+ "default": "0",
103853
+ "inheritedFrom": {
103854
+ "name": "Rangeable",
103855
+ "module": "./../src/Controls/Behaviors/Rangeable.ts"
103856
+ }
103857
+ },
103858
+ {
103859
+ "kind": "field",
103860
+ "name": "max",
103861
+ "privacy": "public",
103862
+ "description": "The maximum value of the range.\nThis property is used to define the upper bound of the range.\nThe default value is `undefined`, which means no maximum value is set.",
103863
+ "type": "TType",
103864
+ "default": "1",
103865
+ "inheritedFrom": {
103866
+ "name": "Rangeable",
103867
+ "module": "./../src/Controls/Behaviors/Rangeable.ts"
103868
+ }
103869
+ },
103870
+ {
103871
+ "kind": "field",
103872
+ "name": "value",
103873
+ "privacy": "public",
103874
+ "description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
103875
+ "type": "TType",
103876
+ "inheritedFrom": {
103877
+ "name": "Valueable",
103878
+ "module": "./../src/Controls/Behaviors/Valueable.ts"
103879
+ }
103880
+ },
103881
+ {
103882
+ "kind": "field",
103883
+ "name": "dir",
103884
+ "privacy": "public",
103885
+ "description": "Gets or sets the `dir` property.",
103886
+ "type": "FlowDirection",
103887
+ "inheritedFrom": {
103888
+ "name": "CustomElement",
103889
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
103890
+ }
103891
+ },
103892
+ {
103893
+ "kind": "field",
103894
+ "name": "lang",
103895
+ "privacy": "public",
103896
+ "description": "Gets or sets the `lang` property.",
103897
+ "type": "string",
103898
+ "inheritedFrom": {
103899
+ "name": "CustomElement",
103900
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
103901
+ }
103902
+ },
103903
+ {
103904
+ "kind": "field",
103905
+ "name": "changed",
103906
+ "privacy": "public",
103907
+ "description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
103908
+ "type": "IEventEmitter<IPropertyChangedEventDetail>",
103909
+ "inheritedFrom": {
103910
+ "name": "ICustomElementEvents",
103911
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
103912
+ }
103913
+ },
103914
+ {
103915
+ "kind": "field",
103916
+ "name": "connected",
103917
+ "privacy": "public",
103918
+ "description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
103919
+ "type": "IEventEmitter<void>",
103920
+ "inheritedFrom": {
103921
+ "name": "ICustomElementEvents",
103922
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
103923
+ }
103924
+ },
103925
+ {
103926
+ "kind": "field",
103927
+ "name": "disconnected",
103928
+ "privacy": "public",
103929
+ "description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
103930
+ "type": "IEventEmitter<void>",
103931
+ "inheritedFrom": {
103932
+ "name": "ICustomElementEvents",
103933
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
103934
+ }
103935
+ },
103936
+ {
103937
+ "kind": "method",
103938
+ "name": "checkValidity",
103939
+ "privacy": "public",
103940
+ "type": "(): boolean",
103941
+ "description": "Checks the validity of the element and returns `true` if it is valid; otherwise, `false`.",
103942
+ "parameters": [],
103943
+ "return": {
103944
+ "type": "boolean"
103945
+ }
103946
+ },
103947
+ {
103948
+ "kind": "method",
103949
+ "name": "hasVisibleFocusInTree",
103950
+ "privacy": "public",
103951
+ "type": "(): boolean",
103952
+ "description": "Returns a value indicating whether the element has visible focus in the tree.",
103953
+ "parameters": [],
103954
+ "return": {
103955
+ "type": "boolean"
103956
+ },
103957
+ "inheritedFrom": {
103958
+ "name": "Focusable",
103959
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
103960
+ }
103961
+ },
103962
+ {
103963
+ "kind": "method",
103964
+ "name": "adoptStyle",
103965
+ "privacy": "public",
103966
+ "type": "(styles: CSSResultGroup): void",
103967
+ "description": "Adopts the specified styles.",
103968
+ "parameters": [
103969
+ {
103970
+ "name": "styles",
103971
+ "type": "CSSResultGroup",
103972
+ "description": "The styles to adopt."
103973
+ }
103974
+ ],
103975
+ "return": {
103976
+ "type": "void"
103977
+ },
103978
+ "inheritedFrom": {
103979
+ "name": "CustomElement",
103980
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
103981
+ }
103982
+ },
103983
+ {
103984
+ "kind": "method",
103985
+ "name": "on",
103986
+ "privacy": "public",
103987
+ "type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
103988
+ "description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
103989
+ "parameters": [
103990
+ {
103991
+ "name": "event",
103992
+ "type": "TEvent"
103993
+ },
103994
+ {
103995
+ "name": "listener",
103996
+ "type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
103997
+ },
103998
+ {
103999
+ "name": "options",
104000
+ "type": "boolean | AddEventListenerOptions"
104001
+ }
104002
+ ],
104003
+ "return": {
104004
+ "type": "IEventListenerSubscription"
104005
+ },
104006
+ "inheritedFrom": {
104007
+ "name": "CustomElement",
104008
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104009
+ }
104010
+ },
104011
+ {
104012
+ "kind": "method",
104013
+ "name": "off",
104014
+ "privacy": "public",
104015
+ "type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
104016
+ "description": "Removes an event listener.",
104017
+ "parameters": [
104018
+ {
104019
+ "name": "subscription",
104020
+ "type": "IEventListenerSubscription"
104021
+ }
104022
+ ],
104023
+ "return": {
104024
+ "type": "void"
104025
+ },
104026
+ "inheritedFrom": {
104027
+ "name": "CustomElement",
104028
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104029
+ }
104030
+ },
104031
+ {
104032
+ "kind": "method",
104033
+ "name": "emit",
104034
+ "privacy": "public",
104035
+ "type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
104036
+ "description": "Emits a custom event with more convenient defaults.",
104037
+ "parameters": [
104038
+ {
104039
+ "name": "event",
104040
+ "type": "TEvent"
104041
+ },
104042
+ {
104043
+ "name": "eventInitDict",
104044
+ "type": "CustomEventInit<TDetail>"
104045
+ }
104046
+ ],
104047
+ "return": {
104048
+ "type": "boolean"
104049
+ },
104050
+ "inheritedFrom": {
104051
+ "name": "CustomElement",
104052
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104053
+ }
104054
+ },
104055
+ {
104056
+ "kind": "method",
104057
+ "name": "requestUpdate",
104058
+ "privacy": "public",
104059
+ "type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
104060
+ "parameters": [
104061
+ {
104062
+ "name": "name",
104063
+ "type": "keyof this"
104064
+ },
104065
+ {
104066
+ "name": "oldValue",
104067
+ "type": "unknown"
104068
+ },
104069
+ {
104070
+ "name": "options",
104071
+ "type": "PropertyDeclaration<unknown, unknown>"
104072
+ }
104073
+ ],
104074
+ "return": {
104075
+ "type": "void"
104076
+ },
104077
+ "inheritedFrom": {
104078
+ "name": "CustomElement",
104079
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104080
+ }
104081
+ }
104082
+ ],
104083
+ "tagName": "mosaik-scrub-slider",
104084
+ "events": [
104085
+ {
104086
+ "name": "input",
104087
+ "type": "InputEvent"
104088
+ },
104089
+ {
104090
+ "name": "change",
104091
+ "type": "Event"
104092
+ },
104093
+ {
104094
+ "description": "Fired when the value is changed.",
104095
+ "name": "valueChanged",
104096
+ "inheritedFrom": {
104097
+ "name": "RangeBaseElement",
104098
+ "module": "./../src/Controls/Components/Ranges/Abstracts/RangeBaseElement.ts"
104099
+ },
104100
+ "type": "Event"
104101
+ },
104102
+ {
104103
+ "description": "Called when the element is connected to the DOM.",
104104
+ "name": "connected",
104105
+ "inheritedFrom": {
104106
+ "name": "CustomElement",
104107
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104108
+ },
104109
+ "type": "CustomEvent"
104110
+ },
104111
+ {
104112
+ "description": "Called when the element is disconnected from the DOM.",
104113
+ "name": "disconnected",
104114
+ "inheritedFrom": {
104115
+ "name": "CustomElement",
104116
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104117
+ },
104118
+ "type": "CustomEvent"
104119
+ },
104120
+ {
104121
+ "description": "Called when the element will be updated.",
104122
+ "name": "changed",
104123
+ "inheritedFrom": {
104124
+ "name": "CustomElement",
104125
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104126
+ },
104127
+ "type": "Event"
104128
+ }
104129
+ ],
104130
+ "attributes": [
104131
+ {
104132
+ "name": "orientation",
104133
+ "fieldName": "orientation",
104134
+ "description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
104135
+ "type": "Orientation",
104136
+ "inheritedFrom": {
104137
+ "name": "Orientable",
104138
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
104139
+ }
104140
+ },
104141
+ {
104142
+ "name": "disabled",
104143
+ "fieldName": "disabled",
104144
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
104145
+ "type": "boolean",
104146
+ "inheritedFrom": {
104147
+ "name": "Disableable",
104148
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
104149
+ }
104150
+ },
104151
+ {
104152
+ "name": "variant",
104153
+ "fieldName": "variant",
104154
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
104155
+ "type": "Variant",
104156
+ "inheritedFrom": {
104157
+ "name": "Variantable",
104158
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
104159
+ }
104160
+ },
104161
+ {
104162
+ "name": "appearance",
104163
+ "fieldName": "appearance",
104164
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
104165
+ "type": "Appearance",
104166
+ "inheritedFrom": {
104167
+ "name": "Appearanceable",
104168
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
104169
+ }
104170
+ },
104171
+ {
104172
+ "name": "isFocused",
104173
+ "fieldName": "isFocused",
104174
+ "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
104175
+ "type": "boolean",
104176
+ "inheritedFrom": {
104177
+ "name": "Focusable",
104178
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
104179
+ }
104180
+ },
104181
+ {
104182
+ "name": "invalid",
104183
+ "fieldName": "invalid",
104184
+ "description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
104185
+ "type": "boolean",
104186
+ "inheritedFrom": {
104187
+ "name": "Invalidable",
104188
+ "module": "./../src/Controls/Behaviors/Invalidable.ts"
104189
+ }
104190
+ },
104191
+ {
104192
+ "name": "min",
104193
+ "fieldName": "min",
104194
+ "defaultValue": "0",
104195
+ "description": "The minimum value of the range.\nThis property is used to define the lower bound of the range.\nThe default value is `undefined`, which means no minimum value is set.",
104196
+ "type": "TType",
104197
+ "inheritedFrom": {
104198
+ "name": "Rangeable",
104199
+ "module": "./../src/Controls/Behaviors/Rangeable.ts"
104200
+ }
104201
+ },
104202
+ {
104203
+ "name": "max",
104204
+ "fieldName": "max",
104205
+ "defaultValue": "1",
104206
+ "description": "The maximum value of the range.\nThis property is used to define the upper bound of the range.\nThe default value is `undefined`, which means no maximum value is set.",
104207
+ "type": "TType",
104208
+ "inheritedFrom": {
104209
+ "name": "Rangeable",
104210
+ "module": "./../src/Controls/Behaviors/Rangeable.ts"
104211
+ }
104212
+ },
104213
+ {
104214
+ "name": "value",
104215
+ "fieldName": "value",
104216
+ "description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
104217
+ "type": "TType",
104218
+ "inheritedFrom": {
104219
+ "name": "Valueable",
104220
+ "module": "./../src/Controls/Behaviors/Valueable.ts"
104221
+ }
104222
+ },
104223
+ {
104224
+ "name": "dir",
104225
+ "fieldName": "dir",
104226
+ "description": "Gets or sets the `dir` property.",
104227
+ "type": "FlowDirection",
104228
+ "inheritedFrom": {
104229
+ "name": "CustomElement",
104230
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104231
+ }
104232
+ },
104233
+ {
104234
+ "name": "lang",
104235
+ "fieldName": "lang",
104236
+ "description": "Gets or sets the `lang` property.",
104237
+ "type": "string",
104238
+ "inheritedFrom": {
104239
+ "name": "CustomElement",
104240
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
104241
+ }
104242
+ }
104243
+ ]
104244
+ }
104245
+ ]
104246
+ },
103480
104247
  {
103481
104248
  "path": "./../src/Controls/Components/Ranges/Slider/Accessors/SliderElementValueAccessor.ts",
103482
104249
  "exports": [
@@ -103970,12 +104737,10 @@
103970
104737
  "name": "checkValidity",
103971
104738
  "privacy": "public",
103972
104739
  "type": "(): boolean",
103973
- "description": "Checks the validity of the element.",
104740
+ "description": "Checks the validity of the element and returns `true` if it is valid; otherwise, `false`.",
103974
104741
  "parameters": [],
103975
- "return": {},
103976
- "inheritedFrom": {
103977
- "name": "IInvalidable",
103978
- "module": "./../src/Controls/Behaviors/Invalidable.ts"
104742
+ "return": {
104743
+ "type": "boolean"
103979
104744
  }
103980
104745
  },
103981
104746
  {