@genesislcap/foundation-zero 14.210.6-alpha-d598d73.0 → 14.211.1
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 +57 -3
- package/package.json +12 -12
|
@@ -26007,12 +26007,26 @@
|
|
|
26007
26007
|
}
|
|
26008
26008
|
},
|
|
26009
26009
|
{
|
|
26010
|
-
"name": "
|
|
26010
|
+
"name": "scroll-to-selected-when-opening",
|
|
26011
26011
|
"type": {
|
|
26012
26012
|
"text": "boolean"
|
|
26013
26013
|
},
|
|
26014
26014
|
"default": "false",
|
|
26015
|
-
"
|
|
26015
|
+
"description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
|
|
26016
|
+
"fieldName": "scrollToSelectedWhenOpening",
|
|
26017
|
+
"inheritedFrom": {
|
|
26018
|
+
"name": "Combobox",
|
|
26019
|
+
"module": "src/combobox/combobox.ts"
|
|
26020
|
+
}
|
|
26021
|
+
},
|
|
26022
|
+
{
|
|
26023
|
+
"name": "scroll-when-selection-changes",
|
|
26024
|
+
"type": {
|
|
26025
|
+
"text": "boolean"
|
|
26026
|
+
},
|
|
26027
|
+
"default": "false",
|
|
26028
|
+
"description": "Controls whether the combobox should scroll to the selected option when the selection changes",
|
|
26029
|
+
"fieldName": "scrollWhenSelectionChanges",
|
|
26016
26030
|
"inheritedFrom": {
|
|
26017
26031
|
"name": "Combobox",
|
|
26018
26032
|
"module": "src/combobox/combobox.ts"
|
|
@@ -26742,11 +26756,51 @@
|
|
|
26742
26756
|
},
|
|
26743
26757
|
{
|
|
26744
26758
|
"kind": "field",
|
|
26745
|
-
"name": "
|
|
26759
|
+
"name": "scrollToSelectedWhenOpening",
|
|
26746
26760
|
"type": {
|
|
26747
26761
|
"text": "boolean"
|
|
26748
26762
|
},
|
|
26749
26763
|
"default": "false",
|
|
26764
|
+
"description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
|
|
26765
|
+
"inheritedFrom": {
|
|
26766
|
+
"name": "Combobox",
|
|
26767
|
+
"module": "src/combobox/combobox.ts"
|
|
26768
|
+
}
|
|
26769
|
+
},
|
|
26770
|
+
{
|
|
26771
|
+
"kind": "field",
|
|
26772
|
+
"name": "scrollToSelectedWhenOpeningOptions",
|
|
26773
|
+
"type": {
|
|
26774
|
+
"text": "boolean | ScrollIntoViewOptions"
|
|
26775
|
+
},
|
|
26776
|
+
"default": "{\n behavior: 'auto',\n block: 'nearest',\n }",
|
|
26777
|
+
"description": "Options for scrolling to the selected option when the dropdown is opened",
|
|
26778
|
+
"inheritedFrom": {
|
|
26779
|
+
"name": "Combobox",
|
|
26780
|
+
"module": "src/combobox/combobox.ts"
|
|
26781
|
+
}
|
|
26782
|
+
},
|
|
26783
|
+
{
|
|
26784
|
+
"kind": "field",
|
|
26785
|
+
"name": "scrollWhenSelectionChanges",
|
|
26786
|
+
"type": {
|
|
26787
|
+
"text": "boolean"
|
|
26788
|
+
},
|
|
26789
|
+
"default": "false",
|
|
26790
|
+
"description": "Controls whether the combobox should scroll to the selected option when the selection changes",
|
|
26791
|
+
"inheritedFrom": {
|
|
26792
|
+
"name": "Combobox",
|
|
26793
|
+
"module": "src/combobox/combobox.ts"
|
|
26794
|
+
}
|
|
26795
|
+
},
|
|
26796
|
+
{
|
|
26797
|
+
"kind": "field",
|
|
26798
|
+
"name": "scrollWhenSelectionChangesOptions",
|
|
26799
|
+
"type": {
|
|
26800
|
+
"text": "boolean | ScrollIntoViewOptions"
|
|
26801
|
+
},
|
|
26802
|
+
"default": "{\n behavior: 'auto',\n block: 'center',\n }",
|
|
26803
|
+
"description": "Options for scrolling to the selected option when the selection changes",
|
|
26750
26804
|
"inheritedFrom": {
|
|
26751
26805
|
"name": "Combobox",
|
|
26752
26806
|
"module": "src/combobox/combobox.ts"
|
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.211.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
78
|
-
"@genesislcap/genx": "14.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.
|
|
80
|
-
"@genesislcap/ts-builder": "14.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
82
|
-
"@genesislcap/vite-builder": "14.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.
|
|
78
|
+
"@genesislcap/genx": "14.211.1",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.211.1",
|
|
80
|
+
"@genesislcap/ts-builder": "14.211.1",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.211.1",
|
|
82
|
+
"@genesislcap/vite-builder": "14.211.1",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.211.1",
|
|
84
84
|
"@storybook/addon-coverage": "^1.0.1",
|
|
85
85
|
"@storybook/addon-essentials": "^8.0.0",
|
|
86
86
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"storybook": "^8.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-comms": "14.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.211.1",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.211.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.211.1",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.211.1",
|
|
105
105
|
"@microsoft/fast-colors": "^5.3.1",
|
|
106
106
|
"@microsoft/fast-components": "^2.30.6",
|
|
107
107
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
|
|
122
122
|
}
|