@sbb-esta/lyne-elements-dev 4.7.0-dev.1772638268 → 4.7.0-dev.1772643370
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
|
@@ -89814,6 +89814,138 @@
|
|
|
89814
89814
|
}
|
|
89815
89815
|
]
|
|
89816
89816
|
},
|
|
89817
|
+
{
|
|
89818
|
+
"kind": "javascript-module",
|
|
89819
|
+
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89820
|
+
"declarations": [
|
|
89821
|
+
{
|
|
89822
|
+
"kind": "class",
|
|
89823
|
+
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89824
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89825
|
+
"slots": [
|
|
89826
|
+
{
|
|
89827
|
+
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89828
|
+
"name": ""
|
|
89829
|
+
}
|
|
89830
|
+
],
|
|
89831
|
+
"members": [
|
|
89832
|
+
{
|
|
89833
|
+
"kind": "field",
|
|
89834
|
+
"name": "date",
|
|
89835
|
+
"type": {
|
|
89836
|
+
"text": "string"
|
|
89837
|
+
},
|
|
89838
|
+
"privacy": "public",
|
|
89839
|
+
"default": "''",
|
|
89840
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
89841
|
+
"attribute": "date"
|
|
89842
|
+
},
|
|
89843
|
+
{
|
|
89844
|
+
"kind": "field",
|
|
89845
|
+
"name": "_dateAdapter",
|
|
89846
|
+
"type": {
|
|
89847
|
+
"text": "DateAdapter<T>"
|
|
89848
|
+
},
|
|
89849
|
+
"privacy": "private"
|
|
89850
|
+
},
|
|
89851
|
+
{
|
|
89852
|
+
"kind": "field",
|
|
89853
|
+
"name": "_monthNames",
|
|
89854
|
+
"privacy": "private"
|
|
89855
|
+
},
|
|
89856
|
+
{
|
|
89857
|
+
"kind": "field",
|
|
89858
|
+
"name": "_monthLabel",
|
|
89859
|
+
"type": {
|
|
89860
|
+
"text": "string | null"
|
|
89861
|
+
},
|
|
89862
|
+
"privacy": "private",
|
|
89863
|
+
"default": "null"
|
|
89864
|
+
},
|
|
89865
|
+
{
|
|
89866
|
+
"kind": "field",
|
|
89867
|
+
"name": "_yearLabel",
|
|
89868
|
+
"type": {
|
|
89869
|
+
"text": "string | null"
|
|
89870
|
+
},
|
|
89871
|
+
"privacy": "private",
|
|
89872
|
+
"default": "null"
|
|
89873
|
+
},
|
|
89874
|
+
{
|
|
89875
|
+
"kind": "method",
|
|
89876
|
+
"name": "toggleState",
|
|
89877
|
+
"privacy": "protected",
|
|
89878
|
+
"return": {
|
|
89879
|
+
"type": {
|
|
89880
|
+
"text": "void"
|
|
89881
|
+
}
|
|
89882
|
+
},
|
|
89883
|
+
"parameters": [
|
|
89884
|
+
{
|
|
89885
|
+
"name": "value",
|
|
89886
|
+
"type": {
|
|
89887
|
+
"text": "string"
|
|
89888
|
+
}
|
|
89889
|
+
},
|
|
89890
|
+
{
|
|
89891
|
+
"name": "force",
|
|
89892
|
+
"optional": true,
|
|
89893
|
+
"type": {
|
|
89894
|
+
"text": "boolean"
|
|
89895
|
+
}
|
|
89896
|
+
}
|
|
89897
|
+
],
|
|
89898
|
+
"inheritedFrom": {
|
|
89899
|
+
"name": "SbbElementInternalsMixin",
|
|
89900
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
89901
|
+
}
|
|
89902
|
+
}
|
|
89903
|
+
],
|
|
89904
|
+
"attributes": [
|
|
89905
|
+
{
|
|
89906
|
+
"name": "date",
|
|
89907
|
+
"type": {
|
|
89908
|
+
"text": "string"
|
|
89909
|
+
},
|
|
89910
|
+
"default": "''",
|
|
89911
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
89912
|
+
"fieldName": "date"
|
|
89913
|
+
}
|
|
89914
|
+
],
|
|
89915
|
+
"mixins": [
|
|
89916
|
+
{
|
|
89917
|
+
"name": "SbbElementInternalsMixin",
|
|
89918
|
+
"module": "core/mixins.js"
|
|
89919
|
+
}
|
|
89920
|
+
],
|
|
89921
|
+
"superclass": {
|
|
89922
|
+
"name": "LitElement",
|
|
89923
|
+
"package": "lit"
|
|
89924
|
+
},
|
|
89925
|
+
"classGenerics": "T = Date",
|
|
89926
|
+
"tagName": "sbb-mini-calendar-month",
|
|
89927
|
+
"customElement": true
|
|
89928
|
+
}
|
|
89929
|
+
],
|
|
89930
|
+
"exports": [
|
|
89931
|
+
{
|
|
89932
|
+
"kind": "js",
|
|
89933
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89934
|
+
"declaration": {
|
|
89935
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89936
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89937
|
+
}
|
|
89938
|
+
},
|
|
89939
|
+
{
|
|
89940
|
+
"kind": "custom-element-definition",
|
|
89941
|
+
"name": "sbb-mini-calendar-month",
|
|
89942
|
+
"declaration": {
|
|
89943
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89944
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89945
|
+
}
|
|
89946
|
+
}
|
|
89947
|
+
]
|
|
89948
|
+
},
|
|
89817
89949
|
{
|
|
89818
89950
|
"kind": "javascript-module",
|
|
89819
89951
|
"path": "navigation/common/navigation-action-common.js",
|
|
@@ -89984,138 +90116,6 @@
|
|
|
89984
90116
|
}
|
|
89985
90117
|
]
|
|
89986
90118
|
},
|
|
89987
|
-
{
|
|
89988
|
-
"kind": "javascript-module",
|
|
89989
|
-
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89990
|
-
"declarations": [
|
|
89991
|
-
{
|
|
89992
|
-
"kind": "class",
|
|
89993
|
-
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89994
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89995
|
-
"slots": [
|
|
89996
|
-
{
|
|
89997
|
-
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89998
|
-
"name": ""
|
|
89999
|
-
}
|
|
90000
|
-
],
|
|
90001
|
-
"members": [
|
|
90002
|
-
{
|
|
90003
|
-
"kind": "field",
|
|
90004
|
-
"name": "date",
|
|
90005
|
-
"type": {
|
|
90006
|
-
"text": "string"
|
|
90007
|
-
},
|
|
90008
|
-
"privacy": "public",
|
|
90009
|
-
"default": "''",
|
|
90010
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
90011
|
-
"attribute": "date"
|
|
90012
|
-
},
|
|
90013
|
-
{
|
|
90014
|
-
"kind": "field",
|
|
90015
|
-
"name": "_dateAdapter",
|
|
90016
|
-
"type": {
|
|
90017
|
-
"text": "DateAdapter<T>"
|
|
90018
|
-
},
|
|
90019
|
-
"privacy": "private"
|
|
90020
|
-
},
|
|
90021
|
-
{
|
|
90022
|
-
"kind": "field",
|
|
90023
|
-
"name": "_monthNames",
|
|
90024
|
-
"privacy": "private"
|
|
90025
|
-
},
|
|
90026
|
-
{
|
|
90027
|
-
"kind": "field",
|
|
90028
|
-
"name": "_monthLabel",
|
|
90029
|
-
"type": {
|
|
90030
|
-
"text": "string | null"
|
|
90031
|
-
},
|
|
90032
|
-
"privacy": "private",
|
|
90033
|
-
"default": "null"
|
|
90034
|
-
},
|
|
90035
|
-
{
|
|
90036
|
-
"kind": "field",
|
|
90037
|
-
"name": "_yearLabel",
|
|
90038
|
-
"type": {
|
|
90039
|
-
"text": "string | null"
|
|
90040
|
-
},
|
|
90041
|
-
"privacy": "private",
|
|
90042
|
-
"default": "null"
|
|
90043
|
-
},
|
|
90044
|
-
{
|
|
90045
|
-
"kind": "method",
|
|
90046
|
-
"name": "toggleState",
|
|
90047
|
-
"privacy": "protected",
|
|
90048
|
-
"return": {
|
|
90049
|
-
"type": {
|
|
90050
|
-
"text": "void"
|
|
90051
|
-
}
|
|
90052
|
-
},
|
|
90053
|
-
"parameters": [
|
|
90054
|
-
{
|
|
90055
|
-
"name": "value",
|
|
90056
|
-
"type": {
|
|
90057
|
-
"text": "string"
|
|
90058
|
-
}
|
|
90059
|
-
},
|
|
90060
|
-
{
|
|
90061
|
-
"name": "force",
|
|
90062
|
-
"optional": true,
|
|
90063
|
-
"type": {
|
|
90064
|
-
"text": "boolean"
|
|
90065
|
-
}
|
|
90066
|
-
}
|
|
90067
|
-
],
|
|
90068
|
-
"inheritedFrom": {
|
|
90069
|
-
"name": "SbbElementInternalsMixin",
|
|
90070
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
90071
|
-
}
|
|
90072
|
-
}
|
|
90073
|
-
],
|
|
90074
|
-
"attributes": [
|
|
90075
|
-
{
|
|
90076
|
-
"name": "date",
|
|
90077
|
-
"type": {
|
|
90078
|
-
"text": "string"
|
|
90079
|
-
},
|
|
90080
|
-
"default": "''",
|
|
90081
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
90082
|
-
"fieldName": "date"
|
|
90083
|
-
}
|
|
90084
|
-
],
|
|
90085
|
-
"mixins": [
|
|
90086
|
-
{
|
|
90087
|
-
"name": "SbbElementInternalsMixin",
|
|
90088
|
-
"module": "core/mixins.js"
|
|
90089
|
-
}
|
|
90090
|
-
],
|
|
90091
|
-
"superclass": {
|
|
90092
|
-
"name": "LitElement",
|
|
90093
|
-
"package": "lit"
|
|
90094
|
-
},
|
|
90095
|
-
"classGenerics": "T = Date",
|
|
90096
|
-
"tagName": "sbb-mini-calendar-month",
|
|
90097
|
-
"customElement": true
|
|
90098
|
-
}
|
|
90099
|
-
],
|
|
90100
|
-
"exports": [
|
|
90101
|
-
{
|
|
90102
|
-
"kind": "js",
|
|
90103
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
90104
|
-
"declaration": {
|
|
90105
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
90106
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90107
|
-
}
|
|
90108
|
-
},
|
|
90109
|
-
{
|
|
90110
|
-
"kind": "custom-element-definition",
|
|
90111
|
-
"name": "sbb-mini-calendar-month",
|
|
90112
|
-
"declaration": {
|
|
90113
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
90114
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90115
|
-
}
|
|
90116
|
-
}
|
|
90117
|
-
]
|
|
90118
|
-
},
|
|
90119
90119
|
{
|
|
90120
90120
|
"kind": "javascript-module",
|
|
90121
90121
|
"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.7.0-dev.
|
|
3
|
+
"version": "4.7.0-dev.1772643370",
|
|
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/95d0cdc9581eda5db765fa82a7d3fe26a2a15e0d"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|