@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777546720 → 5.0.0-next.1-dev.1777636067
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 +180 -180
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -135396,6 +135396,186 @@
|
|
|
135396
135396
|
}
|
|
135397
135397
|
]
|
|
135398
135398
|
},
|
|
135399
|
+
{
|
|
135400
|
+
"kind": "javascript-module",
|
|
135401
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
135402
|
+
"declarations": [
|
|
135403
|
+
{
|
|
135404
|
+
"kind": "class",
|
|
135405
|
+
"description": "",
|
|
135406
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135407
|
+
"members": [
|
|
135408
|
+
{
|
|
135409
|
+
"kind": "field",
|
|
135410
|
+
"name": "size",
|
|
135411
|
+
"type": {
|
|
135412
|
+
"text": "SbbNavigationActionSize"
|
|
135413
|
+
},
|
|
135414
|
+
"privacy": "public"
|
|
135415
|
+
},
|
|
135416
|
+
{
|
|
135417
|
+
"kind": "field",
|
|
135418
|
+
"name": "marker",
|
|
135419
|
+
"type": {
|
|
135420
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
135421
|
+
},
|
|
135422
|
+
"privacy": "public",
|
|
135423
|
+
"readonly": true
|
|
135424
|
+
},
|
|
135425
|
+
{
|
|
135426
|
+
"kind": "field",
|
|
135427
|
+
"name": "section",
|
|
135428
|
+
"type": {
|
|
135429
|
+
"text": "SbbNavigationSectionElement | null"
|
|
135430
|
+
},
|
|
135431
|
+
"privacy": "public",
|
|
135432
|
+
"readonly": true
|
|
135433
|
+
},
|
|
135434
|
+
{
|
|
135435
|
+
"kind": "field",
|
|
135436
|
+
"name": "connectedSection",
|
|
135437
|
+
"type": {
|
|
135438
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
135439
|
+
},
|
|
135440
|
+
"privacy": "public"
|
|
135441
|
+
}
|
|
135442
|
+
]
|
|
135443
|
+
},
|
|
135444
|
+
{
|
|
135445
|
+
"kind": "mixin",
|
|
135446
|
+
"description": "",
|
|
135447
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
135448
|
+
"members": [
|
|
135449
|
+
{
|
|
135450
|
+
"kind": "field",
|
|
135451
|
+
"name": "elementDependencies",
|
|
135452
|
+
"type": {
|
|
135453
|
+
"text": "SbbElementType[]"
|
|
135454
|
+
},
|
|
135455
|
+
"privacy": "public",
|
|
135456
|
+
"static": true,
|
|
135457
|
+
"default": "[SbbIconElement]"
|
|
135458
|
+
},
|
|
135459
|
+
{
|
|
135460
|
+
"kind": "field",
|
|
135461
|
+
"name": "styles",
|
|
135462
|
+
"type": {
|
|
135463
|
+
"text": "CSSResultGroup"
|
|
135464
|
+
},
|
|
135465
|
+
"privacy": "public",
|
|
135466
|
+
"static": true,
|
|
135467
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
135468
|
+
},
|
|
135469
|
+
{
|
|
135470
|
+
"kind": "field",
|
|
135471
|
+
"name": "size",
|
|
135472
|
+
"type": {
|
|
135473
|
+
"text": "SbbNavigationActionSize"
|
|
135474
|
+
},
|
|
135475
|
+
"privacy": "public",
|
|
135476
|
+
"default": "'l'",
|
|
135477
|
+
"description": "Action size variant, either s, m or l.",
|
|
135478
|
+
"attribute": "size",
|
|
135479
|
+
"reflects": true
|
|
135480
|
+
},
|
|
135481
|
+
{
|
|
135482
|
+
"kind": "field",
|
|
135483
|
+
"name": "connectedSection",
|
|
135484
|
+
"type": {
|
|
135485
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
135486
|
+
},
|
|
135487
|
+
"privacy": "public",
|
|
135488
|
+
"description": "The section that is being controlled by the action, if any."
|
|
135489
|
+
},
|
|
135490
|
+
{
|
|
135491
|
+
"kind": "field",
|
|
135492
|
+
"name": "marker",
|
|
135493
|
+
"type": {
|
|
135494
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
135495
|
+
},
|
|
135496
|
+
"privacy": "public",
|
|
135497
|
+
"description": "The navigation marker in which the action is nested.",
|
|
135498
|
+
"readonly": true
|
|
135499
|
+
},
|
|
135500
|
+
{
|
|
135501
|
+
"kind": "field",
|
|
135502
|
+
"name": "section",
|
|
135503
|
+
"type": {
|
|
135504
|
+
"text": "SbbNavigationSectionElement | null"
|
|
135505
|
+
},
|
|
135506
|
+
"privacy": "public",
|
|
135507
|
+
"description": "The section in which the action is nested.",
|
|
135508
|
+
"readonly": true
|
|
135509
|
+
},
|
|
135510
|
+
{
|
|
135511
|
+
"kind": "field",
|
|
135512
|
+
"name": "_navigationMarker",
|
|
135513
|
+
"type": {
|
|
135514
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
135515
|
+
},
|
|
135516
|
+
"privacy": "private",
|
|
135517
|
+
"default": "null"
|
|
135518
|
+
},
|
|
135519
|
+
{
|
|
135520
|
+
"kind": "field",
|
|
135521
|
+
"name": "_navigationSection",
|
|
135522
|
+
"type": {
|
|
135523
|
+
"text": "SbbNavigationSectionElement | null"
|
|
135524
|
+
},
|
|
135525
|
+
"privacy": "private",
|
|
135526
|
+
"default": "null"
|
|
135527
|
+
},
|
|
135528
|
+
{
|
|
135529
|
+
"kind": "method",
|
|
135530
|
+
"name": "renderTemplate",
|
|
135531
|
+
"privacy": "protected",
|
|
135532
|
+
"return": {
|
|
135533
|
+
"type": {
|
|
135534
|
+
"text": "TemplateResult"
|
|
135535
|
+
}
|
|
135536
|
+
}
|
|
135537
|
+
}
|
|
135538
|
+
],
|
|
135539
|
+
"attributes": [
|
|
135540
|
+
{
|
|
135541
|
+
"name": "size",
|
|
135542
|
+
"type": {
|
|
135543
|
+
"text": "SbbNavigationActionSize"
|
|
135544
|
+
},
|
|
135545
|
+
"default": "'l'",
|
|
135546
|
+
"description": "Action size variant, either s, m or l.",
|
|
135547
|
+
"fieldName": "size"
|
|
135548
|
+
}
|
|
135549
|
+
],
|
|
135550
|
+
"parameters": [
|
|
135551
|
+
{
|
|
135552
|
+
"name": "superClass",
|
|
135553
|
+
"type": {
|
|
135554
|
+
"text": "T"
|
|
135555
|
+
}
|
|
135556
|
+
}
|
|
135557
|
+
]
|
|
135558
|
+
}
|
|
135559
|
+
],
|
|
135560
|
+
"exports": [
|
|
135561
|
+
{
|
|
135562
|
+
"kind": "js",
|
|
135563
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135564
|
+
"declaration": {
|
|
135565
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135566
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
135567
|
+
}
|
|
135568
|
+
},
|
|
135569
|
+
{
|
|
135570
|
+
"kind": "js",
|
|
135571
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
135572
|
+
"declaration": {
|
|
135573
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
135574
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
135575
|
+
}
|
|
135576
|
+
}
|
|
135577
|
+
]
|
|
135578
|
+
},
|
|
135399
135579
|
{
|
|
135400
135580
|
"kind": "javascript-module",
|
|
135401
135581
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -135792,186 +135972,6 @@
|
|
|
135792
135972
|
}
|
|
135793
135973
|
]
|
|
135794
135974
|
},
|
|
135795
|
-
{
|
|
135796
|
-
"kind": "javascript-module",
|
|
135797
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
135798
|
-
"declarations": [
|
|
135799
|
-
{
|
|
135800
|
-
"kind": "class",
|
|
135801
|
-
"description": "",
|
|
135802
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135803
|
-
"members": [
|
|
135804
|
-
{
|
|
135805
|
-
"kind": "field",
|
|
135806
|
-
"name": "size",
|
|
135807
|
-
"type": {
|
|
135808
|
-
"text": "SbbNavigationActionSize"
|
|
135809
|
-
},
|
|
135810
|
-
"privacy": "public"
|
|
135811
|
-
},
|
|
135812
|
-
{
|
|
135813
|
-
"kind": "field",
|
|
135814
|
-
"name": "marker",
|
|
135815
|
-
"type": {
|
|
135816
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
135817
|
-
},
|
|
135818
|
-
"privacy": "public",
|
|
135819
|
-
"readonly": true
|
|
135820
|
-
},
|
|
135821
|
-
{
|
|
135822
|
-
"kind": "field",
|
|
135823
|
-
"name": "section",
|
|
135824
|
-
"type": {
|
|
135825
|
-
"text": "SbbNavigationSectionElement | null"
|
|
135826
|
-
},
|
|
135827
|
-
"privacy": "public",
|
|
135828
|
-
"readonly": true
|
|
135829
|
-
},
|
|
135830
|
-
{
|
|
135831
|
-
"kind": "field",
|
|
135832
|
-
"name": "connectedSection",
|
|
135833
|
-
"type": {
|
|
135834
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
135835
|
-
},
|
|
135836
|
-
"privacy": "public"
|
|
135837
|
-
}
|
|
135838
|
-
]
|
|
135839
|
-
},
|
|
135840
|
-
{
|
|
135841
|
-
"kind": "mixin",
|
|
135842
|
-
"description": "",
|
|
135843
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
135844
|
-
"members": [
|
|
135845
|
-
{
|
|
135846
|
-
"kind": "field",
|
|
135847
|
-
"name": "elementDependencies",
|
|
135848
|
-
"type": {
|
|
135849
|
-
"text": "SbbElementType[]"
|
|
135850
|
-
},
|
|
135851
|
-
"privacy": "public",
|
|
135852
|
-
"static": true,
|
|
135853
|
-
"default": "[SbbIconElement]"
|
|
135854
|
-
},
|
|
135855
|
-
{
|
|
135856
|
-
"kind": "field",
|
|
135857
|
-
"name": "styles",
|
|
135858
|
-
"type": {
|
|
135859
|
-
"text": "CSSResultGroup"
|
|
135860
|
-
},
|
|
135861
|
-
"privacy": "public",
|
|
135862
|
-
"static": true,
|
|
135863
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
135864
|
-
},
|
|
135865
|
-
{
|
|
135866
|
-
"kind": "field",
|
|
135867
|
-
"name": "size",
|
|
135868
|
-
"type": {
|
|
135869
|
-
"text": "SbbNavigationActionSize"
|
|
135870
|
-
},
|
|
135871
|
-
"privacy": "public",
|
|
135872
|
-
"default": "'l'",
|
|
135873
|
-
"description": "Action size variant, either s, m or l.",
|
|
135874
|
-
"attribute": "size",
|
|
135875
|
-
"reflects": true
|
|
135876
|
-
},
|
|
135877
|
-
{
|
|
135878
|
-
"kind": "field",
|
|
135879
|
-
"name": "connectedSection",
|
|
135880
|
-
"type": {
|
|
135881
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
135882
|
-
},
|
|
135883
|
-
"privacy": "public",
|
|
135884
|
-
"description": "The section that is being controlled by the action, if any."
|
|
135885
|
-
},
|
|
135886
|
-
{
|
|
135887
|
-
"kind": "field",
|
|
135888
|
-
"name": "marker",
|
|
135889
|
-
"type": {
|
|
135890
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
135891
|
-
},
|
|
135892
|
-
"privacy": "public",
|
|
135893
|
-
"description": "The navigation marker in which the action is nested.",
|
|
135894
|
-
"readonly": true
|
|
135895
|
-
},
|
|
135896
|
-
{
|
|
135897
|
-
"kind": "field",
|
|
135898
|
-
"name": "section",
|
|
135899
|
-
"type": {
|
|
135900
|
-
"text": "SbbNavigationSectionElement | null"
|
|
135901
|
-
},
|
|
135902
|
-
"privacy": "public",
|
|
135903
|
-
"description": "The section in which the action is nested.",
|
|
135904
|
-
"readonly": true
|
|
135905
|
-
},
|
|
135906
|
-
{
|
|
135907
|
-
"kind": "field",
|
|
135908
|
-
"name": "_navigationMarker",
|
|
135909
|
-
"type": {
|
|
135910
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
135911
|
-
},
|
|
135912
|
-
"privacy": "private",
|
|
135913
|
-
"default": "null"
|
|
135914
|
-
},
|
|
135915
|
-
{
|
|
135916
|
-
"kind": "field",
|
|
135917
|
-
"name": "_navigationSection",
|
|
135918
|
-
"type": {
|
|
135919
|
-
"text": "SbbNavigationSectionElement | null"
|
|
135920
|
-
},
|
|
135921
|
-
"privacy": "private",
|
|
135922
|
-
"default": "null"
|
|
135923
|
-
},
|
|
135924
|
-
{
|
|
135925
|
-
"kind": "method",
|
|
135926
|
-
"name": "renderTemplate",
|
|
135927
|
-
"privacy": "protected",
|
|
135928
|
-
"return": {
|
|
135929
|
-
"type": {
|
|
135930
|
-
"text": "TemplateResult"
|
|
135931
|
-
}
|
|
135932
|
-
}
|
|
135933
|
-
}
|
|
135934
|
-
],
|
|
135935
|
-
"attributes": [
|
|
135936
|
-
{
|
|
135937
|
-
"name": "size",
|
|
135938
|
-
"type": {
|
|
135939
|
-
"text": "SbbNavigationActionSize"
|
|
135940
|
-
},
|
|
135941
|
-
"default": "'l'",
|
|
135942
|
-
"description": "Action size variant, either s, m or l.",
|
|
135943
|
-
"fieldName": "size"
|
|
135944
|
-
}
|
|
135945
|
-
],
|
|
135946
|
-
"parameters": [
|
|
135947
|
-
{
|
|
135948
|
-
"name": "superClass",
|
|
135949
|
-
"type": {
|
|
135950
|
-
"text": "T"
|
|
135951
|
-
}
|
|
135952
|
-
}
|
|
135953
|
-
]
|
|
135954
|
-
}
|
|
135955
|
-
],
|
|
135956
|
-
"exports": [
|
|
135957
|
-
{
|
|
135958
|
-
"kind": "js",
|
|
135959
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135960
|
-
"declaration": {
|
|
135961
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
135962
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
135963
|
-
}
|
|
135964
|
-
},
|
|
135965
|
-
{
|
|
135966
|
-
"kind": "js",
|
|
135967
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
135968
|
-
"declaration": {
|
|
135969
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
135970
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
135971
|
-
}
|
|
135972
|
-
}
|
|
135973
|
-
]
|
|
135974
|
-
},
|
|
135975
135975
|
{
|
|
135976
135976
|
"kind": "javascript-module",
|
|
135977
135977
|
"path": "navigation/navigation/navigation.component.js",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "5.0.0-next.1-dev.
|
|
3
|
+
"version": "5.0.0-next.1-dev.1777636067",
|
|
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/ef9a776008bd950248a8b53dc672f853229b2dcb"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|