@beeq/core 1.11.0-beta.1 → 1.11.0-beta.2

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 (42) hide show
  1. package/dist/beeq/beeq.esm.js +1 -1
  2. package/dist/beeq/bq-option-group.entry.esm.js.map +1 -1
  3. package/dist/beeq/bq-option-list.bq-tag.entry.esm.js.map +1 -1
  4. package/dist/beeq/bq-tab-group.entry.esm.js.map +1 -1
  5. package/dist/beeq/{p-e97a106c.entry.js → p-14588d1f.entry.js} +2 -2
  6. package/dist/beeq/{p-e97a106c.entry.js.map → p-14588d1f.entry.js.map} +1 -1
  7. package/dist/beeq/p-61065a1c.entry.js +6 -0
  8. package/dist/beeq/{p-42515484.entry.js.map → p-61065a1c.entry.js.map} +1 -1
  9. package/dist/beeq/{p-08b19f97.entry.js → p-92fed771.entry.js} +2 -2
  10. package/dist/beeq/{p-a287dd31.entry.js → p-db38b20c.entry.js} +2 -2
  11. package/dist/beeq/{p-a287dd31.entry.js.map → p-db38b20c.entry.js.map} +1 -1
  12. package/dist/beeq.html-custom-data.json +50 -50
  13. package/dist/cjs/bq-option-group.cjs.entry.js +1 -1
  14. package/dist/cjs/bq-option-group.entry.cjs.js.map +1 -1
  15. package/dist/cjs/bq-option-list.bq-tag.entry.cjs.js.map +1 -1
  16. package/dist/cjs/bq-option-list_2.cjs.entry.js +1 -1
  17. package/dist/cjs/bq-side-menu-item.cjs.entry.js +1 -1
  18. package/dist/cjs/bq-tab-group.cjs.entry.js +1 -1
  19. package/dist/cjs/bq-tab-group.entry.cjs.js.map +1 -1
  20. package/dist/components/bq-option-group.js +1 -1
  21. package/dist/components/bq-option-group.js.map +1 -1
  22. package/dist/components/bq-option-list.js +1 -1
  23. package/dist/components/bq-select.js +1 -1
  24. package/dist/components/bq-side-menu-item.js +1 -1
  25. package/dist/components/bq-tab-group.js +1 -1
  26. package/dist/components/bq-tab-group.js.map +1 -1
  27. package/dist/components/bq-tag.js +1 -1
  28. package/dist/components/{p-5stK0dyx.js → p-B6nMRjwz.js} +2 -2
  29. package/dist/components/{p-5stK0dyx.js.map → p-B6nMRjwz.js.map} +1 -1
  30. package/dist/components/{p-CeT8gvNG.js → p-BeCgojET.js} +2 -2
  31. package/dist/components/{p-CeT8gvNG.js.map → p-BeCgojET.js.map} +1 -1
  32. package/dist/custom-elements.json +586 -586
  33. package/dist/esm/bq-option-group.entry.js +1 -1
  34. package/dist/esm/bq-option-group.entry.js.map +1 -1
  35. package/dist/esm/bq-option-list.bq-tag.entry.js.map +1 -1
  36. package/dist/esm/bq-option-list_2.entry.js +1 -1
  37. package/dist/esm/bq-side-menu-item.entry.js +1 -1
  38. package/dist/esm/bq-tab-group.entry.js +1 -1
  39. package/dist/esm/bq-tab-group.entry.js.map +1 -1
  40. package/package.json +1 -1
  41. package/dist/beeq/p-42515484.entry.js +0 -6
  42. /package/dist/beeq/{p-08b19f97.entry.js.map → p-92fed771.entry.js.map} +0 -0
@@ -655,6 +655,231 @@
655
655
  }
656
656
  ]
657
657
  },
658
+ {
659
+ "kind": "javascript-module",
660
+ "path": "components/bq-accordion-group.js",
661
+ "declarations": [
662
+ {
663
+ "kind": "class",
664
+ "description": "The accordion group component is a container for multiple accordion elements.\nIt allows to manage the appearance and size of all accordions at once.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-accordion-group appearance=\"filled\" size=\"medium\">\n<bq-accordion> ... </bq-accordion>\n<bq-accordion> ... </bq-accordion>\n<bq-accordion> ... </bq-accordion>\n</bq-accordion-group>\n```\n\n</figure>",
665
+ "name": "BqAccordionGroup",
666
+ "cssProperties": [
667
+ {
668
+ "description": "Accordion group distance between elements",
669
+ "name": "--bq-accordion-group--gap"
670
+ }
671
+ ],
672
+ "cssParts": [
673
+ {
674
+ "description": "The component's base wrapper.",
675
+ "name": "base"
676
+ }
677
+ ],
678
+ "slots": [
679
+ {
680
+ "description": "The default slot where the bq-accordion elements are placed.",
681
+ "name": ""
682
+ }
683
+ ],
684
+ "members": [
685
+ {
686
+ "kind": "field",
687
+ "name": "el",
688
+ "type": {
689
+ "text": "HTMLBqAccordionGroupElement"
690
+ }
691
+ },
692
+ {
693
+ "kind": "field",
694
+ "name": "appearance",
695
+ "type": {
696
+ "text": "TAccordionAppearance"
697
+ },
698
+ "default": "'filled'",
699
+ "description": "The appearance style of accordion to be applied to all accordions",
700
+ "parsedType": {
701
+ "text": "'filled' | 'ghost'"
702
+ }
703
+ },
704
+ {
705
+ "kind": "field",
706
+ "name": "expandAll",
707
+ "type": {
708
+ "text": "boolean"
709
+ },
710
+ "description": "If true all accordions are expanded"
711
+ },
712
+ {
713
+ "kind": "field",
714
+ "name": "noAnimation",
715
+ "type": {
716
+ "text": "boolean"
717
+ },
718
+ "default": "false",
719
+ "description": "Animation is set through JS when the browser does not support CSS calc-size()\nIf true, the accordion animation, will be disabled. No animation will be applied."
720
+ },
721
+ {
722
+ "kind": "field",
723
+ "name": "multiple",
724
+ "type": {
725
+ "text": "boolean"
726
+ },
727
+ "default": "false",
728
+ "description": "If true multiple accordions can be expanded at the same time"
729
+ },
730
+ {
731
+ "kind": "field",
732
+ "name": "size",
733
+ "type": {
734
+ "text": "TAccordionSize"
735
+ },
736
+ "default": "'medium'",
737
+ "description": "The size of accordion to be applied to all accordions",
738
+ "parsedType": {
739
+ "text": "'small' | 'medium'"
740
+ }
741
+ },
742
+ {
743
+ "kind": "method",
744
+ "name": "checkPropValues"
745
+ },
746
+ {
747
+ "kind": "method",
748
+ "name": "onBqClick",
749
+ "parameters": [
750
+ {
751
+ "name": "event",
752
+ "type": {
753
+ "text": "CustomEvent<HTMLBqAccordionElement>"
754
+ }
755
+ }
756
+ ]
757
+ },
758
+ {
759
+ "kind": "field",
760
+ "name": "bqAccordionElements",
761
+ "type": {
762
+ "text": "HTMLBqAccordionElement[]"
763
+ },
764
+ "privacy": "private",
765
+ "readonly": true
766
+ },
767
+ {
768
+ "kind": "method",
769
+ "name": "render"
770
+ }
771
+ ],
772
+ "attributes": [
773
+ {
774
+ "type": {
775
+ "text": "\"filled\" | \"ghost\""
776
+ },
777
+ "description": "The appearance style of accordion to be applied to all accordions",
778
+ "name": "appearance",
779
+ "default": "\"filled\""
780
+ },
781
+ {
782
+ "type": {
783
+ "text": "boolean"
784
+ },
785
+ "description": "If true all accordions are expanded",
786
+ "name": "expandAll",
787
+ "default": "false"
788
+ },
789
+ {
790
+ "type": {
791
+ "text": "boolean"
792
+ },
793
+ "description": "Animation is set through JS when the browser does not support CSS calc-size() If true, the accordion animation, will be disabled. No animation will be applied.",
794
+ "name": "no-animation",
795
+ "default": "false"
796
+ },
797
+ {
798
+ "type": {
799
+ "text": "boolean"
800
+ },
801
+ "description": "If true multiple accordions can be expanded at the same time",
802
+ "name": "multiple",
803
+ "default": "false"
804
+ },
805
+ {
806
+ "type": {
807
+ "text": "\"small\" | \"medium\""
808
+ },
809
+ "description": "The size of accordion to be applied to all accordions",
810
+ "name": "size",
811
+ "default": "\"medium\""
812
+ },
813
+ {
814
+ "name": "appearance",
815
+ "fieldName": "appearance",
816
+ "type": {
817
+ "text": "TAccordionAppearance"
818
+ },
819
+ "parsedType": {
820
+ "text": "'filled' | 'ghost'"
821
+ }
822
+ },
823
+ {
824
+ "name": "expand-all",
825
+ "fieldName": "expandAll",
826
+ "type": {
827
+ "text": "boolean"
828
+ }
829
+ },
830
+ {
831
+ "name": "no-animation",
832
+ "fieldName": "noAnimation",
833
+ "type": {
834
+ "text": "boolean"
835
+ }
836
+ },
837
+ {
838
+ "name": "multiple",
839
+ "fieldName": "multiple",
840
+ "type": {
841
+ "text": "boolean"
842
+ }
843
+ },
844
+ {
845
+ "name": "size",
846
+ "fieldName": "size",
847
+ "type": {
848
+ "text": "TAccordionSize"
849
+ },
850
+ "parsedType": {
851
+ "text": "'small' | 'medium'"
852
+ }
853
+ }
854
+ ],
855
+ "tagName": "bq-accordion-group",
856
+ "csspart": {
857
+ "name": "base",
858
+ "description": "The component's base wrapper."
859
+ },
860
+ "events": [],
861
+ "customElement": true
862
+ }
863
+ ],
864
+ "exports": [
865
+ {
866
+ "kind": "js",
867
+ "name": "BqAccordionGroup",
868
+ "declaration": {
869
+ "name": "BqAccordionGroup",
870
+ "module": "components/bq-accordion-group.js"
871
+ }
872
+ },
873
+ {
874
+ "kind": "custom-element-definition",
875
+ "name": "bq-accordion-group",
876
+ "declaration": {
877
+ "name": "BqAccordionGroup",
878
+ "module": "components/bq-accordion-group.js"
879
+ }
880
+ }
881
+ ]
882
+ },
658
883
  {
659
884
  "kind": "javascript-module",
660
885
  "path": "components/bq-alert.js",
@@ -1269,250 +1494,25 @@
1269
1494
  },
1270
1495
  {
1271
1496
  "kind": "javascript-module",
1272
- "path": "components/bq-accordion-group.js",
1497
+ "path": "components/bq-avatar.js",
1273
1498
  "declarations": [
1274
1499
  {
1275
1500
  "kind": "class",
1276
- "description": "The accordion group component is a container for multiple accordion elements.\nIt allows to manage the appearance and size of all accordions at once.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-accordion-group appearance=\"filled\" size=\"medium\">\n<bq-accordion> ... </bq-accordion>\n<bq-accordion> ... </bq-accordion>\n<bq-accordion> ... </bq-accordion>\n</bq-accordion-group>\n```\n\n</figure>",
1277
- "name": "BqAccordionGroup",
1501
+ "description": "The Avatar component is a simple and customizable element that displays an image or initials in a circular or square shape.\nThis component is useful for displaying user profile pictures or any other image that represents a person or an entity.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-avatar\nalt-text=\"John Doe profile picture\"\nimage=\"/image/url/photo-1524593689594.jpeg\"\nlabel=\"John Doe profile picture\"\nshape=\"circle\"\nsize=\"medium\"\n>\n<bq-badge slot=\"badge\" text-color=\"#fff\">9</bq-badge>\n</bq-avatar>\n```\n\n</figure>",
1502
+ "name": "BqAvatar",
1278
1503
  "cssProperties": [
1279
1504
  {
1280
- "description": "Accordion group distance between elements",
1281
- "name": "--bq-accordion-group--gap"
1282
- }
1283
- ],
1284
- "cssParts": [
1505
+ "description": "Avatar background color",
1506
+ "name": "--bq-avatar--background"
1507
+ },
1285
1508
  {
1286
- "description": "The component's base wrapper.",
1287
- "name": "base"
1288
- }
1289
- ],
1290
- "slots": [
1509
+ "description": "Avatar border color",
1510
+ "name": "--bq-avatar--border-color"
1511
+ },
1291
1512
  {
1292
- "description": "The default slot where the bq-accordion elements are placed.",
1293
- "name": ""
1294
- }
1295
- ],
1296
- "members": [
1297
- {
1298
- "kind": "field",
1299
- "name": "el",
1300
- "type": {
1301
- "text": "HTMLBqAccordionGroupElement"
1302
- }
1303
- },
1304
- {
1305
- "kind": "field",
1306
- "name": "appearance",
1307
- "type": {
1308
- "text": "TAccordionAppearance"
1309
- },
1310
- "default": "'filled'",
1311
- "description": "The appearance style of accordion to be applied to all accordions",
1312
- "parsedType": {
1313
- "text": "'filled' | 'ghost'"
1314
- }
1315
- },
1316
- {
1317
- "kind": "field",
1318
- "name": "expandAll",
1319
- "type": {
1320
- "text": "boolean"
1321
- },
1322
- "description": "If true all accordions are expanded"
1323
- },
1324
- {
1325
- "kind": "field",
1326
- "name": "noAnimation",
1327
- "type": {
1328
- "text": "boolean"
1329
- },
1330
- "default": "false",
1331
- "description": "Animation is set through JS when the browser does not support CSS calc-size()\nIf true, the accordion animation, will be disabled. No animation will be applied."
1332
- },
1333
- {
1334
- "kind": "field",
1335
- "name": "multiple",
1336
- "type": {
1337
- "text": "boolean"
1338
- },
1339
- "default": "false",
1340
- "description": "If true multiple accordions can be expanded at the same time"
1341
- },
1342
- {
1343
- "kind": "field",
1344
- "name": "size",
1345
- "type": {
1346
- "text": "TAccordionSize"
1347
- },
1348
- "default": "'medium'",
1349
- "description": "The size of accordion to be applied to all accordions",
1350
- "parsedType": {
1351
- "text": "'small' | 'medium'"
1352
- }
1353
- },
1354
- {
1355
- "kind": "method",
1356
- "name": "checkPropValues"
1357
- },
1358
- {
1359
- "kind": "method",
1360
- "name": "onBqClick",
1361
- "parameters": [
1362
- {
1363
- "name": "event",
1364
- "type": {
1365
- "text": "CustomEvent<HTMLBqAccordionElement>"
1366
- }
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "kind": "field",
1372
- "name": "bqAccordionElements",
1373
- "type": {
1374
- "text": "HTMLBqAccordionElement[]"
1375
- },
1376
- "privacy": "private",
1377
- "readonly": true
1378
- },
1379
- {
1380
- "kind": "method",
1381
- "name": "render"
1382
- }
1383
- ],
1384
- "attributes": [
1385
- {
1386
- "type": {
1387
- "text": "\"filled\" | \"ghost\""
1388
- },
1389
- "description": "The appearance style of accordion to be applied to all accordions",
1390
- "name": "appearance",
1391
- "default": "\"filled\""
1392
- },
1393
- {
1394
- "type": {
1395
- "text": "boolean"
1396
- },
1397
- "description": "If true all accordions are expanded",
1398
- "name": "expandAll",
1399
- "default": "false"
1400
- },
1401
- {
1402
- "type": {
1403
- "text": "boolean"
1404
- },
1405
- "description": "Animation is set through JS when the browser does not support CSS calc-size() If true, the accordion animation, will be disabled. No animation will be applied.",
1406
- "name": "no-animation",
1407
- "default": "false"
1408
- },
1409
- {
1410
- "type": {
1411
- "text": "boolean"
1412
- },
1413
- "description": "If true multiple accordions can be expanded at the same time",
1414
- "name": "multiple",
1415
- "default": "false"
1416
- },
1417
- {
1418
- "type": {
1419
- "text": "\"small\" | \"medium\""
1420
- },
1421
- "description": "The size of accordion to be applied to all accordions",
1422
- "name": "size",
1423
- "default": "\"medium\""
1424
- },
1425
- {
1426
- "name": "appearance",
1427
- "fieldName": "appearance",
1428
- "type": {
1429
- "text": "TAccordionAppearance"
1430
- },
1431
- "parsedType": {
1432
- "text": "'filled' | 'ghost'"
1433
- }
1434
- },
1435
- {
1436
- "name": "expand-all",
1437
- "fieldName": "expandAll",
1438
- "type": {
1439
- "text": "boolean"
1440
- }
1441
- },
1442
- {
1443
- "name": "no-animation",
1444
- "fieldName": "noAnimation",
1445
- "type": {
1446
- "text": "boolean"
1447
- }
1448
- },
1449
- {
1450
- "name": "multiple",
1451
- "fieldName": "multiple",
1452
- "type": {
1453
- "text": "boolean"
1454
- }
1455
- },
1456
- {
1457
- "name": "size",
1458
- "fieldName": "size",
1459
- "type": {
1460
- "text": "TAccordionSize"
1461
- },
1462
- "parsedType": {
1463
- "text": "'small' | 'medium'"
1464
- }
1465
- }
1466
- ],
1467
- "tagName": "bq-accordion-group",
1468
- "csspart": {
1469
- "name": "base",
1470
- "description": "The component's base wrapper."
1471
- },
1472
- "events": [],
1473
- "customElement": true
1474
- }
1475
- ],
1476
- "exports": [
1477
- {
1478
- "kind": "js",
1479
- "name": "BqAccordionGroup",
1480
- "declaration": {
1481
- "name": "BqAccordionGroup",
1482
- "module": "components/bq-accordion-group.js"
1483
- }
1484
- },
1485
- {
1486
- "kind": "custom-element-definition",
1487
- "name": "bq-accordion-group",
1488
- "declaration": {
1489
- "name": "BqAccordionGroup",
1490
- "module": "components/bq-accordion-group.js"
1491
- }
1492
- }
1493
- ]
1494
- },
1495
- {
1496
- "kind": "javascript-module",
1497
- "path": "components/bq-avatar.js",
1498
- "declarations": [
1499
- {
1500
- "kind": "class",
1501
- "description": "The Avatar component is a simple and customizable element that displays an image or initials in a circular or square shape.\nThis component is useful for displaying user profile pictures or any other image that represents a person or an entity.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-avatar\nalt-text=\"John Doe profile picture\"\nimage=\"/image/url/photo-1524593689594.jpeg\"\nlabel=\"John Doe profile picture\"\nshape=\"circle\"\nsize=\"medium\"\n>\n<bq-badge slot=\"badge\" text-color=\"#fff\">9</bq-badge>\n</bq-avatar>\n```\n\n</figure>",
1502
- "name": "BqAvatar",
1503
- "cssProperties": [
1504
- {
1505
- "description": "Avatar background color",
1506
- "name": "--bq-avatar--background"
1507
- },
1508
- {
1509
- "description": "Avatar border color",
1510
- "name": "--bq-avatar--border-color"
1511
- },
1512
- {
1513
- "description": "Avatar border style",
1514
- "name": "--bq-avatar--border-style"
1515
- },
1513
+ "description": "Avatar border style",
1514
+ "name": "--bq-avatar--border-style"
1515
+ },
1516
1516
  {
1517
1517
  "description": "Avatar border width",
1518
1518
  "name": "--bq-avatar--border-width"
@@ -2068,169 +2068,28 @@
2068
2068
  },
2069
2069
  {
2070
2070
  "kind": "javascript-module",
2071
- "path": "components/bq-breadcrumb.js",
2071
+ "path": "components/bq-breadcrumb-item.js",
2072
2072
  "declarations": [
2073
2073
  {
2074
2074
  "kind": "class",
2075
- "description": "The Breadcrumb is used to wraps a series of breadcrumb items to indicate the current page's location within a navigational hierarchy.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-breadcrumb label=\"Breadcrumb\">\n<bq-breadcrumb-item>Home</bq-breadcrumb-item>\n<bq-breadcrumb-item>Men's clothing</bq-breadcrumb-item>\n<bq-breadcrumb-item>Shirt</bq-breadcrumb-item>\n<bq-breadcrumb-item>Casual shirts</bq-breadcrumb-item>\n</bq-breadcrumb>\n```\n\n</figure>",
2076
- "name": "BqBreadcrumb",
2077
- "cssParts": [
2075
+ "description": "The Breadcrumb Item helps users understand their current location within a website or application's hierarchical structure.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-breadcrumb-item label=\"Home page\">\n<bq-icon name=\"house-line\" size=\"16\"></bq-icon>\nHome\n</bq-breadcrumb-item>\n```\n\n</figure>",
2076
+ "name": "BqBreadcrumbItem",
2077
+ "cssProperties": [
2078
2078
  {
2079
- "description": "The `nav` tag that loads the breadcrumb items",
2080
- "name": "navigation"
2079
+ "description": "Background color of the breadcrumb item",
2080
+ "name": "--bq-breadcrumb-item--background"
2081
2081
  },
2082
2082
  {
2083
- "description": "The container that wraps the separator element",
2084
- "name": "separator"
2085
- }
2086
- ],
2087
- "slots": [
2088
- {
2089
- "description": "The default slot is used to add `bq-breadcrumb-item` items to the breadcrumb.",
2090
- "name": ""
2083
+ "description": "Box shadow of the breadcrumb item",
2084
+ "name": "--bq-breadcrumb-item--box-shadow"
2091
2085
  },
2092
2086
  {
2093
- "description": "The slot to add a separator between breadcrumb items. Default separator is `/`.",
2094
- "name": "separator"
2095
- }
2096
- ],
2097
- "members": [
2087
+ "description": "Border color of the breadcrumb item",
2088
+ "name": "--bq-breadcrumb-item--border-color"
2089
+ },
2098
2090
  {
2099
- "kind": "field",
2100
- "name": "navElem",
2101
- "type": {
2102
- "text": "HTMLElement"
2103
- },
2104
- "privacy": "private"
2105
- },
2106
- {
2107
- "kind": "field",
2108
- "name": "spanElem",
2109
- "type": {
2110
- "text": "HTMLElement"
2111
- },
2112
- "privacy": "private"
2113
- },
2114
- {
2115
- "kind": "field",
2116
- "name": "el",
2117
- "type": {
2118
- "text": "HTMLBqBreadcrumbElement"
2119
- }
2120
- },
2121
- {
2122
- "kind": "field",
2123
- "name": "label",
2124
- "type": {
2125
- "text": "string"
2126
- },
2127
- "default": "'Breadcrumbs'",
2128
- "description": "The `aria-label` attribute to describe the type of navigation"
2129
- },
2130
- {
2131
- "kind": "field",
2132
- "name": "handleSlotChange",
2133
- "privacy": "private"
2134
- },
2135
- {
2136
- "kind": "field",
2137
- "name": "getSeparatorElem",
2138
- "privacy": "private"
2139
- },
2140
- {
2141
- "kind": "field",
2142
- "name": "separatorFromSlot",
2143
- "privacy": "private",
2144
- "readonly": true
2145
- },
2146
- {
2147
- "kind": "field",
2148
- "name": "breadcrumbItems",
2149
- "type": {
2150
- "text": "HTMLBqBreadcrumbItemElement[]"
2151
- },
2152
- "privacy": "private",
2153
- "readonly": true
2154
- },
2155
- {
2156
- "kind": "method",
2157
- "name": "render"
2158
- }
2159
- ],
2160
- "attributes": [
2161
- {
2162
- "type": {
2163
- "text": "string"
2164
- },
2165
- "description": "The `aria-label` attribute to describe the type of navigation",
2166
- "name": "label"
2167
- },
2168
- {
2169
- "name": "label",
2170
- "fieldName": "label",
2171
- "type": {
2172
- "text": "string"
2173
- }
2174
- }
2175
- ],
2176
- "tagName": "bq-breadcrumb",
2177
- "csspart": [
2178
- {
2179
- "name": "navigation",
2180
- "description": "The `nav` tag that loads the breadcrumb items"
2181
- },
2182
- {
2183
- "name": "separator",
2184
- "description": "The container that wraps the separator element"
2185
- }
2186
- ],
2187
- "events": [],
2188
- "customElement": true
2189
- }
2190
- ],
2191
- "exports": [
2192
- {
2193
- "kind": "js",
2194
- "name": "BqBreadcrumb",
2195
- "declaration": {
2196
- "name": "BqBreadcrumb",
2197
- "module": "components/bq-breadcrumb.js"
2198
- }
2199
- },
2200
- {
2201
- "kind": "custom-element-definition",
2202
- "name": "bq-breadcrumb",
2203
- "declaration": {
2204
- "name": "BqBreadcrumb",
2205
- "module": "components/bq-breadcrumb.js"
2206
- }
2207
- }
2208
- ]
2209
- },
2210
- {
2211
- "kind": "javascript-module",
2212
- "path": "components/bq-breadcrumb-item.js",
2213
- "declarations": [
2214
- {
2215
- "kind": "class",
2216
- "description": "The Breadcrumb Item helps users understand their current location within a website or application's hierarchical structure.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-breadcrumb-item label=\"Home page\">\n<bq-icon name=\"house-line\" size=\"16\"></bq-icon>\nHome\n</bq-breadcrumb-item>\n```\n\n</figure>",
2217
- "name": "BqBreadcrumbItem",
2218
- "cssProperties": [
2219
- {
2220
- "description": "Background color of the breadcrumb item",
2221
- "name": "--bq-breadcrumb-item--background"
2222
- },
2223
- {
2224
- "description": "Box shadow of the breadcrumb item",
2225
- "name": "--bq-breadcrumb-item--box-shadow"
2226
- },
2227
- {
2228
- "description": "Border color of the breadcrumb item",
2229
- "name": "--bq-breadcrumb-item--border-color"
2230
- },
2231
- {
2232
- "description": "Border style of the breadcrumb item",
2233
- "name": "--bq-breadcrumb-item--border-style"
2091
+ "description": "Border style of the breadcrumb item",
2092
+ "name": "--bq-breadcrumb-item--border-style"
2234
2093
  },
2235
2094
  {
2236
2095
  "description": "Border width of the breadcrumb item",
@@ -2478,6 +2337,147 @@
2478
2337
  }
2479
2338
  ]
2480
2339
  },
2340
+ {
2341
+ "kind": "javascript-module",
2342
+ "path": "components/bq-breadcrumb.js",
2343
+ "declarations": [
2344
+ {
2345
+ "kind": "class",
2346
+ "description": "The Breadcrumb is used to wraps a series of breadcrumb items to indicate the current page's location within a navigational hierarchy.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-breadcrumb label=\"Breadcrumb\">\n<bq-breadcrumb-item>Home</bq-breadcrumb-item>\n<bq-breadcrumb-item>Men's clothing</bq-breadcrumb-item>\n<bq-breadcrumb-item>Shirt</bq-breadcrumb-item>\n<bq-breadcrumb-item>Casual shirts</bq-breadcrumb-item>\n</bq-breadcrumb>\n```\n\n</figure>",
2347
+ "name": "BqBreadcrumb",
2348
+ "cssParts": [
2349
+ {
2350
+ "description": "The `nav` tag that loads the breadcrumb items",
2351
+ "name": "navigation"
2352
+ },
2353
+ {
2354
+ "description": "The container that wraps the separator element",
2355
+ "name": "separator"
2356
+ }
2357
+ ],
2358
+ "slots": [
2359
+ {
2360
+ "description": "The default slot is used to add `bq-breadcrumb-item` items to the breadcrumb.",
2361
+ "name": ""
2362
+ },
2363
+ {
2364
+ "description": "The slot to add a separator between breadcrumb items. Default separator is `/`.",
2365
+ "name": "separator"
2366
+ }
2367
+ ],
2368
+ "members": [
2369
+ {
2370
+ "kind": "field",
2371
+ "name": "navElem",
2372
+ "type": {
2373
+ "text": "HTMLElement"
2374
+ },
2375
+ "privacy": "private"
2376
+ },
2377
+ {
2378
+ "kind": "field",
2379
+ "name": "spanElem",
2380
+ "type": {
2381
+ "text": "HTMLElement"
2382
+ },
2383
+ "privacy": "private"
2384
+ },
2385
+ {
2386
+ "kind": "field",
2387
+ "name": "el",
2388
+ "type": {
2389
+ "text": "HTMLBqBreadcrumbElement"
2390
+ }
2391
+ },
2392
+ {
2393
+ "kind": "field",
2394
+ "name": "label",
2395
+ "type": {
2396
+ "text": "string"
2397
+ },
2398
+ "default": "'Breadcrumbs'",
2399
+ "description": "The `aria-label` attribute to describe the type of navigation"
2400
+ },
2401
+ {
2402
+ "kind": "field",
2403
+ "name": "handleSlotChange",
2404
+ "privacy": "private"
2405
+ },
2406
+ {
2407
+ "kind": "field",
2408
+ "name": "getSeparatorElem",
2409
+ "privacy": "private"
2410
+ },
2411
+ {
2412
+ "kind": "field",
2413
+ "name": "separatorFromSlot",
2414
+ "privacy": "private",
2415
+ "readonly": true
2416
+ },
2417
+ {
2418
+ "kind": "field",
2419
+ "name": "breadcrumbItems",
2420
+ "type": {
2421
+ "text": "HTMLBqBreadcrumbItemElement[]"
2422
+ },
2423
+ "privacy": "private",
2424
+ "readonly": true
2425
+ },
2426
+ {
2427
+ "kind": "method",
2428
+ "name": "render"
2429
+ }
2430
+ ],
2431
+ "attributes": [
2432
+ {
2433
+ "type": {
2434
+ "text": "string"
2435
+ },
2436
+ "description": "The `aria-label` attribute to describe the type of navigation",
2437
+ "name": "label"
2438
+ },
2439
+ {
2440
+ "name": "label",
2441
+ "fieldName": "label",
2442
+ "type": {
2443
+ "text": "string"
2444
+ }
2445
+ }
2446
+ ],
2447
+ "tagName": "bq-breadcrumb",
2448
+ "csspart": [
2449
+ {
2450
+ "name": "navigation",
2451
+ "description": "The `nav` tag that loads the breadcrumb items"
2452
+ },
2453
+ {
2454
+ "name": "separator",
2455
+ "description": "The container that wraps the separator element"
2456
+ }
2457
+ ],
2458
+ "events": [],
2459
+ "customElement": true
2460
+ }
2461
+ ],
2462
+ "exports": [
2463
+ {
2464
+ "kind": "js",
2465
+ "name": "BqBreadcrumb",
2466
+ "declaration": {
2467
+ "name": "BqBreadcrumb",
2468
+ "module": "components/bq-breadcrumb.js"
2469
+ }
2470
+ },
2471
+ {
2472
+ "kind": "custom-element-definition",
2473
+ "name": "bq-breadcrumb",
2474
+ "declaration": {
2475
+ "name": "BqBreadcrumb",
2476
+ "module": "components/bq-breadcrumb.js"
2477
+ }
2478
+ }
2479
+ ]
2480
+ },
2481
2481
  {
2482
2482
  "kind": "javascript-module",
2483
2483
  "path": "components/bq-button.js",
@@ -8831,98 +8831,243 @@
8831
8831
  }
8832
8832
  },
8833
8833
  {
8834
- "name": "time",
8835
- "fieldName": "time",
8836
- "type": {
8837
- "text": "number"
8838
- }
8834
+ "name": "time",
8835
+ "fieldName": "time",
8836
+ "type": {
8837
+ "text": "number"
8838
+ }
8839
+ },
8840
+ {
8841
+ "name": "type",
8842
+ "fieldName": "type",
8843
+ "type": {
8844
+ "text": "TNotificationType"
8845
+ },
8846
+ "parsedType": {
8847
+ "text": "'info' | 'success' | 'warning' | 'error' | 'neutral'"
8848
+ }
8849
+ }
8850
+ ],
8851
+ "tagName": "bq-notification",
8852
+ "dependencies": [
8853
+ {
8854
+ "name": "bq-button",
8855
+ "description": ""
8856
+ },
8857
+ {
8858
+ "name": "bq-icon",
8859
+ "description": ""
8860
+ }
8861
+ ],
8862
+ "csspart": [
8863
+ {
8864
+ "name": "base",
8865
+ "description": "The `<div>` container of the predefined bq-icon component."
8866
+ },
8867
+ {
8868
+ "name": "body",
8869
+ "description": "The container `<div>` that wraps the notification description content"
8870
+ },
8871
+ {
8872
+ "name": "btn-close",
8873
+ "description": "The `bq-button` used to close the notification"
8874
+ },
8875
+ {
8876
+ "name": "content",
8877
+ "description": "The container `<div>` that wraps all the notification content (title, description, footer)"
8878
+ },
8879
+ {
8880
+ "name": "footer",
8881
+ "description": "The container `<div>` that wraps the notification footer content"
8882
+ },
8883
+ {
8884
+ "name": "icon",
8885
+ "description": "The `<bq-icon>` element used to render a predefined icon based on the notification type"
8886
+ },
8887
+ {
8888
+ "name": "icon-outline",
8889
+ "description": "The container `<div>` that wraps the icon element"
8890
+ },
8891
+ {
8892
+ "name": "main",
8893
+ "description": "The container `<div>` that wraps the notification main content (title, description)"
8894
+ },
8895
+ {
8896
+ "name": "svg",
8897
+ "description": "The `<svg>` element of the predefined bq-icon component."
8898
+ },
8899
+ {
8900
+ "name": "title",
8901
+ "description": "The container `<div>` that wraps the notification title content"
8902
+ },
8903
+ {
8904
+ "name": "wrapper",
8905
+ "description": "The wrapper container `<div>` of the element inside the shadow DOM"
8906
+ }
8907
+ ],
8908
+ "customElement": true
8909
+ }
8910
+ ],
8911
+ "exports": [
8912
+ {
8913
+ "kind": "js",
8914
+ "name": "BqNotification",
8915
+ "declaration": {
8916
+ "name": "BqNotification",
8917
+ "module": "components/bq-notification.js"
8918
+ }
8919
+ },
8920
+ {
8921
+ "kind": "custom-element-definition",
8922
+ "name": "bq-notification",
8923
+ "declaration": {
8924
+ "name": "BqNotification",
8925
+ "module": "components/bq-notification.js"
8926
+ }
8927
+ }
8928
+ ]
8929
+ },
8930
+ {
8931
+ "kind": "javascript-module",
8932
+ "path": "components/bq-option-group.js",
8933
+ "declarations": [
8934
+ {
8935
+ "kind": "class",
8936
+ "description": "The option group component is a container for multiple option elements.\nIt allows to manage the appearance and size of all options at once.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-option-group class=\"hydrated\">\n<span slot=\"header-label\">Sport</span>\n<bq-option value=\"football\">Football</bq-option>\n<bq-option value=\"basketball\">Basketball</bq-option>\n<bq-option value=\"tennis\">Tennis</bq-option>\n</bq-option-group>\n```\n\n</figure>",
8937
+ "name": "BqOptionGroup",
8938
+ "cssProperties": [
8939
+ {
8940
+ "description": "option group background color",
8941
+ "name": "--bq-option-group--background"
8942
+ },
8943
+ {
8944
+ "description": "option group font size",
8945
+ "name": "--bq-option-group--font-size"
8946
+ },
8947
+ {
8948
+ "description": "option group line height",
8949
+ "name": "--bq-option-group--line-height"
8950
+ },
8951
+ {
8952
+ "description": "option group header padding start",
8953
+ "name": "--bq-option-group--label-padding-start"
8954
+ },
8955
+ {
8956
+ "description": "option group header padding start",
8957
+ "name": "--bq-option-group--label-padding-end"
8958
+ },
8959
+ {
8960
+ "description": "option group header padding Y axis",
8961
+ "name": "--bq-option-group--label-paddingY"
8962
+ },
8963
+ {
8964
+ "description": "option group text within label padding start",
8965
+ "name": "--bq-option-group--label-text-padding-start"
8966
+ },
8967
+ {
8968
+ "description": "option group text within label padding start",
8969
+ "name": "--bq-option-group--label-text-padding-end"
8839
8970
  },
8840
8971
  {
8841
- "name": "type",
8842
- "fieldName": "type",
8843
- "type": {
8844
- "text": "TNotificationType"
8845
- },
8846
- "parsedType": {
8847
- "text": "'info' | 'success' | 'warning' | 'error' | 'neutral'"
8848
- }
8972
+ "description": "option group container padding start",
8973
+ "name": "--bq-option-group--container-padding-start"
8849
8974
  }
8850
8975
  ],
8851
- "tagName": "bq-notification",
8852
- "dependencies": [
8976
+ "cssParts": [
8853
8977
  {
8854
- "name": "bq-button",
8855
- "description": ""
8978
+ "description": "The `legend` tag element which acts as a container for the label",
8979
+ "name": "label"
8856
8980
  },
8857
8981
  {
8858
- "name": "bq-icon",
8859
- "description": ""
8860
- }
8861
- ],
8862
- "csspart": [
8982
+ "description": "The prefix of the label",
8983
+ "name": "prefix"
8984
+ },
8863
8985
  {
8864
- "name": "base",
8865
- "description": "The `<div>` container of the predefined bq-icon component."
8986
+ "description": "The text of the label",
8987
+ "name": "label"
8866
8988
  },
8867
8989
  {
8868
- "name": "body",
8869
- "description": "The container `<div>` that wraps the notification description content"
8990
+ "description": "The suffix of the label",
8991
+ "name": "suffix"
8870
8992
  },
8871
8993
  {
8872
- "name": "btn-close",
8873
- "description": "The `bq-button` used to close the notification"
8994
+ "description": "The `div` element which holds the option items",
8995
+ "name": "group"
8996
+ }
8997
+ ],
8998
+ "slots": [
8999
+ {
9000
+ "description": "The label of the option group",
9001
+ "name": "header-label"
8874
9002
  },
8875
9003
  {
8876
- "name": "content",
8877
- "description": "The container `<div>` that wraps all the notification content (title, description, footer)"
9004
+ "description": "The prefix of the label",
9005
+ "name": "header-prefix"
8878
9006
  },
8879
9007
  {
8880
- "name": "footer",
8881
- "description": "The container `<div>` that wraps the notification footer content"
9008
+ "description": "The suffix of the label",
9009
+ "name": "header-suffix"
8882
9010
  },
8883
9011
  {
8884
- "name": "icon",
8885
- "description": "The `<bq-icon>` element used to render a predefined icon based on the notification type"
9012
+ "description": "The option items",
9013
+ "name": ""
9014
+ }
9015
+ ],
9016
+ "members": [
9017
+ {
9018
+ "kind": "field",
9019
+ "name": "el",
9020
+ "type": {
9021
+ "text": "HTMLElement"
9022
+ }
8886
9023
  },
8887
9024
  {
8888
- "name": "icon-outline",
8889
- "description": "The container `<div>` that wraps the icon element"
9025
+ "kind": "method",
9026
+ "name": "render"
9027
+ }
9028
+ ],
9029
+ "tagName": "bq-option-group",
9030
+ "csspart": [
9031
+ {
9032
+ "name": "label",
9033
+ "description": "The `legend` tag element which acts as a container for the label"
8890
9034
  },
8891
9035
  {
8892
- "name": "main",
8893
- "description": "The container `<div>` that wraps the notification main content (title, description)"
9036
+ "name": "prefix",
9037
+ "description": "The prefix of the label"
8894
9038
  },
8895
9039
  {
8896
- "name": "svg",
8897
- "description": "The `<svg>` element of the predefined bq-icon component."
9040
+ "name": "label",
9041
+ "description": "The text of the label"
8898
9042
  },
8899
9043
  {
8900
- "name": "title",
8901
- "description": "The container `<div>` that wraps the notification title content"
9044
+ "name": "suffix",
9045
+ "description": "The suffix of the label"
8902
9046
  },
8903
9047
  {
8904
- "name": "wrapper",
8905
- "description": "The wrapper container `<div>` of the element inside the shadow DOM"
9048
+ "name": "group",
9049
+ "description": "The `div` element which holds the option items"
8906
9050
  }
8907
9051
  ],
9052
+ "events": [],
8908
9053
  "customElement": true
8909
9054
  }
8910
9055
  ],
8911
9056
  "exports": [
8912
9057
  {
8913
9058
  "kind": "js",
8914
- "name": "BqNotification",
9059
+ "name": "BqOptionGroup",
8915
9060
  "declaration": {
8916
- "name": "BqNotification",
8917
- "module": "components/bq-notification.js"
9061
+ "name": "BqOptionGroup",
9062
+ "module": "components/bq-option-group.js"
8918
9063
  }
8919
9064
  },
8920
9065
  {
8921
9066
  "kind": "custom-element-definition",
8922
- "name": "bq-notification",
9067
+ "name": "bq-option-group",
8923
9068
  "declaration": {
8924
- "name": "BqNotification",
8925
- "module": "components/bq-notification.js"
9069
+ "name": "BqOptionGroup",
9070
+ "module": "components/bq-option-group.js"
8926
9071
  }
8927
9072
  }
8928
9073
  ]
@@ -9276,151 +9421,6 @@
9276
9421
  }
9277
9422
  ]
9278
9423
  },
9279
- {
9280
- "kind": "javascript-module",
9281
- "path": "components/bq-option-group.js",
9282
- "declarations": [
9283
- {
9284
- "kind": "class",
9285
- "description": "The option group component is a container for multiple option elements.\nIt allows to manage the appearance and size of all options at once.\n\n## Examples\n\n<figure class=\"example\"><figcaption>How to use it</figcaption>\n\n```html\n<bq-option-group class=\"hydrated\">\n<span slot=\"header-label\">Sport</span>\n<bq-option value=\"football\">Football</bq-option>\n<bq-option value=\"basketball\">Basketball</bq-option>\n<bq-option value=\"tennis\">Tennis</bq-option>\n</bq-option-group>\n```\n\n</figure>",
9286
- "name": "BqOptionGroup",
9287
- "cssProperties": [
9288
- {
9289
- "description": "option group background color",
9290
- "name": "--bq-option-group--background"
9291
- },
9292
- {
9293
- "description": "option group font size",
9294
- "name": "--bq-option-group--font-size"
9295
- },
9296
- {
9297
- "description": "option group line height",
9298
- "name": "--bq-option-group--line-height"
9299
- },
9300
- {
9301
- "description": "option group header padding start",
9302
- "name": "--bq-option-group--label-padding-start"
9303
- },
9304
- {
9305
- "description": "option group header padding start",
9306
- "name": "--bq-option-group--label-padding-end"
9307
- },
9308
- {
9309
- "description": "option group header padding Y axis",
9310
- "name": "--bq-option-group--label-paddingY"
9311
- },
9312
- {
9313
- "description": "option group text within label padding start",
9314
- "name": "--bq-option-group--label-text-padding-start"
9315
- },
9316
- {
9317
- "description": "option group text within label padding start",
9318
- "name": "--bq-option-group--label-text-padding-end"
9319
- },
9320
- {
9321
- "description": "option group container padding start",
9322
- "name": "--bq-option-group--container-padding-start"
9323
- }
9324
- ],
9325
- "cssParts": [
9326
- {
9327
- "description": "The `legend` tag element which acts as a container for the label",
9328
- "name": "label"
9329
- },
9330
- {
9331
- "description": "The prefix of the label",
9332
- "name": "prefix"
9333
- },
9334
- {
9335
- "description": "The text of the label",
9336
- "name": "label"
9337
- },
9338
- {
9339
- "description": "The suffix of the label",
9340
- "name": "suffix"
9341
- },
9342
- {
9343
- "description": "The `div` element which holds the option items",
9344
- "name": "group"
9345
- }
9346
- ],
9347
- "slots": [
9348
- {
9349
- "description": "The label of the option group",
9350
- "name": "header-label"
9351
- },
9352
- {
9353
- "description": "The prefix of the label",
9354
- "name": "header-prefix"
9355
- },
9356
- {
9357
- "description": "The suffix of the label",
9358
- "name": "header-suffix"
9359
- },
9360
- {
9361
- "description": "The option items",
9362
- "name": ""
9363
- }
9364
- ],
9365
- "members": [
9366
- {
9367
- "kind": "field",
9368
- "name": "el",
9369
- "type": {
9370
- "text": "HTMLElement"
9371
- }
9372
- },
9373
- {
9374
- "kind": "method",
9375
- "name": "render"
9376
- }
9377
- ],
9378
- "tagName": "bq-option-group",
9379
- "csspart": [
9380
- {
9381
- "name": "label",
9382
- "description": "The `legend` tag element which acts as a container for the label"
9383
- },
9384
- {
9385
- "name": "prefix",
9386
- "description": "The prefix of the label"
9387
- },
9388
- {
9389
- "name": "label",
9390
- "description": "The text of the label"
9391
- },
9392
- {
9393
- "name": "suffix",
9394
- "description": "The suffix of the label"
9395
- },
9396
- {
9397
- "name": "group",
9398
- "description": "The `div` element which holds the option items"
9399
- }
9400
- ],
9401
- "events": [],
9402
- "customElement": true
9403
- }
9404
- ],
9405
- "exports": [
9406
- {
9407
- "kind": "js",
9408
- "name": "BqOptionGroup",
9409
- "declaration": {
9410
- "name": "BqOptionGroup",
9411
- "module": "components/bq-option-group.js"
9412
- }
9413
- },
9414
- {
9415
- "kind": "custom-element-definition",
9416
- "name": "bq-option-group",
9417
- "declaration": {
9418
- "name": "BqOptionGroup",
9419
- "module": "components/bq-option-group.js"
9420
- }
9421
- }
9422
- ]
9423
- },
9424
9424
  {
9425
9425
  "kind": "javascript-module",
9426
9426
  "path": "components/bq-option-list.js",