globuswebcomponents 2.6.7 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_70.cjs.entry.js +97 -97
- package/dist/cjs/gb-action-panel_70.cjs.entry.js.map +1 -1
- package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +98 -98
- package/dist/collection/components/gb-nav-bar/gb-nav-bar.js.map +1 -1
- package/dist/components/gb-nav-bar.js +97 -97
- package/dist/components/gb-nav-bar.js.map +1 -1
- package/dist/docs.json +2 -2
- package/dist/esm/gb-action-panel_70.entry.js +97 -97
- package/dist/esm/gb-action-panel_70.entry.js.map +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-bc3fce6c.entry.js → p-0692411f.entry.js} +2 -2
- package/dist/globuscomponents/{p-bc3fce6c.entry.js.map → p-0692411f.entry.js.map} +1 -1
- package/package.json +1 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-11-07T10:
|
|
2
|
+
"timestamp": "2025-11-07T10:18:12",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.28.2",
|
|
@@ -17729,7 +17729,7 @@
|
|
|
17729
17729
|
"reflectToAttr": false,
|
|
17730
17730
|
"docs": "",
|
|
17731
17731
|
"docsTags": [],
|
|
17732
|
-
"default": "[\r\n {\r\n
|
|
17732
|
+
"default": "[\r\n // {\r\n // label: 'First',\r\n // icon: 'assets/home-02.svg',\r\n // iconOnly: false,\r\n // index: 0,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/bank.svg',\r\n // iconOnly: false,\r\n // index: 1,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/money-02.svg',\r\n // iconOnly: false,\r\n // index: 2,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/invoice-01.svg',\r\n // iconOnly: false,\r\n // index: 3,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/money-exchange-03.svg',\r\n // iconOnly: false,\r\n // index: 4,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/percent.svg',\r\n // iconOnly: false,\r\n // index: 5,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/qr-code.svg',\r\n // iconOnly: false,\r\n // index: 6,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/coins-dollar.svg',\r\n // iconOnly: false,\r\n // index: 7,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 8,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 9,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 10,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 11,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 12,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 13,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 14,\r\n // },\r\n // {\r\n // label: 'Second',\r\n // icon: 'assets/star.svg',\r\n // iconOnly: false,\r\n // index: 15,\r\n // },\r\n ]",
|
|
17733
17733
|
"values": [
|
|
17734
17734
|
{
|
|
17735
17735
|
"type": "{ label: string; icon?: string; iconOnly: boolean; index: number; }[]"
|
|
@@ -5621,102 +5621,102 @@ const GbNavBar = class {
|
|
|
5621
5621
|
registerInstance(this, hostRef);
|
|
5622
5622
|
this.navBarItemClicked = createEvent(this, "navBarItemClicked");
|
|
5623
5623
|
this.items = [
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5624
|
+
// {
|
|
5625
|
+
// label: 'First',
|
|
5626
|
+
// icon: 'assets/home-02.svg',
|
|
5627
|
+
// iconOnly: false,
|
|
5628
|
+
// index: 0,
|
|
5629
|
+
// },
|
|
5630
|
+
// {
|
|
5631
|
+
// label: 'Second',
|
|
5632
|
+
// icon: 'assets/bank.svg',
|
|
5633
|
+
// iconOnly: false,
|
|
5634
|
+
// index: 1,
|
|
5635
|
+
// },
|
|
5636
|
+
// {
|
|
5637
|
+
// label: 'Second',
|
|
5638
|
+
// icon: 'assets/money-02.svg',
|
|
5639
|
+
// iconOnly: false,
|
|
5640
|
+
// index: 2,
|
|
5641
|
+
// },
|
|
5642
|
+
// {
|
|
5643
|
+
// label: 'Second',
|
|
5644
|
+
// icon: 'assets/invoice-01.svg',
|
|
5645
|
+
// iconOnly: false,
|
|
5646
|
+
// index: 3,
|
|
5647
|
+
// },
|
|
5648
|
+
// {
|
|
5649
|
+
// label: 'Second',
|
|
5650
|
+
// icon: 'assets/money-exchange-03.svg',
|
|
5651
|
+
// iconOnly: false,
|
|
5652
|
+
// index: 4,
|
|
5653
|
+
// },
|
|
5654
|
+
// {
|
|
5655
|
+
// label: 'Second',
|
|
5656
|
+
// icon: 'assets/percent.svg',
|
|
5657
|
+
// iconOnly: false,
|
|
5658
|
+
// index: 5,
|
|
5659
|
+
// },
|
|
5660
|
+
// {
|
|
5661
|
+
// label: 'Second',
|
|
5662
|
+
// icon: 'assets/qr-code.svg',
|
|
5663
|
+
// iconOnly: false,
|
|
5664
|
+
// index: 6,
|
|
5665
|
+
// },
|
|
5666
|
+
// {
|
|
5667
|
+
// label: 'Second',
|
|
5668
|
+
// icon: 'assets/coins-dollar.svg',
|
|
5669
|
+
// iconOnly: false,
|
|
5670
|
+
// index: 7,
|
|
5671
|
+
// },
|
|
5672
|
+
// {
|
|
5673
|
+
// label: 'Second',
|
|
5674
|
+
// icon: 'assets/star.svg',
|
|
5675
|
+
// iconOnly: false,
|
|
5676
|
+
// index: 8,
|
|
5677
|
+
// },
|
|
5678
|
+
// {
|
|
5679
|
+
// label: 'Second',
|
|
5680
|
+
// icon: 'assets/star.svg',
|
|
5681
|
+
// iconOnly: false,
|
|
5682
|
+
// index: 9,
|
|
5683
|
+
// },
|
|
5684
|
+
// {
|
|
5685
|
+
// label: 'Second',
|
|
5686
|
+
// icon: 'assets/star.svg',
|
|
5687
|
+
// iconOnly: false,
|
|
5688
|
+
// index: 10,
|
|
5689
|
+
// },
|
|
5690
|
+
// {
|
|
5691
|
+
// label: 'Second',
|
|
5692
|
+
// icon: 'assets/star.svg',
|
|
5693
|
+
// iconOnly: false,
|
|
5694
|
+
// index: 11,
|
|
5695
|
+
// },
|
|
5696
|
+
// {
|
|
5697
|
+
// label: 'Second',
|
|
5698
|
+
// icon: 'assets/star.svg',
|
|
5699
|
+
// iconOnly: false,
|
|
5700
|
+
// index: 12,
|
|
5701
|
+
// },
|
|
5702
|
+
// {
|
|
5703
|
+
// label: 'Second',
|
|
5704
|
+
// icon: 'assets/star.svg',
|
|
5705
|
+
// iconOnly: false,
|
|
5706
|
+
// index: 13,
|
|
5707
|
+
// },
|
|
5708
|
+
// {
|
|
5709
|
+
// label: 'Second',
|
|
5710
|
+
// icon: 'assets/star.svg',
|
|
5711
|
+
// iconOnly: false,
|
|
5712
|
+
// index: 14,
|
|
5713
|
+
// },
|
|
5714
|
+
// {
|
|
5715
|
+
// label: 'Second',
|
|
5716
|
+
// icon: 'assets/star.svg',
|
|
5717
|
+
// iconOnly: false,
|
|
5718
|
+
// index: 15,
|
|
5719
|
+
// },
|
|
5720
5720
|
];
|
|
5721
5721
|
this.showBorder = true;
|
|
5722
5722
|
this.activeIndex = 0;
|
|
@@ -5801,7 +5801,7 @@ const GbNavBar = class {
|
|
|
5801
5801
|
}
|
|
5802
5802
|
render() {
|
|
5803
5803
|
const patternSrc = getAssetPath(`assets/top_bar_pattern.svg`);
|
|
5804
|
-
return (h("div", { key: '
|
|
5804
|
+
return (h("div", { key: '56acec89b538d433d0aeb1ba590b818e98224441', class: `top_bar_div ${this.category} ${this.showBorder ? 'border' : ''}` }, this.category === 'colored_background' && (h("div", { key: '5e6d0b08671b93af5727aaba256c83ff415260f5', class: "pattern" }, h("img", { key: '967014fa31c2122978a81dd258e7adcadf7d2a3a', src: patternSrc, alt: "" }))), h("div", { key: '63323215e096be820cef7d6f134f421c7cb7a280', class: "top_bar_content" }, h("div", { key: '75335a9d39e2feb31fbe4969acad282e4c249541', style: { visibility: 'hidden', position: 'absolute', height: '0', overflow: 'hidden', pointerEvents: 'none' } }, this.internalItems.map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label })))), h("div", { key: 'ffe12836480c6b37127ab0e7991755d77a70655c', class: `content ${this.dropdownOpen ? 'shown' : ''}`, ref: el => (this.containerEl = el) }, (this.measured ? this.visibleItems : this.internalItems).map(tab => (h("gb-nav-bar-item", { state: this.activeIndex === tab.index ? 'active' : 'default', "icon-only": tab.iconOnly, category: this.category, icon: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index) }))), this.measured && this.overflowItems.length > 0 && (h("div", { key: 'ff438d2e2d5961a5a255ea081d5030a842b32572', class: "more" }, h("gb-nav-bar-item", { key: '005b6e447b3de6347083eb4fa11c9009ae5c6de1', state: this.dropdownItemClicked ? 'active' : 'default', "icon-only": false, category: this.category, icon: "assets/more.svg", label: "More", class: "more_button", onClick: () => this.toggleDropdown() }), this.dropdownOpen && (h("div", { key: '22cdb40ce98562361420dce9239b78a00bfb2bd6', class: "dropdown_menu" }, this.overflowItems.map(tab => (h("gb-dropdown-items-with-shortcut", { icon: true, state: "default", iconSrc: tab.icon, label: tab.label, onClick: () => this.onTabItemClicked(tab.index, true) })))))))))));
|
|
5805
5805
|
}
|
|
5806
5806
|
get el() { return getElement(this); }
|
|
5807
5807
|
static get watchers() { return {
|