@sbb-esta/lyne-elements-dev 5.0.0-next.2-dev.1777960809 → 5.0.0-next.2-dev.1777979422
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/core.css +1 -12
- package/custom-elements.json +482 -434
- package/development/optgroup-base-element-Cq8DMPk9.js +147 -0
- package/development/option/optgroup/optgroup-base-element.d.ts +2 -1
- package/development/option/optgroup/optgroup-base-element.d.ts.map +1 -1
- package/development/option/optgroup/optgroup-base-element.js +1 -1
- package/development/option/optgroup/optgroup.component.js +1 -1
- package/development/option/option/option-base-element.d.ts +2 -1
- package/development/option/option/option-base-element.d.ts.map +1 -1
- package/development/option/option/option-base-element.js +9 -3
- package/development/option/option/option.component.d.ts.map +1 -1
- package/development/option/option/option.component.js +1 -1
- package/development/option/option-hint/option-hint.component.d.ts +2 -0
- package/development/option/option-hint/option-hint.component.d.ts.map +1 -1
- package/development/option/option-hint/option-hint.component.js +1 -1
- package/development/option-hint.component-B4PxB3BW.js +39 -0
- package/development/option.component-CV6cZnJe.js +131 -0
- package/development/option.js +3 -3
- package/development/option.pure.js +3 -3
- package/off-brand-theme.css +1 -12
- package/optgroup-base-element-CrO_ydA8.js +108 -0
- package/option/optgroup/optgroup-base-element.js +1 -1
- package/option/optgroup/optgroup.component.js +1 -1
- package/option/option/option-base-element.js +27 -25
- package/option/option/option.component.js +1 -1
- package/option/option-hint/option-hint.component.js +1 -1
- package/option-hint.component-BEXndgG-.js +26 -0
- package/option.component-BeorlZT0.js +100 -0
- package/option.js +3 -3
- package/option.pure.js +3 -3
- package/package.json +2 -2
- package/safety-theme.css +1 -12
- package/standard-theme.css +1 -12
- package/development/optgroup-base-element-BEG1P4gK.js +0 -140
- package/development/option-hint.component-CcSUSwjN.js +0 -31
- package/development/option.component-BEbIEh5o.js +0 -132
- package/optgroup-base-element-C6KwbQ0N.js +0 -106
- package/option-hint.component-Bayihbh1.js +0 -21
- package/option.component-C-GGTcqF.js +0 -100
package/custom-elements.json
CHANGED
|
@@ -94518,6 +94518,50 @@
|
|
|
94518
94518
|
}
|
|
94519
94519
|
]
|
|
94520
94520
|
},
|
|
94521
|
+
{
|
|
94522
|
+
"kind": "javascript-module",
|
|
94523
|
+
"path": "core/styles/styles.js",
|
|
94524
|
+
"declarations": [
|
|
94525
|
+
{
|
|
94526
|
+
"kind": "variable",
|
|
94527
|
+
"name": "hostScrollbarStyles"
|
|
94528
|
+
},
|
|
94529
|
+
{
|
|
94530
|
+
"kind": "variable",
|
|
94531
|
+
"name": "screenReaderOnlyStyles"
|
|
94532
|
+
},
|
|
94533
|
+
{
|
|
94534
|
+
"kind": "variable",
|
|
94535
|
+
"name": "scrollbarStyles"
|
|
94536
|
+
}
|
|
94537
|
+
],
|
|
94538
|
+
"exports": [
|
|
94539
|
+
{
|
|
94540
|
+
"kind": "js",
|
|
94541
|
+
"name": "hostScrollbarStyles",
|
|
94542
|
+
"declaration": {
|
|
94543
|
+
"name": "hostScrollbarStyles",
|
|
94544
|
+
"module": "core/styles/styles.js"
|
|
94545
|
+
}
|
|
94546
|
+
},
|
|
94547
|
+
{
|
|
94548
|
+
"kind": "js",
|
|
94549
|
+
"name": "screenReaderOnlyStyles",
|
|
94550
|
+
"declaration": {
|
|
94551
|
+
"name": "screenReaderOnlyStyles",
|
|
94552
|
+
"module": "core/styles/styles.js"
|
|
94553
|
+
}
|
|
94554
|
+
},
|
|
94555
|
+
{
|
|
94556
|
+
"kind": "js",
|
|
94557
|
+
"name": "scrollbarStyles",
|
|
94558
|
+
"declaration": {
|
|
94559
|
+
"name": "scrollbarStyles",
|
|
94560
|
+
"module": "core/styles/styles.js"
|
|
94561
|
+
}
|
|
94562
|
+
}
|
|
94563
|
+
]
|
|
94564
|
+
},
|
|
94521
94565
|
{
|
|
94522
94566
|
"kind": "javascript-module",
|
|
94523
94567
|
"path": "core/testing/event-spy.js",
|
|
@@ -94915,50 +94959,6 @@
|
|
|
94915
94959
|
}
|
|
94916
94960
|
]
|
|
94917
94961
|
},
|
|
94918
|
-
{
|
|
94919
|
-
"kind": "javascript-module",
|
|
94920
|
-
"path": "core/styles/styles.js",
|
|
94921
|
-
"declarations": [
|
|
94922
|
-
{
|
|
94923
|
-
"kind": "variable",
|
|
94924
|
-
"name": "hostScrollbarStyles"
|
|
94925
|
-
},
|
|
94926
|
-
{
|
|
94927
|
-
"kind": "variable",
|
|
94928
|
-
"name": "screenReaderOnlyStyles"
|
|
94929
|
-
},
|
|
94930
|
-
{
|
|
94931
|
-
"kind": "variable",
|
|
94932
|
-
"name": "scrollbarStyles"
|
|
94933
|
-
}
|
|
94934
|
-
],
|
|
94935
|
-
"exports": [
|
|
94936
|
-
{
|
|
94937
|
-
"kind": "js",
|
|
94938
|
-
"name": "hostScrollbarStyles",
|
|
94939
|
-
"declaration": {
|
|
94940
|
-
"name": "hostScrollbarStyles",
|
|
94941
|
-
"module": "core/styles/styles.js"
|
|
94942
|
-
}
|
|
94943
|
-
},
|
|
94944
|
-
{
|
|
94945
|
-
"kind": "js",
|
|
94946
|
-
"name": "screenReaderOnlyStyles",
|
|
94947
|
-
"declaration": {
|
|
94948
|
-
"name": "screenReaderOnlyStyles",
|
|
94949
|
-
"module": "core/styles/styles.js"
|
|
94950
|
-
}
|
|
94951
|
-
},
|
|
94952
|
-
{
|
|
94953
|
-
"kind": "js",
|
|
94954
|
-
"name": "scrollbarStyles",
|
|
94955
|
-
"declaration": {
|
|
94956
|
-
"name": "scrollbarStyles",
|
|
94957
|
-
"module": "core/styles/styles.js"
|
|
94958
|
-
}
|
|
94959
|
-
}
|
|
94960
|
-
]
|
|
94961
|
-
},
|
|
94962
94962
|
{
|
|
94963
94963
|
"kind": "javascript-module",
|
|
94964
94964
|
"path": "datepicker/common/datepicker-button.js",
|
|
@@ -140668,6 +140668,14 @@
|
|
|
140668
140668
|
"privacy": "protected",
|
|
140669
140669
|
"readonly": true
|
|
140670
140670
|
},
|
|
140671
|
+
{
|
|
140672
|
+
"kind": "field",
|
|
140673
|
+
"name": "_previousSize",
|
|
140674
|
+
"type": {
|
|
140675
|
+
"text": "string | undefined"
|
|
140676
|
+
},
|
|
140677
|
+
"privacy": "private"
|
|
140678
|
+
},
|
|
140671
140679
|
{
|
|
140672
140680
|
"kind": "method",
|
|
140673
140681
|
"name": "getAutocompleteParent",
|
|
@@ -141246,6 +141254,18 @@
|
|
|
141246
141254
|
"module": "option/optgroup/optgroup-base-element.js"
|
|
141247
141255
|
}
|
|
141248
141256
|
},
|
|
141257
|
+
{
|
|
141258
|
+
"kind": "field",
|
|
141259
|
+
"name": "_previousSize",
|
|
141260
|
+
"type": {
|
|
141261
|
+
"text": "string | undefined"
|
|
141262
|
+
},
|
|
141263
|
+
"privacy": "private",
|
|
141264
|
+
"inheritedFrom": {
|
|
141265
|
+
"name": "SbbOptgroupBaseElement",
|
|
141266
|
+
"module": "option/optgroup/optgroup-base-element.js"
|
|
141267
|
+
}
|
|
141268
|
+
},
|
|
141249
141269
|
{
|
|
141250
141270
|
"kind": "method",
|
|
141251
141271
|
"name": "_handleSlotchange",
|
|
@@ -141707,6 +141727,14 @@
|
|
|
141707
141727
|
"privacy": "private",
|
|
141708
141728
|
"default": "false"
|
|
141709
141729
|
},
|
|
141730
|
+
{
|
|
141731
|
+
"kind": "field",
|
|
141732
|
+
"name": "_previousSize",
|
|
141733
|
+
"type": {
|
|
141734
|
+
"text": "string | undefined"
|
|
141735
|
+
},
|
|
141736
|
+
"privacy": "private"
|
|
141737
|
+
},
|
|
141710
141738
|
{
|
|
141711
141739
|
"kind": "method",
|
|
141712
141740
|
"name": "selectViaUserInteraction",
|
|
@@ -142815,6 +142843,18 @@
|
|
|
142815
142843
|
"module": "option/option/option-base-element.js"
|
|
142816
142844
|
}
|
|
142817
142845
|
},
|
|
142846
|
+
{
|
|
142847
|
+
"kind": "field",
|
|
142848
|
+
"name": "_previousSize",
|
|
142849
|
+
"type": {
|
|
142850
|
+
"text": "string | undefined"
|
|
142851
|
+
},
|
|
142852
|
+
"privacy": "private",
|
|
142853
|
+
"inheritedFrom": {
|
|
142854
|
+
"name": "SbbOptionBaseElement",
|
|
142855
|
+
"module": "option/option/option-base-element.js"
|
|
142856
|
+
}
|
|
142857
|
+
},
|
|
142818
142858
|
{
|
|
142819
142859
|
"kind": "method",
|
|
142820
142860
|
"name": "updateDisableHighlight",
|
|
@@ -143259,6 +143299,14 @@
|
|
|
143259
143299
|
"module": "core/base-elements/element.js"
|
|
143260
143300
|
}
|
|
143261
143301
|
},
|
|
143302
|
+
{
|
|
143303
|
+
"kind": "field",
|
|
143304
|
+
"name": "_previousSize",
|
|
143305
|
+
"type": {
|
|
143306
|
+
"text": "string | undefined"
|
|
143307
|
+
},
|
|
143308
|
+
"privacy": "private"
|
|
143309
|
+
},
|
|
143262
143310
|
{
|
|
143263
143311
|
"kind": "field",
|
|
143264
143312
|
"name": "negative",
|
|
@@ -149629,396 +149677,6 @@
|
|
|
149629
149677
|
}
|
|
149630
149678
|
]
|
|
149631
149679
|
},
|
|
149632
|
-
{
|
|
149633
|
-
"kind": "javascript-module",
|
|
149634
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
149635
|
-
"declarations": [
|
|
149636
|
-
{
|
|
149637
|
-
"kind": "class",
|
|
149638
|
-
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
149639
|
-
"name": "SbbSidebarContainerElement",
|
|
149640
|
-
"slots": [
|
|
149641
|
-
{
|
|
149642
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
149643
|
-
"name": ""
|
|
149644
|
-
}
|
|
149645
|
-
],
|
|
149646
|
-
"members": [
|
|
149647
|
-
{
|
|
149648
|
-
"kind": "field",
|
|
149649
|
-
"name": "elementName",
|
|
149650
|
-
"type": {
|
|
149651
|
-
"text": "string"
|
|
149652
|
-
},
|
|
149653
|
-
"privacy": "public",
|
|
149654
|
-
"static": true,
|
|
149655
|
-
"readonly": true,
|
|
149656
|
-
"default": "'sbb-sidebar-container'",
|
|
149657
|
-
"inheritedFrom": {
|
|
149658
|
-
"name": "SbbElement",
|
|
149659
|
-
"module": "core/base-elements/element.js"
|
|
149660
|
-
}
|
|
149661
|
-
},
|
|
149662
|
-
{
|
|
149663
|
-
"kind": "field",
|
|
149664
|
-
"name": "sidebars",
|
|
149665
|
-
"type": {
|
|
149666
|
-
"text": "SbbSidebarElement[]"
|
|
149667
|
-
},
|
|
149668
|
-
"privacy": "public",
|
|
149669
|
-
"description": "The sidebar children.",
|
|
149670
|
-
"readonly": true
|
|
149671
|
-
},
|
|
149672
|
-
{
|
|
149673
|
-
"kind": "field",
|
|
149674
|
-
"name": "start",
|
|
149675
|
-
"type": {
|
|
149676
|
-
"text": "SbbSidebarElement | null"
|
|
149677
|
-
},
|
|
149678
|
-
"privacy": "public",
|
|
149679
|
-
"description": "The sidebar child with the `start` position.",
|
|
149680
|
-
"readonly": true
|
|
149681
|
-
},
|
|
149682
|
-
{
|
|
149683
|
-
"kind": "field",
|
|
149684
|
-
"name": "end",
|
|
149685
|
-
"type": {
|
|
149686
|
-
"text": "SbbSidebarElement | null"
|
|
149687
|
-
},
|
|
149688
|
-
"privacy": "public",
|
|
149689
|
-
"description": "The sidebar child with the `end` position.",
|
|
149690
|
-
"readonly": true
|
|
149691
|
-
},
|
|
149692
|
-
{
|
|
149693
|
-
"kind": "field",
|
|
149694
|
-
"name": "_forcedClosedSidebars",
|
|
149695
|
-
"privacy": "private",
|
|
149696
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
149697
|
-
},
|
|
149698
|
-
{
|
|
149699
|
-
"kind": "method",
|
|
149700
|
-
"name": "_handleWidthChange",
|
|
149701
|
-
"privacy": "private",
|
|
149702
|
-
"return": {
|
|
149703
|
-
"type": {
|
|
149704
|
-
"text": "void"
|
|
149705
|
-
}
|
|
149706
|
-
}
|
|
149707
|
-
},
|
|
149708
|
-
{
|
|
149709
|
-
"kind": "method",
|
|
149710
|
-
"name": "_calculateSpaceState",
|
|
149711
|
-
"privacy": "private",
|
|
149712
|
-
"return": {
|
|
149713
|
-
"type": {
|
|
149714
|
-
"text": "Promise<void>"
|
|
149715
|
-
}
|
|
149716
|
-
},
|
|
149717
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
149718
|
-
},
|
|
149719
|
-
{
|
|
149720
|
-
"kind": "field",
|
|
149721
|
-
"name": "['_$sbbElement$']",
|
|
149722
|
-
"type": {
|
|
149723
|
-
"text": "boolean"
|
|
149724
|
-
},
|
|
149725
|
-
"privacy": "public",
|
|
149726
|
-
"static": true,
|
|
149727
|
-
"default": "true",
|
|
149728
|
-
"inheritedFrom": {
|
|
149729
|
-
"name": "SbbElement",
|
|
149730
|
-
"module": "core/base-elements/element.js"
|
|
149731
|
-
}
|
|
149732
|
-
},
|
|
149733
|
-
{
|
|
149734
|
-
"kind": "field",
|
|
149735
|
-
"name": "elementDependencies",
|
|
149736
|
-
"type": {
|
|
149737
|
-
"text": "SbbElementType[] | undefined"
|
|
149738
|
-
},
|
|
149739
|
-
"privacy": "public",
|
|
149740
|
-
"static": true,
|
|
149741
|
-
"inheritedFrom": {
|
|
149742
|
-
"name": "SbbElement",
|
|
149743
|
-
"module": "core/base-elements/element.js"
|
|
149744
|
-
}
|
|
149745
|
-
},
|
|
149746
|
-
{
|
|
149747
|
-
"kind": "field",
|
|
149748
|
-
"name": "role",
|
|
149749
|
-
"type": {
|
|
149750
|
-
"text": "ElementInternals['role'] | undefined"
|
|
149751
|
-
},
|
|
149752
|
-
"privacy": "public",
|
|
149753
|
-
"static": true,
|
|
149754
|
-
"inheritedFrom": {
|
|
149755
|
-
"name": "SbbElement",
|
|
149756
|
-
"module": "core/base-elements/element.js"
|
|
149757
|
-
}
|
|
149758
|
-
},
|
|
149759
|
-
{
|
|
149760
|
-
"kind": "field",
|
|
149761
|
-
"name": "_controllers",
|
|
149762
|
-
"type": {
|
|
149763
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
149764
|
-
},
|
|
149765
|
-
"privacy": "private",
|
|
149766
|
-
"inheritedFrom": {
|
|
149767
|
-
"name": "SbbElement",
|
|
149768
|
-
"module": "core/base-elements/element.js"
|
|
149769
|
-
}
|
|
149770
|
-
},
|
|
149771
|
-
{
|
|
149772
|
-
"kind": "field",
|
|
149773
|
-
"name": "_hydrationRequired",
|
|
149774
|
-
"type": {
|
|
149775
|
-
"text": "boolean"
|
|
149776
|
-
},
|
|
149777
|
-
"privacy": "private",
|
|
149778
|
-
"default": "!!this.shadowRoot",
|
|
149779
|
-
"inheritedFrom": {
|
|
149780
|
-
"name": "SbbElement",
|
|
149781
|
-
"module": "core/base-elements/element.js"
|
|
149782
|
-
}
|
|
149783
|
-
},
|
|
149784
|
-
{
|
|
149785
|
-
"kind": "field",
|
|
149786
|
-
"name": "_hydrationComplete",
|
|
149787
|
-
"privacy": "private",
|
|
149788
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
149789
|
-
"inheritedFrom": {
|
|
149790
|
-
"name": "SbbElement",
|
|
149791
|
-
"module": "core/base-elements/element.js"
|
|
149792
|
-
}
|
|
149793
|
-
},
|
|
149794
|
-
{
|
|
149795
|
-
"kind": "field",
|
|
149796
|
-
"name": "_resolveHydration",
|
|
149797
|
-
"type": {
|
|
149798
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
149799
|
-
},
|
|
149800
|
-
"privacy": "private",
|
|
149801
|
-
"inheritedFrom": {
|
|
149802
|
-
"name": "SbbElement",
|
|
149803
|
-
"module": "core/base-elements/element.js"
|
|
149804
|
-
}
|
|
149805
|
-
},
|
|
149806
|
-
{
|
|
149807
|
-
"kind": "field",
|
|
149808
|
-
"name": "_textObserver",
|
|
149809
|
-
"type": {
|
|
149810
|
-
"text": "MutationObserver | undefined"
|
|
149811
|
-
},
|
|
149812
|
-
"privacy": "private",
|
|
149813
|
-
"inheritedFrom": {
|
|
149814
|
-
"name": "SbbElement",
|
|
149815
|
-
"module": "core/base-elements/element.js"
|
|
149816
|
-
}
|
|
149817
|
-
},
|
|
149818
|
-
{
|
|
149819
|
-
"kind": "field",
|
|
149820
|
-
"name": "hydrationRequired",
|
|
149821
|
-
"type": {
|
|
149822
|
-
"text": "boolean"
|
|
149823
|
-
},
|
|
149824
|
-
"privacy": "protected",
|
|
149825
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
149826
|
-
"readonly": true,
|
|
149827
|
-
"inheritedFrom": {
|
|
149828
|
-
"name": "SbbElement",
|
|
149829
|
-
"module": "core/base-elements/element.js"
|
|
149830
|
-
},
|
|
149831
|
-
"default": "!!this.shadowRoot"
|
|
149832
|
-
},
|
|
149833
|
-
{
|
|
149834
|
-
"kind": "method",
|
|
149835
|
-
"name": "finalizeStyles",
|
|
149836
|
-
"privacy": "protected",
|
|
149837
|
-
"static": true,
|
|
149838
|
-
"return": {
|
|
149839
|
-
"type": {
|
|
149840
|
-
"text": "CSSResultOrNative[]"
|
|
149841
|
-
}
|
|
149842
|
-
},
|
|
149843
|
-
"parameters": [
|
|
149844
|
-
{
|
|
149845
|
-
"name": "_styles",
|
|
149846
|
-
"type": {
|
|
149847
|
-
"text": "CSSResultGroup"
|
|
149848
|
-
}
|
|
149849
|
-
}
|
|
149850
|
-
],
|
|
149851
|
-
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
149852
|
-
"inheritedFrom": {
|
|
149853
|
-
"name": "SbbElement",
|
|
149854
|
-
"module": "core/base-elements/element.js"
|
|
149855
|
-
}
|
|
149856
|
-
},
|
|
149857
|
-
{
|
|
149858
|
-
"kind": "method",
|
|
149859
|
-
"name": "toggleState",
|
|
149860
|
-
"privacy": "protected",
|
|
149861
|
-
"return": {
|
|
149862
|
-
"type": {
|
|
149863
|
-
"text": "void"
|
|
149864
|
-
}
|
|
149865
|
-
},
|
|
149866
|
-
"parameters": [
|
|
149867
|
-
{
|
|
149868
|
-
"name": "value",
|
|
149869
|
-
"type": {
|
|
149870
|
-
"text": "string"
|
|
149871
|
-
}
|
|
149872
|
-
},
|
|
149873
|
-
{
|
|
149874
|
-
"name": "force",
|
|
149875
|
-
"optional": true,
|
|
149876
|
-
"type": {
|
|
149877
|
-
"text": "boolean"
|
|
149878
|
-
}
|
|
149879
|
-
}
|
|
149880
|
-
],
|
|
149881
|
-
"inheritedFrom": {
|
|
149882
|
-
"name": "SbbElement",
|
|
149883
|
-
"module": "core/base-elements/element.js"
|
|
149884
|
-
}
|
|
149885
|
-
},
|
|
149886
|
-
{
|
|
149887
|
-
"kind": "method",
|
|
149888
|
-
"name": "_slotchangeHandler",
|
|
149889
|
-
"privacy": "private",
|
|
149890
|
-
"return": {
|
|
149891
|
-
"type": {
|
|
149892
|
-
"text": "void"
|
|
149893
|
-
}
|
|
149894
|
-
},
|
|
149895
|
-
"parameters": [
|
|
149896
|
-
{
|
|
149897
|
-
"name": "event",
|
|
149898
|
-
"type": {
|
|
149899
|
-
"text": "Event"
|
|
149900
|
-
}
|
|
149901
|
-
},
|
|
149902
|
-
{
|
|
149903
|
-
"name": "slot",
|
|
149904
|
-
"type": {
|
|
149905
|
-
"text": "HTMLSlotElement"
|
|
149906
|
-
}
|
|
149907
|
-
}
|
|
149908
|
-
],
|
|
149909
|
-
"inheritedFrom": {
|
|
149910
|
-
"name": "SbbElement",
|
|
149911
|
-
"module": "core/base-elements/element.js"
|
|
149912
|
-
}
|
|
149913
|
-
},
|
|
149914
|
-
{
|
|
149915
|
-
"kind": "method",
|
|
149916
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
149917
|
-
"privacy": "private",
|
|
149918
|
-
"return": {
|
|
149919
|
-
"type": {
|
|
149920
|
-
"text": "void"
|
|
149921
|
-
}
|
|
149922
|
-
},
|
|
149923
|
-
"parameters": [
|
|
149924
|
-
{
|
|
149925
|
-
"name": "slot",
|
|
149926
|
-
"type": {
|
|
149927
|
-
"text": "HTMLSlotElement"
|
|
149928
|
-
}
|
|
149929
|
-
}
|
|
149930
|
-
],
|
|
149931
|
-
"inheritedFrom": {
|
|
149932
|
-
"name": "SbbElement",
|
|
149933
|
-
"module": "core/base-elements/element.js"
|
|
149934
|
-
}
|
|
149935
|
-
},
|
|
149936
|
-
{
|
|
149937
|
-
"kind": "method",
|
|
149938
|
-
"name": "_updateSlottedState",
|
|
149939
|
-
"privacy": "private",
|
|
149940
|
-
"return": {
|
|
149941
|
-
"type": {
|
|
149942
|
-
"text": "void"
|
|
149943
|
-
}
|
|
149944
|
-
},
|
|
149945
|
-
"parameters": [
|
|
149946
|
-
{
|
|
149947
|
-
"name": "slot",
|
|
149948
|
-
"type": {
|
|
149949
|
-
"text": "HTMLSlotElement"
|
|
149950
|
-
}
|
|
149951
|
-
}
|
|
149952
|
-
],
|
|
149953
|
-
"inheritedFrom": {
|
|
149954
|
-
"name": "SbbElement",
|
|
149955
|
-
"module": "core/base-elements/element.js"
|
|
149956
|
-
}
|
|
149957
|
-
},
|
|
149958
|
-
{
|
|
149959
|
-
"kind": "method",
|
|
149960
|
-
"name": "_observeTextNodesInSlot",
|
|
149961
|
-
"privacy": "private",
|
|
149962
|
-
"return": {
|
|
149963
|
-
"type": {
|
|
149964
|
-
"text": "void"
|
|
149965
|
-
}
|
|
149966
|
-
},
|
|
149967
|
-
"parameters": [
|
|
149968
|
-
{
|
|
149969
|
-
"name": "slot",
|
|
149970
|
-
"type": {
|
|
149971
|
-
"text": "HTMLSlotElement"
|
|
149972
|
-
}
|
|
149973
|
-
}
|
|
149974
|
-
],
|
|
149975
|
-
"inheritedFrom": {
|
|
149976
|
-
"name": "SbbElement",
|
|
149977
|
-
"module": "core/base-elements/element.js"
|
|
149978
|
-
}
|
|
149979
|
-
},
|
|
149980
|
-
{
|
|
149981
|
-
"kind": "method",
|
|
149982
|
-
"name": "_hasSlottedContent",
|
|
149983
|
-
"privacy": "private",
|
|
149984
|
-
"return": {
|
|
149985
|
-
"type": {
|
|
149986
|
-
"text": "boolean"
|
|
149987
|
-
}
|
|
149988
|
-
},
|
|
149989
|
-
"parameters": [
|
|
149990
|
-
{
|
|
149991
|
-
"name": "slot",
|
|
149992
|
-
"type": {
|
|
149993
|
-
"text": "HTMLSlotElement"
|
|
149994
|
-
}
|
|
149995
|
-
}
|
|
149996
|
-
],
|
|
149997
|
-
"inheritedFrom": {
|
|
149998
|
-
"name": "SbbElement",
|
|
149999
|
-
"module": "core/base-elements/element.js"
|
|
150000
|
-
}
|
|
150001
|
-
}
|
|
150002
|
-
],
|
|
150003
|
-
"superclass": {
|
|
150004
|
-
"name": "SbbElement",
|
|
150005
|
-
"module": "core.js"
|
|
150006
|
-
},
|
|
150007
|
-
"tagName": "sbb-sidebar-container",
|
|
150008
|
-
"customElement": true
|
|
150009
|
-
}
|
|
150010
|
-
],
|
|
150011
|
-
"exports": [
|
|
150012
|
-
{
|
|
150013
|
-
"kind": "js",
|
|
150014
|
-
"name": "SbbSidebarContainerElement",
|
|
150015
|
-
"declaration": {
|
|
150016
|
-
"name": "SbbSidebarContainerElement",
|
|
150017
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
150018
|
-
}
|
|
150019
|
-
}
|
|
150020
|
-
]
|
|
150021
|
-
},
|
|
150022
149680
|
{
|
|
150023
149681
|
"kind": "javascript-module",
|
|
150024
149682
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
@@ -151219,6 +150877,396 @@
|
|
|
151219
150877
|
}
|
|
151220
150878
|
]
|
|
151221
150879
|
},
|
|
150880
|
+
{
|
|
150881
|
+
"kind": "javascript-module",
|
|
150882
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
150883
|
+
"declarations": [
|
|
150884
|
+
{
|
|
150885
|
+
"kind": "class",
|
|
150886
|
+
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
150887
|
+
"name": "SbbSidebarContainerElement",
|
|
150888
|
+
"slots": [
|
|
150889
|
+
{
|
|
150890
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
150891
|
+
"name": ""
|
|
150892
|
+
}
|
|
150893
|
+
],
|
|
150894
|
+
"members": [
|
|
150895
|
+
{
|
|
150896
|
+
"kind": "field",
|
|
150897
|
+
"name": "elementName",
|
|
150898
|
+
"type": {
|
|
150899
|
+
"text": "string"
|
|
150900
|
+
},
|
|
150901
|
+
"privacy": "public",
|
|
150902
|
+
"static": true,
|
|
150903
|
+
"readonly": true,
|
|
150904
|
+
"default": "'sbb-sidebar-container'",
|
|
150905
|
+
"inheritedFrom": {
|
|
150906
|
+
"name": "SbbElement",
|
|
150907
|
+
"module": "core/base-elements/element.js"
|
|
150908
|
+
}
|
|
150909
|
+
},
|
|
150910
|
+
{
|
|
150911
|
+
"kind": "field",
|
|
150912
|
+
"name": "sidebars",
|
|
150913
|
+
"type": {
|
|
150914
|
+
"text": "SbbSidebarElement[]"
|
|
150915
|
+
},
|
|
150916
|
+
"privacy": "public",
|
|
150917
|
+
"description": "The sidebar children.",
|
|
150918
|
+
"readonly": true
|
|
150919
|
+
},
|
|
150920
|
+
{
|
|
150921
|
+
"kind": "field",
|
|
150922
|
+
"name": "start",
|
|
150923
|
+
"type": {
|
|
150924
|
+
"text": "SbbSidebarElement | null"
|
|
150925
|
+
},
|
|
150926
|
+
"privacy": "public",
|
|
150927
|
+
"description": "The sidebar child with the `start` position.",
|
|
150928
|
+
"readonly": true
|
|
150929
|
+
},
|
|
150930
|
+
{
|
|
150931
|
+
"kind": "field",
|
|
150932
|
+
"name": "end",
|
|
150933
|
+
"type": {
|
|
150934
|
+
"text": "SbbSidebarElement | null"
|
|
150935
|
+
},
|
|
150936
|
+
"privacy": "public",
|
|
150937
|
+
"description": "The sidebar child with the `end` position.",
|
|
150938
|
+
"readonly": true
|
|
150939
|
+
},
|
|
150940
|
+
{
|
|
150941
|
+
"kind": "field",
|
|
150942
|
+
"name": "_forcedClosedSidebars",
|
|
150943
|
+
"privacy": "private",
|
|
150944
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
150945
|
+
},
|
|
150946
|
+
{
|
|
150947
|
+
"kind": "method",
|
|
150948
|
+
"name": "_handleWidthChange",
|
|
150949
|
+
"privacy": "private",
|
|
150950
|
+
"return": {
|
|
150951
|
+
"type": {
|
|
150952
|
+
"text": "void"
|
|
150953
|
+
}
|
|
150954
|
+
}
|
|
150955
|
+
},
|
|
150956
|
+
{
|
|
150957
|
+
"kind": "method",
|
|
150958
|
+
"name": "_calculateSpaceState",
|
|
150959
|
+
"privacy": "private",
|
|
150960
|
+
"return": {
|
|
150961
|
+
"type": {
|
|
150962
|
+
"text": "Promise<void>"
|
|
150963
|
+
}
|
|
150964
|
+
},
|
|
150965
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
150966
|
+
},
|
|
150967
|
+
{
|
|
150968
|
+
"kind": "field",
|
|
150969
|
+
"name": "['_$sbbElement$']",
|
|
150970
|
+
"type": {
|
|
150971
|
+
"text": "boolean"
|
|
150972
|
+
},
|
|
150973
|
+
"privacy": "public",
|
|
150974
|
+
"static": true,
|
|
150975
|
+
"default": "true",
|
|
150976
|
+
"inheritedFrom": {
|
|
150977
|
+
"name": "SbbElement",
|
|
150978
|
+
"module": "core/base-elements/element.js"
|
|
150979
|
+
}
|
|
150980
|
+
},
|
|
150981
|
+
{
|
|
150982
|
+
"kind": "field",
|
|
150983
|
+
"name": "elementDependencies",
|
|
150984
|
+
"type": {
|
|
150985
|
+
"text": "SbbElementType[] | undefined"
|
|
150986
|
+
},
|
|
150987
|
+
"privacy": "public",
|
|
150988
|
+
"static": true,
|
|
150989
|
+
"inheritedFrom": {
|
|
150990
|
+
"name": "SbbElement",
|
|
150991
|
+
"module": "core/base-elements/element.js"
|
|
150992
|
+
}
|
|
150993
|
+
},
|
|
150994
|
+
{
|
|
150995
|
+
"kind": "field",
|
|
150996
|
+
"name": "role",
|
|
150997
|
+
"type": {
|
|
150998
|
+
"text": "ElementInternals['role'] | undefined"
|
|
150999
|
+
},
|
|
151000
|
+
"privacy": "public",
|
|
151001
|
+
"static": true,
|
|
151002
|
+
"inheritedFrom": {
|
|
151003
|
+
"name": "SbbElement",
|
|
151004
|
+
"module": "core/base-elements/element.js"
|
|
151005
|
+
}
|
|
151006
|
+
},
|
|
151007
|
+
{
|
|
151008
|
+
"kind": "field",
|
|
151009
|
+
"name": "_controllers",
|
|
151010
|
+
"type": {
|
|
151011
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
151012
|
+
},
|
|
151013
|
+
"privacy": "private",
|
|
151014
|
+
"inheritedFrom": {
|
|
151015
|
+
"name": "SbbElement",
|
|
151016
|
+
"module": "core/base-elements/element.js"
|
|
151017
|
+
}
|
|
151018
|
+
},
|
|
151019
|
+
{
|
|
151020
|
+
"kind": "field",
|
|
151021
|
+
"name": "_hydrationRequired",
|
|
151022
|
+
"type": {
|
|
151023
|
+
"text": "boolean"
|
|
151024
|
+
},
|
|
151025
|
+
"privacy": "private",
|
|
151026
|
+
"default": "!!this.shadowRoot",
|
|
151027
|
+
"inheritedFrom": {
|
|
151028
|
+
"name": "SbbElement",
|
|
151029
|
+
"module": "core/base-elements/element.js"
|
|
151030
|
+
}
|
|
151031
|
+
},
|
|
151032
|
+
{
|
|
151033
|
+
"kind": "field",
|
|
151034
|
+
"name": "_hydrationComplete",
|
|
151035
|
+
"privacy": "private",
|
|
151036
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
151037
|
+
"inheritedFrom": {
|
|
151038
|
+
"name": "SbbElement",
|
|
151039
|
+
"module": "core/base-elements/element.js"
|
|
151040
|
+
}
|
|
151041
|
+
},
|
|
151042
|
+
{
|
|
151043
|
+
"kind": "field",
|
|
151044
|
+
"name": "_resolveHydration",
|
|
151045
|
+
"type": {
|
|
151046
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
151047
|
+
},
|
|
151048
|
+
"privacy": "private",
|
|
151049
|
+
"inheritedFrom": {
|
|
151050
|
+
"name": "SbbElement",
|
|
151051
|
+
"module": "core/base-elements/element.js"
|
|
151052
|
+
}
|
|
151053
|
+
},
|
|
151054
|
+
{
|
|
151055
|
+
"kind": "field",
|
|
151056
|
+
"name": "_textObserver",
|
|
151057
|
+
"type": {
|
|
151058
|
+
"text": "MutationObserver | undefined"
|
|
151059
|
+
},
|
|
151060
|
+
"privacy": "private",
|
|
151061
|
+
"inheritedFrom": {
|
|
151062
|
+
"name": "SbbElement",
|
|
151063
|
+
"module": "core/base-elements/element.js"
|
|
151064
|
+
}
|
|
151065
|
+
},
|
|
151066
|
+
{
|
|
151067
|
+
"kind": "field",
|
|
151068
|
+
"name": "hydrationRequired",
|
|
151069
|
+
"type": {
|
|
151070
|
+
"text": "boolean"
|
|
151071
|
+
},
|
|
151072
|
+
"privacy": "protected",
|
|
151073
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
151074
|
+
"readonly": true,
|
|
151075
|
+
"inheritedFrom": {
|
|
151076
|
+
"name": "SbbElement",
|
|
151077
|
+
"module": "core/base-elements/element.js"
|
|
151078
|
+
},
|
|
151079
|
+
"default": "!!this.shadowRoot"
|
|
151080
|
+
},
|
|
151081
|
+
{
|
|
151082
|
+
"kind": "method",
|
|
151083
|
+
"name": "finalizeStyles",
|
|
151084
|
+
"privacy": "protected",
|
|
151085
|
+
"static": true,
|
|
151086
|
+
"return": {
|
|
151087
|
+
"type": {
|
|
151088
|
+
"text": "CSSResultOrNative[]"
|
|
151089
|
+
}
|
|
151090
|
+
},
|
|
151091
|
+
"parameters": [
|
|
151092
|
+
{
|
|
151093
|
+
"name": "_styles",
|
|
151094
|
+
"type": {
|
|
151095
|
+
"text": "CSSResultGroup"
|
|
151096
|
+
}
|
|
151097
|
+
}
|
|
151098
|
+
],
|
|
151099
|
+
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
151100
|
+
"inheritedFrom": {
|
|
151101
|
+
"name": "SbbElement",
|
|
151102
|
+
"module": "core/base-elements/element.js"
|
|
151103
|
+
}
|
|
151104
|
+
},
|
|
151105
|
+
{
|
|
151106
|
+
"kind": "method",
|
|
151107
|
+
"name": "toggleState",
|
|
151108
|
+
"privacy": "protected",
|
|
151109
|
+
"return": {
|
|
151110
|
+
"type": {
|
|
151111
|
+
"text": "void"
|
|
151112
|
+
}
|
|
151113
|
+
},
|
|
151114
|
+
"parameters": [
|
|
151115
|
+
{
|
|
151116
|
+
"name": "value",
|
|
151117
|
+
"type": {
|
|
151118
|
+
"text": "string"
|
|
151119
|
+
}
|
|
151120
|
+
},
|
|
151121
|
+
{
|
|
151122
|
+
"name": "force",
|
|
151123
|
+
"optional": true,
|
|
151124
|
+
"type": {
|
|
151125
|
+
"text": "boolean"
|
|
151126
|
+
}
|
|
151127
|
+
}
|
|
151128
|
+
],
|
|
151129
|
+
"inheritedFrom": {
|
|
151130
|
+
"name": "SbbElement",
|
|
151131
|
+
"module": "core/base-elements/element.js"
|
|
151132
|
+
}
|
|
151133
|
+
},
|
|
151134
|
+
{
|
|
151135
|
+
"kind": "method",
|
|
151136
|
+
"name": "_slotchangeHandler",
|
|
151137
|
+
"privacy": "private",
|
|
151138
|
+
"return": {
|
|
151139
|
+
"type": {
|
|
151140
|
+
"text": "void"
|
|
151141
|
+
}
|
|
151142
|
+
},
|
|
151143
|
+
"parameters": [
|
|
151144
|
+
{
|
|
151145
|
+
"name": "event",
|
|
151146
|
+
"type": {
|
|
151147
|
+
"text": "Event"
|
|
151148
|
+
}
|
|
151149
|
+
},
|
|
151150
|
+
{
|
|
151151
|
+
"name": "slot",
|
|
151152
|
+
"type": {
|
|
151153
|
+
"text": "HTMLSlotElement"
|
|
151154
|
+
}
|
|
151155
|
+
}
|
|
151156
|
+
],
|
|
151157
|
+
"inheritedFrom": {
|
|
151158
|
+
"name": "SbbElement",
|
|
151159
|
+
"module": "core/base-elements/element.js"
|
|
151160
|
+
}
|
|
151161
|
+
},
|
|
151162
|
+
{
|
|
151163
|
+
"kind": "method",
|
|
151164
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
151165
|
+
"privacy": "private",
|
|
151166
|
+
"return": {
|
|
151167
|
+
"type": {
|
|
151168
|
+
"text": "void"
|
|
151169
|
+
}
|
|
151170
|
+
},
|
|
151171
|
+
"parameters": [
|
|
151172
|
+
{
|
|
151173
|
+
"name": "slot",
|
|
151174
|
+
"type": {
|
|
151175
|
+
"text": "HTMLSlotElement"
|
|
151176
|
+
}
|
|
151177
|
+
}
|
|
151178
|
+
],
|
|
151179
|
+
"inheritedFrom": {
|
|
151180
|
+
"name": "SbbElement",
|
|
151181
|
+
"module": "core/base-elements/element.js"
|
|
151182
|
+
}
|
|
151183
|
+
},
|
|
151184
|
+
{
|
|
151185
|
+
"kind": "method",
|
|
151186
|
+
"name": "_updateSlottedState",
|
|
151187
|
+
"privacy": "private",
|
|
151188
|
+
"return": {
|
|
151189
|
+
"type": {
|
|
151190
|
+
"text": "void"
|
|
151191
|
+
}
|
|
151192
|
+
},
|
|
151193
|
+
"parameters": [
|
|
151194
|
+
{
|
|
151195
|
+
"name": "slot",
|
|
151196
|
+
"type": {
|
|
151197
|
+
"text": "HTMLSlotElement"
|
|
151198
|
+
}
|
|
151199
|
+
}
|
|
151200
|
+
],
|
|
151201
|
+
"inheritedFrom": {
|
|
151202
|
+
"name": "SbbElement",
|
|
151203
|
+
"module": "core/base-elements/element.js"
|
|
151204
|
+
}
|
|
151205
|
+
},
|
|
151206
|
+
{
|
|
151207
|
+
"kind": "method",
|
|
151208
|
+
"name": "_observeTextNodesInSlot",
|
|
151209
|
+
"privacy": "private",
|
|
151210
|
+
"return": {
|
|
151211
|
+
"type": {
|
|
151212
|
+
"text": "void"
|
|
151213
|
+
}
|
|
151214
|
+
},
|
|
151215
|
+
"parameters": [
|
|
151216
|
+
{
|
|
151217
|
+
"name": "slot",
|
|
151218
|
+
"type": {
|
|
151219
|
+
"text": "HTMLSlotElement"
|
|
151220
|
+
}
|
|
151221
|
+
}
|
|
151222
|
+
],
|
|
151223
|
+
"inheritedFrom": {
|
|
151224
|
+
"name": "SbbElement",
|
|
151225
|
+
"module": "core/base-elements/element.js"
|
|
151226
|
+
}
|
|
151227
|
+
},
|
|
151228
|
+
{
|
|
151229
|
+
"kind": "method",
|
|
151230
|
+
"name": "_hasSlottedContent",
|
|
151231
|
+
"privacy": "private",
|
|
151232
|
+
"return": {
|
|
151233
|
+
"type": {
|
|
151234
|
+
"text": "boolean"
|
|
151235
|
+
}
|
|
151236
|
+
},
|
|
151237
|
+
"parameters": [
|
|
151238
|
+
{
|
|
151239
|
+
"name": "slot",
|
|
151240
|
+
"type": {
|
|
151241
|
+
"text": "HTMLSlotElement"
|
|
151242
|
+
}
|
|
151243
|
+
}
|
|
151244
|
+
],
|
|
151245
|
+
"inheritedFrom": {
|
|
151246
|
+
"name": "SbbElement",
|
|
151247
|
+
"module": "core/base-elements/element.js"
|
|
151248
|
+
}
|
|
151249
|
+
}
|
|
151250
|
+
],
|
|
151251
|
+
"superclass": {
|
|
151252
|
+
"name": "SbbElement",
|
|
151253
|
+
"module": "core.js"
|
|
151254
|
+
},
|
|
151255
|
+
"tagName": "sbb-sidebar-container",
|
|
151256
|
+
"customElement": true
|
|
151257
|
+
}
|
|
151258
|
+
],
|
|
151259
|
+
"exports": [
|
|
151260
|
+
{
|
|
151261
|
+
"kind": "js",
|
|
151262
|
+
"name": "SbbSidebarContainerElement",
|
|
151263
|
+
"declaration": {
|
|
151264
|
+
"name": "SbbSidebarContainerElement",
|
|
151265
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
151266
|
+
}
|
|
151267
|
+
}
|
|
151268
|
+
]
|
|
151269
|
+
},
|
|
151222
151270
|
{
|
|
151223
151271
|
"kind": "javascript-module",
|
|
151224
151272
|
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|