@sbb-esta/lyne-elements-dev 4.7.0-dev.1772586608 → 4.7.0-dev.1772627967

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.
Files changed (2) hide show
  1. package/custom-elements.json +392 -392
  2. package/package.json +2 -2
@@ -82235,21 +82235,93 @@
82235
82235
  },
82236
82236
  {
82237
82237
  "kind": "javascript-module",
82238
- "path": "link/common/block-link-common.js",
82238
+ "path": "link/block-link-static/block-link-static.component.js",
82239
82239
  "declarations": [
82240
82240
  {
82241
82241
  "kind": "class",
82242
- "description": "",
82243
- "name": "SbbBlockLinkCommonElementMixinType",
82244
- "members": [
82242
+ "description": "It displays a static link enhanced with the SBB Design.",
82243
+ "name": "SbbBlockLinkStaticElement",
82244
+ "slots": [
82245
82245
  {
82246
- "kind": "field",
82247
- "name": "iconPlacement",
82246
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
82247
+ "name": ""
82248
+ },
82249
+ {
82250
+ "description": "Slot used to display the icon, if one is set.",
82251
+ "name": "icon"
82252
+ }
82253
+ ],
82254
+ "mixins": [
82255
+ {
82256
+ "name": "SbbBlockLinkCommonElementMixin",
82257
+ "module": "link/common.js"
82258
+ },
82259
+ {
82260
+ "name": "SbbDisabledMixin",
82261
+ "module": "core/mixins.js"
82262
+ }
82263
+ ],
82264
+ "superclass": {
82265
+ "name": "SbbActionBaseElement",
82266
+ "module": "core/base-elements.js"
82267
+ },
82268
+ "tagName": "sbb-block-link-static",
82269
+ "customElement": true,
82270
+ "attributes": [
82271
+ {
82272
+ "name": "icon-placement",
82248
82273
  "type": {
82249
82274
  "text": "SbbIconPlacement"
82250
82275
  },
82251
- "privacy": "public"
82276
+ "default": "'start'",
82277
+ "description": "Moves the icon to the end of the component if set to true.",
82278
+ "fieldName": "iconPlacement",
82279
+ "inheritedFrom": {
82280
+ "name": "SbbBlockLinkCommonElementMixin",
82281
+ "module": "link/common/block-link-common.js"
82282
+ }
82283
+ },
82284
+ {
82285
+ "name": "size",
82286
+ "type": {
82287
+ "text": "SbbLinkSize"
82288
+ },
82289
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
82290
+ "default": "'s' / 'xs' (lean)",
82291
+ "fieldName": "size",
82292
+ "inheritedFrom": {
82293
+ "name": "SbbLinkCommonElementMixin",
82294
+ "module": "link/common/link-common.js"
82295
+ }
82296
+ },
82297
+ {
82298
+ "name": "icon-name",
82299
+ "type": {
82300
+ "text": "string"
82301
+ },
82302
+ "default": "''",
82303
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
82304
+ "fieldName": "iconName",
82305
+ "inheritedFrom": {
82306
+ "name": "SbbIconNameMixin",
82307
+ "module": "icon/icon-name-mixin.js"
82308
+ }
82252
82309
  },
82310
+ {
82311
+ "name": "disabled",
82312
+ "description": "Whether the component is disabled.",
82313
+ "default": "false",
82314
+ "type": {
82315
+ "text": "boolean"
82316
+ },
82317
+ "fieldName": "disabled",
82318
+ "inheritedFrom": {
82319
+ "name": "SbbDisabledMixin",
82320
+ "module": "core/mixins/disabled-mixin.js"
82321
+ }
82322
+ }
82323
+ ],
82324
+ "members": [
82253
82325
  {
82254
82326
  "kind": "field",
82255
82327
  "name": "styles",
@@ -82258,7 +82330,7 @@
82258
82330
  },
82259
82331
  "privacy": "public",
82260
82332
  "static": true,
82261
- "default": "style",
82333
+ "default": "[boxSizingStyles, style, blockStyle]",
82262
82334
  "inheritedFrom": {
82263
82335
  "name": "SbbLinkCommonElementMixin",
82264
82336
  "module": "link/common/link-common.js"
@@ -82266,18 +82338,18 @@
82266
82338
  },
82267
82339
  {
82268
82340
  "kind": "field",
82269
- "name": "size",
82341
+ "name": "iconPlacement",
82270
82342
  "type": {
82271
- "text": "SbbLinkSize"
82343
+ "text": "SbbIconPlacement"
82272
82344
  },
82273
82345
  "privacy": "public",
82274
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
82275
- "default": "'s' / 'xs' (lean)",
82276
- "attribute": "size",
82346
+ "default": "'start'",
82347
+ "description": "Moves the icon to the end of the component if set to true.",
82348
+ "attribute": "icon-placement",
82277
82349
  "reflects": true,
82278
82350
  "inheritedFrom": {
82279
- "name": "SbbLinkCommonElementMixin",
82280
- "module": "link/common/link-common.js"
82351
+ "name": "SbbBlockLinkCommonElementMixin",
82352
+ "module": "link/common/block-link-common.js"
82281
82353
  }
82282
82354
  },
82283
82355
  {
@@ -82297,18 +82369,18 @@
82297
82369
  },
82298
82370
  {
82299
82371
  "kind": "field",
82300
- "name": "negative",
82372
+ "name": "size",
82301
82373
  "type": {
82302
- "text": "boolean"
82374
+ "text": "SbbLinkSize"
82303
82375
  },
82304
82376
  "privacy": "public",
82305
- "default": "false",
82306
- "description": "Negative coloring variant flag.",
82307
- "attribute": "negative",
82377
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
82378
+ "default": "'s' / 'xs' (lean)",
82379
+ "attribute": "size",
82308
82380
  "reflects": true,
82309
82381
  "inheritedFrom": {
82310
- "name": "SbbNegativeMixin",
82311
- "module": "core/mixins/negative-mixin.js"
82382
+ "name": "SbbLinkCommonElementMixin",
82383
+ "module": "link/common/link-common.js"
82312
82384
  }
82313
82385
  },
82314
82386
  {
@@ -82377,6 +82449,50 @@
82377
82449
  "module": "icon/icon-name-mixin.js"
82378
82450
  }
82379
82451
  },
82452
+ {
82453
+ "kind": "field",
82454
+ "name": "disabled",
82455
+ "privacy": "public",
82456
+ "description": "Whether the component is disabled.",
82457
+ "default": "false",
82458
+ "type": {
82459
+ "text": "boolean"
82460
+ },
82461
+ "attribute": "disabled",
82462
+ "reflects": true,
82463
+ "inheritedFrom": {
82464
+ "name": "SbbDisabledMixin",
82465
+ "module": "core/mixins/disabled-mixin.js"
82466
+ }
82467
+ },
82468
+ {
82469
+ "kind": "field",
82470
+ "name": "#disabled",
82471
+ "privacy": "private",
82472
+ "type": {
82473
+ "text": "boolean"
82474
+ },
82475
+ "default": "false",
82476
+ "inheritedFrom": {
82477
+ "name": "SbbDisabledMixin",
82478
+ "module": "core/mixins/disabled-mixin.js"
82479
+ }
82480
+ },
82481
+ {
82482
+ "kind": "method",
82483
+ "name": "isDisabledExternally",
82484
+ "privacy": "protected",
82485
+ "return": {
82486
+ "type": {
82487
+ "text": "boolean"
82488
+ }
82489
+ },
82490
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
82491
+ "inheritedFrom": {
82492
+ "name": "SbbDisabledMixin",
82493
+ "module": "core/mixins/disabled-mixin.js"
82494
+ }
82495
+ },
82380
82496
  {
82381
82497
  "kind": "method",
82382
82498
  "name": "toggleState",
@@ -82446,62 +82562,297 @@
82446
82562
  "module": "core/base-elements/action-base-element.js"
82447
82563
  }
82448
82564
  }
82449
- ],
82450
- "mixins": [
82565
+ ]
82566
+ }
82567
+ ],
82568
+ "exports": [
82569
+ {
82570
+ "kind": "js",
82571
+ "name": "SbbBlockLinkStaticElement",
82572
+ "declaration": {
82573
+ "name": "SbbBlockLinkStaticElement",
82574
+ "module": "link/block-link-static/block-link-static.component.js"
82575
+ }
82576
+ },
82577
+ {
82578
+ "kind": "custom-element-definition",
82579
+ "name": "sbb-block-link-static",
82580
+ "declaration": {
82581
+ "name": "SbbBlockLinkStaticElement",
82582
+ "module": "link/block-link-static/block-link-static.component.js"
82583
+ }
82584
+ }
82585
+ ]
82586
+ },
82587
+ {
82588
+ "kind": "javascript-module",
82589
+ "path": "link/common/block-link-common.js",
82590
+ "declarations": [
82591
+ {
82592
+ "kind": "class",
82593
+ "description": "",
82594
+ "name": "SbbBlockLinkCommonElementMixinType",
82595
+ "members": [
82451
82596
  {
82452
- "name": "SbbLinkCommonElementMixin",
82453
- "module": "link/common/link-common.js"
82597
+ "kind": "field",
82598
+ "name": "iconPlacement",
82599
+ "type": {
82600
+ "text": "SbbIconPlacement"
82601
+ },
82602
+ "privacy": "public"
82454
82603
  },
82455
82604
  {
82456
- "name": "SbbIconNameMixin",
82457
- "module": "icon.js"
82458
- }
82459
- ],
82460
- "superclass": {
82461
- "name": "SbbActionBaseElement",
82462
- "module": "core/base-elements.js"
82463
- },
82464
- "attributes": [
82605
+ "kind": "field",
82606
+ "name": "styles",
82607
+ "type": {
82608
+ "text": "CSSResultGroup"
82609
+ },
82610
+ "privacy": "public",
82611
+ "static": true,
82612
+ "default": "style",
82613
+ "inheritedFrom": {
82614
+ "name": "SbbLinkCommonElementMixin",
82615
+ "module": "link/common/link-common.js"
82616
+ }
82617
+ },
82465
82618
  {
82619
+ "kind": "field",
82466
82620
  "name": "size",
82467
82621
  "type": {
82468
82622
  "text": "SbbLinkSize"
82469
82623
  },
82624
+ "privacy": "public",
82470
82625
  "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
82471
82626
  "default": "'s' / 'xs' (lean)",
82472
- "fieldName": "size",
82627
+ "attribute": "size",
82628
+ "reflects": true,
82473
82629
  "inheritedFrom": {
82474
82630
  "name": "SbbLinkCommonElementMixin",
82475
82631
  "module": "link/common/link-common.js"
82476
82632
  }
82477
82633
  },
82478
82634
  {
82635
+ "kind": "method",
82636
+ "name": "renderTemplate",
82637
+ "privacy": "protected",
82638
+ "return": {
82639
+ "type": {
82640
+ "text": "TemplateResult"
82641
+ }
82642
+ },
82643
+ "description": "Override this method to render the component template.",
82644
+ "inheritedFrom": {
82645
+ "name": "SbbActionBaseElement",
82646
+ "module": "core/base-elements/action-base-element.js"
82647
+ }
82648
+ },
82649
+ {
82650
+ "kind": "field",
82479
82651
  "name": "negative",
82480
82652
  "type": {
82481
82653
  "text": "boolean"
82482
82654
  },
82655
+ "privacy": "public",
82483
82656
  "default": "false",
82484
82657
  "description": "Negative coloring variant flag.",
82485
- "fieldName": "negative",
82658
+ "attribute": "negative",
82659
+ "reflects": true,
82486
82660
  "inheritedFrom": {
82487
82661
  "name": "SbbNegativeMixin",
82488
82662
  "module": "core/mixins/negative-mixin.js"
82489
82663
  }
82490
82664
  },
82491
82665
  {
82492
- "name": "icon-name",
82666
+ "kind": "field",
82667
+ "name": "iconName",
82493
82668
  "type": {
82494
82669
  "text": "string"
82495
82670
  },
82671
+ "privacy": "public",
82496
82672
  "default": "''",
82497
82673
  "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
82498
- "fieldName": "iconName",
82674
+ "attribute": "icon-name",
82499
82675
  "inheritedFrom": {
82500
82676
  "name": "SbbIconNameMixin",
82501
82677
  "module": "icon/icon-name-mixin.js"
82502
82678
  }
82503
- }
82504
- ]
82679
+ },
82680
+ {
82681
+ "kind": "method",
82682
+ "name": "renderIconSlot",
82683
+ "privacy": "protected",
82684
+ "return": {
82685
+ "type": {
82686
+ "text": "TemplateResult"
82687
+ }
82688
+ },
82689
+ "parameters": [
82690
+ {
82691
+ "name": "classname",
82692
+ "optional": true,
82693
+ "type": {
82694
+ "text": "string"
82695
+ }
82696
+ }
82697
+ ],
82698
+ "inheritedFrom": {
82699
+ "name": "SbbIconNameMixin",
82700
+ "module": "icon/icon-name-mixin.js"
82701
+ }
82702
+ },
82703
+ {
82704
+ "kind": "method",
82705
+ "name": "renderIconName",
82706
+ "privacy": "protected",
82707
+ "return": {
82708
+ "type": {
82709
+ "text": "string"
82710
+ }
82711
+ },
82712
+ "inheritedFrom": {
82713
+ "name": "SbbIconNameMixin",
82714
+ "module": "icon/icon-name-mixin.js"
82715
+ }
82716
+ },
82717
+ {
82718
+ "kind": "method",
82719
+ "name": "_renderIconName",
82720
+ "privacy": "private",
82721
+ "return": {
82722
+ "type": {
82723
+ "text": "string"
82724
+ }
82725
+ },
82726
+ "inheritedFrom": {
82727
+ "name": "SbbIconNameMixin",
82728
+ "module": "icon/icon-name-mixin.js"
82729
+ }
82730
+ },
82731
+ {
82732
+ "kind": "method",
82733
+ "name": "toggleState",
82734
+ "privacy": "protected",
82735
+ "return": {
82736
+ "type": {
82737
+ "text": "void"
82738
+ }
82739
+ },
82740
+ "parameters": [
82741
+ {
82742
+ "name": "value",
82743
+ "type": {
82744
+ "text": "string"
82745
+ }
82746
+ },
82747
+ {
82748
+ "name": "force",
82749
+ "optional": true,
82750
+ "type": {
82751
+ "text": "boolean"
82752
+ }
82753
+ }
82754
+ ],
82755
+ "inheritedFrom": {
82756
+ "name": "SbbActionBaseElement",
82757
+ "module": "core/base-elements/action-base-element.js"
82758
+ }
82759
+ },
82760
+ {
82761
+ "kind": "field",
82762
+ "name": "maybeDisabled",
82763
+ "type": {
82764
+ "text": "boolean | undefined"
82765
+ },
82766
+ "privacy": "protected",
82767
+ "readonly": true,
82768
+ "inheritedFrom": {
82769
+ "name": "SbbActionBaseElement",
82770
+ "module": "core/base-elements/action-base-element.js"
82771
+ }
82772
+ },
82773
+ {
82774
+ "kind": "field",
82775
+ "name": "maybeDisabledInteractive",
82776
+ "type": {
82777
+ "text": "boolean | undefined"
82778
+ },
82779
+ "privacy": "protected",
82780
+ "readonly": true,
82781
+ "inheritedFrom": {
82782
+ "name": "SbbActionBaseElement",
82783
+ "module": "core/base-elements/action-base-element.js"
82784
+ }
82785
+ },
82786
+ {
82787
+ "kind": "method",
82788
+ "name": "setupBaseEventHandlers",
82789
+ "privacy": "protected",
82790
+ "return": {
82791
+ "type": {
82792
+ "text": "void"
82793
+ }
82794
+ },
82795
+ "inheritedFrom": {
82796
+ "name": "SbbActionBaseElement",
82797
+ "module": "core/base-elements/action-base-element.js"
82798
+ }
82799
+ }
82800
+ ],
82801
+ "mixins": [
82802
+ {
82803
+ "name": "SbbLinkCommonElementMixin",
82804
+ "module": "link/common/link-common.js"
82805
+ },
82806
+ {
82807
+ "name": "SbbIconNameMixin",
82808
+ "module": "icon.js"
82809
+ }
82810
+ ],
82811
+ "superclass": {
82812
+ "name": "SbbActionBaseElement",
82813
+ "module": "core/base-elements.js"
82814
+ },
82815
+ "attributes": [
82816
+ {
82817
+ "name": "size",
82818
+ "type": {
82819
+ "text": "SbbLinkSize"
82820
+ },
82821
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
82822
+ "default": "'s' / 'xs' (lean)",
82823
+ "fieldName": "size",
82824
+ "inheritedFrom": {
82825
+ "name": "SbbLinkCommonElementMixin",
82826
+ "module": "link/common/link-common.js"
82827
+ }
82828
+ },
82829
+ {
82830
+ "name": "negative",
82831
+ "type": {
82832
+ "text": "boolean"
82833
+ },
82834
+ "default": "false",
82835
+ "description": "Negative coloring variant flag.",
82836
+ "fieldName": "negative",
82837
+ "inheritedFrom": {
82838
+ "name": "SbbNegativeMixin",
82839
+ "module": "core/mixins/negative-mixin.js"
82840
+ }
82841
+ },
82842
+ {
82843
+ "name": "icon-name",
82844
+ "type": {
82845
+ "text": "string"
82846
+ },
82847
+ "default": "''",
82848
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
82849
+ "fieldName": "iconName",
82850
+ "inheritedFrom": {
82851
+ "name": "SbbIconNameMixin",
82852
+ "module": "icon/icon-name-mixin.js"
82853
+ }
82854
+ }
82855
+ ]
82505
82856
  },
82506
82857
  {
82507
82858
  "kind": "mixin",
@@ -83301,357 +83652,6 @@
83301
83652
  }
83302
83653
  ]
83303
83654
  },
83304
- {
83305
- "kind": "javascript-module",
83306
- "path": "link/block-link-static/block-link-static.component.js",
83307
- "declarations": [
83308
- {
83309
- "kind": "class",
83310
- "description": "It displays a static link enhanced with the SBB Design.",
83311
- "name": "SbbBlockLinkStaticElement",
83312
- "slots": [
83313
- {
83314
- "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
83315
- "name": ""
83316
- },
83317
- {
83318
- "description": "Slot used to display the icon, if one is set.",
83319
- "name": "icon"
83320
- }
83321
- ],
83322
- "mixins": [
83323
- {
83324
- "name": "SbbBlockLinkCommonElementMixin",
83325
- "module": "link/common.js"
83326
- },
83327
- {
83328
- "name": "SbbDisabledMixin",
83329
- "module": "core/mixins.js"
83330
- }
83331
- ],
83332
- "superclass": {
83333
- "name": "SbbActionBaseElement",
83334
- "module": "core/base-elements.js"
83335
- },
83336
- "tagName": "sbb-block-link-static",
83337
- "customElement": true,
83338
- "attributes": [
83339
- {
83340
- "name": "icon-placement",
83341
- "type": {
83342
- "text": "SbbIconPlacement"
83343
- },
83344
- "default": "'start'",
83345
- "description": "Moves the icon to the end of the component if set to true.",
83346
- "fieldName": "iconPlacement",
83347
- "inheritedFrom": {
83348
- "name": "SbbBlockLinkCommonElementMixin",
83349
- "module": "link/common/block-link-common.js"
83350
- }
83351
- },
83352
- {
83353
- "name": "size",
83354
- "type": {
83355
- "text": "SbbLinkSize"
83356
- },
83357
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
83358
- "default": "'s' / 'xs' (lean)",
83359
- "fieldName": "size",
83360
- "inheritedFrom": {
83361
- "name": "SbbLinkCommonElementMixin",
83362
- "module": "link/common/link-common.js"
83363
- }
83364
- },
83365
- {
83366
- "name": "icon-name",
83367
- "type": {
83368
- "text": "string"
83369
- },
83370
- "default": "''",
83371
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
83372
- "fieldName": "iconName",
83373
- "inheritedFrom": {
83374
- "name": "SbbIconNameMixin",
83375
- "module": "icon/icon-name-mixin.js"
83376
- }
83377
- },
83378
- {
83379
- "name": "disabled",
83380
- "description": "Whether the component is disabled.",
83381
- "default": "false",
83382
- "type": {
83383
- "text": "boolean"
83384
- },
83385
- "fieldName": "disabled",
83386
- "inheritedFrom": {
83387
- "name": "SbbDisabledMixin",
83388
- "module": "core/mixins/disabled-mixin.js"
83389
- }
83390
- }
83391
- ],
83392
- "members": [
83393
- {
83394
- "kind": "field",
83395
- "name": "styles",
83396
- "type": {
83397
- "text": "CSSResultGroup"
83398
- },
83399
- "privacy": "public",
83400
- "static": true,
83401
- "default": "[boxSizingStyles, style, blockStyle]",
83402
- "inheritedFrom": {
83403
- "name": "SbbLinkCommonElementMixin",
83404
- "module": "link/common/link-common.js"
83405
- }
83406
- },
83407
- {
83408
- "kind": "field",
83409
- "name": "iconPlacement",
83410
- "type": {
83411
- "text": "SbbIconPlacement"
83412
- },
83413
- "privacy": "public",
83414
- "default": "'start'",
83415
- "description": "Moves the icon to the end of the component if set to true.",
83416
- "attribute": "icon-placement",
83417
- "reflects": true,
83418
- "inheritedFrom": {
83419
- "name": "SbbBlockLinkCommonElementMixin",
83420
- "module": "link/common/block-link-common.js"
83421
- }
83422
- },
83423
- {
83424
- "kind": "method",
83425
- "name": "renderTemplate",
83426
- "privacy": "protected",
83427
- "return": {
83428
- "type": {
83429
- "text": "TemplateResult"
83430
- }
83431
- },
83432
- "description": "Override this method to render the component template.",
83433
- "inheritedFrom": {
83434
- "name": "SbbActionBaseElement",
83435
- "module": "core/base-elements/action-base-element.js"
83436
- }
83437
- },
83438
- {
83439
- "kind": "field",
83440
- "name": "size",
83441
- "type": {
83442
- "text": "SbbLinkSize"
83443
- },
83444
- "privacy": "public",
83445
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
83446
- "default": "'s' / 'xs' (lean)",
83447
- "attribute": "size",
83448
- "reflects": true,
83449
- "inheritedFrom": {
83450
- "name": "SbbLinkCommonElementMixin",
83451
- "module": "link/common/link-common.js"
83452
- }
83453
- },
83454
- {
83455
- "kind": "field",
83456
- "name": "iconName",
83457
- "type": {
83458
- "text": "string"
83459
- },
83460
- "privacy": "public",
83461
- "default": "''",
83462
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
83463
- "attribute": "icon-name",
83464
- "inheritedFrom": {
83465
- "name": "SbbIconNameMixin",
83466
- "module": "icon/icon-name-mixin.js"
83467
- }
83468
- },
83469
- {
83470
- "kind": "method",
83471
- "name": "renderIconSlot",
83472
- "privacy": "protected",
83473
- "return": {
83474
- "type": {
83475
- "text": "TemplateResult"
83476
- }
83477
- },
83478
- "parameters": [
83479
- {
83480
- "name": "classname",
83481
- "optional": true,
83482
- "type": {
83483
- "text": "string"
83484
- }
83485
- }
83486
- ],
83487
- "inheritedFrom": {
83488
- "name": "SbbIconNameMixin",
83489
- "module": "icon/icon-name-mixin.js"
83490
- }
83491
- },
83492
- {
83493
- "kind": "method",
83494
- "name": "renderIconName",
83495
- "privacy": "protected",
83496
- "return": {
83497
- "type": {
83498
- "text": "string"
83499
- }
83500
- },
83501
- "inheritedFrom": {
83502
- "name": "SbbIconNameMixin",
83503
- "module": "icon/icon-name-mixin.js"
83504
- }
83505
- },
83506
- {
83507
- "kind": "method",
83508
- "name": "_renderIconName",
83509
- "privacy": "private",
83510
- "return": {
83511
- "type": {
83512
- "text": "string"
83513
- }
83514
- },
83515
- "inheritedFrom": {
83516
- "name": "SbbIconNameMixin",
83517
- "module": "icon/icon-name-mixin.js"
83518
- }
83519
- },
83520
- {
83521
- "kind": "field",
83522
- "name": "disabled",
83523
- "privacy": "public",
83524
- "description": "Whether the component is disabled.",
83525
- "default": "false",
83526
- "type": {
83527
- "text": "boolean"
83528
- },
83529
- "attribute": "disabled",
83530
- "reflects": true,
83531
- "inheritedFrom": {
83532
- "name": "SbbDisabledMixin",
83533
- "module": "core/mixins/disabled-mixin.js"
83534
- }
83535
- },
83536
- {
83537
- "kind": "field",
83538
- "name": "#disabled",
83539
- "privacy": "private",
83540
- "type": {
83541
- "text": "boolean"
83542
- },
83543
- "default": "false",
83544
- "inheritedFrom": {
83545
- "name": "SbbDisabledMixin",
83546
- "module": "core/mixins/disabled-mixin.js"
83547
- }
83548
- },
83549
- {
83550
- "kind": "method",
83551
- "name": "isDisabledExternally",
83552
- "privacy": "protected",
83553
- "return": {
83554
- "type": {
83555
- "text": "boolean"
83556
- }
83557
- },
83558
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
83559
- "inheritedFrom": {
83560
- "name": "SbbDisabledMixin",
83561
- "module": "core/mixins/disabled-mixin.js"
83562
- }
83563
- },
83564
- {
83565
- "kind": "method",
83566
- "name": "toggleState",
83567
- "privacy": "protected",
83568
- "return": {
83569
- "type": {
83570
- "text": "void"
83571
- }
83572
- },
83573
- "parameters": [
83574
- {
83575
- "name": "value",
83576
- "type": {
83577
- "text": "string"
83578
- }
83579
- },
83580
- {
83581
- "name": "force",
83582
- "optional": true,
83583
- "type": {
83584
- "text": "boolean"
83585
- }
83586
- }
83587
- ],
83588
- "inheritedFrom": {
83589
- "name": "SbbActionBaseElement",
83590
- "module": "core/base-elements/action-base-element.js"
83591
- }
83592
- },
83593
- {
83594
- "kind": "field",
83595
- "name": "maybeDisabled",
83596
- "type": {
83597
- "text": "boolean | undefined"
83598
- },
83599
- "privacy": "protected",
83600
- "readonly": true,
83601
- "inheritedFrom": {
83602
- "name": "SbbActionBaseElement",
83603
- "module": "core/base-elements/action-base-element.js"
83604
- }
83605
- },
83606
- {
83607
- "kind": "field",
83608
- "name": "maybeDisabledInteractive",
83609
- "type": {
83610
- "text": "boolean | undefined"
83611
- },
83612
- "privacy": "protected",
83613
- "readonly": true,
83614
- "inheritedFrom": {
83615
- "name": "SbbActionBaseElement",
83616
- "module": "core/base-elements/action-base-element.js"
83617
- }
83618
- },
83619
- {
83620
- "kind": "method",
83621
- "name": "setupBaseEventHandlers",
83622
- "privacy": "protected",
83623
- "return": {
83624
- "type": {
83625
- "text": "void"
83626
- }
83627
- },
83628
- "inheritedFrom": {
83629
- "name": "SbbActionBaseElement",
83630
- "module": "core/base-elements/action-base-element.js"
83631
- }
83632
- }
83633
- ]
83634
- }
83635
- ],
83636
- "exports": [
83637
- {
83638
- "kind": "js",
83639
- "name": "SbbBlockLinkStaticElement",
83640
- "declaration": {
83641
- "name": "SbbBlockLinkStaticElement",
83642
- "module": "link/block-link-static/block-link-static.component.js"
83643
- }
83644
- },
83645
- {
83646
- "kind": "custom-element-definition",
83647
- "name": "sbb-block-link-static",
83648
- "declaration": {
83649
- "name": "SbbBlockLinkStaticElement",
83650
- "module": "link/block-link-static/block-link-static.component.js"
83651
- }
83652
- }
83653
- ]
83654
- },
83655
83655
  {
83656
83656
  "kind": "javascript-module",
83657
83657
  "path": "link/link/link.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.1772586608",
3
+ "version": "4.7.0-dev.1772627967",
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/c56b14d2978594913f6801db4dc41d6fa1d816e6"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/90203b4ff2f1b6ffd6f1222055ae8542c6e5dea5"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {