@sbb-esta/lyne-elements 3.2.0 → 3.3.2
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/autocomplete/autocomplete-base-element.d.ts +3 -4
- package/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/autocomplete/autocomplete-base-element.js +88 -83
- package/autocomplete/autocomplete.component.d.ts +0 -1
- package/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/autocomplete/autocomplete.component.js +26 -26
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +34 -44
- package/calendar/calendar.component.d.ts +54 -8
- package/calendar/calendar.component.d.ts.map +1 -1
- package/calendar/calendar.component.js +543 -256
- package/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
- package/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
- package/checkbox/checkbox-panel/checkbox-panel.component.js +36 -33
- package/core/i18n/i18n.d.ts +1 -0
- package/core/i18n/i18n.d.ts.map +1 -1
- package/core/i18n/i18n.js +22 -16
- package/core/i18n.js +79 -78
- package/core/mixins/element-internals-mixin.js +6 -6
- package/core/mixins/form-associated-mixin.d.ts.map +1 -1
- package/core/mixins/form-associated-mixin.js +22 -16
- package/core.css +7 -7
- package/custom-elements.json +1065 -56
- package/date-input/date-input.component.d.ts +5 -1
- package/date-input/date-input.component.d.ts.map +1 -1
- package/date-input/date-input.component.js +24 -15
- package/development/autocomplete/autocomplete-base-element.d.ts +3 -4
- package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/development/autocomplete/autocomplete-base-element.js +30 -15
- package/development/autocomplete/autocomplete.component.d.ts +0 -1
- package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/development/autocomplete/autocomplete.component.js +16 -21
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +0 -2
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +26 -35
- package/development/calendar/calendar.component.d.ts +54 -8
- package/development/calendar/calendar.component.d.ts.map +1 -1
- package/development/calendar/calendar.component.js +496 -81
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +3 -2
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.js +10 -4
- package/development/core/i18n/i18n.d.ts +1 -0
- package/development/core/i18n/i18n.d.ts.map +1 -1
- package/development/core/i18n/i18n.js +8 -1
- package/development/core/i18n.js +2 -1
- package/development/core/mixins/element-internals-mixin.js +2 -2
- package/development/core/mixins/form-associated-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-mixin.js +14 -7
- package/development/date-input/date-input.component.d.ts +5 -1
- package/development/date-input/date-input.component.d.ts.map +1 -1
- package/development/date-input/date-input.component.js +11 -1
- package/development/form-field/form-field/form-field.component.d.ts +6 -3
- package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/development/form-field/form-field/form-field.component.js +1 -3
- package/development/header/common/header-action-common.js +4 -1
- package/development/icon/icon-request.js +2 -2
- package/development/notification/notification.component.js +1 -1
- package/development/option/option/option-base-element.d.ts.map +1 -1
- package/development/option/option/option-base-element.js +2 -1
- package/development/sbb-tokens-CVLcOi-S.js +1 -1
- package/development/time-input/time-input.component.d.ts +5 -1
- package/development/time-input/time-input.component.d.ts.map +1 -1
- package/development/time-input/time-input.component.js +11 -1
- package/development/toggle-check/toggle-check.component.d.ts +2 -2
- package/development/toggle-check/toggle-check.component.d.ts.map +1 -1
- package/development/toggle-check/toggle-check.component.js +4 -4
- package/form-field/form-field/form-field.component.d.ts +6 -3
- package/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/form-field/form-field/form-field.component.js +0 -2
- package/header/common/header-action-common.js +1 -1
- package/icon/icon-request.js +3 -3
- package/notification/notification.component.js +1 -1
- package/option/option/option-base-element.d.ts.map +1 -1
- package/option/option/option-base-element.js +18 -18
- package/package.json +1 -1
- package/standard-theme.css +7 -7
- package/time-input/time-input.component.d.ts +5 -1
- package/time-input/time-input.component.d.ts.map +1 -1
- package/time-input/time-input.component.js +24 -16
- package/toggle-check/toggle-check.component.d.ts +2 -2
- package/toggle-check/toggle-check.component.d.ts.map +1 -1
- package/toggle-check/toggle-check.component.js +28 -28
package/custom-elements.json
CHANGED
|
@@ -2399,6 +2399,15 @@
|
|
|
2399
2399
|
},
|
|
2400
2400
|
"privacy": "protected"
|
|
2401
2401
|
},
|
|
2402
|
+
{
|
|
2403
|
+
"kind": "field",
|
|
2404
|
+
"name": "activeOption",
|
|
2405
|
+
"type": {
|
|
2406
|
+
"text": "SbbOptionBaseElement<T> | null"
|
|
2407
|
+
},
|
|
2408
|
+
"privacy": "protected",
|
|
2409
|
+
"default": "null"
|
|
2410
|
+
},
|
|
2402
2411
|
{
|
|
2403
2412
|
"kind": "field",
|
|
2404
2413
|
"name": "_originResizeObserver",
|
|
@@ -2458,6 +2467,15 @@
|
|
|
2458
2467
|
"privacy": "private",
|
|
2459
2468
|
"default": "new SbbEscapableOverlayController(this)"
|
|
2460
2469
|
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "field",
|
|
2472
|
+
"name": "_optionsCount",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "number"
|
|
2475
|
+
},
|
|
2476
|
+
"privacy": "private",
|
|
2477
|
+
"default": "0"
|
|
2478
|
+
},
|
|
2461
2479
|
{
|
|
2462
2480
|
"kind": "field",
|
|
2463
2481
|
"name": "options",
|
|
@@ -2631,14 +2649,13 @@
|
|
|
2631
2649
|
},
|
|
2632
2650
|
{
|
|
2633
2651
|
"kind": "method",
|
|
2634
|
-
"name": "
|
|
2652
|
+
"name": "_setNextActiveOptionIfAutoActiveFirstOption",
|
|
2635
2653
|
"privacy": "private",
|
|
2636
2654
|
"return": {
|
|
2637
2655
|
"type": {
|
|
2638
2656
|
"text": "void"
|
|
2639
2657
|
}
|
|
2640
|
-
}
|
|
2641
|
-
"description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete"
|
|
2658
|
+
}
|
|
2642
2659
|
},
|
|
2643
2660
|
{
|
|
2644
2661
|
"kind": "method",
|
|
@@ -3167,15 +3184,6 @@
|
|
|
3167
3184
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
3168
3185
|
}
|
|
3169
3186
|
},
|
|
3170
|
-
{
|
|
3171
|
-
"kind": "field",
|
|
3172
|
-
"name": "_activeItemIndex",
|
|
3173
|
-
"type": {
|
|
3174
|
-
"text": "number"
|
|
3175
|
-
},
|
|
3176
|
-
"privacy": "private",
|
|
3177
|
-
"default": "-1"
|
|
3178
|
-
},
|
|
3179
3187
|
{
|
|
3180
3188
|
"kind": "field",
|
|
3181
3189
|
"name": "options",
|
|
@@ -3503,6 +3511,19 @@
|
|
|
3503
3511
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
3504
3512
|
}
|
|
3505
3513
|
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "field",
|
|
3516
|
+
"name": "activeOption",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "SbbOptionBaseElement<T> | null"
|
|
3519
|
+
},
|
|
3520
|
+
"privacy": "protected",
|
|
3521
|
+
"default": "null",
|
|
3522
|
+
"inheritedFrom": {
|
|
3523
|
+
"name": "SbbAutocompleteBaseElement",
|
|
3524
|
+
"module": "autocomplete/autocomplete-base-element.js"
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3506
3527
|
{
|
|
3507
3528
|
"kind": "field",
|
|
3508
3529
|
"name": "_originResizeObserver",
|
|
@@ -3594,6 +3615,19 @@
|
|
|
3594
3615
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
3595
3616
|
}
|
|
3596
3617
|
},
|
|
3618
|
+
{
|
|
3619
|
+
"kind": "field",
|
|
3620
|
+
"name": "_optionsCount",
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": "number"
|
|
3623
|
+
},
|
|
3624
|
+
"privacy": "private",
|
|
3625
|
+
"default": "0",
|
|
3626
|
+
"inheritedFrom": {
|
|
3627
|
+
"name": "SbbAutocompleteBaseElement",
|
|
3628
|
+
"module": "autocomplete/autocomplete-base-element.js"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3597
3631
|
{
|
|
3598
3632
|
"kind": "method",
|
|
3599
3633
|
"name": "open",
|
|
@@ -3677,14 +3711,13 @@
|
|
|
3677
3711
|
},
|
|
3678
3712
|
{
|
|
3679
3713
|
"kind": "method",
|
|
3680
|
-
"name": "
|
|
3714
|
+
"name": "_setNextActiveOptionIfAutoActiveFirstOption",
|
|
3681
3715
|
"privacy": "private",
|
|
3682
3716
|
"return": {
|
|
3683
3717
|
"type": {
|
|
3684
3718
|
"text": "void"
|
|
3685
3719
|
}
|
|
3686
3720
|
},
|
|
3687
|
-
"description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete",
|
|
3688
3721
|
"inheritedFrom": {
|
|
3689
3722
|
"name": "SbbAutocompleteBaseElement",
|
|
3690
3723
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
@@ -4555,7 +4588,7 @@
|
|
|
4555
4588
|
"declarations": [
|
|
4556
4589
|
{
|
|
4557
4590
|
"kind": "class",
|
|
4558
|
-
"description": "It displays a calendar which allows
|
|
4591
|
+
"description": "It displays a calendar which allows choosing a date.",
|
|
4559
4592
|
"name": "SbbCalendarElement",
|
|
4560
4593
|
"members": [
|
|
4561
4594
|
{
|
|
@@ -4613,23 +4646,36 @@
|
|
|
4613
4646
|
"description": "The maximum valid date. Accepts a date object or null.\nAccepts an ISO8601 formatted string (e.g. 2024-12-24) as attribute.",
|
|
4614
4647
|
"attribute": "max"
|
|
4615
4648
|
},
|
|
4649
|
+
{
|
|
4650
|
+
"kind": "field",
|
|
4651
|
+
"name": "multiple",
|
|
4652
|
+
"type": {
|
|
4653
|
+
"text": "boolean"
|
|
4654
|
+
},
|
|
4655
|
+
"privacy": "public",
|
|
4656
|
+
"default": "false",
|
|
4657
|
+
"description": "Whether the calendar allows for multiple date selection.",
|
|
4658
|
+
"attribute": "multiple"
|
|
4659
|
+
},
|
|
4616
4660
|
{
|
|
4617
4661
|
"kind": "field",
|
|
4618
4662
|
"name": "selected",
|
|
4619
4663
|
"privacy": "public",
|
|
4620
|
-
"description": "The selected date
|
|
4664
|
+
"description": "The selected date: accepts a date object, or, if `multiple`, an array of dates.",
|
|
4621
4665
|
"type": {
|
|
4622
|
-
"text": "T | null"
|
|
4666
|
+
"text": "T | T[] | null"
|
|
4623
4667
|
},
|
|
4624
|
-
"attribute": "selected"
|
|
4668
|
+
"attribute": "selected",
|
|
4669
|
+
"default": "null"
|
|
4625
4670
|
},
|
|
4626
4671
|
{
|
|
4627
4672
|
"kind": "field",
|
|
4628
|
-
"name": "
|
|
4673
|
+
"name": "_selected",
|
|
4629
4674
|
"type": {
|
|
4630
|
-
"text": "T |
|
|
4675
|
+
"text": "T | T[] | null"
|
|
4631
4676
|
},
|
|
4632
|
-
"privacy": "private"
|
|
4677
|
+
"privacy": "private",
|
|
4678
|
+
"default": "null"
|
|
4633
4679
|
},
|
|
4634
4680
|
{
|
|
4635
4681
|
"kind": "field",
|
|
@@ -4654,6 +4700,17 @@
|
|
|
4654
4700
|
"attribute": "orientation",
|
|
4655
4701
|
"reflects": true
|
|
4656
4702
|
},
|
|
4703
|
+
{
|
|
4704
|
+
"kind": "field",
|
|
4705
|
+
"name": "weekNumbers",
|
|
4706
|
+
"type": {
|
|
4707
|
+
"text": "boolean"
|
|
4708
|
+
},
|
|
4709
|
+
"privacy": "public",
|
|
4710
|
+
"default": "false",
|
|
4711
|
+
"description": "Whether it has to display the week numbers in addition to week days.",
|
|
4712
|
+
"attribute": "week-numbers"
|
|
4713
|
+
},
|
|
4657
4714
|
{
|
|
4658
4715
|
"kind": "field",
|
|
4659
4716
|
"name": "_dateAdapter",
|
|
@@ -4671,15 +4728,6 @@
|
|
|
4671
4728
|
"privacy": "private",
|
|
4672
4729
|
"description": "The currently active date."
|
|
4673
4730
|
},
|
|
4674
|
-
{
|
|
4675
|
-
"kind": "field",
|
|
4676
|
-
"name": "_selected",
|
|
4677
|
-
"type": {
|
|
4678
|
-
"text": "string | undefined"
|
|
4679
|
-
},
|
|
4680
|
-
"privacy": "private",
|
|
4681
|
-
"description": "The selected date as ISOString."
|
|
4682
|
-
},
|
|
4683
4731
|
{
|
|
4684
4732
|
"kind": "field",
|
|
4685
4733
|
"name": "_wide",
|
|
@@ -4781,6 +4829,24 @@
|
|
|
4781
4829
|
"privacy": "private",
|
|
4782
4830
|
"description": "An array containing all the month names in the current language."
|
|
4783
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
"kind": "field",
|
|
4834
|
+
"name": "_weekNumbers",
|
|
4835
|
+
"type": {
|
|
4836
|
+
"text": "number[]"
|
|
4837
|
+
},
|
|
4838
|
+
"privacy": "private",
|
|
4839
|
+
"description": "An array containing the weeks' numbers for the current month."
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"kind": "field",
|
|
4843
|
+
"name": "_nextMonthWeekNumbers",
|
|
4844
|
+
"type": {
|
|
4845
|
+
"text": "number[]"
|
|
4846
|
+
},
|
|
4847
|
+
"privacy": "private",
|
|
4848
|
+
"description": "An array containing the weeks' numbers for the next month in wide mode."
|
|
4849
|
+
},
|
|
4784
4850
|
{
|
|
4785
4851
|
"kind": "field",
|
|
4786
4852
|
"name": "_cells",
|
|
@@ -4868,6 +4934,25 @@
|
|
|
4868
4934
|
},
|
|
4869
4935
|
"description": "Resets the active month according to the new state of the calendar."
|
|
4870
4936
|
},
|
|
4937
|
+
{
|
|
4938
|
+
"kind": "method",
|
|
4939
|
+
"name": "_onMultipleChanged",
|
|
4940
|
+
"privacy": "private",
|
|
4941
|
+
"return": {
|
|
4942
|
+
"type": {
|
|
4943
|
+
"text": "void"
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4946
|
+
"parameters": [
|
|
4947
|
+
{
|
|
4948
|
+
"name": "isMultiple",
|
|
4949
|
+
"type": {
|
|
4950
|
+
"text": "boolean"
|
|
4951
|
+
}
|
|
4952
|
+
}
|
|
4953
|
+
],
|
|
4954
|
+
"description": "The `_selected` state should be adapted when the `multiple` property changes:\n - if it changes to true, the '_selected' is set to an array;\n - if it changes to false, the first available option is set as 'value' otherwise it's set to null."
|
|
4955
|
+
},
|
|
4871
4956
|
{
|
|
4872
4957
|
"kind": "method",
|
|
4873
4958
|
"name": "_init",
|
|
@@ -4910,6 +4995,25 @@
|
|
|
4910
4995
|
},
|
|
4911
4996
|
"description": "Creates the array of weekdays."
|
|
4912
4997
|
},
|
|
4998
|
+
{
|
|
4999
|
+
"kind": "method",
|
|
5000
|
+
"name": "_createWeekNumbers",
|
|
5001
|
+
"privacy": "private",
|
|
5002
|
+
"return": {
|
|
5003
|
+
"type": {
|
|
5004
|
+
"text": "number[]"
|
|
5005
|
+
}
|
|
5006
|
+
},
|
|
5007
|
+
"parameters": [
|
|
5008
|
+
{
|
|
5009
|
+
"name": "date",
|
|
5010
|
+
"type": {
|
|
5011
|
+
"text": "T"
|
|
5012
|
+
}
|
|
5013
|
+
}
|
|
5014
|
+
],
|
|
5015
|
+
"description": "Given a date, it returns the week numbers for the month the date belongs to.\nTODO: check if date-fns can be replaced with custom logic.\n\nSince the calculation is not simple (see https://en.wikipedia.org/wiki/Week#Numbering),\nthe date-fns library has been used this way:\nthe first and the last day of the month are calculated and then passed to the `eachWeekOfInterval` function,\nwhich returns an array containing the starting day of every ISO week of the month,\nconsidering Monday as the first day.\nThen, this array is mapped via the `getWeek` function, which returns the ISO week number for that date."
|
|
5016
|
+
},
|
|
4913
5017
|
{
|
|
4914
5018
|
"kind": "method",
|
|
4915
5019
|
"name": "_createWeekRows",
|
|
@@ -4931,7 +5035,7 @@
|
|
|
4931
5035
|
"default": "false"
|
|
4932
5036
|
}
|
|
4933
5037
|
],
|
|
4934
|
-
"description": "Creates the rows
|
|
5038
|
+
"description": "Creates the rows along the horizontal direction and sets the parameters used in keyboard navigation."
|
|
4935
5039
|
},
|
|
4936
5040
|
{
|
|
4937
5041
|
"kind": "method",
|
|
@@ -5164,15 +5268,96 @@
|
|
|
5164
5268
|
}
|
|
5165
5269
|
},
|
|
5166
5270
|
"parameters": [
|
|
5271
|
+
{
|
|
5272
|
+
"name": "event",
|
|
5273
|
+
"type": {
|
|
5274
|
+
"text": "PointerEvent"
|
|
5275
|
+
}
|
|
5276
|
+
},
|
|
5167
5277
|
{
|
|
5168
5278
|
"name": "day",
|
|
5169
5279
|
"type": {
|
|
5170
|
-
"text": "
|
|
5280
|
+
"text": "T"
|
|
5171
5281
|
}
|
|
5172
5282
|
}
|
|
5173
5283
|
],
|
|
5174
5284
|
"description": "Emits the selected date and sets it internally."
|
|
5175
5285
|
},
|
|
5286
|
+
{
|
|
5287
|
+
"kind": "method",
|
|
5288
|
+
"name": "_selectMultipleDates",
|
|
5289
|
+
"privacy": "private",
|
|
5290
|
+
"return": {
|
|
5291
|
+
"type": {
|
|
5292
|
+
"text": "void"
|
|
5293
|
+
}
|
|
5294
|
+
},
|
|
5295
|
+
"parameters": [
|
|
5296
|
+
{
|
|
5297
|
+
"name": "event",
|
|
5298
|
+
"type": {
|
|
5299
|
+
"text": "PointerEvent"
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "days",
|
|
5304
|
+
"type": {
|
|
5305
|
+
"text": "Day<T>[]"
|
|
5306
|
+
}
|
|
5307
|
+
}
|
|
5308
|
+
],
|
|
5309
|
+
"description": "Handle multiple dates selection via weekNumber / weekDay buttons:\n- if Cmd or Ctrl are pressed, add the new date to the current ones;\n- if not,\n - if the new dates are the same of the current ones, it means that the same button has been clicked twice, so do nothing;\n - if not, the selected dates are the new ones."
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "method",
|
|
5313
|
+
"name": "_emitDateSelectedEvent",
|
|
5314
|
+
"privacy": "private",
|
|
5315
|
+
"return": {
|
|
5316
|
+
"type": {
|
|
5317
|
+
"text": "void"
|
|
5318
|
+
}
|
|
5319
|
+
},
|
|
5320
|
+
"parameters": [
|
|
5321
|
+
{
|
|
5322
|
+
"name": "detail",
|
|
5323
|
+
"type": {
|
|
5324
|
+
"text": "T | T[]"
|
|
5325
|
+
}
|
|
5326
|
+
}
|
|
5327
|
+
],
|
|
5328
|
+
"description": "Emits the dateselected event given the detail (as T or T[] based on the value of the multiple flag)."
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"kind": "method",
|
|
5332
|
+
"name": "_updateSelectedWithMultipleDates",
|
|
5333
|
+
"privacy": "private",
|
|
5334
|
+
"return": {
|
|
5335
|
+
"type": {
|
|
5336
|
+
"text": "string[]"
|
|
5337
|
+
}
|
|
5338
|
+
},
|
|
5339
|
+
"parameters": [
|
|
5340
|
+
{
|
|
5341
|
+
"name": "daysToAdd",
|
|
5342
|
+
"type": {
|
|
5343
|
+
"text": "string[]"
|
|
5344
|
+
}
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"name": "daysToAddSet",
|
|
5348
|
+
"type": {
|
|
5349
|
+
"text": "Set<string>"
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "selectedSet",
|
|
5354
|
+
"type": {
|
|
5355
|
+
"text": "Set<string>"
|
|
5356
|
+
}
|
|
5357
|
+
}
|
|
5358
|
+
],
|
|
5359
|
+
"description": "In case of multiple selection, newly added days must be added to the existing ones, without duplication.\nIf the days to add are exactly the same as the selected ones, the set must be emptied."
|
|
5360
|
+
},
|
|
5176
5361
|
{
|
|
5177
5362
|
"kind": "method",
|
|
5178
5363
|
"name": "_setChosenYear",
|
|
@@ -5924,6 +6109,19 @@
|
|
|
5924
6109
|
"type": {
|
|
5925
6110
|
"text": "Day<T>[][]"
|
|
5926
6111
|
}
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"name": "weekNumbers",
|
|
6115
|
+
"type": {
|
|
6116
|
+
"text": "number[]"
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"name": "isWideNextMonth",
|
|
6121
|
+
"default": "false",
|
|
6122
|
+
"type": {
|
|
6123
|
+
"text": "boolean"
|
|
6124
|
+
}
|
|
5927
6125
|
}
|
|
5928
6126
|
],
|
|
5929
6127
|
"description": "Creates the calendar table for the daily view."
|
|
@@ -5944,6 +6142,12 @@
|
|
|
5944
6142
|
"text": "Day<T>[][]"
|
|
5945
6143
|
}
|
|
5946
6144
|
},
|
|
6145
|
+
{
|
|
6146
|
+
"name": "weekNumbers",
|
|
6147
|
+
"type": {
|
|
6148
|
+
"text": "number[]"
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
5947
6151
|
{
|
|
5948
6152
|
"name": "nextMonthActiveDate",
|
|
5949
6153
|
"optional": true,
|
|
@@ -6250,7 +6454,7 @@
|
|
|
6250
6454
|
{
|
|
6251
6455
|
"name": "dateselected",
|
|
6252
6456
|
"type": {
|
|
6253
|
-
"text": "CustomEvent<T>"
|
|
6457
|
+
"text": "CustomEvent<T | T[]>"
|
|
6254
6458
|
},
|
|
6255
6459
|
"description": "Event emitted on date selection."
|
|
6256
6460
|
}
|
|
@@ -6292,11 +6496,20 @@
|
|
|
6292
6496
|
"description": "The maximum valid date. Accepts a date object or null.\nAccepts an ISO8601 formatted string (e.g. 2024-12-24) as attribute.",
|
|
6293
6497
|
"fieldName": "max"
|
|
6294
6498
|
},
|
|
6499
|
+
{
|
|
6500
|
+
"name": "multiple",
|
|
6501
|
+
"type": {
|
|
6502
|
+
"text": "boolean"
|
|
6503
|
+
},
|
|
6504
|
+
"default": "false",
|
|
6505
|
+
"description": "Whether the calendar allows for multiple date selection.",
|
|
6506
|
+
"fieldName": "multiple"
|
|
6507
|
+
},
|
|
6295
6508
|
{
|
|
6296
6509
|
"name": "selected",
|
|
6297
|
-
"description": "The selected date
|
|
6510
|
+
"description": "The selected date: accepts a date object, or, if `multiple`, an array of dates.",
|
|
6298
6511
|
"type": {
|
|
6299
|
-
"text": "T | null"
|
|
6512
|
+
"text": "T | T[] | null"
|
|
6300
6513
|
},
|
|
6301
6514
|
"fieldName": "selected"
|
|
6302
6515
|
},
|
|
@@ -6317,6 +6530,15 @@
|
|
|
6317
6530
|
"default": "'horizontal'",
|
|
6318
6531
|
"description": "The orientation of days in the calendar.",
|
|
6319
6532
|
"fieldName": "orientation"
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "week-numbers",
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "boolean"
|
|
6538
|
+
},
|
|
6539
|
+
"default": "false",
|
|
6540
|
+
"description": "Whether it has to display the week numbers in addition to week days.",
|
|
6541
|
+
"fieldName": "weekNumbers"
|
|
6320
6542
|
}
|
|
6321
6543
|
],
|
|
6322
6544
|
"mixins": [
|
|
@@ -7692,6 +7914,16 @@
|
|
|
7692
7914
|
},
|
|
7693
7915
|
"privacy": "private"
|
|
7694
7916
|
},
|
|
7917
|
+
{
|
|
7918
|
+
"kind": "field",
|
|
7919
|
+
"name": "empty",
|
|
7920
|
+
"type": {
|
|
7921
|
+
"text": "boolean"
|
|
7922
|
+
},
|
|
7923
|
+
"privacy": "public",
|
|
7924
|
+
"description": "Whether the input is empty.",
|
|
7925
|
+
"readonly": true
|
|
7926
|
+
},
|
|
7695
7927
|
{
|
|
7696
7928
|
"kind": "field",
|
|
7697
7929
|
"name": "min",
|
|
@@ -7899,6 +8131,16 @@
|
|
|
7899
8131
|
}
|
|
7900
8132
|
}
|
|
7901
8133
|
},
|
|
8134
|
+
{
|
|
8135
|
+
"kind": "method",
|
|
8136
|
+
"name": "_dispatchFormFieldChange",
|
|
8137
|
+
"privacy": "private",
|
|
8138
|
+
"return": {
|
|
8139
|
+
"type": {
|
|
8140
|
+
"text": "void"
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
},
|
|
7902
8144
|
{
|
|
7903
8145
|
"kind": "field",
|
|
7904
8146
|
"name": "role",
|
|
@@ -8421,6 +8663,20 @@
|
|
|
8421
8663
|
"module": "core/mixins/form-associated-mixin.js"
|
|
8422
8664
|
}
|
|
8423
8665
|
},
|
|
8666
|
+
{
|
|
8667
|
+
"kind": "method",
|
|
8668
|
+
"name": "_hasDisabledAncestor",
|
|
8669
|
+
"privacy": "private",
|
|
8670
|
+
"return": {
|
|
8671
|
+
"type": {
|
|
8672
|
+
"text": "boolean"
|
|
8673
|
+
}
|
|
8674
|
+
},
|
|
8675
|
+
"inheritedFrom": {
|
|
8676
|
+
"name": "SbbFormAssociatedMixin",
|
|
8677
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
8678
|
+
}
|
|
8679
|
+
},
|
|
8424
8680
|
{
|
|
8425
8681
|
"kind": "method",
|
|
8426
8682
|
"name": "formState",
|
|
@@ -15127,6 +15383,20 @@
|
|
|
15127
15383
|
"module": "core/mixins/form-associated-mixin.js"
|
|
15128
15384
|
}
|
|
15129
15385
|
},
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "method",
|
|
15388
|
+
"name": "_hasDisabledAncestor",
|
|
15389
|
+
"privacy": "private",
|
|
15390
|
+
"return": {
|
|
15391
|
+
"type": {
|
|
15392
|
+
"text": "boolean"
|
|
15393
|
+
}
|
|
15394
|
+
},
|
|
15395
|
+
"inheritedFrom": {
|
|
15396
|
+
"name": "SbbFormAssociatedMixin",
|
|
15397
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
15398
|
+
}
|
|
15399
|
+
},
|
|
15130
15400
|
{
|
|
15131
15401
|
"kind": "method",
|
|
15132
15402
|
"name": "updateFormValue",
|
|
@@ -17370,6 +17640,20 @@
|
|
|
17370
17640
|
"module": "core/mixins/form-associated-mixin.js"
|
|
17371
17641
|
}
|
|
17372
17642
|
},
|
|
17643
|
+
{
|
|
17644
|
+
"kind": "method",
|
|
17645
|
+
"name": "_hasDisabledAncestor",
|
|
17646
|
+
"privacy": "private",
|
|
17647
|
+
"return": {
|
|
17648
|
+
"type": {
|
|
17649
|
+
"text": "boolean"
|
|
17650
|
+
}
|
|
17651
|
+
},
|
|
17652
|
+
"inheritedFrom": {
|
|
17653
|
+
"name": "SbbFormAssociatedMixin",
|
|
17654
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
17655
|
+
}
|
|
17656
|
+
},
|
|
17373
17657
|
{
|
|
17374
17658
|
"kind": "method",
|
|
17375
17659
|
"name": "updateFormValue",
|
|
@@ -18954,6 +19238,16 @@
|
|
|
18954
19238
|
},
|
|
18955
19239
|
"privacy": "private"
|
|
18956
19240
|
},
|
|
19241
|
+
{
|
|
19242
|
+
"kind": "field",
|
|
19243
|
+
"name": "empty",
|
|
19244
|
+
"type": {
|
|
19245
|
+
"text": "boolean"
|
|
19246
|
+
},
|
|
19247
|
+
"privacy": "public",
|
|
19248
|
+
"description": "Whether the input is empty.",
|
|
19249
|
+
"readonly": true
|
|
19250
|
+
},
|
|
18957
19251
|
{
|
|
18958
19252
|
"kind": "field",
|
|
18959
19253
|
"name": "_valueCache",
|
|
@@ -19157,6 +19451,16 @@
|
|
|
19157
19451
|
}
|
|
19158
19452
|
}
|
|
19159
19453
|
},
|
|
19454
|
+
{
|
|
19455
|
+
"kind": "method",
|
|
19456
|
+
"name": "_dispatchFormFieldChange",
|
|
19457
|
+
"privacy": "private",
|
|
19458
|
+
"return": {
|
|
19459
|
+
"type": {
|
|
19460
|
+
"text": "void"
|
|
19461
|
+
}
|
|
19462
|
+
}
|
|
19463
|
+
},
|
|
19160
19464
|
{
|
|
19161
19465
|
"kind": "field",
|
|
19162
19466
|
"name": "role",
|
|
@@ -19657,6 +19961,20 @@
|
|
|
19657
19961
|
"module": "core/mixins/form-associated-mixin.js"
|
|
19658
19962
|
}
|
|
19659
19963
|
},
|
|
19964
|
+
{
|
|
19965
|
+
"kind": "method",
|
|
19966
|
+
"name": "_hasDisabledAncestor",
|
|
19967
|
+
"privacy": "private",
|
|
19968
|
+
"return": {
|
|
19969
|
+
"type": {
|
|
19970
|
+
"text": "boolean"
|
|
19971
|
+
}
|
|
19972
|
+
},
|
|
19973
|
+
"inheritedFrom": {
|
|
19974
|
+
"name": "SbbFormAssociatedMixin",
|
|
19975
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
19976
|
+
}
|
|
19977
|
+
},
|
|
19660
19978
|
{
|
|
19661
19979
|
"kind": "method",
|
|
19662
19980
|
"name": "formState",
|
|
@@ -21791,6 +22109,20 @@
|
|
|
21791
22109
|
"module": "core/mixins/form-associated-mixin.js"
|
|
21792
22110
|
}
|
|
21793
22111
|
},
|
|
22112
|
+
{
|
|
22113
|
+
"kind": "method",
|
|
22114
|
+
"name": "_hasDisabledAncestor",
|
|
22115
|
+
"privacy": "private",
|
|
22116
|
+
"return": {
|
|
22117
|
+
"type": {
|
|
22118
|
+
"text": "boolean"
|
|
22119
|
+
}
|
|
22120
|
+
},
|
|
22121
|
+
"inheritedFrom": {
|
|
22122
|
+
"name": "SbbFormAssociatedMixin",
|
|
22123
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22124
|
+
}
|
|
22125
|
+
},
|
|
21794
22126
|
{
|
|
21795
22127
|
"kind": "method",
|
|
21796
22128
|
"name": "setValidityFlag",
|
|
@@ -23092,15 +23424,6 @@
|
|
|
23092
23424
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
23093
23425
|
}
|
|
23094
23426
|
},
|
|
23095
|
-
{
|
|
23096
|
-
"kind": "field",
|
|
23097
|
-
"name": "_activeItemIndex",
|
|
23098
|
-
"type": {
|
|
23099
|
-
"text": "number"
|
|
23100
|
-
},
|
|
23101
|
-
"privacy": "private",
|
|
23102
|
-
"default": "-1"
|
|
23103
|
-
},
|
|
23104
23427
|
{
|
|
23105
23428
|
"kind": "field",
|
|
23106
23429
|
"name": "_activeColumnIndex",
|
|
@@ -23123,15 +23446,6 @@
|
|
|
23123
23446
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
23124
23447
|
}
|
|
23125
23448
|
},
|
|
23126
|
-
{
|
|
23127
|
-
"kind": "field",
|
|
23128
|
-
"name": "_row",
|
|
23129
|
-
"type": {
|
|
23130
|
-
"text": "SbbAutocompleteGridRowElement[]"
|
|
23131
|
-
},
|
|
23132
|
-
"privacy": "private",
|
|
23133
|
-
"readonly": true
|
|
23134
|
-
},
|
|
23135
23449
|
{
|
|
23136
23450
|
"kind": "method",
|
|
23137
23451
|
"name": "syncNegative",
|
|
@@ -23465,6 +23779,19 @@
|
|
|
23465
23779
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
23466
23780
|
}
|
|
23467
23781
|
},
|
|
23782
|
+
{
|
|
23783
|
+
"kind": "field",
|
|
23784
|
+
"name": "activeOption",
|
|
23785
|
+
"type": {
|
|
23786
|
+
"text": "SbbOptionBaseElement<T> | null"
|
|
23787
|
+
},
|
|
23788
|
+
"privacy": "protected",
|
|
23789
|
+
"default": "null",
|
|
23790
|
+
"inheritedFrom": {
|
|
23791
|
+
"name": "SbbAutocompleteBaseElement",
|
|
23792
|
+
"module": "autocomplete/autocomplete-base-element.js"
|
|
23793
|
+
}
|
|
23794
|
+
},
|
|
23468
23795
|
{
|
|
23469
23796
|
"kind": "field",
|
|
23470
23797
|
"name": "_originResizeObserver",
|
|
@@ -23556,6 +23883,19 @@
|
|
|
23556
23883
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
23557
23884
|
}
|
|
23558
23885
|
},
|
|
23886
|
+
{
|
|
23887
|
+
"kind": "field",
|
|
23888
|
+
"name": "_optionsCount",
|
|
23889
|
+
"type": {
|
|
23890
|
+
"text": "number"
|
|
23891
|
+
},
|
|
23892
|
+
"privacy": "private",
|
|
23893
|
+
"default": "0",
|
|
23894
|
+
"inheritedFrom": {
|
|
23895
|
+
"name": "SbbAutocompleteBaseElement",
|
|
23896
|
+
"module": "autocomplete/autocomplete-base-element.js"
|
|
23897
|
+
}
|
|
23898
|
+
},
|
|
23559
23899
|
{
|
|
23560
23900
|
"kind": "method",
|
|
23561
23901
|
"name": "open",
|
|
@@ -23639,14 +23979,13 @@
|
|
|
23639
23979
|
},
|
|
23640
23980
|
{
|
|
23641
23981
|
"kind": "method",
|
|
23642
|
-
"name": "
|
|
23982
|
+
"name": "_setNextActiveOptionIfAutoActiveFirstOption",
|
|
23643
23983
|
"privacy": "private",
|
|
23644
23984
|
"return": {
|
|
23645
23985
|
"type": {
|
|
23646
23986
|
"text": "void"
|
|
23647
23987
|
}
|
|
23648
23988
|
},
|
|
23649
|
-
"description": "If the 'input' is focused and there's a change in the number of options, open the autocomplete",
|
|
23650
23989
|
"inheritedFrom": {
|
|
23651
23990
|
"name": "SbbAutocompleteBaseElement",
|
|
23652
23991
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
@@ -26975,6 +27314,20 @@
|
|
|
26975
27314
|
"module": "core/mixins/form-associated-mixin.js"
|
|
26976
27315
|
}
|
|
26977
27316
|
},
|
|
27317
|
+
{
|
|
27318
|
+
"kind": "method",
|
|
27319
|
+
"name": "_hasDisabledAncestor",
|
|
27320
|
+
"privacy": "private",
|
|
27321
|
+
"return": {
|
|
27322
|
+
"type": {
|
|
27323
|
+
"text": "boolean"
|
|
27324
|
+
}
|
|
27325
|
+
},
|
|
27326
|
+
"inheritedFrom": {
|
|
27327
|
+
"name": "SbbFormAssociatedMixin",
|
|
27328
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27329
|
+
}
|
|
27330
|
+
},
|
|
26978
27331
|
{
|
|
26979
27332
|
"kind": "method",
|
|
26980
27333
|
"name": "updateFormValue",
|
|
@@ -28815,6 +29168,20 @@
|
|
|
28815
29168
|
"module": "core/mixins/form-associated-mixin.js"
|
|
28816
29169
|
}
|
|
28817
29170
|
},
|
|
29171
|
+
{
|
|
29172
|
+
"kind": "method",
|
|
29173
|
+
"name": "_hasDisabledAncestor",
|
|
29174
|
+
"privacy": "private",
|
|
29175
|
+
"return": {
|
|
29176
|
+
"type": {
|
|
29177
|
+
"text": "boolean"
|
|
29178
|
+
}
|
|
29179
|
+
},
|
|
29180
|
+
"inheritedFrom": {
|
|
29181
|
+
"name": "SbbFormAssociatedMixin",
|
|
29182
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
29183
|
+
}
|
|
29184
|
+
},
|
|
28818
29185
|
{
|
|
28819
29186
|
"kind": "method",
|
|
28820
29187
|
"name": "updateFormValue",
|
|
@@ -31004,6 +31371,20 @@
|
|
|
31004
31371
|
"module": "core/mixins/form-associated-mixin.js"
|
|
31005
31372
|
}
|
|
31006
31373
|
},
|
|
31374
|
+
{
|
|
31375
|
+
"kind": "method",
|
|
31376
|
+
"name": "_hasDisabledAncestor",
|
|
31377
|
+
"privacy": "private",
|
|
31378
|
+
"return": {
|
|
31379
|
+
"type": {
|
|
31380
|
+
"text": "boolean"
|
|
31381
|
+
}
|
|
31382
|
+
},
|
|
31383
|
+
"inheritedFrom": {
|
|
31384
|
+
"name": "SbbFormAssociatedMixin",
|
|
31385
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
31386
|
+
}
|
|
31387
|
+
},
|
|
31007
31388
|
{
|
|
31008
31389
|
"kind": "method",
|
|
31009
31390
|
"name": "updateFormValue",
|
|
@@ -32162,6 +32543,20 @@
|
|
|
32162
32543
|
"module": "core/mixins/form-associated-mixin.js"
|
|
32163
32544
|
}
|
|
32164
32545
|
},
|
|
32546
|
+
{
|
|
32547
|
+
"kind": "method",
|
|
32548
|
+
"name": "_hasDisabledAncestor",
|
|
32549
|
+
"privacy": "private",
|
|
32550
|
+
"return": {
|
|
32551
|
+
"type": {
|
|
32552
|
+
"text": "boolean"
|
|
32553
|
+
}
|
|
32554
|
+
},
|
|
32555
|
+
"inheritedFrom": {
|
|
32556
|
+
"name": "SbbFormAssociatedMixin",
|
|
32557
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
32558
|
+
}
|
|
32559
|
+
},
|
|
32165
32560
|
{
|
|
32166
32561
|
"kind": "method",
|
|
32167
32562
|
"name": "updateFormValue",
|
|
@@ -34002,6 +34397,20 @@
|
|
|
34002
34397
|
"module": "core/mixins/form-associated-mixin.js"
|
|
34003
34398
|
}
|
|
34004
34399
|
},
|
|
34400
|
+
{
|
|
34401
|
+
"kind": "method",
|
|
34402
|
+
"name": "_hasDisabledAncestor",
|
|
34403
|
+
"privacy": "private",
|
|
34404
|
+
"return": {
|
|
34405
|
+
"type": {
|
|
34406
|
+
"text": "boolean"
|
|
34407
|
+
}
|
|
34408
|
+
},
|
|
34409
|
+
"inheritedFrom": {
|
|
34410
|
+
"name": "SbbFormAssociatedMixin",
|
|
34411
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
34412
|
+
}
|
|
34413
|
+
},
|
|
34005
34414
|
{
|
|
34006
34415
|
"kind": "method",
|
|
34007
34416
|
"name": "updateFormValue",
|
|
@@ -36006,6 +36415,20 @@
|
|
|
36006
36415
|
"module": "core/mixins/form-associated-mixin.js"
|
|
36007
36416
|
}
|
|
36008
36417
|
},
|
|
36418
|
+
{
|
|
36419
|
+
"kind": "method",
|
|
36420
|
+
"name": "_hasDisabledAncestor",
|
|
36421
|
+
"privacy": "private",
|
|
36422
|
+
"return": {
|
|
36423
|
+
"type": {
|
|
36424
|
+
"text": "boolean"
|
|
36425
|
+
}
|
|
36426
|
+
},
|
|
36427
|
+
"inheritedFrom": {
|
|
36428
|
+
"name": "SbbFormAssociatedMixin",
|
|
36429
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36430
|
+
}
|
|
36431
|
+
},
|
|
36009
36432
|
{
|
|
36010
36433
|
"kind": "method",
|
|
36011
36434
|
"name": "updateFormValue",
|
|
@@ -37547,6 +37970,20 @@
|
|
|
37547
37970
|
"module": "core/mixins/form-associated-mixin.js"
|
|
37548
37971
|
}
|
|
37549
37972
|
},
|
|
37973
|
+
{
|
|
37974
|
+
"kind": "method",
|
|
37975
|
+
"name": "_hasDisabledAncestor",
|
|
37976
|
+
"privacy": "private",
|
|
37977
|
+
"return": {
|
|
37978
|
+
"type": {
|
|
37979
|
+
"text": "boolean"
|
|
37980
|
+
}
|
|
37981
|
+
},
|
|
37982
|
+
"inheritedFrom": {
|
|
37983
|
+
"name": "SbbFormAssociatedMixin",
|
|
37984
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37985
|
+
}
|
|
37986
|
+
},
|
|
37550
37987
|
{
|
|
37551
37988
|
"kind": "method",
|
|
37552
37989
|
"name": "setValidityFlag",
|
|
@@ -38649,6 +39086,20 @@
|
|
|
38649
39086
|
"module": "core/mixins/form-associated-mixin.js"
|
|
38650
39087
|
}
|
|
38651
39088
|
},
|
|
39089
|
+
{
|
|
39090
|
+
"kind": "method",
|
|
39091
|
+
"name": "_hasDisabledAncestor",
|
|
39092
|
+
"privacy": "private",
|
|
39093
|
+
"return": {
|
|
39094
|
+
"type": {
|
|
39095
|
+
"text": "boolean"
|
|
39096
|
+
}
|
|
39097
|
+
},
|
|
39098
|
+
"inheritedFrom": {
|
|
39099
|
+
"name": "SbbFormAssociatedMixin",
|
|
39100
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
39101
|
+
}
|
|
39102
|
+
},
|
|
38652
39103
|
{
|
|
38653
39104
|
"kind": "method",
|
|
38654
39105
|
"name": "setValidityFlag",
|
|
@@ -39448,6 +39899,20 @@
|
|
|
39448
39899
|
"module": "core/mixins/form-associated-mixin.js"
|
|
39449
39900
|
}
|
|
39450
39901
|
},
|
|
39902
|
+
{
|
|
39903
|
+
"kind": "method",
|
|
39904
|
+
"name": "_hasDisabledAncestor",
|
|
39905
|
+
"privacy": "private",
|
|
39906
|
+
"return": {
|
|
39907
|
+
"type": {
|
|
39908
|
+
"text": "boolean"
|
|
39909
|
+
}
|
|
39910
|
+
},
|
|
39911
|
+
"inheritedFrom": {
|
|
39912
|
+
"name": "SbbFormAssociatedMixin",
|
|
39913
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
39914
|
+
}
|
|
39915
|
+
},
|
|
39451
39916
|
{
|
|
39452
39917
|
"kind": "method",
|
|
39453
39918
|
"name": "setValidityFlag",
|
|
@@ -40090,6 +40555,20 @@
|
|
|
40090
40555
|
"module": "core/mixins/form-associated-mixin.js"
|
|
40091
40556
|
}
|
|
40092
40557
|
},
|
|
40558
|
+
{
|
|
40559
|
+
"kind": "method",
|
|
40560
|
+
"name": "_hasDisabledAncestor",
|
|
40561
|
+
"privacy": "private",
|
|
40562
|
+
"return": {
|
|
40563
|
+
"type": {
|
|
40564
|
+
"text": "boolean"
|
|
40565
|
+
}
|
|
40566
|
+
},
|
|
40567
|
+
"inheritedFrom": {
|
|
40568
|
+
"name": "SbbFormAssociatedMixin",
|
|
40569
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
40570
|
+
}
|
|
40571
|
+
},
|
|
40093
40572
|
{
|
|
40094
40573
|
"kind": "method",
|
|
40095
40574
|
"name": "setValidityFlag",
|
|
@@ -41232,6 +41711,20 @@
|
|
|
41232
41711
|
"module": "core/mixins/form-associated-mixin.js"
|
|
41233
41712
|
}
|
|
41234
41713
|
},
|
|
41714
|
+
{
|
|
41715
|
+
"kind": "method",
|
|
41716
|
+
"name": "_hasDisabledAncestor",
|
|
41717
|
+
"privacy": "private",
|
|
41718
|
+
"return": {
|
|
41719
|
+
"type": {
|
|
41720
|
+
"text": "boolean"
|
|
41721
|
+
}
|
|
41722
|
+
},
|
|
41723
|
+
"inheritedFrom": {
|
|
41724
|
+
"name": "SbbFormAssociatedMixin",
|
|
41725
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
41726
|
+
}
|
|
41727
|
+
},
|
|
41235
41728
|
{
|
|
41236
41729
|
"kind": "method",
|
|
41237
41730
|
"name": "updateFormValue",
|
|
@@ -43159,6 +43652,20 @@
|
|
|
43159
43652
|
"module": "core/mixins/form-associated-mixin.js"
|
|
43160
43653
|
}
|
|
43161
43654
|
},
|
|
43655
|
+
{
|
|
43656
|
+
"kind": "method",
|
|
43657
|
+
"name": "_hasDisabledAncestor",
|
|
43658
|
+
"privacy": "private",
|
|
43659
|
+
"return": {
|
|
43660
|
+
"type": {
|
|
43661
|
+
"text": "boolean"
|
|
43662
|
+
}
|
|
43663
|
+
},
|
|
43664
|
+
"inheritedFrom": {
|
|
43665
|
+
"name": "SbbFormAssociatedMixin",
|
|
43666
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
43667
|
+
}
|
|
43668
|
+
},
|
|
43162
43669
|
{
|
|
43163
43670
|
"kind": "method",
|
|
43164
43671
|
"name": "updateFormValue",
|
|
@@ -43649,6 +44156,20 @@
|
|
|
43649
44156
|
"module": "core/mixins/form-associated-mixin.js"
|
|
43650
44157
|
}
|
|
43651
44158
|
},
|
|
44159
|
+
{
|
|
44160
|
+
"kind": "method",
|
|
44161
|
+
"name": "_hasDisabledAncestor",
|
|
44162
|
+
"privacy": "private",
|
|
44163
|
+
"return": {
|
|
44164
|
+
"type": {
|
|
44165
|
+
"text": "boolean"
|
|
44166
|
+
}
|
|
44167
|
+
},
|
|
44168
|
+
"inheritedFrom": {
|
|
44169
|
+
"name": "SbbFormAssociatedMixin",
|
|
44170
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
44171
|
+
}
|
|
44172
|
+
},
|
|
43652
44173
|
{
|
|
43653
44174
|
"kind": "method",
|
|
43654
44175
|
"name": "updateFormValue",
|
|
@@ -48456,6 +48977,14 @@
|
|
|
48456
48977
|
"text": "Record<string, string>"
|
|
48457
48978
|
},
|
|
48458
48979
|
"default": "{ de: 'Ausgewählte Elemente:', en: 'Selected elements:', fr: 'Éléments sélectionnés:', it: 'Elementi selezionati:', }"
|
|
48980
|
+
},
|
|
48981
|
+
{
|
|
48982
|
+
"kind": "variable",
|
|
48983
|
+
"name": "i18nCalendarWeekNumber",
|
|
48984
|
+
"type": {
|
|
48985
|
+
"text": "Record<string, string>"
|
|
48986
|
+
},
|
|
48987
|
+
"default": "{ de: 'Woche', en: 'Week', fr: 'Semaine', it: 'Settimana', }"
|
|
48459
48988
|
}
|
|
48460
48989
|
],
|
|
48461
48990
|
"exports": [
|
|
@@ -49186,6 +49715,14 @@
|
|
|
49186
49715
|
"name": "i18nChipGroupInputDescription",
|
|
49187
49716
|
"module": "core/i18n/i18n.js"
|
|
49188
49717
|
}
|
|
49718
|
+
},
|
|
49719
|
+
{
|
|
49720
|
+
"kind": "js",
|
|
49721
|
+
"name": "i18nCalendarWeekNumber",
|
|
49722
|
+
"declaration": {
|
|
49723
|
+
"name": "i18nCalendarWeekNumber",
|
|
49724
|
+
"module": "core/i18n/i18n.js"
|
|
49725
|
+
}
|
|
49189
49726
|
}
|
|
49190
49727
|
]
|
|
49191
49728
|
},
|
|
@@ -50158,6 +50695,20 @@
|
|
|
50158
50695
|
"module": "core/mixins/form-associated-mixin.js"
|
|
50159
50696
|
}
|
|
50160
50697
|
},
|
|
50698
|
+
{
|
|
50699
|
+
"kind": "method",
|
|
50700
|
+
"name": "_hasDisabledAncestor",
|
|
50701
|
+
"privacy": "private",
|
|
50702
|
+
"return": {
|
|
50703
|
+
"type": {
|
|
50704
|
+
"text": "boolean"
|
|
50705
|
+
}
|
|
50706
|
+
},
|
|
50707
|
+
"inheritedFrom": {
|
|
50708
|
+
"name": "SbbFormAssociatedMixin",
|
|
50709
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
50710
|
+
}
|
|
50711
|
+
},
|
|
50161
50712
|
{
|
|
50162
50713
|
"kind": "method",
|
|
50163
50714
|
"name": "formState",
|
|
@@ -50786,6 +51337,20 @@
|
|
|
50786
51337
|
"module": "core/mixins/form-associated-mixin.js"
|
|
50787
51338
|
}
|
|
50788
51339
|
},
|
|
51340
|
+
{
|
|
51341
|
+
"kind": "method",
|
|
51342
|
+
"name": "_hasDisabledAncestor",
|
|
51343
|
+
"privacy": "private",
|
|
51344
|
+
"return": {
|
|
51345
|
+
"type": {
|
|
51346
|
+
"text": "boolean"
|
|
51347
|
+
}
|
|
51348
|
+
},
|
|
51349
|
+
"inheritedFrom": {
|
|
51350
|
+
"name": "SbbFormAssociatedMixin",
|
|
51351
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
51352
|
+
}
|
|
51353
|
+
},
|
|
50789
51354
|
{
|
|
50790
51355
|
"kind": "method",
|
|
50791
51356
|
"name": "setValidityFlag",
|
|
@@ -51304,6 +51869,20 @@
|
|
|
51304
51869
|
"module": "core/mixins/form-associated-mixin.js"
|
|
51305
51870
|
}
|
|
51306
51871
|
},
|
|
51872
|
+
{
|
|
51873
|
+
"kind": "method",
|
|
51874
|
+
"name": "_hasDisabledAncestor",
|
|
51875
|
+
"privacy": "private",
|
|
51876
|
+
"return": {
|
|
51877
|
+
"type": {
|
|
51878
|
+
"text": "boolean"
|
|
51879
|
+
}
|
|
51880
|
+
},
|
|
51881
|
+
"inheritedFrom": {
|
|
51882
|
+
"name": "SbbFormAssociatedMixin",
|
|
51883
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
51884
|
+
}
|
|
51885
|
+
},
|
|
51307
51886
|
{
|
|
51308
51887
|
"kind": "method",
|
|
51309
51888
|
"name": "updateFormValue",
|
|
@@ -52033,6 +52612,20 @@
|
|
|
52033
52612
|
"module": "core/mixins/form-associated-mixin.js"
|
|
52034
52613
|
}
|
|
52035
52614
|
},
|
|
52615
|
+
{
|
|
52616
|
+
"kind": "method",
|
|
52617
|
+
"name": "_hasDisabledAncestor",
|
|
52618
|
+
"privacy": "private",
|
|
52619
|
+
"return": {
|
|
52620
|
+
"type": {
|
|
52621
|
+
"text": "boolean"
|
|
52622
|
+
}
|
|
52623
|
+
},
|
|
52624
|
+
"inheritedFrom": {
|
|
52625
|
+
"name": "SbbFormAssociatedMixin",
|
|
52626
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
52627
|
+
}
|
|
52628
|
+
},
|
|
52036
52629
|
{
|
|
52037
52630
|
"kind": "method",
|
|
52038
52631
|
"name": "updateFormValue",
|
|
@@ -52705,6 +53298,16 @@
|
|
|
52705
53298
|
],
|
|
52706
53299
|
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error."
|
|
52707
53300
|
},
|
|
53301
|
+
{
|
|
53302
|
+
"kind": "method",
|
|
53303
|
+
"name": "_hasDisabledAncestor",
|
|
53304
|
+
"privacy": "private",
|
|
53305
|
+
"return": {
|
|
53306
|
+
"type": {
|
|
53307
|
+
"text": "boolean"
|
|
53308
|
+
}
|
|
53309
|
+
}
|
|
53310
|
+
},
|
|
52708
53311
|
{
|
|
52709
53312
|
"kind": "method",
|
|
52710
53313
|
"name": "updateFormValue",
|
|
@@ -53230,6 +53833,20 @@
|
|
|
53230
53833
|
"module": "core/mixins/form-associated-mixin.js"
|
|
53231
53834
|
}
|
|
53232
53835
|
},
|
|
53836
|
+
{
|
|
53837
|
+
"kind": "method",
|
|
53838
|
+
"name": "_hasDisabledAncestor",
|
|
53839
|
+
"privacy": "private",
|
|
53840
|
+
"return": {
|
|
53841
|
+
"type": {
|
|
53842
|
+
"text": "boolean"
|
|
53843
|
+
}
|
|
53844
|
+
},
|
|
53845
|
+
"inheritedFrom": {
|
|
53846
|
+
"name": "SbbFormAssociatedMixin",
|
|
53847
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
53848
|
+
}
|
|
53849
|
+
},
|
|
53233
53850
|
{
|
|
53234
53851
|
"kind": "method",
|
|
53235
53852
|
"name": "formState",
|
|
@@ -53958,6 +54575,20 @@
|
|
|
53958
54575
|
"module": "core/mixins/form-associated-mixin.js"
|
|
53959
54576
|
}
|
|
53960
54577
|
},
|
|
54578
|
+
{
|
|
54579
|
+
"kind": "method",
|
|
54580
|
+
"name": "_hasDisabledAncestor",
|
|
54581
|
+
"privacy": "private",
|
|
54582
|
+
"return": {
|
|
54583
|
+
"type": {
|
|
54584
|
+
"text": "boolean"
|
|
54585
|
+
}
|
|
54586
|
+
},
|
|
54587
|
+
"inheritedFrom": {
|
|
54588
|
+
"name": "SbbFormAssociatedMixin",
|
|
54589
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
54590
|
+
}
|
|
54591
|
+
},
|
|
53961
54592
|
{
|
|
53962
54593
|
"kind": "method",
|
|
53963
54594
|
"name": "formState",
|
|
@@ -56521,6 +57152,20 @@
|
|
|
56521
57152
|
"module": "core/mixins/form-associated-mixin.js"
|
|
56522
57153
|
}
|
|
56523
57154
|
},
|
|
57155
|
+
{
|
|
57156
|
+
"kind": "method",
|
|
57157
|
+
"name": "_hasDisabledAncestor",
|
|
57158
|
+
"privacy": "private",
|
|
57159
|
+
"return": {
|
|
57160
|
+
"type": {
|
|
57161
|
+
"text": "boolean"
|
|
57162
|
+
}
|
|
57163
|
+
},
|
|
57164
|
+
"inheritedFrom": {
|
|
57165
|
+
"name": "SbbFormAssociatedMixin",
|
|
57166
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
57167
|
+
}
|
|
57168
|
+
},
|
|
56524
57169
|
{
|
|
56525
57170
|
"kind": "method",
|
|
56526
57171
|
"name": "updateFormValue",
|
|
@@ -57377,6 +58022,20 @@
|
|
|
57377
58022
|
"module": "core/mixins/form-associated-mixin.js"
|
|
57378
58023
|
}
|
|
57379
58024
|
},
|
|
58025
|
+
{
|
|
58026
|
+
"kind": "method",
|
|
58027
|
+
"name": "_hasDisabledAncestor",
|
|
58028
|
+
"privacy": "private",
|
|
58029
|
+
"return": {
|
|
58030
|
+
"type": {
|
|
58031
|
+
"text": "boolean"
|
|
58032
|
+
}
|
|
58033
|
+
},
|
|
58034
|
+
"inheritedFrom": {
|
|
58035
|
+
"name": "SbbFormAssociatedMixin",
|
|
58036
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
58037
|
+
}
|
|
58038
|
+
},
|
|
57380
58039
|
{
|
|
57381
58040
|
"kind": "method",
|
|
57382
58041
|
"name": "updateFormValue",
|
|
@@ -59189,6 +59848,20 @@
|
|
|
59189
59848
|
"module": "core/mixins/form-associated-mixin.js"
|
|
59190
59849
|
}
|
|
59191
59850
|
},
|
|
59851
|
+
{
|
|
59852
|
+
"kind": "method",
|
|
59853
|
+
"name": "_hasDisabledAncestor",
|
|
59854
|
+
"privacy": "private",
|
|
59855
|
+
"return": {
|
|
59856
|
+
"type": {
|
|
59857
|
+
"text": "boolean"
|
|
59858
|
+
}
|
|
59859
|
+
},
|
|
59860
|
+
"inheritedFrom": {
|
|
59861
|
+
"name": "SbbFormAssociatedMixin",
|
|
59862
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
59863
|
+
}
|
|
59864
|
+
},
|
|
59192
59865
|
{
|
|
59193
59866
|
"kind": "method",
|
|
59194
59867
|
"name": "updateFormValue",
|
|
@@ -60110,6 +60783,20 @@
|
|
|
60110
60783
|
"module": "core/mixins/form-associated-mixin.js"
|
|
60111
60784
|
}
|
|
60112
60785
|
},
|
|
60786
|
+
{
|
|
60787
|
+
"kind": "method",
|
|
60788
|
+
"name": "_hasDisabledAncestor",
|
|
60789
|
+
"privacy": "private",
|
|
60790
|
+
"return": {
|
|
60791
|
+
"type": {
|
|
60792
|
+
"text": "boolean"
|
|
60793
|
+
}
|
|
60794
|
+
},
|
|
60795
|
+
"inheritedFrom": {
|
|
60796
|
+
"name": "SbbFormAssociatedMixin",
|
|
60797
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
60798
|
+
}
|
|
60799
|
+
},
|
|
60113
60800
|
{
|
|
60114
60801
|
"kind": "method",
|
|
60115
60802
|
"name": "updateFormValue",
|
|
@@ -60947,6 +61634,20 @@
|
|
|
60947
61634
|
"module": "core/mixins/form-associated-mixin.js"
|
|
60948
61635
|
}
|
|
60949
61636
|
},
|
|
61637
|
+
{
|
|
61638
|
+
"kind": "method",
|
|
61639
|
+
"name": "_hasDisabledAncestor",
|
|
61640
|
+
"privacy": "private",
|
|
61641
|
+
"return": {
|
|
61642
|
+
"type": {
|
|
61643
|
+
"text": "boolean"
|
|
61644
|
+
}
|
|
61645
|
+
},
|
|
61646
|
+
"inheritedFrom": {
|
|
61647
|
+
"name": "SbbFormAssociatedMixin",
|
|
61648
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
61649
|
+
}
|
|
61650
|
+
},
|
|
60950
61651
|
{
|
|
60951
61652
|
"kind": "method",
|
|
60952
61653
|
"name": "updateFormValue",
|
|
@@ -62871,6 +63572,20 @@
|
|
|
62871
63572
|
"module": "core/mixins/form-associated-mixin.js"
|
|
62872
63573
|
}
|
|
62873
63574
|
},
|
|
63575
|
+
{
|
|
63576
|
+
"kind": "method",
|
|
63577
|
+
"name": "_hasDisabledAncestor",
|
|
63578
|
+
"privacy": "private",
|
|
63579
|
+
"return": {
|
|
63580
|
+
"type": {
|
|
63581
|
+
"text": "boolean"
|
|
63582
|
+
}
|
|
63583
|
+
},
|
|
63584
|
+
"inheritedFrom": {
|
|
63585
|
+
"name": "SbbFormAssociatedMixin",
|
|
63586
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
63587
|
+
}
|
|
63588
|
+
},
|
|
62874
63589
|
{
|
|
62875
63590
|
"kind": "method",
|
|
62876
63591
|
"name": "updateFormValue",
|
|
@@ -64517,6 +65232,20 @@
|
|
|
64517
65232
|
"module": "core/mixins/form-associated-mixin.js"
|
|
64518
65233
|
}
|
|
64519
65234
|
},
|
|
65235
|
+
{
|
|
65236
|
+
"kind": "method",
|
|
65237
|
+
"name": "_hasDisabledAncestor",
|
|
65238
|
+
"privacy": "private",
|
|
65239
|
+
"return": {
|
|
65240
|
+
"type": {
|
|
65241
|
+
"text": "boolean"
|
|
65242
|
+
}
|
|
65243
|
+
},
|
|
65244
|
+
"inheritedFrom": {
|
|
65245
|
+
"name": "SbbFormAssociatedMixin",
|
|
65246
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
65247
|
+
}
|
|
65248
|
+
},
|
|
64520
65249
|
{
|
|
64521
65250
|
"kind": "method",
|
|
64522
65251
|
"name": "updateFormValue",
|
|
@@ -65289,6 +66018,20 @@
|
|
|
65289
66018
|
"module": "core/mixins/form-associated-mixin.js"
|
|
65290
66019
|
}
|
|
65291
66020
|
},
|
|
66021
|
+
{
|
|
66022
|
+
"kind": "method",
|
|
66023
|
+
"name": "_hasDisabledAncestor",
|
|
66024
|
+
"privacy": "private",
|
|
66025
|
+
"return": {
|
|
66026
|
+
"type": {
|
|
66027
|
+
"text": "boolean"
|
|
66028
|
+
}
|
|
66029
|
+
},
|
|
66030
|
+
"inheritedFrom": {
|
|
66031
|
+
"name": "SbbFormAssociatedMixin",
|
|
66032
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
66033
|
+
}
|
|
66034
|
+
},
|
|
65292
66035
|
{
|
|
65293
66036
|
"kind": "method",
|
|
65294
66037
|
"name": "updateFormValue",
|
|
@@ -66078,6 +66821,20 @@
|
|
|
66078
66821
|
"module": "core/mixins/form-associated-mixin.js"
|
|
66079
66822
|
}
|
|
66080
66823
|
},
|
|
66824
|
+
{
|
|
66825
|
+
"kind": "method",
|
|
66826
|
+
"name": "_hasDisabledAncestor",
|
|
66827
|
+
"privacy": "private",
|
|
66828
|
+
"return": {
|
|
66829
|
+
"type": {
|
|
66830
|
+
"text": "boolean"
|
|
66831
|
+
}
|
|
66832
|
+
},
|
|
66833
|
+
"inheritedFrom": {
|
|
66834
|
+
"name": "SbbFormAssociatedMixin",
|
|
66835
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
66836
|
+
}
|
|
66837
|
+
},
|
|
66081
66838
|
{
|
|
66082
66839
|
"kind": "method",
|
|
66083
66840
|
"name": "formState",
|
|
@@ -67063,6 +67820,20 @@
|
|
|
67063
67820
|
"module": "core/mixins/form-associated-mixin.js"
|
|
67064
67821
|
}
|
|
67065
67822
|
},
|
|
67823
|
+
{
|
|
67824
|
+
"kind": "method",
|
|
67825
|
+
"name": "_hasDisabledAncestor",
|
|
67826
|
+
"privacy": "private",
|
|
67827
|
+
"return": {
|
|
67828
|
+
"type": {
|
|
67829
|
+
"text": "boolean"
|
|
67830
|
+
}
|
|
67831
|
+
},
|
|
67832
|
+
"inheritedFrom": {
|
|
67833
|
+
"name": "SbbFormAssociatedMixin",
|
|
67834
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
67835
|
+
}
|
|
67836
|
+
},
|
|
67066
67837
|
{
|
|
67067
67838
|
"kind": "method",
|
|
67068
67839
|
"name": "formState",
|
|
@@ -68196,6 +68967,20 @@
|
|
|
68196
68967
|
"module": "core/mixins/form-associated-mixin.js"
|
|
68197
68968
|
}
|
|
68198
68969
|
},
|
|
68970
|
+
{
|
|
68971
|
+
"kind": "method",
|
|
68972
|
+
"name": "_hasDisabledAncestor",
|
|
68973
|
+
"privacy": "private",
|
|
68974
|
+
"return": {
|
|
68975
|
+
"type": {
|
|
68976
|
+
"text": "boolean"
|
|
68977
|
+
}
|
|
68978
|
+
},
|
|
68979
|
+
"inheritedFrom": {
|
|
68980
|
+
"name": "SbbFormAssociatedMixin",
|
|
68981
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
68982
|
+
}
|
|
68983
|
+
},
|
|
68199
68984
|
{
|
|
68200
68985
|
"kind": "method",
|
|
68201
68986
|
"name": "formState",
|
|
@@ -68956,7 +69741,7 @@
|
|
|
68956
69741
|
},
|
|
68957
69742
|
"privacy": "private",
|
|
68958
69743
|
"readonly": true,
|
|
68959
|
-
"default": "[ 'input', 'select', 'sbb-
|
|
69744
|
+
"default": "[ 'input', 'select', 'sbb-select', 'textarea', ]"
|
|
68960
69745
|
},
|
|
68961
69746
|
{
|
|
68962
69747
|
"kind": "field",
|
|
@@ -69908,6 +70693,20 @@
|
|
|
69908
70693
|
"module": "core/mixins/form-associated-mixin.js"
|
|
69909
70694
|
}
|
|
69910
70695
|
},
|
|
70696
|
+
{
|
|
70697
|
+
"kind": "method",
|
|
70698
|
+
"name": "_hasDisabledAncestor",
|
|
70699
|
+
"privacy": "private",
|
|
70700
|
+
"return": {
|
|
70701
|
+
"type": {
|
|
70702
|
+
"text": "boolean"
|
|
70703
|
+
}
|
|
70704
|
+
},
|
|
70705
|
+
"inheritedFrom": {
|
|
70706
|
+
"name": "SbbFormAssociatedMixin",
|
|
70707
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
70708
|
+
}
|
|
70709
|
+
},
|
|
69911
70710
|
{
|
|
69912
70711
|
"kind": "method",
|
|
69913
70712
|
"name": "updateFormValue",
|
|
@@ -71345,6 +72144,20 @@
|
|
|
71345
72144
|
"module": "core/mixins/form-associated-mixin.js"
|
|
71346
72145
|
}
|
|
71347
72146
|
},
|
|
72147
|
+
{
|
|
72148
|
+
"kind": "method",
|
|
72149
|
+
"name": "_hasDisabledAncestor",
|
|
72150
|
+
"privacy": "private",
|
|
72151
|
+
"return": {
|
|
72152
|
+
"type": {
|
|
72153
|
+
"text": "boolean"
|
|
72154
|
+
}
|
|
72155
|
+
},
|
|
72156
|
+
"inheritedFrom": {
|
|
72157
|
+
"name": "SbbFormAssociatedMixin",
|
|
72158
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
72159
|
+
}
|
|
72160
|
+
},
|
|
71348
72161
|
{
|
|
71349
72162
|
"kind": "method",
|
|
71350
72163
|
"name": "updateFormValue",
|
|
@@ -73323,6 +74136,20 @@
|
|
|
73323
74136
|
"module": "core/mixins/form-associated-mixin.js"
|
|
73324
74137
|
}
|
|
73325
74138
|
},
|
|
74139
|
+
{
|
|
74140
|
+
"kind": "method",
|
|
74141
|
+
"name": "_hasDisabledAncestor",
|
|
74142
|
+
"privacy": "private",
|
|
74143
|
+
"return": {
|
|
74144
|
+
"type": {
|
|
74145
|
+
"text": "boolean"
|
|
74146
|
+
}
|
|
74147
|
+
},
|
|
74148
|
+
"inheritedFrom": {
|
|
74149
|
+
"name": "SbbFormAssociatedMixin",
|
|
74150
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
74151
|
+
}
|
|
74152
|
+
},
|
|
73326
74153
|
{
|
|
73327
74154
|
"kind": "method",
|
|
73328
74155
|
"name": "updateFormValue",
|
|
@@ -75862,6 +76689,20 @@
|
|
|
75862
76689
|
"module": "core/mixins/form-associated-mixin.js"
|
|
75863
76690
|
}
|
|
75864
76691
|
},
|
|
76692
|
+
{
|
|
76693
|
+
"kind": "method",
|
|
76694
|
+
"name": "_hasDisabledAncestor",
|
|
76695
|
+
"privacy": "private",
|
|
76696
|
+
"return": {
|
|
76697
|
+
"type": {
|
|
76698
|
+
"text": "boolean"
|
|
76699
|
+
}
|
|
76700
|
+
},
|
|
76701
|
+
"inheritedFrom": {
|
|
76702
|
+
"name": "SbbFormAssociatedMixin",
|
|
76703
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
76704
|
+
}
|
|
76705
|
+
},
|
|
75865
76706
|
{
|
|
75866
76707
|
"kind": "method",
|
|
75867
76708
|
"name": "updateFormValue",
|
|
@@ -79052,6 +79893,20 @@
|
|
|
79052
79893
|
"module": "core/mixins/form-associated-mixin.js"
|
|
79053
79894
|
}
|
|
79054
79895
|
},
|
|
79896
|
+
{
|
|
79897
|
+
"kind": "method",
|
|
79898
|
+
"name": "_hasDisabledAncestor",
|
|
79899
|
+
"privacy": "private",
|
|
79900
|
+
"return": {
|
|
79901
|
+
"type": {
|
|
79902
|
+
"text": "boolean"
|
|
79903
|
+
}
|
|
79904
|
+
},
|
|
79905
|
+
"inheritedFrom": {
|
|
79906
|
+
"name": "SbbFormAssociatedMixin",
|
|
79907
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79908
|
+
}
|
|
79909
|
+
},
|
|
79055
79910
|
{
|
|
79056
79911
|
"kind": "method",
|
|
79057
79912
|
"name": "updateFormValue",
|
|
@@ -81255,6 +82110,20 @@
|
|
|
81255
82110
|
"module": "core/mixins/form-associated-mixin.js"
|
|
81256
82111
|
}
|
|
81257
82112
|
},
|
|
82113
|
+
{
|
|
82114
|
+
"kind": "method",
|
|
82115
|
+
"name": "_hasDisabledAncestor",
|
|
82116
|
+
"privacy": "private",
|
|
82117
|
+
"return": {
|
|
82118
|
+
"type": {
|
|
82119
|
+
"text": "boolean"
|
|
82120
|
+
}
|
|
82121
|
+
},
|
|
82122
|
+
"inheritedFrom": {
|
|
82123
|
+
"name": "SbbFormAssociatedMixin",
|
|
82124
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82125
|
+
}
|
|
82126
|
+
},
|
|
81258
82127
|
{
|
|
81259
82128
|
"kind": "method",
|
|
81260
82129
|
"name": "updateFormValue",
|
|
@@ -89079,6 +89948,20 @@
|
|
|
89079
89948
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89080
89949
|
}
|
|
89081
89950
|
},
|
|
89951
|
+
{
|
|
89952
|
+
"kind": "method",
|
|
89953
|
+
"name": "_hasDisabledAncestor",
|
|
89954
|
+
"privacy": "private",
|
|
89955
|
+
"return": {
|
|
89956
|
+
"type": {
|
|
89957
|
+
"text": "boolean"
|
|
89958
|
+
}
|
|
89959
|
+
},
|
|
89960
|
+
"inheritedFrom": {
|
|
89961
|
+
"name": "SbbFormAssociatedMixin",
|
|
89962
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89963
|
+
}
|
|
89964
|
+
},
|
|
89082
89965
|
{
|
|
89083
89966
|
"kind": "method",
|
|
89084
89967
|
"name": "updateFormValue",
|
|
@@ -90111,6 +90994,20 @@
|
|
|
90111
90994
|
"module": "core/mixins/form-associated-mixin.js"
|
|
90112
90995
|
}
|
|
90113
90996
|
},
|
|
90997
|
+
{
|
|
90998
|
+
"kind": "method",
|
|
90999
|
+
"name": "_hasDisabledAncestor",
|
|
91000
|
+
"privacy": "private",
|
|
91001
|
+
"return": {
|
|
91002
|
+
"type": {
|
|
91003
|
+
"text": "boolean"
|
|
91004
|
+
}
|
|
91005
|
+
},
|
|
91006
|
+
"inheritedFrom": {
|
|
91007
|
+
"name": "SbbFormAssociatedMixin",
|
|
91008
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
91009
|
+
}
|
|
91010
|
+
},
|
|
90114
91011
|
{
|
|
90115
91012
|
"kind": "method",
|
|
90116
91013
|
"name": "formState",
|
|
@@ -90987,6 +91884,20 @@
|
|
|
90987
91884
|
"module": "core/mixins/form-associated-mixin.js"
|
|
90988
91885
|
}
|
|
90989
91886
|
},
|
|
91887
|
+
{
|
|
91888
|
+
"kind": "method",
|
|
91889
|
+
"name": "_hasDisabledAncestor",
|
|
91890
|
+
"privacy": "private",
|
|
91891
|
+
"return": {
|
|
91892
|
+
"type": {
|
|
91893
|
+
"text": "boolean"
|
|
91894
|
+
}
|
|
91895
|
+
},
|
|
91896
|
+
"inheritedFrom": {
|
|
91897
|
+
"name": "SbbFormAssociatedMixin",
|
|
91898
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
91899
|
+
}
|
|
91900
|
+
},
|
|
90990
91901
|
{
|
|
90991
91902
|
"kind": "method",
|
|
90992
91903
|
"name": "formState",
|
|
@@ -91956,6 +92867,20 @@
|
|
|
91956
92867
|
"module": "core/mixins/form-associated-mixin.js"
|
|
91957
92868
|
}
|
|
91958
92869
|
},
|
|
92870
|
+
{
|
|
92871
|
+
"kind": "method",
|
|
92872
|
+
"name": "_hasDisabledAncestor",
|
|
92873
|
+
"privacy": "private",
|
|
92874
|
+
"return": {
|
|
92875
|
+
"type": {
|
|
92876
|
+
"text": "boolean"
|
|
92877
|
+
}
|
|
92878
|
+
},
|
|
92879
|
+
"inheritedFrom": {
|
|
92880
|
+
"name": "SbbFormAssociatedMixin",
|
|
92881
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
92882
|
+
}
|
|
92883
|
+
},
|
|
91959
92884
|
{
|
|
91960
92885
|
"kind": "method",
|
|
91961
92886
|
"name": "formState",
|
|
@@ -93396,6 +94321,20 @@
|
|
|
93396
94321
|
"module": "core/mixins/form-associated-mixin.js"
|
|
93397
94322
|
}
|
|
93398
94323
|
},
|
|
94324
|
+
{
|
|
94325
|
+
"kind": "method",
|
|
94326
|
+
"name": "_hasDisabledAncestor",
|
|
94327
|
+
"privacy": "private",
|
|
94328
|
+
"return": {
|
|
94329
|
+
"type": {
|
|
94330
|
+
"text": "boolean"
|
|
94331
|
+
}
|
|
94332
|
+
},
|
|
94333
|
+
"inheritedFrom": {
|
|
94334
|
+
"name": "SbbFormAssociatedMixin",
|
|
94335
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94336
|
+
}
|
|
94337
|
+
},
|
|
93399
94338
|
{
|
|
93400
94339
|
"kind": "method",
|
|
93401
94340
|
"name": "formState",
|
|
@@ -94195,6 +95134,20 @@
|
|
|
94195
95134
|
"module": "core/mixins/form-associated-mixin.js"
|
|
94196
95135
|
}
|
|
94197
95136
|
},
|
|
95137
|
+
{
|
|
95138
|
+
"kind": "method",
|
|
95139
|
+
"name": "_hasDisabledAncestor",
|
|
95140
|
+
"privacy": "private",
|
|
95141
|
+
"return": {
|
|
95142
|
+
"type": {
|
|
95143
|
+
"text": "boolean"
|
|
95144
|
+
}
|
|
95145
|
+
},
|
|
95146
|
+
"inheritedFrom": {
|
|
95147
|
+
"name": "SbbFormAssociatedMixin",
|
|
95148
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
95149
|
+
}
|
|
95150
|
+
},
|
|
94198
95151
|
{
|
|
94199
95152
|
"kind": "method",
|
|
94200
95153
|
"name": "updateFormValue",
|
|
@@ -96170,6 +97123,20 @@
|
|
|
96170
97123
|
"module": "core/mixins/form-associated-mixin.js"
|
|
96171
97124
|
}
|
|
96172
97125
|
},
|
|
97126
|
+
{
|
|
97127
|
+
"kind": "method",
|
|
97128
|
+
"name": "_hasDisabledAncestor",
|
|
97129
|
+
"privacy": "private",
|
|
97130
|
+
"return": {
|
|
97131
|
+
"type": {
|
|
97132
|
+
"text": "boolean"
|
|
97133
|
+
}
|
|
97134
|
+
},
|
|
97135
|
+
"inheritedFrom": {
|
|
97136
|
+
"name": "SbbFormAssociatedMixin",
|
|
97137
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
97138
|
+
}
|
|
97139
|
+
},
|
|
96173
97140
|
{
|
|
96174
97141
|
"kind": "method",
|
|
96175
97142
|
"name": "updateFormValue",
|
|
@@ -97534,6 +98501,20 @@
|
|
|
97534
98501
|
"module": "core/mixins/form-associated-mixin.js"
|
|
97535
98502
|
}
|
|
97536
98503
|
},
|
|
98504
|
+
{
|
|
98505
|
+
"kind": "method",
|
|
98506
|
+
"name": "_hasDisabledAncestor",
|
|
98507
|
+
"privacy": "private",
|
|
98508
|
+
"return": {
|
|
98509
|
+
"type": {
|
|
98510
|
+
"text": "boolean"
|
|
98511
|
+
}
|
|
98512
|
+
},
|
|
98513
|
+
"inheritedFrom": {
|
|
98514
|
+
"name": "SbbFormAssociatedMixin",
|
|
98515
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
98516
|
+
}
|
|
98517
|
+
},
|
|
97537
98518
|
{
|
|
97538
98519
|
"kind": "method",
|
|
97539
98520
|
"name": "updateFormValue",
|
|
@@ -99804,6 +100785,20 @@
|
|
|
99804
100785
|
"module": "core/mixins/form-associated-mixin.js"
|
|
99805
100786
|
}
|
|
99806
100787
|
},
|
|
100788
|
+
{
|
|
100789
|
+
"kind": "method",
|
|
100790
|
+
"name": "_hasDisabledAncestor",
|
|
100791
|
+
"privacy": "private",
|
|
100792
|
+
"return": {
|
|
100793
|
+
"type": {
|
|
100794
|
+
"text": "boolean"
|
|
100795
|
+
}
|
|
100796
|
+
},
|
|
100797
|
+
"inheritedFrom": {
|
|
100798
|
+
"name": "SbbFormAssociatedMixin",
|
|
100799
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100800
|
+
}
|
|
100801
|
+
},
|
|
99807
100802
|
{
|
|
99808
100803
|
"kind": "method",
|
|
99809
100804
|
"name": "setValidityFlag",
|
|
@@ -101872,6 +102867,20 @@
|
|
|
101872
102867
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101873
102868
|
}
|
|
101874
102869
|
},
|
|
102870
|
+
{
|
|
102871
|
+
"kind": "method",
|
|
102872
|
+
"name": "_hasDisabledAncestor",
|
|
102873
|
+
"privacy": "private",
|
|
102874
|
+
"return": {
|
|
102875
|
+
"type": {
|
|
102876
|
+
"text": "boolean"
|
|
102877
|
+
}
|
|
102878
|
+
},
|
|
102879
|
+
"inheritedFrom": {
|
|
102880
|
+
"name": "SbbFormAssociatedMixin",
|
|
102881
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102882
|
+
}
|
|
102883
|
+
},
|
|
101875
102884
|
{
|
|
101876
102885
|
"kind": "method",
|
|
101877
102886
|
"name": "updateFormValue",
|