@genesislcap/foundation-zero 14.122.1 → 14.122.2-alpha-fb3aeba.0

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.
@@ -808,6 +808,37 @@
808
808
  }
809
809
  ]
810
810
  },
811
+ {
812
+ "kind": "javascript-module",
813
+ "path": "src/_config/index.ts",
814
+ "declarations": [],
815
+ "exports": [
816
+ {
817
+ "kind": "js",
818
+ "name": "*",
819
+ "declaration": {
820
+ "name": "*",
821
+ "package": "./styles"
822
+ }
823
+ },
824
+ {
825
+ "kind": "js",
826
+ "name": "*",
827
+ "declaration": {
828
+ "name": "*",
829
+ "package": "./tokens"
830
+ }
831
+ },
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./values"
838
+ }
839
+ }
840
+ ]
841
+ },
811
842
  {
812
843
  "kind": "javascript-module",
813
844
  "path": "src/accordion/accordion.stories.ts",
@@ -996,37 +1027,6 @@
996
1027
  }
997
1028
  ]
998
1029
  },
999
- {
1000
- "kind": "javascript-module",
1001
- "path": "src/_config/index.ts",
1002
- "declarations": [],
1003
- "exports": [
1004
- {
1005
- "kind": "js",
1006
- "name": "*",
1007
- "declaration": {
1008
- "name": "*",
1009
- "package": "./styles"
1010
- }
1011
- },
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./tokens"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./values"
1026
- }
1027
- }
1028
- ]
1029
- },
1030
1030
  {
1031
1031
  "kind": "javascript-module",
1032
1032
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -29459,7 +29459,7 @@
29459
29459
  },
29460
29460
  {
29461
29461
  "kind": "javascript-module",
29462
- "path": "src/tab-panel/index.ts",
29462
+ "path": "src/tabs/index.ts",
29463
29463
  "declarations": [],
29464
29464
  "exports": [
29465
29465
  {
@@ -29467,7 +29467,7 @@
29467
29467
  "name": "*",
29468
29468
  "declaration": {
29469
29469
  "name": "*",
29470
- "package": "./tab-panel"
29470
+ "package": "./tabs"
29471
29471
  }
29472
29472
  },
29473
29473
  {
@@ -29475,7 +29475,7 @@
29475
29475
  "name": "*",
29476
29476
  "declaration": {
29477
29477
  "name": "*",
29478
- "package": "./tab-panel.styles"
29478
+ "package": "./tabs.styles"
29479
29479
  }
29480
29480
  },
29481
29481
  {
@@ -29483,18 +29483,58 @@
29483
29483
  "name": "*",
29484
29484
  "declaration": {
29485
29485
  "name": "*",
29486
- "package": "./tab-panel.template"
29486
+ "package": "./tabs.template"
29487
29487
  }
29488
29488
  }
29489
29489
  ]
29490
29490
  },
29491
29491
  {
29492
29492
  "kind": "javascript-module",
29493
- "path": "src/tab-panel/tab-panel.styles.ts",
29493
+ "path": "src/tabs/tabs.stories.ts",
29494
+ "declarations": [
29495
+ {
29496
+ "kind": "variable",
29497
+ "name": "meta",
29498
+ "type": {
29499
+ "text": "Meta"
29500
+ },
29501
+ "default": "{\n title: 'Tabs',\n component: 'zero-tabs',\n}"
29502
+ },
29503
+ {
29504
+ "kind": "variable",
29505
+ "name": "Primary",
29506
+ "type": {
29507
+ "text": "StoryObj"
29508
+ },
29509
+ "default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'secondary'],\n },\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n args: {\n appearance: 'primary',\n orientation: 'horizontal',\n },\n render: ({ appearance, orientation }) => html`\n <div style=\"min-height: 300px\">\n <zero-tabs appearance=\"${appearance}\" orientation=\"${orientation}\">\n <span part=\"start\" class=\"start\" slot=\"start\">Blotter Header</span>\n <zero-tab>Rapid Tab 1</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 2</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 3</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 4</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 2</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 3</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n </zero-tabs>\n </div>\n `,\n}"
29510
+ }
29511
+ ],
29512
+ "exports": [
29513
+ {
29514
+ "kind": "js",
29515
+ "name": "default",
29516
+ "declaration": {
29517
+ "name": "meta",
29518
+ "module": "src/tabs/tabs.stories.ts"
29519
+ }
29520
+ },
29521
+ {
29522
+ "kind": "js",
29523
+ "name": "Primary",
29524
+ "declaration": {
29525
+ "name": "Primary",
29526
+ "module": "src/tabs/tabs.stories.ts"
29527
+ }
29528
+ }
29529
+ ]
29530
+ },
29531
+ {
29532
+ "kind": "javascript-module",
29533
+ "path": "src/tabs/tabs.styles.ts",
29494
29534
  "declarations": [
29495
29535
  {
29496
29536
  "kind": "function",
29497
- "name": "zeroTabPanelStyles",
29537
+ "name": "zeroTabsStyles",
29498
29538
  "return": {
29499
29539
  "type": {
29500
29540
  "text": "ElementStyles"
@@ -29519,24 +29559,24 @@
29519
29559
  "exports": [
29520
29560
  {
29521
29561
  "kind": "js",
29522
- "name": "zeroTabPanelStyles",
29562
+ "name": "zeroTabsStyles",
29523
29563
  "declaration": {
29524
- "name": "zeroTabPanelStyles",
29525
- "module": "src/tab-panel/tab-panel.styles.ts"
29564
+ "name": "zeroTabsStyles",
29565
+ "module": "src/tabs/tabs.styles.ts"
29526
29566
  }
29527
29567
  }
29528
29568
  ]
29529
29569
  },
29530
29570
  {
29531
29571
  "kind": "javascript-module",
29532
- "path": "src/tab-panel/tab-panel.template.ts",
29572
+ "path": "src/tabs/tabs.template.ts",
29533
29573
  "declarations": [
29534
29574
  {
29535
29575
  "kind": "function",
29536
- "name": "zeroTabPanelTemplate",
29576
+ "name": "zeroTabsTemplate",
29537
29577
  "return": {
29538
29578
  "type": {
29539
- "text": "ViewTemplate<TabPanel>"
29579
+ "text": "ViewTemplate<Tabs>"
29540
29580
  }
29541
29581
  },
29542
29582
  "parameters": [
@@ -29558,376 +29598,166 @@
29558
29598
  "exports": [
29559
29599
  {
29560
29600
  "kind": "js",
29561
- "name": "zeroTabPanelTemplate",
29601
+ "name": "zeroTabsTemplate",
29562
29602
  "declaration": {
29563
- "name": "zeroTabPanelTemplate",
29564
- "module": "src/tab-panel/tab-panel.template.ts"
29603
+ "name": "zeroTabsTemplate",
29604
+ "module": "src/tabs/tabs.template.ts"
29565
29605
  }
29566
29606
  }
29567
29607
  ]
29568
29608
  },
29569
29609
  {
29570
29610
  "kind": "javascript-module",
29571
- "path": "src/tab-panel/tab-panel.ts",
29611
+ "path": "src/tabs/tabs.ts",
29572
29612
  "declarations": [
29573
29613
  {
29574
29614
  "kind": "class",
29575
29615
  "description": "",
29576
- "name": "TabPanel",
29616
+ "name": "Tabs",
29577
29617
  "superclass": {
29578
- "name": "FoundationTabPanel",
29618
+ "name": "FoundationTabs",
29579
29619
  "package": "@genesislcap/foundation-ui"
29580
29620
  },
29581
- "tagName": "%%prefix%%-tab-panel",
29621
+ "tagName": "%%prefix%%-tabs",
29582
29622
  "customElement": true,
29583
- "members": [
29623
+ "attributes": [
29584
29624
  {
29585
- "kind": "field",
29586
- "name": "_presentation",
29625
+ "name": "orientation",
29587
29626
  "type": {
29588
- "text": "ComponentPresentation | null | undefined"
29627
+ "text": "TabsOrientation"
29589
29628
  },
29590
- "privacy": "private",
29591
- "default": "void 0",
29629
+ "description": "The orientation",
29630
+ "fieldName": "orientation",
29592
29631
  "inheritedFrom": {
29593
- "name": "TabPanel",
29594
- "module": "src/tab-panel/tab-panel.ts"
29632
+ "name": "Tabs",
29633
+ "module": "src/tabs/tabs.ts"
29634
+ }
29635
+ },
29636
+ {
29637
+ "name": "activeid",
29638
+ "type": {
29639
+ "text": "string"
29640
+ },
29641
+ "description": "The id of the active tab",
29642
+ "fieldName": "activeid",
29643
+ "inheritedFrom": {
29644
+ "name": "Tabs",
29645
+ "module": "src/tabs/tabs.ts"
29595
29646
  }
29596
29647
  },
29648
+ {
29649
+ "type": {
29650
+ "text": "boolean"
29651
+ },
29652
+ "default": "true",
29653
+ "description": "Whether or not to show the active indicator",
29654
+ "fieldName": "activeindicator",
29655
+ "inheritedFrom": {
29656
+ "name": "Tabs",
29657
+ "module": "src/tabs/tabs.ts"
29658
+ }
29659
+ }
29660
+ ],
29661
+ "members": [
29597
29662
  {
29598
29663
  "kind": "field",
29599
- "name": "$presentation",
29664
+ "name": "orientation",
29600
29665
  "type": {
29601
- "text": "ComponentPresentation | null"
29666
+ "text": "TabsOrientation"
29602
29667
  },
29603
29668
  "privacy": "public",
29604
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29669
+ "description": "The orientation",
29605
29670
  "inheritedFrom": {
29606
- "name": "TabPanel",
29607
- "module": "src/tab-panel/tab-panel.ts"
29671
+ "name": "Tabs",
29672
+ "module": "src/tabs/tabs.ts"
29608
29673
  }
29609
29674
  },
29610
29675
  {
29611
29676
  "kind": "field",
29612
- "name": "template",
29677
+ "name": "activeid",
29613
29678
  "type": {
29614
- "text": "ElementViewTemplate | void | null"
29679
+ "text": "string"
29615
29680
  },
29616
29681
  "privacy": "public",
29617
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
29682
+ "description": "The id of the active tab",
29618
29683
  "inheritedFrom": {
29619
- "name": "TabPanel",
29620
- "module": "src/tab-panel/tab-panel.ts"
29684
+ "name": "Tabs",
29685
+ "module": "src/tabs/tabs.ts"
29621
29686
  }
29622
29687
  },
29623
29688
  {
29624
- "kind": "method",
29625
- "name": "templateChanged",
29626
- "privacy": "protected",
29627
- "return": {
29628
- "type": {
29629
- "text": "void"
29630
- }
29689
+ "kind": "field",
29690
+ "name": "activeindicator",
29691
+ "type": {
29692
+ "text": "boolean"
29631
29693
  },
29694
+ "privacy": "public",
29695
+ "default": "true",
29696
+ "description": "Whether or not to show the active indicator",
29632
29697
  "inheritedFrom": {
29633
- "name": "TabPanel",
29634
- "module": "src/tab-panel/tab-panel.ts"
29698
+ "name": "Tabs",
29699
+ "module": "src/tabs/tabs.ts"
29635
29700
  }
29636
29701
  },
29637
29702
  {
29638
29703
  "kind": "field",
29639
- "name": "styles",
29704
+ "name": "activetab",
29640
29705
  "type": {
29641
- "text": "ElementStyles | void | null"
29706
+ "text": "HTMLElement"
29642
29707
  },
29643
29708
  "privacy": "public",
29644
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
29709
+ "description": "A reference to the active tab",
29645
29710
  "inheritedFrom": {
29646
- "name": "TabPanel",
29647
- "module": "src/tab-panel/tab-panel.ts"
29711
+ "name": "Tabs",
29712
+ "module": "src/tabs/tabs.ts"
29648
29713
  }
29649
29714
  },
29650
29715
  {
29651
- "kind": "method",
29652
- "name": "stylesChanged",
29653
- "privacy": "protected",
29654
- "return": {
29655
- "type": {
29656
- "text": "void"
29657
- }
29716
+ "kind": "field",
29717
+ "name": "prevActiveTabIndex",
29718
+ "type": {
29719
+ "text": "number"
29658
29720
  },
29721
+ "privacy": "private",
29722
+ "default": "0",
29659
29723
  "inheritedFrom": {
29660
- "name": "TabPanel",
29661
- "module": "src/tab-panel/tab-panel.ts"
29724
+ "name": "Tabs",
29725
+ "module": "src/tabs/tabs.ts"
29662
29726
  }
29663
29727
  },
29664
29728
  {
29665
- "kind": "method",
29666
- "name": "compose",
29667
- "privacy": "public",
29668
- "static": true,
29669
- "return": {
29670
- "type": {
29671
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29672
- }
29673
- },
29674
- "parameters": [
29675
- {
29676
- "name": "this",
29677
- "type": {
29678
- "text": "K"
29679
- }
29680
- },
29681
- {
29682
- "name": "elementDefinition",
29683
- "type": {
29684
- "text": "T"
29685
- },
29686
- "description": "The definition of the element to create the registry\nfunction for."
29687
- }
29688
- ],
29689
- "description": "Defines an element registry function with a set of element definition defaults.",
29690
- "inheritedFrom": {
29691
- "name": "TabPanel",
29692
- "module": "src/tab-panel/tab-panel.ts"
29693
- }
29694
- }
29695
- ]
29696
- },
29697
- {
29698
- "kind": "variable",
29699
- "name": "zeroTabPanel"
29700
- }
29701
- ],
29702
- "exports": [
29703
- {
29704
- "kind": "js",
29705
- "name": "TabPanel",
29706
- "declaration": {
29707
- "name": "TabPanel",
29708
- "module": "src/tab-panel/tab-panel.ts"
29709
- }
29710
- },
29711
- {
29712
- "kind": "js",
29713
- "name": "zeroTabPanel",
29714
- "declaration": {
29715
- "name": "zeroTabPanel",
29716
- "module": "src/tab-panel/tab-panel.ts"
29717
- }
29718
- }
29719
- ]
29720
- },
29721
- {
29722
- "kind": "javascript-module",
29723
- "path": "src/tabs/index.ts",
29724
- "declarations": [],
29725
- "exports": [
29726
- {
29727
- "kind": "js",
29728
- "name": "*",
29729
- "declaration": {
29730
- "name": "*",
29731
- "package": "./tabs"
29732
- }
29733
- },
29734
- {
29735
- "kind": "js",
29736
- "name": "*",
29737
- "declaration": {
29738
- "name": "*",
29739
- "package": "./tabs.styles"
29740
- }
29741
- },
29742
- {
29743
- "kind": "js",
29744
- "name": "*",
29745
- "declaration": {
29746
- "name": "*",
29747
- "package": "./tabs.template"
29748
- }
29749
- }
29750
- ]
29751
- },
29752
- {
29753
- "kind": "javascript-module",
29754
- "path": "src/tabs/tabs.stories.ts",
29755
- "declarations": [
29756
- {
29757
- "kind": "variable",
29758
- "name": "meta",
29759
- "type": {
29760
- "text": "Meta"
29761
- },
29762
- "default": "{\n title: 'Tabs',\n component: 'zero-tabs',\n}"
29763
- },
29764
- {
29765
- "kind": "variable",
29766
- "name": "Primary",
29767
- "type": {
29768
- "text": "StoryObj"
29769
- },
29770
- "default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'secondary'],\n },\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n args: {\n appearance: 'primary',\n orientation: 'horizontal',\n },\n render: ({ appearance, orientation }) => html`\n <div style=\"min-height: 300px\">\n <zero-tabs appearance=\"${appearance}\" orientation=\"${orientation}\">\n <span part=\"start\" class=\"start\" slot=\"start\">Blotter Header</span>\n <zero-tab>Rapid Tab 1</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 2</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 3</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 4</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 2</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 3</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n </zero-tabs>\n </div>\n `,\n}"
29771
- }
29772
- ],
29773
- "exports": [
29774
- {
29775
- "kind": "js",
29776
- "name": "default",
29777
- "declaration": {
29778
- "name": "meta",
29779
- "module": "src/tabs/tabs.stories.ts"
29780
- }
29781
- },
29782
- {
29783
- "kind": "js",
29784
- "name": "Primary",
29785
- "declaration": {
29786
- "name": "Primary",
29787
- "module": "src/tabs/tabs.stories.ts"
29788
- }
29789
- }
29790
- ]
29791
- },
29792
- {
29793
- "kind": "javascript-module",
29794
- "path": "src/tabs/tabs.styles.ts",
29795
- "declarations": [
29796
- {
29797
- "kind": "function",
29798
- "name": "zeroTabsStyles",
29799
- "return": {
29800
- "type": {
29801
- "text": "ElementStyles"
29802
- }
29803
- },
29804
- "parameters": [
29805
- {
29806
- "name": "context",
29807
- "type": {
29808
- "text": "ElementDefinitionContext"
29809
- }
29810
- },
29811
- {
29812
- "name": "definition",
29813
- "type": {
29814
- "text": "FoundationElementDefinition"
29815
- }
29816
- }
29817
- ]
29818
- }
29819
- ],
29820
- "exports": [
29821
- {
29822
- "kind": "js",
29823
- "name": "zeroTabsStyles",
29824
- "declaration": {
29825
- "name": "zeroTabsStyles",
29826
- "module": "src/tabs/tabs.styles.ts"
29827
- }
29828
- }
29829
- ]
29830
- },
29831
- {
29832
- "kind": "javascript-module",
29833
- "path": "src/tabs/tabs.template.ts",
29834
- "declarations": [
29835
- {
29836
- "kind": "function",
29837
- "name": "zeroTabsTemplate",
29838
- "return": {
29839
- "type": {
29840
- "text": "ViewTemplate<Tabs>"
29841
- }
29842
- },
29843
- "parameters": [
29844
- {
29845
- "name": "context",
29846
- "type": {
29847
- "text": "ElementDefinitionContext"
29848
- }
29849
- },
29850
- {
29851
- "name": "definition",
29852
- "type": {
29853
- "text": "FoundationElementDefinition"
29854
- }
29855
- }
29856
- ]
29857
- }
29858
- ],
29859
- "exports": [
29860
- {
29861
- "kind": "js",
29862
- "name": "zeroTabsTemplate",
29863
- "declaration": {
29864
- "name": "zeroTabsTemplate",
29865
- "module": "src/tabs/tabs.template.ts"
29866
- }
29867
- }
29868
- ]
29869
- },
29870
- {
29871
- "kind": "javascript-module",
29872
- "path": "src/tabs/tabs.ts",
29873
- "declarations": [
29874
- {
29875
- "kind": "class",
29876
- "description": "",
29877
- "name": "Tabs",
29878
- "superclass": {
29879
- "name": "FoundationTabs",
29880
- "package": "@genesislcap/foundation-ui"
29881
- },
29882
- "tagName": "%%prefix%%-tabs",
29883
- "customElement": true,
29884
- "attributes": [
29885
- {
29886
- "name": "orientation",
29887
- "type": {
29888
- "text": "TabsOrientation"
29889
- },
29890
- "description": "The orientation",
29891
- "fieldName": "orientation",
29892
- "inheritedFrom": {
29893
- "name": "Tabs",
29894
- "module": "src/tabs/tabs.ts"
29895
- }
29896
- },
29897
- {
29898
- "name": "activeid",
29729
+ "kind": "field",
29730
+ "name": "activeTabIndex",
29899
29731
  "type": {
29900
- "text": "string"
29732
+ "text": "number"
29901
29733
  },
29902
- "description": "The id of the active tab",
29903
- "fieldName": "activeid",
29734
+ "privacy": "private",
29735
+ "default": "0",
29904
29736
  "inheritedFrom": {
29905
29737
  "name": "Tabs",
29906
29738
  "module": "src/tabs/tabs.ts"
29907
29739
  }
29908
29740
  },
29909
29741
  {
29742
+ "kind": "field",
29743
+ "name": "ticking",
29910
29744
  "type": {
29911
29745
  "text": "boolean"
29912
29746
  },
29913
- "default": "true",
29914
- "description": "Whether or not to show the active indicator",
29915
- "fieldName": "activeindicator",
29747
+ "privacy": "private",
29748
+ "default": "false",
29916
29749
  "inheritedFrom": {
29917
29750
  "name": "Tabs",
29918
29751
  "module": "src/tabs/tabs.ts"
29919
29752
  }
29920
- }
29921
- ],
29922
- "members": [
29753
+ },
29923
29754
  {
29924
29755
  "kind": "field",
29925
- "name": "orientation",
29756
+ "name": "tabIds",
29926
29757
  "type": {
29927
- "text": "TabsOrientation"
29758
+ "text": "Array<string>"
29928
29759
  },
29929
- "privacy": "public",
29930
- "description": "The orientation",
29760
+ "privacy": "private",
29931
29761
  "inheritedFrom": {
29932
29762
  "name": "Tabs",
29933
29763
  "module": "src/tabs/tabs.ts"
@@ -29935,12 +29765,11 @@
29935
29765
  },
29936
29766
  {
29937
29767
  "kind": "field",
29938
- "name": "activeid",
29768
+ "name": "tabpanelIds",
29939
29769
  "type": {
29940
- "text": "string"
29770
+ "text": "Array<string>"
29941
29771
  },
29942
- "privacy": "public",
29943
- "description": "The id of the active tab",
29772
+ "privacy": "private",
29944
29773
  "inheritedFrom": {
29945
29774
  "name": "Tabs",
29946
29775
  "module": "src/tabs/tabs.ts"
@@ -29948,13 +29777,8 @@
29948
29777
  },
29949
29778
  {
29950
29779
  "kind": "field",
29951
- "name": "activeindicator",
29952
- "type": {
29953
- "text": "boolean"
29954
- },
29955
- "privacy": "public",
29956
- "default": "true",
29957
- "description": "Whether or not to show the active indicator",
29780
+ "name": "change",
29781
+ "privacy": "private",
29958
29782
  "inheritedFrom": {
29959
29783
  "name": "Tabs",
29960
29784
  "module": "src/tabs/tabs.ts"
@@ -29962,12 +29786,8 @@
29962
29786
  },
29963
29787
  {
29964
29788
  "kind": "field",
29965
- "name": "activetab",
29966
- "type": {
29967
- "text": "HTMLElement"
29968
- },
29969
- "privacy": "public",
29970
- "description": "A reference to the active tab",
29789
+ "name": "isDisabledElement",
29790
+ "privacy": "private",
29971
29791
  "inheritedFrom": {
29972
29792
  "name": "Tabs",
29973
29793
  "module": "src/tabs/tabs.ts"
@@ -29975,25 +29795,22 @@
29975
29795
  },
29976
29796
  {
29977
29797
  "kind": "field",
29978
- "name": "prevActiveTabIndex",
29979
- "type": {
29980
- "text": "number"
29981
- },
29798
+ "name": "isFocusableElement",
29982
29799
  "privacy": "private",
29983
- "default": "0",
29984
29800
  "inheritedFrom": {
29985
29801
  "name": "Tabs",
29986
29802
  "module": "src/tabs/tabs.ts"
29987
29803
  }
29988
29804
  },
29989
29805
  {
29990
- "kind": "field",
29991
- "name": "activeTabIndex",
29992
- "type": {
29993
- "text": "number"
29994
- },
29806
+ "kind": "method",
29807
+ "name": "getActiveIndex",
29995
29808
  "privacy": "private",
29996
- "default": "0",
29809
+ "return": {
29810
+ "type": {
29811
+ "text": "number"
29812
+ }
29813
+ },
29997
29814
  "inheritedFrom": {
29998
29815
  "name": "Tabs",
29999
29816
  "module": "src/tabs/tabs.ts"
@@ -30001,12 +29818,8 @@
30001
29818
  },
30002
29819
  {
30003
29820
  "kind": "field",
30004
- "name": "ticking",
30005
- "type": {
30006
- "text": "boolean"
30007
- },
29821
+ "name": "setTabs",
30008
29822
  "privacy": "private",
30009
- "default": "false",
30010
29823
  "inheritedFrom": {
30011
29824
  "name": "Tabs",
30012
29825
  "module": "src/tabs/tabs.ts"
@@ -30014,10 +29827,7 @@
30014
29827
  },
30015
29828
  {
30016
29829
  "kind": "field",
30017
- "name": "tabIds",
30018
- "type": {
30019
- "text": "Array<string>"
30020
- },
29830
+ "name": "setTabPanels",
30021
29831
  "privacy": "private",
30022
29832
  "inheritedFrom": {
30023
29833
  "name": "Tabs",
@@ -30025,30 +29835,42 @@
30025
29835
  }
30026
29836
  },
30027
29837
  {
30028
- "kind": "field",
30029
- "name": "tabpanelIds",
30030
- "type": {
30031
- "text": "Array<string>"
30032
- },
29838
+ "kind": "method",
29839
+ "name": "getTabIds",
30033
29840
  "privacy": "private",
29841
+ "return": {
29842
+ "type": {
29843
+ "text": "Array<string>"
29844
+ }
29845
+ },
30034
29846
  "inheritedFrom": {
30035
29847
  "name": "Tabs",
30036
29848
  "module": "src/tabs/tabs.ts"
30037
29849
  }
30038
29850
  },
30039
29851
  {
30040
- "kind": "field",
30041
- "name": "change",
29852
+ "kind": "method",
29853
+ "name": "getTabPanelIds",
30042
29854
  "privacy": "private",
29855
+ "return": {
29856
+ "type": {
29857
+ "text": "Array<string>"
29858
+ }
29859
+ },
30043
29860
  "inheritedFrom": {
30044
29861
  "name": "Tabs",
30045
29862
  "module": "src/tabs/tabs.ts"
30046
29863
  }
30047
29864
  },
30048
29865
  {
30049
- "kind": "field",
30050
- "name": "isDisabledElement",
29866
+ "kind": "method",
29867
+ "name": "setComponent",
30051
29868
  "privacy": "private",
29869
+ "return": {
29870
+ "type": {
29871
+ "text": "void"
29872
+ }
29873
+ },
30052
29874
  "inheritedFrom": {
30053
29875
  "name": "Tabs",
30054
29876
  "module": "src/tabs/tabs.ts"
@@ -30056,7 +29878,7 @@
30056
29878
  },
30057
29879
  {
30058
29880
  "kind": "field",
30059
- "name": "isFocusableElement",
29881
+ "name": "handleTabClick",
30060
29882
  "privacy": "private",
30061
29883
  "inheritedFrom": {
30062
29884
  "name": "Tabs",
@@ -30065,11 +29887,11 @@
30065
29887
  },
30066
29888
  {
30067
29889
  "kind": "method",
30068
- "name": "getActiveIndex",
29890
+ "name": "isHorizontal",
30069
29891
  "privacy": "private",
30070
29892
  "return": {
30071
29893
  "type": {
30072
- "text": "number"
29894
+ "text": "boolean"
30073
29895
  }
30074
29896
  },
30075
29897
  "inheritedFrom": {
@@ -30079,7 +29901,7 @@
30079
29901
  },
30080
29902
  {
30081
29903
  "kind": "field",
30082
- "name": "setTabs",
29904
+ "name": "handleTabKeyDown",
30083
29905
  "privacy": "private",
30084
29906
  "inheritedFrom": {
30085
29907
  "name": "Tabs",
@@ -30087,8 +29909,8 @@
30087
29909
  }
30088
29910
  },
30089
29911
  {
30090
- "kind": "field",
30091
- "name": "setTabPanels",
29912
+ "kind": "method",
29913
+ "name": "handleActiveIndicatorPosition",
30092
29914
  "privacy": "private",
30093
29915
  "inheritedFrom": {
30094
29916
  "name": "Tabs",
@@ -30097,11 +29919,11 @@
30097
29919
  },
30098
29920
  {
30099
29921
  "kind": "method",
30100
- "name": "getTabIds",
29922
+ "name": "animateActiveIndicator",
30101
29923
  "privacy": "private",
30102
29924
  "return": {
30103
29925
  "type": {
30104
- "text": "Array<string>"
29926
+ "text": "void"
30105
29927
  }
30106
29928
  },
30107
29929
  "inheritedFrom": {
@@ -30111,27 +29933,31 @@
30111
29933
  },
30112
29934
  {
30113
29935
  "kind": "method",
30114
- "name": "getTabPanelIds",
30115
- "privacy": "private",
29936
+ "name": "adjust",
29937
+ "privacy": "public",
30116
29938
  "return": {
30117
29939
  "type": {
30118
- "text": "Array<string>"
29940
+ "text": "void"
30119
29941
  }
30120
29942
  },
29943
+ "parameters": [
29944
+ {
29945
+ "name": "adjustment",
29946
+ "type": {
29947
+ "text": "number"
29948
+ }
29949
+ }
29950
+ ],
29951
+ "description": "The adjust method for FASTTabs",
30121
29952
  "inheritedFrom": {
30122
29953
  "name": "Tabs",
30123
29954
  "module": "src/tabs/tabs.ts"
30124
29955
  }
30125
29956
  },
30126
29957
  {
30127
- "kind": "method",
30128
- "name": "setComponent",
29958
+ "kind": "field",
29959
+ "name": "adjustForward",
30129
29960
  "privacy": "private",
30130
- "return": {
30131
- "type": {
30132
- "text": "void"
30133
- }
30134
- },
30135
29961
  "inheritedFrom": {
30136
29962
  "name": "Tabs",
30137
29963
  "module": "src/tabs/tabs.ts"
@@ -30139,7 +29965,16 @@
30139
29965
  },
30140
29966
  {
30141
29967
  "kind": "field",
30142
- "name": "handleTabClick",
29968
+ "name": "adjustBackward",
29969
+ "privacy": "private",
29970
+ "inheritedFrom": {
29971
+ "name": "Tabs",
29972
+ "module": "src/tabs/tabs.ts"
29973
+ }
29974
+ },
29975
+ {
29976
+ "kind": "field",
29977
+ "name": "moveToTabByIndex",
30143
29978
  "privacy": "private",
30144
29979
  "inheritedFrom": {
30145
29980
  "name": "Tabs",
@@ -30148,11 +29983,11 @@
30148
29983
  },
30149
29984
  {
30150
29985
  "kind": "method",
30151
- "name": "isHorizontal",
29986
+ "name": "focusTab",
30152
29987
  "privacy": "private",
30153
29988
  "return": {
30154
29989
  "type": {
30155
- "text": "boolean"
29990
+ "text": "void"
30156
29991
  }
30157
29992
  },
30158
29993
  "inheritedFrom": {
@@ -30162,8 +29997,38 @@
30162
29997
  },
30163
29998
  {
30164
29999
  "kind": "field",
30165
- "name": "handleTabKeyDown",
30000
+ "name": "_presentation",
30001
+ "type": {
30002
+ "text": "ComponentPresentation | null | undefined"
30003
+ },
30166
30004
  "privacy": "private",
30005
+ "default": "void 0",
30006
+ "inheritedFrom": {
30007
+ "name": "Tabs",
30008
+ "module": "src/tabs/tabs.ts"
30009
+ }
30010
+ },
30011
+ {
30012
+ "kind": "field",
30013
+ "name": "$presentation",
30014
+ "type": {
30015
+ "text": "ComponentPresentation | null"
30016
+ },
30017
+ "privacy": "public",
30018
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30019
+ "inheritedFrom": {
30020
+ "name": "Tabs",
30021
+ "module": "src/tabs/tabs.ts"
30022
+ }
30023
+ },
30024
+ {
30025
+ "kind": "field",
30026
+ "name": "template",
30027
+ "type": {
30028
+ "text": "ElementViewTemplate | void | null"
30029
+ },
30030
+ "privacy": "public",
30031
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
30167
30032
  "inheritedFrom": {
30168
30033
  "name": "Tabs",
30169
30034
  "module": "src/tabs/tabs.ts"
@@ -30171,8 +30036,26 @@
30171
30036
  },
30172
30037
  {
30173
30038
  "kind": "method",
30174
- "name": "handleActiveIndicatorPosition",
30175
- "privacy": "private",
30039
+ "name": "templateChanged",
30040
+ "privacy": "protected",
30041
+ "return": {
30042
+ "type": {
30043
+ "text": "void"
30044
+ }
30045
+ },
30046
+ "inheritedFrom": {
30047
+ "name": "Tabs",
30048
+ "module": "src/tabs/tabs.ts"
30049
+ }
30050
+ },
30051
+ {
30052
+ "kind": "field",
30053
+ "name": "styles",
30054
+ "type": {
30055
+ "text": "ElementStyles | void | null"
30056
+ },
30057
+ "privacy": "public",
30058
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
30176
30059
  "inheritedFrom": {
30177
30060
  "name": "Tabs",
30178
30061
  "module": "src/tabs/tabs.ts"
@@ -30180,8 +30063,8 @@
30180
30063
  },
30181
30064
  {
30182
30065
  "kind": "method",
30183
- "name": "animateActiveIndicator",
30184
- "privacy": "private",
30066
+ "name": "stylesChanged",
30067
+ "privacy": "protected",
30185
30068
  "return": {
30186
30069
  "type": {
30187
30070
  "text": "void"
@@ -30194,68 +30077,195 @@
30194
30077
  },
30195
30078
  {
30196
30079
  "kind": "method",
30197
- "name": "adjust",
30080
+ "name": "compose",
30198
30081
  "privacy": "public",
30082
+ "static": true,
30199
30083
  "return": {
30200
30084
  "type": {
30201
- "text": "void"
30085
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30202
30086
  }
30203
30087
  },
30204
30088
  "parameters": [
30205
30089
  {
30206
- "name": "adjustment",
30090
+ "name": "this",
30207
30091
  "type": {
30208
- "text": "number"
30092
+ "text": "K"
30209
30093
  }
30094
+ },
30095
+ {
30096
+ "name": "elementDefinition",
30097
+ "type": {
30098
+ "text": "T"
30099
+ },
30100
+ "description": "The definition of the element to create the registry\nfunction for."
30210
30101
  }
30211
30102
  ],
30212
- "description": "The adjust method for FASTTabs",
30103
+ "description": "Defines an element registry function with a set of element definition defaults.",
30213
30104
  "inheritedFrom": {
30214
30105
  "name": "Tabs",
30215
30106
  "module": "src/tabs/tabs.ts"
30216
30107
  }
30217
- },
30108
+ }
30109
+ ],
30110
+ "events": [
30218
30111
  {
30219
- "kind": "field",
30220
- "name": "adjustForward",
30221
- "privacy": "private",
30112
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
30113
+ "name": "change",
30222
30114
  "inheritedFrom": {
30223
30115
  "name": "Tabs",
30224
30116
  "module": "src/tabs/tabs.ts"
30225
30117
  }
30226
- },
30118
+ }
30119
+ ]
30120
+ },
30121
+ {
30122
+ "kind": "variable",
30123
+ "name": "zeroTabs"
30124
+ }
30125
+ ],
30126
+ "exports": [
30127
+ {
30128
+ "kind": "js",
30129
+ "name": "Tabs",
30130
+ "declaration": {
30131
+ "name": "Tabs",
30132
+ "module": "src/tabs/tabs.ts"
30133
+ }
30134
+ },
30135
+ {
30136
+ "kind": "js",
30137
+ "name": "zeroTabs",
30138
+ "declaration": {
30139
+ "name": "zeroTabs",
30140
+ "module": "src/tabs/tabs.ts"
30141
+ }
30142
+ }
30143
+ ]
30144
+ },
30145
+ {
30146
+ "kind": "javascript-module",
30147
+ "path": "src/tab-panel/index.ts",
30148
+ "declarations": [],
30149
+ "exports": [
30150
+ {
30151
+ "kind": "js",
30152
+ "name": "*",
30153
+ "declaration": {
30154
+ "name": "*",
30155
+ "package": "./tab-panel"
30156
+ }
30157
+ },
30158
+ {
30159
+ "kind": "js",
30160
+ "name": "*",
30161
+ "declaration": {
30162
+ "name": "*",
30163
+ "package": "./tab-panel.styles"
30164
+ }
30165
+ },
30166
+ {
30167
+ "kind": "js",
30168
+ "name": "*",
30169
+ "declaration": {
30170
+ "name": "*",
30171
+ "package": "./tab-panel.template"
30172
+ }
30173
+ }
30174
+ ]
30175
+ },
30176
+ {
30177
+ "kind": "javascript-module",
30178
+ "path": "src/tab-panel/tab-panel.styles.ts",
30179
+ "declarations": [
30180
+ {
30181
+ "kind": "function",
30182
+ "name": "zeroTabPanelStyles",
30183
+ "return": {
30184
+ "type": {
30185
+ "text": "ElementStyles"
30186
+ }
30187
+ },
30188
+ "parameters": [
30227
30189
  {
30228
- "kind": "field",
30229
- "name": "adjustBackward",
30230
- "privacy": "private",
30231
- "inheritedFrom": {
30232
- "name": "Tabs",
30233
- "module": "src/tabs/tabs.ts"
30190
+ "name": "context",
30191
+ "type": {
30192
+ "text": "ElementDefinitionContext"
30234
30193
  }
30235
30194
  },
30236
30195
  {
30237
- "kind": "field",
30238
- "name": "moveToTabByIndex",
30239
- "privacy": "private",
30240
- "inheritedFrom": {
30241
- "name": "Tabs",
30242
- "module": "src/tabs/tabs.ts"
30196
+ "name": "definition",
30197
+ "type": {
30198
+ "text": "FoundationElementDefinition"
30243
30199
  }
30244
- },
30200
+ }
30201
+ ]
30202
+ }
30203
+ ],
30204
+ "exports": [
30205
+ {
30206
+ "kind": "js",
30207
+ "name": "zeroTabPanelStyles",
30208
+ "declaration": {
30209
+ "name": "zeroTabPanelStyles",
30210
+ "module": "src/tab-panel/tab-panel.styles.ts"
30211
+ }
30212
+ }
30213
+ ]
30214
+ },
30215
+ {
30216
+ "kind": "javascript-module",
30217
+ "path": "src/tab-panel/tab-panel.template.ts",
30218
+ "declarations": [
30219
+ {
30220
+ "kind": "function",
30221
+ "name": "zeroTabPanelTemplate",
30222
+ "return": {
30223
+ "type": {
30224
+ "text": "ViewTemplate<TabPanel>"
30225
+ }
30226
+ },
30227
+ "parameters": [
30245
30228
  {
30246
- "kind": "method",
30247
- "name": "focusTab",
30248
- "privacy": "private",
30249
- "return": {
30250
- "type": {
30251
- "text": "void"
30252
- }
30253
- },
30254
- "inheritedFrom": {
30255
- "name": "Tabs",
30256
- "module": "src/tabs/tabs.ts"
30229
+ "name": "context",
30230
+ "type": {
30231
+ "text": "ElementDefinitionContext"
30257
30232
  }
30258
30233
  },
30234
+ {
30235
+ "name": "definition",
30236
+ "type": {
30237
+ "text": "FoundationElementDefinition"
30238
+ }
30239
+ }
30240
+ ]
30241
+ }
30242
+ ],
30243
+ "exports": [
30244
+ {
30245
+ "kind": "js",
30246
+ "name": "zeroTabPanelTemplate",
30247
+ "declaration": {
30248
+ "name": "zeroTabPanelTemplate",
30249
+ "module": "src/tab-panel/tab-panel.template.ts"
30250
+ }
30251
+ }
30252
+ ]
30253
+ },
30254
+ {
30255
+ "kind": "javascript-module",
30256
+ "path": "src/tab-panel/tab-panel.ts",
30257
+ "declarations": [
30258
+ {
30259
+ "kind": "class",
30260
+ "description": "",
30261
+ "name": "TabPanel",
30262
+ "superclass": {
30263
+ "name": "FoundationTabPanel",
30264
+ "package": "@genesislcap/foundation-ui"
30265
+ },
30266
+ "tagName": "%%prefix%%-tab-panel",
30267
+ "customElement": true,
30268
+ "members": [
30259
30269
  {
30260
30270
  "kind": "field",
30261
30271
  "name": "_presentation",
@@ -30265,8 +30275,8 @@
30265
30275
  "privacy": "private",
30266
30276
  "default": "void 0",
30267
30277
  "inheritedFrom": {
30268
- "name": "Tabs",
30269
- "module": "src/tabs/tabs.ts"
30278
+ "name": "TabPanel",
30279
+ "module": "src/tab-panel/tab-panel.ts"
30270
30280
  }
30271
30281
  },
30272
30282
  {
@@ -30278,8 +30288,8 @@
30278
30288
  "privacy": "public",
30279
30289
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30280
30290
  "inheritedFrom": {
30281
- "name": "Tabs",
30282
- "module": "src/tabs/tabs.ts"
30291
+ "name": "TabPanel",
30292
+ "module": "src/tab-panel/tab-panel.ts"
30283
30293
  }
30284
30294
  },
30285
30295
  {
@@ -30291,8 +30301,8 @@
30291
30301
  "privacy": "public",
30292
30302
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
30293
30303
  "inheritedFrom": {
30294
- "name": "Tabs",
30295
- "module": "src/tabs/tabs.ts"
30304
+ "name": "TabPanel",
30305
+ "module": "src/tab-panel/tab-panel.ts"
30296
30306
  }
30297
30307
  },
30298
30308
  {
@@ -30305,8 +30315,8 @@
30305
30315
  }
30306
30316
  },
30307
30317
  "inheritedFrom": {
30308
- "name": "Tabs",
30309
- "module": "src/tabs/tabs.ts"
30318
+ "name": "TabPanel",
30319
+ "module": "src/tab-panel/tab-panel.ts"
30310
30320
  }
30311
30321
  },
30312
30322
  {
@@ -30318,8 +30328,8 @@
30318
30328
  "privacy": "public",
30319
30329
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
30320
30330
  "inheritedFrom": {
30321
- "name": "Tabs",
30322
- "module": "src/tabs/tabs.ts"
30331
+ "name": "TabPanel",
30332
+ "module": "src/tab-panel/tab-panel.ts"
30323
30333
  }
30324
30334
  },
30325
30335
  {
@@ -30332,8 +30342,8 @@
30332
30342
  }
30333
30343
  },
30334
30344
  "inheritedFrom": {
30335
- "name": "Tabs",
30336
- "module": "src/tabs/tabs.ts"
30345
+ "name": "TabPanel",
30346
+ "module": "src/tab-panel/tab-panel.ts"
30337
30347
  }
30338
30348
  },
30339
30349
  {
@@ -30363,42 +30373,32 @@
30363
30373
  ],
30364
30374
  "description": "Defines an element registry function with a set of element definition defaults.",
30365
30375
  "inheritedFrom": {
30366
- "name": "Tabs",
30367
- "module": "src/tabs/tabs.ts"
30368
- }
30369
- }
30370
- ],
30371
- "events": [
30372
- {
30373
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
30374
- "name": "change",
30375
- "inheritedFrom": {
30376
- "name": "Tabs",
30377
- "module": "src/tabs/tabs.ts"
30376
+ "name": "TabPanel",
30377
+ "module": "src/tab-panel/tab-panel.ts"
30378
30378
  }
30379
30379
  }
30380
30380
  ]
30381
30381
  },
30382
30382
  {
30383
30383
  "kind": "variable",
30384
- "name": "zeroTabs"
30384
+ "name": "zeroTabPanel"
30385
30385
  }
30386
30386
  ],
30387
30387
  "exports": [
30388
30388
  {
30389
30389
  "kind": "js",
30390
- "name": "Tabs",
30390
+ "name": "TabPanel",
30391
30391
  "declaration": {
30392
- "name": "Tabs",
30393
- "module": "src/tabs/tabs.ts"
30392
+ "name": "TabPanel",
30393
+ "module": "src/tab-panel/tab-panel.ts"
30394
30394
  }
30395
30395
  },
30396
30396
  {
30397
30397
  "kind": "js",
30398
- "name": "zeroTabs",
30398
+ "name": "zeroTabPanel",
30399
30399
  "declaration": {
30400
- "name": "zeroTabs",
30401
- "module": "src/tabs/tabs.ts"
30400
+ "name": "zeroTabPanel",
30401
+ "module": "src/tab-panel/tab-panel.ts"
30402
30402
  }
30403
30403
  }
30404
30404
  ]