globuswebcomponents 1.3.1 → 1.3.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 (92) hide show
  1. package/dist/cjs/{gb-avatar_19.cjs.entry.js → gb-avatar_21.cjs.entry.js} +76 -3
  2. package/dist/cjs/gb-avatar_21.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js.map +1 -1
  5. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
  8. package/dist/cjs/globuscomponents.cjs.js +1 -1
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  11. package/dist/collection/assets/top_bar_active_bar.svg +3 -0
  12. package/dist/collection/assets/top_bar_active_bar_red.svg +3 -0
  13. package/dist/collection/assets/top_bar_pattern.svg +2409 -0
  14. package/dist/collection/collection-manifest.json +1 -0
  15. package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +1 -5
  16. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +54 -52
  17. package/dist/collection/components/gb-header/gb-header.css +1 -1
  18. package/dist/collection/components/gb-top-bar/gb-top-bar.css +45 -0
  19. package/dist/collection/components/gb-top-bar/gb-top-bar.js +490 -0
  20. package/dist/collection/components/gb-top-bar/gb-top-bar.js.map +1 -0
  21. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.css +2763 -0
  22. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +37 -2
  23. package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js.map +1 -1
  24. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  25. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  26. package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
  27. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  28. package/dist/components/gb-avatar-dropdown.js +1 -1
  29. package/dist/components/gb-detail-cell.js +1 -1
  30. package/dist/components/gb-detail-cell.js.map +1 -1
  31. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  32. package/dist/components/gb-header.js +1 -1
  33. package/dist/components/gb-header.js.map +1 -1
  34. package/dist/components/gb-help-dropdown.js +1 -1
  35. package/dist/components/gb-top-bar-item.js +1 -39
  36. package/dist/components/gb-top-bar-item.js.map +1 -1
  37. package/dist/components/gb-top-bar.d.ts +11 -0
  38. package/dist/components/gb-top-bar.js +102 -0
  39. package/dist/components/gb-top-bar.js.map +1 -0
  40. package/dist/components/gb-vertical-tabs.js +1 -1
  41. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  42. package/dist/components/gb-wysiwyg-tooltip.js +2 -2
  43. package/dist/components/{p-c1b2bd3f.js → p-954d7fe7.js} +2 -2
  44. package/dist/components/p-954d7fe7.js.map +1 -0
  45. package/dist/components/{p-442f7c82.js → p-98f5c49f.js} +2 -2
  46. package/dist/components/{p-442f7c82.js.map → p-98f5c49f.js.map} +1 -1
  47. package/dist/components/p-d0a741ae.js +64 -0
  48. package/dist/components/p-d0a741ae.js.map +1 -0
  49. package/dist/components/test-input-tag.js +2 -2
  50. package/dist/docs.json +622 -21
  51. package/dist/esm/{gb-avatar_19.entry.js → gb-avatar_21.entry.js} +75 -4
  52. package/dist/esm/gb-avatar_21.entry.js.map +1 -0
  53. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
  54. package/dist/esm/gb-dropdown-items-with-shortcut.entry.js.map +1 -1
  55. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  56. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  57. package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
  58. package/dist/esm/globuscomponents.js +1 -1
  59. package/dist/esm/loader.js +1 -1
  60. package/dist/esm/test-input-tag.entry.js +2 -2
  61. package/dist/globuscomponents/assets/top_bar_active_bar.svg +3 -0
  62. package/dist/globuscomponents/assets/top_bar_active_bar_red.svg +3 -0
  63. package/dist/globuscomponents/assets/top_bar_pattern.svg +2409 -0
  64. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  65. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  66. package/dist/globuscomponents/{p-36d21d06.entry.js → p-0e9e58ed.entry.js} +2 -2
  67. package/dist/globuscomponents/p-0e9e58ed.entry.js.map +1 -0
  68. package/dist/globuscomponents/{p-a3f329c6.entry.js → p-16bc1a62.entry.js} +2 -2
  69. package/dist/globuscomponents/p-16bc1a62.entry.js.map +1 -0
  70. package/dist/globuscomponents/{p-901567ac.entry.js → p-96fb5dcf.entry.js} +2 -2
  71. package/dist/globuscomponents/{p-95246d99.entry.js → p-a2c16d5c.entry.js} +2 -2
  72. package/dist/globuscomponents/{p-217cf260.entry.js → p-d2b16d4d.entry.js} +2 -2
  73. package/dist/globuscomponents/{p-a1534e92.entry.js → p-fd67e1e0.entry.js} +2 -2
  74. package/dist/types/components/gb-top-bar/gb-top-bar.d.ts +30 -0
  75. package/dist/types/components/gb-top-bar-item/gb-top-bar-item.d.ts +6 -1
  76. package/dist/types/components.d.ts +77 -0
  77. package/package.json +1 -1
  78. package/dist/cjs/gb-avatar_19.cjs.entry.js.map +0 -1
  79. package/dist/cjs/gb-top-bar-item.cjs.entry.js +0 -26
  80. package/dist/cjs/gb-top-bar-item.cjs.entry.js.map +0 -1
  81. package/dist/components/p-c1b2bd3f.js.map +0 -1
  82. package/dist/esm/gb-avatar_19.entry.js.map +0 -1
  83. package/dist/esm/gb-top-bar-item.entry.js +0 -22
  84. package/dist/esm/gb-top-bar-item.entry.js.map +0 -1
  85. package/dist/globuscomponents/p-36d21d06.entry.js.map +0 -1
  86. package/dist/globuscomponents/p-778ef7cc.entry.js +0 -2
  87. package/dist/globuscomponents/p-778ef7cc.entry.js.map +0 -1
  88. package/dist/globuscomponents/p-a3f329c6.entry.js.map +0 -1
  89. /package/dist/globuscomponents/{p-901567ac.entry.js.map → p-96fb5dcf.entry.js.map} +0 -0
  90. /package/dist/globuscomponents/{p-95246d99.entry.js.map → p-a2c16d5c.entry.js.map} +0 -0
  91. /package/dist/globuscomponents/{p-217cf260.entry.js.map → p-d2b16d4d.entry.js.map} +0 -0
  92. /package/dist/globuscomponents/{p-a1534e92.entry.js.map → p-fd67e1e0.entry.js.map} +0 -0
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-14T22:40:00",
2
+ "timestamp": "2025-03-17T12:51:55",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -19306,7 +19306,8 @@
19306
19306
  "gb-help-tooltip",
19307
19307
  "gb-progress-bar",
19308
19308
  "gb-simple-side-bar-item",
19309
- "gb-slider-control-handle"
19309
+ "gb-slider-control-handle",
19310
+ "gb-top-bar-item"
19310
19311
  ],
19311
19312
  "dependencies": [],
19312
19313
  "dependencyGraph": {
@@ -19336,17 +19337,42 @@
19336
19337
  ],
19337
19338
  "gb-slider-control-handle": [
19338
19339
  "gb-tooltip"
19340
+ ],
19341
+ "gb-top-bar-item": [
19342
+ "gb-tooltip"
19339
19343
  ]
19340
19344
  }
19341
19345
  },
19342
19346
  {
19343
- "filePath": "src/components/gb-top-bar-item/gb-top-bar-item.tsx",
19347
+ "filePath": "src/components/gb-top-bar/gb-top-bar.tsx",
19344
19348
  "encapsulation": "shadow",
19345
- "tag": "gb-top-bar-item",
19349
+ "tag": "gb-top-bar",
19346
19350
  "docs": "",
19347
19351
  "docsTags": [],
19348
19352
  "usage": {},
19349
19353
  "props": [
19354
+ {
19355
+ "name": "activeIndex",
19356
+ "type": "number",
19357
+ "complexType": {
19358
+ "original": "number",
19359
+ "resolved": "number",
19360
+ "references": {}
19361
+ },
19362
+ "mutable": true,
19363
+ "attr": "active-index",
19364
+ "reflectToAttr": false,
19365
+ "docs": "",
19366
+ "docsTags": [],
19367
+ "default": "0",
19368
+ "values": [
19369
+ {
19370
+ "type": "number"
19371
+ }
19372
+ ],
19373
+ "optional": false,
19374
+ "required": false
19375
+ },
19350
19376
  {
19351
19377
  "name": "category",
19352
19378
  "type": "\"colored_background\" | \"plain_background\"",
@@ -19380,7 +19406,7 @@
19380
19406
  "required": false
19381
19407
  },
19382
19408
  {
19383
- "name": "icon",
19409
+ "name": "fifthTabIcon",
19384
19410
  "type": "string",
19385
19411
  "complexType": {
19386
19412
  "original": "string",
@@ -19388,7 +19414,7 @@
19388
19414
  "references": {}
19389
19415
  },
19390
19416
  "mutable": false,
19391
- "attr": "icon",
19417
+ "attr": "fifth-tab-icon",
19392
19418
  "reflectToAttr": false,
19393
19419
  "docs": "",
19394
19420
  "docsTags": [],
@@ -19402,7 +19428,7 @@
19402
19428
  "required": false
19403
19429
  },
19404
19430
  {
19405
- "name": "iconOnly",
19431
+ "name": "fifthTabIconOnly",
19406
19432
  "type": "boolean",
19407
19433
  "complexType": {
19408
19434
  "original": "boolean",
@@ -19410,7 +19436,7 @@
19410
19436
  "references": {}
19411
19437
  },
19412
19438
  "mutable": false,
19413
- "attr": "icon-only",
19439
+ "attr": "fifth-tab-icon-only",
19414
19440
  "reflectToAttr": false,
19415
19441
  "docs": "",
19416
19442
  "docsTags": [],
@@ -19424,7 +19450,7 @@
19424
19450
  "required": false
19425
19451
  },
19426
19452
  {
19427
- "name": "label",
19453
+ "name": "fifthTabLabel",
19428
19454
  "type": "string",
19429
19455
  "complexType": {
19430
19456
  "original": "string",
@@ -19432,7 +19458,7 @@
19432
19458
  "references": {}
19433
19459
  },
19434
19460
  "mutable": false,
19435
- "attr": "label",
19461
+ "attr": "fifth-tab-label",
19436
19462
  "reflectToAttr": false,
19437
19463
  "docs": "",
19438
19464
  "docsTags": [],
@@ -19444,17 +19470,592 @@
19444
19470
  ],
19445
19471
  "optional": false,
19446
19472
  "required": false
19447
- }
19448
- ],
19449
- "methods": [],
19450
- "events": [],
19451
- "listeners": [],
19452
- "styles": [],
19453
- "slots": [],
19454
- "parts": [],
19455
- "dependents": [],
19456
- "dependencies": [],
19457
- "dependencyGraph": {}
19473
+ },
19474
+ {
19475
+ "name": "firstTabIcon",
19476
+ "type": "string",
19477
+ "complexType": {
19478
+ "original": "string",
19479
+ "resolved": "string",
19480
+ "references": {}
19481
+ },
19482
+ "mutable": false,
19483
+ "attr": "first-tab-icon",
19484
+ "reflectToAttr": false,
19485
+ "docs": "",
19486
+ "docsTags": [],
19487
+ "default": "''",
19488
+ "values": [
19489
+ {
19490
+ "type": "string"
19491
+ }
19492
+ ],
19493
+ "optional": false,
19494
+ "required": false
19495
+ },
19496
+ {
19497
+ "name": "firstTabIconOnly",
19498
+ "type": "boolean",
19499
+ "complexType": {
19500
+ "original": "boolean",
19501
+ "resolved": "boolean",
19502
+ "references": {}
19503
+ },
19504
+ "mutable": false,
19505
+ "attr": "first-tab-icon-only",
19506
+ "reflectToAttr": false,
19507
+ "docs": "",
19508
+ "docsTags": [],
19509
+ "default": "false",
19510
+ "values": [
19511
+ {
19512
+ "type": "boolean"
19513
+ }
19514
+ ],
19515
+ "optional": false,
19516
+ "required": false
19517
+ },
19518
+ {
19519
+ "name": "firstTabLabel",
19520
+ "type": "string",
19521
+ "complexType": {
19522
+ "original": "string",
19523
+ "resolved": "string",
19524
+ "references": {}
19525
+ },
19526
+ "mutable": false,
19527
+ "attr": "first-tab-label",
19528
+ "reflectToAttr": false,
19529
+ "docs": "",
19530
+ "docsTags": [],
19531
+ "default": "''",
19532
+ "values": [
19533
+ {
19534
+ "type": "string"
19535
+ }
19536
+ ],
19537
+ "optional": false,
19538
+ "required": false
19539
+ },
19540
+ {
19541
+ "name": "fourthTabIcon",
19542
+ "type": "string",
19543
+ "complexType": {
19544
+ "original": "string",
19545
+ "resolved": "string",
19546
+ "references": {}
19547
+ },
19548
+ "mutable": false,
19549
+ "attr": "fourth-tab-icon",
19550
+ "reflectToAttr": false,
19551
+ "docs": "",
19552
+ "docsTags": [],
19553
+ "default": "''",
19554
+ "values": [
19555
+ {
19556
+ "type": "string"
19557
+ }
19558
+ ],
19559
+ "optional": false,
19560
+ "required": false
19561
+ },
19562
+ {
19563
+ "name": "fourthTabIconOnly",
19564
+ "type": "boolean",
19565
+ "complexType": {
19566
+ "original": "boolean",
19567
+ "resolved": "boolean",
19568
+ "references": {}
19569
+ },
19570
+ "mutable": false,
19571
+ "attr": "fourth-tab-icon-only",
19572
+ "reflectToAttr": false,
19573
+ "docs": "",
19574
+ "docsTags": [],
19575
+ "default": "false",
19576
+ "values": [
19577
+ {
19578
+ "type": "boolean"
19579
+ }
19580
+ ],
19581
+ "optional": false,
19582
+ "required": false
19583
+ },
19584
+ {
19585
+ "name": "fourthTabLabel",
19586
+ "type": "string",
19587
+ "complexType": {
19588
+ "original": "string",
19589
+ "resolved": "string",
19590
+ "references": {}
19591
+ },
19592
+ "mutable": false,
19593
+ "attr": "fourth-tab-label",
19594
+ "reflectToAttr": false,
19595
+ "docs": "",
19596
+ "docsTags": [],
19597
+ "default": "''",
19598
+ "values": [
19599
+ {
19600
+ "type": "string"
19601
+ }
19602
+ ],
19603
+ "optional": false,
19604
+ "required": false
19605
+ },
19606
+ {
19607
+ "name": "secondTabIcon",
19608
+ "type": "string",
19609
+ "complexType": {
19610
+ "original": "string",
19611
+ "resolved": "string",
19612
+ "references": {}
19613
+ },
19614
+ "mutable": false,
19615
+ "attr": "second-tab-icon",
19616
+ "reflectToAttr": false,
19617
+ "docs": "",
19618
+ "docsTags": [],
19619
+ "default": "''",
19620
+ "values": [
19621
+ {
19622
+ "type": "string"
19623
+ }
19624
+ ],
19625
+ "optional": false,
19626
+ "required": false
19627
+ },
19628
+ {
19629
+ "name": "secondTabIconOnly",
19630
+ "type": "boolean",
19631
+ "complexType": {
19632
+ "original": "boolean",
19633
+ "resolved": "boolean",
19634
+ "references": {}
19635
+ },
19636
+ "mutable": false,
19637
+ "attr": "second-tab-icon-only",
19638
+ "reflectToAttr": false,
19639
+ "docs": "",
19640
+ "docsTags": [],
19641
+ "default": "false",
19642
+ "values": [
19643
+ {
19644
+ "type": "boolean"
19645
+ }
19646
+ ],
19647
+ "optional": false,
19648
+ "required": false
19649
+ },
19650
+ {
19651
+ "name": "secondTabLabel",
19652
+ "type": "string",
19653
+ "complexType": {
19654
+ "original": "string",
19655
+ "resolved": "string",
19656
+ "references": {}
19657
+ },
19658
+ "mutable": false,
19659
+ "attr": "second-tab-label",
19660
+ "reflectToAttr": false,
19661
+ "docs": "",
19662
+ "docsTags": [],
19663
+ "default": "''",
19664
+ "values": [
19665
+ {
19666
+ "type": "string"
19667
+ }
19668
+ ],
19669
+ "optional": false,
19670
+ "required": false
19671
+ },
19672
+ {
19673
+ "name": "seventhTabIcon",
19674
+ "type": "string",
19675
+ "complexType": {
19676
+ "original": "string",
19677
+ "resolved": "string",
19678
+ "references": {}
19679
+ },
19680
+ "mutable": false,
19681
+ "attr": "seventh-tab-icon",
19682
+ "reflectToAttr": false,
19683
+ "docs": "",
19684
+ "docsTags": [],
19685
+ "default": "''",
19686
+ "values": [
19687
+ {
19688
+ "type": "string"
19689
+ }
19690
+ ],
19691
+ "optional": false,
19692
+ "required": false
19693
+ },
19694
+ {
19695
+ "name": "seventhTabIconOnly",
19696
+ "type": "boolean",
19697
+ "complexType": {
19698
+ "original": "boolean",
19699
+ "resolved": "boolean",
19700
+ "references": {}
19701
+ },
19702
+ "mutable": false,
19703
+ "attr": "seventh-tab-icon-only",
19704
+ "reflectToAttr": false,
19705
+ "docs": "",
19706
+ "docsTags": [],
19707
+ "default": "false",
19708
+ "values": [
19709
+ {
19710
+ "type": "boolean"
19711
+ }
19712
+ ],
19713
+ "optional": false,
19714
+ "required": false
19715
+ },
19716
+ {
19717
+ "name": "seventhTabLabel",
19718
+ "type": "string",
19719
+ "complexType": {
19720
+ "original": "string",
19721
+ "resolved": "string",
19722
+ "references": {}
19723
+ },
19724
+ "mutable": false,
19725
+ "attr": "seventh-tab-label",
19726
+ "reflectToAttr": false,
19727
+ "docs": "",
19728
+ "docsTags": [],
19729
+ "default": "''",
19730
+ "values": [
19731
+ {
19732
+ "type": "string"
19733
+ }
19734
+ ],
19735
+ "optional": false,
19736
+ "required": false
19737
+ },
19738
+ {
19739
+ "name": "sixthTabIcon",
19740
+ "type": "string",
19741
+ "complexType": {
19742
+ "original": "string",
19743
+ "resolved": "string",
19744
+ "references": {}
19745
+ },
19746
+ "mutable": false,
19747
+ "attr": "sixth-tab-icon",
19748
+ "reflectToAttr": false,
19749
+ "docs": "",
19750
+ "docsTags": [],
19751
+ "default": "''",
19752
+ "values": [
19753
+ {
19754
+ "type": "string"
19755
+ }
19756
+ ],
19757
+ "optional": false,
19758
+ "required": false
19759
+ },
19760
+ {
19761
+ "name": "sixthTabIconOnly",
19762
+ "type": "boolean",
19763
+ "complexType": {
19764
+ "original": "boolean",
19765
+ "resolved": "boolean",
19766
+ "references": {}
19767
+ },
19768
+ "mutable": false,
19769
+ "attr": "sixth-tab-icon-only",
19770
+ "reflectToAttr": false,
19771
+ "docs": "",
19772
+ "docsTags": [],
19773
+ "default": "false",
19774
+ "values": [
19775
+ {
19776
+ "type": "boolean"
19777
+ }
19778
+ ],
19779
+ "optional": false,
19780
+ "required": false
19781
+ },
19782
+ {
19783
+ "name": "sixthTabLabel",
19784
+ "type": "string",
19785
+ "complexType": {
19786
+ "original": "string",
19787
+ "resolved": "string",
19788
+ "references": {}
19789
+ },
19790
+ "mutable": false,
19791
+ "attr": "sixth-tab-label",
19792
+ "reflectToAttr": false,
19793
+ "docs": "",
19794
+ "docsTags": [],
19795
+ "default": "''",
19796
+ "values": [
19797
+ {
19798
+ "type": "string"
19799
+ }
19800
+ ],
19801
+ "optional": false,
19802
+ "required": false
19803
+ },
19804
+ {
19805
+ "name": "thirdTabIcon",
19806
+ "type": "string",
19807
+ "complexType": {
19808
+ "original": "string",
19809
+ "resolved": "string",
19810
+ "references": {}
19811
+ },
19812
+ "mutable": false,
19813
+ "attr": "third-tab-icon",
19814
+ "reflectToAttr": false,
19815
+ "docs": "",
19816
+ "docsTags": [],
19817
+ "default": "''",
19818
+ "values": [
19819
+ {
19820
+ "type": "string"
19821
+ }
19822
+ ],
19823
+ "optional": false,
19824
+ "required": false
19825
+ },
19826
+ {
19827
+ "name": "thirdTabIconOnly",
19828
+ "type": "boolean",
19829
+ "complexType": {
19830
+ "original": "boolean",
19831
+ "resolved": "boolean",
19832
+ "references": {}
19833
+ },
19834
+ "mutable": false,
19835
+ "attr": "third-tab-icon-only",
19836
+ "reflectToAttr": false,
19837
+ "docs": "",
19838
+ "docsTags": [],
19839
+ "default": "false",
19840
+ "values": [
19841
+ {
19842
+ "type": "boolean"
19843
+ }
19844
+ ],
19845
+ "optional": false,
19846
+ "required": false
19847
+ },
19848
+ {
19849
+ "name": "thirdTabLabel",
19850
+ "type": "string",
19851
+ "complexType": {
19852
+ "original": "string",
19853
+ "resolved": "string",
19854
+ "references": {}
19855
+ },
19856
+ "mutable": false,
19857
+ "attr": "third-tab-label",
19858
+ "reflectToAttr": false,
19859
+ "docs": "",
19860
+ "docsTags": [],
19861
+ "default": "''",
19862
+ "values": [
19863
+ {
19864
+ "type": "string"
19865
+ }
19866
+ ],
19867
+ "optional": false,
19868
+ "required": false
19869
+ }
19870
+ ],
19871
+ "methods": [],
19872
+ "events": [
19873
+ {
19874
+ "event": "topBarItemClicked",
19875
+ "detail": "number",
19876
+ "bubbles": true,
19877
+ "complexType": {
19878
+ "original": "number",
19879
+ "resolved": "number",
19880
+ "references": {}
19881
+ },
19882
+ "cancelable": true,
19883
+ "composed": true,
19884
+ "docs": "",
19885
+ "docsTags": []
19886
+ }
19887
+ ],
19888
+ "listeners": [],
19889
+ "styles": [],
19890
+ "slots": [],
19891
+ "parts": [],
19892
+ "dependents": [],
19893
+ "dependencies": [
19894
+ "gb-top-bar-item"
19895
+ ],
19896
+ "dependencyGraph": {
19897
+ "gb-top-bar": [
19898
+ "gb-top-bar-item"
19899
+ ],
19900
+ "gb-top-bar-item": [
19901
+ "gb-tooltip"
19902
+ ]
19903
+ }
19904
+ },
19905
+ {
19906
+ "filePath": "src/components/gb-top-bar-item/gb-top-bar-item.tsx",
19907
+ "encapsulation": "shadow",
19908
+ "tag": "gb-top-bar-item",
19909
+ "readme": "# gb-top-bar-item\n\n\n",
19910
+ "docs": "",
19911
+ "docsTags": [],
19912
+ "usage": {},
19913
+ "props": [
19914
+ {
19915
+ "name": "category",
19916
+ "type": "\"colored_background\" | \"plain_background\"",
19917
+ "complexType": {
19918
+ "original": "GeneralBackgroundCategories",
19919
+ "resolved": "\"colored_background\" | \"plain_background\"",
19920
+ "references": {
19921
+ "GeneralBackgroundCategories": {
19922
+ "location": "import",
19923
+ "path": "../../models/reusableModels",
19924
+ "id": "src/models/reusableModels.ts::GeneralBackgroundCategories"
19925
+ }
19926
+ }
19927
+ },
19928
+ "mutable": false,
19929
+ "attr": "category",
19930
+ "reflectToAttr": false,
19931
+ "docs": "",
19932
+ "docsTags": [],
19933
+ "values": [
19934
+ {
19935
+ "value": "colored_background",
19936
+ "type": "string"
19937
+ },
19938
+ {
19939
+ "value": "plain_background",
19940
+ "type": "string"
19941
+ }
19942
+ ],
19943
+ "optional": false,
19944
+ "required": false
19945
+ },
19946
+ {
19947
+ "name": "icon",
19948
+ "type": "string",
19949
+ "complexType": {
19950
+ "original": "string",
19951
+ "resolved": "string",
19952
+ "references": {}
19953
+ },
19954
+ "mutable": false,
19955
+ "attr": "icon",
19956
+ "reflectToAttr": false,
19957
+ "docs": "",
19958
+ "docsTags": [],
19959
+ "default": "''",
19960
+ "values": [
19961
+ {
19962
+ "type": "string"
19963
+ }
19964
+ ],
19965
+ "optional": false,
19966
+ "required": false
19967
+ },
19968
+ {
19969
+ "name": "iconOnly",
19970
+ "type": "boolean",
19971
+ "complexType": {
19972
+ "original": "boolean",
19973
+ "resolved": "boolean",
19974
+ "references": {}
19975
+ },
19976
+ "mutable": false,
19977
+ "attr": "icon-only",
19978
+ "reflectToAttr": false,
19979
+ "docs": "",
19980
+ "docsTags": [],
19981
+ "default": "false",
19982
+ "values": [
19983
+ {
19984
+ "type": "boolean"
19985
+ }
19986
+ ],
19987
+ "optional": false,
19988
+ "required": false
19989
+ },
19990
+ {
19991
+ "name": "label",
19992
+ "type": "string",
19993
+ "complexType": {
19994
+ "original": "string",
19995
+ "resolved": "string",
19996
+ "references": {}
19997
+ },
19998
+ "mutable": false,
19999
+ "attr": "label",
20000
+ "reflectToAttr": false,
20001
+ "docs": "",
20002
+ "docsTags": [],
20003
+ "default": "''",
20004
+ "values": [
20005
+ {
20006
+ "type": "string"
20007
+ }
20008
+ ],
20009
+ "optional": false,
20010
+ "required": false
20011
+ },
20012
+ {
20013
+ "name": "state",
20014
+ "type": "\"active\" | \"default\"",
20015
+ "complexType": {
20016
+ "original": "'default' | 'active'",
20017
+ "resolved": "\"active\" | \"default\"",
20018
+ "references": {}
20019
+ },
20020
+ "mutable": false,
20021
+ "attr": "state",
20022
+ "reflectToAttr": false,
20023
+ "docs": "",
20024
+ "docsTags": [],
20025
+ "values": [
20026
+ {
20027
+ "value": "active",
20028
+ "type": "string"
20029
+ },
20030
+ {
20031
+ "value": "default",
20032
+ "type": "string"
20033
+ }
20034
+ ],
20035
+ "optional": false,
20036
+ "required": false
20037
+ }
20038
+ ],
20039
+ "methods": [],
20040
+ "events": [],
20041
+ "listeners": [],
20042
+ "styles": [],
20043
+ "slots": [],
20044
+ "parts": [],
20045
+ "dependents": [
20046
+ "gb-top-bar"
20047
+ ],
20048
+ "dependencies": [
20049
+ "gb-tooltip"
20050
+ ],
20051
+ "dependencyGraph": {
20052
+ "gb-top-bar-item": [
20053
+ "gb-tooltip"
20054
+ ],
20055
+ "gb-top-bar": [
20056
+ "gb-top-bar-item"
20057
+ ]
20058
+ }
19458
20059
  },
19459
20060
  {
19460
20061
  "filePath": "src/components/gb-vertical-tabs/gb-vertical-tabs.tsx",