@quartzds/core 1.0.0-beta.97 → 1.0.0-beta.98

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 (80) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/components/index.d.ts +2 -0
  3. package/components/index.js +1 -0
  4. package/components/index.js.map +1 -1
  5. package/components/{p-3f84fbec.js → p-88fcb762.js} +2 -2
  6. package/components/{p-3f84fbec.js.map → p-88fcb762.js.map} +1 -1
  7. package/components/{p-c0611e41.js → p-a4f61139.js} +2 -2
  8. package/components/{p-c0611e41.js.map → p-a4f61139.js.map} +1 -1
  9. package/components/{p-622e5b7d.js → p-da0bfe0b.js} +2 -2
  10. package/components/{p-622e5b7d.js.map → p-da0bfe0b.js.map} +1 -1
  11. package/components/qds-button.js +1 -1
  12. package/components/qds-checkbox.js +1 -1
  13. package/components/qds-input.js +2 -2
  14. package/components/qds-input.js.map +1 -1
  15. package/components/qds-list-item.js +1 -1
  16. package/components/qds-mini-button.d.ts +11 -0
  17. package/components/qds-mini-button.js +163 -0
  18. package/components/qds-mini-button.js.map +1 -0
  19. package/components/qds-nav-list-item.js +3 -3
  20. package/components/qds-progress-bar.js +1 -1
  21. package/components/qds-radio.js +3 -3
  22. package/components/qds-select.js +1 -1
  23. package/components/qds-standalone-link.js +2 -2
  24. package/components/qds-switch.js +3 -3
  25. package/components/qds-tab.js +1 -1
  26. package/components/qds-tabbar.js +1 -1
  27. package/components/qds-table-body.js +1 -1
  28. package/components/qds-table-cell.js +1 -1
  29. package/components/qds-table-head.js +1 -1
  30. package/components/qds-table-row.js +1 -1
  31. package/components/qds-table.js +1 -1
  32. package/components/qds-title.js +1 -1
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/cjs/qds-button.cjs.entry.js +1 -1
  35. package/dist/cjs/qds-checkbox.cjs.entry.js +1 -1
  36. package/dist/cjs/qds-input.cjs.entry.js +1 -1
  37. package/dist/cjs/qds-input.cjs.entry.js.map +1 -1
  38. package/dist/cjs/qds-mini-button.cjs.entry.js +136 -0
  39. package/dist/cjs/qds-mini-button.cjs.entry.js.map +1 -0
  40. package/dist/cjs/qds-nav-list-item.cjs.entry.js +3 -3
  41. package/dist/cjs/qds-progress-bar.cjs.entry.js +1 -1
  42. package/dist/cjs/qds-radio.cjs.entry.js +3 -3
  43. package/dist/cjs/qds-select.cjs.entry.js +1 -1
  44. package/dist/cjs/qds-standalone-link.cjs.entry.js +2 -2
  45. package/dist/cjs/qds-switch.cjs.entry.js +3 -3
  46. package/dist/cjs/qds-table-body.cjs.entry.js +1 -1
  47. package/dist/cjs/qds-table-cell.cjs.entry.js +1 -1
  48. package/dist/cjs/qds-table-head.cjs.entry.js +1 -1
  49. package/dist/cjs/qds-table-row.cjs.entry.js +1 -1
  50. package/dist/cjs/qds-table.cjs.entry.js +1 -1
  51. package/dist/cjs/qds-tag_2.cjs.entry.js +1 -1
  52. package/dist/cjs/qds.cjs.js +1 -1
  53. package/dist/custom-elements.json +353 -0
  54. package/dist/docs.json +320 -1
  55. package/dist/esm/loader.js +1 -1
  56. package/dist/esm/qds-button.entry.js +1 -1
  57. package/dist/esm/qds-checkbox.entry.js +1 -1
  58. package/dist/esm/qds-input.entry.js +1 -1
  59. package/dist/esm/qds-input.entry.js.map +1 -1
  60. package/dist/esm/qds-mini-button.entry.js +132 -0
  61. package/dist/esm/qds-mini-button.entry.js.map +1 -0
  62. package/dist/esm/qds-nav-list-item.entry.js +3 -3
  63. package/dist/esm/qds-progress-bar.entry.js +1 -1
  64. package/dist/esm/qds-radio.entry.js +3 -3
  65. package/dist/esm/qds-select.entry.js +1 -1
  66. package/dist/esm/qds-standalone-link.entry.js +2 -2
  67. package/dist/esm/qds-switch.entry.js +3 -3
  68. package/dist/esm/qds-table-body.entry.js +1 -1
  69. package/dist/esm/qds-table-cell.entry.js +1 -1
  70. package/dist/esm/qds-table-head.entry.js +1 -1
  71. package/dist/esm/qds-table-row.entry.js +1 -1
  72. package/dist/esm/qds-table.entry.js +1 -1
  73. package/dist/esm/qds-tag_2.entry.js +1 -1
  74. package/dist/esm/qds.js +1 -1
  75. package/dist/types/components/mini-button/mini-button.d.ts +82 -0
  76. package/dist/types/components.d.ts +115 -0
  77. package/dist/vscode.html-custom-data.json +51 -0
  78. package/hydrate/index.js +452 -311
  79. package/hydrate/index.mjs +452 -311
  80. package/package.json +1 -1
@@ -5561,6 +5561,359 @@
5561
5561
  }
5562
5562
  ]
5563
5563
  },
5564
+ {
5565
+ "kind": "javascript-module",
5566
+ "path": "src/components/mini-button/mini-button.tsx",
5567
+ "declarations": [
5568
+ {
5569
+ "kind": "class",
5570
+ "description": "",
5571
+ "name": "MiniButton",
5572
+ "members": [
5573
+ {
5574
+ "kind": "field",
5575
+ "name": "disabled",
5576
+ "type": {
5577
+ "text": "boolean | undefined"
5578
+ },
5579
+ "privacy": "public",
5580
+ "readonly": true,
5581
+ "description": "Prevents the mini button from being interacted with: it cannot be pressed or\nfocused."
5582
+ },
5583
+ {
5584
+ "kind": "field",
5585
+ "name": "name",
5586
+ "type": {
5587
+ "text": "string"
5588
+ },
5589
+ "privacy": "public",
5590
+ "readonly": true,
5591
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
5592
+ },
5593
+ {
5594
+ "kind": "field",
5595
+ "name": "library",
5596
+ "type": {
5597
+ "text": "string"
5598
+ },
5599
+ "privacy": "public",
5600
+ "readonly": true,
5601
+ "default": "'default'",
5602
+ "description": "The name of a registered icon library."
5603
+ },
5604
+ {
5605
+ "kind": "field",
5606
+ "name": "target",
5607
+ "type": {
5608
+ "text": "LiteralUnion<ButtonTarget, string> | undefined"
5609
+ },
5610
+ "privacy": "public",
5611
+ "readonly": true,
5612
+ "description": "Where to display the linked URL, as the name for a browsing context (a\ntab, window, or\n[`<iframe>`](https://developer.mozilla.org/docs/Web/HTML/Element/iframe).\nThe following keywords have special meanings for where to load the URL:\n\n- `_blank`: usually a new tab, but users can configure browsers to open a new\n window instead.\n- `_parent`: the parent browsing context of the current one. If no parent,\n behaves as `_self`.\n- `_self`: the current browsing context.\n- `_top`: the topmost browsing context (the \"highest\" context that's an\n ancestor of the current one). If no ancestors, behaves as `_self`."
5613
+ },
5614
+ {
5615
+ "kind": "field",
5616
+ "name": "href",
5617
+ "type": {
5618
+ "text": "string | undefined"
5619
+ },
5620
+ "privacy": "public",
5621
+ "readonly": true,
5622
+ "description": "When set, the underlying button will be rendered as an `<a>` with this\n`href` instead of a `<button>`."
5623
+ },
5624
+ {
5625
+ "kind": "field",
5626
+ "name": "rel",
5627
+ "type": {
5628
+ "text": "string | undefined"
5629
+ },
5630
+ "privacy": "public",
5631
+ "readonly": true,
5632
+ "default": "'noopener'",
5633
+ "description": "When href is define and the button act as a link (`<a>`), the `rel` will be added to the element."
5634
+ },
5635
+ {
5636
+ "kind": "field",
5637
+ "name": "text",
5638
+ "type": {
5639
+ "text": "string"
5640
+ },
5641
+ "privacy": "public",
5642
+ "readonly": true,
5643
+ "description": "The mini button's accessible name."
5644
+ },
5645
+ {
5646
+ "kind": "field",
5647
+ "name": "host",
5648
+ "type": {
5649
+ "text": "HTMLElement"
5650
+ },
5651
+ "privacy": "private",
5652
+ "readonly": true
5653
+ },
5654
+ {
5655
+ "kind": "field",
5656
+ "name": "internals",
5657
+ "type": {
5658
+ "text": "ElementInternals"
5659
+ },
5660
+ "privacy": "private",
5661
+ "readonly": true
5662
+ },
5663
+ {
5664
+ "kind": "field",
5665
+ "name": "#savedTabIndex",
5666
+ "privacy": "private",
5667
+ "type": {
5668
+ "text": "number"
5669
+ },
5670
+ "default": "0"
5671
+ },
5672
+ {
5673
+ "kind": "field",
5674
+ "name": "#computedDisabled",
5675
+ "privacy": "private",
5676
+ "type": {
5677
+ "text": "boolean"
5678
+ },
5679
+ "readonly": true
5680
+ },
5681
+ {
5682
+ "kind": "method",
5683
+ "name": "disabledChanged",
5684
+ "privacy": "protected",
5685
+ "return": {
5686
+ "type": {
5687
+ "text": "void"
5688
+ }
5689
+ }
5690
+ },
5691
+ {
5692
+ "kind": "method",
5693
+ "name": "hrefChanged",
5694
+ "privacy": "protected",
5695
+ "return": {
5696
+ "type": {
5697
+ "text": "void"
5698
+ }
5699
+ }
5700
+ },
5701
+ {
5702
+ "kind": "method",
5703
+ "name": "tabindexChanged",
5704
+ "privacy": "protected",
5705
+ "return": {
5706
+ "type": {
5707
+ "text": "void"
5708
+ }
5709
+ },
5710
+ "parameters": [
5711
+ {
5712
+ "name": "newValue",
5713
+ "type": {
5714
+ "text": "string | null"
5715
+ }
5716
+ }
5717
+ ]
5718
+ },
5719
+ {
5720
+ "kind": "method",
5721
+ "name": "textChanged",
5722
+ "privacy": "protected",
5723
+ "return": {
5724
+ "type": {
5725
+ "text": "void"
5726
+ }
5727
+ }
5728
+ },
5729
+ {
5730
+ "kind": "method",
5731
+ "name": "onClick",
5732
+ "privacy": "protected",
5733
+ "return": {
5734
+ "type": {
5735
+ "text": "void"
5736
+ }
5737
+ },
5738
+ "parameters": [
5739
+ {
5740
+ "name": "event",
5741
+ "type": {
5742
+ "text": "MouseEvent"
5743
+ }
5744
+ }
5745
+ ]
5746
+ },
5747
+ {
5748
+ "kind": "method",
5749
+ "name": "onBlur",
5750
+ "privacy": "protected",
5751
+ "return": {
5752
+ "type": {
5753
+ "text": "void"
5754
+ }
5755
+ },
5756
+ "parameters": [
5757
+ {
5758
+ "name": "event",
5759
+ "type": {
5760
+ "text": "FocusEvent"
5761
+ }
5762
+ }
5763
+ ]
5764
+ },
5765
+ {
5766
+ "kind": "method",
5767
+ "name": "onFocus",
5768
+ "privacy": "protected",
5769
+ "return": {
5770
+ "type": {
5771
+ "text": "void"
5772
+ }
5773
+ },
5774
+ "parameters": [
5775
+ {
5776
+ "name": "event",
5777
+ "type": {
5778
+ "text": "FocusEvent"
5779
+ }
5780
+ }
5781
+ ]
5782
+ },
5783
+ {
5784
+ "kind": "method",
5785
+ "name": "onKeydown",
5786
+ "privacy": "protected",
5787
+ "return": {
5788
+ "type": {
5789
+ "text": "void"
5790
+ }
5791
+ },
5792
+ "parameters": [
5793
+ {
5794
+ "name": "event",
5795
+ "type": {
5796
+ "text": "KeyboardEvent"
5797
+ }
5798
+ }
5799
+ ]
5800
+ },
5801
+ {
5802
+ "kind": "method",
5803
+ "name": "onKeyup",
5804
+ "privacy": "protected",
5805
+ "return": {
5806
+ "type": {
5807
+ "text": "void"
5808
+ }
5809
+ },
5810
+ "parameters": [
5811
+ {
5812
+ "name": "event",
5813
+ "type": {
5814
+ "text": "KeyboardEvent"
5815
+ }
5816
+ }
5817
+ ]
5818
+ },
5819
+ {
5820
+ "kind": "method",
5821
+ "name": "render",
5822
+ "privacy": "public"
5823
+ }
5824
+ ],
5825
+ "attributes": [
5826
+ {
5827
+ "name": "disabled",
5828
+ "fieldName": "disabled",
5829
+ "type": {
5830
+ "text": "boolean"
5831
+ }
5832
+ },
5833
+ {
5834
+ "name": "name",
5835
+ "fieldName": "name",
5836
+ "type": {
5837
+ "text": "string"
5838
+ }
5839
+ },
5840
+ {
5841
+ "name": "library",
5842
+ "fieldName": "library",
5843
+ "type": {
5844
+ "text": "string"
5845
+ }
5846
+ },
5847
+ {
5848
+ "name": "target",
5849
+ "fieldName": "target",
5850
+ "type": {
5851
+ "text": "LiteralUnion<ButtonTarget, string>"
5852
+ }
5853
+ },
5854
+ {
5855
+ "name": "href",
5856
+ "fieldName": "href",
5857
+ "type": {
5858
+ "text": "string"
5859
+ }
5860
+ },
5861
+ {
5862
+ "name": "rel",
5863
+ "fieldName": "rel",
5864
+ "type": {
5865
+ "text": "string"
5866
+ }
5867
+ },
5868
+ {
5869
+ "name": "text",
5870
+ "fieldName": "text",
5871
+ "type": {
5872
+ "text": "string"
5873
+ }
5874
+ }
5875
+ ],
5876
+ "tagName": "qds-mini-button",
5877
+ "events": [
5878
+ {
5879
+ "name": "qdsBlur",
5880
+ "type": {
5881
+ "text": "EventEmitter<QdsFocusEventDetail>"
5882
+ },
5883
+ "readonly": true,
5884
+ "description": "Emitted when the button loses focus."
5885
+ },
5886
+ {
5887
+ "name": "qdsFocus",
5888
+ "type": {
5889
+ "text": "EventEmitter<QdsFocusEventDetail>"
5890
+ },
5891
+ "readonly": true,
5892
+ "description": "Emitted when the button gains focus."
5893
+ }
5894
+ ],
5895
+ "customElement": true
5896
+ }
5897
+ ],
5898
+ "exports": [
5899
+ {
5900
+ "kind": "js",
5901
+ "name": "MiniButton",
5902
+ "declaration": {
5903
+ "name": "MiniButton",
5904
+ "module": "src/components/mini-button/mini-button.tsx"
5905
+ }
5906
+ },
5907
+ {
5908
+ "kind": "custom-element-definition",
5909
+ "name": "qds-mini-button",
5910
+ "declaration": {
5911
+ "name": "MiniButton",
5912
+ "module": "src/components/mini-button/mini-button.tsx"
5913
+ }
5914
+ }
5915
+ ]
5916
+ },
5564
5917
  {
5565
5918
  "kind": "javascript-module",
5566
5919
  "path": "src/components/nav-list-item/nav-list-item.tsx",
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-07-15T08:31:43",
2
+ "timestamp": "2025-07-15T15:29:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.1",
@@ -3823,6 +3823,7 @@
3823
3823
  "qds-input",
3824
3824
  "qds-list-item",
3825
3825
  "qds-loader",
3826
+ "qds-mini-button",
3826
3827
  "qds-nav-list-item",
3827
3828
  "qds-radio",
3828
3829
  "qds-select",
@@ -3857,6 +3858,9 @@
3857
3858
  "qds-loader": [
3858
3859
  "qds-icon"
3859
3860
  ],
3861
+ "qds-mini-button": [
3862
+ "qds-icon"
3863
+ ],
3860
3864
  "qds-nav-list-item": [
3861
3865
  "qds-icon"
3862
3866
  ],
@@ -6351,6 +6355,321 @@
6351
6355
  ]
6352
6356
  }
6353
6357
  },
6358
+ {
6359
+ "filePath": "src/components/mini-button/mini-button.tsx",
6360
+ "encapsulation": "shadow",
6361
+ "tag": "qds-mini-button",
6362
+ "readme": "<!--\nSPDX-FileCopyrightText: © 2025 Schneider Electric\nSPDX-License-Identifier: Apache-2.0\n-->\n\n# mini-button\n\n\n",
6363
+ "docs": "<!--\nSPDX-FileCopyrightText: © 2025 Schneider Electric\nSPDX-License-Identifier: Apache-2.0\n-->",
6364
+ "docsTags": [
6365
+ {
6366
+ "name": "experimental"
6367
+ }
6368
+ ],
6369
+ "usage": {},
6370
+ "props": [
6371
+ {
6372
+ "name": "disabled",
6373
+ "type": "boolean | undefined",
6374
+ "complexType": {
6375
+ "original": "boolean",
6376
+ "resolved": "boolean | undefined",
6377
+ "references": {}
6378
+ },
6379
+ "mutable": false,
6380
+ "attr": "disabled",
6381
+ "reflectToAttr": false,
6382
+ "docs": "Prevents the mini button from being interacted with: it cannot be pressed or\nfocused.",
6383
+ "docsTags": [
6384
+ {
6385
+ "name": "webnative"
6386
+ }
6387
+ ],
6388
+ "values": [
6389
+ {
6390
+ "type": "boolean"
6391
+ },
6392
+ {
6393
+ "type": "undefined"
6394
+ }
6395
+ ],
6396
+ "optional": true,
6397
+ "required": false,
6398
+ "getter": false,
6399
+ "setter": false
6400
+ },
6401
+ {
6402
+ "name": "href",
6403
+ "type": "string | undefined",
6404
+ "complexType": {
6405
+ "original": "string",
6406
+ "resolved": "string | undefined",
6407
+ "references": {}
6408
+ },
6409
+ "mutable": false,
6410
+ "attr": "href",
6411
+ "reflectToAttr": false,
6412
+ "docs": "When set, the underlying button will be rendered as an `<a>` with this\n`href` instead of a `<button>`.",
6413
+ "docsTags": [
6414
+ {
6415
+ "name": "webnative"
6416
+ }
6417
+ ],
6418
+ "values": [
6419
+ {
6420
+ "type": "string"
6421
+ },
6422
+ {
6423
+ "type": "undefined"
6424
+ }
6425
+ ],
6426
+ "optional": true,
6427
+ "required": false,
6428
+ "getter": false,
6429
+ "setter": false
6430
+ },
6431
+ {
6432
+ "name": "library",
6433
+ "type": "string",
6434
+ "complexType": {
6435
+ "original": "string",
6436
+ "resolved": "string",
6437
+ "references": {}
6438
+ },
6439
+ "mutable": false,
6440
+ "attr": "library",
6441
+ "reflectToAttr": false,
6442
+ "docs": "The name of a registered icon library.",
6443
+ "docsTags": [],
6444
+ "default": "'default'",
6445
+ "values": [
6446
+ {
6447
+ "type": "string"
6448
+ }
6449
+ ],
6450
+ "optional": false,
6451
+ "required": false,
6452
+ "getter": false,
6453
+ "setter": false
6454
+ },
6455
+ {
6456
+ "name": "name",
6457
+ "type": "string",
6458
+ "complexType": {
6459
+ "original": "string",
6460
+ "resolved": "string",
6461
+ "references": {}
6462
+ },
6463
+ "mutable": false,
6464
+ "attr": "name",
6465
+ "reflectToAttr": false,
6466
+ "docs": "The name of the icon to render.\n\nAvailable names depend on the icon library being used.",
6467
+ "docsTags": [],
6468
+ "values": [
6469
+ {
6470
+ "type": "string"
6471
+ }
6472
+ ],
6473
+ "optional": false,
6474
+ "required": true,
6475
+ "getter": false,
6476
+ "setter": false
6477
+ },
6478
+ {
6479
+ "name": "rel",
6480
+ "type": "string | undefined",
6481
+ "complexType": {
6482
+ "original": "string",
6483
+ "resolved": "string | undefined",
6484
+ "references": {}
6485
+ },
6486
+ "mutable": false,
6487
+ "attr": "rel",
6488
+ "reflectToAttr": false,
6489
+ "docs": "When href is define and the button act as a link (`<a>`), the `rel` will be added to the element.",
6490
+ "docsTags": [
6491
+ {
6492
+ "name": "webnative"
6493
+ }
6494
+ ],
6495
+ "default": "'noopener'",
6496
+ "values": [
6497
+ {
6498
+ "type": "string"
6499
+ },
6500
+ {
6501
+ "type": "undefined"
6502
+ }
6503
+ ],
6504
+ "optional": true,
6505
+ "required": false,
6506
+ "getter": false,
6507
+ "setter": false
6508
+ },
6509
+ {
6510
+ "name": "target",
6511
+ "type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | string & Record<never, never> | undefined",
6512
+ "complexType": {
6513
+ "original": "LiteralUnion<ButtonTarget, string>",
6514
+ "resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | string & Record<never, never> | undefined",
6515
+ "references": {
6516
+ "LiteralUnion": {
6517
+ "location": "import",
6518
+ "path": "type-fest",
6519
+ "id": "../../node_modules/type-fest/index.d.ts::LiteralUnion"
6520
+ },
6521
+ "ButtonTarget": {
6522
+ "location": "import",
6523
+ "path": "../button/button",
6524
+ "id": "src/components/button/button.tsx::ButtonTarget"
6525
+ }
6526
+ }
6527
+ },
6528
+ "mutable": false,
6529
+ "attr": "target",
6530
+ "reflectToAttr": false,
6531
+ "docs": "Where to display the linked URL, as the name for a browsing context (a\ntab, window, or\n[`<iframe>`](https://developer.mozilla.org/docs/Web/HTML/Element/iframe).\nThe following keywords have special meanings for where to load the URL:\n\n- `_blank`: usually a new tab, but users can configure browsers to open a new\n window instead.\n- `_parent`: the parent browsing context of the current one. If no parent,\n behaves as `_self`.\n- `_self`: the current browsing context.\n- `_top`: the topmost browsing context (the \"highest\" context that's an\n ancestor of the current one). If no ancestors, behaves as `_self`.",
6532
+ "docsTags": [
6533
+ {
6534
+ "name": "webnative"
6535
+ }
6536
+ ],
6537
+ "values": [
6538
+ {
6539
+ "value": "_blank",
6540
+ "type": "string"
6541
+ },
6542
+ {
6543
+ "value": "_parent",
6544
+ "type": "string"
6545
+ },
6546
+ {
6547
+ "value": "_self",
6548
+ "type": "string"
6549
+ },
6550
+ {
6551
+ "value": "_top",
6552
+ "type": "string"
6553
+ },
6554
+ {
6555
+ "type": "string & Record<never, never>"
6556
+ },
6557
+ {
6558
+ "type": "undefined"
6559
+ }
6560
+ ],
6561
+ "optional": true,
6562
+ "required": false,
6563
+ "getter": false,
6564
+ "setter": false
6565
+ },
6566
+ {
6567
+ "name": "text",
6568
+ "type": "string",
6569
+ "complexType": {
6570
+ "original": "string",
6571
+ "resolved": "string",
6572
+ "references": {}
6573
+ },
6574
+ "mutable": false,
6575
+ "attr": "text",
6576
+ "reflectToAttr": false,
6577
+ "docs": "The mini button's accessible name.",
6578
+ "docsTags": [],
6579
+ "values": [
6580
+ {
6581
+ "type": "string"
6582
+ }
6583
+ ],
6584
+ "optional": false,
6585
+ "required": true,
6586
+ "getter": false,
6587
+ "setter": false
6588
+ }
6589
+ ],
6590
+ "methods": [],
6591
+ "events": [
6592
+ {
6593
+ "event": "qdsBlur",
6594
+ "detail": "{ readonly relatedTarget: EventTarget | null; }",
6595
+ "bubbles": false,
6596
+ "complexType": {
6597
+ "original": "QdsFocusEventDetail",
6598
+ "resolved": "{ readonly relatedTarget: EventTarget | null; }",
6599
+ "references": {
6600
+ "QdsFocusEventDetail": {
6601
+ "location": "import",
6602
+ "path": "../../helpers",
6603
+ "id": "src/helpers.ts::QdsFocusEventDetail"
6604
+ }
6605
+ }
6606
+ },
6607
+ "cancelable": false,
6608
+ "composed": true,
6609
+ "docs": "Emitted when the button loses focus.",
6610
+ "docsTags": []
6611
+ },
6612
+ {
6613
+ "event": "qdsFocus",
6614
+ "detail": "{ readonly relatedTarget: EventTarget | null; }",
6615
+ "bubbles": false,
6616
+ "complexType": {
6617
+ "original": "QdsFocusEventDetail",
6618
+ "resolved": "{ readonly relatedTarget: EventTarget | null; }",
6619
+ "references": {
6620
+ "QdsFocusEventDetail": {
6621
+ "location": "import",
6622
+ "path": "../../helpers",
6623
+ "id": "src/helpers.ts::QdsFocusEventDetail"
6624
+ }
6625
+ }
6626
+ },
6627
+ "cancelable": false,
6628
+ "composed": true,
6629
+ "docs": "Emitted when the button gains focus.",
6630
+ "docsTags": []
6631
+ }
6632
+ ],
6633
+ "listeners": [
6634
+ {
6635
+ "event": "click",
6636
+ "capture": false,
6637
+ "passive": false
6638
+ },
6639
+ {
6640
+ "event": "blur",
6641
+ "capture": false,
6642
+ "passive": false
6643
+ },
6644
+ {
6645
+ "event": "focus",
6646
+ "capture": false,
6647
+ "passive": false
6648
+ },
6649
+ {
6650
+ "event": "keydown",
6651
+ "capture": false,
6652
+ "passive": false
6653
+ },
6654
+ {
6655
+ "event": "keyup",
6656
+ "capture": false,
6657
+ "passive": false
6658
+ }
6659
+ ],
6660
+ "styles": [],
6661
+ "slots": [],
6662
+ "parts": [],
6663
+ "dependents": [],
6664
+ "dependencies": [
6665
+ "qds-icon"
6666
+ ],
6667
+ "dependencyGraph": {
6668
+ "qds-mini-button": [
6669
+ "qds-icon"
6670
+ ]
6671
+ }
6672
+ },
6354
6673
  {
6355
6674
  "filePath": "src/components/nav-list-item/nav-list-item.tsx",
6356
6675
  "encapsulation": "shadow",