@genesislcap/rapid-design-system 14.342.0 → 14.343.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidSectionNavigator,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -516,6 +516,14 @@
516
516
  "package": "./search-bar"
517
517
  }
518
518
  },
519
+ {
520
+ "kind": "js",
521
+ "name": "*",
522
+ "declaration": {
523
+ "name": "*",
524
+ "package": "./section-navigator"
525
+ }
526
+ },
519
527
  {
520
528
  "kind": "js",
521
529
  "name": "*",
@@ -789,11 +797,11 @@
789
797
  },
790
798
  {
791
799
  "kind": "javascript-module",
792
- "path": "src/accordion-item/accordion-item.styles.ts",
800
+ "path": "src/accordion/accordion.styles.ts",
793
801
  "declarations": [
794
802
  {
795
803
  "kind": "function",
796
- "name": "rapidAccordionItemStyles",
804
+ "name": "rapidAccordionStyles",
797
805
  "return": {
798
806
  "type": {
799
807
  "text": "ElementStyles"
@@ -818,24 +826,24 @@
818
826
  "exports": [
819
827
  {
820
828
  "kind": "js",
821
- "name": "rapidAccordionItemStyles",
829
+ "name": "rapidAccordionStyles",
822
830
  "declaration": {
823
- "name": "rapidAccordionItemStyles",
824
- "module": "src/accordion-item/accordion-item.styles.ts"
831
+ "name": "rapidAccordionStyles",
832
+ "module": "src/accordion/accordion.styles.ts"
825
833
  }
826
834
  }
827
835
  ]
828
836
  },
829
837
  {
830
838
  "kind": "javascript-module",
831
- "path": "src/accordion-item/accordion-item.template.ts",
839
+ "path": "src/accordion/accordion.template.ts",
832
840
  "declarations": [
833
841
  {
834
842
  "kind": "function",
835
- "name": "rapidAccordionItemTemplate",
843
+ "name": "rapidAccordionTemplate",
836
844
  "return": {
837
845
  "type": {
838
- "text": "ViewTemplate<AccordionItem>"
846
+ "text": "ViewTemplate<Accordion>"
839
847
  }
840
848
  },
841
849
  "parameters": [
@@ -857,56 +865,56 @@
857
865
  "exports": [
858
866
  {
859
867
  "kind": "js",
860
- "name": "rapidAccordionItemTemplate",
868
+ "name": "rapidAccordionTemplate",
861
869
  "declaration": {
862
- "name": "rapidAccordionItemTemplate",
863
- "module": "src/accordion-item/accordion-item.template.ts"
870
+ "name": "rapidAccordionTemplate",
871
+ "module": "src/accordion/accordion.template.ts"
864
872
  }
865
873
  }
866
874
  ]
867
875
  },
868
876
  {
869
877
  "kind": "javascript-module",
870
- "path": "src/accordion-item/accordion-item.ts",
878
+ "path": "src/accordion/accordion.ts",
871
879
  "declarations": [
872
880
  {
873
881
  "kind": "class",
874
882
  "description": "",
875
- "name": "AccordionItem",
883
+ "name": "Accordion",
876
884
  "superclass": {
877
- "name": "foundationAccordionItem",
885
+ "name": "foundationAccordion",
878
886
  "package": "@genesislcap/foundation-ui"
879
887
  },
880
- "tagName": "%%prefix%%-accordion-item",
888
+ "tagName": "%%prefix%%-accordion",
881
889
  "customElement": true
882
890
  },
883
891
  {
884
892
  "kind": "variable",
885
- "name": "rapidAccordionItem"
893
+ "name": "rapidAccordion"
886
894
  }
887
895
  ],
888
896
  "exports": [
889
897
  {
890
898
  "kind": "js",
891
- "name": "AccordionItem",
899
+ "name": "Accordion",
892
900
  "declaration": {
893
- "name": "AccordionItem",
894
- "module": "src/accordion-item/accordion-item.ts"
901
+ "name": "Accordion",
902
+ "module": "src/accordion/accordion.ts"
895
903
  }
896
904
  },
897
905
  {
898
906
  "kind": "js",
899
- "name": "rapidAccordionItem",
907
+ "name": "rapidAccordion",
900
908
  "declaration": {
901
- "name": "rapidAccordionItem",
902
- "module": "src/accordion-item/accordion-item.ts"
909
+ "name": "rapidAccordion",
910
+ "module": "src/accordion/accordion.ts"
903
911
  }
904
912
  }
905
913
  ]
906
914
  },
907
915
  {
908
916
  "kind": "javascript-module",
909
- "path": "src/accordion-item/index.ts",
917
+ "path": "src/accordion/index.ts",
910
918
  "declarations": [],
911
919
  "exports": [
912
920
  {
@@ -914,7 +922,7 @@
914
922
  "name": "*",
915
923
  "declaration": {
916
924
  "name": "*",
917
- "package": "./accordion-item"
925
+ "package": "./accordion"
918
926
  }
919
927
  },
920
928
  {
@@ -922,7 +930,7 @@
922
930
  "name": "*",
923
931
  "declaration": {
924
932
  "name": "*",
925
- "package": "./accordion-item.styles"
933
+ "package": "./accordion.styles"
926
934
  }
927
935
  },
928
936
  {
@@ -930,18 +938,18 @@
930
938
  "name": "*",
931
939
  "declaration": {
932
940
  "name": "*",
933
- "package": "./accordion-item.template"
941
+ "package": "./accordion.template"
934
942
  }
935
943
  }
936
944
  ]
937
945
  },
938
946
  {
939
947
  "kind": "javascript-module",
940
- "path": "src/accordion/accordion.styles.ts",
948
+ "path": "src/accordion-item/accordion-item.styles.ts",
941
949
  "declarations": [
942
950
  {
943
951
  "kind": "function",
944
- "name": "rapidAccordionStyles",
952
+ "name": "rapidAccordionItemStyles",
945
953
  "return": {
946
954
  "type": {
947
955
  "text": "ElementStyles"
@@ -966,24 +974,24 @@
966
974
  "exports": [
967
975
  {
968
976
  "kind": "js",
969
- "name": "rapidAccordionStyles",
977
+ "name": "rapidAccordionItemStyles",
970
978
  "declaration": {
971
- "name": "rapidAccordionStyles",
972
- "module": "src/accordion/accordion.styles.ts"
979
+ "name": "rapidAccordionItemStyles",
980
+ "module": "src/accordion-item/accordion-item.styles.ts"
973
981
  }
974
982
  }
975
983
  ]
976
984
  },
977
985
  {
978
986
  "kind": "javascript-module",
979
- "path": "src/accordion/accordion.template.ts",
987
+ "path": "src/accordion-item/accordion-item.template.ts",
980
988
  "declarations": [
981
989
  {
982
990
  "kind": "function",
983
- "name": "rapidAccordionTemplate",
991
+ "name": "rapidAccordionItemTemplate",
984
992
  "return": {
985
993
  "type": {
986
- "text": "ViewTemplate<Accordion>"
994
+ "text": "ViewTemplate<AccordionItem>"
987
995
  }
988
996
  },
989
997
  "parameters": [
@@ -1005,56 +1013,56 @@
1005
1013
  "exports": [
1006
1014
  {
1007
1015
  "kind": "js",
1008
- "name": "rapidAccordionTemplate",
1016
+ "name": "rapidAccordionItemTemplate",
1009
1017
  "declaration": {
1010
- "name": "rapidAccordionTemplate",
1011
- "module": "src/accordion/accordion.template.ts"
1018
+ "name": "rapidAccordionItemTemplate",
1019
+ "module": "src/accordion-item/accordion-item.template.ts"
1012
1020
  }
1013
1021
  }
1014
1022
  ]
1015
1023
  },
1016
1024
  {
1017
1025
  "kind": "javascript-module",
1018
- "path": "src/accordion/accordion.ts",
1026
+ "path": "src/accordion-item/accordion-item.ts",
1019
1027
  "declarations": [
1020
1028
  {
1021
1029
  "kind": "class",
1022
1030
  "description": "",
1023
- "name": "Accordion",
1031
+ "name": "AccordionItem",
1024
1032
  "superclass": {
1025
- "name": "foundationAccordion",
1033
+ "name": "foundationAccordionItem",
1026
1034
  "package": "@genesislcap/foundation-ui"
1027
1035
  },
1028
- "tagName": "%%prefix%%-accordion",
1036
+ "tagName": "%%prefix%%-accordion-item",
1029
1037
  "customElement": true
1030
1038
  },
1031
1039
  {
1032
1040
  "kind": "variable",
1033
- "name": "rapidAccordion"
1041
+ "name": "rapidAccordionItem"
1034
1042
  }
1035
1043
  ],
1036
1044
  "exports": [
1037
1045
  {
1038
1046
  "kind": "js",
1039
- "name": "Accordion",
1047
+ "name": "AccordionItem",
1040
1048
  "declaration": {
1041
- "name": "Accordion",
1042
- "module": "src/accordion/accordion.ts"
1049
+ "name": "AccordionItem",
1050
+ "module": "src/accordion-item/accordion-item.ts"
1043
1051
  }
1044
1052
  },
1045
1053
  {
1046
1054
  "kind": "js",
1047
- "name": "rapidAccordion",
1055
+ "name": "rapidAccordionItem",
1048
1056
  "declaration": {
1049
- "name": "rapidAccordion",
1050
- "module": "src/accordion/accordion.ts"
1057
+ "name": "rapidAccordionItem",
1058
+ "module": "src/accordion-item/accordion-item.ts"
1051
1059
  }
1052
1060
  }
1053
1061
  ]
1054
1062
  },
1055
1063
  {
1056
1064
  "kind": "javascript-module",
1057
- "path": "src/accordion/index.ts",
1065
+ "path": "src/accordion-item/index.ts",
1058
1066
  "declarations": [],
1059
1067
  "exports": [
1060
1068
  {
@@ -1062,7 +1070,7 @@
1062
1070
  "name": "*",
1063
1071
  "declaration": {
1064
1072
  "name": "*",
1065
- "package": "./accordion"
1073
+ "package": "./accordion-item"
1066
1074
  }
1067
1075
  },
1068
1076
  {
@@ -1070,7 +1078,7 @@
1070
1078
  "name": "*",
1071
1079
  "declaration": {
1072
1080
  "name": "*",
1073
- "package": "./accordion.styles"
1081
+ "package": "./accordion-item.styles"
1074
1082
  }
1075
1083
  },
1076
1084
  {
@@ -1078,7 +1086,7 @@
1078
1086
  "name": "*",
1079
1087
  "declaration": {
1080
1088
  "name": "*",
1081
- "package": "./accordion.template"
1089
+ "package": "./accordion-item.template"
1082
1090
  }
1083
1091
  }
1084
1092
  ]
@@ -25824,6 +25832,885 @@
25824
25832
  }
25825
25833
  ]
25826
25834
  },
25835
+ {
25836
+ "kind": "javascript-module",
25837
+ "path": "src/section-navigator/index.ts",
25838
+ "declarations": [],
25839
+ "exports": [
25840
+ {
25841
+ "kind": "js",
25842
+ "name": "*",
25843
+ "declaration": {
25844
+ "name": "*",
25845
+ "package": "./section-navigator"
25846
+ }
25847
+ },
25848
+ {
25849
+ "kind": "js",
25850
+ "name": "*",
25851
+ "declaration": {
25852
+ "name": "*",
25853
+ "package": "./section-navigator.styles"
25854
+ }
25855
+ }
25856
+ ]
25857
+ },
25858
+ {
25859
+ "kind": "javascript-module",
25860
+ "path": "src/section-navigator/section-navigator.styles.ts",
25861
+ "declarations": [
25862
+ {
25863
+ "kind": "function",
25864
+ "name": "rapidSectionNavigatorStyles",
25865
+ "parameters": [
25866
+ {
25867
+ "name": "context",
25868
+ "type": {
25869
+ "text": "ElementDefinitionContext"
25870
+ }
25871
+ },
25872
+ {
25873
+ "name": "definition",
25874
+ "type": {
25875
+ "text": "FoundationElementDefinition"
25876
+ }
25877
+ }
25878
+ ]
25879
+ }
25880
+ ],
25881
+ "exports": [
25882
+ {
25883
+ "kind": "js",
25884
+ "name": "rapidSectionNavigatorStyles",
25885
+ "declaration": {
25886
+ "name": "rapidSectionNavigatorStyles",
25887
+ "module": "src/section-navigator/section-navigator.styles.ts"
25888
+ }
25889
+ }
25890
+ ]
25891
+ },
25892
+ {
25893
+ "kind": "javascript-module",
25894
+ "path": "src/section-navigator/section-navigator.ts",
25895
+ "declarations": [
25896
+ {
25897
+ "kind": "class",
25898
+ "description": "",
25899
+ "name": "SectionNavigator",
25900
+ "superclass": {
25901
+ "name": "FoundationSectionNavigator",
25902
+ "package": "@genesislcap/foundation-ui"
25903
+ },
25904
+ "tagName": "%%prefix%%-section-navigator",
25905
+ "customElement": true,
25906
+ "attributes": [
25907
+ {
25908
+ "description": "Array of section items to display",
25909
+ "name": "sections",
25910
+ "inheritedFrom": {
25911
+ "name": "SectionNavigator",
25912
+ "module": "src/section-navigator/section-navigator.ts"
25913
+ }
25914
+ },
25915
+ {
25916
+ "name": "scroll-behavior",
25917
+ "type": {
25918
+ "text": "'view' | 'top'"
25919
+ },
25920
+ "default": "'top'",
25921
+ "fieldName": "scrollBehavior",
25922
+ "description": "Scroll behavior: 'view' or 'top' (default: 'top')",
25923
+ "inheritedFrom": {
25924
+ "name": "SectionNavigator",
25925
+ "module": "src/section-navigator/section-navigator.ts"
25926
+ }
25927
+ },
25928
+ {
25929
+ "name": "state-tooltips",
25930
+ "type": {
25931
+ "text": "Record<SectionItemStateName, string>"
25932
+ },
25933
+ "default": "DEFAULT_SECTION_STATES_TOOLTIPS",
25934
+ "resolveInitializer": {
25935
+ "module": "src/section-navigator/section-navigator.ts"
25936
+ },
25937
+ "fieldName": "stateTooltips",
25938
+ "description": "Custom tooltips for state icons",
25939
+ "inheritedFrom": {
25940
+ "name": "SectionNavigator",
25941
+ "module": "src/section-navigator/section-navigator.ts"
25942
+ }
25943
+ },
25944
+ {
25945
+ "name": "state-icons",
25946
+ "type": {
25947
+ "text": "Record<SectionItemStateName, SectionItemStateIcon>"
25948
+ },
25949
+ "default": "DEFAULT_SECTION_STATES_ICONS",
25950
+ "resolveInitializer": {
25951
+ "module": "src/section-navigator/section-navigator.ts"
25952
+ },
25953
+ "fieldName": "stateIcons",
25954
+ "description": "Custom icons for state types",
25955
+ "inheritedFrom": {
25956
+ "name": "SectionNavigator",
25957
+ "module": "src/section-navigator/section-navigator.ts"
25958
+ }
25959
+ },
25960
+ {
25961
+ "name": "disable-auto-scroll-detection",
25962
+ "type": {
25963
+ "text": "boolean"
25964
+ },
25965
+ "default": "false",
25966
+ "fieldName": "disableAutoScrollDetection",
25967
+ "description": "Disable automatic active section detection during scrolling (default: false) When enabled, automatically updates active section based on scroll position. User clicks are prioritized - clicked section remains active until scroll ends.",
25968
+ "inheritedFrom": {
25969
+ "name": "SectionNavigator",
25970
+ "module": "src/section-navigator/section-navigator.ts"
25971
+ }
25972
+ }
25973
+ ],
25974
+ "members": [
25975
+ {
25976
+ "kind": "field",
25977
+ "name": "sections",
25978
+ "type": {
25979
+ "text": "SectionItem[]"
25980
+ },
25981
+ "default": "[]",
25982
+ "inheritedFrom": {
25983
+ "name": "SectionNavigator",
25984
+ "module": "src/section-navigator/section-navigator.ts"
25985
+ }
25986
+ },
25987
+ {
25988
+ "kind": "field",
25989
+ "name": "scrollBehavior",
25990
+ "type": {
25991
+ "text": "'view' | 'top'"
25992
+ },
25993
+ "default": "'top'",
25994
+ "inheritedFrom": {
25995
+ "name": "SectionNavigator",
25996
+ "module": "src/section-navigator/section-navigator.ts"
25997
+ }
25998
+ },
25999
+ {
26000
+ "kind": "field",
26001
+ "name": "stateTooltips",
26002
+ "type": {
26003
+ "text": "Record<SectionItemStateName, string>"
26004
+ },
26005
+ "default": "{\n active: 'Active',\n inactive: 'Inactive',\n pending: 'Pending',\n disabled: 'Disabled',\n error: 'Error',\n completed: 'Completed',\n}",
26006
+ "inheritedFrom": {
26007
+ "name": "SectionNavigator",
26008
+ "module": "src/section-navigator/section-navigator.ts"
26009
+ }
26010
+ },
26011
+ {
26012
+ "kind": "field",
26013
+ "name": "stateIcons",
26014
+ "type": {
26015
+ "text": "Record<SectionItemStateName, SectionItemStateIcon>"
26016
+ },
26017
+ "default": "{\n active: {\n name: 'circle-dot',\n variant: 'solid',\n },\n inactive: {\n name: 'times-circle',\n variant: 'regular',\n },\n pending: {\n name: 'clock',\n variant: 'solid',\n },\n disabled: {\n name: 'ban',\n variant: 'solid',\n },\n error: {\n name: 'times',\n variant: 'solid',\n },\n completed: {\n name: 'check',\n variant: 'solid',\n },\n}",
26018
+ "inheritedFrom": {
26019
+ "name": "SectionNavigator",
26020
+ "module": "src/section-navigator/section-navigator.ts"
26021
+ }
26022
+ },
26023
+ {
26024
+ "kind": "field",
26025
+ "name": "disableAutoScrollDetection",
26026
+ "type": {
26027
+ "text": "boolean"
26028
+ },
26029
+ "default": "false",
26030
+ "inheritedFrom": {
26031
+ "name": "SectionNavigator",
26032
+ "module": "src/section-navigator/section-navigator.ts"
26033
+ }
26034
+ },
26035
+ {
26036
+ "kind": "field",
26037
+ "name": "handleSetStateRef",
26038
+ "type": {
26039
+ "text": "(event: CustomEvent<SetStateEventDetail>) => void | undefined"
26040
+ },
26041
+ "privacy": "private",
26042
+ "inheritedFrom": {
26043
+ "name": "SectionNavigator",
26044
+ "module": "src/section-navigator/section-navigator.ts"
26045
+ }
26046
+ },
26047
+ {
26048
+ "kind": "field",
26049
+ "name": "handleSetStatesRef",
26050
+ "type": {
26051
+ "text": "(event: CustomEvent<SetStatesEventDetail>) => void | undefined"
26052
+ },
26053
+ "privacy": "private",
26054
+ "inheritedFrom": {
26055
+ "name": "SectionNavigator",
26056
+ "module": "src/section-navigator/section-navigator.ts"
26057
+ }
26058
+ },
26059
+ {
26060
+ "kind": "field",
26061
+ "name": "handleClearStateRef",
26062
+ "type": {
26063
+ "text": "(event: CustomEvent<ClearStateEventDetail>) => void | undefined"
26064
+ },
26065
+ "privacy": "private",
26066
+ "inheritedFrom": {
26067
+ "name": "SectionNavigator",
26068
+ "module": "src/section-navigator/section-navigator.ts"
26069
+ }
26070
+ },
26071
+ {
26072
+ "kind": "field",
26073
+ "name": "handleClearAllStatesRef",
26074
+ "type": {
26075
+ "text": "(event: CustomEvent<ClearAllStatesEventDetail>) => void | undefined"
26076
+ },
26077
+ "privacy": "private",
26078
+ "inheritedFrom": {
26079
+ "name": "SectionNavigator",
26080
+ "module": "src/section-navigator/section-navigator.ts"
26081
+ }
26082
+ },
26083
+ {
26084
+ "kind": "field",
26085
+ "name": "handleGenericStateEventRef",
26086
+ "type": {
26087
+ "text": "(event: CustomEvent<any>) => void | undefined"
26088
+ },
26089
+ "privacy": "private",
26090
+ "inheritedFrom": {
26091
+ "name": "SectionNavigator",
26092
+ "module": "src/section-navigator/section-navigator.ts"
26093
+ }
26094
+ },
26095
+ {
26096
+ "kind": "field",
26097
+ "name": "userClickedSection",
26098
+ "type": {
26099
+ "text": "boolean"
26100
+ },
26101
+ "privacy": "private",
26102
+ "default": "false",
26103
+ "inheritedFrom": {
26104
+ "name": "SectionNavigator",
26105
+ "module": "src/section-navigator/section-navigator.ts"
26106
+ }
26107
+ },
26108
+ {
26109
+ "kind": "field",
26110
+ "name": "scrollEndHandler",
26111
+ "type": {
26112
+ "text": "() => void | undefined"
26113
+ },
26114
+ "privacy": "private",
26115
+ "inheritedFrom": {
26116
+ "name": "SectionNavigator",
26117
+ "module": "src/section-navigator/section-navigator.ts"
26118
+ }
26119
+ },
26120
+ {
26121
+ "kind": "field",
26122
+ "name": "isUserScrolling",
26123
+ "type": {
26124
+ "text": "boolean"
26125
+ },
26126
+ "privacy": "private",
26127
+ "default": "false",
26128
+ "inheritedFrom": {
26129
+ "name": "SectionNavigator",
26130
+ "module": "src/section-navigator/section-navigator.ts"
26131
+ }
26132
+ },
26133
+ {
26134
+ "kind": "field",
26135
+ "name": "scrollCheckHandler",
26136
+ "type": {
26137
+ "text": "() => void | undefined"
26138
+ },
26139
+ "privacy": "private",
26140
+ "inheritedFrom": {
26141
+ "name": "SectionNavigator",
26142
+ "module": "src/section-navigator/section-navigator.ts"
26143
+ }
26144
+ },
26145
+ {
26146
+ "kind": "field",
26147
+ "name": "scrollDebounceTimeout",
26148
+ "type": {
26149
+ "text": "number | undefined"
26150
+ },
26151
+ "privacy": "private",
26152
+ "inheritedFrom": {
26153
+ "name": "SectionNavigator",
26154
+ "module": "src/section-navigator/section-navigator.ts"
26155
+ }
26156
+ },
26157
+ {
26158
+ "kind": "field",
26159
+ "name": "SCROLL_END_TIMEOUT",
26160
+ "type": {
26161
+ "text": "number"
26162
+ },
26163
+ "privacy": "private",
26164
+ "static": true,
26165
+ "readonly": true,
26166
+ "default": "150",
26167
+ "inheritedFrom": {
26168
+ "name": "SectionNavigator",
26169
+ "module": "src/section-navigator/section-navigator.ts"
26170
+ }
26171
+ },
26172
+ {
26173
+ "kind": "field",
26174
+ "name": "SCROLL_DEBOUNCE_TIMEOUT",
26175
+ "type": {
26176
+ "text": "number"
26177
+ },
26178
+ "privacy": "private",
26179
+ "static": true,
26180
+ "readonly": true,
26181
+ "default": "100",
26182
+ "inheritedFrom": {
26183
+ "name": "SectionNavigator",
26184
+ "module": "src/section-navigator/section-navigator.ts"
26185
+ }
26186
+ },
26187
+ {
26188
+ "kind": "method",
26189
+ "name": "sectionsChanged",
26190
+ "inheritedFrom": {
26191
+ "name": "SectionNavigator",
26192
+ "module": "src/section-navigator/section-navigator.ts"
26193
+ }
26194
+ },
26195
+ {
26196
+ "kind": "method",
26197
+ "name": "disableAutoScrollDetectionChanged",
26198
+ "inheritedFrom": {
26199
+ "name": "SectionNavigator",
26200
+ "module": "src/section-navigator/section-navigator.ts"
26201
+ }
26202
+ },
26203
+ {
26204
+ "kind": "method",
26205
+ "name": "scrollBehaviorChanged",
26206
+ "inheritedFrom": {
26207
+ "name": "SectionNavigator",
26208
+ "module": "src/section-navigator/section-navigator.ts"
26209
+ }
26210
+ },
26211
+ {
26212
+ "kind": "field",
26213
+ "name": "sectionItems",
26214
+ "type": {
26215
+ "text": "SectionItem[]"
26216
+ },
26217
+ "default": "[]",
26218
+ "inheritedFrom": {
26219
+ "name": "SectionNavigator",
26220
+ "module": "src/section-navigator/section-navigator.ts"
26221
+ }
26222
+ },
26223
+ {
26224
+ "kind": "field",
26225
+ "name": "activeSection",
26226
+ "type": {
26227
+ "text": "string"
26228
+ },
26229
+ "default": "''",
26230
+ "inheritedFrom": {
26231
+ "name": "SectionNavigator",
26232
+ "module": "src/section-navigator/section-navigator.ts"
26233
+ }
26234
+ },
26235
+ {
26236
+ "kind": "field",
26237
+ "name": "sectionNavigatorContainer",
26238
+ "type": {
26239
+ "text": "HTMLElement"
26240
+ },
26241
+ "inheritedFrom": {
26242
+ "name": "SectionNavigator",
26243
+ "module": "src/section-navigator/section-navigator.ts"
26244
+ }
26245
+ },
26246
+ {
26247
+ "kind": "field",
26248
+ "name": "sectionContent",
26249
+ "type": {
26250
+ "text": "HTMLElement"
26251
+ },
26252
+ "inheritedFrom": {
26253
+ "name": "SectionNavigator",
26254
+ "module": "src/section-navigator/section-navigator.ts"
26255
+ }
26256
+ },
26257
+ {
26258
+ "kind": "field",
26259
+ "name": "spacerElement",
26260
+ "type": {
26261
+ "text": "HTMLElement | undefined"
26262
+ },
26263
+ "privacy": "private",
26264
+ "inheritedFrom": {
26265
+ "name": "SectionNavigator",
26266
+ "module": "src/section-navigator/section-navigator.ts"
26267
+ }
26268
+ },
26269
+ {
26270
+ "kind": "method",
26271
+ "name": "setSectionItems",
26272
+ "privacy": "private",
26273
+ "inheritedFrom": {
26274
+ "name": "SectionNavigator",
26275
+ "module": "src/section-navigator/section-navigator.ts"
26276
+ }
26277
+ },
26278
+ {
26279
+ "kind": "method",
26280
+ "name": "setActiveSection",
26281
+ "privacy": "private",
26282
+ "inheritedFrom": {
26283
+ "name": "SectionNavigator",
26284
+ "module": "src/section-navigator/section-navigator.ts"
26285
+ }
26286
+ },
26287
+ {
26288
+ "kind": "method",
26289
+ "name": "handleSectionClick",
26290
+ "privacy": "public",
26291
+ "parameters": [
26292
+ {
26293
+ "name": "sectionName",
26294
+ "type": {
26295
+ "text": "string"
26296
+ }
26297
+ }
26298
+ ],
26299
+ "inheritedFrom": {
26300
+ "name": "SectionNavigator",
26301
+ "module": "src/section-navigator/section-navigator.ts"
26302
+ }
26303
+ },
26304
+ {
26305
+ "kind": "method",
26306
+ "name": "updateSpacer",
26307
+ "privacy": "private",
26308
+ "inheritedFrom": {
26309
+ "name": "SectionNavigator",
26310
+ "module": "src/section-navigator/section-navigator.ts"
26311
+ }
26312
+ },
26313
+ {
26314
+ "kind": "method",
26315
+ "name": "scrollToSection",
26316
+ "privacy": "private",
26317
+ "parameters": [
26318
+ {
26319
+ "name": "sectionName",
26320
+ "type": {
26321
+ "text": "string"
26322
+ }
26323
+ }
26324
+ ],
26325
+ "inheritedFrom": {
26326
+ "name": "SectionNavigator",
26327
+ "module": "src/section-navigator/section-navigator.ts"
26328
+ }
26329
+ },
26330
+ {
26331
+ "kind": "method",
26332
+ "name": "updateScrollDetection",
26333
+ "privacy": "private",
26334
+ "inheritedFrom": {
26335
+ "name": "SectionNavigator",
26336
+ "module": "src/section-navigator/section-navigator.ts"
26337
+ }
26338
+ },
26339
+ {
26340
+ "kind": "method",
26341
+ "name": "setupScrollDetection",
26342
+ "privacy": "private",
26343
+ "inheritedFrom": {
26344
+ "name": "SectionNavigator",
26345
+ "module": "src/section-navigator/section-navigator.ts"
26346
+ }
26347
+ },
26348
+ {
26349
+ "kind": "method",
26350
+ "name": "updateActiveSectionBasedOnScrollPosition",
26351
+ "privacy": "private",
26352
+ "inheritedFrom": {
26353
+ "name": "SectionNavigator",
26354
+ "module": "src/section-navigator/section-navigator.ts"
26355
+ }
26356
+ },
26357
+ {
26358
+ "kind": "method",
26359
+ "name": "setupScrollEndDetection",
26360
+ "privacy": "private",
26361
+ "inheritedFrom": {
26362
+ "name": "SectionNavigator",
26363
+ "module": "src/section-navigator/section-navigator.ts"
26364
+ }
26365
+ },
26366
+ {
26367
+ "kind": "method",
26368
+ "name": "cleanupScrollEndDetection",
26369
+ "privacy": "private",
26370
+ "inheritedFrom": {
26371
+ "name": "SectionNavigator",
26372
+ "module": "src/section-navigator/section-navigator.ts"
26373
+ }
26374
+ },
26375
+ {
26376
+ "kind": "method",
26377
+ "name": "cleanupScrollDetection",
26378
+ "privacy": "private",
26379
+ "inheritedFrom": {
26380
+ "name": "SectionNavigator",
26381
+ "module": "src/section-navigator/section-navigator.ts"
26382
+ }
26383
+ },
26384
+ {
26385
+ "kind": "method",
26386
+ "name": "setupStateEventListeners",
26387
+ "privacy": "private",
26388
+ "inheritedFrom": {
26389
+ "name": "SectionNavigator",
26390
+ "module": "src/section-navigator/section-navigator.ts"
26391
+ }
26392
+ },
26393
+ {
26394
+ "kind": "method",
26395
+ "name": "updateSectionStates",
26396
+ "privacy": "private",
26397
+ "parameters": [
26398
+ {
26399
+ "name": "sectionName",
26400
+ "type": {
26401
+ "text": "string"
26402
+ }
26403
+ },
26404
+ {
26405
+ "name": "newStates",
26406
+ "type": {
26407
+ "text": "SectionItemStateName[]"
26408
+ }
26409
+ }
26410
+ ],
26411
+ "inheritedFrom": {
26412
+ "name": "SectionNavigator",
26413
+ "module": "src/section-navigator/section-navigator.ts"
26414
+ }
26415
+ },
26416
+ {
26417
+ "kind": "method",
26418
+ "name": "addState",
26419
+ "privacy": "private",
26420
+ "parameters": [
26421
+ {
26422
+ "name": "sectionName",
26423
+ "type": {
26424
+ "text": "string"
26425
+ }
26426
+ },
26427
+ {
26428
+ "name": "stateName",
26429
+ "type": {
26430
+ "text": "SectionItemStateName"
26431
+ }
26432
+ }
26433
+ ],
26434
+ "inheritedFrom": {
26435
+ "name": "SectionNavigator",
26436
+ "module": "src/section-navigator/section-navigator.ts"
26437
+ }
26438
+ },
26439
+ {
26440
+ "kind": "method",
26441
+ "name": "addStates",
26442
+ "privacy": "private",
26443
+ "parameters": [
26444
+ {
26445
+ "name": "sectionName",
26446
+ "type": {
26447
+ "text": "string"
26448
+ }
26449
+ },
26450
+ {
26451
+ "name": "stateNames",
26452
+ "type": {
26453
+ "text": "SectionItemStateName[]"
26454
+ }
26455
+ }
26456
+ ],
26457
+ "inheritedFrom": {
26458
+ "name": "SectionNavigator",
26459
+ "module": "src/section-navigator/section-navigator.ts"
26460
+ }
26461
+ },
26462
+ {
26463
+ "kind": "method",
26464
+ "name": "clearState",
26465
+ "privacy": "private",
26466
+ "parameters": [
26467
+ {
26468
+ "name": "sectionName",
26469
+ "type": {
26470
+ "text": "string"
26471
+ }
26472
+ },
26473
+ {
26474
+ "name": "stateName",
26475
+ "type": {
26476
+ "text": "SectionItemStateName"
26477
+ }
26478
+ }
26479
+ ],
26480
+ "inheritedFrom": {
26481
+ "name": "SectionNavigator",
26482
+ "module": "src/section-navigator/section-navigator.ts"
26483
+ }
26484
+ },
26485
+ {
26486
+ "kind": "method",
26487
+ "name": "clearAllStates",
26488
+ "privacy": "private",
26489
+ "parameters": [
26490
+ {
26491
+ "name": "sectionName",
26492
+ "type": {
26493
+ "text": "string"
26494
+ }
26495
+ }
26496
+ ],
26497
+ "inheritedFrom": {
26498
+ "name": "SectionNavigator",
26499
+ "module": "src/section-navigator/section-navigator.ts"
26500
+ }
26501
+ },
26502
+ {
26503
+ "kind": "method",
26504
+ "name": "clearAllStatesInAllSections",
26505
+ "privacy": "private",
26506
+ "inheritedFrom": {
26507
+ "name": "SectionNavigator",
26508
+ "module": "src/section-navigator/section-navigator.ts"
26509
+ }
26510
+ },
26511
+ {
26512
+ "kind": "method",
26513
+ "name": "getStateTooltip",
26514
+ "privacy": "public",
26515
+ "return": {
26516
+ "type": {
26517
+ "text": "string"
26518
+ }
26519
+ },
26520
+ "parameters": [
26521
+ {
26522
+ "name": "stateName",
26523
+ "type": {
26524
+ "text": "SectionItemStateName"
26525
+ }
26526
+ }
26527
+ ],
26528
+ "inheritedFrom": {
26529
+ "name": "SectionNavigator",
26530
+ "module": "src/section-navigator/section-navigator.ts"
26531
+ }
26532
+ },
26533
+ {
26534
+ "kind": "method",
26535
+ "name": "getSectionStateClass",
26536
+ "privacy": "public",
26537
+ "return": {
26538
+ "type": {
26539
+ "text": "string"
26540
+ }
26541
+ },
26542
+ "parameters": [
26543
+ {
26544
+ "name": "section",
26545
+ "type": {
26546
+ "text": "SectionItem"
26547
+ }
26548
+ }
26549
+ ],
26550
+ "inheritedFrom": {
26551
+ "name": "SectionNavigator",
26552
+ "module": "src/section-navigator/section-navigator.ts"
26553
+ }
26554
+ },
26555
+ {
26556
+ "kind": "method",
26557
+ "name": "getStateIcon",
26558
+ "privacy": "public",
26559
+ "return": {
26560
+ "type": {
26561
+ "text": "SectionItemStateIcon"
26562
+ }
26563
+ },
26564
+ "parameters": [
26565
+ {
26566
+ "name": "stateName",
26567
+ "type": {
26568
+ "text": "SectionItemStateName"
26569
+ }
26570
+ }
26571
+ ],
26572
+ "inheritedFrom": {
26573
+ "name": "SectionNavigator",
26574
+ "module": "src/section-navigator/section-navigator.ts"
26575
+ }
26576
+ },
26577
+ {
26578
+ "kind": "field",
26579
+ "name": "_presentation",
26580
+ "type": {
26581
+ "text": "ComponentPresentation | null | undefined"
26582
+ },
26583
+ "privacy": "private",
26584
+ "default": "void 0",
26585
+ "inheritedFrom": {
26586
+ "name": "FoundationElement",
26587
+ "module": "src/foundation-element/foundation-element.ts"
26588
+ }
26589
+ },
26590
+ {
26591
+ "kind": "field",
26592
+ "name": "$presentation",
26593
+ "type": {
26594
+ "text": "ComponentPresentation | null"
26595
+ },
26596
+ "privacy": "public",
26597
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
26598
+ "inheritedFrom": {
26599
+ "name": "FoundationElement",
26600
+ "module": "src/foundation-element/foundation-element.ts"
26601
+ }
26602
+ },
26603
+ {
26604
+ "kind": "field",
26605
+ "name": "template",
26606
+ "type": {
26607
+ "text": "ElementViewTemplate | void | null"
26608
+ },
26609
+ "privacy": "public",
26610
+ "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.",
26611
+ "inheritedFrom": {
26612
+ "name": "FoundationElement",
26613
+ "module": "src/foundation-element/foundation-element.ts"
26614
+ }
26615
+ },
26616
+ {
26617
+ "kind": "method",
26618
+ "name": "templateChanged",
26619
+ "privacy": "protected",
26620
+ "return": {
26621
+ "type": {
26622
+ "text": "void"
26623
+ }
26624
+ },
26625
+ "inheritedFrom": {
26626
+ "name": "FoundationElement",
26627
+ "module": "src/foundation-element/foundation-element.ts"
26628
+ }
26629
+ },
26630
+ {
26631
+ "kind": "field",
26632
+ "name": "styles",
26633
+ "type": {
26634
+ "text": "ElementStyles | void | null"
26635
+ },
26636
+ "privacy": "public",
26637
+ "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.",
26638
+ "inheritedFrom": {
26639
+ "name": "FoundationElement",
26640
+ "module": "src/foundation-element/foundation-element.ts"
26641
+ }
26642
+ },
26643
+ {
26644
+ "kind": "method",
26645
+ "name": "stylesChanged",
26646
+ "privacy": "protected",
26647
+ "return": {
26648
+ "type": {
26649
+ "text": "void"
26650
+ }
26651
+ },
26652
+ "inheritedFrom": {
26653
+ "name": "FoundationElement",
26654
+ "module": "src/foundation-element/foundation-element.ts"
26655
+ }
26656
+ },
26657
+ {
26658
+ "kind": "method",
26659
+ "name": "compose",
26660
+ "privacy": "public",
26661
+ "static": true,
26662
+ "return": {
26663
+ "type": {
26664
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
26665
+ }
26666
+ },
26667
+ "parameters": [
26668
+ {
26669
+ "name": "this",
26670
+ "type": {
26671
+ "text": "K"
26672
+ }
26673
+ },
26674
+ {
26675
+ "name": "elementDefinition",
26676
+ "type": {
26677
+ "text": "T"
26678
+ },
26679
+ "description": "The definition of the element to create the registry\nfunction for."
26680
+ }
26681
+ ],
26682
+ "description": "Defines an element registry function with a set of element definition defaults.",
26683
+ "inheritedFrom": {
26684
+ "name": "FoundationElement",
26685
+ "module": "src/foundation-element/foundation-element.ts"
26686
+ }
26687
+ }
26688
+ ]
26689
+ },
26690
+ {
26691
+ "kind": "variable",
26692
+ "name": "rapidSectionNavigator"
26693
+ }
26694
+ ],
26695
+ "exports": [
26696
+ {
26697
+ "kind": "js",
26698
+ "name": "SectionNavigator",
26699
+ "declaration": {
26700
+ "name": "SectionNavigator",
26701
+ "module": "src/section-navigator/section-navigator.ts"
26702
+ }
26703
+ },
26704
+ {
26705
+ "kind": "js",
26706
+ "name": "rapidSectionNavigator",
26707
+ "declaration": {
26708
+ "name": "rapidSectionNavigator",
26709
+ "module": "src/section-navigator/section-navigator.ts"
26710
+ }
26711
+ }
26712
+ ]
26713
+ },
25827
26714
  {
25828
26715
  "kind": "javascript-module",
25829
26716
  "path": "src/segmented-control/index.ts",