@genesislcap/grid-pro 14.405.0 → 14.406.0-workspaces.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 +1844 -1027
- package/dist/dts/grid-components.d.ts +9 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/index.d.ts +4 -0
- package/dist/dts/multicolumn-dropdown/index.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +487 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts +12 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts +14 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -0
- package/dist/esm/grid-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/multicolumn-dropdown/index.js +3 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +380 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.styles.js +148 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +75 -0
- package/dist/grid-pro.api.json +1597 -115
- package/dist/grid-pro.d.ts +523 -0
- package/docs/api/grid-pro.display_none_class.md +13 -0
- package/docs/api/grid-pro.dropdownwidthvar.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
- package/docs/api/grid-pro.foundationmulticolumndropdown.md +66 -0
- package/docs/api/grid-pro.getmulticolumndropdowntemplate.md +56 -0
- package/docs/api/grid-pro.md +99 -0
- package/docs/api/grid-pro.multicolumndropdown.basecriteria.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.changehandler.md +50 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitions.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitionschanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connect.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.defaultslottednodes.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.disabled.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.displayvalue.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownplacement.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidth.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidthchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearch.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearchchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.grid.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hassearchkey.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hasslottedcontent.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.labelkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.md +580 -0
- package/docs/api/grid-pro.multicolumndropdown.open.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.openchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.optionselement.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.request.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.requestchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md +18 -0
- package/docs/api/grid-pro.multicolumndropdown.resourcename.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.searchkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.selectedrow.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.toggle.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.value.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.valuekey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdownstyles.md +13 -0
- package/docs/api/grid-pro.multicolumndropdowntemplate.md +13 -0
- package/docs/api/grid-pro.optionsclass.md +13 -0
- package/docs/api/grid-pro.wasclickoutsideelement.md +66 -0
- package/docs/api-report.md.api.md +95 -0
- package/package.json +14 -13
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getMulticolumnDropdownTemplate](./grid-pro.getmulticolumndropdowntemplate.md)
|
|
4
|
+
|
|
5
|
+
## getMulticolumnDropdownTemplate() function
|
|
6
|
+
|
|
7
|
+
Get a Design System prefixed Multicolumn Dropdown template.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
getMulticolumnDropdownTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<MulticolumnDropdown, any>
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
<table><thead><tr><th>
|
|
18
|
+
|
|
19
|
+
Parameter
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</th><th>
|
|
23
|
+
|
|
24
|
+
Type
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
</th><th>
|
|
28
|
+
|
|
29
|
+
Description
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
</th></tr></thead>
|
|
33
|
+
<tbody><tr><td>
|
|
34
|
+
|
|
35
|
+
designSystem
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
</td><td>
|
|
39
|
+
|
|
40
|
+
string
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
</td><td>
|
|
44
|
+
|
|
45
|
+
_(Optional)_ The design system prefix to use. Defaults to 'foundation'.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
</td></tr>
|
|
49
|
+
</tbody></table>
|
|
50
|
+
|
|
51
|
+
**Returns:**
|
|
52
|
+
|
|
53
|
+
import("@microsoft/fast-element").ViewTemplate<[MulticolumnDropdown](./grid-pro.multicolumndropdown.md)<!-- -->, any>
|
|
54
|
+
|
|
55
|
+
A Multicolumn Dropdown component template prefixed with the correct design system.
|
|
56
|
+
|
package/docs/api/grid-pro.md
CHANGED
|
@@ -232,6 +232,17 @@ A status bar component that shows a "Load More" button when more rows are availa
|
|
|
232
232
|
Implementation for the Local Storage State Persistence interface.
|
|
233
233
|
|
|
234
234
|
|
|
235
|
+
</td></tr>
|
|
236
|
+
<tr><td>
|
|
237
|
+
|
|
238
|
+
[MulticolumnDropdown](./grid-pro.multicolumndropdown.md)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
</td><td>
|
|
242
|
+
|
|
243
|
+
A dropdown component that displays its options in a multi-column AG Grid. Search triggers a reqrep and displays the results in the grid dropdown.
|
|
244
|
+
|
|
245
|
+
|
|
235
246
|
</td></tr>
|
|
236
247
|
<tr><td>
|
|
237
248
|
|
|
@@ -623,6 +634,17 @@ A function that returns a Foundation Action Renderer for configuring the compone
|
|
|
623
634
|
A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.
|
|
624
635
|
|
|
625
636
|
|
|
637
|
+
</td></tr>
|
|
638
|
+
<tr><td>
|
|
639
|
+
|
|
640
|
+
[foundationMulticolumnDropdown(overrideDefinition)](./grid-pro.foundationmulticolumndropdown.md)
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
</td><td>
|
|
644
|
+
|
|
645
|
+
A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.
|
|
646
|
+
|
|
647
|
+
|
|
626
648
|
</td></tr>
|
|
627
649
|
<tr><td>
|
|
628
650
|
|
|
@@ -778,6 +800,17 @@ Returns the filter params for enum fields based on the detected filter type.
|
|
|
778
800
|
Get a Design System prefixed The Grid Pro template.
|
|
779
801
|
|
|
780
802
|
|
|
803
|
+
</td></tr>
|
|
804
|
+
<tr><td>
|
|
805
|
+
|
|
806
|
+
[getMulticolumnDropdownTemplate(designSystem)](./grid-pro.getmulticolumndropdowntemplate.md)
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
</td><td>
|
|
810
|
+
|
|
811
|
+
Get a Design System prefixed Multicolumn Dropdown template.
|
|
812
|
+
|
|
813
|
+
|
|
781
814
|
</td></tr>
|
|
782
815
|
<tr><td>
|
|
783
816
|
|
|
@@ -886,6 +919,17 @@ A directive that renders a set of grid-pro-column elements from a given input bi
|
|
|
886
919
|
Merges two arrays, one of `ColDef` and one of `ColumnState`<!-- -->, and deduplicates them.
|
|
887
920
|
|
|
888
921
|
|
|
922
|
+
</td></tr>
|
|
923
|
+
<tr><td>
|
|
924
|
+
|
|
925
|
+
[wasClickOutsideElement(event, target)](./grid-pro.wasclickoutsideelement.md)
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
</td><td>
|
|
929
|
+
|
|
930
|
+
Checks if the given mouse event occurred outside the target element.
|
|
931
|
+
|
|
932
|
+
|
|
889
933
|
</td></tr>
|
|
890
934
|
</tbody></table>
|
|
891
935
|
|
|
@@ -1521,6 +1565,28 @@ Default grid options
|
|
|
1521
1565
|
Grid Pro default configuration.
|
|
1522
1566
|
|
|
1523
1567
|
|
|
1568
|
+
</td></tr>
|
|
1569
|
+
<tr><td>
|
|
1570
|
+
|
|
1571
|
+
[DISPLAY\_NONE\_CLASS](./grid-pro.display_none_class.md)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
</td><td>
|
|
1575
|
+
|
|
1576
|
+
Class name used to hide elements with display:none
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
</td></tr>
|
|
1580
|
+
<tr><td>
|
|
1581
|
+
|
|
1582
|
+
[dropdownWidthVar](./grid-pro.dropdownwidthvar.md)
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
</td><td>
|
|
1586
|
+
|
|
1587
|
+
The CSS variable to use for specifying the dropdown's width
|
|
1588
|
+
|
|
1589
|
+
|
|
1524
1590
|
</td></tr>
|
|
1525
1591
|
<tr><td>
|
|
1526
1592
|
|
|
@@ -1649,6 +1715,39 @@ The Genesis Datasource events names.
|
|
|
1649
1715
|
Logger for the grid-pro package
|
|
1650
1716
|
|
|
1651
1717
|
|
|
1718
|
+
</td></tr>
|
|
1719
|
+
<tr><td>
|
|
1720
|
+
|
|
1721
|
+
[multicolumnDropdownStyles](./grid-pro.multicolumndropdownstyles.md)
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
</td><td>
|
|
1725
|
+
|
|
1726
|
+
Multicolumn Dropdown styles.
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
</td></tr>
|
|
1730
|
+
<tr><td>
|
|
1731
|
+
|
|
1732
|
+
[multicolumnDropdownTemplate](./grid-pro.multicolumndropdowntemplate.md)
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
</td><td>
|
|
1736
|
+
|
|
1737
|
+
The default Multicolumn Dropdown template using the 'foundation' design system prefix.
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
</td></tr>
|
|
1741
|
+
<tr><td>
|
|
1742
|
+
|
|
1743
|
+
[optionsClass](./grid-pro.optionsclass.md)
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
</td><td>
|
|
1747
|
+
|
|
1748
|
+
The CSS class to use for the options element's class in the dropdown
|
|
1749
|
+
|
|
1750
|
+
|
|
1652
1751
|
</td></tr>
|
|
1653
1752
|
<tr><td>
|
|
1654
1753
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [baseCriteria](./grid-pro.multicolumndropdown.basecriteria.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.baseCriteria property
|
|
6
|
+
|
|
7
|
+
Base criteria that is always applied to requests combined with search criteria via AND. Use this to pre-filter results.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
baseCriteria?: string;
|
|
13
|
+
```
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [changeHandler](./grid-pro.multicolumndropdown.changehandler.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.changeHandler() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
changeHandler(event: Event): void;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
<table><thead><tr><th>
|
|
16
|
+
|
|
17
|
+
Parameter
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
</th><th>
|
|
21
|
+
|
|
22
|
+
Type
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
</th><th>
|
|
26
|
+
|
|
27
|
+
Description
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
</th></tr></thead>
|
|
31
|
+
<tbody><tr><td>
|
|
32
|
+
|
|
33
|
+
event
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
</td><td>
|
|
37
|
+
|
|
38
|
+
Event
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
</td></tr>
|
|
45
|
+
</tbody></table>
|
|
46
|
+
|
|
47
|
+
**Returns:**
|
|
48
|
+
|
|
49
|
+
void
|
|
50
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [columnDefinitions](./grid-pro.multicolumndropdown.columndefinitions.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.columnDefinitions property
|
|
6
|
+
|
|
7
|
+
An array of AG Grid column definitions to use in the grid to display the data
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
columnDefinitions: ColDef[];
|
|
13
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [columnDefinitionsChanged](./grid-pro.multicolumndropdown.columndefinitionschanged.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.columnDefinitionsChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
columnDefinitionsChanged(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [connect](./grid-pro.multicolumndropdown.connect.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.connect property
|
|
6
|
+
|
|
7
|
+
The connect service - uses DI by default, but can be manually set for dynamic element creation
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
get connect(): Connect;
|
|
13
|
+
|
|
14
|
+
set connect(value: Connect);
|
|
15
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [connectedCallback](./grid-pro.multicolumndropdown.connectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.connectedCallback() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [defaultSlottedNodes](./grid-pro.multicolumndropdown.defaultslottednodes.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.defaultSlottedNodes property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
defaultSlottedNodes: Node[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [disabled](./grid-pro.multicolumndropdown.disabled.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.disabled property
|
|
6
|
+
|
|
7
|
+
Whether to disable control of the component
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [disconnectedCallback](./grid-pro.multicolumndropdown.disconnectedcallback.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.disconnectedCallback() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [displayValue](./grid-pro.multicolumndropdown.displayvalue.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.displayValue property
|
|
6
|
+
|
|
7
|
+
Value to display in the form field
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
get displayValue(): any;
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [dropdownPlacement](./grid-pro.multicolumndropdown.dropdownplacement.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.dropdownPlacement property
|
|
6
|
+
|
|
7
|
+
Position of the dropdown panel relative to the control. - `'bottom-right'` – default; opens below and aligns to the right edge of the control - `'bottom-left'` – opens below and extends to the left - `'top-right'` – opens above and aligns to the right edge of the control - `'top-left'` – opens above and extends to the left
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
dropdownPlacement: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [dropdownWidth](./grid-pro.multicolumndropdown.dropdownwidth.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.dropdownWidth property
|
|
6
|
+
|
|
7
|
+
Optionally specifies the width of the dropdown
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
dropdownWidth: number;
|
|
13
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [dropdownWidthChanged](./grid-pro.multicolumndropdown.dropdownwidthchanged.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.dropdownWidthChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
dropdownWidthChanged(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [filterSearch](./grid-pro.multicolumndropdown.filtersearch.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.filterSearch property
|
|
6
|
+
|
|
7
|
+
The criteria to search by
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
filterSearch: string;
|
|
13
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [filterSearchChanged](./grid-pro.multicolumndropdown.filtersearchchanged.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.filterSearchChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
filterSearchChanged(): void;
|
|
11
|
+
```
|
|
12
|
+
**Returns:**
|
|
13
|
+
|
|
14
|
+
void
|
|
15
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [grid](./grid-pro.multicolumndropdown.grid.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.grid property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
grid: GridPro;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [hasSearchKey](./grid-pro.multicolumndropdown.hassearchkey.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.hasSearchKey property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get hasSearchKey(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [hasSlottedContent](./grid-pro.multicolumndropdown.hasslottedcontent.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.hasSlottedContent property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
get hasSlottedContent(): boolean;
|
|
11
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) > [labelKey](./grid-pro.multicolumndropdown.labelkey.md)
|
|
4
|
+
|
|
5
|
+
## MulticolumnDropdown.labelKey property
|
|
6
|
+
|
|
7
|
+
The key used as the label displayed in the UI
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
labelKey: string;
|
|
13
|
+
```
|