@sbb-esta/lyne-elements-dev 4.9.0-dev.1775117121 → 4.9.0-dev.1775120732

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.
@@ -123833,261 +123833,6 @@
123833
123833
  }
123834
123834
  ]
123835
123835
  },
123836
- {
123837
- "kind": "javascript-module",
123838
- "path": "table/table-wrapper/table-wrapper.component.js",
123839
- "declarations": [
123840
- {
123841
- "kind": "class",
123842
- "description": "Wraps a table to enhance its functionality.",
123843
- "name": "SbbTableWrapperElement",
123844
- "slots": [
123845
- {
123846
- "description": "Use the unnamed slot to add the table.",
123847
- "name": ""
123848
- }
123849
- ],
123850
- "members": [
123851
- {
123852
- "kind": "field",
123853
- "name": "elementName",
123854
- "type": {
123855
- "text": "string"
123856
- },
123857
- "privacy": "public",
123858
- "static": true,
123859
- "readonly": true,
123860
- "default": "'sbb-table-wrapper'",
123861
- "inheritedFrom": {
123862
- "name": "SbbElement",
123863
- "module": "core/base-elements/element.js"
123864
- }
123865
- },
123866
- {
123867
- "kind": "field",
123868
- "name": "role",
123869
- "type": {
123870
- "text": "string"
123871
- },
123872
- "privacy": "public",
123873
- "static": true,
123874
- "readonly": true,
123875
- "default": "'section'"
123876
- },
123877
- {
123878
- "kind": "field",
123879
- "name": "focusable",
123880
- "type": {
123881
- "text": "boolean"
123882
- },
123883
- "privacy": "public",
123884
- "default": "false",
123885
- "description": "Whether the table wrapper is focusable.",
123886
- "attribute": "focusable",
123887
- "reflects": true
123888
- },
123889
- {
123890
- "kind": "method",
123891
- "name": "_updateScrollbarClass",
123892
- "privacy": "private",
123893
- "return": {
123894
- "type": {
123895
- "text": "void"
123896
- }
123897
- }
123898
- },
123899
- {
123900
- "kind": "method",
123901
- "name": "_checkHorizontalScrollbarOffset",
123902
- "privacy": "private",
123903
- "return": {
123904
- "type": {
123905
- "text": "void"
123906
- }
123907
- },
123908
- "description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
123909
- },
123910
- {
123911
- "kind": "method",
123912
- "name": "_calculateScrollOffset",
123913
- "privacy": "private",
123914
- "return": {
123915
- "type": {
123916
- "text": "'none' | 'left' | 'right' | 'both'"
123917
- }
123918
- }
123919
- },
123920
- {
123921
- "kind": "field",
123922
- "name": "negative",
123923
- "type": {
123924
- "text": "boolean"
123925
- },
123926
- "privacy": "public",
123927
- "default": "false",
123928
- "description": "Negative coloring variant flag.",
123929
- "attribute": "negative",
123930
- "reflects": true,
123931
- "inheritedFrom": {
123932
- "name": "SbbNegativeMixin",
123933
- "module": "core/mixins/negative-mixin.js"
123934
- }
123935
- },
123936
- {
123937
- "kind": "field",
123938
- "name": "_hydrationRequired",
123939
- "type": {
123940
- "text": "boolean"
123941
- },
123942
- "privacy": "private",
123943
- "default": "!!this.shadowRoot",
123944
- "inheritedFrom": {
123945
- "name": "SbbElement",
123946
- "module": "core/base-elements/element.js"
123947
- }
123948
- },
123949
- {
123950
- "kind": "field",
123951
- "name": "_hydrationComplete",
123952
- "privacy": "private",
123953
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
123954
- "inheritedFrom": {
123955
- "name": "SbbElement",
123956
- "module": "core/base-elements/element.js"
123957
- }
123958
- },
123959
- {
123960
- "kind": "field",
123961
- "name": "_resolveHydration",
123962
- "type": {
123963
- "text": "(hydrationRequired: boolean) => void"
123964
- },
123965
- "privacy": "private",
123966
- "inheritedFrom": {
123967
- "name": "SbbElement",
123968
- "module": "core/base-elements/element.js"
123969
- }
123970
- },
123971
- {
123972
- "kind": "field",
123973
- "name": "hydrationRequired",
123974
- "type": {
123975
- "text": "boolean"
123976
- },
123977
- "privacy": "protected",
123978
- "description": "Returns whether hydration is required and not completed.",
123979
- "readonly": true,
123980
- "inheritedFrom": {
123981
- "name": "SbbElement",
123982
- "module": "core/base-elements/element.js"
123983
- },
123984
- "default": "!!this.shadowRoot"
123985
- },
123986
- {
123987
- "kind": "method",
123988
- "name": "toggleState",
123989
- "privacy": "protected",
123990
- "return": {
123991
- "type": {
123992
- "text": "void"
123993
- }
123994
- },
123995
- "parameters": [
123996
- {
123997
- "name": "value",
123998
- "type": {
123999
- "text": "string"
124000
- }
124001
- },
124002
- {
124003
- "name": "force",
124004
- "optional": true,
124005
- "type": {
124006
- "text": "boolean"
124007
- }
124008
- }
124009
- ],
124010
- "inheritedFrom": {
124011
- "name": "SbbElement",
124012
- "module": "core/base-elements/element.js"
124013
- }
124014
- },
124015
- {
124016
- "kind": "field",
124017
- "name": "['_$sbbElement$']",
124018
- "type": {
124019
- "text": "boolean"
124020
- },
124021
- "privacy": "public",
124022
- "static": true,
124023
- "default": "true",
124024
- "inheritedFrom": {
124025
- "name": "SbbElement",
124026
- "module": "core/base-elements/element.js"
124027
- }
124028
- },
124029
- {
124030
- "kind": "field",
124031
- "name": "_controllers",
124032
- "type": {
124033
- "text": "Set<SbbReactiveController> | undefined"
124034
- },
124035
- "privacy": "private",
124036
- "inheritedFrom": {
124037
- "name": "SbbElement",
124038
- "module": "core/base-elements/element.js"
124039
- }
124040
- }
124041
- ],
124042
- "attributes": [
124043
- {
124044
- "name": "focusable",
124045
- "type": {
124046
- "text": "boolean"
124047
- },
124048
- "default": "false",
124049
- "description": "Whether the table wrapper is focusable.",
124050
- "fieldName": "focusable"
124051
- },
124052
- {
124053
- "name": "negative",
124054
- "type": {
124055
- "text": "boolean"
124056
- },
124057
- "default": "false",
124058
- "description": "Negative coloring variant flag.",
124059
- "fieldName": "negative",
124060
- "inheritedFrom": {
124061
- "name": "SbbNegativeMixin",
124062
- "module": "core/mixins/negative-mixin.js"
124063
- }
124064
- }
124065
- ],
124066
- "mixins": [
124067
- {
124068
- "name": "SbbNegativeMixin",
124069
- "module": "core/mixins.js"
124070
- }
124071
- ],
124072
- "superclass": {
124073
- "name": "SbbElement",
124074
- "module": "core/base-elements.js"
124075
- },
124076
- "tagName": "sbb-table-wrapper",
124077
- "customElement": true
124078
- }
124079
- ],
124080
- "exports": [
124081
- {
124082
- "kind": "js",
124083
- "name": "SbbTableWrapperElement",
124084
- "declaration": {
124085
- "name": "SbbTableWrapperElement",
124086
- "module": "table/table-wrapper/table-wrapper.component.js"
124087
- }
124088
- }
124089
- ]
124090
- },
124091
123836
  {
124092
123837
  "kind": "javascript-module",
124093
123838
  "path": "stepper/stepper/stepper.component.js",
@@ -124719,6 +124464,261 @@
124719
124464
  }
124720
124465
  ]
124721
124466
  },
124467
+ {
124468
+ "kind": "javascript-module",
124469
+ "path": "table/table-wrapper/table-wrapper.component.js",
124470
+ "declarations": [
124471
+ {
124472
+ "kind": "class",
124473
+ "description": "Wraps a table to enhance its functionality.",
124474
+ "name": "SbbTableWrapperElement",
124475
+ "slots": [
124476
+ {
124477
+ "description": "Use the unnamed slot to add the table.",
124478
+ "name": ""
124479
+ }
124480
+ ],
124481
+ "members": [
124482
+ {
124483
+ "kind": "field",
124484
+ "name": "elementName",
124485
+ "type": {
124486
+ "text": "string"
124487
+ },
124488
+ "privacy": "public",
124489
+ "static": true,
124490
+ "readonly": true,
124491
+ "default": "'sbb-table-wrapper'",
124492
+ "inheritedFrom": {
124493
+ "name": "SbbElement",
124494
+ "module": "core/base-elements/element.js"
124495
+ }
124496
+ },
124497
+ {
124498
+ "kind": "field",
124499
+ "name": "role",
124500
+ "type": {
124501
+ "text": "string"
124502
+ },
124503
+ "privacy": "public",
124504
+ "static": true,
124505
+ "readonly": true,
124506
+ "default": "'section'"
124507
+ },
124508
+ {
124509
+ "kind": "field",
124510
+ "name": "focusable",
124511
+ "type": {
124512
+ "text": "boolean"
124513
+ },
124514
+ "privacy": "public",
124515
+ "default": "false",
124516
+ "description": "Whether the table wrapper is focusable.",
124517
+ "attribute": "focusable",
124518
+ "reflects": true
124519
+ },
124520
+ {
124521
+ "kind": "method",
124522
+ "name": "_updateScrollbarClass",
124523
+ "privacy": "private",
124524
+ "return": {
124525
+ "type": {
124526
+ "text": "void"
124527
+ }
124528
+ }
124529
+ },
124530
+ {
124531
+ "kind": "method",
124532
+ "name": "_checkHorizontalScrollbarOffset",
124533
+ "privacy": "private",
124534
+ "return": {
124535
+ "type": {
124536
+ "text": "void"
124537
+ }
124538
+ },
124539
+ "description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
124540
+ },
124541
+ {
124542
+ "kind": "method",
124543
+ "name": "_calculateScrollOffset",
124544
+ "privacy": "private",
124545
+ "return": {
124546
+ "type": {
124547
+ "text": "'none' | 'left' | 'right' | 'both'"
124548
+ }
124549
+ }
124550
+ },
124551
+ {
124552
+ "kind": "field",
124553
+ "name": "negative",
124554
+ "type": {
124555
+ "text": "boolean"
124556
+ },
124557
+ "privacy": "public",
124558
+ "default": "false",
124559
+ "description": "Negative coloring variant flag.",
124560
+ "attribute": "negative",
124561
+ "reflects": true,
124562
+ "inheritedFrom": {
124563
+ "name": "SbbNegativeMixin",
124564
+ "module": "core/mixins/negative-mixin.js"
124565
+ }
124566
+ },
124567
+ {
124568
+ "kind": "field",
124569
+ "name": "_hydrationRequired",
124570
+ "type": {
124571
+ "text": "boolean"
124572
+ },
124573
+ "privacy": "private",
124574
+ "default": "!!this.shadowRoot",
124575
+ "inheritedFrom": {
124576
+ "name": "SbbElement",
124577
+ "module": "core/base-elements/element.js"
124578
+ }
124579
+ },
124580
+ {
124581
+ "kind": "field",
124582
+ "name": "_hydrationComplete",
124583
+ "privacy": "private",
124584
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
124585
+ "inheritedFrom": {
124586
+ "name": "SbbElement",
124587
+ "module": "core/base-elements/element.js"
124588
+ }
124589
+ },
124590
+ {
124591
+ "kind": "field",
124592
+ "name": "_resolveHydration",
124593
+ "type": {
124594
+ "text": "(hydrationRequired: boolean) => void"
124595
+ },
124596
+ "privacy": "private",
124597
+ "inheritedFrom": {
124598
+ "name": "SbbElement",
124599
+ "module": "core/base-elements/element.js"
124600
+ }
124601
+ },
124602
+ {
124603
+ "kind": "field",
124604
+ "name": "hydrationRequired",
124605
+ "type": {
124606
+ "text": "boolean"
124607
+ },
124608
+ "privacy": "protected",
124609
+ "description": "Returns whether hydration is required and not completed.",
124610
+ "readonly": true,
124611
+ "inheritedFrom": {
124612
+ "name": "SbbElement",
124613
+ "module": "core/base-elements/element.js"
124614
+ },
124615
+ "default": "!!this.shadowRoot"
124616
+ },
124617
+ {
124618
+ "kind": "method",
124619
+ "name": "toggleState",
124620
+ "privacy": "protected",
124621
+ "return": {
124622
+ "type": {
124623
+ "text": "void"
124624
+ }
124625
+ },
124626
+ "parameters": [
124627
+ {
124628
+ "name": "value",
124629
+ "type": {
124630
+ "text": "string"
124631
+ }
124632
+ },
124633
+ {
124634
+ "name": "force",
124635
+ "optional": true,
124636
+ "type": {
124637
+ "text": "boolean"
124638
+ }
124639
+ }
124640
+ ],
124641
+ "inheritedFrom": {
124642
+ "name": "SbbElement",
124643
+ "module": "core/base-elements/element.js"
124644
+ }
124645
+ },
124646
+ {
124647
+ "kind": "field",
124648
+ "name": "['_$sbbElement$']",
124649
+ "type": {
124650
+ "text": "boolean"
124651
+ },
124652
+ "privacy": "public",
124653
+ "static": true,
124654
+ "default": "true",
124655
+ "inheritedFrom": {
124656
+ "name": "SbbElement",
124657
+ "module": "core/base-elements/element.js"
124658
+ }
124659
+ },
124660
+ {
124661
+ "kind": "field",
124662
+ "name": "_controllers",
124663
+ "type": {
124664
+ "text": "Set<SbbReactiveController> | undefined"
124665
+ },
124666
+ "privacy": "private",
124667
+ "inheritedFrom": {
124668
+ "name": "SbbElement",
124669
+ "module": "core/base-elements/element.js"
124670
+ }
124671
+ }
124672
+ ],
124673
+ "attributes": [
124674
+ {
124675
+ "name": "focusable",
124676
+ "type": {
124677
+ "text": "boolean"
124678
+ },
124679
+ "default": "false",
124680
+ "description": "Whether the table wrapper is focusable.",
124681
+ "fieldName": "focusable"
124682
+ },
124683
+ {
124684
+ "name": "negative",
124685
+ "type": {
124686
+ "text": "boolean"
124687
+ },
124688
+ "default": "false",
124689
+ "description": "Negative coloring variant flag.",
124690
+ "fieldName": "negative",
124691
+ "inheritedFrom": {
124692
+ "name": "SbbNegativeMixin",
124693
+ "module": "core/mixins/negative-mixin.js"
124694
+ }
124695
+ }
124696
+ ],
124697
+ "mixins": [
124698
+ {
124699
+ "name": "SbbNegativeMixin",
124700
+ "module": "core/mixins.js"
124701
+ }
124702
+ ],
124703
+ "superclass": {
124704
+ "name": "SbbElement",
124705
+ "module": "core/base-elements.js"
124706
+ },
124707
+ "tagName": "sbb-table-wrapper",
124708
+ "customElement": true
124709
+ }
124710
+ ],
124711
+ "exports": [
124712
+ {
124713
+ "kind": "js",
124714
+ "name": "SbbTableWrapperElement",
124715
+ "declaration": {
124716
+ "name": "SbbTableWrapperElement",
124717
+ "module": "table/table-wrapper/table-wrapper.component.js"
124718
+ }
124719
+ }
124720
+ ]
124721
+ },
124722
124722
  {
124723
124723
  "kind": "javascript-module",
124724
124724
  "path": "tabs/common/styles.js",
@@ -1 +1 @@
1
- {"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/select/select.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/select/select.component.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1,2 @@
1
- import { t as SbbSelectElement } from "../select.component-BCZS_tcp.js";
1
+ import { t as SbbSelectElement } from "../select.component-CGNEhqzl.js";
2
2
  export { SbbSelectElement };