@sbb-esta/lyne-elements-dev 4.0.0-dev.1775762453 → 4.0.0-dev.1775816106
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
|
@@ -130423,6 +130423,186 @@
|
|
|
130423
130423
|
}
|
|
130424
130424
|
]
|
|
130425
130425
|
},
|
|
130426
|
+
{
|
|
130427
|
+
"kind": "javascript-module",
|
|
130428
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
130429
|
+
"declarations": [
|
|
130430
|
+
{
|
|
130431
|
+
"kind": "class",
|
|
130432
|
+
"description": "",
|
|
130433
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130434
|
+
"members": [
|
|
130435
|
+
{
|
|
130436
|
+
"kind": "field",
|
|
130437
|
+
"name": "size",
|
|
130438
|
+
"type": {
|
|
130439
|
+
"text": "SbbNavigationActionSize"
|
|
130440
|
+
},
|
|
130441
|
+
"privacy": "public"
|
|
130442
|
+
},
|
|
130443
|
+
{
|
|
130444
|
+
"kind": "field",
|
|
130445
|
+
"name": "marker",
|
|
130446
|
+
"type": {
|
|
130447
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130448
|
+
},
|
|
130449
|
+
"privacy": "public",
|
|
130450
|
+
"readonly": true
|
|
130451
|
+
},
|
|
130452
|
+
{
|
|
130453
|
+
"kind": "field",
|
|
130454
|
+
"name": "section",
|
|
130455
|
+
"type": {
|
|
130456
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130457
|
+
},
|
|
130458
|
+
"privacy": "public",
|
|
130459
|
+
"readonly": true
|
|
130460
|
+
},
|
|
130461
|
+
{
|
|
130462
|
+
"kind": "field",
|
|
130463
|
+
"name": "connectedSection",
|
|
130464
|
+
"type": {
|
|
130465
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
130466
|
+
},
|
|
130467
|
+
"privacy": "public"
|
|
130468
|
+
}
|
|
130469
|
+
]
|
|
130470
|
+
},
|
|
130471
|
+
{
|
|
130472
|
+
"kind": "mixin",
|
|
130473
|
+
"description": "",
|
|
130474
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130475
|
+
"members": [
|
|
130476
|
+
{
|
|
130477
|
+
"kind": "field",
|
|
130478
|
+
"name": "elementDependencies",
|
|
130479
|
+
"type": {
|
|
130480
|
+
"text": "SbbElementType[]"
|
|
130481
|
+
},
|
|
130482
|
+
"privacy": "public",
|
|
130483
|
+
"static": true,
|
|
130484
|
+
"default": "[SbbIconElement]"
|
|
130485
|
+
},
|
|
130486
|
+
{
|
|
130487
|
+
"kind": "field",
|
|
130488
|
+
"name": "styles",
|
|
130489
|
+
"type": {
|
|
130490
|
+
"text": "CSSResultGroup"
|
|
130491
|
+
},
|
|
130492
|
+
"privacy": "public",
|
|
130493
|
+
"static": true,
|
|
130494
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
130495
|
+
},
|
|
130496
|
+
{
|
|
130497
|
+
"kind": "field",
|
|
130498
|
+
"name": "size",
|
|
130499
|
+
"type": {
|
|
130500
|
+
"text": "SbbNavigationActionSize"
|
|
130501
|
+
},
|
|
130502
|
+
"privacy": "public",
|
|
130503
|
+
"description": "Action size variant, either s, m or l.",
|
|
130504
|
+
"default": "'l' / 's' (lean)",
|
|
130505
|
+
"attribute": "size",
|
|
130506
|
+
"reflects": true
|
|
130507
|
+
},
|
|
130508
|
+
{
|
|
130509
|
+
"kind": "field",
|
|
130510
|
+
"name": "connectedSection",
|
|
130511
|
+
"type": {
|
|
130512
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
130513
|
+
},
|
|
130514
|
+
"privacy": "public",
|
|
130515
|
+
"description": "The section that is being controlled by the action, if any."
|
|
130516
|
+
},
|
|
130517
|
+
{
|
|
130518
|
+
"kind": "field",
|
|
130519
|
+
"name": "marker",
|
|
130520
|
+
"type": {
|
|
130521
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130522
|
+
},
|
|
130523
|
+
"privacy": "public",
|
|
130524
|
+
"description": "The navigation marker in which the action is nested.",
|
|
130525
|
+
"readonly": true
|
|
130526
|
+
},
|
|
130527
|
+
{
|
|
130528
|
+
"kind": "field",
|
|
130529
|
+
"name": "section",
|
|
130530
|
+
"type": {
|
|
130531
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130532
|
+
},
|
|
130533
|
+
"privacy": "public",
|
|
130534
|
+
"description": "The section in which the action is nested.",
|
|
130535
|
+
"readonly": true
|
|
130536
|
+
},
|
|
130537
|
+
{
|
|
130538
|
+
"kind": "field",
|
|
130539
|
+
"name": "_navigationMarker",
|
|
130540
|
+
"type": {
|
|
130541
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130542
|
+
},
|
|
130543
|
+
"privacy": "private",
|
|
130544
|
+
"default": "null"
|
|
130545
|
+
},
|
|
130546
|
+
{
|
|
130547
|
+
"kind": "field",
|
|
130548
|
+
"name": "_navigationSection",
|
|
130549
|
+
"type": {
|
|
130550
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130551
|
+
},
|
|
130552
|
+
"privacy": "private",
|
|
130553
|
+
"default": "null"
|
|
130554
|
+
},
|
|
130555
|
+
{
|
|
130556
|
+
"kind": "method",
|
|
130557
|
+
"name": "renderTemplate",
|
|
130558
|
+
"privacy": "protected",
|
|
130559
|
+
"return": {
|
|
130560
|
+
"type": {
|
|
130561
|
+
"text": "TemplateResult"
|
|
130562
|
+
}
|
|
130563
|
+
}
|
|
130564
|
+
}
|
|
130565
|
+
],
|
|
130566
|
+
"attributes": [
|
|
130567
|
+
{
|
|
130568
|
+
"name": "size",
|
|
130569
|
+
"type": {
|
|
130570
|
+
"text": "SbbNavigationActionSize"
|
|
130571
|
+
},
|
|
130572
|
+
"description": "Action size variant, either s, m or l.",
|
|
130573
|
+
"default": "'l' / 's' (lean)",
|
|
130574
|
+
"fieldName": "size"
|
|
130575
|
+
}
|
|
130576
|
+
],
|
|
130577
|
+
"parameters": [
|
|
130578
|
+
{
|
|
130579
|
+
"name": "superClass",
|
|
130580
|
+
"type": {
|
|
130581
|
+
"text": "T"
|
|
130582
|
+
}
|
|
130583
|
+
}
|
|
130584
|
+
]
|
|
130585
|
+
}
|
|
130586
|
+
],
|
|
130587
|
+
"exports": [
|
|
130588
|
+
{
|
|
130589
|
+
"kind": "js",
|
|
130590
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130591
|
+
"declaration": {
|
|
130592
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130593
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
130594
|
+
}
|
|
130595
|
+
},
|
|
130596
|
+
{
|
|
130597
|
+
"kind": "js",
|
|
130598
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130599
|
+
"declaration": {
|
|
130600
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130601
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
130602
|
+
}
|
|
130603
|
+
}
|
|
130604
|
+
]
|
|
130605
|
+
},
|
|
130426
130606
|
{
|
|
130427
130607
|
"kind": "javascript-module",
|
|
130428
130608
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -130795,186 +130975,6 @@
|
|
|
130795
130975
|
}
|
|
130796
130976
|
]
|
|
130797
130977
|
},
|
|
130798
|
-
{
|
|
130799
|
-
"kind": "javascript-module",
|
|
130800
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
130801
|
-
"declarations": [
|
|
130802
|
-
{
|
|
130803
|
-
"kind": "class",
|
|
130804
|
-
"description": "",
|
|
130805
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130806
|
-
"members": [
|
|
130807
|
-
{
|
|
130808
|
-
"kind": "field",
|
|
130809
|
-
"name": "size",
|
|
130810
|
-
"type": {
|
|
130811
|
-
"text": "SbbNavigationActionSize"
|
|
130812
|
-
},
|
|
130813
|
-
"privacy": "public"
|
|
130814
|
-
},
|
|
130815
|
-
{
|
|
130816
|
-
"kind": "field",
|
|
130817
|
-
"name": "marker",
|
|
130818
|
-
"type": {
|
|
130819
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130820
|
-
},
|
|
130821
|
-
"privacy": "public",
|
|
130822
|
-
"readonly": true
|
|
130823
|
-
},
|
|
130824
|
-
{
|
|
130825
|
-
"kind": "field",
|
|
130826
|
-
"name": "section",
|
|
130827
|
-
"type": {
|
|
130828
|
-
"text": "SbbNavigationSectionElement | null"
|
|
130829
|
-
},
|
|
130830
|
-
"privacy": "public",
|
|
130831
|
-
"readonly": true
|
|
130832
|
-
},
|
|
130833
|
-
{
|
|
130834
|
-
"kind": "field",
|
|
130835
|
-
"name": "connectedSection",
|
|
130836
|
-
"type": {
|
|
130837
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
130838
|
-
},
|
|
130839
|
-
"privacy": "public"
|
|
130840
|
-
}
|
|
130841
|
-
]
|
|
130842
|
-
},
|
|
130843
|
-
{
|
|
130844
|
-
"kind": "mixin",
|
|
130845
|
-
"description": "",
|
|
130846
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
130847
|
-
"members": [
|
|
130848
|
-
{
|
|
130849
|
-
"kind": "field",
|
|
130850
|
-
"name": "elementDependencies",
|
|
130851
|
-
"type": {
|
|
130852
|
-
"text": "SbbElementType[]"
|
|
130853
|
-
},
|
|
130854
|
-
"privacy": "public",
|
|
130855
|
-
"static": true,
|
|
130856
|
-
"default": "[SbbIconElement]"
|
|
130857
|
-
},
|
|
130858
|
-
{
|
|
130859
|
-
"kind": "field",
|
|
130860
|
-
"name": "styles",
|
|
130861
|
-
"type": {
|
|
130862
|
-
"text": "CSSResultGroup"
|
|
130863
|
-
},
|
|
130864
|
-
"privacy": "public",
|
|
130865
|
-
"static": true,
|
|
130866
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
130867
|
-
},
|
|
130868
|
-
{
|
|
130869
|
-
"kind": "field",
|
|
130870
|
-
"name": "size",
|
|
130871
|
-
"type": {
|
|
130872
|
-
"text": "SbbNavigationActionSize"
|
|
130873
|
-
},
|
|
130874
|
-
"privacy": "public",
|
|
130875
|
-
"description": "Action size variant, either s, m or l.",
|
|
130876
|
-
"default": "'l' / 's' (lean)",
|
|
130877
|
-
"attribute": "size",
|
|
130878
|
-
"reflects": true
|
|
130879
|
-
},
|
|
130880
|
-
{
|
|
130881
|
-
"kind": "field",
|
|
130882
|
-
"name": "connectedSection",
|
|
130883
|
-
"type": {
|
|
130884
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
130885
|
-
},
|
|
130886
|
-
"privacy": "public",
|
|
130887
|
-
"description": "The section that is being controlled by the action, if any."
|
|
130888
|
-
},
|
|
130889
|
-
{
|
|
130890
|
-
"kind": "field",
|
|
130891
|
-
"name": "marker",
|
|
130892
|
-
"type": {
|
|
130893
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130894
|
-
},
|
|
130895
|
-
"privacy": "public",
|
|
130896
|
-
"description": "The navigation marker in which the action is nested.",
|
|
130897
|
-
"readonly": true
|
|
130898
|
-
},
|
|
130899
|
-
{
|
|
130900
|
-
"kind": "field",
|
|
130901
|
-
"name": "section",
|
|
130902
|
-
"type": {
|
|
130903
|
-
"text": "SbbNavigationSectionElement | null"
|
|
130904
|
-
},
|
|
130905
|
-
"privacy": "public",
|
|
130906
|
-
"description": "The section in which the action is nested.",
|
|
130907
|
-
"readonly": true
|
|
130908
|
-
},
|
|
130909
|
-
{
|
|
130910
|
-
"kind": "field",
|
|
130911
|
-
"name": "_navigationMarker",
|
|
130912
|
-
"type": {
|
|
130913
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130914
|
-
},
|
|
130915
|
-
"privacy": "private",
|
|
130916
|
-
"default": "null"
|
|
130917
|
-
},
|
|
130918
|
-
{
|
|
130919
|
-
"kind": "field",
|
|
130920
|
-
"name": "_navigationSection",
|
|
130921
|
-
"type": {
|
|
130922
|
-
"text": "SbbNavigationSectionElement | null"
|
|
130923
|
-
},
|
|
130924
|
-
"privacy": "private",
|
|
130925
|
-
"default": "null"
|
|
130926
|
-
},
|
|
130927
|
-
{
|
|
130928
|
-
"kind": "method",
|
|
130929
|
-
"name": "renderTemplate",
|
|
130930
|
-
"privacy": "protected",
|
|
130931
|
-
"return": {
|
|
130932
|
-
"type": {
|
|
130933
|
-
"text": "TemplateResult"
|
|
130934
|
-
}
|
|
130935
|
-
}
|
|
130936
|
-
}
|
|
130937
|
-
],
|
|
130938
|
-
"attributes": [
|
|
130939
|
-
{
|
|
130940
|
-
"name": "size",
|
|
130941
|
-
"type": {
|
|
130942
|
-
"text": "SbbNavigationActionSize"
|
|
130943
|
-
},
|
|
130944
|
-
"description": "Action size variant, either s, m or l.",
|
|
130945
|
-
"default": "'l' / 's' (lean)",
|
|
130946
|
-
"fieldName": "size"
|
|
130947
|
-
}
|
|
130948
|
-
],
|
|
130949
|
-
"parameters": [
|
|
130950
|
-
{
|
|
130951
|
-
"name": "superClass",
|
|
130952
|
-
"type": {
|
|
130953
|
-
"text": "T"
|
|
130954
|
-
}
|
|
130955
|
-
}
|
|
130956
|
-
]
|
|
130957
|
-
}
|
|
130958
|
-
],
|
|
130959
|
-
"exports": [
|
|
130960
|
-
{
|
|
130961
|
-
"kind": "js",
|
|
130962
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130963
|
-
"declaration": {
|
|
130964
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130965
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
130966
|
-
}
|
|
130967
|
-
},
|
|
130968
|
-
{
|
|
130969
|
-
"kind": "js",
|
|
130970
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
130971
|
-
"declaration": {
|
|
130972
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
130973
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
130974
|
-
}
|
|
130975
|
-
}
|
|
130976
|
-
]
|
|
130977
|
-
},
|
|
130978
130978
|
{
|
|
130979
130979
|
"kind": "javascript-module",
|
|
130980
130980
|
"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": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.1775816106",
|
|
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/29e58b07ce89f6cee9f5a38db8ca5fb4eb3abdd0"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|