@genesislcap/foundation-zero 14.336.2-alpha-7eb86ca.0 → 14.336.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1 -728
- package/dist/dts/base-components.d.ts +0 -1
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/base-components.js +0 -2
- package/dist/esm/index.js +0 -1
- package/package.json +12 -12
- package/dist/dts/section-navigator/index.d.ts +0 -4
- package/dist/dts/section-navigator/index.d.ts.map +0 -1
- package/dist/dts/section-navigator/section-navigator.d.ts +0 -8
- package/dist/dts/section-navigator/section-navigator.d.ts.map +0 -1
- package/dist/dts/section-navigator/section-navigator.styles.d.ts +0 -3
- package/dist/dts/section-navigator/section-navigator.styles.d.ts.map +0 -1
- package/dist/dts/section-navigator/section-navigator.template.d.ts +0 -4
- package/dist/dts/section-navigator/section-navigator.template.d.ts.map +0 -1
- package/dist/esm/section-navigator/index.js +0 -3
- package/dist/esm/section-navigator/section-navigator.js +0 -10
- package/dist/esm/section-navigator/section-navigator.styles.js +0 -2
- package/dist/esm/section-navigator/section-navigator.template.js +0 -37
|
@@ -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
|
|
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}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -516,14 +516,6 @@
|
|
|
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
|
-
},
|
|
527
519
|
{
|
|
528
520
|
"kind": "js",
|
|
529
521
|
"name": "*",
|
|
@@ -28520,725 +28512,6 @@
|
|
|
28520
28512
|
}
|
|
28521
28513
|
]
|
|
28522
28514
|
},
|
|
28523
|
-
{
|
|
28524
|
-
"kind": "javascript-module",
|
|
28525
|
-
"path": "src/section-navigator/index.ts",
|
|
28526
|
-
"declarations": [],
|
|
28527
|
-
"exports": [
|
|
28528
|
-
{
|
|
28529
|
-
"kind": "js",
|
|
28530
|
-
"name": "*",
|
|
28531
|
-
"declaration": {
|
|
28532
|
-
"name": "*",
|
|
28533
|
-
"package": "./section-navigator"
|
|
28534
|
-
}
|
|
28535
|
-
},
|
|
28536
|
-
{
|
|
28537
|
-
"kind": "js",
|
|
28538
|
-
"name": "*",
|
|
28539
|
-
"declaration": {
|
|
28540
|
-
"name": "*",
|
|
28541
|
-
"package": "./section-navigator.styles"
|
|
28542
|
-
}
|
|
28543
|
-
},
|
|
28544
|
-
{
|
|
28545
|
-
"kind": "js",
|
|
28546
|
-
"name": "*",
|
|
28547
|
-
"declaration": {
|
|
28548
|
-
"name": "*",
|
|
28549
|
-
"package": "./section-navigator.template"
|
|
28550
|
-
}
|
|
28551
|
-
}
|
|
28552
|
-
]
|
|
28553
|
-
},
|
|
28554
|
-
{
|
|
28555
|
-
"kind": "javascript-module",
|
|
28556
|
-
"path": "src/section-navigator/section-navigator.styles.ts",
|
|
28557
|
-
"declarations": [
|
|
28558
|
-
{
|
|
28559
|
-
"kind": "function",
|
|
28560
|
-
"name": "zeroSectionNavigatorStyles",
|
|
28561
|
-
"parameters": [
|
|
28562
|
-
{
|
|
28563
|
-
"name": "context",
|
|
28564
|
-
"type": {
|
|
28565
|
-
"text": "ElementDefinitionContext"
|
|
28566
|
-
}
|
|
28567
|
-
},
|
|
28568
|
-
{
|
|
28569
|
-
"name": "definition",
|
|
28570
|
-
"type": {
|
|
28571
|
-
"text": "FoundationElementDefinition"
|
|
28572
|
-
}
|
|
28573
|
-
}
|
|
28574
|
-
]
|
|
28575
|
-
}
|
|
28576
|
-
],
|
|
28577
|
-
"exports": [
|
|
28578
|
-
{
|
|
28579
|
-
"kind": "js",
|
|
28580
|
-
"name": "zeroSectionNavigatorStyles",
|
|
28581
|
-
"declaration": {
|
|
28582
|
-
"name": "zeroSectionNavigatorStyles",
|
|
28583
|
-
"module": "src/section-navigator/section-navigator.styles.ts"
|
|
28584
|
-
}
|
|
28585
|
-
}
|
|
28586
|
-
]
|
|
28587
|
-
},
|
|
28588
|
-
{
|
|
28589
|
-
"kind": "javascript-module",
|
|
28590
|
-
"path": "src/section-navigator/section-navigator.template.ts",
|
|
28591
|
-
"declarations": [
|
|
28592
|
-
{
|
|
28593
|
-
"kind": "variable",
|
|
28594
|
-
"name": "zeroSectionNavigatorTemplate",
|
|
28595
|
-
"type": {
|
|
28596
|
-
"text": "ViewTemplate<SectionNavigator>"
|
|
28597
|
-
},
|
|
28598
|
-
"default": "html<SectionNavigator>`\n <template>\n <div class=\"section-navigator-container\" part=\"container\" ${ref('sectionNavigatorContainer')}>\n <nav class=\"section-navigation\" part=\"navigation\">\n ${repeat(\n (x) => x.sectionItems,\n html`\n <zero-button\n class=\"section-link ${(x, c) =>\n c.parent.activeSection === x.name ? 'active' : ''} ${(x, c) =>\n c.parent.getSectionStateClass(x)}\"\n part=\"section-link ${(x, c) => c.parent.getSectionStateClass(x)}\"\n @click=\"${(x, c) => c.parent.handleSectionClick(x.name)}\"\n >\n ${(x) => x.label}\n ${repeat(\n (x) => x.states,\n html`\n <zero-icon\n class=\"state-icon\"\n part=\"state-icon\"\n title=\"${(stateName, ctx: ExecutionContext<SectionNavigator>) =>\n ctx.parentContext.parent.getStateTooltip(stateName)}\"\n data-state=\"${(stateName) => stateName}\"\n name=\"${(stateName, ctx: ExecutionContext<SectionNavigator>) =>\n ctx.parentContext.parent.getStateIcon(stateName).name}\"\n variant=\"${(stateName, ctx: ExecutionContext<SectionNavigator>) =>\n ctx.parentContext.parent.getStateIcon(stateName).variant}\"\n ></zero-icon>\n `,\n )}\n </zero-button>\n `,\n )}\n </nav>\n <div class=\"section-content-wrapper\" part=\"content-wrapper\">\n <section class=\"section-content\" part=\"content\" ${ref('sectionContent')}>\n ${repeat(\n (x) => x.sectionItems,\n html`\n <div class=\"content-section\" part=\"content-section\" data-section=\"${(x) => x.name}\">\n <slot name=\"${(x) => x.name}\"></slot>\n </div>\n `,\n )}\n </section>\n </div>\n </div>\n </template>\n`"
|
|
28599
|
-
}
|
|
28600
|
-
],
|
|
28601
|
-
"exports": [
|
|
28602
|
-
{
|
|
28603
|
-
"kind": "js",
|
|
28604
|
-
"name": "zeroSectionNavigatorTemplate",
|
|
28605
|
-
"declaration": {
|
|
28606
|
-
"name": "zeroSectionNavigatorTemplate",
|
|
28607
|
-
"module": "src/section-navigator/section-navigator.template.ts"
|
|
28608
|
-
}
|
|
28609
|
-
}
|
|
28610
|
-
]
|
|
28611
|
-
},
|
|
28612
|
-
{
|
|
28613
|
-
"kind": "javascript-module",
|
|
28614
|
-
"path": "src/section-navigator/section-navigator.ts",
|
|
28615
|
-
"declarations": [
|
|
28616
|
-
{
|
|
28617
|
-
"kind": "class",
|
|
28618
|
-
"description": "",
|
|
28619
|
-
"name": "SectionNavigator",
|
|
28620
|
-
"superclass": {
|
|
28621
|
-
"name": "FoundationSectionNavigator",
|
|
28622
|
-
"package": "@genesislcap/foundation-ui"
|
|
28623
|
-
},
|
|
28624
|
-
"tagName": "%%prefix%%-section-navigator",
|
|
28625
|
-
"customElement": true,
|
|
28626
|
-
"attributes": [
|
|
28627
|
-
{
|
|
28628
|
-
"description": "Array of section items to display",
|
|
28629
|
-
"name": "sections",
|
|
28630
|
-
"inheritedFrom": {
|
|
28631
|
-
"name": "SectionNavigator",
|
|
28632
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28633
|
-
}
|
|
28634
|
-
},
|
|
28635
|
-
{
|
|
28636
|
-
"name": "scroll-behavior",
|
|
28637
|
-
"type": {
|
|
28638
|
-
"text": "'view' | 'top'"
|
|
28639
|
-
},
|
|
28640
|
-
"default": "'top'",
|
|
28641
|
-
"fieldName": "scrollBehavior",
|
|
28642
|
-
"description": "Scroll behavior: 'view' or 'top' (default: 'top')",
|
|
28643
|
-
"inheritedFrom": {
|
|
28644
|
-
"name": "SectionNavigator",
|
|
28645
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28646
|
-
}
|
|
28647
|
-
},
|
|
28648
|
-
{
|
|
28649
|
-
"name": "state-tooltips",
|
|
28650
|
-
"type": {
|
|
28651
|
-
"text": "Record<SectionItemStateName, string>"
|
|
28652
|
-
},
|
|
28653
|
-
"default": "DEFAULT_SECTION_STATES_TOOLTIPS",
|
|
28654
|
-
"resolveInitializer": {
|
|
28655
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28656
|
-
},
|
|
28657
|
-
"fieldName": "stateTooltips",
|
|
28658
|
-
"description": "Custom tooltips for state icons",
|
|
28659
|
-
"inheritedFrom": {
|
|
28660
|
-
"name": "SectionNavigator",
|
|
28661
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28662
|
-
}
|
|
28663
|
-
},
|
|
28664
|
-
{
|
|
28665
|
-
"name": "state-icons",
|
|
28666
|
-
"type": {
|
|
28667
|
-
"text": "Record<SectionItemStateName, SectionItemStateIcon>"
|
|
28668
|
-
},
|
|
28669
|
-
"default": "DEFAULT_SECTION_STATES_ICONS",
|
|
28670
|
-
"resolveInitializer": {
|
|
28671
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28672
|
-
},
|
|
28673
|
-
"fieldName": "stateIcons",
|
|
28674
|
-
"description": "Custom icons for state types",
|
|
28675
|
-
"inheritedFrom": {
|
|
28676
|
-
"name": "SectionNavigator",
|
|
28677
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28678
|
-
}
|
|
28679
|
-
}
|
|
28680
|
-
],
|
|
28681
|
-
"members": [
|
|
28682
|
-
{
|
|
28683
|
-
"kind": "field",
|
|
28684
|
-
"name": "sections",
|
|
28685
|
-
"type": {
|
|
28686
|
-
"text": "SectionItem[]"
|
|
28687
|
-
},
|
|
28688
|
-
"default": "[]",
|
|
28689
|
-
"inheritedFrom": {
|
|
28690
|
-
"name": "SectionNavigator",
|
|
28691
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28692
|
-
}
|
|
28693
|
-
},
|
|
28694
|
-
{
|
|
28695
|
-
"kind": "field",
|
|
28696
|
-
"name": "scrollBehavior",
|
|
28697
|
-
"type": {
|
|
28698
|
-
"text": "'view' | 'top'"
|
|
28699
|
-
},
|
|
28700
|
-
"default": "'top'",
|
|
28701
|
-
"inheritedFrom": {
|
|
28702
|
-
"name": "SectionNavigator",
|
|
28703
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28704
|
-
}
|
|
28705
|
-
},
|
|
28706
|
-
{
|
|
28707
|
-
"kind": "field",
|
|
28708
|
-
"name": "stateTooltips",
|
|
28709
|
-
"type": {
|
|
28710
|
-
"text": "Record<SectionItemStateName, string>"
|
|
28711
|
-
},
|
|
28712
|
-
"default": "{\n active: 'Active',\n inactive: 'Inactive',\n pending: 'Pending',\n disabled: 'Disabled',\n error: 'Error',\n completed: 'Completed',\n}",
|
|
28713
|
-
"inheritedFrom": {
|
|
28714
|
-
"name": "SectionNavigator",
|
|
28715
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28716
|
-
}
|
|
28717
|
-
},
|
|
28718
|
-
{
|
|
28719
|
-
"kind": "field",
|
|
28720
|
-
"name": "stateIcons",
|
|
28721
|
-
"type": {
|
|
28722
|
-
"text": "Record<SectionItemStateName, SectionItemStateIcon>"
|
|
28723
|
-
},
|
|
28724
|
-
"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}",
|
|
28725
|
-
"inheritedFrom": {
|
|
28726
|
-
"name": "SectionNavigator",
|
|
28727
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28728
|
-
}
|
|
28729
|
-
},
|
|
28730
|
-
{
|
|
28731
|
-
"kind": "field",
|
|
28732
|
-
"name": "handleSetStateRef",
|
|
28733
|
-
"type": {
|
|
28734
|
-
"text": "(event: CustomEvent<SetStateEventDetail>) => void | undefined"
|
|
28735
|
-
},
|
|
28736
|
-
"privacy": "private",
|
|
28737
|
-
"inheritedFrom": {
|
|
28738
|
-
"name": "SectionNavigator",
|
|
28739
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28740
|
-
}
|
|
28741
|
-
},
|
|
28742
|
-
{
|
|
28743
|
-
"kind": "field",
|
|
28744
|
-
"name": "handleSetStatesRef",
|
|
28745
|
-
"type": {
|
|
28746
|
-
"text": "(event: CustomEvent<SetStatesEventDetail>) => void | undefined"
|
|
28747
|
-
},
|
|
28748
|
-
"privacy": "private",
|
|
28749
|
-
"inheritedFrom": {
|
|
28750
|
-
"name": "SectionNavigator",
|
|
28751
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28752
|
-
}
|
|
28753
|
-
},
|
|
28754
|
-
{
|
|
28755
|
-
"kind": "field",
|
|
28756
|
-
"name": "handleClearStateRef",
|
|
28757
|
-
"type": {
|
|
28758
|
-
"text": "(event: CustomEvent<ClearStateEventDetail>) => void | undefined"
|
|
28759
|
-
},
|
|
28760
|
-
"privacy": "private",
|
|
28761
|
-
"inheritedFrom": {
|
|
28762
|
-
"name": "SectionNavigator",
|
|
28763
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28764
|
-
}
|
|
28765
|
-
},
|
|
28766
|
-
{
|
|
28767
|
-
"kind": "field",
|
|
28768
|
-
"name": "handleClearAllStatesRef",
|
|
28769
|
-
"type": {
|
|
28770
|
-
"text": "(event: CustomEvent<ClearAllStatesEventDetail>) => void | undefined"
|
|
28771
|
-
},
|
|
28772
|
-
"privacy": "private",
|
|
28773
|
-
"inheritedFrom": {
|
|
28774
|
-
"name": "SectionNavigator",
|
|
28775
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28776
|
-
}
|
|
28777
|
-
},
|
|
28778
|
-
{
|
|
28779
|
-
"kind": "method",
|
|
28780
|
-
"name": "sectionsChanged",
|
|
28781
|
-
"inheritedFrom": {
|
|
28782
|
-
"name": "SectionNavigator",
|
|
28783
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28784
|
-
}
|
|
28785
|
-
},
|
|
28786
|
-
{
|
|
28787
|
-
"kind": "method",
|
|
28788
|
-
"name": "scrollBehaviorChanged",
|
|
28789
|
-
"inheritedFrom": {
|
|
28790
|
-
"name": "SectionNavigator",
|
|
28791
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28792
|
-
}
|
|
28793
|
-
},
|
|
28794
|
-
{
|
|
28795
|
-
"kind": "field",
|
|
28796
|
-
"name": "sectionItems",
|
|
28797
|
-
"type": {
|
|
28798
|
-
"text": "SectionItem[]"
|
|
28799
|
-
},
|
|
28800
|
-
"default": "[]",
|
|
28801
|
-
"inheritedFrom": {
|
|
28802
|
-
"name": "SectionNavigator",
|
|
28803
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28804
|
-
}
|
|
28805
|
-
},
|
|
28806
|
-
{
|
|
28807
|
-
"kind": "field",
|
|
28808
|
-
"name": "activeSection",
|
|
28809
|
-
"type": {
|
|
28810
|
-
"text": "string"
|
|
28811
|
-
},
|
|
28812
|
-
"default": "''",
|
|
28813
|
-
"inheritedFrom": {
|
|
28814
|
-
"name": "SectionNavigator",
|
|
28815
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28816
|
-
}
|
|
28817
|
-
},
|
|
28818
|
-
{
|
|
28819
|
-
"kind": "field",
|
|
28820
|
-
"name": "sectionNavigatorContainer",
|
|
28821
|
-
"type": {
|
|
28822
|
-
"text": "HTMLElement"
|
|
28823
|
-
},
|
|
28824
|
-
"inheritedFrom": {
|
|
28825
|
-
"name": "SectionNavigator",
|
|
28826
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28827
|
-
}
|
|
28828
|
-
},
|
|
28829
|
-
{
|
|
28830
|
-
"kind": "field",
|
|
28831
|
-
"name": "sectionContent",
|
|
28832
|
-
"type": {
|
|
28833
|
-
"text": "HTMLElement"
|
|
28834
|
-
},
|
|
28835
|
-
"inheritedFrom": {
|
|
28836
|
-
"name": "SectionNavigator",
|
|
28837
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28838
|
-
}
|
|
28839
|
-
},
|
|
28840
|
-
{
|
|
28841
|
-
"kind": "field",
|
|
28842
|
-
"name": "spacerElement",
|
|
28843
|
-
"type": {
|
|
28844
|
-
"text": "HTMLElement"
|
|
28845
|
-
},
|
|
28846
|
-
"inheritedFrom": {
|
|
28847
|
-
"name": "SectionNavigator",
|
|
28848
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28849
|
-
}
|
|
28850
|
-
},
|
|
28851
|
-
{
|
|
28852
|
-
"kind": "method",
|
|
28853
|
-
"name": "setSectionItems",
|
|
28854
|
-
"privacy": "private",
|
|
28855
|
-
"inheritedFrom": {
|
|
28856
|
-
"name": "SectionNavigator",
|
|
28857
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28858
|
-
}
|
|
28859
|
-
},
|
|
28860
|
-
{
|
|
28861
|
-
"kind": "method",
|
|
28862
|
-
"name": "setActiveSection",
|
|
28863
|
-
"privacy": "private",
|
|
28864
|
-
"inheritedFrom": {
|
|
28865
|
-
"name": "SectionNavigator",
|
|
28866
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28867
|
-
}
|
|
28868
|
-
},
|
|
28869
|
-
{
|
|
28870
|
-
"kind": "method",
|
|
28871
|
-
"name": "handleSectionClick",
|
|
28872
|
-
"privacy": "public",
|
|
28873
|
-
"parameters": [
|
|
28874
|
-
{
|
|
28875
|
-
"name": "sectionName",
|
|
28876
|
-
"type": {
|
|
28877
|
-
"text": "string"
|
|
28878
|
-
}
|
|
28879
|
-
}
|
|
28880
|
-
],
|
|
28881
|
-
"inheritedFrom": {
|
|
28882
|
-
"name": "SectionNavigator",
|
|
28883
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28884
|
-
}
|
|
28885
|
-
},
|
|
28886
|
-
{
|
|
28887
|
-
"kind": "method",
|
|
28888
|
-
"name": "updateSpacer",
|
|
28889
|
-
"privacy": "private",
|
|
28890
|
-
"inheritedFrom": {
|
|
28891
|
-
"name": "SectionNavigator",
|
|
28892
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28893
|
-
}
|
|
28894
|
-
},
|
|
28895
|
-
{
|
|
28896
|
-
"kind": "method",
|
|
28897
|
-
"name": "scrollToSection",
|
|
28898
|
-
"privacy": "private",
|
|
28899
|
-
"parameters": [
|
|
28900
|
-
{
|
|
28901
|
-
"name": "sectionName",
|
|
28902
|
-
"type": {
|
|
28903
|
-
"text": "string"
|
|
28904
|
-
}
|
|
28905
|
-
}
|
|
28906
|
-
],
|
|
28907
|
-
"inheritedFrom": {
|
|
28908
|
-
"name": "SectionNavigator",
|
|
28909
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28910
|
-
}
|
|
28911
|
-
},
|
|
28912
|
-
{
|
|
28913
|
-
"kind": "method",
|
|
28914
|
-
"name": "setupStateEventListeners",
|
|
28915
|
-
"privacy": "private",
|
|
28916
|
-
"inheritedFrom": {
|
|
28917
|
-
"name": "SectionNavigator",
|
|
28918
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28919
|
-
}
|
|
28920
|
-
},
|
|
28921
|
-
{
|
|
28922
|
-
"kind": "method",
|
|
28923
|
-
"name": "updateSectionStates",
|
|
28924
|
-
"privacy": "private",
|
|
28925
|
-
"parameters": [
|
|
28926
|
-
{
|
|
28927
|
-
"name": "sectionName",
|
|
28928
|
-
"type": {
|
|
28929
|
-
"text": "string"
|
|
28930
|
-
}
|
|
28931
|
-
},
|
|
28932
|
-
{
|
|
28933
|
-
"name": "newStates",
|
|
28934
|
-
"type": {
|
|
28935
|
-
"text": "SectionItemStateName[]"
|
|
28936
|
-
}
|
|
28937
|
-
}
|
|
28938
|
-
],
|
|
28939
|
-
"inheritedFrom": {
|
|
28940
|
-
"name": "SectionNavigator",
|
|
28941
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28942
|
-
}
|
|
28943
|
-
},
|
|
28944
|
-
{
|
|
28945
|
-
"kind": "method",
|
|
28946
|
-
"name": "addState",
|
|
28947
|
-
"privacy": "private",
|
|
28948
|
-
"parameters": [
|
|
28949
|
-
{
|
|
28950
|
-
"name": "sectionName",
|
|
28951
|
-
"type": {
|
|
28952
|
-
"text": "string"
|
|
28953
|
-
}
|
|
28954
|
-
},
|
|
28955
|
-
{
|
|
28956
|
-
"name": "stateName",
|
|
28957
|
-
"type": {
|
|
28958
|
-
"text": "SectionItemStateName"
|
|
28959
|
-
}
|
|
28960
|
-
}
|
|
28961
|
-
],
|
|
28962
|
-
"inheritedFrom": {
|
|
28963
|
-
"name": "SectionNavigator",
|
|
28964
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28965
|
-
}
|
|
28966
|
-
},
|
|
28967
|
-
{
|
|
28968
|
-
"kind": "method",
|
|
28969
|
-
"name": "addStates",
|
|
28970
|
-
"privacy": "private",
|
|
28971
|
-
"parameters": [
|
|
28972
|
-
{
|
|
28973
|
-
"name": "sectionName",
|
|
28974
|
-
"type": {
|
|
28975
|
-
"text": "string"
|
|
28976
|
-
}
|
|
28977
|
-
},
|
|
28978
|
-
{
|
|
28979
|
-
"name": "stateNames",
|
|
28980
|
-
"type": {
|
|
28981
|
-
"text": "SectionItemStateName[]"
|
|
28982
|
-
}
|
|
28983
|
-
}
|
|
28984
|
-
],
|
|
28985
|
-
"inheritedFrom": {
|
|
28986
|
-
"name": "SectionNavigator",
|
|
28987
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
28988
|
-
}
|
|
28989
|
-
},
|
|
28990
|
-
{
|
|
28991
|
-
"kind": "method",
|
|
28992
|
-
"name": "clearState",
|
|
28993
|
-
"privacy": "private",
|
|
28994
|
-
"parameters": [
|
|
28995
|
-
{
|
|
28996
|
-
"name": "sectionName",
|
|
28997
|
-
"type": {
|
|
28998
|
-
"text": "string"
|
|
28999
|
-
}
|
|
29000
|
-
},
|
|
29001
|
-
{
|
|
29002
|
-
"name": "stateName",
|
|
29003
|
-
"type": {
|
|
29004
|
-
"text": "SectionItemStateName"
|
|
29005
|
-
}
|
|
29006
|
-
}
|
|
29007
|
-
],
|
|
29008
|
-
"inheritedFrom": {
|
|
29009
|
-
"name": "SectionNavigator",
|
|
29010
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29011
|
-
}
|
|
29012
|
-
},
|
|
29013
|
-
{
|
|
29014
|
-
"kind": "method",
|
|
29015
|
-
"name": "clearAllStates",
|
|
29016
|
-
"privacy": "private",
|
|
29017
|
-
"parameters": [
|
|
29018
|
-
{
|
|
29019
|
-
"name": "sectionName",
|
|
29020
|
-
"type": {
|
|
29021
|
-
"text": "string"
|
|
29022
|
-
}
|
|
29023
|
-
}
|
|
29024
|
-
],
|
|
29025
|
-
"inheritedFrom": {
|
|
29026
|
-
"name": "SectionNavigator",
|
|
29027
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29028
|
-
}
|
|
29029
|
-
},
|
|
29030
|
-
{
|
|
29031
|
-
"kind": "method",
|
|
29032
|
-
"name": "clearAllStatesInAllSections",
|
|
29033
|
-
"privacy": "private",
|
|
29034
|
-
"inheritedFrom": {
|
|
29035
|
-
"name": "SectionNavigator",
|
|
29036
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29037
|
-
}
|
|
29038
|
-
},
|
|
29039
|
-
{
|
|
29040
|
-
"kind": "method",
|
|
29041
|
-
"name": "getStateTooltip",
|
|
29042
|
-
"privacy": "public",
|
|
29043
|
-
"return": {
|
|
29044
|
-
"type": {
|
|
29045
|
-
"text": "string"
|
|
29046
|
-
}
|
|
29047
|
-
},
|
|
29048
|
-
"parameters": [
|
|
29049
|
-
{
|
|
29050
|
-
"name": "stateName",
|
|
29051
|
-
"type": {
|
|
29052
|
-
"text": "SectionItemStateName"
|
|
29053
|
-
}
|
|
29054
|
-
}
|
|
29055
|
-
],
|
|
29056
|
-
"inheritedFrom": {
|
|
29057
|
-
"name": "SectionNavigator",
|
|
29058
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29059
|
-
}
|
|
29060
|
-
},
|
|
29061
|
-
{
|
|
29062
|
-
"kind": "method",
|
|
29063
|
-
"name": "getSectionStateClass",
|
|
29064
|
-
"privacy": "public",
|
|
29065
|
-
"return": {
|
|
29066
|
-
"type": {
|
|
29067
|
-
"text": "string"
|
|
29068
|
-
}
|
|
29069
|
-
},
|
|
29070
|
-
"parameters": [
|
|
29071
|
-
{
|
|
29072
|
-
"name": "section",
|
|
29073
|
-
"type": {
|
|
29074
|
-
"text": "SectionItem"
|
|
29075
|
-
}
|
|
29076
|
-
}
|
|
29077
|
-
],
|
|
29078
|
-
"inheritedFrom": {
|
|
29079
|
-
"name": "SectionNavigator",
|
|
29080
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29081
|
-
}
|
|
29082
|
-
},
|
|
29083
|
-
{
|
|
29084
|
-
"kind": "method",
|
|
29085
|
-
"name": "getStateIcon",
|
|
29086
|
-
"privacy": "public",
|
|
29087
|
-
"return": {
|
|
29088
|
-
"type": {
|
|
29089
|
-
"text": "SectionItemStateIcon"
|
|
29090
|
-
}
|
|
29091
|
-
},
|
|
29092
|
-
"parameters": [
|
|
29093
|
-
{
|
|
29094
|
-
"name": "stateName",
|
|
29095
|
-
"type": {
|
|
29096
|
-
"text": "SectionItemStateName"
|
|
29097
|
-
}
|
|
29098
|
-
}
|
|
29099
|
-
],
|
|
29100
|
-
"inheritedFrom": {
|
|
29101
|
-
"name": "SectionNavigator",
|
|
29102
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29103
|
-
}
|
|
29104
|
-
},
|
|
29105
|
-
{
|
|
29106
|
-
"kind": "field",
|
|
29107
|
-
"name": "_presentation",
|
|
29108
|
-
"type": {
|
|
29109
|
-
"text": "ComponentPresentation | null | undefined"
|
|
29110
|
-
},
|
|
29111
|
-
"privacy": "private",
|
|
29112
|
-
"default": "void 0",
|
|
29113
|
-
"inheritedFrom": {
|
|
29114
|
-
"name": "FoundationElement",
|
|
29115
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29116
|
-
}
|
|
29117
|
-
},
|
|
29118
|
-
{
|
|
29119
|
-
"kind": "field",
|
|
29120
|
-
"name": "$presentation",
|
|
29121
|
-
"type": {
|
|
29122
|
-
"text": "ComponentPresentation | null"
|
|
29123
|
-
},
|
|
29124
|
-
"privacy": "public",
|
|
29125
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29126
|
-
"inheritedFrom": {
|
|
29127
|
-
"name": "FoundationElement",
|
|
29128
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29129
|
-
}
|
|
29130
|
-
},
|
|
29131
|
-
{
|
|
29132
|
-
"kind": "field",
|
|
29133
|
-
"name": "template",
|
|
29134
|
-
"type": {
|
|
29135
|
-
"text": "ElementViewTemplate | void | null"
|
|
29136
|
-
},
|
|
29137
|
-
"privacy": "public",
|
|
29138
|
-
"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.",
|
|
29139
|
-
"inheritedFrom": {
|
|
29140
|
-
"name": "FoundationElement",
|
|
29141
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29142
|
-
}
|
|
29143
|
-
},
|
|
29144
|
-
{
|
|
29145
|
-
"kind": "method",
|
|
29146
|
-
"name": "templateChanged",
|
|
29147
|
-
"privacy": "protected",
|
|
29148
|
-
"return": {
|
|
29149
|
-
"type": {
|
|
29150
|
-
"text": "void"
|
|
29151
|
-
}
|
|
29152
|
-
},
|
|
29153
|
-
"inheritedFrom": {
|
|
29154
|
-
"name": "FoundationElement",
|
|
29155
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29156
|
-
}
|
|
29157
|
-
},
|
|
29158
|
-
{
|
|
29159
|
-
"kind": "field",
|
|
29160
|
-
"name": "styles",
|
|
29161
|
-
"type": {
|
|
29162
|
-
"text": "ElementStyles | void | null"
|
|
29163
|
-
},
|
|
29164
|
-
"privacy": "public",
|
|
29165
|
-
"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.",
|
|
29166
|
-
"inheritedFrom": {
|
|
29167
|
-
"name": "FoundationElement",
|
|
29168
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29169
|
-
}
|
|
29170
|
-
},
|
|
29171
|
-
{
|
|
29172
|
-
"kind": "method",
|
|
29173
|
-
"name": "stylesChanged",
|
|
29174
|
-
"privacy": "protected",
|
|
29175
|
-
"return": {
|
|
29176
|
-
"type": {
|
|
29177
|
-
"text": "void"
|
|
29178
|
-
}
|
|
29179
|
-
},
|
|
29180
|
-
"inheritedFrom": {
|
|
29181
|
-
"name": "FoundationElement",
|
|
29182
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29183
|
-
}
|
|
29184
|
-
},
|
|
29185
|
-
{
|
|
29186
|
-
"kind": "method",
|
|
29187
|
-
"name": "compose",
|
|
29188
|
-
"privacy": "public",
|
|
29189
|
-
"static": true,
|
|
29190
|
-
"return": {
|
|
29191
|
-
"type": {
|
|
29192
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29193
|
-
}
|
|
29194
|
-
},
|
|
29195
|
-
"parameters": [
|
|
29196
|
-
{
|
|
29197
|
-
"name": "this",
|
|
29198
|
-
"type": {
|
|
29199
|
-
"text": "K"
|
|
29200
|
-
}
|
|
29201
|
-
},
|
|
29202
|
-
{
|
|
29203
|
-
"name": "elementDefinition",
|
|
29204
|
-
"type": {
|
|
29205
|
-
"text": "T"
|
|
29206
|
-
},
|
|
29207
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
29208
|
-
}
|
|
29209
|
-
],
|
|
29210
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29211
|
-
"inheritedFrom": {
|
|
29212
|
-
"name": "FoundationElement",
|
|
29213
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29214
|
-
}
|
|
29215
|
-
}
|
|
29216
|
-
]
|
|
29217
|
-
},
|
|
29218
|
-
{
|
|
29219
|
-
"kind": "variable",
|
|
29220
|
-
"name": "zeroSectionNavigator"
|
|
29221
|
-
}
|
|
29222
|
-
],
|
|
29223
|
-
"exports": [
|
|
29224
|
-
{
|
|
29225
|
-
"kind": "js",
|
|
29226
|
-
"name": "SectionNavigator",
|
|
29227
|
-
"declaration": {
|
|
29228
|
-
"name": "SectionNavigator",
|
|
29229
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29230
|
-
}
|
|
29231
|
-
},
|
|
29232
|
-
{
|
|
29233
|
-
"kind": "js",
|
|
29234
|
-
"name": "zeroSectionNavigator",
|
|
29235
|
-
"declaration": {
|
|
29236
|
-
"name": "zeroSectionNavigator",
|
|
29237
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29238
|
-
}
|
|
29239
|
-
}
|
|
29240
|
-
]
|
|
29241
|
-
},
|
|
29242
28515
|
{
|
|
29243
28516
|
"kind": "javascript-module",
|
|
29244
28517
|
"path": "src/segmented-control/index.ts",
|
|
@@ -325,7 +325,6 @@ 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>;
|
|
329
328
|
register(container?: Container, ...rest: any[]): void;
|
|
330
329
|
};
|
|
331
330
|
//# 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;AAkF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -59,7 +59,6 @@ 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';
|
|
63
62
|
export * from './segmented-control';
|
|
64
63
|
export * from './segmented-item';
|
|
65
64
|
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,
|
|
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"}
|
|
@@ -55,7 +55,6 @@ 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';
|
|
59
58
|
import { zeroSegmentedControl } from './segmented-control';
|
|
60
59
|
import { zeroSegmentedItem } from './segmented-item';
|
|
61
60
|
import { zeroSelect } from './select';
|
|
@@ -162,7 +161,6 @@ export const baseComponents = {
|
|
|
162
161
|
zeroTreeItem,
|
|
163
162
|
zeroTreeView,
|
|
164
163
|
zeroUrlInput,
|
|
165
|
-
zeroSectionNavigator,
|
|
166
164
|
register(container, ...rest) {
|
|
167
165
|
if (!container) {
|
|
168
166
|
// preserve backward compatibility with code that loops through
|
package/dist/esm/index.js
CHANGED
|
@@ -59,7 +59,6 @@ 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';
|
|
63
62
|
export * from './segmented-control';
|
|
64
63
|
export * from './segmented-item';
|
|
65
64
|
export * from './select';
|
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.336.2
|
|
4
|
+
"version": "14.336.2",
|
|
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.336.2
|
|
75
|
-
"@genesislcap/rollup-builder": "14.336.2
|
|
76
|
-
"@genesislcap/ts-builder": "14.336.2
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.336.2
|
|
78
|
-
"@genesislcap/vite-builder": "14.336.2
|
|
79
|
-
"@genesislcap/webpack-builder": "14.336.2
|
|
74
|
+
"@genesislcap/genx": "14.336.2",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.336.2",
|
|
76
|
+
"@genesislcap/ts-builder": "14.336.2",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.336.2",
|
|
78
|
+
"@genesislcap/vite-builder": "14.336.2",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.336.2"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.336.2
|
|
83
|
-
"@genesislcap/foundation-logger": "14.336.2
|
|
84
|
-
"@genesislcap/foundation-ui": "14.336.2
|
|
85
|
-
"@genesislcap/foundation-utils": "14.336.2
|
|
82
|
+
"@genesislcap/foundation-comms": "14.336.2",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.336.2",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.336.2",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.336.2",
|
|
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": "e897d950ef7e031c0a096f1eae036cda3040d017"
|
|
102
102
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"section-navigator.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/section-navigator.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,IAAI,0BAA0B,EAE/C,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,0BAA0B;CAAG;AAEnE,eAAO,MAAM,oBAAoB,gUAM/B,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"section-navigator.template.d.ts","sourceRoot":"","sources":["../../../src/section-navigator/section-navigator.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,eAAO,MAAM,4BAA4B,EAAE,YAAY,CAAC,gBAAgB,CAiDvE,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { defaultSectionNavigatorConfig, SectionNavigator as FoundationSectionNavigator, foundationSectionNavigatorShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
|
-
import { zeroSectionNavigatorStyles as styles } from './section-navigator.styles';
|
|
3
|
-
import { zeroSectionNavigatorTemplate as template } from './section-navigator.template';
|
|
4
|
-
/**
|
|
5
|
-
* @tagname %%prefix%%-section-navigator
|
|
6
|
-
*/
|
|
7
|
-
export class SectionNavigator extends FoundationSectionNavigator {
|
|
8
|
-
}
|
|
9
|
-
export const zeroSectionNavigator = SectionNavigator.compose(Object.assign({ baseName: 'section-navigator', template,
|
|
10
|
-
styles, shadowOptions: foundationSectionNavigatorShadowOptions }, defaultSectionNavigatorConfig));
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { html, ref, repeat } from '@microsoft/fast-element';
|
|
2
|
-
export const zeroSectionNavigatorTemplate = html `
|
|
3
|
-
<template>
|
|
4
|
-
<div class="section-navigator-container" part="container" ${ref('sectionNavigatorContainer')}>
|
|
5
|
-
<nav class="section-navigation" part="navigation">
|
|
6
|
-
${repeat((x) => x.sectionItems, html `
|
|
7
|
-
<zero-button
|
|
8
|
-
class="section-link ${(x, c) => c.parent.activeSection === x.name ? 'active' : ''} ${(x, c) => c.parent.getSectionStateClass(x)}"
|
|
9
|
-
part="section-link ${(x, c) => c.parent.getSectionStateClass(x)}"
|
|
10
|
-
@click="${(x, c) => c.parent.handleSectionClick(x.name)}"
|
|
11
|
-
>
|
|
12
|
-
${(x) => x.label}
|
|
13
|
-
${repeat((x) => x.states, html `
|
|
14
|
-
<zero-icon
|
|
15
|
-
class="state-icon"
|
|
16
|
-
part="state-icon"
|
|
17
|
-
title="${(stateName, ctx) => ctx.parentContext.parent.getStateTooltip(stateName)}"
|
|
18
|
-
data-state="${(stateName) => stateName}"
|
|
19
|
-
name="${(stateName, ctx) => ctx.parentContext.parent.getStateIcon(stateName).name}"
|
|
20
|
-
variant="${(stateName, ctx) => ctx.parentContext.parent.getStateIcon(stateName).variant}"
|
|
21
|
-
></zero-icon>
|
|
22
|
-
`)}
|
|
23
|
-
</zero-button>
|
|
24
|
-
`)}
|
|
25
|
-
</nav>
|
|
26
|
-
<div class="section-content-wrapper" part="content-wrapper">
|
|
27
|
-
<section class="section-content" part="content" ${ref('sectionContent')}>
|
|
28
|
-
${repeat((x) => x.sectionItems, html `
|
|
29
|
-
<div class="content-section" part="content-section" data-section="${(x) => x.name}">
|
|
30
|
-
<slot name="${(x) => x.name}"></slot>
|
|
31
|
-
</div>
|
|
32
|
-
`)}
|
|
33
|
-
</section>
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
</template>
|
|
37
|
-
`;
|