@genesislcap/rapid-design-system 14.211.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 +87 -9
- package/package.json +10 -10
|
@@ -22676,6 +22676,32 @@
|
|
|
22676
22676
|
"name": "Combobox",
|
|
22677
22677
|
"module": "src/combobox/combobox.ts"
|
|
22678
22678
|
}
|
|
22679
|
+
},
|
|
22680
|
+
{
|
|
22681
|
+
"name": "scroll-to-selected-when-opening",
|
|
22682
|
+
"type": {
|
|
22683
|
+
"text": "boolean"
|
|
22684
|
+
},
|
|
22685
|
+
"default": "false",
|
|
22686
|
+
"description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
|
|
22687
|
+
"fieldName": "scrollToSelectedWhenOpening",
|
|
22688
|
+
"inheritedFrom": {
|
|
22689
|
+
"name": "Combobox",
|
|
22690
|
+
"module": "src/combobox/combobox.ts"
|
|
22691
|
+
}
|
|
22692
|
+
},
|
|
22693
|
+
{
|
|
22694
|
+
"name": "scroll-when-selection-changes",
|
|
22695
|
+
"type": {
|
|
22696
|
+
"text": "boolean"
|
|
22697
|
+
},
|
|
22698
|
+
"default": "false",
|
|
22699
|
+
"description": "Controls whether the combobox should scroll to the selected option when the selection changes",
|
|
22700
|
+
"fieldName": "scrollWhenSelectionChanges",
|
|
22701
|
+
"inheritedFrom": {
|
|
22702
|
+
"name": "Combobox",
|
|
22703
|
+
"module": "src/combobox/combobox.ts"
|
|
22704
|
+
}
|
|
22679
22705
|
}
|
|
22680
22706
|
],
|
|
22681
22707
|
"members": [
|
|
@@ -23300,6 +23326,15 @@
|
|
|
23300
23326
|
"module": "src/combobox/combobox.ts"
|
|
23301
23327
|
}
|
|
23302
23328
|
},
|
|
23329
|
+
{
|
|
23330
|
+
"kind": "field",
|
|
23331
|
+
"name": "activeDescendant",
|
|
23332
|
+
"readonly": true,
|
|
23333
|
+
"inheritedFrom": {
|
|
23334
|
+
"name": "Combobox",
|
|
23335
|
+
"module": "src/combobox/combobox.ts"
|
|
23336
|
+
}
|
|
23337
|
+
},
|
|
23303
23338
|
{
|
|
23304
23339
|
"kind": "field",
|
|
23305
23340
|
"name": "slottedDatasource",
|
|
@@ -23390,6 +23425,58 @@
|
|
|
23390
23425
|
"module": "src/combobox/combobox.ts"
|
|
23391
23426
|
}
|
|
23392
23427
|
},
|
|
23428
|
+
{
|
|
23429
|
+
"kind": "field",
|
|
23430
|
+
"name": "scrollToSelectedWhenOpening",
|
|
23431
|
+
"type": {
|
|
23432
|
+
"text": "boolean"
|
|
23433
|
+
},
|
|
23434
|
+
"default": "false",
|
|
23435
|
+
"description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
|
|
23436
|
+
"inheritedFrom": {
|
|
23437
|
+
"name": "Combobox",
|
|
23438
|
+
"module": "src/combobox/combobox.ts"
|
|
23439
|
+
}
|
|
23440
|
+
},
|
|
23441
|
+
{
|
|
23442
|
+
"kind": "field",
|
|
23443
|
+
"name": "scrollToSelectedWhenOpeningOptions",
|
|
23444
|
+
"type": {
|
|
23445
|
+
"text": "boolean | ScrollIntoViewOptions"
|
|
23446
|
+
},
|
|
23447
|
+
"default": "{\n behavior: 'auto',\n block: 'nearest',\n }",
|
|
23448
|
+
"description": "Options for scrolling to the selected option when the dropdown is opened",
|
|
23449
|
+
"inheritedFrom": {
|
|
23450
|
+
"name": "Combobox",
|
|
23451
|
+
"module": "src/combobox/combobox.ts"
|
|
23452
|
+
}
|
|
23453
|
+
},
|
|
23454
|
+
{
|
|
23455
|
+
"kind": "field",
|
|
23456
|
+
"name": "scrollWhenSelectionChanges",
|
|
23457
|
+
"type": {
|
|
23458
|
+
"text": "boolean"
|
|
23459
|
+
},
|
|
23460
|
+
"default": "false",
|
|
23461
|
+
"description": "Controls whether the combobox should scroll to the selected option when the selection changes",
|
|
23462
|
+
"inheritedFrom": {
|
|
23463
|
+
"name": "Combobox",
|
|
23464
|
+
"module": "src/combobox/combobox.ts"
|
|
23465
|
+
}
|
|
23466
|
+
},
|
|
23467
|
+
{
|
|
23468
|
+
"kind": "field",
|
|
23469
|
+
"name": "scrollWhenSelectionChangesOptions",
|
|
23470
|
+
"type": {
|
|
23471
|
+
"text": "boolean | ScrollIntoViewOptions"
|
|
23472
|
+
},
|
|
23473
|
+
"default": "{\n behavior: 'auto',\n block: 'center',\n }",
|
|
23474
|
+
"description": "Options for scrolling to the selected option when the selection changes",
|
|
23475
|
+
"inheritedFrom": {
|
|
23476
|
+
"name": "Combobox",
|
|
23477
|
+
"module": "src/combobox/combobox.ts"
|
|
23478
|
+
}
|
|
23479
|
+
},
|
|
23393
23480
|
{
|
|
23394
23481
|
"kind": "method",
|
|
23395
23482
|
"name": "slottedOptionsChanged",
|
|
@@ -23467,15 +23554,6 @@
|
|
|
23467
23554
|
"module": "src/combobox/combobox.ts"
|
|
23468
23555
|
}
|
|
23469
23556
|
},
|
|
23470
|
-
{
|
|
23471
|
-
"kind": "field",
|
|
23472
|
-
"name": "activeDescendant",
|
|
23473
|
-
"readonly": true,
|
|
23474
|
-
"inheritedFrom": {
|
|
23475
|
-
"name": "Combobox",
|
|
23476
|
-
"module": "src/combobox/combobox.ts"
|
|
23477
|
-
}
|
|
23478
|
-
},
|
|
23479
23557
|
{
|
|
23480
23558
|
"kind": "method",
|
|
23481
23559
|
"name": "manuallyDispatchChangeEvent",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.211.
|
|
4
|
+
"version": "14.211.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.211.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.211.
|
|
42
|
-
"@genesislcap/ts-builder": "14.211.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.211.
|
|
44
|
-
"@genesislcap/vite-builder": "14.211.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.211.
|
|
40
|
+
"@genesislcap/genx": "14.211.1",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.211.1",
|
|
42
|
+
"@genesislcap/ts-builder": "14.211.1",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.211.1",
|
|
44
|
+
"@genesislcap/vite-builder": "14.211.1",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.211.1",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.211.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.211.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.211.1",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.211.1",
|
|
65
65
|
"@microsoft/fast-colors": "^5.3.1",
|
|
66
66
|
"@microsoft/fast-components": "^2.30.6",
|
|
67
67
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
81
|
"customElements": "dist/custom-elements.json",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
|
|
83
83
|
}
|