@sbb-esta/lyne-elements-dev 4.12.0-dev.1777455695 → 4.12.0-dev.1777527536

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 (2) hide show
  1. package/custom-elements.json +369 -369
  2. package/package.json +2 -2
@@ -77919,26 +77919,6 @@
77919
77919
  }
77920
77920
  ]
77921
77921
  },
77922
- {
77923
- "kind": "javascript-module",
77924
- "path": "core/styles/styles.js",
77925
- "declarations": [
77926
- {
77927
- "kind": "variable",
77928
- "name": "boxSizingStyles"
77929
- }
77930
- ],
77931
- "exports": [
77932
- {
77933
- "kind": "js",
77934
- "name": "boxSizingStyles",
77935
- "declaration": {
77936
- "name": "boxSizingStyles",
77937
- "module": "core/styles/styles.js"
77938
- }
77939
- }
77940
- ]
77941
- },
77942
77922
  {
77943
77923
  "kind": "javascript-module",
77944
77924
  "path": "core/testing/event-spy.js",
@@ -78336,6 +78316,26 @@
78336
78316
  }
78337
78317
  ]
78338
78318
  },
78319
+ {
78320
+ "kind": "javascript-module",
78321
+ "path": "core/styles/styles.js",
78322
+ "declarations": [
78323
+ {
78324
+ "kind": "variable",
78325
+ "name": "boxSizingStyles"
78326
+ }
78327
+ ],
78328
+ "exports": [
78329
+ {
78330
+ "kind": "js",
78331
+ "name": "boxSizingStyles",
78332
+ "declaration": {
78333
+ "name": "boxSizingStyles",
78334
+ "module": "core/styles/styles.js"
78335
+ }
78336
+ }
78337
+ ]
78338
+ },
78339
78339
  {
78340
78340
  "kind": "javascript-module",
78341
78341
  "path": "datepicker/common/datepicker-button.js",
@@ -94660,22 +94660,12 @@
94660
94660
  },
94661
94661
  {
94662
94662
  "kind": "javascript-module",
94663
- "path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
94663
+ "path": "form-field/form-field-clear/form-field-clear.component.js",
94664
94664
  "declarations": [
94665
94665
  {
94666
94666
  "kind": "class",
94667
- "description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
94668
- "name": "SbbFormFieldTextCounterElement",
94669
- "slots": [
94670
- {
94671
- "description": "Use the unnamed slot to display a custom description text after the counter.",
94672
- "name": "",
94673
- "inheritedFrom": {
94674
- "name": "SbbHintElement",
94675
- "module": "form-field/hint/hint.component.js"
94676
- }
94677
- }
94678
- ],
94667
+ "description": "Combined with `sbb-form-field`, it displays a button which clears the input value.",
94668
+ "name": "SbbFormFieldClearElement",
94679
94669
  "members": [
94680
94670
  {
94681
94671
  "kind": "field",
@@ -94686,20 +94676,19 @@
94686
94676
  "privacy": "public",
94687
94677
  "static": true,
94688
94678
  "readonly": true,
94689
- "default": "'sbb-form-field-text-counter'",
94690
94679
  "inheritedFrom": {
94691
94680
  "name": "SbbElement",
94692
94681
  "module": "core/base-elements/element.js"
94693
- }
94682
+ },
94683
+ "default": "'sbb-form-field-clear'"
94694
94684
  },
94695
94685
  {
94696
94686
  "kind": "field",
94697
- "name": "_remainingCharacters",
94687
+ "name": "_formField",
94698
94688
  "type": {
94699
- "text": "number"
94689
+ "text": "SbbFormFieldElement | null | undefined"
94700
94690
  },
94701
- "privacy": "private",
94702
- "default": "0"
94691
+ "privacy": "private"
94703
94692
  },
94704
94693
  {
94705
94694
  "kind": "field",
@@ -94707,33 +94696,29 @@
94707
94696
  "privacy": "private",
94708
94697
  "default": "new SbbLanguageController(this)"
94709
94698
  },
94710
- {
94711
- "kind": "field",
94712
- "name": "_abortController",
94713
- "type": {
94714
- "text": "AbortController | null"
94715
- },
94716
- "privacy": "private",
94717
- "default": "null"
94718
- },
94719
94699
  {
94720
94700
  "kind": "method",
94721
- "name": "_onInputUpdate",
94701
+ "name": "_handleClick",
94722
94702
  "privacy": "private",
94723
94703
  "return": {
94724
94704
  "type": {
94725
- "text": "void"
94705
+ "text": "Promise<void>"
94726
94706
  }
94727
94707
  }
94728
94708
  },
94729
94709
  {
94730
94710
  "kind": "method",
94731
- "name": "_infoText",
94732
- "privacy": "private",
94711
+ "name": "renderTemplate",
94712
+ "privacy": "protected",
94733
94713
  "return": {
94734
94714
  "type": {
94735
- "text": "string"
94715
+ "text": "TemplateResult"
94736
94716
  }
94717
+ },
94718
+ "description": "Override this method to render the component template.",
94719
+ "inheritedFrom": {
94720
+ "name": "SbbActionBaseElement",
94721
+ "module": "core/base-elements/action-base-element.js"
94737
94722
  }
94738
94723
  },
94739
94724
  {
@@ -94754,71 +94739,88 @@
94754
94739
  },
94755
94740
  {
94756
94741
  "kind": "field",
94757
- "name": "formField",
94742
+ "name": "_elementsOnWhichEnterPressTriggersSubmit",
94758
94743
  "type": {
94759
- "text": "SbbFormFieldElement | null"
94744
+ "text": "array"
94760
94745
  },
94761
- "privacy": "protected",
94762
- "default": "null",
94746
+ "privacy": "private",
94747
+ "readonly": true,
94748
+ "default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
94763
94749
  "inheritedFrom": {
94764
- "name": "SbbHintElement",
94765
- "module": "form-field/hint/hint.component.js"
94750
+ "name": "SbbButtonBaseElement",
94751
+ "module": "core/base-elements/button-base-element.js"
94766
94752
  }
94767
94753
  },
94768
94754
  {
94769
94755
  "kind": "field",
94770
- "name": "_hydrationRequired",
94756
+ "name": "value",
94771
94757
  "type": {
94772
- "text": "boolean"
94758
+ "text": "string"
94773
94759
  },
94774
- "privacy": "private",
94775
- "default": "!!this.shadowRoot",
94760
+ "privacy": "public",
94776
94761
  "inheritedFrom": {
94777
- "name": "SbbElement",
94778
- "module": "core/base-elements/element.js"
94779
- }
94762
+ "name": "SbbButtonBaseElement",
94763
+ "module": "core/base-elements/button-base-element.js"
94764
+ },
94765
+ "default": "''",
94766
+ "description": "Value of the form element.",
94767
+ "attribute": "value"
94780
94768
  },
94781
94769
  {
94782
94770
  "kind": "field",
94783
- "name": "_hydrationComplete",
94784
- "privacy": "private",
94785
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
94771
+ "name": "type",
94772
+ "privacy": "public",
94773
+ "description": "The type attribute to use for the button.",
94774
+ "default": "'button'",
94775
+ "type": {
94776
+ "text": "SbbButtonType"
94777
+ },
94778
+ "attribute": "type",
94786
94779
  "inheritedFrom": {
94787
- "name": "SbbElement",
94788
- "module": "core/base-elements/element.js"
94780
+ "name": "SbbButtonBaseElement",
94781
+ "module": "core/base-elements/button-base-element.js"
94789
94782
  }
94790
94783
  },
94791
94784
  {
94792
94785
  "kind": "field",
94793
- "name": "_resolveHydration",
94786
+ "name": "form",
94794
94787
  "type": {
94795
- "text": "(hydrationRequired: boolean) => void"
94788
+ "text": "HTMLFormElement | null"
94796
94789
  },
94797
- "privacy": "private",
94790
+ "privacy": "public",
94791
+ "description": "The `<form>` element to associate the button with.",
94798
94792
  "inheritedFrom": {
94799
- "name": "SbbElement",
94800
- "module": "core/base-elements/element.js"
94801
- }
94793
+ "name": "SbbButtonBaseElement",
94794
+ "module": "core/base-elements/button-base-element.js"
94795
+ },
94796
+ "attribute": "form"
94802
94797
  },
94803
94798
  {
94804
94799
  "kind": "field",
94805
- "name": "hydrationRequired",
94800
+ "name": "_formId",
94806
94801
  "type": {
94807
- "text": "boolean"
94802
+ "text": "string"
94808
94803
  },
94809
- "privacy": "protected",
94810
- "description": "Returns whether hydration is required and not completed.",
94811
- "readonly": true,
94804
+ "privacy": "private",
94805
+ "default": "''",
94812
94806
  "inheritedFrom": {
94813
- "name": "SbbElement",
94814
- "module": "core/base-elements/element.js"
94815
- },
94816
- "default": "!!this.shadowRoot"
94807
+ "name": "SbbButtonBaseElement",
94808
+ "module": "core/base-elements/button-base-element.js"
94809
+ }
94810
+ },
94811
+ {
94812
+ "kind": "field",
94813
+ "name": "_handleButtonClick",
94814
+ "privacy": "private",
94815
+ "inheritedFrom": {
94816
+ "name": "SbbButtonBaseElement",
94817
+ "module": "core/base-elements/button-base-element.js"
94818
+ }
94817
94819
  },
94818
94820
  {
94819
94821
  "kind": "method",
94820
- "name": "toggleState",
94821
- "privacy": "protected",
94822
+ "name": "_requestSubmit",
94823
+ "privacy": "private",
94822
94824
  "return": {
94823
94825
  "type": {
94824
94826
  "text": "void"
@@ -94826,27 +94828,29 @@
94826
94828
  },
94827
94829
  "parameters": [
94828
94830
  {
94829
- "name": "value",
94830
- "type": {
94831
- "text": "string"
94832
- }
94833
- },
94834
- {
94835
- "name": "force",
94836
- "optional": true,
94831
+ "name": "form",
94837
94832
  "type": {
94838
- "text": "boolean"
94833
+ "text": "HTMLFormElement"
94839
94834
  }
94840
94835
  }
94841
94836
  ],
94842
94837
  "inheritedFrom": {
94843
- "name": "SbbElement",
94844
- "module": "core/base-elements/element.js"
94838
+ "name": "SbbButtonBaseElement",
94839
+ "module": "core/base-elements/button-base-element.js"
94845
94840
  }
94846
94841
  },
94847
94842
  {
94848
94843
  "kind": "field",
94849
- "name": "['_$sbbElement$']",
94844
+ "name": "_formKeyDown",
94845
+ "privacy": "private",
94846
+ "inheritedFrom": {
94847
+ "name": "SbbButtonBaseElement",
94848
+ "module": "core/base-elements/button-base-element.js"
94849
+ }
94850
+ },
94851
+ {
94852
+ "kind": "field",
94853
+ "name": "formAssociated",
94850
94854
  "type": {
94851
94855
  "text": "boolean"
94852
94856
  },
@@ -94854,287 +94858,36 @@
94854
94858
  "static": true,
94855
94859
  "default": "true",
94856
94860
  "inheritedFrom": {
94857
- "name": "SbbElement",
94858
- "module": "core/base-elements/element.js"
94861
+ "name": "SbbFormAssociatedMixin",
94862
+ "module": "core/mixins/form-associated-mixin.js"
94859
94863
  }
94860
94864
  },
94861
94865
  {
94862
94866
  "kind": "field",
94863
- "name": "_controllers",
94867
+ "name": "name",
94868
+ "privacy": "public",
94869
+ "description": "Name of the form element. Will be read from name attribute.",
94864
94870
  "type": {
94865
- "text": "Set<SbbReactiveController> | undefined"
94871
+ "text": "string"
94866
94872
  },
94867
- "privacy": "private",
94873
+ "attribute": "name",
94868
94874
  "inheritedFrom": {
94869
- "name": "SbbElement",
94870
- "module": "core/base-elements/element.js"
94875
+ "name": "SbbFormAssociatedMixin",
94876
+ "module": "core/mixins/form-associated-mixin.js"
94871
94877
  }
94872
- }
94873
- ],
94874
- "superclass": {
94875
- "name": "SbbHintElement",
94876
- "module": "form-field/hint/hint.component.js"
94877
- },
94878
- "tagName": "sbb-form-field-text-counter",
94879
- "customElement": true,
94880
- "attributes": [
94878
+ },
94881
94879
  {
94882
- "name": "negative",
94880
+ "kind": "field",
94881
+ "name": "validity",
94883
94882
  "type": {
94884
- "text": "boolean"
94883
+ "text": "ValidityState"
94885
94884
  },
94886
- "default": "false",
94887
- "description": "Negative coloring variant flag.",
94888
- "fieldName": "negative",
94885
+ "privacy": "public",
94886
+ "description": "Returns the ValidityState object for this element.",
94887
+ "readonly": true,
94889
94888
  "inheritedFrom": {
94890
- "name": "SbbNegativeMixin",
94891
- "module": "core/mixins/negative-mixin.js"
94892
- }
94893
- }
94894
- ]
94895
- }
94896
- ],
94897
- "exports": [
94898
- {
94899
- "kind": "js",
94900
- "name": "SbbFormFieldTextCounterElement",
94901
- "declaration": {
94902
- "name": "SbbFormFieldTextCounterElement",
94903
- "module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
94904
- }
94905
- }
94906
- ]
94907
- },
94908
- {
94909
- "kind": "javascript-module",
94910
- "path": "form-field/form-field-clear/form-field-clear.component.js",
94911
- "declarations": [
94912
- {
94913
- "kind": "class",
94914
- "description": "Combined with `sbb-form-field`, it displays a button which clears the input value.",
94915
- "name": "SbbFormFieldClearElement",
94916
- "members": [
94917
- {
94918
- "kind": "field",
94919
- "name": "elementName",
94920
- "type": {
94921
- "text": "string"
94922
- },
94923
- "privacy": "public",
94924
- "static": true,
94925
- "readonly": true,
94926
- "inheritedFrom": {
94927
- "name": "SbbElement",
94928
- "module": "core/base-elements/element.js"
94929
- },
94930
- "default": "'sbb-form-field-clear'"
94931
- },
94932
- {
94933
- "kind": "field",
94934
- "name": "_formField",
94935
- "type": {
94936
- "text": "SbbFormFieldElement | null | undefined"
94937
- },
94938
- "privacy": "private"
94939
- },
94940
- {
94941
- "kind": "field",
94942
- "name": "_language",
94943
- "privacy": "private",
94944
- "default": "new SbbLanguageController(this)"
94945
- },
94946
- {
94947
- "kind": "method",
94948
- "name": "_handleClick",
94949
- "privacy": "private",
94950
- "return": {
94951
- "type": {
94952
- "text": "Promise<void>"
94953
- }
94954
- }
94955
- },
94956
- {
94957
- "kind": "method",
94958
- "name": "renderTemplate",
94959
- "privacy": "protected",
94960
- "return": {
94961
- "type": {
94962
- "text": "TemplateResult"
94963
- }
94964
- },
94965
- "description": "Override this method to render the component template.",
94966
- "inheritedFrom": {
94967
- "name": "SbbActionBaseElement",
94968
- "module": "core/base-elements/action-base-element.js"
94969
- }
94970
- },
94971
- {
94972
- "kind": "field",
94973
- "name": "negative",
94974
- "type": {
94975
- "text": "boolean"
94976
- },
94977
- "privacy": "public",
94978
- "default": "false",
94979
- "description": "Negative coloring variant flag.",
94980
- "attribute": "negative",
94981
- "reflects": true,
94982
- "inheritedFrom": {
94983
- "name": "SbbNegativeMixin",
94984
- "module": "core/mixins/negative-mixin.js"
94985
- }
94986
- },
94987
- {
94988
- "kind": "field",
94989
- "name": "_elementsOnWhichEnterPressTriggersSubmit",
94990
- "type": {
94991
- "text": "array"
94992
- },
94993
- "privacy": "private",
94994
- "readonly": true,
94995
- "default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
94996
- "inheritedFrom": {
94997
- "name": "SbbButtonBaseElement",
94998
- "module": "core/base-elements/button-base-element.js"
94999
- }
95000
- },
95001
- {
95002
- "kind": "field",
95003
- "name": "value",
95004
- "type": {
95005
- "text": "string"
95006
- },
95007
- "privacy": "public",
95008
- "inheritedFrom": {
95009
- "name": "SbbButtonBaseElement",
95010
- "module": "core/base-elements/button-base-element.js"
95011
- },
95012
- "default": "''",
95013
- "description": "Value of the form element.",
95014
- "attribute": "value"
95015
- },
95016
- {
95017
- "kind": "field",
95018
- "name": "type",
95019
- "privacy": "public",
95020
- "description": "The type attribute to use for the button.",
95021
- "default": "'button'",
95022
- "type": {
95023
- "text": "SbbButtonType"
95024
- },
95025
- "attribute": "type",
95026
- "inheritedFrom": {
95027
- "name": "SbbButtonBaseElement",
95028
- "module": "core/base-elements/button-base-element.js"
95029
- }
95030
- },
95031
- {
95032
- "kind": "field",
95033
- "name": "form",
95034
- "type": {
95035
- "text": "HTMLFormElement | null"
95036
- },
95037
- "privacy": "public",
95038
- "description": "The `<form>` element to associate the button with.",
95039
- "inheritedFrom": {
95040
- "name": "SbbButtonBaseElement",
95041
- "module": "core/base-elements/button-base-element.js"
95042
- },
95043
- "attribute": "form"
95044
- },
95045
- {
95046
- "kind": "field",
95047
- "name": "_formId",
95048
- "type": {
95049
- "text": "string"
95050
- },
95051
- "privacy": "private",
95052
- "default": "''",
95053
- "inheritedFrom": {
95054
- "name": "SbbButtonBaseElement",
95055
- "module": "core/base-elements/button-base-element.js"
95056
- }
95057
- },
95058
- {
95059
- "kind": "field",
95060
- "name": "_handleButtonClick",
95061
- "privacy": "private",
95062
- "inheritedFrom": {
95063
- "name": "SbbButtonBaseElement",
95064
- "module": "core/base-elements/button-base-element.js"
95065
- }
95066
- },
95067
- {
95068
- "kind": "method",
95069
- "name": "_requestSubmit",
95070
- "privacy": "private",
95071
- "return": {
95072
- "type": {
95073
- "text": "void"
95074
- }
95075
- },
95076
- "parameters": [
95077
- {
95078
- "name": "form",
95079
- "type": {
95080
- "text": "HTMLFormElement"
95081
- }
95082
- }
95083
- ],
95084
- "inheritedFrom": {
95085
- "name": "SbbButtonBaseElement",
95086
- "module": "core/base-elements/button-base-element.js"
95087
- }
95088
- },
95089
- {
95090
- "kind": "field",
95091
- "name": "_formKeyDown",
95092
- "privacy": "private",
95093
- "inheritedFrom": {
95094
- "name": "SbbButtonBaseElement",
95095
- "module": "core/base-elements/button-base-element.js"
95096
- }
95097
- },
95098
- {
95099
- "kind": "field",
95100
- "name": "formAssociated",
95101
- "type": {
95102
- "text": "boolean"
95103
- },
95104
- "privacy": "public",
95105
- "static": true,
95106
- "default": "true",
95107
- "inheritedFrom": {
95108
- "name": "SbbFormAssociatedMixin",
95109
- "module": "core/mixins/form-associated-mixin.js"
95110
- }
95111
- },
95112
- {
95113
- "kind": "field",
95114
- "name": "name",
95115
- "privacy": "public",
95116
- "description": "Name of the form element. Will be read from name attribute.",
95117
- "type": {
95118
- "text": "string"
95119
- },
95120
- "attribute": "name",
95121
- "inheritedFrom": {
95122
- "name": "SbbFormAssociatedMixin",
95123
- "module": "core/mixins/form-associated-mixin.js"
95124
- }
95125
- },
95126
- {
95127
- "kind": "field",
95128
- "name": "validity",
95129
- "type": {
95130
- "text": "ValidityState"
95131
- },
95132
- "privacy": "public",
95133
- "description": "Returns the ValidityState object for this element.",
95134
- "readonly": true,
95135
- "inheritedFrom": {
95136
- "name": "SbbFormAssociatedMixin",
95137
- "module": "core/mixins/form-associated-mixin.js"
94889
+ "name": "SbbFormAssociatedMixin",
94890
+ "module": "core/mixins/form-associated-mixin.js"
95138
94891
  }
95139
94892
  },
95140
94893
  {
@@ -95713,6 +95466,253 @@
95713
95466
  }
95714
95467
  ]
95715
95468
  },
95469
+ {
95470
+ "kind": "javascript-module",
95471
+ "path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
95472
+ "declarations": [
95473
+ {
95474
+ "kind": "class",
95475
+ "description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
95476
+ "name": "SbbFormFieldTextCounterElement",
95477
+ "slots": [
95478
+ {
95479
+ "description": "Use the unnamed slot to display a custom description text after the counter.",
95480
+ "name": "",
95481
+ "inheritedFrom": {
95482
+ "name": "SbbHintElement",
95483
+ "module": "form-field/hint/hint.component.js"
95484
+ }
95485
+ }
95486
+ ],
95487
+ "members": [
95488
+ {
95489
+ "kind": "field",
95490
+ "name": "elementName",
95491
+ "type": {
95492
+ "text": "string"
95493
+ },
95494
+ "privacy": "public",
95495
+ "static": true,
95496
+ "readonly": true,
95497
+ "default": "'sbb-form-field-text-counter'",
95498
+ "inheritedFrom": {
95499
+ "name": "SbbElement",
95500
+ "module": "core/base-elements/element.js"
95501
+ }
95502
+ },
95503
+ {
95504
+ "kind": "field",
95505
+ "name": "_remainingCharacters",
95506
+ "type": {
95507
+ "text": "number"
95508
+ },
95509
+ "privacy": "private",
95510
+ "default": "0"
95511
+ },
95512
+ {
95513
+ "kind": "field",
95514
+ "name": "_language",
95515
+ "privacy": "private",
95516
+ "default": "new SbbLanguageController(this)"
95517
+ },
95518
+ {
95519
+ "kind": "field",
95520
+ "name": "_abortController",
95521
+ "type": {
95522
+ "text": "AbortController | null"
95523
+ },
95524
+ "privacy": "private",
95525
+ "default": "null"
95526
+ },
95527
+ {
95528
+ "kind": "method",
95529
+ "name": "_onInputUpdate",
95530
+ "privacy": "private",
95531
+ "return": {
95532
+ "type": {
95533
+ "text": "void"
95534
+ }
95535
+ }
95536
+ },
95537
+ {
95538
+ "kind": "method",
95539
+ "name": "_infoText",
95540
+ "privacy": "private",
95541
+ "return": {
95542
+ "type": {
95543
+ "text": "string"
95544
+ }
95545
+ }
95546
+ },
95547
+ {
95548
+ "kind": "field",
95549
+ "name": "negative",
95550
+ "type": {
95551
+ "text": "boolean"
95552
+ },
95553
+ "privacy": "public",
95554
+ "default": "false",
95555
+ "description": "Negative coloring variant flag.",
95556
+ "attribute": "negative",
95557
+ "reflects": true,
95558
+ "inheritedFrom": {
95559
+ "name": "SbbNegativeMixin",
95560
+ "module": "core/mixins/negative-mixin.js"
95561
+ }
95562
+ },
95563
+ {
95564
+ "kind": "field",
95565
+ "name": "formField",
95566
+ "type": {
95567
+ "text": "SbbFormFieldElement | null"
95568
+ },
95569
+ "privacy": "protected",
95570
+ "default": "null",
95571
+ "inheritedFrom": {
95572
+ "name": "SbbHintElement",
95573
+ "module": "form-field/hint/hint.component.js"
95574
+ }
95575
+ },
95576
+ {
95577
+ "kind": "field",
95578
+ "name": "_hydrationRequired",
95579
+ "type": {
95580
+ "text": "boolean"
95581
+ },
95582
+ "privacy": "private",
95583
+ "default": "!!this.shadowRoot",
95584
+ "inheritedFrom": {
95585
+ "name": "SbbElement",
95586
+ "module": "core/base-elements/element.js"
95587
+ }
95588
+ },
95589
+ {
95590
+ "kind": "field",
95591
+ "name": "_hydrationComplete",
95592
+ "privacy": "private",
95593
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
95594
+ "inheritedFrom": {
95595
+ "name": "SbbElement",
95596
+ "module": "core/base-elements/element.js"
95597
+ }
95598
+ },
95599
+ {
95600
+ "kind": "field",
95601
+ "name": "_resolveHydration",
95602
+ "type": {
95603
+ "text": "(hydrationRequired: boolean) => void"
95604
+ },
95605
+ "privacy": "private",
95606
+ "inheritedFrom": {
95607
+ "name": "SbbElement",
95608
+ "module": "core/base-elements/element.js"
95609
+ }
95610
+ },
95611
+ {
95612
+ "kind": "field",
95613
+ "name": "hydrationRequired",
95614
+ "type": {
95615
+ "text": "boolean"
95616
+ },
95617
+ "privacy": "protected",
95618
+ "description": "Returns whether hydration is required and not completed.",
95619
+ "readonly": true,
95620
+ "inheritedFrom": {
95621
+ "name": "SbbElement",
95622
+ "module": "core/base-elements/element.js"
95623
+ },
95624
+ "default": "!!this.shadowRoot"
95625
+ },
95626
+ {
95627
+ "kind": "method",
95628
+ "name": "toggleState",
95629
+ "privacy": "protected",
95630
+ "return": {
95631
+ "type": {
95632
+ "text": "void"
95633
+ }
95634
+ },
95635
+ "parameters": [
95636
+ {
95637
+ "name": "value",
95638
+ "type": {
95639
+ "text": "string"
95640
+ }
95641
+ },
95642
+ {
95643
+ "name": "force",
95644
+ "optional": true,
95645
+ "type": {
95646
+ "text": "boolean"
95647
+ }
95648
+ }
95649
+ ],
95650
+ "inheritedFrom": {
95651
+ "name": "SbbElement",
95652
+ "module": "core/base-elements/element.js"
95653
+ }
95654
+ },
95655
+ {
95656
+ "kind": "field",
95657
+ "name": "['_$sbbElement$']",
95658
+ "type": {
95659
+ "text": "boolean"
95660
+ },
95661
+ "privacy": "public",
95662
+ "static": true,
95663
+ "default": "true",
95664
+ "inheritedFrom": {
95665
+ "name": "SbbElement",
95666
+ "module": "core/base-elements/element.js"
95667
+ }
95668
+ },
95669
+ {
95670
+ "kind": "field",
95671
+ "name": "_controllers",
95672
+ "type": {
95673
+ "text": "Set<SbbReactiveController> | undefined"
95674
+ },
95675
+ "privacy": "private",
95676
+ "inheritedFrom": {
95677
+ "name": "SbbElement",
95678
+ "module": "core/base-elements/element.js"
95679
+ }
95680
+ }
95681
+ ],
95682
+ "superclass": {
95683
+ "name": "SbbHintElement",
95684
+ "module": "form-field/hint/hint.component.js"
95685
+ },
95686
+ "tagName": "sbb-form-field-text-counter",
95687
+ "customElement": true,
95688
+ "attributes": [
95689
+ {
95690
+ "name": "negative",
95691
+ "type": {
95692
+ "text": "boolean"
95693
+ },
95694
+ "default": "false",
95695
+ "description": "Negative coloring variant flag.",
95696
+ "fieldName": "negative",
95697
+ "inheritedFrom": {
95698
+ "name": "SbbNegativeMixin",
95699
+ "module": "core/mixins/negative-mixin.js"
95700
+ }
95701
+ }
95702
+ ]
95703
+ }
95704
+ ],
95705
+ "exports": [
95706
+ {
95707
+ "kind": "js",
95708
+ "name": "SbbFormFieldTextCounterElement",
95709
+ "declaration": {
95710
+ "name": "SbbFormFieldTextCounterElement",
95711
+ "module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
95712
+ }
95713
+ }
95714
+ ]
95715
+ },
95716
95716
  {
95717
95717
  "kind": "javascript-module",
95718
95718
  "path": "form-field/hint/hint.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.12.0-dev.1777455695",
3
+ "version": "4.12.0-dev.1777527536",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/7e2e12c527043069bf3850f20a1d28b367b507f1"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/6e521832c309e7bc1eadeffcb3b49b3ce375ef74"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {