@genesislcap/foundation-zero 14.384.1 → 14.385.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +615 -2
- package/dist/dts/base-components.d.ts +1 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/expression-builder/expression-builder.styles.d.ts.map +1 -1
- package/dist/dts/optgroup/index.d.ts +4 -0
- package/dist/dts/optgroup/index.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.d.ts +8 -0
- package/dist/dts/optgroup/optgroup.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts +4 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.template.d.ts +5 -0
- package/dist/dts/optgroup/optgroup.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/expression-builder/expression-builder.styles.js +1 -0
- package/dist/esm/optgroup/index.js +3 -0
- package/dist/esm/optgroup/optgroup.js +13 -0
- package/dist/esm/optgroup/optgroup.styles.js +5 -0
- package/dist/esm/optgroup/optgroup.template.js +2 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroEnvironmentIndicator,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileReader,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStatusPill,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n 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}"
|
|
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 zeroOptgroup,\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": [
|
|
@@ -14259,7 +14259,7 @@
|
|
|
14259
14259
|
"type": {
|
|
14260
14260
|
"text": "ExpressionBuilderTypes.CustomElements"
|
|
14261
14261
|
},
|
|
14262
|
-
"default": "{\n number: 'zero-number-field',\n text: 'zero-text-field',\n checkbox: 'zero-checkbox',\n button: 'zero-button',\n select: 'zero-select',\n option: 'zero-option',\n radio: {\n input: 'zero-radio',\n group: 'zero-radio-group',\n },\n}"
|
|
14262
|
+
"default": "{\n number: 'zero-number-field',\n text: 'zero-text-field',\n checkbox: 'zero-checkbox',\n button: 'zero-button',\n select: 'zero-select',\n option: 'zero-option',\n optgroup: 'zero-optgroup',\n radio: {\n input: 'zero-radio',\n group: 'zero-radio-group',\n },\n}"
|
|
14263
14263
|
},
|
|
14264
14264
|
{
|
|
14265
14265
|
"kind": "variable",
|
|
@@ -25515,6 +25515,619 @@
|
|
|
25515
25515
|
}
|
|
25516
25516
|
]
|
|
25517
25517
|
},
|
|
25518
|
+
{
|
|
25519
|
+
"kind": "javascript-module",
|
|
25520
|
+
"path": "src/optgroup/index.ts",
|
|
25521
|
+
"declarations": [],
|
|
25522
|
+
"exports": [
|
|
25523
|
+
{
|
|
25524
|
+
"kind": "js",
|
|
25525
|
+
"name": "*",
|
|
25526
|
+
"declaration": {
|
|
25527
|
+
"name": "*",
|
|
25528
|
+
"package": "./optgroup"
|
|
25529
|
+
}
|
|
25530
|
+
},
|
|
25531
|
+
{
|
|
25532
|
+
"kind": "js",
|
|
25533
|
+
"name": "*",
|
|
25534
|
+
"declaration": {
|
|
25535
|
+
"name": "*",
|
|
25536
|
+
"package": "./optgroup.styles"
|
|
25537
|
+
}
|
|
25538
|
+
},
|
|
25539
|
+
{
|
|
25540
|
+
"kind": "js",
|
|
25541
|
+
"name": "*",
|
|
25542
|
+
"declaration": {
|
|
25543
|
+
"name": "*",
|
|
25544
|
+
"package": "./optgroup.template"
|
|
25545
|
+
}
|
|
25546
|
+
}
|
|
25547
|
+
]
|
|
25548
|
+
},
|
|
25549
|
+
{
|
|
25550
|
+
"kind": "javascript-module",
|
|
25551
|
+
"path": "src/optgroup/optgroup.styles.ts",
|
|
25552
|
+
"declarations": [
|
|
25553
|
+
{
|
|
25554
|
+
"kind": "function",
|
|
25555
|
+
"name": "zeroOptgroupStyles",
|
|
25556
|
+
"return": {
|
|
25557
|
+
"type": {
|
|
25558
|
+
"text": "ElementStyles"
|
|
25559
|
+
}
|
|
25560
|
+
},
|
|
25561
|
+
"parameters": [
|
|
25562
|
+
{
|
|
25563
|
+
"name": "context",
|
|
25564
|
+
"type": {
|
|
25565
|
+
"text": "ElementDefinitionContext"
|
|
25566
|
+
}
|
|
25567
|
+
},
|
|
25568
|
+
{
|
|
25569
|
+
"name": "definition",
|
|
25570
|
+
"type": {
|
|
25571
|
+
"text": "FoundationElementDefinition"
|
|
25572
|
+
}
|
|
25573
|
+
}
|
|
25574
|
+
]
|
|
25575
|
+
}
|
|
25576
|
+
],
|
|
25577
|
+
"exports": [
|
|
25578
|
+
{
|
|
25579
|
+
"kind": "js",
|
|
25580
|
+
"name": "zeroOptgroupStyles",
|
|
25581
|
+
"declaration": {
|
|
25582
|
+
"name": "zeroOptgroupStyles",
|
|
25583
|
+
"module": "src/optgroup/optgroup.styles.ts"
|
|
25584
|
+
}
|
|
25585
|
+
}
|
|
25586
|
+
]
|
|
25587
|
+
},
|
|
25588
|
+
{
|
|
25589
|
+
"kind": "javascript-module",
|
|
25590
|
+
"path": "src/optgroup/optgroup.template.ts",
|
|
25591
|
+
"declarations": [
|
|
25592
|
+
{
|
|
25593
|
+
"kind": "function",
|
|
25594
|
+
"name": "zeroOptgroupTemplate",
|
|
25595
|
+
"return": {
|
|
25596
|
+
"type": {
|
|
25597
|
+
"text": "ViewTemplate<Optgroup>"
|
|
25598
|
+
}
|
|
25599
|
+
},
|
|
25600
|
+
"parameters": [
|
|
25601
|
+
{
|
|
25602
|
+
"name": "context",
|
|
25603
|
+
"type": {
|
|
25604
|
+
"text": "ElementDefinitionContext"
|
|
25605
|
+
}
|
|
25606
|
+
},
|
|
25607
|
+
{
|
|
25608
|
+
"name": "definition",
|
|
25609
|
+
"type": {
|
|
25610
|
+
"text": "FoundationElementDefinition"
|
|
25611
|
+
}
|
|
25612
|
+
}
|
|
25613
|
+
]
|
|
25614
|
+
}
|
|
25615
|
+
],
|
|
25616
|
+
"exports": [
|
|
25617
|
+
{
|
|
25618
|
+
"kind": "js",
|
|
25619
|
+
"name": "zeroOptgroupTemplate",
|
|
25620
|
+
"declaration": {
|
|
25621
|
+
"name": "zeroOptgroupTemplate",
|
|
25622
|
+
"module": "src/optgroup/optgroup.template.ts"
|
|
25623
|
+
}
|
|
25624
|
+
}
|
|
25625
|
+
]
|
|
25626
|
+
},
|
|
25627
|
+
{
|
|
25628
|
+
"kind": "javascript-module",
|
|
25629
|
+
"path": "src/optgroup/optgroup.ts",
|
|
25630
|
+
"declarations": [
|
|
25631
|
+
{
|
|
25632
|
+
"kind": "class",
|
|
25633
|
+
"description": "",
|
|
25634
|
+
"name": "Optgroup",
|
|
25635
|
+
"superclass": {
|
|
25636
|
+
"name": "FoundationOptgroup",
|
|
25637
|
+
"package": "@genesislcap/foundation-ui"
|
|
25638
|
+
},
|
|
25639
|
+
"tagName": "%%prefix%%-optgroup",
|
|
25640
|
+
"customElement": true,
|
|
25641
|
+
"attributes": [
|
|
25642
|
+
{
|
|
25643
|
+
"name": "label",
|
|
25644
|
+
"type": {
|
|
25645
|
+
"text": "string"
|
|
25646
|
+
},
|
|
25647
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
25648
|
+
"fieldName": "groupLabel",
|
|
25649
|
+
"inheritedFrom": {
|
|
25650
|
+
"name": "Optgroup",
|
|
25651
|
+
"module": "src/optgroup/optgroup.ts"
|
|
25652
|
+
}
|
|
25653
|
+
},
|
|
25654
|
+
{
|
|
25655
|
+
"type": {
|
|
25656
|
+
"text": "boolean"
|
|
25657
|
+
},
|
|
25658
|
+
"description": "The disabled state of the option.",
|
|
25659
|
+
"fieldName": "disabled",
|
|
25660
|
+
"inheritedFrom": {
|
|
25661
|
+
"name": "ListboxOption",
|
|
25662
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25663
|
+
}
|
|
25664
|
+
},
|
|
25665
|
+
{
|
|
25666
|
+
"name": "selected",
|
|
25667
|
+
"type": {
|
|
25668
|
+
"text": "boolean"
|
|
25669
|
+
},
|
|
25670
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
25671
|
+
"fieldName": "selectedAttribute",
|
|
25672
|
+
"inheritedFrom": {
|
|
25673
|
+
"name": "ListboxOption",
|
|
25674
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25675
|
+
}
|
|
25676
|
+
},
|
|
25677
|
+
{
|
|
25678
|
+
"name": "value",
|
|
25679
|
+
"type": {
|
|
25680
|
+
"text": "string"
|
|
25681
|
+
},
|
|
25682
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
25683
|
+
"fieldName": "initialValue",
|
|
25684
|
+
"inheritedFrom": {
|
|
25685
|
+
"name": "ListboxOption",
|
|
25686
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25687
|
+
}
|
|
25688
|
+
}
|
|
25689
|
+
],
|
|
25690
|
+
"members": [
|
|
25691
|
+
{
|
|
25692
|
+
"kind": "field",
|
|
25693
|
+
"name": "groupLabel",
|
|
25694
|
+
"type": {
|
|
25695
|
+
"text": "string"
|
|
25696
|
+
},
|
|
25697
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
25698
|
+
"privacy": "public",
|
|
25699
|
+
"inheritedFrom": {
|
|
25700
|
+
"name": "Optgroup",
|
|
25701
|
+
"module": "src/optgroup/optgroup.ts"
|
|
25702
|
+
}
|
|
25703
|
+
},
|
|
25704
|
+
{
|
|
25705
|
+
"kind": "field",
|
|
25706
|
+
"name": "checked",
|
|
25707
|
+
"type": {
|
|
25708
|
+
"text": "boolean | undefined"
|
|
25709
|
+
},
|
|
25710
|
+
"privacy": "public",
|
|
25711
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
25712
|
+
"inheritedFrom": {
|
|
25713
|
+
"name": "ListboxOption",
|
|
25714
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25715
|
+
}
|
|
25716
|
+
},
|
|
25717
|
+
{
|
|
25718
|
+
"kind": "method",
|
|
25719
|
+
"name": "checkedChanged",
|
|
25720
|
+
"privacy": "public",
|
|
25721
|
+
"return": {
|
|
25722
|
+
"type": {
|
|
25723
|
+
"text": "void"
|
|
25724
|
+
}
|
|
25725
|
+
},
|
|
25726
|
+
"parameters": [
|
|
25727
|
+
{
|
|
25728
|
+
"name": "prev",
|
|
25729
|
+
"type": {
|
|
25730
|
+
"text": "boolean | unknown"
|
|
25731
|
+
},
|
|
25732
|
+
"description": "the previous checked value"
|
|
25733
|
+
},
|
|
25734
|
+
{
|
|
25735
|
+
"name": "next",
|
|
25736
|
+
"optional": true,
|
|
25737
|
+
"type": {
|
|
25738
|
+
"text": "boolean"
|
|
25739
|
+
},
|
|
25740
|
+
"description": "the current checked value"
|
|
25741
|
+
}
|
|
25742
|
+
],
|
|
25743
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
25744
|
+
"inheritedFrom": {
|
|
25745
|
+
"name": "ListboxOption",
|
|
25746
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25747
|
+
}
|
|
25748
|
+
},
|
|
25749
|
+
{
|
|
25750
|
+
"kind": "field",
|
|
25751
|
+
"name": "content",
|
|
25752
|
+
"type": {
|
|
25753
|
+
"text": "Node[]"
|
|
25754
|
+
},
|
|
25755
|
+
"privacy": "public",
|
|
25756
|
+
"description": "The default slotted content.",
|
|
25757
|
+
"inheritedFrom": {
|
|
25758
|
+
"name": "ListboxOption",
|
|
25759
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25760
|
+
}
|
|
25761
|
+
},
|
|
25762
|
+
{
|
|
25763
|
+
"kind": "field",
|
|
25764
|
+
"name": "defaultSelected",
|
|
25765
|
+
"type": {
|
|
25766
|
+
"text": "boolean"
|
|
25767
|
+
},
|
|
25768
|
+
"privacy": "public",
|
|
25769
|
+
"default": "false",
|
|
25770
|
+
"description": "The defaultSelected state of the option.",
|
|
25771
|
+
"inheritedFrom": {
|
|
25772
|
+
"name": "ListboxOption",
|
|
25773
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25774
|
+
}
|
|
25775
|
+
},
|
|
25776
|
+
{
|
|
25777
|
+
"kind": "method",
|
|
25778
|
+
"name": "defaultSelectedChanged",
|
|
25779
|
+
"privacy": "protected",
|
|
25780
|
+
"return": {
|
|
25781
|
+
"type": {
|
|
25782
|
+
"text": "void"
|
|
25783
|
+
}
|
|
25784
|
+
},
|
|
25785
|
+
"inheritedFrom": {
|
|
25786
|
+
"name": "ListboxOption",
|
|
25787
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25788
|
+
}
|
|
25789
|
+
},
|
|
25790
|
+
{
|
|
25791
|
+
"kind": "field",
|
|
25792
|
+
"name": "disabled",
|
|
25793
|
+
"type": {
|
|
25794
|
+
"text": "boolean"
|
|
25795
|
+
},
|
|
25796
|
+
"privacy": "public",
|
|
25797
|
+
"description": "The disabled state of the option.",
|
|
25798
|
+
"inheritedFrom": {
|
|
25799
|
+
"name": "ListboxOption",
|
|
25800
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25801
|
+
}
|
|
25802
|
+
},
|
|
25803
|
+
{
|
|
25804
|
+
"kind": "method",
|
|
25805
|
+
"name": "disabledChanged",
|
|
25806
|
+
"privacy": "protected",
|
|
25807
|
+
"return": {
|
|
25808
|
+
"type": {
|
|
25809
|
+
"text": "void"
|
|
25810
|
+
}
|
|
25811
|
+
},
|
|
25812
|
+
"parameters": [
|
|
25813
|
+
{
|
|
25814
|
+
"name": "prev",
|
|
25815
|
+
"type": {
|
|
25816
|
+
"text": "boolean"
|
|
25817
|
+
}
|
|
25818
|
+
},
|
|
25819
|
+
{
|
|
25820
|
+
"name": "next",
|
|
25821
|
+
"type": {
|
|
25822
|
+
"text": "boolean"
|
|
25823
|
+
}
|
|
25824
|
+
}
|
|
25825
|
+
],
|
|
25826
|
+
"inheritedFrom": {
|
|
25827
|
+
"name": "ListboxOption",
|
|
25828
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25829
|
+
}
|
|
25830
|
+
},
|
|
25831
|
+
{
|
|
25832
|
+
"kind": "field",
|
|
25833
|
+
"name": "selectedAttribute",
|
|
25834
|
+
"type": {
|
|
25835
|
+
"text": "boolean"
|
|
25836
|
+
},
|
|
25837
|
+
"privacy": "public",
|
|
25838
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
25839
|
+
"inheritedFrom": {
|
|
25840
|
+
"name": "ListboxOption",
|
|
25841
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25842
|
+
}
|
|
25843
|
+
},
|
|
25844
|
+
{
|
|
25845
|
+
"kind": "method",
|
|
25846
|
+
"name": "selectedAttributeChanged",
|
|
25847
|
+
"privacy": "protected",
|
|
25848
|
+
"return": {
|
|
25849
|
+
"type": {
|
|
25850
|
+
"text": "void"
|
|
25851
|
+
}
|
|
25852
|
+
},
|
|
25853
|
+
"inheritedFrom": {
|
|
25854
|
+
"name": "ListboxOption",
|
|
25855
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25856
|
+
}
|
|
25857
|
+
},
|
|
25858
|
+
{
|
|
25859
|
+
"kind": "field",
|
|
25860
|
+
"name": "selected",
|
|
25861
|
+
"type": {
|
|
25862
|
+
"text": "boolean"
|
|
25863
|
+
},
|
|
25864
|
+
"privacy": "public",
|
|
25865
|
+
"description": "The checked state of the control.",
|
|
25866
|
+
"inheritedFrom": {
|
|
25867
|
+
"name": "ListboxOption",
|
|
25868
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25869
|
+
}
|
|
25870
|
+
},
|
|
25871
|
+
{
|
|
25872
|
+
"kind": "method",
|
|
25873
|
+
"name": "selectedChanged",
|
|
25874
|
+
"privacy": "protected",
|
|
25875
|
+
"return": {
|
|
25876
|
+
"type": {
|
|
25877
|
+
"text": "void"
|
|
25878
|
+
}
|
|
25879
|
+
},
|
|
25880
|
+
"inheritedFrom": {
|
|
25881
|
+
"name": "ListboxOption",
|
|
25882
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25883
|
+
}
|
|
25884
|
+
},
|
|
25885
|
+
{
|
|
25886
|
+
"kind": "field",
|
|
25887
|
+
"name": "dirtyValue",
|
|
25888
|
+
"type": {
|
|
25889
|
+
"text": "boolean"
|
|
25890
|
+
},
|
|
25891
|
+
"privacy": "public",
|
|
25892
|
+
"default": "false",
|
|
25893
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
25894
|
+
"inheritedFrom": {
|
|
25895
|
+
"name": "ListboxOption",
|
|
25896
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25897
|
+
}
|
|
25898
|
+
},
|
|
25899
|
+
{
|
|
25900
|
+
"kind": "field",
|
|
25901
|
+
"name": "initialValue",
|
|
25902
|
+
"type": {
|
|
25903
|
+
"text": "string"
|
|
25904
|
+
},
|
|
25905
|
+
"privacy": "protected",
|
|
25906
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
25907
|
+
"inheritedFrom": {
|
|
25908
|
+
"name": "ListboxOption",
|
|
25909
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25910
|
+
}
|
|
25911
|
+
},
|
|
25912
|
+
{
|
|
25913
|
+
"kind": "method",
|
|
25914
|
+
"name": "initialValueChanged",
|
|
25915
|
+
"privacy": "public",
|
|
25916
|
+
"return": {
|
|
25917
|
+
"type": {
|
|
25918
|
+
"text": "void"
|
|
25919
|
+
}
|
|
25920
|
+
},
|
|
25921
|
+
"parameters": [
|
|
25922
|
+
{
|
|
25923
|
+
"name": "previous",
|
|
25924
|
+
"type": {
|
|
25925
|
+
"text": "string"
|
|
25926
|
+
}
|
|
25927
|
+
},
|
|
25928
|
+
{
|
|
25929
|
+
"name": "next",
|
|
25930
|
+
"type": {
|
|
25931
|
+
"text": "string"
|
|
25932
|
+
}
|
|
25933
|
+
}
|
|
25934
|
+
],
|
|
25935
|
+
"inheritedFrom": {
|
|
25936
|
+
"name": "ListboxOption",
|
|
25937
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25938
|
+
}
|
|
25939
|
+
},
|
|
25940
|
+
{
|
|
25941
|
+
"kind": "field",
|
|
25942
|
+
"name": "label",
|
|
25943
|
+
"privacy": "public",
|
|
25944
|
+
"inheritedFrom": {
|
|
25945
|
+
"name": "ListboxOption",
|
|
25946
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25947
|
+
}
|
|
25948
|
+
},
|
|
25949
|
+
{
|
|
25950
|
+
"kind": "field",
|
|
25951
|
+
"name": "text",
|
|
25952
|
+
"type": {
|
|
25953
|
+
"text": "string"
|
|
25954
|
+
},
|
|
25955
|
+
"privacy": "public",
|
|
25956
|
+
"inheritedFrom": {
|
|
25957
|
+
"name": "ListboxOption",
|
|
25958
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25959
|
+
}
|
|
25960
|
+
},
|
|
25961
|
+
{
|
|
25962
|
+
"kind": "field",
|
|
25963
|
+
"name": "value",
|
|
25964
|
+
"privacy": "public",
|
|
25965
|
+
"type": {
|
|
25966
|
+
"text": "string"
|
|
25967
|
+
},
|
|
25968
|
+
"inheritedFrom": {
|
|
25969
|
+
"name": "ListboxOption",
|
|
25970
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25971
|
+
}
|
|
25972
|
+
},
|
|
25973
|
+
{
|
|
25974
|
+
"kind": "field",
|
|
25975
|
+
"name": "form",
|
|
25976
|
+
"type": {
|
|
25977
|
+
"text": "HTMLFormElement | null"
|
|
25978
|
+
},
|
|
25979
|
+
"privacy": "public",
|
|
25980
|
+
"inheritedFrom": {
|
|
25981
|
+
"name": "ListboxOption",
|
|
25982
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25983
|
+
}
|
|
25984
|
+
},
|
|
25985
|
+
{
|
|
25986
|
+
"kind": "field",
|
|
25987
|
+
"name": "proxy",
|
|
25988
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
25989
|
+
"inheritedFrom": {
|
|
25990
|
+
"name": "ListboxOption",
|
|
25991
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
25992
|
+
}
|
|
25993
|
+
},
|
|
25994
|
+
{
|
|
25995
|
+
"kind": "field",
|
|
25996
|
+
"name": "_presentation",
|
|
25997
|
+
"type": {
|
|
25998
|
+
"text": "ComponentPresentation | null | undefined"
|
|
25999
|
+
},
|
|
26000
|
+
"privacy": "private",
|
|
26001
|
+
"default": "void 0",
|
|
26002
|
+
"inheritedFrom": {
|
|
26003
|
+
"name": "ListboxOption",
|
|
26004
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26005
|
+
}
|
|
26006
|
+
},
|
|
26007
|
+
{
|
|
26008
|
+
"kind": "field",
|
|
26009
|
+
"name": "$presentation",
|
|
26010
|
+
"type": {
|
|
26011
|
+
"text": "ComponentPresentation | null"
|
|
26012
|
+
},
|
|
26013
|
+
"privacy": "public",
|
|
26014
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26015
|
+
"inheritedFrom": {
|
|
26016
|
+
"name": "ListboxOption",
|
|
26017
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26018
|
+
}
|
|
26019
|
+
},
|
|
26020
|
+
{
|
|
26021
|
+
"kind": "field",
|
|
26022
|
+
"name": "template",
|
|
26023
|
+
"type": {
|
|
26024
|
+
"text": "ElementViewTemplate | void | null"
|
|
26025
|
+
},
|
|
26026
|
+
"privacy": "public",
|
|
26027
|
+
"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.",
|
|
26028
|
+
"inheritedFrom": {
|
|
26029
|
+
"name": "ListboxOption",
|
|
26030
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26031
|
+
}
|
|
26032
|
+
},
|
|
26033
|
+
{
|
|
26034
|
+
"kind": "method",
|
|
26035
|
+
"name": "templateChanged",
|
|
26036
|
+
"privacy": "protected",
|
|
26037
|
+
"return": {
|
|
26038
|
+
"type": {
|
|
26039
|
+
"text": "void"
|
|
26040
|
+
}
|
|
26041
|
+
},
|
|
26042
|
+
"inheritedFrom": {
|
|
26043
|
+
"name": "ListboxOption",
|
|
26044
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26045
|
+
}
|
|
26046
|
+
},
|
|
26047
|
+
{
|
|
26048
|
+
"kind": "field",
|
|
26049
|
+
"name": "styles",
|
|
26050
|
+
"type": {
|
|
26051
|
+
"text": "ElementStyles | void | null"
|
|
26052
|
+
},
|
|
26053
|
+
"privacy": "public",
|
|
26054
|
+
"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.",
|
|
26055
|
+
"inheritedFrom": {
|
|
26056
|
+
"name": "ListboxOption",
|
|
26057
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26058
|
+
}
|
|
26059
|
+
},
|
|
26060
|
+
{
|
|
26061
|
+
"kind": "method",
|
|
26062
|
+
"name": "stylesChanged",
|
|
26063
|
+
"privacy": "protected",
|
|
26064
|
+
"return": {
|
|
26065
|
+
"type": {
|
|
26066
|
+
"text": "void"
|
|
26067
|
+
}
|
|
26068
|
+
},
|
|
26069
|
+
"inheritedFrom": {
|
|
26070
|
+
"name": "ListboxOption",
|
|
26071
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26072
|
+
}
|
|
26073
|
+
},
|
|
26074
|
+
{
|
|
26075
|
+
"kind": "method",
|
|
26076
|
+
"name": "compose",
|
|
26077
|
+
"privacy": "public",
|
|
26078
|
+
"static": true,
|
|
26079
|
+
"return": {
|
|
26080
|
+
"type": {
|
|
26081
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
26082
|
+
}
|
|
26083
|
+
},
|
|
26084
|
+
"parameters": [
|
|
26085
|
+
{
|
|
26086
|
+
"name": "this",
|
|
26087
|
+
"type": {
|
|
26088
|
+
"text": "K"
|
|
26089
|
+
}
|
|
26090
|
+
},
|
|
26091
|
+
{
|
|
26092
|
+
"name": "elementDefinition",
|
|
26093
|
+
"type": {
|
|
26094
|
+
"text": "T"
|
|
26095
|
+
},
|
|
26096
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
26097
|
+
}
|
|
26098
|
+
],
|
|
26099
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26100
|
+
"inheritedFrom": {
|
|
26101
|
+
"name": "ListboxOption",
|
|
26102
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
26103
|
+
}
|
|
26104
|
+
}
|
|
26105
|
+
]
|
|
26106
|
+
},
|
|
26107
|
+
{
|
|
26108
|
+
"kind": "variable",
|
|
26109
|
+
"name": "zeroOptgroup"
|
|
26110
|
+
}
|
|
26111
|
+
],
|
|
26112
|
+
"exports": [
|
|
26113
|
+
{
|
|
26114
|
+
"kind": "js",
|
|
26115
|
+
"name": "Optgroup",
|
|
26116
|
+
"declaration": {
|
|
26117
|
+
"name": "Optgroup",
|
|
26118
|
+
"module": "src/optgroup/optgroup.ts"
|
|
26119
|
+
}
|
|
26120
|
+
},
|
|
26121
|
+
{
|
|
26122
|
+
"kind": "js",
|
|
26123
|
+
"name": "zeroOptgroup",
|
|
26124
|
+
"declaration": {
|
|
26125
|
+
"name": "zeroOptgroup",
|
|
26126
|
+
"module": "src/optgroup/optgroup.ts"
|
|
26127
|
+
}
|
|
26128
|
+
}
|
|
26129
|
+
]
|
|
26130
|
+
},
|
|
25518
26131
|
{
|
|
25519
26132
|
"kind": "javascript-module",
|
|
25520
26133
|
"path": "src/overlays/index.ts",
|
|
@@ -213,6 +213,7 @@ export declare const baseComponents: {
|
|
|
213
213
|
shadowOptions: ShadowRootInit;
|
|
214
214
|
}, typeof import("./notification-listener").NotificationListener>;
|
|
215
215
|
zeroNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./number-field").NumberField>;
|
|
216
|
+
zeroOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./optgroup").Optgroup>;
|
|
216
217
|
zeroProgress: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./progress").Progress>;
|
|
217
218
|
zeroProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
218
219
|
zeroRadio: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./radio").Radio>;
|
|
@@ -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;AAoF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,
|
|
1
|
+
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,cAYpD,CAAC;AA8FF,eAAO,MAAM,2BAA2B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMrF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/optgroup/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-optgroup
|
|
4
|
+
*/
|
|
5
|
+
export declare class Optgroup extends FoundationOptgroup {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Optgroup>;
|
|
8
|
+
//# sourceMappingURL=optgroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAI5E;;GAEG;AACH,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,YAAY,wTAIvB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
export declare const zeroOptgroupStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
|
|
4
|
+
//# sourceMappingURL=optgroup.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.styles.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,kBAAkB,GAC7B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAEF,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { Optgroup } from './optgroup';
|
|
4
|
+
export declare const zeroOptgroupTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Optgroup>;
|
|
5
|
+
//# sourceMappingURL=optgroup.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.template.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,oBAAoB,GAC/B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,YAAY,CAAC,QAAQ,CAAoD,CAAC"}
|
|
@@ -46,6 +46,7 @@ import { zeroModal } from './modal';
|
|
|
46
46
|
import { zeroMultiselect } from './multiselect';
|
|
47
47
|
import { zeroNotificationListener } from './notification-listener';
|
|
48
48
|
import { zeroNumberField } from './number-field';
|
|
49
|
+
import { zeroOptgroup } from './optgroup';
|
|
49
50
|
import { zeroSystemHealthOverlay } from './overlays';
|
|
50
51
|
import { zeroProgress } from './progress';
|
|
51
52
|
import { zeroProgressRing } from './progress-ring';
|
|
@@ -128,6 +129,7 @@ export const baseComponents = {
|
|
|
128
129
|
zeroMultiselect,
|
|
129
130
|
zeroNotificationListener,
|
|
130
131
|
zeroNumberField,
|
|
132
|
+
zeroOptgroup,
|
|
131
133
|
zeroProgress,
|
|
132
134
|
zeroProgressRing,
|
|
133
135
|
zeroRadio,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroOptgroupStyles as styles } from './optgroup.styles';
|
|
3
|
+
import { zeroOptgroupTemplate as template } from './optgroup.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-optgroup
|
|
6
|
+
*/
|
|
7
|
+
export class Optgroup extends FoundationOptgroup {
|
|
8
|
+
}
|
|
9
|
+
export const zeroOptgroup = Optgroup.compose({
|
|
10
|
+
baseName: 'optgroup',
|
|
11
|
+
template,
|
|
12
|
+
styles,
|
|
13
|
+
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.385.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.385.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.385.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.385.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.385.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.385.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.385.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.385.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.385.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.385.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.385.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "a88364dbf8f6a8e87274f572f76ab3cd0fe1983b"
|
|
102
102
|
}
|