@sbb-esta/lyne-elements-dev 4.6.0-dev.1772087946 → 4.6.0-dev.1772087978
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 +132 -132
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -89712,138 +89712,6 @@
|
|
|
89712
89712
|
}
|
|
89713
89713
|
]
|
|
89714
89714
|
},
|
|
89715
|
-
{
|
|
89716
|
-
"kind": "javascript-module",
|
|
89717
|
-
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89718
|
-
"declarations": [
|
|
89719
|
-
{
|
|
89720
|
-
"kind": "class",
|
|
89721
|
-
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89722
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89723
|
-
"slots": [
|
|
89724
|
-
{
|
|
89725
|
-
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89726
|
-
"name": ""
|
|
89727
|
-
}
|
|
89728
|
-
],
|
|
89729
|
-
"members": [
|
|
89730
|
-
{
|
|
89731
|
-
"kind": "field",
|
|
89732
|
-
"name": "date",
|
|
89733
|
-
"type": {
|
|
89734
|
-
"text": "string"
|
|
89735
|
-
},
|
|
89736
|
-
"privacy": "public",
|
|
89737
|
-
"default": "''",
|
|
89738
|
-
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89739
|
-
"attribute": "date"
|
|
89740
|
-
},
|
|
89741
|
-
{
|
|
89742
|
-
"kind": "field",
|
|
89743
|
-
"name": "_dateAdapter",
|
|
89744
|
-
"type": {
|
|
89745
|
-
"text": "DateAdapter<T>"
|
|
89746
|
-
},
|
|
89747
|
-
"privacy": "private"
|
|
89748
|
-
},
|
|
89749
|
-
{
|
|
89750
|
-
"kind": "field",
|
|
89751
|
-
"name": "_monthNames",
|
|
89752
|
-
"privacy": "private"
|
|
89753
|
-
},
|
|
89754
|
-
{
|
|
89755
|
-
"kind": "field",
|
|
89756
|
-
"name": "_monthLabel",
|
|
89757
|
-
"type": {
|
|
89758
|
-
"text": "string | null"
|
|
89759
|
-
},
|
|
89760
|
-
"privacy": "private",
|
|
89761
|
-
"default": "null"
|
|
89762
|
-
},
|
|
89763
|
-
{
|
|
89764
|
-
"kind": "field",
|
|
89765
|
-
"name": "_yearLabel",
|
|
89766
|
-
"type": {
|
|
89767
|
-
"text": "string | null"
|
|
89768
|
-
},
|
|
89769
|
-
"privacy": "private",
|
|
89770
|
-
"default": "null"
|
|
89771
|
-
},
|
|
89772
|
-
{
|
|
89773
|
-
"kind": "method",
|
|
89774
|
-
"name": "toggleState",
|
|
89775
|
-
"privacy": "protected",
|
|
89776
|
-
"return": {
|
|
89777
|
-
"type": {
|
|
89778
|
-
"text": "void"
|
|
89779
|
-
}
|
|
89780
|
-
},
|
|
89781
|
-
"parameters": [
|
|
89782
|
-
{
|
|
89783
|
-
"name": "value",
|
|
89784
|
-
"type": {
|
|
89785
|
-
"text": "string"
|
|
89786
|
-
}
|
|
89787
|
-
},
|
|
89788
|
-
{
|
|
89789
|
-
"name": "force",
|
|
89790
|
-
"optional": true,
|
|
89791
|
-
"type": {
|
|
89792
|
-
"text": "boolean"
|
|
89793
|
-
}
|
|
89794
|
-
}
|
|
89795
|
-
],
|
|
89796
|
-
"inheritedFrom": {
|
|
89797
|
-
"name": "SbbElementInternalsMixin",
|
|
89798
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
89799
|
-
}
|
|
89800
|
-
}
|
|
89801
|
-
],
|
|
89802
|
-
"attributes": [
|
|
89803
|
-
{
|
|
89804
|
-
"name": "date",
|
|
89805
|
-
"type": {
|
|
89806
|
-
"text": "string"
|
|
89807
|
-
},
|
|
89808
|
-
"default": "''",
|
|
89809
|
-
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89810
|
-
"fieldName": "date"
|
|
89811
|
-
}
|
|
89812
|
-
],
|
|
89813
|
-
"mixins": [
|
|
89814
|
-
{
|
|
89815
|
-
"name": "SbbElementInternalsMixin",
|
|
89816
|
-
"module": "core/mixins.js"
|
|
89817
|
-
}
|
|
89818
|
-
],
|
|
89819
|
-
"superclass": {
|
|
89820
|
-
"name": "LitElement",
|
|
89821
|
-
"package": "lit"
|
|
89822
|
-
},
|
|
89823
|
-
"classGenerics": "T = Date",
|
|
89824
|
-
"tagName": "sbb-mini-calendar-month",
|
|
89825
|
-
"customElement": true
|
|
89826
|
-
}
|
|
89827
|
-
],
|
|
89828
|
-
"exports": [
|
|
89829
|
-
{
|
|
89830
|
-
"kind": "js",
|
|
89831
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89832
|
-
"declaration": {
|
|
89833
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89834
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89835
|
-
}
|
|
89836
|
-
},
|
|
89837
|
-
{
|
|
89838
|
-
"kind": "custom-element-definition",
|
|
89839
|
-
"name": "sbb-mini-calendar-month",
|
|
89840
|
-
"declaration": {
|
|
89841
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89842
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89843
|
-
}
|
|
89844
|
-
}
|
|
89845
|
-
]
|
|
89846
|
-
},
|
|
89847
89715
|
{
|
|
89848
89716
|
"kind": "javascript-module",
|
|
89849
89717
|
"path": "navigation/common/navigation-action-common.js",
|
|
@@ -90014,6 +89882,138 @@
|
|
|
90014
89882
|
}
|
|
90015
89883
|
]
|
|
90016
89884
|
},
|
|
89885
|
+
{
|
|
89886
|
+
"kind": "javascript-module",
|
|
89887
|
+
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89888
|
+
"declarations": [
|
|
89889
|
+
{
|
|
89890
|
+
"kind": "class",
|
|
89891
|
+
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89892
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89893
|
+
"slots": [
|
|
89894
|
+
{
|
|
89895
|
+
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89896
|
+
"name": ""
|
|
89897
|
+
}
|
|
89898
|
+
],
|
|
89899
|
+
"members": [
|
|
89900
|
+
{
|
|
89901
|
+
"kind": "field",
|
|
89902
|
+
"name": "date",
|
|
89903
|
+
"type": {
|
|
89904
|
+
"text": "string"
|
|
89905
|
+
},
|
|
89906
|
+
"privacy": "public",
|
|
89907
|
+
"default": "''",
|
|
89908
|
+
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89909
|
+
"attribute": "date"
|
|
89910
|
+
},
|
|
89911
|
+
{
|
|
89912
|
+
"kind": "field",
|
|
89913
|
+
"name": "_dateAdapter",
|
|
89914
|
+
"type": {
|
|
89915
|
+
"text": "DateAdapter<T>"
|
|
89916
|
+
},
|
|
89917
|
+
"privacy": "private"
|
|
89918
|
+
},
|
|
89919
|
+
{
|
|
89920
|
+
"kind": "field",
|
|
89921
|
+
"name": "_monthNames",
|
|
89922
|
+
"privacy": "private"
|
|
89923
|
+
},
|
|
89924
|
+
{
|
|
89925
|
+
"kind": "field",
|
|
89926
|
+
"name": "_monthLabel",
|
|
89927
|
+
"type": {
|
|
89928
|
+
"text": "string | null"
|
|
89929
|
+
},
|
|
89930
|
+
"privacy": "private",
|
|
89931
|
+
"default": "null"
|
|
89932
|
+
},
|
|
89933
|
+
{
|
|
89934
|
+
"kind": "field",
|
|
89935
|
+
"name": "_yearLabel",
|
|
89936
|
+
"type": {
|
|
89937
|
+
"text": "string | null"
|
|
89938
|
+
},
|
|
89939
|
+
"privacy": "private",
|
|
89940
|
+
"default": "null"
|
|
89941
|
+
},
|
|
89942
|
+
{
|
|
89943
|
+
"kind": "method",
|
|
89944
|
+
"name": "toggleState",
|
|
89945
|
+
"privacy": "protected",
|
|
89946
|
+
"return": {
|
|
89947
|
+
"type": {
|
|
89948
|
+
"text": "void"
|
|
89949
|
+
}
|
|
89950
|
+
},
|
|
89951
|
+
"parameters": [
|
|
89952
|
+
{
|
|
89953
|
+
"name": "value",
|
|
89954
|
+
"type": {
|
|
89955
|
+
"text": "string"
|
|
89956
|
+
}
|
|
89957
|
+
},
|
|
89958
|
+
{
|
|
89959
|
+
"name": "force",
|
|
89960
|
+
"optional": true,
|
|
89961
|
+
"type": {
|
|
89962
|
+
"text": "boolean"
|
|
89963
|
+
}
|
|
89964
|
+
}
|
|
89965
|
+
],
|
|
89966
|
+
"inheritedFrom": {
|
|
89967
|
+
"name": "SbbElementInternalsMixin",
|
|
89968
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
89969
|
+
}
|
|
89970
|
+
}
|
|
89971
|
+
],
|
|
89972
|
+
"attributes": [
|
|
89973
|
+
{
|
|
89974
|
+
"name": "date",
|
|
89975
|
+
"type": {
|
|
89976
|
+
"text": "string"
|
|
89977
|
+
},
|
|
89978
|
+
"default": "''",
|
|
89979
|
+
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89980
|
+
"fieldName": "date"
|
|
89981
|
+
}
|
|
89982
|
+
],
|
|
89983
|
+
"mixins": [
|
|
89984
|
+
{
|
|
89985
|
+
"name": "SbbElementInternalsMixin",
|
|
89986
|
+
"module": "core/mixins.js"
|
|
89987
|
+
}
|
|
89988
|
+
],
|
|
89989
|
+
"superclass": {
|
|
89990
|
+
"name": "LitElement",
|
|
89991
|
+
"package": "lit"
|
|
89992
|
+
},
|
|
89993
|
+
"classGenerics": "T = Date",
|
|
89994
|
+
"tagName": "sbb-mini-calendar-month",
|
|
89995
|
+
"customElement": true
|
|
89996
|
+
}
|
|
89997
|
+
],
|
|
89998
|
+
"exports": [
|
|
89999
|
+
{
|
|
90000
|
+
"kind": "js",
|
|
90001
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90002
|
+
"declaration": {
|
|
90003
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90004
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90005
|
+
}
|
|
90006
|
+
},
|
|
90007
|
+
{
|
|
90008
|
+
"kind": "custom-element-definition",
|
|
90009
|
+
"name": "sbb-mini-calendar-month",
|
|
90010
|
+
"declaration": {
|
|
90011
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90012
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90013
|
+
}
|
|
90014
|
+
}
|
|
90015
|
+
]
|
|
90016
|
+
},
|
|
90017
90017
|
{
|
|
90018
90018
|
"kind": "javascript-module",
|
|
90019
90019
|
"path": "navigation/navigation/navigation.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.1772087978",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"storybook",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/d330a9c88f4bad9d6d42d2be59478946cf39d9ed"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|