@genesislcap/foundation-zero 14.341.0 → 14.343.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n 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": "*",
@@ -11255,6 +11263,51 @@
11255
11263
  "name": "DialogElement",
11256
11264
  "module": "src/dialog/dialog.ts"
11257
11265
  }
11266
+ },
11267
+ {
11268
+ "name": "resizable",
11269
+ "type": {
11270
+ "text": "boolean"
11271
+ },
11272
+ "default": "false",
11273
+ "description": "Whether or not the dialog is resizable",
11274
+ "fieldName": "resizable",
11275
+ "inheritedFrom": {
11276
+ "name": "DialogElement",
11277
+ "module": "src/dialog/dialog.ts"
11278
+ }
11279
+ },
11280
+ {
11281
+ "name": "min-width",
11282
+ "type": {
11283
+ "text": "number"
11284
+ },
11285
+ "default": "MIN_WIDTH",
11286
+ "description": "Minimum width for the dialog",
11287
+ "resolveInitializer": {
11288
+ "module": "src/dialog/dialog.ts"
11289
+ },
11290
+ "fieldName": "minWidth",
11291
+ "inheritedFrom": {
11292
+ "name": "DialogElement",
11293
+ "module": "src/dialog/dialog.ts"
11294
+ }
11295
+ },
11296
+ {
11297
+ "name": "min-height",
11298
+ "type": {
11299
+ "text": "number"
11300
+ },
11301
+ "default": "MIN_HEIGHT",
11302
+ "description": "Minimum height for the dialog",
11303
+ "resolveInitializer": {
11304
+ "module": "src/dialog/dialog.ts"
11305
+ },
11306
+ "fieldName": "minHeight",
11307
+ "inheritedFrom": {
11308
+ "name": "DialogElement",
11309
+ "module": "src/dialog/dialog.ts"
11310
+ }
11258
11311
  }
11259
11312
  ],
11260
11313
  "members": [
@@ -11362,6 +11415,45 @@
11362
11415
  "module": "src/dialog/dialog.ts"
11363
11416
  }
11364
11417
  },
11418
+ {
11419
+ "kind": "field",
11420
+ "name": "resizable",
11421
+ "type": {
11422
+ "text": "boolean"
11423
+ },
11424
+ "default": "false",
11425
+ "description": "Whether or not the dialog is resizable",
11426
+ "inheritedFrom": {
11427
+ "name": "DialogElement",
11428
+ "module": "src/dialog/dialog.ts"
11429
+ }
11430
+ },
11431
+ {
11432
+ "kind": "field",
11433
+ "name": "minWidth",
11434
+ "type": {
11435
+ "text": "number"
11436
+ },
11437
+ "default": "300",
11438
+ "description": "Minimum width for the dialog",
11439
+ "inheritedFrom": {
11440
+ "name": "DialogElement",
11441
+ "module": "src/dialog/dialog.ts"
11442
+ }
11443
+ },
11444
+ {
11445
+ "kind": "field",
11446
+ "name": "minHeight",
11447
+ "type": {
11448
+ "text": "number"
11449
+ },
11450
+ "default": "200",
11451
+ "description": "Minimum height for the dialog",
11452
+ "inheritedFrom": {
11453
+ "name": "DialogElement",
11454
+ "module": "src/dialog/dialog.ts"
11455
+ }
11456
+ },
11365
11457
  {
11366
11458
  "kind": "field",
11367
11459
  "name": "onShowCallback",
@@ -11388,51 +11480,51 @@
11388
11480
  },
11389
11481
  {
11390
11482
  "kind": "field",
11391
- "name": "open",
11483
+ "name": "isResizing",
11392
11484
  "type": {
11393
11485
  "text": "boolean"
11394
11486
  },
11395
- "description": "Determine if the dialog is showing or closed.",
11396
- "readonly": true,
11487
+ "privacy": "private",
11488
+ "default": "false",
11397
11489
  "inheritedFrom": {
11398
11490
  "name": "DialogElement",
11399
11491
  "module": "src/dialog/dialog.ts"
11400
11492
  }
11401
11493
  },
11402
11494
  {
11403
- "kind": "method",
11404
- "name": "close",
11405
- "return": {
11406
- "type": {
11407
- "text": "void"
11408
- }
11495
+ "kind": "field",
11496
+ "name": "currentResizeHandle",
11497
+ "type": {
11498
+ "text": "string"
11409
11499
  },
11410
- "description": "Remove the HTMLDialogElement from display",
11500
+ "privacy": "private",
11501
+ "default": "null",
11411
11502
  "inheritedFrom": {
11412
11503
  "name": "DialogElement",
11413
11504
  "module": "src/dialog/dialog.ts"
11414
11505
  }
11415
11506
  },
11416
11507
  {
11417
- "kind": "method",
11418
- "name": "dismiss",
11419
- "privacy": "public",
11420
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
11508
+ "kind": "field",
11509
+ "name": "startX",
11510
+ "type": {
11511
+ "text": "number"
11512
+ },
11513
+ "privacy": "private",
11514
+ "default": "0",
11421
11515
  "inheritedFrom": {
11422
11516
  "name": "DialogElement",
11423
11517
  "module": "src/dialog/dialog.ts"
11424
11518
  }
11425
11519
  },
11426
11520
  {
11427
- "kind": "method",
11428
- "name": "closeDialog",
11429
- "privacy": "public",
11430
- "return": {
11431
- "type": {
11432
- "text": "void"
11433
- }
11521
+ "kind": "field",
11522
+ "name": "startY",
11523
+ "type": {
11524
+ "text": "number"
11434
11525
  },
11435
- "description": "Dismiss the Dialog from display.",
11526
+ "privacy": "private",
11527
+ "default": "0",
11436
11528
  "inheritedFrom": {
11437
11529
  "name": "DialogElement",
11438
11530
  "module": "src/dialog/dialog.ts"
@@ -11440,121 +11532,320 @@
11440
11532
  },
11441
11533
  {
11442
11534
  "kind": "field",
11443
- "name": "_presentation",
11535
+ "name": "startWidth",
11444
11536
  "type": {
11445
- "text": "ComponentPresentation | null | undefined"
11537
+ "text": "number"
11446
11538
  },
11447
11539
  "privacy": "private",
11448
- "default": "void 0",
11540
+ "default": "0",
11449
11541
  "inheritedFrom": {
11450
- "name": "FoundationElement",
11451
- "module": "src/foundation-element/foundation-element.ts"
11542
+ "name": "DialogElement",
11543
+ "module": "src/dialog/dialog.ts"
11452
11544
  }
11453
11545
  },
11454
11546
  {
11455
11547
  "kind": "field",
11456
- "name": "$presentation",
11548
+ "name": "startHeight",
11457
11549
  "type": {
11458
- "text": "ComponentPresentation | null"
11550
+ "text": "number"
11459
11551
  },
11460
- "privacy": "public",
11461
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
11552
+ "privacy": "private",
11553
+ "default": "0",
11462
11554
  "inheritedFrom": {
11463
- "name": "FoundationElement",
11464
- "module": "src/foundation-element/foundation-element.ts"
11555
+ "name": "DialogElement",
11556
+ "module": "src/dialog/dialog.ts"
11465
11557
  }
11466
11558
  },
11467
11559
  {
11468
11560
  "kind": "field",
11469
- "name": "template",
11561
+ "name": "startLeft",
11470
11562
  "type": {
11471
- "text": "ElementViewTemplate | void | null"
11563
+ "text": "number"
11472
11564
  },
11473
- "privacy": "public",
11474
- "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.",
11565
+ "privacy": "private",
11566
+ "default": "0",
11475
11567
  "inheritedFrom": {
11476
- "name": "FoundationElement",
11477
- "module": "src/foundation-element/foundation-element.ts"
11568
+ "name": "DialogElement",
11569
+ "module": "src/dialog/dialog.ts"
11478
11570
  }
11479
11571
  },
11480
11572
  {
11481
- "kind": "method",
11482
- "name": "templateChanged",
11483
- "privacy": "protected",
11484
- "return": {
11485
- "type": {
11486
- "text": "void"
11487
- }
11573
+ "kind": "field",
11574
+ "name": "startTop",
11575
+ "type": {
11576
+ "text": "number"
11488
11577
  },
11578
+ "privacy": "private",
11579
+ "default": "0",
11489
11580
  "inheritedFrom": {
11490
- "name": "FoundationElement",
11491
- "module": "src/foundation-element/foundation-element.ts"
11581
+ "name": "DialogElement",
11582
+ "module": "src/dialog/dialog.ts"
11492
11583
  }
11493
11584
  },
11494
11585
  {
11495
11586
  "kind": "field",
11496
- "name": "styles",
11587
+ "name": "resizeOffsetX",
11497
11588
  "type": {
11498
- "text": "ElementStyles | void | null"
11589
+ "text": "number"
11499
11590
  },
11500
- "privacy": "public",
11501
- "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.",
11591
+ "privacy": "private",
11592
+ "default": "0",
11502
11593
  "inheritedFrom": {
11503
- "name": "FoundationElement",
11504
- "module": "src/foundation-element/foundation-element.ts"
11594
+ "name": "DialogElement",
11595
+ "module": "src/dialog/dialog.ts"
11505
11596
  }
11506
11597
  },
11507
11598
  {
11508
- "kind": "method",
11509
- "name": "stylesChanged",
11510
- "privacy": "protected",
11511
- "return": {
11512
- "type": {
11513
- "text": "void"
11514
- }
11599
+ "kind": "field",
11600
+ "name": "resizeOffsetY",
11601
+ "type": {
11602
+ "text": "number"
11515
11603
  },
11604
+ "privacy": "private",
11605
+ "default": "0",
11516
11606
  "inheritedFrom": {
11517
- "name": "FoundationElement",
11518
- "module": "src/foundation-element/foundation-element.ts"
11607
+ "name": "DialogElement",
11608
+ "module": "src/dialog/dialog.ts"
11519
11609
  }
11520
11610
  },
11521
11611
  {
11522
11612
  "kind": "method",
11523
- "name": "compose",
11524
- "privacy": "public",
11525
- "static": true,
11526
- "return": {
11527
- "type": {
11528
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
11529
- }
11530
- },
11613
+ "name": "setupResizeHandlers",
11614
+ "privacy": "private",
11615
+ "inheritedFrom": {
11616
+ "name": "DialogElement",
11617
+ "module": "src/dialog/dialog.ts"
11618
+ }
11619
+ },
11620
+ {
11621
+ "kind": "method",
11622
+ "name": "removeResizeHandlers",
11623
+ "privacy": "private",
11624
+ "inheritedFrom": {
11625
+ "name": "DialogElement",
11626
+ "module": "src/dialog/dialog.ts"
11627
+ }
11628
+ },
11629
+ {
11630
+ "kind": "method",
11631
+ "name": "handleResizeStart",
11632
+ "privacy": "private",
11531
11633
  "parameters": [
11532
11634
  {
11533
- "name": "this",
11635
+ "name": "e",
11534
11636
  "type": {
11535
- "text": "K"
11637
+ "text": "MouseEvent"
11536
11638
  }
11537
- },
11639
+ }
11640
+ ],
11641
+ "inheritedFrom": {
11642
+ "name": "DialogElement",
11643
+ "module": "src/dialog/dialog.ts"
11644
+ }
11645
+ },
11646
+ {
11647
+ "kind": "method",
11648
+ "name": "handleResizeMove",
11649
+ "privacy": "private",
11650
+ "parameters": [
11538
11651
  {
11539
- "name": "elementDefinition",
11652
+ "name": "e",
11540
11653
  "type": {
11541
- "text": "T"
11542
- },
11543
- "description": "The definition of the element to create the registry\nfunction for."
11654
+ "text": "MouseEvent"
11655
+ }
11544
11656
  }
11545
11657
  ],
11546
- "description": "Defines an element registry function with a set of element definition defaults.",
11547
11658
  "inheritedFrom": {
11548
- "name": "FoundationElement",
11549
- "module": "src/foundation-element/foundation-element.ts"
11659
+ "name": "DialogElement",
11660
+ "module": "src/dialog/dialog.ts"
11550
11661
  }
11551
- }
11552
- ]
11553
- },
11554
- {
11555
- "kind": "variable",
11556
- "name": "zeroDialog",
11557
- "description": "The Zero Dialog",
11662
+ },
11663
+ {
11664
+ "kind": "method",
11665
+ "name": "handleResizeEnd",
11666
+ "privacy": "private",
11667
+ "parameters": [
11668
+ {
11669
+ "name": "e",
11670
+ "type": {
11671
+ "text": "MouseEvent"
11672
+ }
11673
+ }
11674
+ ],
11675
+ "inheritedFrom": {
11676
+ "name": "DialogElement",
11677
+ "module": "src/dialog/dialog.ts"
11678
+ }
11679
+ },
11680
+ {
11681
+ "kind": "field",
11682
+ "name": "open",
11683
+ "type": {
11684
+ "text": "boolean"
11685
+ },
11686
+ "description": "Determine if the dialog is showing or closed.",
11687
+ "readonly": true,
11688
+ "inheritedFrom": {
11689
+ "name": "DialogElement",
11690
+ "module": "src/dialog/dialog.ts"
11691
+ }
11692
+ },
11693
+ {
11694
+ "kind": "method",
11695
+ "name": "close",
11696
+ "return": {
11697
+ "type": {
11698
+ "text": "void"
11699
+ }
11700
+ },
11701
+ "description": "Remove the HTMLDialogElement from display",
11702
+ "inheritedFrom": {
11703
+ "name": "DialogElement",
11704
+ "module": "src/dialog/dialog.ts"
11705
+ }
11706
+ },
11707
+ {
11708
+ "kind": "method",
11709
+ "name": "dismiss",
11710
+ "privacy": "public",
11711
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
11712
+ "inheritedFrom": {
11713
+ "name": "DialogElement",
11714
+ "module": "src/dialog/dialog.ts"
11715
+ }
11716
+ },
11717
+ {
11718
+ "kind": "method",
11719
+ "name": "closeDialog",
11720
+ "privacy": "public",
11721
+ "return": {
11722
+ "type": {
11723
+ "text": "void"
11724
+ }
11725
+ },
11726
+ "description": "Dismiss the Dialog from display.",
11727
+ "inheritedFrom": {
11728
+ "name": "DialogElement",
11729
+ "module": "src/dialog/dialog.ts"
11730
+ }
11731
+ },
11732
+ {
11733
+ "kind": "field",
11734
+ "name": "_presentation",
11735
+ "type": {
11736
+ "text": "ComponentPresentation | null | undefined"
11737
+ },
11738
+ "privacy": "private",
11739
+ "default": "void 0",
11740
+ "inheritedFrom": {
11741
+ "name": "FoundationElement",
11742
+ "module": "src/foundation-element/foundation-element.ts"
11743
+ }
11744
+ },
11745
+ {
11746
+ "kind": "field",
11747
+ "name": "$presentation",
11748
+ "type": {
11749
+ "text": "ComponentPresentation | null"
11750
+ },
11751
+ "privacy": "public",
11752
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
11753
+ "inheritedFrom": {
11754
+ "name": "FoundationElement",
11755
+ "module": "src/foundation-element/foundation-element.ts"
11756
+ }
11757
+ },
11758
+ {
11759
+ "kind": "field",
11760
+ "name": "template",
11761
+ "type": {
11762
+ "text": "ElementViewTemplate | void | null"
11763
+ },
11764
+ "privacy": "public",
11765
+ "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.",
11766
+ "inheritedFrom": {
11767
+ "name": "FoundationElement",
11768
+ "module": "src/foundation-element/foundation-element.ts"
11769
+ }
11770
+ },
11771
+ {
11772
+ "kind": "method",
11773
+ "name": "templateChanged",
11774
+ "privacy": "protected",
11775
+ "return": {
11776
+ "type": {
11777
+ "text": "void"
11778
+ }
11779
+ },
11780
+ "inheritedFrom": {
11781
+ "name": "FoundationElement",
11782
+ "module": "src/foundation-element/foundation-element.ts"
11783
+ }
11784
+ },
11785
+ {
11786
+ "kind": "field",
11787
+ "name": "styles",
11788
+ "type": {
11789
+ "text": "ElementStyles | void | null"
11790
+ },
11791
+ "privacy": "public",
11792
+ "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.",
11793
+ "inheritedFrom": {
11794
+ "name": "FoundationElement",
11795
+ "module": "src/foundation-element/foundation-element.ts"
11796
+ }
11797
+ },
11798
+ {
11799
+ "kind": "method",
11800
+ "name": "stylesChanged",
11801
+ "privacy": "protected",
11802
+ "return": {
11803
+ "type": {
11804
+ "text": "void"
11805
+ }
11806
+ },
11807
+ "inheritedFrom": {
11808
+ "name": "FoundationElement",
11809
+ "module": "src/foundation-element/foundation-element.ts"
11810
+ }
11811
+ },
11812
+ {
11813
+ "kind": "method",
11814
+ "name": "compose",
11815
+ "privacy": "public",
11816
+ "static": true,
11817
+ "return": {
11818
+ "type": {
11819
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
11820
+ }
11821
+ },
11822
+ "parameters": [
11823
+ {
11824
+ "name": "this",
11825
+ "type": {
11826
+ "text": "K"
11827
+ }
11828
+ },
11829
+ {
11830
+ "name": "elementDefinition",
11831
+ "type": {
11832
+ "text": "T"
11833
+ },
11834
+ "description": "The definition of the element to create the registry\nfunction for."
11835
+ }
11836
+ ],
11837
+ "description": "Defines an element registry function with a set of element definition defaults.",
11838
+ "inheritedFrom": {
11839
+ "name": "FoundationElement",
11840
+ "module": "src/foundation-element/foundation-element.ts"
11841
+ }
11842
+ }
11843
+ ]
11844
+ },
11845
+ {
11846
+ "kind": "variable",
11847
+ "name": "zeroDialog",
11848
+ "description": "The Zero Dialog",
11558
11849
  "privacy": "public"
11559
11850
  }
11560
11851
  ],
@@ -21551,6 +21842,51 @@
21551
21842
  "name": "DialogElement",
21552
21843
  "module": "src/dialog/dialog.ts"
21553
21844
  }
21845
+ },
21846
+ {
21847
+ "name": "resizable",
21848
+ "type": {
21849
+ "text": "boolean"
21850
+ },
21851
+ "default": "false",
21852
+ "description": "Whether or not the dialog is resizable",
21853
+ "fieldName": "resizable",
21854
+ "inheritedFrom": {
21855
+ "name": "DialogElement",
21856
+ "module": "src/dialog/dialog.ts"
21857
+ }
21858
+ },
21859
+ {
21860
+ "name": "min-width",
21861
+ "type": {
21862
+ "text": "number"
21863
+ },
21864
+ "default": "MIN_WIDTH",
21865
+ "description": "Minimum width for the dialog",
21866
+ "resolveInitializer": {
21867
+ "module": "src/dialog/dialog.ts"
21868
+ },
21869
+ "fieldName": "minWidth",
21870
+ "inheritedFrom": {
21871
+ "name": "DialogElement",
21872
+ "module": "src/dialog/dialog.ts"
21873
+ }
21874
+ },
21875
+ {
21876
+ "name": "min-height",
21877
+ "type": {
21878
+ "text": "number"
21879
+ },
21880
+ "default": "MIN_HEIGHT",
21881
+ "description": "Minimum height for the dialog",
21882
+ "resolveInitializer": {
21883
+ "module": "src/dialog/dialog.ts"
21884
+ },
21885
+ "fieldName": "minHeight",
21886
+ "inheritedFrom": {
21887
+ "name": "DialogElement",
21888
+ "module": "src/dialog/dialog.ts"
21889
+ }
21554
21890
  }
21555
21891
  ],
21556
21892
  "members": [
@@ -21903,11 +22239,12 @@
21903
22239
  },
21904
22240
  {
21905
22241
  "kind": "field",
21906
- "name": "onShowCallback",
22242
+ "name": "resizable",
21907
22243
  "type": {
21908
- "text": "() => void"
22244
+ "text": "boolean"
21909
22245
  },
21910
- "description": "Callback to run *before* HTMLDialogElement is shown",
22246
+ "default": "false",
22247
+ "description": "Whether or not the dialog is resizable",
21911
22248
  "inheritedFrom": {
21912
22249
  "name": "DialogElement",
21913
22250
  "module": "src/dialog/dialog.ts"
@@ -21915,44 +22252,281 @@
21915
22252
  },
21916
22253
  {
21917
22254
  "kind": "field",
21918
- "name": "open",
22255
+ "name": "minWidth",
21919
22256
  "type": {
21920
- "text": "boolean"
22257
+ "text": "number"
21921
22258
  },
21922
- "description": "Determine if the dialog is showing or closed.",
21923
- "readonly": true,
22259
+ "default": "300",
22260
+ "description": "Minimum width for the dialog",
21924
22261
  "inheritedFrom": {
21925
22262
  "name": "DialogElement",
21926
22263
  "module": "src/dialog/dialog.ts"
21927
22264
  }
21928
22265
  },
21929
22266
  {
21930
- "kind": "method",
21931
- "name": "close",
21932
- "return": {
21933
- "type": {
21934
- "text": "void"
21935
- }
22267
+ "kind": "field",
22268
+ "name": "minHeight",
22269
+ "type": {
22270
+ "text": "number"
21936
22271
  },
21937
- "description": "Remove the HTMLDialogElement from display",
22272
+ "default": "200",
22273
+ "description": "Minimum height for the dialog",
21938
22274
  "inheritedFrom": {
21939
22275
  "name": "DialogElement",
21940
22276
  "module": "src/dialog/dialog.ts"
21941
22277
  }
21942
22278
  },
21943
22279
  {
21944
- "kind": "method",
21945
- "name": "dismiss",
21946
- "privacy": "public",
21947
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
22280
+ "kind": "field",
22281
+ "name": "onShowCallback",
22282
+ "type": {
22283
+ "text": "() => void"
22284
+ },
22285
+ "description": "Callback to run *before* HTMLDialogElement is shown",
21948
22286
  "inheritedFrom": {
21949
22287
  "name": "DialogElement",
21950
22288
  "module": "src/dialog/dialog.ts"
21951
22289
  }
21952
22290
  },
21953
22291
  {
21954
- "kind": "method",
21955
- "name": "closeDialog",
22292
+ "kind": "field",
22293
+ "name": "isResizing",
22294
+ "type": {
22295
+ "text": "boolean"
22296
+ },
22297
+ "privacy": "private",
22298
+ "default": "false",
22299
+ "inheritedFrom": {
22300
+ "name": "DialogElement",
22301
+ "module": "src/dialog/dialog.ts"
22302
+ }
22303
+ },
22304
+ {
22305
+ "kind": "field",
22306
+ "name": "currentResizeHandle",
22307
+ "type": {
22308
+ "text": "string"
22309
+ },
22310
+ "privacy": "private",
22311
+ "default": "null",
22312
+ "inheritedFrom": {
22313
+ "name": "DialogElement",
22314
+ "module": "src/dialog/dialog.ts"
22315
+ }
22316
+ },
22317
+ {
22318
+ "kind": "field",
22319
+ "name": "startX",
22320
+ "type": {
22321
+ "text": "number"
22322
+ },
22323
+ "privacy": "private",
22324
+ "default": "0",
22325
+ "inheritedFrom": {
22326
+ "name": "DialogElement",
22327
+ "module": "src/dialog/dialog.ts"
22328
+ }
22329
+ },
22330
+ {
22331
+ "kind": "field",
22332
+ "name": "startY",
22333
+ "type": {
22334
+ "text": "number"
22335
+ },
22336
+ "privacy": "private",
22337
+ "default": "0",
22338
+ "inheritedFrom": {
22339
+ "name": "DialogElement",
22340
+ "module": "src/dialog/dialog.ts"
22341
+ }
22342
+ },
22343
+ {
22344
+ "kind": "field",
22345
+ "name": "startWidth",
22346
+ "type": {
22347
+ "text": "number"
22348
+ },
22349
+ "privacy": "private",
22350
+ "default": "0",
22351
+ "inheritedFrom": {
22352
+ "name": "DialogElement",
22353
+ "module": "src/dialog/dialog.ts"
22354
+ }
22355
+ },
22356
+ {
22357
+ "kind": "field",
22358
+ "name": "startHeight",
22359
+ "type": {
22360
+ "text": "number"
22361
+ },
22362
+ "privacy": "private",
22363
+ "default": "0",
22364
+ "inheritedFrom": {
22365
+ "name": "DialogElement",
22366
+ "module": "src/dialog/dialog.ts"
22367
+ }
22368
+ },
22369
+ {
22370
+ "kind": "field",
22371
+ "name": "startLeft",
22372
+ "type": {
22373
+ "text": "number"
22374
+ },
22375
+ "privacy": "private",
22376
+ "default": "0",
22377
+ "inheritedFrom": {
22378
+ "name": "DialogElement",
22379
+ "module": "src/dialog/dialog.ts"
22380
+ }
22381
+ },
22382
+ {
22383
+ "kind": "field",
22384
+ "name": "startTop",
22385
+ "type": {
22386
+ "text": "number"
22387
+ },
22388
+ "privacy": "private",
22389
+ "default": "0",
22390
+ "inheritedFrom": {
22391
+ "name": "DialogElement",
22392
+ "module": "src/dialog/dialog.ts"
22393
+ }
22394
+ },
22395
+ {
22396
+ "kind": "field",
22397
+ "name": "resizeOffsetX",
22398
+ "type": {
22399
+ "text": "number"
22400
+ },
22401
+ "privacy": "private",
22402
+ "default": "0",
22403
+ "inheritedFrom": {
22404
+ "name": "DialogElement",
22405
+ "module": "src/dialog/dialog.ts"
22406
+ }
22407
+ },
22408
+ {
22409
+ "kind": "field",
22410
+ "name": "resizeOffsetY",
22411
+ "type": {
22412
+ "text": "number"
22413
+ },
22414
+ "privacy": "private",
22415
+ "default": "0",
22416
+ "inheritedFrom": {
22417
+ "name": "DialogElement",
22418
+ "module": "src/dialog/dialog.ts"
22419
+ }
22420
+ },
22421
+ {
22422
+ "kind": "method",
22423
+ "name": "setupResizeHandlers",
22424
+ "privacy": "private",
22425
+ "inheritedFrom": {
22426
+ "name": "DialogElement",
22427
+ "module": "src/dialog/dialog.ts"
22428
+ }
22429
+ },
22430
+ {
22431
+ "kind": "method",
22432
+ "name": "removeResizeHandlers",
22433
+ "privacy": "private",
22434
+ "inheritedFrom": {
22435
+ "name": "DialogElement",
22436
+ "module": "src/dialog/dialog.ts"
22437
+ }
22438
+ },
22439
+ {
22440
+ "kind": "method",
22441
+ "name": "handleResizeStart",
22442
+ "privacy": "private",
22443
+ "parameters": [
22444
+ {
22445
+ "name": "e",
22446
+ "type": {
22447
+ "text": "MouseEvent"
22448
+ }
22449
+ }
22450
+ ],
22451
+ "inheritedFrom": {
22452
+ "name": "DialogElement",
22453
+ "module": "src/dialog/dialog.ts"
22454
+ }
22455
+ },
22456
+ {
22457
+ "kind": "method",
22458
+ "name": "handleResizeMove",
22459
+ "privacy": "private",
22460
+ "parameters": [
22461
+ {
22462
+ "name": "e",
22463
+ "type": {
22464
+ "text": "MouseEvent"
22465
+ }
22466
+ }
22467
+ ],
22468
+ "inheritedFrom": {
22469
+ "name": "DialogElement",
22470
+ "module": "src/dialog/dialog.ts"
22471
+ }
22472
+ },
22473
+ {
22474
+ "kind": "method",
22475
+ "name": "handleResizeEnd",
22476
+ "privacy": "private",
22477
+ "parameters": [
22478
+ {
22479
+ "name": "e",
22480
+ "type": {
22481
+ "text": "MouseEvent"
22482
+ }
22483
+ }
22484
+ ],
22485
+ "inheritedFrom": {
22486
+ "name": "DialogElement",
22487
+ "module": "src/dialog/dialog.ts"
22488
+ }
22489
+ },
22490
+ {
22491
+ "kind": "field",
22492
+ "name": "open",
22493
+ "type": {
22494
+ "text": "boolean"
22495
+ },
22496
+ "description": "Determine if the dialog is showing or closed.",
22497
+ "readonly": true,
22498
+ "inheritedFrom": {
22499
+ "name": "DialogElement",
22500
+ "module": "src/dialog/dialog.ts"
22501
+ }
22502
+ },
22503
+ {
22504
+ "kind": "method",
22505
+ "name": "close",
22506
+ "return": {
22507
+ "type": {
22508
+ "text": "void"
22509
+ }
22510
+ },
22511
+ "description": "Remove the HTMLDialogElement from display",
22512
+ "inheritedFrom": {
22513
+ "name": "DialogElement",
22514
+ "module": "src/dialog/dialog.ts"
22515
+ }
22516
+ },
22517
+ {
22518
+ "kind": "method",
22519
+ "name": "dismiss",
22520
+ "privacy": "public",
22521
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
22522
+ "inheritedFrom": {
22523
+ "name": "DialogElement",
22524
+ "module": "src/dialog/dialog.ts"
22525
+ }
22526
+ },
22527
+ {
22528
+ "kind": "method",
22529
+ "name": "closeDialog",
21956
22530
  "privacy": "public",
21957
22531
  "return": {
21958
22532
  "type": {
@@ -28512,6 +29086,885 @@
28512
29086
  }
28513
29087
  ]
28514
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
+ },
28515
29968
  {
28516
29969
  "kind": "javascript-module",
28517
29970
  "path": "src/segmented-control/index.ts",