@genesislcap/foundation-zero 14.193.1 → 14.193.2
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 +63 -9
- package/package.json +12 -12
|
@@ -16837,6 +16837,18 @@
|
|
|
16837
16837
|
}
|
|
16838
16838
|
],
|
|
16839
16839
|
"members": [
|
|
16840
|
+
{
|
|
16841
|
+
"kind": "field",
|
|
16842
|
+
"name": "exit",
|
|
16843
|
+
"type": {
|
|
16844
|
+
"text": "HTMLDivElement"
|
|
16845
|
+
},
|
|
16846
|
+
"privacy": "public",
|
|
16847
|
+
"inheritedFrom": {
|
|
16848
|
+
"name": "Flyout",
|
|
16849
|
+
"module": "src/flyout/flyout.ts"
|
|
16850
|
+
}
|
|
16851
|
+
},
|
|
16840
16852
|
{
|
|
16841
16853
|
"kind": "field",
|
|
16842
16854
|
"name": "position",
|
|
@@ -16909,6 +16921,14 @@
|
|
|
16909
16921
|
"module": "src/flyout/flyout.ts"
|
|
16910
16922
|
}
|
|
16911
16923
|
},
|
|
16924
|
+
{
|
|
16925
|
+
"kind": "method",
|
|
16926
|
+
"name": "focusExit",
|
|
16927
|
+
"inheritedFrom": {
|
|
16928
|
+
"name": "Flyout",
|
|
16929
|
+
"module": "src/flyout/flyout.ts"
|
|
16930
|
+
}
|
|
16931
|
+
},
|
|
16912
16932
|
{
|
|
16913
16933
|
"kind": "field",
|
|
16914
16934
|
"name": "_presentation",
|
|
@@ -22529,15 +22549,6 @@
|
|
|
22529
22549
|
"module": "src/multiselect/multiselect.ts"
|
|
22530
22550
|
}
|
|
22531
22551
|
},
|
|
22532
|
-
{
|
|
22533
|
-
"kind": "field",
|
|
22534
|
-
"name": "isAllSelected",
|
|
22535
|
-
"readonly": true,
|
|
22536
|
-
"inheritedFrom": {
|
|
22537
|
-
"name": "Multiselect",
|
|
22538
|
-
"module": "src/multiselect/multiselect.ts"
|
|
22539
|
-
}
|
|
22540
|
-
},
|
|
22541
22552
|
{
|
|
22542
22553
|
"kind": "field",
|
|
22543
22554
|
"name": "isAllOptionsDisabled",
|
|
@@ -22593,6 +22604,28 @@
|
|
|
22593
22604
|
"module": "src/multiselect/multiselect.ts"
|
|
22594
22605
|
}
|
|
22595
22606
|
},
|
|
22607
|
+
{
|
|
22608
|
+
"kind": "method",
|
|
22609
|
+
"name": "checkboxKeyDown",
|
|
22610
|
+
"parameters": [
|
|
22611
|
+
{
|
|
22612
|
+
"name": "normalizedOption",
|
|
22613
|
+
"type": {
|
|
22614
|
+
"text": "MultiselectOption"
|
|
22615
|
+
}
|
|
22616
|
+
},
|
|
22617
|
+
{
|
|
22618
|
+
"name": "event",
|
|
22619
|
+
"type": {
|
|
22620
|
+
"text": "KeyboardEvent"
|
|
22621
|
+
}
|
|
22622
|
+
}
|
|
22623
|
+
],
|
|
22624
|
+
"inheritedFrom": {
|
|
22625
|
+
"name": "Multiselect",
|
|
22626
|
+
"module": "src/multiselect/multiselect.ts"
|
|
22627
|
+
}
|
|
22628
|
+
},
|
|
22596
22629
|
{
|
|
22597
22630
|
"kind": "method",
|
|
22598
22631
|
"name": "getEnabledOptionsCount",
|
|
@@ -22682,6 +22715,27 @@
|
|
|
22682
22715
|
"module": "src/multiselect/multiselect.ts"
|
|
22683
22716
|
}
|
|
22684
22717
|
},
|
|
22718
|
+
{
|
|
22719
|
+
"kind": "method",
|
|
22720
|
+
"name": "keydownHandler",
|
|
22721
|
+
"return": {
|
|
22722
|
+
"type": {
|
|
22723
|
+
"text": "boolean | void"
|
|
22724
|
+
}
|
|
22725
|
+
},
|
|
22726
|
+
"parameters": [
|
|
22727
|
+
{
|
|
22728
|
+
"name": "e",
|
|
22729
|
+
"type": {
|
|
22730
|
+
"text": "Event & KeyboardEvent"
|
|
22731
|
+
}
|
|
22732
|
+
}
|
|
22733
|
+
],
|
|
22734
|
+
"inheritedFrom": {
|
|
22735
|
+
"name": "Multiselect",
|
|
22736
|
+
"module": "src/multiselect/multiselect.ts"
|
|
22737
|
+
}
|
|
22738
|
+
},
|
|
22685
22739
|
{
|
|
22686
22740
|
"kind": "field",
|
|
22687
22741
|
"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.193.
|
|
4
|
+
"version": "14.193.2",
|
|
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.193.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.193.
|
|
80
|
-
"@genesislcap/ts-builder": "14.193.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.193.
|
|
82
|
-
"@genesislcap/vite-builder": "14.193.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.193.
|
|
78
|
+
"@genesislcap/genx": "14.193.2",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.193.2",
|
|
80
|
+
"@genesislcap/ts-builder": "14.193.2",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.193.2",
|
|
82
|
+
"@genesislcap/vite-builder": "14.193.2",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.193.2",
|
|
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.193.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.193.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.193.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.193.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.193.2",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.193.2",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.193.2",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.193.2",
|
|
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": "14aae73d281195adae5bd2988ba56d1af7f3c56f"
|
|
122
122
|
}
|