@genesislcap/foundation-zero 14.301.0 → 14.302.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 +36 -0
- package/package.json +12 -12
|
@@ -22649,6 +22649,17 @@
|
|
|
22649
22649
|
"module": "src/multiselect/multiselect.ts"
|
|
22650
22650
|
}
|
|
22651
22651
|
},
|
|
22652
|
+
{
|
|
22653
|
+
"kind": "field",
|
|
22654
|
+
"name": "filterSearchInput",
|
|
22655
|
+
"type": {
|
|
22656
|
+
"text": "HTMLInputElement"
|
|
22657
|
+
},
|
|
22658
|
+
"inheritedFrom": {
|
|
22659
|
+
"name": "Multiselect",
|
|
22660
|
+
"module": "src/multiselect/multiselect.ts"
|
|
22661
|
+
}
|
|
22662
|
+
},
|
|
22652
22663
|
{
|
|
22653
22664
|
"kind": "method",
|
|
22654
22665
|
"name": "defaultItemRenderer",
|
|
@@ -22990,6 +23001,31 @@
|
|
|
22990
23001
|
"module": "src/multiselect/multiselect.ts"
|
|
22991
23002
|
}
|
|
22992
23003
|
},
|
|
23004
|
+
{
|
|
23005
|
+
"kind": "method",
|
|
23006
|
+
"name": "clear",
|
|
23007
|
+
"privacy": "public",
|
|
23008
|
+
"return": {
|
|
23009
|
+
"type": {
|
|
23010
|
+
"text": "void"
|
|
23011
|
+
}
|
|
23012
|
+
},
|
|
23013
|
+
"parameters": [
|
|
23014
|
+
{
|
|
23015
|
+
"name": "options",
|
|
23016
|
+
"default": "{}",
|
|
23017
|
+
"type": {
|
|
23018
|
+
"text": "ClearOptions"
|
|
23019
|
+
},
|
|
23020
|
+
"description": "Options for clearing the multiselect"
|
|
23021
|
+
}
|
|
23022
|
+
],
|
|
23023
|
+
"description": "Clears the selected values and/or filter text",
|
|
23024
|
+
"inheritedFrom": {
|
|
23025
|
+
"name": "Multiselect",
|
|
23026
|
+
"module": "src/multiselect/multiselect.ts"
|
|
23027
|
+
}
|
|
23028
|
+
},
|
|
22993
23029
|
{
|
|
22994
23030
|
"kind": "field",
|
|
22995
23031
|
"name": "_presentation",
|
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.302.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,19 +71,19 @@
|
|
|
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.302.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.302.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.302.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.302.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.302.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.302.0",
|
|
80
80
|
"rimraf": "^5.0.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@genesislcap/foundation-comms": "14.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.
|
|
85
|
-
"@genesislcap/foundation-ui": "14.
|
|
86
|
-
"@genesislcap/foundation-utils": "14.
|
|
83
|
+
"@genesislcap/foundation-comms": "14.302.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.302.0",
|
|
85
|
+
"@genesislcap/foundation-ui": "14.302.0",
|
|
86
|
+
"@genesislcap/foundation-utils": "14.302.0",
|
|
87
87
|
"@microsoft/fast-colors": "5.3.1",
|
|
88
88
|
"@microsoft/fast-components": "2.30.6",
|
|
89
89
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "f52f52aa356a14a591ce6a1551f0c0391781d3f9"
|
|
104
104
|
}
|