@genesislcap/rapid-design-system 14.244.2 → 14.244.3
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 +34 -7
- package/package.json +11 -11
|
@@ -20935,13 +20935,13 @@
|
|
|
20935
20935
|
{
|
|
20936
20936
|
"name": "autocomplete",
|
|
20937
20937
|
"type": {
|
|
20938
|
-
"text": "ComboboxAutocomplete"
|
|
20938
|
+
"text": "ComboboxAutocomplete | undefined"
|
|
20939
20939
|
},
|
|
20940
|
-
"fieldName": "autocomplete",
|
|
20941
20940
|
"description": "The autocomplete attribute.",
|
|
20941
|
+
"fieldName": "autocomplete",
|
|
20942
20942
|
"inheritedFrom": {
|
|
20943
|
-
"name": "
|
|
20944
|
-
"module": "src/
|
|
20943
|
+
"name": "SearchBarCombobox",
|
|
20944
|
+
"module": "src/search-bar/search-bar-combobox.ts"
|
|
20945
20945
|
}
|
|
20946
20946
|
},
|
|
20947
20947
|
{
|
|
@@ -21034,6 +21034,19 @@
|
|
|
21034
21034
|
"module": "src/combobox/combobox.ts"
|
|
21035
21035
|
}
|
|
21036
21036
|
},
|
|
21037
|
+
{
|
|
21038
|
+
"name": "filter-mode",
|
|
21039
|
+
"type": {
|
|
21040
|
+
"text": "'contains' | 'startsWith'"
|
|
21041
|
+
},
|
|
21042
|
+
"default": "'startsWith'",
|
|
21043
|
+
"description": "Controls whether to filter by contains or startsWith",
|
|
21044
|
+
"fieldName": "filterMode",
|
|
21045
|
+
"inheritedFrom": {
|
|
21046
|
+
"name": "Combobox",
|
|
21047
|
+
"module": "src/combobox/combobox.ts"
|
|
21048
|
+
}
|
|
21049
|
+
},
|
|
21037
21050
|
{
|
|
21038
21051
|
"name": "scroll-to-selected-when-opening",
|
|
21039
21052
|
"type": {
|
|
@@ -21195,13 +21208,13 @@
|
|
|
21195
21208
|
"kind": "field",
|
|
21196
21209
|
"name": "autocomplete",
|
|
21197
21210
|
"type": {
|
|
21198
|
-
"text": "ComboboxAutocomplete"
|
|
21211
|
+
"text": "ComboboxAutocomplete | undefined"
|
|
21199
21212
|
},
|
|
21200
21213
|
"description": "The autocomplete attribute.",
|
|
21201
21214
|
"privacy": "public",
|
|
21202
21215
|
"inheritedFrom": {
|
|
21203
|
-
"name": "
|
|
21204
|
-
"module": "src/
|
|
21216
|
+
"name": "SearchBarCombobox",
|
|
21217
|
+
"module": "src/search-bar/search-bar-combobox.ts"
|
|
21205
21218
|
}
|
|
21206
21219
|
},
|
|
21207
21220
|
{
|
|
@@ -21782,6 +21795,20 @@
|
|
|
21782
21795
|
"module": "src/combobox/combobox.ts"
|
|
21783
21796
|
}
|
|
21784
21797
|
},
|
|
21798
|
+
{
|
|
21799
|
+
"kind": "field",
|
|
21800
|
+
"name": "filterMode",
|
|
21801
|
+
"type": {
|
|
21802
|
+
"text": "'contains' | 'startsWith'"
|
|
21803
|
+
},
|
|
21804
|
+
"privacy": "public",
|
|
21805
|
+
"default": "'startsWith'",
|
|
21806
|
+
"description": "Controls whether to filter by contains or startsWith",
|
|
21807
|
+
"inheritedFrom": {
|
|
21808
|
+
"name": "Combobox",
|
|
21809
|
+
"module": "src/combobox/combobox.ts"
|
|
21810
|
+
}
|
|
21811
|
+
},
|
|
21785
21812
|
{
|
|
21786
21813
|
"kind": "field",
|
|
21787
21814
|
"name": "scrollToSelectedWhenOpening",
|
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.244.
|
|
4
|
+
"version": "14.244.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.244.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.244.
|
|
38
|
-
"@genesislcap/ts-builder": "14.244.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.244.
|
|
40
|
-
"@genesislcap/vite-builder": "14.244.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.244.
|
|
36
|
+
"@genesislcap/genx": "14.244.3",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.244.3",
|
|
38
|
+
"@genesislcap/ts-builder": "14.244.3",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.244.3",
|
|
40
|
+
"@genesislcap/vite-builder": "14.244.3",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.244.3",
|
|
42
42
|
"rimraf": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@genesislcap/foundation-logger": "14.244.
|
|
46
|
-
"@genesislcap/foundation-ui": "14.244.
|
|
47
|
-
"@genesislcap/foundation-utils": "14.244.
|
|
45
|
+
"@genesislcap/foundation-logger": "14.244.3",
|
|
46
|
+
"@genesislcap/foundation-ui": "14.244.3",
|
|
47
|
+
"@genesislcap/foundation-utils": "14.244.3",
|
|
48
48
|
"@microsoft/fast-colors": "5.3.1",
|
|
49
49
|
"@microsoft/fast-components": "2.30.6",
|
|
50
50
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c4f2b114e38e7e3aedaa8f72a6643770a8d8652b"
|
|
66
66
|
}
|