@genesislcap/rapid-design-system 14.210.3 → 14.210.5-alpha-84d021b.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 +64 -9
- package/package.json +10 -10
|
@@ -22578,13 +22578,13 @@
|
|
|
22578
22578
|
{
|
|
22579
22579
|
"name": "autocomplete",
|
|
22580
22580
|
"type": {
|
|
22581
|
-
"text": "ComboboxAutocomplete
|
|
22581
|
+
"text": "ComboboxAutocomplete"
|
|
22582
22582
|
},
|
|
22583
|
-
"description": "The autocomplete attribute.",
|
|
22584
22583
|
"fieldName": "autocomplete",
|
|
22584
|
+
"description": "The autocomplete attribute.",
|
|
22585
22585
|
"inheritedFrom": {
|
|
22586
|
-
"name": "
|
|
22587
|
-
"module": "src/
|
|
22586
|
+
"name": "Combobox",
|
|
22587
|
+
"module": "src/combobox/combobox.ts"
|
|
22588
22588
|
}
|
|
22589
22589
|
},
|
|
22590
22590
|
{
|
|
@@ -22804,21 +22804,21 @@
|
|
|
22804
22804
|
"kind": "method",
|
|
22805
22805
|
"name": "openChanged",
|
|
22806
22806
|
"inheritedFrom": {
|
|
22807
|
-
"name": "
|
|
22808
|
-
"module": "src/
|
|
22807
|
+
"name": "Combobox",
|
|
22808
|
+
"module": "src/combobox/combobox.ts"
|
|
22809
22809
|
}
|
|
22810
22810
|
},
|
|
22811
22811
|
{
|
|
22812
22812
|
"kind": "field",
|
|
22813
22813
|
"name": "autocomplete",
|
|
22814
22814
|
"type": {
|
|
22815
|
-
"text": "ComboboxAutocomplete
|
|
22815
|
+
"text": "ComboboxAutocomplete"
|
|
22816
22816
|
},
|
|
22817
22817
|
"description": "The autocomplete attribute.",
|
|
22818
22818
|
"privacy": "public",
|
|
22819
22819
|
"inheritedFrom": {
|
|
22820
|
-
"name": "
|
|
22821
|
-
"module": "src/
|
|
22820
|
+
"name": "Combobox",
|
|
22821
|
+
"module": "src/combobox/combobox.ts"
|
|
22822
22822
|
}
|
|
22823
22823
|
},
|
|
22824
22824
|
{
|
|
@@ -23453,6 +23453,24 @@
|
|
|
23453
23453
|
"name": "Combobox",
|
|
23454
23454
|
"module": "src/combobox/combobox.ts"
|
|
23455
23455
|
}
|
|
23456
|
+
},
|
|
23457
|
+
{
|
|
23458
|
+
"kind": "field",
|
|
23459
|
+
"name": "activeDescendant",
|
|
23460
|
+
"readonly": true,
|
|
23461
|
+
"inheritedFrom": {
|
|
23462
|
+
"name": "Combobox",
|
|
23463
|
+
"module": "src/combobox/combobox.ts"
|
|
23464
|
+
}
|
|
23465
|
+
},
|
|
23466
|
+
{
|
|
23467
|
+
"kind": "method",
|
|
23468
|
+
"name": "manuallyDispatchChangeEvent",
|
|
23469
|
+
"privacy": "private",
|
|
23470
|
+
"inheritedFrom": {
|
|
23471
|
+
"name": "Combobox",
|
|
23472
|
+
"module": "src/combobox/combobox.ts"
|
|
23473
|
+
}
|
|
23456
23474
|
}
|
|
23457
23475
|
],
|
|
23458
23476
|
"events": [
|
|
@@ -24714,6 +24732,43 @@
|
|
|
24714
24732
|
}
|
|
24715
24733
|
],
|
|
24716
24734
|
"members": [
|
|
24735
|
+
{
|
|
24736
|
+
"kind": "method",
|
|
24737
|
+
"name": "openChanged",
|
|
24738
|
+
"parameters": [
|
|
24739
|
+
{
|
|
24740
|
+
"name": "prev"
|
|
24741
|
+
},
|
|
24742
|
+
{
|
|
24743
|
+
"name": "next"
|
|
24744
|
+
}
|
|
24745
|
+
],
|
|
24746
|
+
"inheritedFrom": {
|
|
24747
|
+
"name": "Select",
|
|
24748
|
+
"module": "src/select/select.ts"
|
|
24749
|
+
}
|
|
24750
|
+
},
|
|
24751
|
+
{
|
|
24752
|
+
"kind": "method",
|
|
24753
|
+
"name": "keydownHandler",
|
|
24754
|
+
"return": {
|
|
24755
|
+
"type": {
|
|
24756
|
+
"text": "boolean | void"
|
|
24757
|
+
}
|
|
24758
|
+
},
|
|
24759
|
+
"parameters": [
|
|
24760
|
+
{
|
|
24761
|
+
"name": "e",
|
|
24762
|
+
"type": {
|
|
24763
|
+
"text": "KeyboardEvent"
|
|
24764
|
+
}
|
|
24765
|
+
}
|
|
24766
|
+
],
|
|
24767
|
+
"inheritedFrom": {
|
|
24768
|
+
"name": "Select",
|
|
24769
|
+
"module": "src/select/select.ts"
|
|
24770
|
+
}
|
|
24771
|
+
},
|
|
24717
24772
|
{
|
|
24718
24773
|
"kind": "field",
|
|
24719
24774
|
"name": "open",
|
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.210.
|
|
4
|
+
"version": "14.210.5-alpha-84d021b.0",
|
|
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.210.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.210.
|
|
42
|
-
"@genesislcap/ts-builder": "14.210.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.210.
|
|
44
|
-
"@genesislcap/vite-builder": "14.210.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.210.
|
|
40
|
+
"@genesislcap/genx": "14.210.5-alpha-84d021b.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.210.5-alpha-84d021b.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.210.5-alpha-84d021b.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.210.5-alpha-84d021b.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.210.5-alpha-84d021b.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.210.5-alpha-84d021b.0",
|
|
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.210.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.210.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.210.5-alpha-84d021b.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.210.5-alpha-84d021b.0",
|
|
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": "580755ae8cb4f99175b5716c1f143bdeead11ef7"
|
|
83
83
|
}
|