@genesislcap/rapid-design-system 14.482.1-FUI-2575.1 → 14.482.1-FUI-2575.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.
@@ -870,11 +870,11 @@
870
870
  },
871
871
  {
872
872
  "kind": "javascript-module",
873
- "path": "src/accordion/accordion.styles.ts",
873
+ "path": "src/accordion-item/accordion-item.styles.ts",
874
874
  "declarations": [
875
875
  {
876
876
  "kind": "function",
877
- "name": "rapidAccordionStyles",
877
+ "name": "rapidAccordionItemStyles",
878
878
  "return": {
879
879
  "type": {
880
880
  "text": "ElementStyles"
@@ -899,24 +899,24 @@
899
899
  "exports": [
900
900
  {
901
901
  "kind": "js",
902
- "name": "rapidAccordionStyles",
902
+ "name": "rapidAccordionItemStyles",
903
903
  "declaration": {
904
- "name": "rapidAccordionStyles",
905
- "module": "src/accordion/accordion.styles.ts"
904
+ "name": "rapidAccordionItemStyles",
905
+ "module": "src/accordion-item/accordion-item.styles.ts"
906
906
  }
907
907
  }
908
908
  ]
909
909
  },
910
910
  {
911
911
  "kind": "javascript-module",
912
- "path": "src/accordion/accordion.template.ts",
912
+ "path": "src/accordion-item/accordion-item.template.ts",
913
913
  "declarations": [
914
914
  {
915
915
  "kind": "function",
916
- "name": "rapidAccordionTemplate",
916
+ "name": "rapidAccordionItemTemplate",
917
917
  "return": {
918
918
  "type": {
919
- "text": "ViewTemplate<Accordion>"
919
+ "text": "ViewTemplate<AccordionItem>"
920
920
  }
921
921
  },
922
922
  "parameters": [
@@ -938,56 +938,56 @@
938
938
  "exports": [
939
939
  {
940
940
  "kind": "js",
941
- "name": "rapidAccordionTemplate",
941
+ "name": "rapidAccordionItemTemplate",
942
942
  "declaration": {
943
- "name": "rapidAccordionTemplate",
944
- "module": "src/accordion/accordion.template.ts"
943
+ "name": "rapidAccordionItemTemplate",
944
+ "module": "src/accordion-item/accordion-item.template.ts"
945
945
  }
946
946
  }
947
947
  ]
948
948
  },
949
949
  {
950
950
  "kind": "javascript-module",
951
- "path": "src/accordion/accordion.ts",
951
+ "path": "src/accordion-item/accordion-item.ts",
952
952
  "declarations": [
953
953
  {
954
954
  "kind": "class",
955
955
  "description": "",
956
- "name": "Accordion",
956
+ "name": "AccordionItem",
957
957
  "superclass": {
958
- "name": "foundationAccordion",
958
+ "name": "foundationAccordionItem",
959
959
  "package": "@genesislcap/foundation-ui"
960
960
  },
961
- "tagName": "%%prefix%%-accordion",
961
+ "tagName": "%%prefix%%-accordion-item",
962
962
  "customElement": true
963
963
  },
964
964
  {
965
965
  "kind": "variable",
966
- "name": "rapidAccordion"
966
+ "name": "rapidAccordionItem"
967
967
  }
968
968
  ],
969
969
  "exports": [
970
970
  {
971
971
  "kind": "js",
972
- "name": "Accordion",
972
+ "name": "AccordionItem",
973
973
  "declaration": {
974
- "name": "Accordion",
975
- "module": "src/accordion/accordion.ts"
974
+ "name": "AccordionItem",
975
+ "module": "src/accordion-item/accordion-item.ts"
976
976
  }
977
977
  },
978
978
  {
979
979
  "kind": "js",
980
- "name": "rapidAccordion",
980
+ "name": "rapidAccordionItem",
981
981
  "declaration": {
982
- "name": "rapidAccordion",
983
- "module": "src/accordion/accordion.ts"
982
+ "name": "rapidAccordionItem",
983
+ "module": "src/accordion-item/accordion-item.ts"
984
984
  }
985
985
  }
986
986
  ]
987
987
  },
988
988
  {
989
989
  "kind": "javascript-module",
990
- "path": "src/accordion/index.ts",
990
+ "path": "src/accordion-item/index.ts",
991
991
  "declarations": [],
992
992
  "exports": [
993
993
  {
@@ -995,7 +995,7 @@
995
995
  "name": "*",
996
996
  "declaration": {
997
997
  "name": "*",
998
- "package": "./accordion"
998
+ "package": "./accordion-item"
999
999
  }
1000
1000
  },
1001
1001
  {
@@ -1003,7 +1003,7 @@
1003
1003
  "name": "*",
1004
1004
  "declaration": {
1005
1005
  "name": "*",
1006
- "package": "./accordion.styles"
1006
+ "package": "./accordion-item.styles"
1007
1007
  }
1008
1008
  },
1009
1009
  {
@@ -1011,18 +1011,18 @@
1011
1011
  "name": "*",
1012
1012
  "declaration": {
1013
1013
  "name": "*",
1014
- "package": "./accordion.template"
1014
+ "package": "./accordion-item.template"
1015
1015
  }
1016
1016
  }
1017
1017
  ]
1018
1018
  },
1019
1019
  {
1020
1020
  "kind": "javascript-module",
1021
- "path": "src/accordion-item/accordion-item.styles.ts",
1021
+ "path": "src/accordion/accordion.styles.ts",
1022
1022
  "declarations": [
1023
1023
  {
1024
1024
  "kind": "function",
1025
- "name": "rapidAccordionItemStyles",
1025
+ "name": "rapidAccordionStyles",
1026
1026
  "return": {
1027
1027
  "type": {
1028
1028
  "text": "ElementStyles"
@@ -1047,24 +1047,24 @@
1047
1047
  "exports": [
1048
1048
  {
1049
1049
  "kind": "js",
1050
- "name": "rapidAccordionItemStyles",
1050
+ "name": "rapidAccordionStyles",
1051
1051
  "declaration": {
1052
- "name": "rapidAccordionItemStyles",
1053
- "module": "src/accordion-item/accordion-item.styles.ts"
1052
+ "name": "rapidAccordionStyles",
1053
+ "module": "src/accordion/accordion.styles.ts"
1054
1054
  }
1055
1055
  }
1056
1056
  ]
1057
1057
  },
1058
1058
  {
1059
1059
  "kind": "javascript-module",
1060
- "path": "src/accordion-item/accordion-item.template.ts",
1060
+ "path": "src/accordion/accordion.template.ts",
1061
1061
  "declarations": [
1062
1062
  {
1063
1063
  "kind": "function",
1064
- "name": "rapidAccordionItemTemplate",
1064
+ "name": "rapidAccordionTemplate",
1065
1065
  "return": {
1066
1066
  "type": {
1067
- "text": "ViewTemplate<AccordionItem>"
1067
+ "text": "ViewTemplate<Accordion>"
1068
1068
  }
1069
1069
  },
1070
1070
  "parameters": [
@@ -1086,56 +1086,56 @@
1086
1086
  "exports": [
1087
1087
  {
1088
1088
  "kind": "js",
1089
- "name": "rapidAccordionItemTemplate",
1089
+ "name": "rapidAccordionTemplate",
1090
1090
  "declaration": {
1091
- "name": "rapidAccordionItemTemplate",
1092
- "module": "src/accordion-item/accordion-item.template.ts"
1091
+ "name": "rapidAccordionTemplate",
1092
+ "module": "src/accordion/accordion.template.ts"
1093
1093
  }
1094
1094
  }
1095
1095
  ]
1096
1096
  },
1097
1097
  {
1098
1098
  "kind": "javascript-module",
1099
- "path": "src/accordion-item/accordion-item.ts",
1099
+ "path": "src/accordion/accordion.ts",
1100
1100
  "declarations": [
1101
1101
  {
1102
1102
  "kind": "class",
1103
1103
  "description": "",
1104
- "name": "AccordionItem",
1104
+ "name": "Accordion",
1105
1105
  "superclass": {
1106
- "name": "foundationAccordionItem",
1106
+ "name": "foundationAccordion",
1107
1107
  "package": "@genesislcap/foundation-ui"
1108
1108
  },
1109
- "tagName": "%%prefix%%-accordion-item",
1109
+ "tagName": "%%prefix%%-accordion",
1110
1110
  "customElement": true
1111
1111
  },
1112
1112
  {
1113
1113
  "kind": "variable",
1114
- "name": "rapidAccordionItem"
1114
+ "name": "rapidAccordion"
1115
1115
  }
1116
1116
  ],
1117
1117
  "exports": [
1118
1118
  {
1119
1119
  "kind": "js",
1120
- "name": "AccordionItem",
1120
+ "name": "Accordion",
1121
1121
  "declaration": {
1122
- "name": "AccordionItem",
1123
- "module": "src/accordion-item/accordion-item.ts"
1122
+ "name": "Accordion",
1123
+ "module": "src/accordion/accordion.ts"
1124
1124
  }
1125
1125
  },
1126
1126
  {
1127
1127
  "kind": "js",
1128
- "name": "rapidAccordionItem",
1128
+ "name": "rapidAccordion",
1129
1129
  "declaration": {
1130
- "name": "rapidAccordionItem",
1131
- "module": "src/accordion-item/accordion-item.ts"
1130
+ "name": "rapidAccordion",
1131
+ "module": "src/accordion/accordion.ts"
1132
1132
  }
1133
1133
  }
1134
1134
  ]
1135
1135
  },
1136
1136
  {
1137
1137
  "kind": "javascript-module",
1138
- "path": "src/accordion-item/index.ts",
1138
+ "path": "src/accordion/index.ts",
1139
1139
  "declarations": [],
1140
1140
  "exports": [
1141
1141
  {
@@ -1143,7 +1143,7 @@
1143
1143
  "name": "*",
1144
1144
  "declaration": {
1145
1145
  "name": "*",
1146
- "package": "./accordion-item"
1146
+ "package": "./accordion"
1147
1147
  }
1148
1148
  },
1149
1149
  {
@@ -1151,7 +1151,7 @@
1151
1151
  "name": "*",
1152
1152
  "declaration": {
1153
1153
  "name": "*",
1154
- "package": "./accordion-item.styles"
1154
+ "package": "./accordion.styles"
1155
1155
  }
1156
1156
  },
1157
1157
  {
@@ -1159,7 +1159,7 @@
1159
1159
  "name": "*",
1160
1160
  "declaration": {
1161
1161
  "name": "*",
1162
- "package": "./accordion-item.template"
1162
+ "package": "./accordion.template"
1163
1163
  }
1164
1164
  }
1165
1165
  ]
@@ -22421,6 +22421,25 @@
22421
22421
  "description": "Cycle to the next mode (for the light/dark toggle; generalises to N modes).",
22422
22422
  "privacy": "public"
22423
22423
  },
22424
+ {
22425
+ "kind": "function",
22426
+ "name": "isModeToggleEnabled",
22427
+ "return": {
22428
+ "type": {
22429
+ "text": "boolean"
22430
+ }
22431
+ },
22432
+ "parameters": [
22433
+ {
22434
+ "name": "theme",
22435
+ "type": {
22436
+ "text": "ModalTheme"
22437
+ }
22438
+ }
22439
+ ],
22440
+ "description": "Whether the app should offer a mode toggle. Defaults to \"more than one mode exists\";\na `showModeToggle` on the theme overrides the inference. Use to set the header's\ntoggle-button visibility.",
22441
+ "privacy": "public"
22442
+ },
22424
22443
  {
22425
22444
  "kind": "function",
22426
22445
  "name": "injectThemeStyles",
@@ -22514,6 +22533,14 @@
22514
22533
  "module": "src/modal-theme/modal-theme.ts"
22515
22534
  }
22516
22535
  },
22536
+ {
22537
+ "kind": "js",
22538
+ "name": "isModeToggleEnabled",
22539
+ "declaration": {
22540
+ "name": "isModeToggleEnabled",
22541
+ "module": "src/modal-theme/modal-theme.ts"
22542
+ }
22543
+ },
22517
22544
  {
22518
22545
  "kind": "js",
22519
22546
  "name": "injectThemeStyles",
@@ -30093,7 +30120,7 @@
30093
30120
  },
30094
30121
  {
30095
30122
  "kind": "javascript-module",
30096
- "path": "src/section-navigator/index.ts",
30123
+ "path": "src/segmented-control/index.ts",
30097
30124
  "declarations": [],
30098
30125
  "exports": [
30099
30126
  {
@@ -30101,7 +30128,7 @@
30101
30128
  "name": "*",
30102
30129
  "declaration": {
30103
30130
  "name": "*",
30104
- "package": "./section-navigator"
30131
+ "package": "./segmented-control.template"
30105
30132
  }
30106
30133
  },
30107
30134
  {
@@ -30109,18 +30136,31 @@
30109
30136
  "name": "*",
30110
30137
  "declaration": {
30111
30138
  "name": "*",
30112
- "package": "./section-navigator.styles"
30139
+ "package": "./segmented-control.styles"
30140
+ }
30141
+ },
30142
+ {
30143
+ "kind": "js",
30144
+ "name": "*",
30145
+ "declaration": {
30146
+ "name": "*",
30147
+ "package": "./segmented-control"
30113
30148
  }
30114
30149
  }
30115
30150
  ]
30116
30151
  },
30117
30152
  {
30118
30153
  "kind": "javascript-module",
30119
- "path": "src/section-navigator/section-navigator.styles.ts",
30154
+ "path": "src/segmented-control/segmented-control.styles.ts",
30120
30155
  "declarations": [
30121
30156
  {
30122
30157
  "kind": "function",
30123
- "name": "rapidSectionNavigatorStyles",
30158
+ "name": "rapidSegmentedControlStyles",
30159
+ "return": {
30160
+ "type": {
30161
+ "text": "ElementStyles"
30162
+ }
30163
+ },
30124
30164
  "parameters": [
30125
30165
  {
30126
30166
  "name": "context",
@@ -30140,694 +30180,810 @@
30140
30180
  "exports": [
30141
30181
  {
30142
30182
  "kind": "js",
30143
- "name": "rapidSectionNavigatorStyles",
30183
+ "name": "rapidSegmentedControlStyles",
30144
30184
  "declaration": {
30145
- "name": "rapidSectionNavigatorStyles",
30146
- "module": "src/section-navigator/section-navigator.styles.ts"
30185
+ "name": "rapidSegmentedControlStyles",
30186
+ "module": "src/segmented-control/segmented-control.styles.ts"
30147
30187
  }
30148
30188
  }
30149
30189
  ]
30150
30190
  },
30151
30191
  {
30152
30192
  "kind": "javascript-module",
30153
- "path": "src/section-navigator/section-navigator.ts",
30193
+ "path": "src/segmented-control/segmented-control.template.ts",
30194
+ "declarations": [
30195
+ {
30196
+ "kind": "function",
30197
+ "name": "rapidSegmentedControlTemplate",
30198
+ "return": {
30199
+ "type": {
30200
+ "text": "ViewTemplate<SegmentedControl>"
30201
+ }
30202
+ },
30203
+ "parameters": [
30204
+ {
30205
+ "name": "context",
30206
+ "type": {
30207
+ "text": "ElementDefinitionContext"
30208
+ }
30209
+ },
30210
+ {
30211
+ "name": "definition",
30212
+ "type": {
30213
+ "text": "FoundationElementDefinition"
30214
+ }
30215
+ }
30216
+ ]
30217
+ }
30218
+ ],
30219
+ "exports": [
30220
+ {
30221
+ "kind": "js",
30222
+ "name": "rapidSegmentedControlTemplate",
30223
+ "declaration": {
30224
+ "name": "rapidSegmentedControlTemplate",
30225
+ "module": "src/segmented-control/segmented-control.template.ts"
30226
+ }
30227
+ }
30228
+ ]
30229
+ },
30230
+ {
30231
+ "kind": "javascript-module",
30232
+ "path": "src/segmented-control/segmented-control.ts",
30154
30233
  "declarations": [
30155
30234
  {
30156
30235
  "kind": "class",
30157
30236
  "description": "",
30158
- "name": "SectionNavigator",
30237
+ "name": "SegmentedControl",
30159
30238
  "superclass": {
30160
- "name": "FoundationSectionNavigator",
30239
+ "name": "FoundationSegmentedControl",
30161
30240
  "package": "@genesislcap/foundation-ui"
30162
30241
  },
30163
- "tagName": "%%prefix%%-section-navigator",
30242
+ "tagName": "%%prefix%%-segmented-control",
30164
30243
  "customElement": true,
30165
30244
  "attributes": [
30166
30245
  {
30167
- "description": "Array of section items to display",
30168
- "name": "sections",
30246
+ "name": "readonly",
30247
+ "type": {
30248
+ "text": "boolean"
30249
+ },
30250
+ "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
30251
+ "fieldName": "readOnly",
30169
30252
  "inheritedFrom": {
30170
- "name": "SectionNavigator",
30171
- "module": "src/section-navigator/section-navigator.ts"
30253
+ "name": "SegmentedControl",
30254
+ "module": "src/segmented-control/segmented-control.ts"
30172
30255
  }
30173
30256
  },
30174
30257
  {
30175
- "name": "scroll-behavior",
30258
+ "name": "disabled",
30176
30259
  "type": {
30177
- "text": "'view' | 'top'"
30260
+ "text": "boolean"
30178
30261
  },
30179
- "default": "'top'",
30180
- "fieldName": "scrollBehavior",
30181
- "description": "Scroll behavior: 'view' or 'top' (default: 'top')",
30262
+ "description": "Disables the radio group and child radios.",
30263
+ "fieldName": "disabled",
30182
30264
  "inheritedFrom": {
30183
- "name": "SectionNavigator",
30184
- "module": "src/section-navigator/section-navigator.ts"
30265
+ "name": "SegmentedControl",
30266
+ "module": "src/segmented-control/segmented-control.ts"
30185
30267
  }
30186
30268
  },
30187
30269
  {
30188
- "name": "state-tooltips",
30270
+ "name": "name",
30189
30271
  "type": {
30190
- "text": "Record<SectionItemStateName, string>"
30191
- },
30192
- "default": "DEFAULT_SECTION_STATES_TOOLTIPS",
30193
- "resolveInitializer": {
30194
- "module": "src/section-navigator/section-navigator.ts"
30272
+ "text": "string"
30195
30273
  },
30196
- "fieldName": "stateTooltips",
30197
- "description": "Custom tooltips for state icons",
30274
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
30275
+ "fieldName": "name",
30198
30276
  "inheritedFrom": {
30199
- "name": "SectionNavigator",
30200
- "module": "src/section-navigator/section-navigator.ts"
30277
+ "name": "SegmentedControl",
30278
+ "module": "src/segmented-control/segmented-control.ts"
30201
30279
  }
30202
30280
  },
30203
30281
  {
30204
- "name": "state-icons",
30282
+ "name": "value",
30205
30283
  "type": {
30206
- "text": "Record<SectionItemStateName, SectionItemStateIcon>"
30207
- },
30208
- "default": "DEFAULT_SECTION_STATES_ICONS",
30209
- "resolveInitializer": {
30210
- "module": "src/section-navigator/section-navigator.ts"
30284
+ "text": "string"
30211
30285
  },
30212
- "fieldName": "stateIcons",
30213
- "description": "Custom icons for state types",
30286
+ "description": "The value of the checked radio",
30287
+ "fieldName": "value",
30214
30288
  "inheritedFrom": {
30215
- "name": "SectionNavigator",
30216
- "module": "src/section-navigator/section-navigator.ts"
30289
+ "name": "SegmentedControl",
30290
+ "module": "src/segmented-control/segmented-control.ts"
30217
30291
  }
30218
30292
  },
30219
30293
  {
30220
- "name": "disable-auto-scroll-detection",
30294
+ "name": "orientation",
30221
30295
  "type": {
30222
- "text": "boolean"
30296
+ "text": "Orientation | \"horizontal\" | \"vertical\""
30223
30297
  },
30224
- "default": "false",
30225
- "fieldName": "disableAutoScrollDetection",
30226
- "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.",
30298
+ "description": "The orientation of the group",
30299
+ "fieldName": "orientation",
30227
30300
  "inheritedFrom": {
30228
- "name": "SectionNavigator",
30229
- "module": "src/section-navigator/section-navigator.ts"
30301
+ "name": "SegmentedControl",
30302
+ "module": "src/segmented-control/segmented-control.ts"
30230
30303
  }
30231
30304
  }
30232
30305
  ],
30233
30306
  "members": [
30234
30307
  {
30235
- "kind": "field",
30236
- "name": "sections",
30237
- "type": {
30238
- "text": "SectionItem[]"
30308
+ "kind": "method",
30309
+ "name": "valueChanged",
30310
+ "privacy": "protected",
30311
+ "return": {
30312
+ "type": {
30313
+ "text": "void"
30314
+ }
30239
30315
  },
30240
- "default": "[]",
30241
30316
  "inheritedFrom": {
30242
- "name": "SectionNavigator",
30243
- "module": "src/section-navigator/section-navigator.ts"
30317
+ "name": "SegmentedControl",
30318
+ "module": "src/segmented-control/segmented-control.ts"
30244
30319
  }
30245
30320
  },
30246
30321
  {
30247
30322
  "kind": "field",
30248
- "name": "scrollBehavior",
30323
+ "name": "readOnly",
30249
30324
  "type": {
30250
- "text": "'view' | 'top'"
30325
+ "text": "boolean"
30251
30326
  },
30252
- "default": "'top'",
30327
+ "privacy": "public",
30328
+ "description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
30253
30329
  "inheritedFrom": {
30254
- "name": "SectionNavigator",
30255
- "module": "src/section-navigator/section-navigator.ts"
30330
+ "name": "SegmentedControl",
30331
+ "module": "src/segmented-control/segmented-control.ts"
30256
30332
  }
30257
30333
  },
30258
30334
  {
30259
- "kind": "field",
30260
- "name": "stateTooltips",
30261
- "type": {
30262
- "text": "Record<SectionItemStateName, string>"
30335
+ "kind": "method",
30336
+ "name": "readOnlyChanged",
30337
+ "privacy": "private",
30338
+ "return": {
30339
+ "type": {
30340
+ "text": "void"
30341
+ }
30263
30342
  },
30264
- "default": "{\n active: 'Active',\n inactive: 'Inactive',\n pending: 'Pending',\n disabled: 'Disabled',\n error: 'Error',\n completed: 'Completed',\n}",
30265
30343
  "inheritedFrom": {
30266
- "name": "SectionNavigator",
30267
- "module": "src/section-navigator/section-navigator.ts"
30344
+ "name": "SegmentedControl",
30345
+ "module": "src/segmented-control/segmented-control.ts"
30268
30346
  }
30269
30347
  },
30270
30348
  {
30271
30349
  "kind": "field",
30272
- "name": "stateIcons",
30350
+ "name": "disabled",
30273
30351
  "type": {
30274
- "text": "Record<SectionItemStateName, SectionItemStateIcon>"
30352
+ "text": "boolean"
30275
30353
  },
30276
- "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}",
30354
+ "privacy": "public",
30355
+ "description": "Disables the radio group and child radios.",
30277
30356
  "inheritedFrom": {
30278
- "name": "SectionNavigator",
30279
- "module": "src/section-navigator/section-navigator.ts"
30357
+ "name": "SegmentedControl",
30358
+ "module": "src/segmented-control/segmented-control.ts"
30280
30359
  }
30281
30360
  },
30282
30361
  {
30283
- "kind": "field",
30284
- "name": "disableAutoScrollDetection",
30285
- "type": {
30286
- "text": "boolean"
30362
+ "kind": "method",
30363
+ "name": "disabledChanged",
30364
+ "privacy": "private",
30365
+ "return": {
30366
+ "type": {
30367
+ "text": "void"
30368
+ }
30287
30369
  },
30288
- "default": "false",
30289
30370
  "inheritedFrom": {
30290
- "name": "SectionNavigator",
30291
- "module": "src/section-navigator/section-navigator.ts"
30371
+ "name": "SegmentedControl",
30372
+ "module": "src/segmented-control/segmented-control.ts"
30292
30373
  }
30293
30374
  },
30294
30375
  {
30295
30376
  "kind": "field",
30296
- "name": "handleSetStateRef",
30377
+ "name": "name",
30297
30378
  "type": {
30298
- "text": "(event: CustomEvent<SetStateEventDetail>) => void | undefined"
30379
+ "text": "string"
30299
30380
  },
30300
- "privacy": "private",
30381
+ "privacy": "public",
30382
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
30301
30383
  "inheritedFrom": {
30302
- "name": "SectionNavigator",
30303
- "module": "src/section-navigator/section-navigator.ts"
30384
+ "name": "SegmentedControl",
30385
+ "module": "src/segmented-control/segmented-control.ts"
30304
30386
  }
30305
30387
  },
30306
30388
  {
30307
- "kind": "field",
30308
- "name": "handleSetStatesRef",
30309
- "type": {
30310
- "text": "(event: CustomEvent<SetStatesEventDetail>) => void | undefined"
30389
+ "kind": "method",
30390
+ "name": "nameChanged",
30391
+ "privacy": "protected",
30392
+ "return": {
30393
+ "type": {
30394
+ "text": "void"
30395
+ }
30311
30396
  },
30312
- "privacy": "private",
30313
30397
  "inheritedFrom": {
30314
- "name": "SectionNavigator",
30315
- "module": "src/section-navigator/section-navigator.ts"
30398
+ "name": "SegmentedControl",
30399
+ "module": "src/segmented-control/segmented-control.ts"
30316
30400
  }
30317
30401
  },
30318
30402
  {
30319
30403
  "kind": "field",
30320
- "name": "handleClearStateRef",
30404
+ "name": "value",
30321
30405
  "type": {
30322
- "text": "(event: CustomEvent<ClearStateEventDetail>) => void | undefined"
30406
+ "text": "string"
30323
30407
  },
30324
- "privacy": "private",
30408
+ "privacy": "public",
30409
+ "description": "The value of the checked radio",
30325
30410
  "inheritedFrom": {
30326
- "name": "SectionNavigator",
30327
- "module": "src/section-navigator/section-navigator.ts"
30411
+ "name": "SegmentedControl",
30412
+ "module": "src/segmented-control/segmented-control.ts"
30328
30413
  }
30329
30414
  },
30330
30415
  {
30331
30416
  "kind": "field",
30332
- "name": "handleClearAllStatesRef",
30417
+ "name": "orientation",
30333
30418
  "type": {
30334
- "text": "(event: CustomEvent<ClearAllStatesEventDetail>) => void | undefined"
30419
+ "text": "Orientation | \"horizontal\" | \"vertical\""
30335
30420
  },
30336
- "privacy": "private",
30421
+ "privacy": "public",
30422
+ "description": "The orientation of the group",
30337
30423
  "inheritedFrom": {
30338
- "name": "SectionNavigator",
30339
- "module": "src/section-navigator/section-navigator.ts"
30424
+ "name": "SegmentedControl",
30425
+ "module": "src/segmented-control/segmented-control.ts"
30340
30426
  }
30341
30427
  },
30342
30428
  {
30343
30429
  "kind": "field",
30344
- "name": "handleGenericStateEventRef",
30430
+ "name": "childItems",
30345
30431
  "type": {
30346
- "text": "(event: CustomEvent<any>) => void | undefined"
30432
+ "text": "HTMLElement[]"
30347
30433
  },
30348
- "privacy": "private",
30434
+ "privacy": "public",
30349
30435
  "inheritedFrom": {
30350
- "name": "SectionNavigator",
30351
- "module": "src/section-navigator/section-navigator.ts"
30436
+ "name": "SegmentedControl",
30437
+ "module": "src/segmented-control/segmented-control.ts"
30352
30438
  }
30353
30439
  },
30354
30440
  {
30355
- "kind": "field",
30356
- "name": "userClickedSection",
30357
- "type": {
30358
- "text": "boolean"
30359
- },
30441
+ "kind": "method",
30442
+ "name": "slottedRadioButtonsChanged",
30360
30443
  "privacy": "private",
30361
- "default": "false",
30444
+ "return": {
30445
+ "type": {
30446
+ "text": "void"
30447
+ }
30448
+ },
30449
+ "parameters": [
30450
+ {
30451
+ "name": "oldValue",
30452
+ "type": {
30453
+ "text": "unknown"
30454
+ }
30455
+ },
30456
+ {
30457
+ "name": "newValue",
30458
+ "type": {
30459
+ "text": "HTMLElement[]"
30460
+ }
30461
+ }
30462
+ ],
30362
30463
  "inheritedFrom": {
30363
- "name": "SectionNavigator",
30364
- "module": "src/section-navigator/section-navigator.ts"
30464
+ "name": "SegmentedControl",
30465
+ "module": "src/segmented-control/segmented-control.ts"
30365
30466
  }
30366
30467
  },
30367
30468
  {
30368
30469
  "kind": "field",
30369
- "name": "scrollEndHandler",
30470
+ "name": "selectedRadio",
30370
30471
  "type": {
30371
- "text": "() => void | undefined"
30472
+ "text": "HTMLInputElement | null"
30372
30473
  },
30373
30474
  "privacy": "private",
30374
30475
  "inheritedFrom": {
30375
- "name": "SectionNavigator",
30376
- "module": "src/section-navigator/section-navigator.ts"
30476
+ "name": "SegmentedControl",
30477
+ "module": "src/segmented-control/segmented-control.ts"
30377
30478
  }
30378
30479
  },
30379
30480
  {
30380
30481
  "kind": "field",
30381
- "name": "isUserScrolling",
30482
+ "name": "focusedRadio",
30382
30483
  "type": {
30383
- "text": "boolean"
30484
+ "text": "HTMLInputElement | null"
30384
30485
  },
30385
30486
  "privacy": "private",
30386
- "default": "false",
30387
30487
  "inheritedFrom": {
30388
- "name": "SectionNavigator",
30389
- "module": "src/section-navigator/section-navigator.ts"
30488
+ "name": "SegmentedControl",
30489
+ "module": "src/segmented-control/segmented-control.ts"
30390
30490
  }
30391
30491
  },
30392
30492
  {
30393
30493
  "kind": "field",
30394
- "name": "scrollCheckHandler",
30494
+ "name": "direction",
30395
30495
  "type": {
30396
- "text": "() => void | undefined"
30496
+ "text": "Direction"
30397
30497
  },
30398
30498
  "privacy": "private",
30399
30499
  "inheritedFrom": {
30400
- "name": "SectionNavigator",
30401
- "module": "src/section-navigator/section-navigator.ts"
30500
+ "name": "SegmentedControl",
30501
+ "module": "src/segmented-control/segmented-control.ts"
30402
30502
  }
30403
30503
  },
30404
30504
  {
30405
30505
  "kind": "field",
30406
- "name": "scrollDebounceTimeout",
30506
+ "name": "parentToolbar",
30407
30507
  "type": {
30408
- "text": "number | undefined"
30508
+ "text": "HTMLElement | null"
30409
30509
  },
30410
30510
  "privacy": "private",
30411
30511
  "inheritedFrom": {
30412
- "name": "SectionNavigator",
30413
- "module": "src/section-navigator/section-navigator.ts"
30512
+ "name": "SegmentedControl",
30513
+ "module": "src/segmented-control/segmented-control.ts"
30414
30514
  }
30415
30515
  },
30416
30516
  {
30417
30517
  "kind": "field",
30418
- "name": "SCROLL_END_TIMEOUT",
30518
+ "name": "isInsideToolbar",
30419
30519
  "type": {
30420
- "text": "number"
30520
+ "text": "boolean"
30421
30521
  },
30422
30522
  "privacy": "private",
30423
- "static": true,
30424
- "readonly": true,
30425
- "default": "150",
30426
30523
  "inheritedFrom": {
30427
- "name": "SectionNavigator",
30428
- "module": "src/section-navigator/section-navigator.ts"
30524
+ "name": "SegmentedControl",
30525
+ "module": "src/segmented-control/segmented-control.ts"
30429
30526
  }
30430
30527
  },
30431
30528
  {
30432
30529
  "kind": "field",
30433
- "name": "SCROLL_DEBOUNCE_TIMEOUT",
30530
+ "name": "isInsideFoundationToolbar",
30434
30531
  "type": {
30435
- "text": "number"
30532
+ "text": "boolean"
30436
30533
  },
30437
30534
  "privacy": "private",
30438
- "static": true,
30439
- "readonly": true,
30440
- "default": "100",
30441
30535
  "inheritedFrom": {
30442
- "name": "SectionNavigator",
30443
- "module": "src/section-navigator/section-navigator.ts"
30536
+ "name": "SegmentedControl",
30537
+ "module": "src/segmented-control/segmented-control.ts"
30444
30538
  }
30445
30539
  },
30446
30540
  {
30447
30541
  "kind": "method",
30448
- "name": "sectionsChanged",
30542
+ "name": "setupRadioButtons",
30543
+ "privacy": "private",
30544
+ "return": {
30545
+ "type": {
30546
+ "text": "void"
30547
+ }
30548
+ },
30449
30549
  "inheritedFrom": {
30450
- "name": "SectionNavigator",
30451
- "module": "src/section-navigator/section-navigator.ts"
30550
+ "name": "SegmentedControl",
30551
+ "module": "src/segmented-control/segmented-control.ts"
30452
30552
  }
30453
30553
  },
30454
30554
  {
30455
- "kind": "method",
30456
- "name": "disableAutoScrollDetectionChanged",
30555
+ "kind": "field",
30556
+ "name": "radioChangeHandler",
30557
+ "privacy": "private",
30457
30558
  "inheritedFrom": {
30458
- "name": "SectionNavigator",
30459
- "module": "src/section-navigator/section-navigator.ts"
30460
- }
30461
- },
30462
- {
30463
- "kind": "method",
30464
- "name": "scrollBehaviorChanged",
30465
- "inheritedFrom": {
30466
- "name": "SectionNavigator",
30467
- "module": "src/section-navigator/section-navigator.ts"
30468
- }
30469
- },
30470
- {
30471
- "kind": "field",
30472
- "name": "sectionItems",
30473
- "type": {
30474
- "text": "SectionItem[]"
30475
- },
30476
- "default": "[]",
30477
- "inheritedFrom": {
30478
- "name": "SectionNavigator",
30479
- "module": "src/section-navigator/section-navigator.ts"
30559
+ "name": "SegmentedControl",
30560
+ "module": "src/segmented-control/segmented-control.ts"
30480
30561
  }
30481
30562
  },
30482
30563
  {
30483
30564
  "kind": "field",
30484
- "name": "activeSection",
30485
- "type": {
30486
- "text": "string"
30487
- },
30488
- "default": "''",
30489
- "inheritedFrom": {
30490
- "name": "SectionNavigator",
30491
- "module": "src/section-navigator/section-navigator.ts"
30492
- }
30493
- },
30494
- {
30495
- "kind": "field",
30496
- "name": "sectionNavigatorContainer",
30497
- "type": {
30498
- "text": "HTMLElement"
30499
- },
30565
+ "name": "moveToRadioByIndex",
30566
+ "privacy": "private",
30500
30567
  "inheritedFrom": {
30501
- "name": "SectionNavigator",
30502
- "module": "src/section-navigator/section-navigator.ts"
30568
+ "name": "SegmentedControl",
30569
+ "module": "src/segmented-control/segmented-control.ts"
30503
30570
  }
30504
30571
  },
30505
30572
  {
30506
30573
  "kind": "field",
30507
- "name": "sectionContent",
30508
- "type": {
30509
- "text": "HTMLElement"
30510
- },
30574
+ "name": "moveRightOffGroup",
30575
+ "privacy": "private",
30511
30576
  "inheritedFrom": {
30512
- "name": "SectionNavigator",
30513
- "module": "src/section-navigator/section-navigator.ts"
30577
+ "name": "SegmentedControl",
30578
+ "module": "src/segmented-control/segmented-control.ts"
30514
30579
  }
30515
30580
  },
30516
30581
  {
30517
30582
  "kind": "field",
30518
- "name": "spacerElement",
30519
- "type": {
30520
- "text": "HTMLElement | undefined"
30521
- },
30583
+ "name": "moveLeftOffGroup",
30522
30584
  "privacy": "private",
30523
30585
  "inheritedFrom": {
30524
- "name": "SectionNavigator",
30525
- "module": "src/section-navigator/section-navigator.ts"
30586
+ "name": "SegmentedControl",
30587
+ "module": "src/segmented-control/segmented-control.ts"
30526
30588
  }
30527
30589
  },
30528
30590
  {
30529
- "kind": "method",
30530
- "name": "setSectionItems",
30591
+ "kind": "field",
30592
+ "name": "shouldMoveOffGroupToTheRight",
30531
30593
  "privacy": "private",
30532
30594
  "inheritedFrom": {
30533
- "name": "SectionNavigator",
30534
- "module": "src/section-navigator/section-navigator.ts"
30595
+ "name": "SegmentedControl",
30596
+ "module": "src/segmented-control/segmented-control.ts"
30535
30597
  }
30536
30598
  },
30537
30599
  {
30538
- "kind": "method",
30539
- "name": "setActiveSection",
30600
+ "kind": "field",
30601
+ "name": "shouldMoveOffGroupToTheLeft",
30540
30602
  "privacy": "private",
30541
30603
  "inheritedFrom": {
30542
- "name": "SectionNavigator",
30543
- "module": "src/section-navigator/section-navigator.ts"
30544
- }
30545
- },
30546
- {
30547
- "kind": "method",
30548
- "name": "handleSectionClick",
30549
- "privacy": "public",
30550
- "parameters": [
30551
- {
30552
- "name": "sectionName",
30553
- "type": {
30554
- "text": "string"
30555
- }
30556
- }
30557
- ],
30558
- "inheritedFrom": {
30559
- "name": "SectionNavigator",
30560
- "module": "src/section-navigator/section-navigator.ts"
30604
+ "name": "SegmentedControl",
30605
+ "module": "src/segmented-control/segmented-control.ts"
30561
30606
  }
30562
30607
  },
30563
30608
  {
30564
- "kind": "method",
30565
- "name": "updateSpacer",
30609
+ "kind": "field",
30610
+ "name": "checkFocusedRadio",
30566
30611
  "privacy": "private",
30567
30612
  "inheritedFrom": {
30568
- "name": "SectionNavigator",
30569
- "module": "src/section-navigator/section-navigator.ts"
30613
+ "name": "SegmentedControl",
30614
+ "module": "src/segmented-control/segmented-control.ts"
30570
30615
  }
30571
30616
  },
30572
30617
  {
30573
- "kind": "method",
30574
- "name": "scrollToSection",
30618
+ "kind": "field",
30619
+ "name": "moveRight",
30575
30620
  "privacy": "private",
30576
- "parameters": [
30577
- {
30578
- "name": "sectionName",
30579
- "type": {
30580
- "text": "string"
30581
- }
30582
- }
30583
- ],
30584
30621
  "inheritedFrom": {
30585
- "name": "SectionNavigator",
30586
- "module": "src/section-navigator/section-navigator.ts"
30622
+ "name": "SegmentedControl",
30623
+ "module": "src/segmented-control/segmented-control.ts"
30587
30624
  }
30588
30625
  },
30589
30626
  {
30590
- "kind": "method",
30591
- "name": "updateScrollDetection",
30627
+ "kind": "field",
30628
+ "name": "moveLeft",
30592
30629
  "privacy": "private",
30593
30630
  "inheritedFrom": {
30594
- "name": "SectionNavigator",
30595
- "module": "src/section-navigator/section-navigator.ts"
30631
+ "name": "SegmentedControl",
30632
+ "module": "src/segmented-control/segmented-control.ts"
30596
30633
  }
30597
30634
  },
30598
30635
  {
30599
- "kind": "method",
30600
- "name": "setupScrollDetection",
30636
+ "kind": "field",
30637
+ "name": "_presentation",
30638
+ "type": {
30639
+ "text": "ComponentPresentation | null | undefined"
30640
+ },
30601
30641
  "privacy": "private",
30642
+ "default": "void 0",
30602
30643
  "inheritedFrom": {
30603
- "name": "SectionNavigator",
30604
- "module": "src/section-navigator/section-navigator.ts"
30644
+ "name": "SegmentedControl",
30645
+ "module": "src/segmented-control/segmented-control.ts"
30605
30646
  }
30606
30647
  },
30607
30648
  {
30608
- "kind": "method",
30609
- "name": "updateActiveSectionBasedOnScrollPosition",
30610
- "privacy": "private",
30649
+ "kind": "field",
30650
+ "name": "$presentation",
30651
+ "type": {
30652
+ "text": "ComponentPresentation | null"
30653
+ },
30654
+ "privacy": "public",
30655
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30611
30656
  "inheritedFrom": {
30612
- "name": "SectionNavigator",
30613
- "module": "src/section-navigator/section-navigator.ts"
30657
+ "name": "SegmentedControl",
30658
+ "module": "src/segmented-control/segmented-control.ts"
30614
30659
  }
30615
30660
  },
30616
30661
  {
30617
- "kind": "method",
30618
- "name": "setupScrollEndDetection",
30619
- "privacy": "private",
30662
+ "kind": "field",
30663
+ "name": "template",
30664
+ "type": {
30665
+ "text": "ElementViewTemplate | void | null"
30666
+ },
30667
+ "privacy": "public",
30668
+ "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.",
30620
30669
  "inheritedFrom": {
30621
- "name": "SectionNavigator",
30622
- "module": "src/section-navigator/section-navigator.ts"
30670
+ "name": "SegmentedControl",
30671
+ "module": "src/segmented-control/segmented-control.ts"
30623
30672
  }
30624
30673
  },
30625
30674
  {
30626
30675
  "kind": "method",
30627
- "name": "cleanupScrollEndDetection",
30628
- "privacy": "private",
30676
+ "name": "templateChanged",
30677
+ "privacy": "protected",
30678
+ "return": {
30679
+ "type": {
30680
+ "text": "void"
30681
+ }
30682
+ },
30629
30683
  "inheritedFrom": {
30630
- "name": "SectionNavigator",
30631
- "module": "src/section-navigator/section-navigator.ts"
30684
+ "name": "SegmentedControl",
30685
+ "module": "src/segmented-control/segmented-control.ts"
30632
30686
  }
30633
30687
  },
30634
30688
  {
30635
- "kind": "method",
30636
- "name": "cleanupScrollDetection",
30637
- "privacy": "private",
30689
+ "kind": "field",
30690
+ "name": "styles",
30691
+ "type": {
30692
+ "text": "ElementStyles | void | null"
30693
+ },
30694
+ "privacy": "public",
30695
+ "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.",
30638
30696
  "inheritedFrom": {
30639
- "name": "SectionNavigator",
30640
- "module": "src/section-navigator/section-navigator.ts"
30697
+ "name": "SegmentedControl",
30698
+ "module": "src/segmented-control/segmented-control.ts"
30641
30699
  }
30642
30700
  },
30643
30701
  {
30644
30702
  "kind": "method",
30645
- "name": "setupStateEventListeners",
30646
- "privacy": "private",
30703
+ "name": "stylesChanged",
30704
+ "privacy": "protected",
30705
+ "return": {
30706
+ "type": {
30707
+ "text": "void"
30708
+ }
30709
+ },
30647
30710
  "inheritedFrom": {
30648
- "name": "SectionNavigator",
30649
- "module": "src/section-navigator/section-navigator.ts"
30711
+ "name": "SegmentedControl",
30712
+ "module": "src/segmented-control/segmented-control.ts"
30650
30713
  }
30651
30714
  },
30652
30715
  {
30653
30716
  "kind": "method",
30654
- "name": "updateSectionStates",
30655
- "privacy": "private",
30717
+ "name": "compose",
30718
+ "privacy": "public",
30719
+ "static": true,
30720
+ "return": {
30721
+ "type": {
30722
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30723
+ }
30724
+ },
30656
30725
  "parameters": [
30657
30726
  {
30658
- "name": "sectionName",
30727
+ "name": "this",
30659
30728
  "type": {
30660
- "text": "string"
30729
+ "text": "K"
30661
30730
  }
30662
30731
  },
30663
30732
  {
30664
- "name": "newStates",
30733
+ "name": "elementDefinition",
30665
30734
  "type": {
30666
- "text": "SectionItemStateName[]"
30667
- }
30735
+ "text": "T"
30736
+ },
30737
+ "description": "The definition of the element to create the registry\nfunction for."
30668
30738
  }
30669
30739
  ],
30740
+ "description": "Defines an element registry function with a set of element definition defaults.",
30670
30741
  "inheritedFrom": {
30671
- "name": "SectionNavigator",
30672
- "module": "src/section-navigator/section-navigator.ts"
30742
+ "name": "SegmentedControl",
30743
+ "module": "src/segmented-control/segmented-control.ts"
30673
30744
  }
30674
- },
30745
+ }
30746
+ ],
30747
+ "events": [
30675
30748
  {
30676
- "kind": "method",
30677
- "name": "addState",
30678
- "privacy": "private",
30679
- "parameters": [
30680
- {
30681
- "name": "sectionName",
30682
- "type": {
30683
- "text": "string"
30684
- }
30685
- },
30686
- {
30687
- "name": "stateName",
30688
- "type": {
30689
- "text": "SectionItemStateName"
30690
- }
30691
- }
30692
- ],
30749
+ "description": "Fires a custom 'change' event when the value changes",
30750
+ "name": "change",
30693
30751
  "inheritedFrom": {
30694
- "name": "SectionNavigator",
30695
- "module": "src/section-navigator/section-navigator.ts"
30752
+ "name": "SegmentedControl",
30753
+ "module": "src/segmented-control/segmented-control.ts"
30696
30754
  }
30697
- },
30755
+ }
30756
+ ]
30757
+ },
30758
+ {
30759
+ "kind": "variable",
30760
+ "name": "rapidSegmentedControlShadowOptions",
30761
+ "type": {
30762
+ "text": "ShadowRootInit"
30763
+ },
30764
+ "default": "undefined"
30765
+ },
30766
+ {
30767
+ "kind": "variable",
30768
+ "name": "defaultSegmentedControlConfig",
30769
+ "type": {
30770
+ "text": "object"
30771
+ },
30772
+ "default": "{}"
30773
+ },
30774
+ {
30775
+ "kind": "variable",
30776
+ "name": "rapidSegmentedControl",
30777
+ "description": "The Rapid Segmented Control",
30778
+ "privacy": "public"
30779
+ }
30780
+ ],
30781
+ "exports": [
30782
+ {
30783
+ "kind": "js",
30784
+ "name": "SegmentedControl",
30785
+ "declaration": {
30786
+ "name": "SegmentedControl",
30787
+ "module": "src/segmented-control/segmented-control.ts"
30788
+ }
30789
+ },
30790
+ {
30791
+ "kind": "js",
30792
+ "name": "rapidSegmentedControlShadowOptions",
30793
+ "declaration": {
30794
+ "name": "rapidSegmentedControlShadowOptions",
30795
+ "module": "src/segmented-control/segmented-control.ts"
30796
+ }
30797
+ },
30798
+ {
30799
+ "kind": "js",
30800
+ "name": "defaultSegmentedControlConfig",
30801
+ "declaration": {
30802
+ "name": "defaultSegmentedControlConfig",
30803
+ "module": "src/segmented-control/segmented-control.ts"
30804
+ }
30805
+ },
30806
+ {
30807
+ "kind": "js",
30808
+ "name": "rapidSegmentedControl",
30809
+ "declaration": {
30810
+ "name": "rapidSegmentedControl",
30811
+ "module": "src/segmented-control/segmented-control.ts"
30812
+ }
30813
+ }
30814
+ ]
30815
+ },
30816
+ {
30817
+ "kind": "javascript-module",
30818
+ "path": "src/section-navigator/index.ts",
30819
+ "declarations": [],
30820
+ "exports": [
30821
+ {
30822
+ "kind": "js",
30823
+ "name": "*",
30824
+ "declaration": {
30825
+ "name": "*",
30826
+ "package": "./section-navigator"
30827
+ }
30828
+ },
30829
+ {
30830
+ "kind": "js",
30831
+ "name": "*",
30832
+ "declaration": {
30833
+ "name": "*",
30834
+ "package": "./section-navigator.styles"
30835
+ }
30836
+ }
30837
+ ]
30838
+ },
30839
+ {
30840
+ "kind": "javascript-module",
30841
+ "path": "src/section-navigator/section-navigator.styles.ts",
30842
+ "declarations": [
30843
+ {
30844
+ "kind": "function",
30845
+ "name": "rapidSectionNavigatorStyles",
30846
+ "parameters": [
30698
30847
  {
30699
- "kind": "method",
30700
- "name": "addStates",
30701
- "privacy": "private",
30702
- "parameters": [
30703
- {
30704
- "name": "sectionName",
30705
- "type": {
30706
- "text": "string"
30707
- }
30708
- },
30709
- {
30710
- "name": "stateNames",
30711
- "type": {
30712
- "text": "SectionItemStateName[]"
30713
- }
30714
- }
30715
- ],
30848
+ "name": "context",
30849
+ "type": {
30850
+ "text": "ElementDefinitionContext"
30851
+ }
30852
+ },
30853
+ {
30854
+ "name": "definition",
30855
+ "type": {
30856
+ "text": "FoundationElementDefinition"
30857
+ }
30858
+ }
30859
+ ]
30860
+ }
30861
+ ],
30862
+ "exports": [
30863
+ {
30864
+ "kind": "js",
30865
+ "name": "rapidSectionNavigatorStyles",
30866
+ "declaration": {
30867
+ "name": "rapidSectionNavigatorStyles",
30868
+ "module": "src/section-navigator/section-navigator.styles.ts"
30869
+ }
30870
+ }
30871
+ ]
30872
+ },
30873
+ {
30874
+ "kind": "javascript-module",
30875
+ "path": "src/section-navigator/section-navigator.ts",
30876
+ "declarations": [
30877
+ {
30878
+ "kind": "class",
30879
+ "description": "",
30880
+ "name": "SectionNavigator",
30881
+ "superclass": {
30882
+ "name": "FoundationSectionNavigator",
30883
+ "package": "@genesislcap/foundation-ui"
30884
+ },
30885
+ "tagName": "%%prefix%%-section-navigator",
30886
+ "customElement": true,
30887
+ "attributes": [
30888
+ {
30889
+ "description": "Array of section items to display",
30890
+ "name": "sections",
30716
30891
  "inheritedFrom": {
30717
30892
  "name": "SectionNavigator",
30718
30893
  "module": "src/section-navigator/section-navigator.ts"
30719
30894
  }
30720
30895
  },
30721
30896
  {
30722
- "kind": "method",
30723
- "name": "clearState",
30724
- "privacy": "private",
30725
- "parameters": [
30726
- {
30727
- "name": "sectionName",
30728
- "type": {
30729
- "text": "string"
30730
- }
30731
- },
30732
- {
30733
- "name": "stateName",
30734
- "type": {
30735
- "text": "SectionItemStateName"
30736
- }
30737
- }
30738
- ],
30897
+ "name": "scroll-behavior",
30898
+ "type": {
30899
+ "text": "'view' | 'top'"
30900
+ },
30901
+ "default": "'top'",
30902
+ "fieldName": "scrollBehavior",
30903
+ "description": "Scroll behavior: 'view' or 'top' (default: 'top')",
30739
30904
  "inheritedFrom": {
30740
30905
  "name": "SectionNavigator",
30741
30906
  "module": "src/section-navigator/section-navigator.ts"
30742
30907
  }
30743
30908
  },
30744
30909
  {
30745
- "kind": "method",
30746
- "name": "clearAllStates",
30747
- "privacy": "private",
30748
- "parameters": [
30749
- {
30750
- "name": "sectionName",
30751
- "type": {
30752
- "text": "string"
30753
- }
30754
- }
30755
- ],
30910
+ "name": "state-tooltips",
30911
+ "type": {
30912
+ "text": "Record<SectionItemStateName, string>"
30913
+ },
30914
+ "default": "DEFAULT_SECTION_STATES_TOOLTIPS",
30915
+ "resolveInitializer": {
30916
+ "module": "src/section-navigator/section-navigator.ts"
30917
+ },
30918
+ "fieldName": "stateTooltips",
30919
+ "description": "Custom tooltips for state icons",
30756
30920
  "inheritedFrom": {
30757
30921
  "name": "SectionNavigator",
30758
30922
  "module": "src/section-navigator/section-navigator.ts"
30759
30923
  }
30760
30924
  },
30761
30925
  {
30762
- "kind": "method",
30763
- "name": "clearAllStatesInAllSections",
30764
- "privacy": "private",
30926
+ "name": "state-icons",
30927
+ "type": {
30928
+ "text": "Record<SectionItemStateName, SectionItemStateIcon>"
30929
+ },
30930
+ "default": "DEFAULT_SECTION_STATES_ICONS",
30931
+ "resolveInitializer": {
30932
+ "module": "src/section-navigator/section-navigator.ts"
30933
+ },
30934
+ "fieldName": "stateIcons",
30935
+ "description": "Custom icons for state types",
30765
30936
  "inheritedFrom": {
30766
30937
  "name": "SectionNavigator",
30767
30938
  "module": "src/section-navigator/section-navigator.ts"
30768
30939
  }
30769
30940
  },
30770
30941
  {
30771
- "kind": "method",
30772
- "name": "getStateTooltip",
30773
- "privacy": "public",
30774
- "return": {
30775
- "type": {
30776
- "text": "string"
30777
- }
30942
+ "name": "disable-auto-scroll-detection",
30943
+ "type": {
30944
+ "text": "boolean"
30778
30945
  },
30779
- "parameters": [
30780
- {
30781
- "name": "stateName",
30782
- "type": {
30783
- "text": "SectionItemStateName"
30784
- }
30785
- }
30786
- ],
30946
+ "default": "false",
30947
+ "fieldName": "disableAutoScrollDetection",
30948
+ "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.",
30949
+ "inheritedFrom": {
30950
+ "name": "SectionNavigator",
30951
+ "module": "src/section-navigator/section-navigator.ts"
30952
+ }
30953
+ }
30954
+ ],
30955
+ "members": [
30956
+ {
30957
+ "kind": "field",
30958
+ "name": "sections",
30959
+ "type": {
30960
+ "text": "SectionItem[]"
30961
+ },
30962
+ "default": "[]",
30787
30963
  "inheritedFrom": {
30788
30964
  "name": "SectionNavigator",
30789
30965
  "module": "src/section-navigator/section-navigator.ts"
30790
30966
  }
30791
30967
  },
30792
30968
  {
30793
- "kind": "method",
30794
- "name": "getSectionStateClass",
30795
- "privacy": "public",
30796
- "return": {
30797
- "type": {
30798
- "text": "string"
30799
- }
30969
+ "kind": "field",
30970
+ "name": "scrollBehavior",
30971
+ "type": {
30972
+ "text": "'view' | 'top'"
30800
30973
  },
30801
- "parameters": [
30802
- {
30803
- "name": "section",
30804
- "type": {
30805
- "text": "SectionItem"
30806
- }
30807
- }
30808
- ],
30974
+ "default": "'top'",
30809
30975
  "inheritedFrom": {
30810
30976
  "name": "SectionNavigator",
30811
30977
  "module": "src/section-navigator/section-navigator.ts"
30812
30978
  }
30813
30979
  },
30814
30980
  {
30815
- "kind": "method",
30816
- "name": "getStateIcon",
30817
- "privacy": "public",
30818
- "return": {
30819
- "type": {
30820
- "text": "SectionItemStateIcon"
30821
- }
30981
+ "kind": "field",
30982
+ "name": "stateTooltips",
30983
+ "type": {
30984
+ "text": "Record<SectionItemStateName, string>"
30822
30985
  },
30823
- "parameters": [
30824
- {
30825
- "name": "stateName",
30826
- "type": {
30827
- "text": "SectionItemStateName"
30828
- }
30829
- }
30830
- ],
30986
+ "default": "{\n active: 'Active',\n inactive: 'Inactive',\n pending: 'Pending',\n disabled: 'Disabled',\n error: 'Error',\n completed: 'Completed',\n}",
30831
30987
  "inheritedFrom": {
30832
30988
  "name": "SectionNavigator",
30833
30989
  "module": "src/section-navigator/section-navigator.ts"
@@ -30835,687 +30991,568 @@
30835
30991
  },
30836
30992
  {
30837
30993
  "kind": "field",
30838
- "name": "_presentation",
30994
+ "name": "stateIcons",
30839
30995
  "type": {
30840
- "text": "ComponentPresentation | null | undefined"
30996
+ "text": "Record<SectionItemStateName, SectionItemStateIcon>"
30841
30997
  },
30842
- "privacy": "private",
30843
- "default": "void 0",
30998
+ "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}",
30844
30999
  "inheritedFrom": {
30845
- "name": "FoundationElement",
30846
- "module": "src/foundation-element/foundation-element.ts"
31000
+ "name": "SectionNavigator",
31001
+ "module": "src/section-navigator/section-navigator.ts"
30847
31002
  }
30848
31003
  },
30849
31004
  {
30850
31005
  "kind": "field",
30851
- "name": "$presentation",
31006
+ "name": "disableAutoScrollDetection",
30852
31007
  "type": {
30853
- "text": "ComponentPresentation | null"
31008
+ "text": "boolean"
30854
31009
  },
30855
- "privacy": "public",
30856
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31010
+ "default": "false",
30857
31011
  "inheritedFrom": {
30858
- "name": "FoundationElement",
30859
- "module": "src/foundation-element/foundation-element.ts"
31012
+ "name": "SectionNavigator",
31013
+ "module": "src/section-navigator/section-navigator.ts"
30860
31014
  }
30861
31015
  },
30862
31016
  {
30863
31017
  "kind": "field",
30864
- "name": "template",
31018
+ "name": "handleSetStateRef",
30865
31019
  "type": {
30866
- "text": "ElementViewTemplate | void | null"
31020
+ "text": "(event: CustomEvent<SetStateEventDetail>) => void | undefined"
30867
31021
  },
30868
- "privacy": "public",
30869
- "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.",
31022
+ "privacy": "private",
30870
31023
  "inheritedFrom": {
30871
- "name": "FoundationElement",
30872
- "module": "src/foundation-element/foundation-element.ts"
31024
+ "name": "SectionNavigator",
31025
+ "module": "src/section-navigator/section-navigator.ts"
30873
31026
  }
30874
31027
  },
30875
31028
  {
30876
- "kind": "method",
30877
- "name": "templateChanged",
30878
- "privacy": "protected",
30879
- "return": {
30880
- "type": {
30881
- "text": "void"
30882
- }
31029
+ "kind": "field",
31030
+ "name": "handleSetStatesRef",
31031
+ "type": {
31032
+ "text": "(event: CustomEvent<SetStatesEventDetail>) => void | undefined"
30883
31033
  },
31034
+ "privacy": "private",
30884
31035
  "inheritedFrom": {
30885
- "name": "FoundationElement",
30886
- "module": "src/foundation-element/foundation-element.ts"
31036
+ "name": "SectionNavigator",
31037
+ "module": "src/section-navigator/section-navigator.ts"
30887
31038
  }
30888
31039
  },
30889
31040
  {
30890
31041
  "kind": "field",
30891
- "name": "styles",
31042
+ "name": "handleClearStateRef",
30892
31043
  "type": {
30893
- "text": "ElementStyles | void | null"
31044
+ "text": "(event: CustomEvent<ClearStateEventDetail>) => void | undefined"
30894
31045
  },
30895
- "privacy": "public",
30896
- "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.",
31046
+ "privacy": "private",
30897
31047
  "inheritedFrom": {
30898
- "name": "FoundationElement",
30899
- "module": "src/foundation-element/foundation-element.ts"
31048
+ "name": "SectionNavigator",
31049
+ "module": "src/section-navigator/section-navigator.ts"
30900
31050
  }
30901
31051
  },
30902
31052
  {
30903
- "kind": "method",
30904
- "name": "stylesChanged",
30905
- "privacy": "protected",
30906
- "return": {
30907
- "type": {
30908
- "text": "void"
30909
- }
31053
+ "kind": "field",
31054
+ "name": "handleClearAllStatesRef",
31055
+ "type": {
31056
+ "text": "(event: CustomEvent<ClearAllStatesEventDetail>) => void | undefined"
30910
31057
  },
31058
+ "privacy": "private",
30911
31059
  "inheritedFrom": {
30912
- "name": "FoundationElement",
30913
- "module": "src/foundation-element/foundation-element.ts"
31060
+ "name": "SectionNavigator",
31061
+ "module": "src/section-navigator/section-navigator.ts"
30914
31062
  }
30915
31063
  },
30916
31064
  {
30917
- "kind": "method",
30918
- "name": "compose",
30919
- "privacy": "public",
30920
- "static": true,
30921
- "return": {
30922
- "type": {
30923
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30924
- }
31065
+ "kind": "field",
31066
+ "name": "handleGenericStateEventRef",
31067
+ "type": {
31068
+ "text": "(event: CustomEvent<any>) => void | undefined"
30925
31069
  },
30926
- "parameters": [
30927
- {
30928
- "name": "this",
30929
- "type": {
30930
- "text": "K"
30931
- }
30932
- },
30933
- {
30934
- "name": "elementDefinition",
30935
- "type": {
30936
- "text": "T"
30937
- },
30938
- "description": "The definition of the element to create the registry\nfunction for."
30939
- }
30940
- ],
30941
- "description": "Defines an element registry function with a set of element definition defaults.",
31070
+ "privacy": "private",
30942
31071
  "inheritedFrom": {
30943
- "name": "FoundationElement",
30944
- "module": "src/foundation-element/foundation-element.ts"
31072
+ "name": "SectionNavigator",
31073
+ "module": "src/section-navigator/section-navigator.ts"
30945
31074
  }
30946
- }
30947
- ],
30948
- "events": [
31075
+ },
30949
31076
  {
30950
- "description": "Fired when a child state event is re-dispatched with an inferred section name",
30951
- "name": "section-navigator-set-state",
31077
+ "kind": "field",
31078
+ "name": "userClickedSection",
31079
+ "type": {
31080
+ "text": "boolean"
31081
+ },
31082
+ "privacy": "private",
31083
+ "default": "false",
30952
31084
  "inheritedFrom": {
30953
31085
  "name": "SectionNavigator",
30954
31086
  "module": "src/section-navigator/section-navigator.ts"
30955
31087
  }
30956
31088
  },
30957
31089
  {
30958
- "description": "Fired when a child state event is re-dispatched with an inferred section name",
30959
- "name": "section-navigator-set-states",
31090
+ "kind": "field",
31091
+ "name": "scrollEndHandler",
31092
+ "type": {
31093
+ "text": "() => void | undefined"
31094
+ },
31095
+ "privacy": "private",
30960
31096
  "inheritedFrom": {
30961
31097
  "name": "SectionNavigator",
30962
31098
  "module": "src/section-navigator/section-navigator.ts"
30963
31099
  }
30964
31100
  },
30965
31101
  {
30966
- "description": "Fired when a child state event is re-dispatched with an inferred section name",
30967
- "name": "section-navigator-clear-state",
31102
+ "kind": "field",
31103
+ "name": "isUserScrolling",
31104
+ "type": {
31105
+ "text": "boolean"
31106
+ },
31107
+ "privacy": "private",
31108
+ "default": "false",
30968
31109
  "inheritedFrom": {
30969
31110
  "name": "SectionNavigator",
30970
31111
  "module": "src/section-navigator/section-navigator.ts"
30971
31112
  }
30972
31113
  },
30973
31114
  {
30974
- "description": "Fired when a child state event is re-dispatched with an inferred section name",
30975
- "name": "section-navigator-clear-all-states",
31115
+ "kind": "field",
31116
+ "name": "scrollCheckHandler",
31117
+ "type": {
31118
+ "text": "() => void | undefined"
31119
+ },
31120
+ "privacy": "private",
30976
31121
  "inheritedFrom": {
30977
31122
  "name": "SectionNavigator",
30978
31123
  "module": "src/section-navigator/section-navigator.ts"
30979
31124
  }
30980
- }
30981
- ]
30982
- },
30983
- {
30984
- "kind": "variable",
30985
- "name": "rapidSectionNavigator"
30986
- }
30987
- ],
30988
- "exports": [
30989
- {
30990
- "kind": "js",
30991
- "name": "SectionNavigator",
30992
- "declaration": {
30993
- "name": "SectionNavigator",
30994
- "module": "src/section-navigator/section-navigator.ts"
30995
- }
30996
- },
30997
- {
30998
- "kind": "js",
30999
- "name": "rapidSectionNavigator",
31000
- "declaration": {
31001
- "name": "rapidSectionNavigator",
31002
- "module": "src/section-navigator/section-navigator.ts"
31003
- }
31004
- }
31005
- ]
31006
- },
31007
- {
31008
- "kind": "javascript-module",
31009
- "path": "src/segmented-control/index.ts",
31010
- "declarations": [],
31011
- "exports": [
31012
- {
31013
- "kind": "js",
31014
- "name": "*",
31015
- "declaration": {
31016
- "name": "*",
31017
- "package": "./segmented-control.template"
31018
- }
31019
- },
31020
- {
31021
- "kind": "js",
31022
- "name": "*",
31023
- "declaration": {
31024
- "name": "*",
31025
- "package": "./segmented-control.styles"
31026
- }
31027
- },
31028
- {
31029
- "kind": "js",
31030
- "name": "*",
31031
- "declaration": {
31032
- "name": "*",
31033
- "package": "./segmented-control"
31034
- }
31035
- }
31036
- ]
31037
- },
31038
- {
31039
- "kind": "javascript-module",
31040
- "path": "src/segmented-control/segmented-control.styles.ts",
31041
- "declarations": [
31042
- {
31043
- "kind": "function",
31044
- "name": "rapidSegmentedControlStyles",
31045
- "return": {
31046
- "type": {
31047
- "text": "ElementStyles"
31048
- }
31049
- },
31050
- "parameters": [
31051
- {
31052
- "name": "context",
31053
- "type": {
31054
- "text": "ElementDefinitionContext"
31055
- }
31056
- },
31057
- {
31058
- "name": "definition",
31059
- "type": {
31060
- "text": "FoundationElementDefinition"
31061
- }
31062
- }
31063
- ]
31064
- }
31065
- ],
31066
- "exports": [
31067
- {
31068
- "kind": "js",
31069
- "name": "rapidSegmentedControlStyles",
31070
- "declaration": {
31071
- "name": "rapidSegmentedControlStyles",
31072
- "module": "src/segmented-control/segmented-control.styles.ts"
31073
- }
31074
- }
31075
- ]
31076
- },
31077
- {
31078
- "kind": "javascript-module",
31079
- "path": "src/segmented-control/segmented-control.template.ts",
31080
- "declarations": [
31081
- {
31082
- "kind": "function",
31083
- "name": "rapidSegmentedControlTemplate",
31084
- "return": {
31085
- "type": {
31086
- "text": "ViewTemplate<SegmentedControl>"
31087
- }
31088
- },
31089
- "parameters": [
31090
- {
31091
- "name": "context",
31092
- "type": {
31093
- "text": "ElementDefinitionContext"
31094
- }
31095
31125
  },
31096
31126
  {
31097
- "name": "definition",
31098
- "type": {
31099
- "text": "FoundationElementDefinition"
31100
- }
31101
- }
31102
- ]
31103
- }
31104
- ],
31105
- "exports": [
31106
- {
31107
- "kind": "js",
31108
- "name": "rapidSegmentedControlTemplate",
31109
- "declaration": {
31110
- "name": "rapidSegmentedControlTemplate",
31111
- "module": "src/segmented-control/segmented-control.template.ts"
31112
- }
31113
- }
31114
- ]
31115
- },
31116
- {
31117
- "kind": "javascript-module",
31118
- "path": "src/segmented-control/segmented-control.ts",
31119
- "declarations": [
31120
- {
31121
- "kind": "class",
31122
- "description": "",
31123
- "name": "SegmentedControl",
31124
- "superclass": {
31125
- "name": "FoundationSegmentedControl",
31126
- "package": "@genesislcap/foundation-ui"
31127
- },
31128
- "tagName": "%%prefix%%-segmented-control",
31129
- "customElement": true,
31130
- "attributes": [
31131
- {
31132
- "name": "readonly",
31127
+ "kind": "field",
31128
+ "name": "scrollDebounceTimeout",
31133
31129
  "type": {
31134
- "text": "boolean"
31130
+ "text": "number | undefined"
31135
31131
  },
31136
- "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
31137
- "fieldName": "readOnly",
31132
+ "privacy": "private",
31138
31133
  "inheritedFrom": {
31139
- "name": "SegmentedControl",
31140
- "module": "src/segmented-control/segmented-control.ts"
31134
+ "name": "SectionNavigator",
31135
+ "module": "src/section-navigator/section-navigator.ts"
31141
31136
  }
31142
31137
  },
31143
31138
  {
31144
- "name": "disabled",
31139
+ "kind": "field",
31140
+ "name": "SCROLL_END_TIMEOUT",
31145
31141
  "type": {
31146
- "text": "boolean"
31142
+ "text": "number"
31147
31143
  },
31148
- "description": "Disables the radio group and child radios.",
31149
- "fieldName": "disabled",
31144
+ "privacy": "private",
31145
+ "static": true,
31146
+ "readonly": true,
31147
+ "default": "150",
31150
31148
  "inheritedFrom": {
31151
- "name": "SegmentedControl",
31152
- "module": "src/segmented-control/segmented-control.ts"
31149
+ "name": "SectionNavigator",
31150
+ "module": "src/section-navigator/section-navigator.ts"
31153
31151
  }
31154
31152
  },
31155
31153
  {
31156
- "name": "name",
31154
+ "kind": "field",
31155
+ "name": "SCROLL_DEBOUNCE_TIMEOUT",
31157
31156
  "type": {
31158
- "text": "string"
31157
+ "text": "number"
31159
31158
  },
31160
- "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
31161
- "fieldName": "name",
31159
+ "privacy": "private",
31160
+ "static": true,
31161
+ "readonly": true,
31162
+ "default": "100",
31162
31163
  "inheritedFrom": {
31163
- "name": "SegmentedControl",
31164
- "module": "src/segmented-control/segmented-control.ts"
31164
+ "name": "SectionNavigator",
31165
+ "module": "src/section-navigator/section-navigator.ts"
31165
31166
  }
31166
31167
  },
31167
31168
  {
31168
- "name": "value",
31169
- "type": {
31170
- "text": "string"
31171
- },
31172
- "description": "The value of the checked radio",
31173
- "fieldName": "value",
31169
+ "kind": "method",
31170
+ "name": "sectionsChanged",
31174
31171
  "inheritedFrom": {
31175
- "name": "SegmentedControl",
31176
- "module": "src/segmented-control/segmented-control.ts"
31172
+ "name": "SectionNavigator",
31173
+ "module": "src/section-navigator/section-navigator.ts"
31177
31174
  }
31178
31175
  },
31179
31176
  {
31180
- "name": "orientation",
31181
- "type": {
31182
- "text": "Orientation | \"horizontal\" | \"vertical\""
31183
- },
31184
- "description": "The orientation of the group",
31185
- "fieldName": "orientation",
31177
+ "kind": "method",
31178
+ "name": "disableAutoScrollDetectionChanged",
31186
31179
  "inheritedFrom": {
31187
- "name": "SegmentedControl",
31188
- "module": "src/segmented-control/segmented-control.ts"
31180
+ "name": "SectionNavigator",
31181
+ "module": "src/section-navigator/section-navigator.ts"
31189
31182
  }
31190
- }
31191
- ],
31192
- "members": [
31183
+ },
31193
31184
  {
31194
31185
  "kind": "method",
31195
- "name": "valueChanged",
31196
- "privacy": "protected",
31197
- "return": {
31198
- "type": {
31199
- "text": "void"
31200
- }
31201
- },
31186
+ "name": "scrollBehaviorChanged",
31202
31187
  "inheritedFrom": {
31203
- "name": "SegmentedControl",
31204
- "module": "src/segmented-control/segmented-control.ts"
31188
+ "name": "SectionNavigator",
31189
+ "module": "src/section-navigator/section-navigator.ts"
31205
31190
  }
31206
31191
  },
31207
31192
  {
31208
31193
  "kind": "field",
31209
- "name": "readOnly",
31194
+ "name": "sectionItems",
31210
31195
  "type": {
31211
- "text": "boolean"
31196
+ "text": "SectionItem[]"
31212
31197
  },
31213
- "privacy": "public",
31214
- "description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
31198
+ "default": "[]",
31215
31199
  "inheritedFrom": {
31216
- "name": "SegmentedControl",
31217
- "module": "src/segmented-control/segmented-control.ts"
31200
+ "name": "SectionNavigator",
31201
+ "module": "src/section-navigator/section-navigator.ts"
31218
31202
  }
31219
31203
  },
31220
31204
  {
31221
- "kind": "method",
31222
- "name": "readOnlyChanged",
31223
- "privacy": "private",
31224
- "return": {
31225
- "type": {
31226
- "text": "void"
31227
- }
31205
+ "kind": "field",
31206
+ "name": "activeSection",
31207
+ "type": {
31208
+ "text": "string"
31228
31209
  },
31210
+ "default": "''",
31229
31211
  "inheritedFrom": {
31230
- "name": "SegmentedControl",
31231
- "module": "src/segmented-control/segmented-control.ts"
31212
+ "name": "SectionNavigator",
31213
+ "module": "src/section-navigator/section-navigator.ts"
31232
31214
  }
31233
31215
  },
31234
31216
  {
31235
31217
  "kind": "field",
31236
- "name": "disabled",
31218
+ "name": "sectionNavigatorContainer",
31237
31219
  "type": {
31238
- "text": "boolean"
31220
+ "text": "HTMLElement"
31239
31221
  },
31240
- "privacy": "public",
31241
- "description": "Disables the radio group and child radios.",
31242
31222
  "inheritedFrom": {
31243
- "name": "SegmentedControl",
31244
- "module": "src/segmented-control/segmented-control.ts"
31223
+ "name": "SectionNavigator",
31224
+ "module": "src/section-navigator/section-navigator.ts"
31245
31225
  }
31246
31226
  },
31247
31227
  {
31248
- "kind": "method",
31249
- "name": "disabledChanged",
31250
- "privacy": "private",
31251
- "return": {
31252
- "type": {
31253
- "text": "void"
31254
- }
31228
+ "kind": "field",
31229
+ "name": "sectionContent",
31230
+ "type": {
31231
+ "text": "HTMLElement"
31255
31232
  },
31256
31233
  "inheritedFrom": {
31257
- "name": "SegmentedControl",
31258
- "module": "src/segmented-control/segmented-control.ts"
31234
+ "name": "SectionNavigator",
31235
+ "module": "src/section-navigator/section-navigator.ts"
31259
31236
  }
31260
31237
  },
31261
31238
  {
31262
31239
  "kind": "field",
31263
- "name": "name",
31240
+ "name": "spacerElement",
31264
31241
  "type": {
31265
- "text": "string"
31242
+ "text": "HTMLElement | undefined"
31266
31243
  },
31267
- "privacy": "public",
31268
- "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
31244
+ "privacy": "private",
31269
31245
  "inheritedFrom": {
31270
- "name": "SegmentedControl",
31271
- "module": "src/segmented-control/segmented-control.ts"
31246
+ "name": "SectionNavigator",
31247
+ "module": "src/section-navigator/section-navigator.ts"
31272
31248
  }
31273
31249
  },
31274
31250
  {
31275
31251
  "kind": "method",
31276
- "name": "nameChanged",
31277
- "privacy": "protected",
31278
- "return": {
31279
- "type": {
31280
- "text": "void"
31281
- }
31282
- },
31252
+ "name": "setSectionItems",
31253
+ "privacy": "private",
31283
31254
  "inheritedFrom": {
31284
- "name": "SegmentedControl",
31285
- "module": "src/segmented-control/segmented-control.ts"
31255
+ "name": "SectionNavigator",
31256
+ "module": "src/section-navigator/section-navigator.ts"
31286
31257
  }
31287
31258
  },
31288
31259
  {
31289
- "kind": "field",
31290
- "name": "value",
31291
- "type": {
31292
- "text": "string"
31293
- },
31294
- "privacy": "public",
31295
- "description": "The value of the checked radio",
31260
+ "kind": "method",
31261
+ "name": "setActiveSection",
31262
+ "privacy": "private",
31296
31263
  "inheritedFrom": {
31297
- "name": "SegmentedControl",
31298
- "module": "src/segmented-control/segmented-control.ts"
31264
+ "name": "SectionNavigator",
31265
+ "module": "src/section-navigator/section-navigator.ts"
31299
31266
  }
31300
31267
  },
31301
31268
  {
31302
- "kind": "field",
31303
- "name": "orientation",
31304
- "type": {
31305
- "text": "Orientation | \"horizontal\" | \"vertical\""
31306
- },
31269
+ "kind": "method",
31270
+ "name": "handleSectionClick",
31307
31271
  "privacy": "public",
31308
- "description": "The orientation of the group",
31272
+ "parameters": [
31273
+ {
31274
+ "name": "sectionName",
31275
+ "type": {
31276
+ "text": "string"
31277
+ }
31278
+ }
31279
+ ],
31309
31280
  "inheritedFrom": {
31310
- "name": "SegmentedControl",
31311
- "module": "src/segmented-control/segmented-control.ts"
31281
+ "name": "SectionNavigator",
31282
+ "module": "src/section-navigator/section-navigator.ts"
31312
31283
  }
31313
31284
  },
31314
31285
  {
31315
- "kind": "field",
31316
- "name": "childItems",
31317
- "type": {
31318
- "text": "HTMLElement[]"
31319
- },
31320
- "privacy": "public",
31286
+ "kind": "method",
31287
+ "name": "updateSpacer",
31288
+ "privacy": "private",
31321
31289
  "inheritedFrom": {
31322
- "name": "SegmentedControl",
31323
- "module": "src/segmented-control/segmented-control.ts"
31290
+ "name": "SectionNavigator",
31291
+ "module": "src/section-navigator/section-navigator.ts"
31324
31292
  }
31325
31293
  },
31326
31294
  {
31327
31295
  "kind": "method",
31328
- "name": "slottedRadioButtonsChanged",
31296
+ "name": "scrollToSection",
31329
31297
  "privacy": "private",
31330
- "return": {
31331
- "type": {
31332
- "text": "void"
31333
- }
31334
- },
31335
31298
  "parameters": [
31336
31299
  {
31337
- "name": "oldValue",
31338
- "type": {
31339
- "text": "unknown"
31340
- }
31341
- },
31342
- {
31343
- "name": "newValue",
31300
+ "name": "sectionName",
31344
31301
  "type": {
31345
- "text": "HTMLElement[]"
31302
+ "text": "string"
31346
31303
  }
31347
31304
  }
31348
31305
  ],
31349
31306
  "inheritedFrom": {
31350
- "name": "SegmentedControl",
31351
- "module": "src/segmented-control/segmented-control.ts"
31307
+ "name": "SectionNavigator",
31308
+ "module": "src/section-navigator/section-navigator.ts"
31352
31309
  }
31353
31310
  },
31354
31311
  {
31355
- "kind": "field",
31356
- "name": "selectedRadio",
31357
- "type": {
31358
- "text": "HTMLInputElement | null"
31359
- },
31312
+ "kind": "method",
31313
+ "name": "updateScrollDetection",
31360
31314
  "privacy": "private",
31361
31315
  "inheritedFrom": {
31362
- "name": "SegmentedControl",
31363
- "module": "src/segmented-control/segmented-control.ts"
31316
+ "name": "SectionNavigator",
31317
+ "module": "src/section-navigator/section-navigator.ts"
31364
31318
  }
31365
31319
  },
31366
31320
  {
31367
- "kind": "field",
31368
- "name": "focusedRadio",
31369
- "type": {
31370
- "text": "HTMLInputElement | null"
31371
- },
31321
+ "kind": "method",
31322
+ "name": "setupScrollDetection",
31372
31323
  "privacy": "private",
31373
31324
  "inheritedFrom": {
31374
- "name": "SegmentedControl",
31375
- "module": "src/segmented-control/segmented-control.ts"
31325
+ "name": "SectionNavigator",
31326
+ "module": "src/section-navigator/section-navigator.ts"
31376
31327
  }
31377
31328
  },
31378
31329
  {
31379
- "kind": "field",
31380
- "name": "direction",
31381
- "type": {
31382
- "text": "Direction"
31383
- },
31330
+ "kind": "method",
31331
+ "name": "updateActiveSectionBasedOnScrollPosition",
31384
31332
  "privacy": "private",
31385
31333
  "inheritedFrom": {
31386
- "name": "SegmentedControl",
31387
- "module": "src/segmented-control/segmented-control.ts"
31334
+ "name": "SectionNavigator",
31335
+ "module": "src/section-navigator/section-navigator.ts"
31388
31336
  }
31389
31337
  },
31390
31338
  {
31391
- "kind": "field",
31392
- "name": "parentToolbar",
31393
- "type": {
31394
- "text": "HTMLElement | null"
31395
- },
31339
+ "kind": "method",
31340
+ "name": "setupScrollEndDetection",
31396
31341
  "privacy": "private",
31397
31342
  "inheritedFrom": {
31398
- "name": "SegmentedControl",
31399
- "module": "src/segmented-control/segmented-control.ts"
31343
+ "name": "SectionNavigator",
31344
+ "module": "src/section-navigator/section-navigator.ts"
31400
31345
  }
31401
31346
  },
31402
31347
  {
31403
- "kind": "field",
31404
- "name": "isInsideToolbar",
31405
- "type": {
31406
- "text": "boolean"
31407
- },
31348
+ "kind": "method",
31349
+ "name": "cleanupScrollEndDetection",
31408
31350
  "privacy": "private",
31409
31351
  "inheritedFrom": {
31410
- "name": "SegmentedControl",
31411
- "module": "src/segmented-control/segmented-control.ts"
31352
+ "name": "SectionNavigator",
31353
+ "module": "src/section-navigator/section-navigator.ts"
31412
31354
  }
31413
31355
  },
31414
31356
  {
31415
- "kind": "field",
31416
- "name": "isInsideFoundationToolbar",
31417
- "type": {
31418
- "text": "boolean"
31419
- },
31357
+ "kind": "method",
31358
+ "name": "cleanupScrollDetection",
31420
31359
  "privacy": "private",
31421
31360
  "inheritedFrom": {
31422
- "name": "SegmentedControl",
31423
- "module": "src/segmented-control/segmented-control.ts"
31361
+ "name": "SectionNavigator",
31362
+ "module": "src/section-navigator/section-navigator.ts"
31424
31363
  }
31425
31364
  },
31426
31365
  {
31427
31366
  "kind": "method",
31428
- "name": "setupRadioButtons",
31367
+ "name": "setupStateEventListeners",
31429
31368
  "privacy": "private",
31430
- "return": {
31431
- "type": {
31432
- "text": "void"
31433
- }
31434
- },
31435
31369
  "inheritedFrom": {
31436
- "name": "SegmentedControl",
31437
- "module": "src/segmented-control/segmented-control.ts"
31370
+ "name": "SectionNavigator",
31371
+ "module": "src/section-navigator/section-navigator.ts"
31438
31372
  }
31439
31373
  },
31440
31374
  {
31441
- "kind": "field",
31442
- "name": "radioChangeHandler",
31375
+ "kind": "method",
31376
+ "name": "updateSectionStates",
31443
31377
  "privacy": "private",
31378
+ "parameters": [
31379
+ {
31380
+ "name": "sectionName",
31381
+ "type": {
31382
+ "text": "string"
31383
+ }
31384
+ },
31385
+ {
31386
+ "name": "newStates",
31387
+ "type": {
31388
+ "text": "SectionItemStateName[]"
31389
+ }
31390
+ }
31391
+ ],
31444
31392
  "inheritedFrom": {
31445
- "name": "SegmentedControl",
31446
- "module": "src/segmented-control/segmented-control.ts"
31393
+ "name": "SectionNavigator",
31394
+ "module": "src/section-navigator/section-navigator.ts"
31447
31395
  }
31448
31396
  },
31449
31397
  {
31450
- "kind": "field",
31451
- "name": "moveToRadioByIndex",
31398
+ "kind": "method",
31399
+ "name": "addState",
31452
31400
  "privacy": "private",
31401
+ "parameters": [
31402
+ {
31403
+ "name": "sectionName",
31404
+ "type": {
31405
+ "text": "string"
31406
+ }
31407
+ },
31408
+ {
31409
+ "name": "stateName",
31410
+ "type": {
31411
+ "text": "SectionItemStateName"
31412
+ }
31413
+ }
31414
+ ],
31453
31415
  "inheritedFrom": {
31454
- "name": "SegmentedControl",
31455
- "module": "src/segmented-control/segmented-control.ts"
31416
+ "name": "SectionNavigator",
31417
+ "module": "src/section-navigator/section-navigator.ts"
31456
31418
  }
31457
31419
  },
31458
31420
  {
31459
- "kind": "field",
31460
- "name": "moveRightOffGroup",
31421
+ "kind": "method",
31422
+ "name": "addStates",
31461
31423
  "privacy": "private",
31424
+ "parameters": [
31425
+ {
31426
+ "name": "sectionName",
31427
+ "type": {
31428
+ "text": "string"
31429
+ }
31430
+ },
31431
+ {
31432
+ "name": "stateNames",
31433
+ "type": {
31434
+ "text": "SectionItemStateName[]"
31435
+ }
31436
+ }
31437
+ ],
31462
31438
  "inheritedFrom": {
31463
- "name": "SegmentedControl",
31464
- "module": "src/segmented-control/segmented-control.ts"
31439
+ "name": "SectionNavigator",
31440
+ "module": "src/section-navigator/section-navigator.ts"
31465
31441
  }
31466
31442
  },
31467
31443
  {
31468
- "kind": "field",
31469
- "name": "moveLeftOffGroup",
31444
+ "kind": "method",
31445
+ "name": "clearState",
31470
31446
  "privacy": "private",
31447
+ "parameters": [
31448
+ {
31449
+ "name": "sectionName",
31450
+ "type": {
31451
+ "text": "string"
31452
+ }
31453
+ },
31454
+ {
31455
+ "name": "stateName",
31456
+ "type": {
31457
+ "text": "SectionItemStateName"
31458
+ }
31459
+ }
31460
+ ],
31471
31461
  "inheritedFrom": {
31472
- "name": "SegmentedControl",
31473
- "module": "src/segmented-control/segmented-control.ts"
31462
+ "name": "SectionNavigator",
31463
+ "module": "src/section-navigator/section-navigator.ts"
31474
31464
  }
31475
31465
  },
31476
31466
  {
31477
- "kind": "field",
31478
- "name": "shouldMoveOffGroupToTheRight",
31467
+ "kind": "method",
31468
+ "name": "clearAllStates",
31479
31469
  "privacy": "private",
31470
+ "parameters": [
31471
+ {
31472
+ "name": "sectionName",
31473
+ "type": {
31474
+ "text": "string"
31475
+ }
31476
+ }
31477
+ ],
31480
31478
  "inheritedFrom": {
31481
- "name": "SegmentedControl",
31482
- "module": "src/segmented-control/segmented-control.ts"
31479
+ "name": "SectionNavigator",
31480
+ "module": "src/section-navigator/section-navigator.ts"
31483
31481
  }
31484
31482
  },
31485
31483
  {
31486
- "kind": "field",
31487
- "name": "shouldMoveOffGroupToTheLeft",
31484
+ "kind": "method",
31485
+ "name": "clearAllStatesInAllSections",
31488
31486
  "privacy": "private",
31489
31487
  "inheritedFrom": {
31490
- "name": "SegmentedControl",
31491
- "module": "src/segmented-control/segmented-control.ts"
31488
+ "name": "SectionNavigator",
31489
+ "module": "src/section-navigator/section-navigator.ts"
31492
31490
  }
31493
31491
  },
31494
31492
  {
31495
- "kind": "field",
31496
- "name": "checkFocusedRadio",
31497
- "privacy": "private",
31493
+ "kind": "method",
31494
+ "name": "getStateTooltip",
31495
+ "privacy": "public",
31496
+ "return": {
31497
+ "type": {
31498
+ "text": "string"
31499
+ }
31500
+ },
31501
+ "parameters": [
31502
+ {
31503
+ "name": "stateName",
31504
+ "type": {
31505
+ "text": "SectionItemStateName"
31506
+ }
31507
+ }
31508
+ ],
31498
31509
  "inheritedFrom": {
31499
- "name": "SegmentedControl",
31500
- "module": "src/segmented-control/segmented-control.ts"
31510
+ "name": "SectionNavigator",
31511
+ "module": "src/section-navigator/section-navigator.ts"
31501
31512
  }
31502
31513
  },
31503
31514
  {
31504
- "kind": "field",
31505
- "name": "moveRight",
31506
- "privacy": "private",
31515
+ "kind": "method",
31516
+ "name": "getSectionStateClass",
31517
+ "privacy": "public",
31518
+ "return": {
31519
+ "type": {
31520
+ "text": "string"
31521
+ }
31522
+ },
31523
+ "parameters": [
31524
+ {
31525
+ "name": "section",
31526
+ "type": {
31527
+ "text": "SectionItem"
31528
+ }
31529
+ }
31530
+ ],
31507
31531
  "inheritedFrom": {
31508
- "name": "SegmentedControl",
31509
- "module": "src/segmented-control/segmented-control.ts"
31532
+ "name": "SectionNavigator",
31533
+ "module": "src/section-navigator/section-navigator.ts"
31510
31534
  }
31511
31535
  },
31512
31536
  {
31513
- "kind": "field",
31514
- "name": "moveLeft",
31515
- "privacy": "private",
31537
+ "kind": "method",
31538
+ "name": "getStateIcon",
31539
+ "privacy": "public",
31540
+ "return": {
31541
+ "type": {
31542
+ "text": "SectionItemStateIcon"
31543
+ }
31544
+ },
31545
+ "parameters": [
31546
+ {
31547
+ "name": "stateName",
31548
+ "type": {
31549
+ "text": "SectionItemStateName"
31550
+ }
31551
+ }
31552
+ ],
31516
31553
  "inheritedFrom": {
31517
- "name": "SegmentedControl",
31518
- "module": "src/segmented-control/segmented-control.ts"
31554
+ "name": "SectionNavigator",
31555
+ "module": "src/section-navigator/section-navigator.ts"
31519
31556
  }
31520
31557
  },
31521
31558
  {
@@ -31527,8 +31564,8 @@
31527
31564
  "privacy": "private",
31528
31565
  "default": "void 0",
31529
31566
  "inheritedFrom": {
31530
- "name": "SegmentedControl",
31531
- "module": "src/segmented-control/segmented-control.ts"
31567
+ "name": "FoundationElement",
31568
+ "module": "src/foundation-element/foundation-element.ts"
31532
31569
  }
31533
31570
  },
31534
31571
  {
@@ -31540,8 +31577,8 @@
31540
31577
  "privacy": "public",
31541
31578
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31542
31579
  "inheritedFrom": {
31543
- "name": "SegmentedControl",
31544
- "module": "src/segmented-control/segmented-control.ts"
31580
+ "name": "FoundationElement",
31581
+ "module": "src/foundation-element/foundation-element.ts"
31545
31582
  }
31546
31583
  },
31547
31584
  {
@@ -31553,8 +31590,8 @@
31553
31590
  "privacy": "public",
31554
31591
  "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.",
31555
31592
  "inheritedFrom": {
31556
- "name": "SegmentedControl",
31557
- "module": "src/segmented-control/segmented-control.ts"
31593
+ "name": "FoundationElement",
31594
+ "module": "src/foundation-element/foundation-element.ts"
31558
31595
  }
31559
31596
  },
31560
31597
  {
@@ -31567,8 +31604,8 @@
31567
31604
  }
31568
31605
  },
31569
31606
  "inheritedFrom": {
31570
- "name": "SegmentedControl",
31571
- "module": "src/segmented-control/segmented-control.ts"
31607
+ "name": "FoundationElement",
31608
+ "module": "src/foundation-element/foundation-element.ts"
31572
31609
  }
31573
31610
  },
31574
31611
  {
@@ -31580,8 +31617,8 @@
31580
31617
  "privacy": "public",
31581
31618
  "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.",
31582
31619
  "inheritedFrom": {
31583
- "name": "SegmentedControl",
31584
- "module": "src/segmented-control/segmented-control.ts"
31620
+ "name": "FoundationElement",
31621
+ "module": "src/foundation-element/foundation-element.ts"
31585
31622
  }
31586
31623
  },
31587
31624
  {
@@ -31594,8 +31631,8 @@
31594
31631
  }
31595
31632
  },
31596
31633
  "inheritedFrom": {
31597
- "name": "SegmentedControl",
31598
- "module": "src/segmented-control/segmented-control.ts"
31634
+ "name": "FoundationElement",
31635
+ "module": "src/foundation-element/foundation-element.ts"
31599
31636
  }
31600
31637
  },
31601
31638
  {
@@ -31625,76 +31662,66 @@
31625
31662
  ],
31626
31663
  "description": "Defines an element registry function with a set of element definition defaults.",
31627
31664
  "inheritedFrom": {
31628
- "name": "SegmentedControl",
31629
- "module": "src/segmented-control/segmented-control.ts"
31665
+ "name": "FoundationElement",
31666
+ "module": "src/foundation-element/foundation-element.ts"
31630
31667
  }
31631
31668
  }
31632
31669
  ],
31633
31670
  "events": [
31634
31671
  {
31635
- "description": "Fires a custom 'change' event when the value changes",
31636
- "name": "change",
31672
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
31673
+ "name": "section-navigator-set-state",
31637
31674
  "inheritedFrom": {
31638
- "name": "SegmentedControl",
31639
- "module": "src/segmented-control/segmented-control.ts"
31675
+ "name": "SectionNavigator",
31676
+ "module": "src/section-navigator/section-navigator.ts"
31677
+ }
31678
+ },
31679
+ {
31680
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
31681
+ "name": "section-navigator-set-states",
31682
+ "inheritedFrom": {
31683
+ "name": "SectionNavigator",
31684
+ "module": "src/section-navigator/section-navigator.ts"
31685
+ }
31686
+ },
31687
+ {
31688
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
31689
+ "name": "section-navigator-clear-state",
31690
+ "inheritedFrom": {
31691
+ "name": "SectionNavigator",
31692
+ "module": "src/section-navigator/section-navigator.ts"
31693
+ }
31694
+ },
31695
+ {
31696
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
31697
+ "name": "section-navigator-clear-all-states",
31698
+ "inheritedFrom": {
31699
+ "name": "SectionNavigator",
31700
+ "module": "src/section-navigator/section-navigator.ts"
31640
31701
  }
31641
31702
  }
31642
31703
  ]
31643
31704
  },
31644
31705
  {
31645
31706
  "kind": "variable",
31646
- "name": "rapidSegmentedControlShadowOptions",
31647
- "type": {
31648
- "text": "ShadowRootInit"
31649
- },
31650
- "default": "undefined"
31651
- },
31652
- {
31653
- "kind": "variable",
31654
- "name": "defaultSegmentedControlConfig",
31655
- "type": {
31656
- "text": "object"
31657
- },
31658
- "default": "{}"
31659
- },
31660
- {
31661
- "kind": "variable",
31662
- "name": "rapidSegmentedControl",
31663
- "description": "The Rapid Segmented Control",
31664
- "privacy": "public"
31707
+ "name": "rapidSectionNavigator"
31665
31708
  }
31666
31709
  ],
31667
31710
  "exports": [
31668
31711
  {
31669
31712
  "kind": "js",
31670
- "name": "SegmentedControl",
31671
- "declaration": {
31672
- "name": "SegmentedControl",
31673
- "module": "src/segmented-control/segmented-control.ts"
31674
- }
31675
- },
31676
- {
31677
- "kind": "js",
31678
- "name": "rapidSegmentedControlShadowOptions",
31679
- "declaration": {
31680
- "name": "rapidSegmentedControlShadowOptions",
31681
- "module": "src/segmented-control/segmented-control.ts"
31682
- }
31683
- },
31684
- {
31685
- "kind": "js",
31686
- "name": "defaultSegmentedControlConfig",
31713
+ "name": "SectionNavigator",
31687
31714
  "declaration": {
31688
- "name": "defaultSegmentedControlConfig",
31689
- "module": "src/segmented-control/segmented-control.ts"
31715
+ "name": "SectionNavigator",
31716
+ "module": "src/section-navigator/section-navigator.ts"
31690
31717
  }
31691
31718
  },
31692
31719
  {
31693
31720
  "kind": "js",
31694
- "name": "rapidSegmentedControl",
31721
+ "name": "rapidSectionNavigator",
31695
31722
  "declaration": {
31696
- "name": "rapidSegmentedControl",
31697
- "module": "src/segmented-control/segmented-control.ts"
31723
+ "name": "rapidSectionNavigator",
31724
+ "module": "src/section-navigator/section-navigator.ts"
31698
31725
  }
31699
31726
  }
31700
31727
  ]