@genesislcap/foundation-zero 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.
- package/dist/custom-elements.json +888 -1
- package/dist/dts/base-components.d.ts +1 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/section-navigator/index.d.ts +3 -0
- package/dist/dts/section-navigator/index.d.ts.map +1 -0
- package/dist/dts/section-navigator/section-navigator.d.ts +8 -0
- package/dist/dts/section-navigator/section-navigator.d.ts.map +1 -0
- package/dist/dts/section-navigator/section-navigator.styles.d.ts +3 -0
- package/dist/dts/section-navigator/section-navigator.styles.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/section-navigator/index.js +2 -0
- package/dist/esm/section-navigator/section-navigator.js +9 -0
- package/dist/esm/section-navigator/section-navigator.styles.js +2 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\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 zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n zeroSectionNavigator,\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": "*",
|
|
@@ -29078,6 +29086,885 @@
|
|
|
29078
29086
|
}
|
|
29079
29087
|
]
|
|
29080
29088
|
},
|
|
29089
|
+
{
|
|
29090
|
+
"kind": "javascript-module",
|
|
29091
|
+
"path": "src/section-navigator/index.ts",
|
|
29092
|
+
"declarations": [],
|
|
29093
|
+
"exports": [
|
|
29094
|
+
{
|
|
29095
|
+
"kind": "js",
|
|
29096
|
+
"name": "*",
|
|
29097
|
+
"declaration": {
|
|
29098
|
+
"name": "*",
|
|
29099
|
+
"package": "./section-navigator"
|
|
29100
|
+
}
|
|
29101
|
+
},
|
|
29102
|
+
{
|
|
29103
|
+
"kind": "js",
|
|
29104
|
+
"name": "*",
|
|
29105
|
+
"declaration": {
|
|
29106
|
+
"name": "*",
|
|
29107
|
+
"package": "./section-navigator.styles"
|
|
29108
|
+
}
|
|
29109
|
+
}
|
|
29110
|
+
]
|
|
29111
|
+
},
|
|
29112
|
+
{
|
|
29113
|
+
"kind": "javascript-module",
|
|
29114
|
+
"path": "src/section-navigator/section-navigator.styles.ts",
|
|
29115
|
+
"declarations": [
|
|
29116
|
+
{
|
|
29117
|
+
"kind": "function",
|
|
29118
|
+
"name": "zeroSectionNavigatorStyles",
|
|
29119
|
+
"parameters": [
|
|
29120
|
+
{
|
|
29121
|
+
"name": "context",
|
|
29122
|
+
"type": {
|
|
29123
|
+
"text": "ElementDefinitionContext"
|
|
29124
|
+
}
|
|
29125
|
+
},
|
|
29126
|
+
{
|
|
29127
|
+
"name": "definition",
|
|
29128
|
+
"type": {
|
|
29129
|
+
"text": "FoundationElementDefinition"
|
|
29130
|
+
}
|
|
29131
|
+
}
|
|
29132
|
+
]
|
|
29133
|
+
}
|
|
29134
|
+
],
|
|
29135
|
+
"exports": [
|
|
29136
|
+
{
|
|
29137
|
+
"kind": "js",
|
|
29138
|
+
"name": "zeroSectionNavigatorStyles",
|
|
29139
|
+
"declaration": {
|
|
29140
|
+
"name": "zeroSectionNavigatorStyles",
|
|
29141
|
+
"module": "src/section-navigator/section-navigator.styles.ts"
|
|
29142
|
+
}
|
|
29143
|
+
}
|
|
29144
|
+
]
|
|
29145
|
+
},
|
|
29146
|
+
{
|
|
29147
|
+
"kind": "javascript-module",
|
|
29148
|
+
"path": "src/section-navigator/section-navigator.ts",
|
|
29149
|
+
"declarations": [
|
|
29150
|
+
{
|
|
29151
|
+
"kind": "class",
|
|
29152
|
+
"description": "",
|
|
29153
|
+
"name": "SectionNavigator",
|
|
29154
|
+
"superclass": {
|
|
29155
|
+
"name": "FoundationSectionNavigator",
|
|
29156
|
+
"package": "@genesislcap/foundation-ui"
|
|
29157
|
+
},
|
|
29158
|
+
"tagName": "%%prefix%%-section-navigator",
|
|
29159
|
+
"customElement": true,
|
|
29160
|
+
"attributes": [
|
|
29161
|
+
{
|
|
29162
|
+
"description": "Array of section items to display",
|
|
29163
|
+
"name": "sections",
|
|
29164
|
+
"inheritedFrom": {
|
|
29165
|
+
"name": "SectionNavigator",
|
|
29166
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29167
|
+
}
|
|
29168
|
+
},
|
|
29169
|
+
{
|
|
29170
|
+
"name": "scroll-behavior",
|
|
29171
|
+
"type": {
|
|
29172
|
+
"text": "'view' | 'top'"
|
|
29173
|
+
},
|
|
29174
|
+
"default": "'top'",
|
|
29175
|
+
"fieldName": "scrollBehavior",
|
|
29176
|
+
"description": "Scroll behavior: 'view' or 'top' (default: 'top')",
|
|
29177
|
+
"inheritedFrom": {
|
|
29178
|
+
"name": "SectionNavigator",
|
|
29179
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29180
|
+
}
|
|
29181
|
+
},
|
|
29182
|
+
{
|
|
29183
|
+
"name": "state-tooltips",
|
|
29184
|
+
"type": {
|
|
29185
|
+
"text": "Record<SectionItemStateName, string>"
|
|
29186
|
+
},
|
|
29187
|
+
"default": "DEFAULT_SECTION_STATES_TOOLTIPS",
|
|
29188
|
+
"resolveInitializer": {
|
|
29189
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29190
|
+
},
|
|
29191
|
+
"fieldName": "stateTooltips",
|
|
29192
|
+
"description": "Custom tooltips for state icons",
|
|
29193
|
+
"inheritedFrom": {
|
|
29194
|
+
"name": "SectionNavigator",
|
|
29195
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29196
|
+
}
|
|
29197
|
+
},
|
|
29198
|
+
{
|
|
29199
|
+
"name": "state-icons",
|
|
29200
|
+
"type": {
|
|
29201
|
+
"text": "Record<SectionItemStateName, SectionItemStateIcon>"
|
|
29202
|
+
},
|
|
29203
|
+
"default": "DEFAULT_SECTION_STATES_ICONS",
|
|
29204
|
+
"resolveInitializer": {
|
|
29205
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29206
|
+
},
|
|
29207
|
+
"fieldName": "stateIcons",
|
|
29208
|
+
"description": "Custom icons for state types",
|
|
29209
|
+
"inheritedFrom": {
|
|
29210
|
+
"name": "SectionNavigator",
|
|
29211
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29212
|
+
}
|
|
29213
|
+
},
|
|
29214
|
+
{
|
|
29215
|
+
"name": "disable-auto-scroll-detection",
|
|
29216
|
+
"type": {
|
|
29217
|
+
"text": "boolean"
|
|
29218
|
+
},
|
|
29219
|
+
"default": "false",
|
|
29220
|
+
"fieldName": "disableAutoScrollDetection",
|
|
29221
|
+
"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.",
|
|
29222
|
+
"inheritedFrom": {
|
|
29223
|
+
"name": "SectionNavigator",
|
|
29224
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29225
|
+
}
|
|
29226
|
+
}
|
|
29227
|
+
],
|
|
29228
|
+
"members": [
|
|
29229
|
+
{
|
|
29230
|
+
"kind": "field",
|
|
29231
|
+
"name": "sections",
|
|
29232
|
+
"type": {
|
|
29233
|
+
"text": "SectionItem[]"
|
|
29234
|
+
},
|
|
29235
|
+
"default": "[]",
|
|
29236
|
+
"inheritedFrom": {
|
|
29237
|
+
"name": "SectionNavigator",
|
|
29238
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29239
|
+
}
|
|
29240
|
+
},
|
|
29241
|
+
{
|
|
29242
|
+
"kind": "field",
|
|
29243
|
+
"name": "scrollBehavior",
|
|
29244
|
+
"type": {
|
|
29245
|
+
"text": "'view' | 'top'"
|
|
29246
|
+
},
|
|
29247
|
+
"default": "'top'",
|
|
29248
|
+
"inheritedFrom": {
|
|
29249
|
+
"name": "SectionNavigator",
|
|
29250
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29251
|
+
}
|
|
29252
|
+
},
|
|
29253
|
+
{
|
|
29254
|
+
"kind": "field",
|
|
29255
|
+
"name": "stateTooltips",
|
|
29256
|
+
"type": {
|
|
29257
|
+
"text": "Record<SectionItemStateName, string>"
|
|
29258
|
+
},
|
|
29259
|
+
"default": "{\n active: 'Active',\n inactive: 'Inactive',\n pending: 'Pending',\n disabled: 'Disabled',\n error: 'Error',\n completed: 'Completed',\n}",
|
|
29260
|
+
"inheritedFrom": {
|
|
29261
|
+
"name": "SectionNavigator",
|
|
29262
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29263
|
+
}
|
|
29264
|
+
},
|
|
29265
|
+
{
|
|
29266
|
+
"kind": "field",
|
|
29267
|
+
"name": "stateIcons",
|
|
29268
|
+
"type": {
|
|
29269
|
+
"text": "Record<SectionItemStateName, SectionItemStateIcon>"
|
|
29270
|
+
},
|
|
29271
|
+
"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}",
|
|
29272
|
+
"inheritedFrom": {
|
|
29273
|
+
"name": "SectionNavigator",
|
|
29274
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29275
|
+
}
|
|
29276
|
+
},
|
|
29277
|
+
{
|
|
29278
|
+
"kind": "field",
|
|
29279
|
+
"name": "disableAutoScrollDetection",
|
|
29280
|
+
"type": {
|
|
29281
|
+
"text": "boolean"
|
|
29282
|
+
},
|
|
29283
|
+
"default": "false",
|
|
29284
|
+
"inheritedFrom": {
|
|
29285
|
+
"name": "SectionNavigator",
|
|
29286
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29287
|
+
}
|
|
29288
|
+
},
|
|
29289
|
+
{
|
|
29290
|
+
"kind": "field",
|
|
29291
|
+
"name": "handleSetStateRef",
|
|
29292
|
+
"type": {
|
|
29293
|
+
"text": "(event: CustomEvent<SetStateEventDetail>) => void | undefined"
|
|
29294
|
+
},
|
|
29295
|
+
"privacy": "private",
|
|
29296
|
+
"inheritedFrom": {
|
|
29297
|
+
"name": "SectionNavigator",
|
|
29298
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29299
|
+
}
|
|
29300
|
+
},
|
|
29301
|
+
{
|
|
29302
|
+
"kind": "field",
|
|
29303
|
+
"name": "handleSetStatesRef",
|
|
29304
|
+
"type": {
|
|
29305
|
+
"text": "(event: CustomEvent<SetStatesEventDetail>) => void | undefined"
|
|
29306
|
+
},
|
|
29307
|
+
"privacy": "private",
|
|
29308
|
+
"inheritedFrom": {
|
|
29309
|
+
"name": "SectionNavigator",
|
|
29310
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29311
|
+
}
|
|
29312
|
+
},
|
|
29313
|
+
{
|
|
29314
|
+
"kind": "field",
|
|
29315
|
+
"name": "handleClearStateRef",
|
|
29316
|
+
"type": {
|
|
29317
|
+
"text": "(event: CustomEvent<ClearStateEventDetail>) => void | undefined"
|
|
29318
|
+
},
|
|
29319
|
+
"privacy": "private",
|
|
29320
|
+
"inheritedFrom": {
|
|
29321
|
+
"name": "SectionNavigator",
|
|
29322
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29323
|
+
}
|
|
29324
|
+
},
|
|
29325
|
+
{
|
|
29326
|
+
"kind": "field",
|
|
29327
|
+
"name": "handleClearAllStatesRef",
|
|
29328
|
+
"type": {
|
|
29329
|
+
"text": "(event: CustomEvent<ClearAllStatesEventDetail>) => void | undefined"
|
|
29330
|
+
},
|
|
29331
|
+
"privacy": "private",
|
|
29332
|
+
"inheritedFrom": {
|
|
29333
|
+
"name": "SectionNavigator",
|
|
29334
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29335
|
+
}
|
|
29336
|
+
},
|
|
29337
|
+
{
|
|
29338
|
+
"kind": "field",
|
|
29339
|
+
"name": "handleGenericStateEventRef",
|
|
29340
|
+
"type": {
|
|
29341
|
+
"text": "(event: CustomEvent<any>) => void | undefined"
|
|
29342
|
+
},
|
|
29343
|
+
"privacy": "private",
|
|
29344
|
+
"inheritedFrom": {
|
|
29345
|
+
"name": "SectionNavigator",
|
|
29346
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29347
|
+
}
|
|
29348
|
+
},
|
|
29349
|
+
{
|
|
29350
|
+
"kind": "field",
|
|
29351
|
+
"name": "userClickedSection",
|
|
29352
|
+
"type": {
|
|
29353
|
+
"text": "boolean"
|
|
29354
|
+
},
|
|
29355
|
+
"privacy": "private",
|
|
29356
|
+
"default": "false",
|
|
29357
|
+
"inheritedFrom": {
|
|
29358
|
+
"name": "SectionNavigator",
|
|
29359
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29360
|
+
}
|
|
29361
|
+
},
|
|
29362
|
+
{
|
|
29363
|
+
"kind": "field",
|
|
29364
|
+
"name": "scrollEndHandler",
|
|
29365
|
+
"type": {
|
|
29366
|
+
"text": "() => void | undefined"
|
|
29367
|
+
},
|
|
29368
|
+
"privacy": "private",
|
|
29369
|
+
"inheritedFrom": {
|
|
29370
|
+
"name": "SectionNavigator",
|
|
29371
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29372
|
+
}
|
|
29373
|
+
},
|
|
29374
|
+
{
|
|
29375
|
+
"kind": "field",
|
|
29376
|
+
"name": "isUserScrolling",
|
|
29377
|
+
"type": {
|
|
29378
|
+
"text": "boolean"
|
|
29379
|
+
},
|
|
29380
|
+
"privacy": "private",
|
|
29381
|
+
"default": "false",
|
|
29382
|
+
"inheritedFrom": {
|
|
29383
|
+
"name": "SectionNavigator",
|
|
29384
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29385
|
+
}
|
|
29386
|
+
},
|
|
29387
|
+
{
|
|
29388
|
+
"kind": "field",
|
|
29389
|
+
"name": "scrollCheckHandler",
|
|
29390
|
+
"type": {
|
|
29391
|
+
"text": "() => void | undefined"
|
|
29392
|
+
},
|
|
29393
|
+
"privacy": "private",
|
|
29394
|
+
"inheritedFrom": {
|
|
29395
|
+
"name": "SectionNavigator",
|
|
29396
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29397
|
+
}
|
|
29398
|
+
},
|
|
29399
|
+
{
|
|
29400
|
+
"kind": "field",
|
|
29401
|
+
"name": "scrollDebounceTimeout",
|
|
29402
|
+
"type": {
|
|
29403
|
+
"text": "number | undefined"
|
|
29404
|
+
},
|
|
29405
|
+
"privacy": "private",
|
|
29406
|
+
"inheritedFrom": {
|
|
29407
|
+
"name": "SectionNavigator",
|
|
29408
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29409
|
+
}
|
|
29410
|
+
},
|
|
29411
|
+
{
|
|
29412
|
+
"kind": "field",
|
|
29413
|
+
"name": "SCROLL_END_TIMEOUT",
|
|
29414
|
+
"type": {
|
|
29415
|
+
"text": "number"
|
|
29416
|
+
},
|
|
29417
|
+
"privacy": "private",
|
|
29418
|
+
"static": true,
|
|
29419
|
+
"readonly": true,
|
|
29420
|
+
"default": "150",
|
|
29421
|
+
"inheritedFrom": {
|
|
29422
|
+
"name": "SectionNavigator",
|
|
29423
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29424
|
+
}
|
|
29425
|
+
},
|
|
29426
|
+
{
|
|
29427
|
+
"kind": "field",
|
|
29428
|
+
"name": "SCROLL_DEBOUNCE_TIMEOUT",
|
|
29429
|
+
"type": {
|
|
29430
|
+
"text": "number"
|
|
29431
|
+
},
|
|
29432
|
+
"privacy": "private",
|
|
29433
|
+
"static": true,
|
|
29434
|
+
"readonly": true,
|
|
29435
|
+
"default": "100",
|
|
29436
|
+
"inheritedFrom": {
|
|
29437
|
+
"name": "SectionNavigator",
|
|
29438
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29439
|
+
}
|
|
29440
|
+
},
|
|
29441
|
+
{
|
|
29442
|
+
"kind": "method",
|
|
29443
|
+
"name": "sectionsChanged",
|
|
29444
|
+
"inheritedFrom": {
|
|
29445
|
+
"name": "SectionNavigator",
|
|
29446
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29447
|
+
}
|
|
29448
|
+
},
|
|
29449
|
+
{
|
|
29450
|
+
"kind": "method",
|
|
29451
|
+
"name": "disableAutoScrollDetectionChanged",
|
|
29452
|
+
"inheritedFrom": {
|
|
29453
|
+
"name": "SectionNavigator",
|
|
29454
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29455
|
+
}
|
|
29456
|
+
},
|
|
29457
|
+
{
|
|
29458
|
+
"kind": "method",
|
|
29459
|
+
"name": "scrollBehaviorChanged",
|
|
29460
|
+
"inheritedFrom": {
|
|
29461
|
+
"name": "SectionNavigator",
|
|
29462
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29463
|
+
}
|
|
29464
|
+
},
|
|
29465
|
+
{
|
|
29466
|
+
"kind": "field",
|
|
29467
|
+
"name": "sectionItems",
|
|
29468
|
+
"type": {
|
|
29469
|
+
"text": "SectionItem[]"
|
|
29470
|
+
},
|
|
29471
|
+
"default": "[]",
|
|
29472
|
+
"inheritedFrom": {
|
|
29473
|
+
"name": "SectionNavigator",
|
|
29474
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29475
|
+
}
|
|
29476
|
+
},
|
|
29477
|
+
{
|
|
29478
|
+
"kind": "field",
|
|
29479
|
+
"name": "activeSection",
|
|
29480
|
+
"type": {
|
|
29481
|
+
"text": "string"
|
|
29482
|
+
},
|
|
29483
|
+
"default": "''",
|
|
29484
|
+
"inheritedFrom": {
|
|
29485
|
+
"name": "SectionNavigator",
|
|
29486
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29487
|
+
}
|
|
29488
|
+
},
|
|
29489
|
+
{
|
|
29490
|
+
"kind": "field",
|
|
29491
|
+
"name": "sectionNavigatorContainer",
|
|
29492
|
+
"type": {
|
|
29493
|
+
"text": "HTMLElement"
|
|
29494
|
+
},
|
|
29495
|
+
"inheritedFrom": {
|
|
29496
|
+
"name": "SectionNavigator",
|
|
29497
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29498
|
+
}
|
|
29499
|
+
},
|
|
29500
|
+
{
|
|
29501
|
+
"kind": "field",
|
|
29502
|
+
"name": "sectionContent",
|
|
29503
|
+
"type": {
|
|
29504
|
+
"text": "HTMLElement"
|
|
29505
|
+
},
|
|
29506
|
+
"inheritedFrom": {
|
|
29507
|
+
"name": "SectionNavigator",
|
|
29508
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29509
|
+
}
|
|
29510
|
+
},
|
|
29511
|
+
{
|
|
29512
|
+
"kind": "field",
|
|
29513
|
+
"name": "spacerElement",
|
|
29514
|
+
"type": {
|
|
29515
|
+
"text": "HTMLElement | undefined"
|
|
29516
|
+
},
|
|
29517
|
+
"privacy": "private",
|
|
29518
|
+
"inheritedFrom": {
|
|
29519
|
+
"name": "SectionNavigator",
|
|
29520
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29521
|
+
}
|
|
29522
|
+
},
|
|
29523
|
+
{
|
|
29524
|
+
"kind": "method",
|
|
29525
|
+
"name": "setSectionItems",
|
|
29526
|
+
"privacy": "private",
|
|
29527
|
+
"inheritedFrom": {
|
|
29528
|
+
"name": "SectionNavigator",
|
|
29529
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29530
|
+
}
|
|
29531
|
+
},
|
|
29532
|
+
{
|
|
29533
|
+
"kind": "method",
|
|
29534
|
+
"name": "setActiveSection",
|
|
29535
|
+
"privacy": "private",
|
|
29536
|
+
"inheritedFrom": {
|
|
29537
|
+
"name": "SectionNavigator",
|
|
29538
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29539
|
+
}
|
|
29540
|
+
},
|
|
29541
|
+
{
|
|
29542
|
+
"kind": "method",
|
|
29543
|
+
"name": "handleSectionClick",
|
|
29544
|
+
"privacy": "public",
|
|
29545
|
+
"parameters": [
|
|
29546
|
+
{
|
|
29547
|
+
"name": "sectionName",
|
|
29548
|
+
"type": {
|
|
29549
|
+
"text": "string"
|
|
29550
|
+
}
|
|
29551
|
+
}
|
|
29552
|
+
],
|
|
29553
|
+
"inheritedFrom": {
|
|
29554
|
+
"name": "SectionNavigator",
|
|
29555
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29556
|
+
}
|
|
29557
|
+
},
|
|
29558
|
+
{
|
|
29559
|
+
"kind": "method",
|
|
29560
|
+
"name": "updateSpacer",
|
|
29561
|
+
"privacy": "private",
|
|
29562
|
+
"inheritedFrom": {
|
|
29563
|
+
"name": "SectionNavigator",
|
|
29564
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29565
|
+
}
|
|
29566
|
+
},
|
|
29567
|
+
{
|
|
29568
|
+
"kind": "method",
|
|
29569
|
+
"name": "scrollToSection",
|
|
29570
|
+
"privacy": "private",
|
|
29571
|
+
"parameters": [
|
|
29572
|
+
{
|
|
29573
|
+
"name": "sectionName",
|
|
29574
|
+
"type": {
|
|
29575
|
+
"text": "string"
|
|
29576
|
+
}
|
|
29577
|
+
}
|
|
29578
|
+
],
|
|
29579
|
+
"inheritedFrom": {
|
|
29580
|
+
"name": "SectionNavigator",
|
|
29581
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29582
|
+
}
|
|
29583
|
+
},
|
|
29584
|
+
{
|
|
29585
|
+
"kind": "method",
|
|
29586
|
+
"name": "updateScrollDetection",
|
|
29587
|
+
"privacy": "private",
|
|
29588
|
+
"inheritedFrom": {
|
|
29589
|
+
"name": "SectionNavigator",
|
|
29590
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29591
|
+
}
|
|
29592
|
+
},
|
|
29593
|
+
{
|
|
29594
|
+
"kind": "method",
|
|
29595
|
+
"name": "setupScrollDetection",
|
|
29596
|
+
"privacy": "private",
|
|
29597
|
+
"inheritedFrom": {
|
|
29598
|
+
"name": "SectionNavigator",
|
|
29599
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29600
|
+
}
|
|
29601
|
+
},
|
|
29602
|
+
{
|
|
29603
|
+
"kind": "method",
|
|
29604
|
+
"name": "updateActiveSectionBasedOnScrollPosition",
|
|
29605
|
+
"privacy": "private",
|
|
29606
|
+
"inheritedFrom": {
|
|
29607
|
+
"name": "SectionNavigator",
|
|
29608
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29609
|
+
}
|
|
29610
|
+
},
|
|
29611
|
+
{
|
|
29612
|
+
"kind": "method",
|
|
29613
|
+
"name": "setupScrollEndDetection",
|
|
29614
|
+
"privacy": "private",
|
|
29615
|
+
"inheritedFrom": {
|
|
29616
|
+
"name": "SectionNavigator",
|
|
29617
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29618
|
+
}
|
|
29619
|
+
},
|
|
29620
|
+
{
|
|
29621
|
+
"kind": "method",
|
|
29622
|
+
"name": "cleanupScrollEndDetection",
|
|
29623
|
+
"privacy": "private",
|
|
29624
|
+
"inheritedFrom": {
|
|
29625
|
+
"name": "SectionNavigator",
|
|
29626
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29627
|
+
}
|
|
29628
|
+
},
|
|
29629
|
+
{
|
|
29630
|
+
"kind": "method",
|
|
29631
|
+
"name": "cleanupScrollDetection",
|
|
29632
|
+
"privacy": "private",
|
|
29633
|
+
"inheritedFrom": {
|
|
29634
|
+
"name": "SectionNavigator",
|
|
29635
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29636
|
+
}
|
|
29637
|
+
},
|
|
29638
|
+
{
|
|
29639
|
+
"kind": "method",
|
|
29640
|
+
"name": "setupStateEventListeners",
|
|
29641
|
+
"privacy": "private",
|
|
29642
|
+
"inheritedFrom": {
|
|
29643
|
+
"name": "SectionNavigator",
|
|
29644
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29645
|
+
}
|
|
29646
|
+
},
|
|
29647
|
+
{
|
|
29648
|
+
"kind": "method",
|
|
29649
|
+
"name": "updateSectionStates",
|
|
29650
|
+
"privacy": "private",
|
|
29651
|
+
"parameters": [
|
|
29652
|
+
{
|
|
29653
|
+
"name": "sectionName",
|
|
29654
|
+
"type": {
|
|
29655
|
+
"text": "string"
|
|
29656
|
+
}
|
|
29657
|
+
},
|
|
29658
|
+
{
|
|
29659
|
+
"name": "newStates",
|
|
29660
|
+
"type": {
|
|
29661
|
+
"text": "SectionItemStateName[]"
|
|
29662
|
+
}
|
|
29663
|
+
}
|
|
29664
|
+
],
|
|
29665
|
+
"inheritedFrom": {
|
|
29666
|
+
"name": "SectionNavigator",
|
|
29667
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29668
|
+
}
|
|
29669
|
+
},
|
|
29670
|
+
{
|
|
29671
|
+
"kind": "method",
|
|
29672
|
+
"name": "addState",
|
|
29673
|
+
"privacy": "private",
|
|
29674
|
+
"parameters": [
|
|
29675
|
+
{
|
|
29676
|
+
"name": "sectionName",
|
|
29677
|
+
"type": {
|
|
29678
|
+
"text": "string"
|
|
29679
|
+
}
|
|
29680
|
+
},
|
|
29681
|
+
{
|
|
29682
|
+
"name": "stateName",
|
|
29683
|
+
"type": {
|
|
29684
|
+
"text": "SectionItemStateName"
|
|
29685
|
+
}
|
|
29686
|
+
}
|
|
29687
|
+
],
|
|
29688
|
+
"inheritedFrom": {
|
|
29689
|
+
"name": "SectionNavigator",
|
|
29690
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29691
|
+
}
|
|
29692
|
+
},
|
|
29693
|
+
{
|
|
29694
|
+
"kind": "method",
|
|
29695
|
+
"name": "addStates",
|
|
29696
|
+
"privacy": "private",
|
|
29697
|
+
"parameters": [
|
|
29698
|
+
{
|
|
29699
|
+
"name": "sectionName",
|
|
29700
|
+
"type": {
|
|
29701
|
+
"text": "string"
|
|
29702
|
+
}
|
|
29703
|
+
},
|
|
29704
|
+
{
|
|
29705
|
+
"name": "stateNames",
|
|
29706
|
+
"type": {
|
|
29707
|
+
"text": "SectionItemStateName[]"
|
|
29708
|
+
}
|
|
29709
|
+
}
|
|
29710
|
+
],
|
|
29711
|
+
"inheritedFrom": {
|
|
29712
|
+
"name": "SectionNavigator",
|
|
29713
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29714
|
+
}
|
|
29715
|
+
},
|
|
29716
|
+
{
|
|
29717
|
+
"kind": "method",
|
|
29718
|
+
"name": "clearState",
|
|
29719
|
+
"privacy": "private",
|
|
29720
|
+
"parameters": [
|
|
29721
|
+
{
|
|
29722
|
+
"name": "sectionName",
|
|
29723
|
+
"type": {
|
|
29724
|
+
"text": "string"
|
|
29725
|
+
}
|
|
29726
|
+
},
|
|
29727
|
+
{
|
|
29728
|
+
"name": "stateName",
|
|
29729
|
+
"type": {
|
|
29730
|
+
"text": "SectionItemStateName"
|
|
29731
|
+
}
|
|
29732
|
+
}
|
|
29733
|
+
],
|
|
29734
|
+
"inheritedFrom": {
|
|
29735
|
+
"name": "SectionNavigator",
|
|
29736
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29737
|
+
}
|
|
29738
|
+
},
|
|
29739
|
+
{
|
|
29740
|
+
"kind": "method",
|
|
29741
|
+
"name": "clearAllStates",
|
|
29742
|
+
"privacy": "private",
|
|
29743
|
+
"parameters": [
|
|
29744
|
+
{
|
|
29745
|
+
"name": "sectionName",
|
|
29746
|
+
"type": {
|
|
29747
|
+
"text": "string"
|
|
29748
|
+
}
|
|
29749
|
+
}
|
|
29750
|
+
],
|
|
29751
|
+
"inheritedFrom": {
|
|
29752
|
+
"name": "SectionNavigator",
|
|
29753
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29754
|
+
}
|
|
29755
|
+
},
|
|
29756
|
+
{
|
|
29757
|
+
"kind": "method",
|
|
29758
|
+
"name": "clearAllStatesInAllSections",
|
|
29759
|
+
"privacy": "private",
|
|
29760
|
+
"inheritedFrom": {
|
|
29761
|
+
"name": "SectionNavigator",
|
|
29762
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29763
|
+
}
|
|
29764
|
+
},
|
|
29765
|
+
{
|
|
29766
|
+
"kind": "method",
|
|
29767
|
+
"name": "getStateTooltip",
|
|
29768
|
+
"privacy": "public",
|
|
29769
|
+
"return": {
|
|
29770
|
+
"type": {
|
|
29771
|
+
"text": "string"
|
|
29772
|
+
}
|
|
29773
|
+
},
|
|
29774
|
+
"parameters": [
|
|
29775
|
+
{
|
|
29776
|
+
"name": "stateName",
|
|
29777
|
+
"type": {
|
|
29778
|
+
"text": "SectionItemStateName"
|
|
29779
|
+
}
|
|
29780
|
+
}
|
|
29781
|
+
],
|
|
29782
|
+
"inheritedFrom": {
|
|
29783
|
+
"name": "SectionNavigator",
|
|
29784
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29785
|
+
}
|
|
29786
|
+
},
|
|
29787
|
+
{
|
|
29788
|
+
"kind": "method",
|
|
29789
|
+
"name": "getSectionStateClass",
|
|
29790
|
+
"privacy": "public",
|
|
29791
|
+
"return": {
|
|
29792
|
+
"type": {
|
|
29793
|
+
"text": "string"
|
|
29794
|
+
}
|
|
29795
|
+
},
|
|
29796
|
+
"parameters": [
|
|
29797
|
+
{
|
|
29798
|
+
"name": "section",
|
|
29799
|
+
"type": {
|
|
29800
|
+
"text": "SectionItem"
|
|
29801
|
+
}
|
|
29802
|
+
}
|
|
29803
|
+
],
|
|
29804
|
+
"inheritedFrom": {
|
|
29805
|
+
"name": "SectionNavigator",
|
|
29806
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29807
|
+
}
|
|
29808
|
+
},
|
|
29809
|
+
{
|
|
29810
|
+
"kind": "method",
|
|
29811
|
+
"name": "getStateIcon",
|
|
29812
|
+
"privacy": "public",
|
|
29813
|
+
"return": {
|
|
29814
|
+
"type": {
|
|
29815
|
+
"text": "SectionItemStateIcon"
|
|
29816
|
+
}
|
|
29817
|
+
},
|
|
29818
|
+
"parameters": [
|
|
29819
|
+
{
|
|
29820
|
+
"name": "stateName",
|
|
29821
|
+
"type": {
|
|
29822
|
+
"text": "SectionItemStateName"
|
|
29823
|
+
}
|
|
29824
|
+
}
|
|
29825
|
+
],
|
|
29826
|
+
"inheritedFrom": {
|
|
29827
|
+
"name": "SectionNavigator",
|
|
29828
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29829
|
+
}
|
|
29830
|
+
},
|
|
29831
|
+
{
|
|
29832
|
+
"kind": "field",
|
|
29833
|
+
"name": "_presentation",
|
|
29834
|
+
"type": {
|
|
29835
|
+
"text": "ComponentPresentation | null | undefined"
|
|
29836
|
+
},
|
|
29837
|
+
"privacy": "private",
|
|
29838
|
+
"default": "void 0",
|
|
29839
|
+
"inheritedFrom": {
|
|
29840
|
+
"name": "FoundationElement",
|
|
29841
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29842
|
+
}
|
|
29843
|
+
},
|
|
29844
|
+
{
|
|
29845
|
+
"kind": "field",
|
|
29846
|
+
"name": "$presentation",
|
|
29847
|
+
"type": {
|
|
29848
|
+
"text": "ComponentPresentation | null"
|
|
29849
|
+
},
|
|
29850
|
+
"privacy": "public",
|
|
29851
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29852
|
+
"inheritedFrom": {
|
|
29853
|
+
"name": "FoundationElement",
|
|
29854
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29855
|
+
}
|
|
29856
|
+
},
|
|
29857
|
+
{
|
|
29858
|
+
"kind": "field",
|
|
29859
|
+
"name": "template",
|
|
29860
|
+
"type": {
|
|
29861
|
+
"text": "ElementViewTemplate | void | null"
|
|
29862
|
+
},
|
|
29863
|
+
"privacy": "public",
|
|
29864
|
+
"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.",
|
|
29865
|
+
"inheritedFrom": {
|
|
29866
|
+
"name": "FoundationElement",
|
|
29867
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29868
|
+
}
|
|
29869
|
+
},
|
|
29870
|
+
{
|
|
29871
|
+
"kind": "method",
|
|
29872
|
+
"name": "templateChanged",
|
|
29873
|
+
"privacy": "protected",
|
|
29874
|
+
"return": {
|
|
29875
|
+
"type": {
|
|
29876
|
+
"text": "void"
|
|
29877
|
+
}
|
|
29878
|
+
},
|
|
29879
|
+
"inheritedFrom": {
|
|
29880
|
+
"name": "FoundationElement",
|
|
29881
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29882
|
+
}
|
|
29883
|
+
},
|
|
29884
|
+
{
|
|
29885
|
+
"kind": "field",
|
|
29886
|
+
"name": "styles",
|
|
29887
|
+
"type": {
|
|
29888
|
+
"text": "ElementStyles | void | null"
|
|
29889
|
+
},
|
|
29890
|
+
"privacy": "public",
|
|
29891
|
+
"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.",
|
|
29892
|
+
"inheritedFrom": {
|
|
29893
|
+
"name": "FoundationElement",
|
|
29894
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29895
|
+
}
|
|
29896
|
+
},
|
|
29897
|
+
{
|
|
29898
|
+
"kind": "method",
|
|
29899
|
+
"name": "stylesChanged",
|
|
29900
|
+
"privacy": "protected",
|
|
29901
|
+
"return": {
|
|
29902
|
+
"type": {
|
|
29903
|
+
"text": "void"
|
|
29904
|
+
}
|
|
29905
|
+
},
|
|
29906
|
+
"inheritedFrom": {
|
|
29907
|
+
"name": "FoundationElement",
|
|
29908
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29909
|
+
}
|
|
29910
|
+
},
|
|
29911
|
+
{
|
|
29912
|
+
"kind": "method",
|
|
29913
|
+
"name": "compose",
|
|
29914
|
+
"privacy": "public",
|
|
29915
|
+
"static": true,
|
|
29916
|
+
"return": {
|
|
29917
|
+
"type": {
|
|
29918
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29919
|
+
}
|
|
29920
|
+
},
|
|
29921
|
+
"parameters": [
|
|
29922
|
+
{
|
|
29923
|
+
"name": "this",
|
|
29924
|
+
"type": {
|
|
29925
|
+
"text": "K"
|
|
29926
|
+
}
|
|
29927
|
+
},
|
|
29928
|
+
{
|
|
29929
|
+
"name": "elementDefinition",
|
|
29930
|
+
"type": {
|
|
29931
|
+
"text": "T"
|
|
29932
|
+
},
|
|
29933
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
29934
|
+
}
|
|
29935
|
+
],
|
|
29936
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29937
|
+
"inheritedFrom": {
|
|
29938
|
+
"name": "FoundationElement",
|
|
29939
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29940
|
+
}
|
|
29941
|
+
}
|
|
29942
|
+
]
|
|
29943
|
+
},
|
|
29944
|
+
{
|
|
29945
|
+
"kind": "variable",
|
|
29946
|
+
"name": "zeroSectionNavigator"
|
|
29947
|
+
}
|
|
29948
|
+
],
|
|
29949
|
+
"exports": [
|
|
29950
|
+
{
|
|
29951
|
+
"kind": "js",
|
|
29952
|
+
"name": "SectionNavigator",
|
|
29953
|
+
"declaration": {
|
|
29954
|
+
"name": "SectionNavigator",
|
|
29955
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29956
|
+
}
|
|
29957
|
+
},
|
|
29958
|
+
{
|
|
29959
|
+
"kind": "js",
|
|
29960
|
+
"name": "zeroSectionNavigator",
|
|
29961
|
+
"declaration": {
|
|
29962
|
+
"name": "zeroSectionNavigator",
|
|
29963
|
+
"module": "src/section-navigator/section-navigator.ts"
|
|
29964
|
+
}
|
|
29965
|
+
}
|
|
29966
|
+
]
|
|
29967
|
+
},
|
|
29081
29968
|
{
|
|
29082
29969
|
"kind": "javascript-module",
|
|
29083
29970
|
"path": "src/segmented-control/index.ts",
|
|
@@ -325,6 +325,7 @@ export declare const baseComponents: {
|
|
|
325
325
|
zeroTreeItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").TreeItemOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").TreeItemOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
326
326
|
zeroTreeView: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tree-view").TreeView>;
|
|
327
327
|
zeroUrlInput: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./url-input").UrlInput>;
|
|
328
|
+
zeroSectionNavigator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./section-navigator").SectionNavigator>;
|
|
328
329
|
register(container?: Container, ...rest: any[]): void;
|
|
329
330
|
};
|
|
330
331
|
//# sourceMappingURL=base-components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAmF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAmFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export * from './scheduler';
|
|
|
59
59
|
export * from './scheduler-cron-builder';
|
|
60
60
|
export * from './scheduler-timezone';
|
|
61
61
|
export * from './search-bar';
|
|
62
|
+
export * from './section-navigator';
|
|
62
63
|
export * from './segmented-control';
|
|
63
64
|
export * from './segmented-item';
|
|
64
65
|
export * from './select';
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SectionNavigator as FoundationSectionNavigator } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-section-navigator
|
|
4
|
+
*/
|
|
5
|
+
export declare class SectionNavigator extends FoundationSectionNavigator {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroSectionNavigator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof SectionNavigator>;
|
|
8
|
+
//# sourceMappingURL=section-navigator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section-navigator.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/section-navigator.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,IAAI,0BAA0B,EAG/C,MAAM,4BAA4B,CAAC;AAGpC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,0BAA0B;CAAG;AAEnE,eAAO,MAAM,oBAAoB,gUAM/B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
|
+
export declare const zeroSectionNavigatorStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => import("@microsoft/fast-element").ElementStyles;
|
|
3
|
+
//# sourceMappingURL=section-navigator.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section-navigator.styles.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/section-navigator.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,0BAA0B,GACrC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,oDACJ,CAAC"}
|
|
@@ -55,6 +55,7 @@ import { zeroScheduler } from './scheduler';
|
|
|
55
55
|
import { zeroSchedulerCronBuilder } from './scheduler-cron-builder';
|
|
56
56
|
import { zeroSchedulerTimezone } from './scheduler-timezone';
|
|
57
57
|
import { zeroSearchBar, zeroSearchBarCombobox } from './search-bar';
|
|
58
|
+
import { zeroSectionNavigator } from './section-navigator';
|
|
58
59
|
import { zeroSegmentedControl } from './segmented-control';
|
|
59
60
|
import { zeroSegmentedItem } from './segmented-item';
|
|
60
61
|
import { zeroSelect } from './select';
|
|
@@ -161,6 +162,7 @@ export const baseComponents = {
|
|
|
161
162
|
zeroTreeItem,
|
|
162
163
|
zeroTreeView,
|
|
163
164
|
zeroUrlInput,
|
|
165
|
+
zeroSectionNavigator,
|
|
164
166
|
register(container, ...rest) {
|
|
165
167
|
if (!container) {
|
|
166
168
|
// preserve backward compatibility with code that loops through
|
package/dist/esm/index.js
CHANGED
|
@@ -59,6 +59,7 @@ export * from './scheduler';
|
|
|
59
59
|
export * from './scheduler-cron-builder';
|
|
60
60
|
export * from './scheduler-timezone';
|
|
61
61
|
export * from './search-bar';
|
|
62
|
+
export * from './section-navigator';
|
|
62
63
|
export * from './segmented-control';
|
|
63
64
|
export * from './segmented-item';
|
|
64
65
|
export * from './select';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { defaultSectionNavigatorConfig, SectionNavigator as FoundationSectionNavigator, foundationSectionNavigatorShadowOptions, foundationSectionNavigatorTemplate as template, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroSectionNavigatorStyles as styles } from './section-navigator.styles';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-section-navigator
|
|
5
|
+
*/
|
|
6
|
+
export class SectionNavigator extends FoundationSectionNavigator {
|
|
7
|
+
}
|
|
8
|
+
export const zeroSectionNavigator = SectionNavigator.compose(Object.assign({ baseName: 'section-navigator', template,
|
|
9
|
+
styles, shadowOptions: foundationSectionNavigatorShadowOptions }, defaultSectionNavigatorConfig));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.343.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.343.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.343.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.343.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.343.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.343.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.343.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.343.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.343.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.343.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.343.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "aa61f70fbd642ecde7e85d771f40cdd0a8dc4a20"
|
|
102
102
|
}
|