@sbb-esta/lyne-elements-dev 4.9.0-dev.1774312774 → 4.9.0-dev.1774354777
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/custom-elements.json +24 -24
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -80748,12 +80748,12 @@
|
|
|
80748
80748
|
},
|
|
80749
80749
|
{
|
|
80750
80750
|
"kind": "javascript-module",
|
|
80751
|
-
"path": "datepicker/datepicker-
|
|
80751
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
80752
80752
|
"declarations": [
|
|
80753
80753
|
{
|
|
80754
80754
|
"kind": "class",
|
|
80755
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
80756
|
-
"name": "
|
|
80755
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
80756
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
80757
80757
|
"members": [
|
|
80758
80758
|
{
|
|
80759
80759
|
"kind": "field",
|
|
@@ -80768,7 +80768,7 @@
|
|
|
80768
80768
|
"name": "SbbElement",
|
|
80769
80769
|
"module": "core/base-elements/element.js"
|
|
80770
80770
|
},
|
|
80771
|
-
"default": "'sbb-datepicker-
|
|
80771
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
80772
80772
|
},
|
|
80773
80773
|
{
|
|
80774
80774
|
"kind": "field",
|
|
@@ -80781,7 +80781,7 @@
|
|
|
80781
80781
|
"name": "SbbDatepickerButtonBase",
|
|
80782
80782
|
"module": "datepicker/common/datepicker-button.js"
|
|
80783
80783
|
},
|
|
80784
|
-
"default": "'chevron-small-
|
|
80784
|
+
"default": "'chevron-small-left-small'"
|
|
80785
80785
|
},
|
|
80786
80786
|
{
|
|
80787
80787
|
"kind": "field",
|
|
@@ -80790,7 +80790,7 @@
|
|
|
80790
80790
|
"text": "Record<string, string>"
|
|
80791
80791
|
},
|
|
80792
80792
|
"privacy": "protected",
|
|
80793
|
-
"default": "
|
|
80793
|
+
"default": "i18nPreviousDay",
|
|
80794
80794
|
"inheritedFrom": {
|
|
80795
80795
|
"name": "SbbDatepickerButton",
|
|
80796
80796
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -80803,7 +80803,7 @@
|
|
|
80803
80803
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
80804
80804
|
},
|
|
80805
80805
|
"privacy": "protected",
|
|
80806
|
-
"default": "
|
|
80806
|
+
"default": "i18nSelectPreviousDay",
|
|
80807
80807
|
"inheritedFrom": {
|
|
80808
80808
|
"name": "SbbDatepickerButton",
|
|
80809
80809
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -80833,7 +80833,7 @@
|
|
|
80833
80833
|
},
|
|
80834
80834
|
{
|
|
80835
80835
|
"kind": "method",
|
|
80836
|
-
"name": "
|
|
80836
|
+
"name": "_isBeforeMinDate",
|
|
80837
80837
|
"privacy": "private",
|
|
80838
80838
|
"return": {
|
|
80839
80839
|
"type": {
|
|
@@ -81693,7 +81693,7 @@
|
|
|
81693
81693
|
"name": "SbbDatepickerButton",
|
|
81694
81694
|
"module": "datepicker/common/datepicker-button.js"
|
|
81695
81695
|
},
|
|
81696
|
-
"tagName": "sbb-datepicker-
|
|
81696
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
81697
81697
|
"customElement": true,
|
|
81698
81698
|
"classGenerics": "T = Date",
|
|
81699
81699
|
"attributes": [
|
|
@@ -81779,22 +81779,22 @@
|
|
|
81779
81779
|
"exports": [
|
|
81780
81780
|
{
|
|
81781
81781
|
"kind": "js",
|
|
81782
|
-
"name": "
|
|
81782
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81783
81783
|
"declaration": {
|
|
81784
|
-
"name": "
|
|
81785
|
-
"module": "datepicker/datepicker-
|
|
81784
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81785
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
81786
81786
|
}
|
|
81787
81787
|
}
|
|
81788
81788
|
]
|
|
81789
81789
|
},
|
|
81790
81790
|
{
|
|
81791
81791
|
"kind": "javascript-module",
|
|
81792
|
-
"path": "datepicker/datepicker-
|
|
81792
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
81793
81793
|
"declarations": [
|
|
81794
81794
|
{
|
|
81795
81795
|
"kind": "class",
|
|
81796
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81797
|
-
"name": "
|
|
81796
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
81797
|
+
"name": "SbbDatepickerNextDayElement",
|
|
81798
81798
|
"members": [
|
|
81799
81799
|
{
|
|
81800
81800
|
"kind": "field",
|
|
@@ -81809,7 +81809,7 @@
|
|
|
81809
81809
|
"name": "SbbElement",
|
|
81810
81810
|
"module": "core/base-elements/element.js"
|
|
81811
81811
|
},
|
|
81812
|
-
"default": "'sbb-datepicker-
|
|
81812
|
+
"default": "'sbb-datepicker-next-day'"
|
|
81813
81813
|
},
|
|
81814
81814
|
{
|
|
81815
81815
|
"kind": "field",
|
|
@@ -81822,7 +81822,7 @@
|
|
|
81822
81822
|
"name": "SbbDatepickerButtonBase",
|
|
81823
81823
|
"module": "datepicker/common/datepicker-button.js"
|
|
81824
81824
|
},
|
|
81825
|
-
"default": "'chevron-small-
|
|
81825
|
+
"default": "'chevron-small-right-small'"
|
|
81826
81826
|
},
|
|
81827
81827
|
{
|
|
81828
81828
|
"kind": "field",
|
|
@@ -81831,7 +81831,7 @@
|
|
|
81831
81831
|
"text": "Record<string, string>"
|
|
81832
81832
|
},
|
|
81833
81833
|
"privacy": "protected",
|
|
81834
|
-
"default": "
|
|
81834
|
+
"default": "i18nNextDay",
|
|
81835
81835
|
"inheritedFrom": {
|
|
81836
81836
|
"name": "SbbDatepickerButton",
|
|
81837
81837
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81844,7 +81844,7 @@
|
|
|
81844
81844
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81845
81845
|
},
|
|
81846
81846
|
"privacy": "protected",
|
|
81847
|
-
"default": "
|
|
81847
|
+
"default": "i18nSelectNextDay",
|
|
81848
81848
|
"inheritedFrom": {
|
|
81849
81849
|
"name": "SbbDatepickerButton",
|
|
81850
81850
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81874,7 +81874,7 @@
|
|
|
81874
81874
|
},
|
|
81875
81875
|
{
|
|
81876
81876
|
"kind": "method",
|
|
81877
|
-
"name": "
|
|
81877
|
+
"name": "_isAfterMaxDate",
|
|
81878
81878
|
"privacy": "private",
|
|
81879
81879
|
"return": {
|
|
81880
81880
|
"type": {
|
|
@@ -82734,7 +82734,7 @@
|
|
|
82734
82734
|
"name": "SbbDatepickerButton",
|
|
82735
82735
|
"module": "datepicker/common/datepicker-button.js"
|
|
82736
82736
|
},
|
|
82737
|
-
"tagName": "sbb-datepicker-
|
|
82737
|
+
"tagName": "sbb-datepicker-next-day",
|
|
82738
82738
|
"customElement": true,
|
|
82739
82739
|
"classGenerics": "T = Date",
|
|
82740
82740
|
"attributes": [
|
|
@@ -82820,10 +82820,10 @@
|
|
|
82820
82820
|
"exports": [
|
|
82821
82821
|
{
|
|
82822
82822
|
"kind": "js",
|
|
82823
|
-
"name": "
|
|
82823
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82824
82824
|
"declaration": {
|
|
82825
|
-
"name": "
|
|
82826
|
-
"module": "datepicker/datepicker-
|
|
82825
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82826
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
82827
82827
|
}
|
|
82828
82828
|
}
|
|
82829
82829
|
]
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.9.0-dev.
|
|
3
|
+
"version": "4.9.0-dev.1774354777",
|
|
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/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/4be8dcd3d5f2613b8aa10fcdd898ec18ea9b4584"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|