@genesislcap/grid-pro 14.405.0 → 14.406.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.
Files changed (65) hide show
  1. package/dist/custom-elements.json +2069 -1252
  2. package/dist/dts/grid-components.d.ts +9 -0
  3. package/dist/dts/grid-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +1 -0
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/multicolumn-dropdown/index.d.ts +4 -0
  7. package/dist/dts/multicolumn-dropdown/index.d.ts.map +1 -0
  8. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +487 -0
  9. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -0
  10. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts +12 -0
  11. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts.map +1 -0
  12. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts +14 -0
  13. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -0
  14. package/dist/esm/grid-components.js +2 -0
  15. package/dist/esm/index.js +1 -0
  16. package/dist/esm/multicolumn-dropdown/index.js +3 -0
  17. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +380 -0
  18. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.styles.js +148 -0
  19. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +75 -0
  20. package/dist/grid-pro.api.json +1597 -115
  21. package/dist/grid-pro.d.ts +523 -0
  22. package/docs/api/grid-pro.display_none_class.md +13 -0
  23. package/docs/api/grid-pro.dropdownwidthvar.md +13 -0
  24. package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
  25. package/docs/api/grid-pro.foundationmulticolumndropdown.md +66 -0
  26. package/docs/api/grid-pro.getmulticolumndropdowntemplate.md +56 -0
  27. package/docs/api/grid-pro.md +99 -0
  28. package/docs/api/grid-pro.multicolumndropdown.basecriteria.md +13 -0
  29. package/docs/api/grid-pro.multicolumndropdown.changehandler.md +50 -0
  30. package/docs/api/grid-pro.multicolumndropdown.columndefinitions.md +13 -0
  31. package/docs/api/grid-pro.multicolumndropdown.columndefinitionschanged.md +15 -0
  32. package/docs/api/grid-pro.multicolumndropdown.connect.md +15 -0
  33. package/docs/api/grid-pro.multicolumndropdown.connectedcallback.md +15 -0
  34. package/docs/api/grid-pro.multicolumndropdown.defaultslottednodes.md +11 -0
  35. package/docs/api/grid-pro.multicolumndropdown.disabled.md +13 -0
  36. package/docs/api/grid-pro.multicolumndropdown.disconnectedcallback.md +15 -0
  37. package/docs/api/grid-pro.multicolumndropdown.displayvalue.md +13 -0
  38. package/docs/api/grid-pro.multicolumndropdown.dropdownplacement.md +13 -0
  39. package/docs/api/grid-pro.multicolumndropdown.dropdownwidth.md +13 -0
  40. package/docs/api/grid-pro.multicolumndropdown.dropdownwidthchanged.md +15 -0
  41. package/docs/api/grid-pro.multicolumndropdown.filtersearch.md +13 -0
  42. package/docs/api/grid-pro.multicolumndropdown.filtersearchchanged.md +15 -0
  43. package/docs/api/grid-pro.multicolumndropdown.grid.md +11 -0
  44. package/docs/api/grid-pro.multicolumndropdown.hassearchkey.md +11 -0
  45. package/docs/api/grid-pro.multicolumndropdown.hasslottedcontent.md +11 -0
  46. package/docs/api/grid-pro.multicolumndropdown.labelkey.md +13 -0
  47. package/docs/api/grid-pro.multicolumndropdown.md +580 -0
  48. package/docs/api/grid-pro.multicolumndropdown.open.md +13 -0
  49. package/docs/api/grid-pro.multicolumndropdown.openchanged.md +15 -0
  50. package/docs/api/grid-pro.multicolumndropdown.optionselement.md +11 -0
  51. package/docs/api/grid-pro.multicolumndropdown.request.md +13 -0
  52. package/docs/api/grid-pro.multicolumndropdown.requestchanged.md +15 -0
  53. package/docs/api/grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md +18 -0
  54. package/docs/api/grid-pro.multicolumndropdown.resourcename.md +13 -0
  55. package/docs/api/grid-pro.multicolumndropdown.searchkey.md +13 -0
  56. package/docs/api/grid-pro.multicolumndropdown.selectedrow.md +13 -0
  57. package/docs/api/grid-pro.multicolumndropdown.toggle.md +15 -0
  58. package/docs/api/grid-pro.multicolumndropdown.value.md +13 -0
  59. package/docs/api/grid-pro.multicolumndropdown.valuekey.md +13 -0
  60. package/docs/api/grid-pro.multicolumndropdownstyles.md +13 -0
  61. package/docs/api/grid-pro.multicolumndropdowntemplate.md +13 -0
  62. package/docs/api/grid-pro.optionsclass.md +13 -0
  63. package/docs/api/grid-pro.wasclickoutsideelement.md +66 -0
  64. package/docs/api-report.md.api.md +95 -0
  65. package/package.json +14 -13
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [toggle](./grid-pro.multicolumndropdown.toggle.md)
4
+
5
+ ## MulticolumnDropdown.toggle() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ toggle(): 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) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [value](./grid-pro.multicolumndropdown.value.md)
4
+
5
+ ## MulticolumnDropdown.value property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ get value(): string;
11
+
12
+ set value(value: string);
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [valueKey](./grid-pro.multicolumndropdown.valuekey.md)
4
+
5
+ ## MulticolumnDropdown.valueKey property
6
+
7
+ The key used as the value sent to the server
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ valueKey: string;
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [multicolumnDropdownStyles](./grid-pro.multicolumndropdownstyles.md)
4
+
5
+ ## multicolumnDropdownStyles variable
6
+
7
+ Multicolumn Dropdown styles.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ multicolumnDropdownStyles: import("@microsoft/fast-element").ElementStyles
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [multicolumnDropdownTemplate](./grid-pro.multicolumndropdowntemplate.md)
4
+
5
+ ## multicolumnDropdownTemplate variable
6
+
7
+ The default Multicolumn Dropdown template using the 'foundation' design system prefix.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ multicolumnDropdownTemplate: import("@microsoft/fast-element").ViewTemplate<MulticolumnDropdown, any>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [optionsClass](./grid-pro.optionsclass.md)
4
+
5
+ ## optionsClass variable
6
+
7
+ The CSS class to use for the options element's class in the dropdown
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ optionsClass = "options"
13
+ ```
@@ -0,0 +1,66 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [wasClickOutsideElement](./grid-pro.wasclickoutsideelement.md)
4
+
5
+ ## wasClickOutsideElement() function
6
+
7
+ Checks if the given mouse event occurred outside the target element.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ wasClickOutsideElement: (event: MouseEvent, target: EventTarget) => boolean
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
+ event
36
+
37
+
38
+ </td><td>
39
+
40
+ MouseEvent
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ target
50
+
51
+
52
+ </td><td>
53
+
54
+ EventTarget
55
+
56
+
57
+ </td><td>
58
+
59
+
60
+ </td></tr>
61
+ </tbody></table>
62
+
63
+ **Returns:**
64
+
65
+ boolean
66
+
@@ -641,6 +641,12 @@ export const defaultGridProConfig: {
641
641
  shadowOptions: any;
642
642
  };
643
643
 
644
+ // @public
645
+ export const DISPLAY_NONE_CLASS = "dnone";
646
+
647
+ // @public
648
+ export const dropdownWidthVar = "--dropdown-width";
649
+
644
650
  // @public
645
651
  export class EditableRenderer extends FoundationElement implements ICellRendererComp {
646
652
  // (undocumented)
@@ -868,6 +874,15 @@ export const foundationGridComponents: {
868
874
  styles: ElementStyles;
869
875
  template: ViewTemplate<StringEditor, any>;
870
876
  }, StringEditor>;
877
+ foundationMulticolumnDropdown: (overrideDefinition?: OverrideFoundationElementDefinition< {
878
+ baseName: string;
879
+ template: ViewTemplate<MulticolumnDropdown, any>;
880
+ styles: ElementStyles;
881
+ }>) => FoundationElementRegistry< {
882
+ baseName: string;
883
+ template: ViewTemplate<MulticolumnDropdown, any>;
884
+ styles: ElementStyles;
885
+ }, MulticolumnDropdown>;
871
886
  foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
872
887
  baseName: string;
873
888
  template: ViewTemplate<any, any>;
@@ -920,6 +935,17 @@ export const foundationGridProShadowOptions: ShadowRootInit;
920
935
  // @public
921
936
  export const foundationGridProStyles: ElementStyles;
922
937
 
938
+ // @public
939
+ export const foundationMulticolumnDropdown: (overrideDefinition?: OverrideFoundationElementDefinition< {
940
+ baseName: string;
941
+ template: ViewTemplate<MulticolumnDropdown, any>;
942
+ styles: ElementStyles;
943
+ }>) => FoundationElementRegistry< {
944
+ baseName: string;
945
+ template: ViewTemplate<MulticolumnDropdown, any>;
946
+ styles: ElementStyles;
947
+ }, typeof MulticolumnDropdown>;
948
+
923
949
  // @public (undocumented)
924
950
  export const foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
925
951
  baseName: string;
@@ -1062,6 +1088,9 @@ export function getErrorHandlerDialogTemplate(prefix: string, gridErrorItems: Gr
1062
1088
  // @public
1063
1089
  export const getGridProTemplate: (prefix?: string) => ViewTemplate<GridPro, any>;
1064
1090
 
1091
+ // @public
1092
+ export const getMulticolumnDropdownTemplate: (designSystem?: string) => ViewTemplate<MulticolumnDropdown, any>;
1093
+
1065
1094
  // @public
1066
1095
  export const getMultiselectEditorTemplate: (designSystem?: string) => ViewTemplate<MultiselectEditor, any>;
1067
1096
 
@@ -1956,6 +1985,66 @@ export type MoreRowsDetail = {
1956
1985
  sourceRef: string;
1957
1986
  };
1958
1987
 
1988
+ // Warning: (ae-forgotten-export) The symbol "MulticolumnDropdown_base" needs to be exported by the entry point index.d.ts
1989
+ //
1990
+ // @public
1991
+ export class MulticolumnDropdown extends MulticolumnDropdown_base {
1992
+ baseCriteria?: string;
1993
+ // (undocumented)
1994
+ changeHandler(event: Event): void;
1995
+ columnDefinitions: ColDef[];
1996
+ // (undocumented)
1997
+ columnDefinitionsChanged(): void;
1998
+ get connect(): Connect;
1999
+ set connect(value: Connect);
2000
+ // (undocumented)
2001
+ connectedCallback(): void;
2002
+ // (undocumented)
2003
+ defaultSlottedNodes: Node[];
2004
+ disabled: boolean;
2005
+ // (undocumented)
2006
+ disconnectedCallback(): void;
2007
+ get displayValue(): any;
2008
+ dropdownPlacement: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
2009
+ dropdownWidth: number;
2010
+ // (undocumented)
2011
+ dropdownWidthChanged(): void;
2012
+ filterSearch: string;
2013
+ // (undocumented)
2014
+ filterSearchChanged(): void;
2015
+ // (undocumented)
2016
+ grid: GridPro;
2017
+ // (undocumented)
2018
+ get hasSearchKey(): boolean;
2019
+ // (undocumented)
2020
+ get hasSlottedContent(): boolean;
2021
+ labelKey: string;
2022
+ open: boolean;
2023
+ // (undocumented)
2024
+ openChanged(): void;
2025
+ // (undocumented)
2026
+ optionsElement: HTMLElement;
2027
+ request: object;
2028
+ // (undocumented)
2029
+ requestChanged(): void;
2030
+ requestSupportsAdvancedSearch: boolean;
2031
+ resourceName: string;
2032
+ searchKey?: string | string[];
2033
+ selectedRow: object;
2034
+ // (undocumented)
2035
+ toggle(): void;
2036
+ // (undocumented)
2037
+ get value(): string;
2038
+ set value(value: string);
2039
+ valueKey: string;
2040
+ }
2041
+
2042
+ // @public
2043
+ export const multicolumnDropdownStyles: ElementStyles;
2044
+
2045
+ // @public
2046
+ export const multicolumnDropdownTemplate: ViewTemplate<MulticolumnDropdown, any>;
2047
+
1959
2048
  // @public
1960
2049
  export class MultiselectEditor extends FoundationElement implements ICellEditorComp {
1961
2050
  // (undocumented)
@@ -2052,6 +2141,9 @@ export enum OperationType {
2052
2141
  Update = "update"
2053
2142
  }
2054
2143
 
2144
+ // @public
2145
+ export const optionsClass = "options";
2146
+
2055
2147
  // @public
2056
2148
  export class PaginationStatusBarComponent implements IStatusPanelComp {
2057
2149
  // (undocumented)
@@ -2322,6 +2414,9 @@ export const textFieldRendererStyles: ElementStyles;
2322
2414
  // @public @deprecated (undocumented)
2323
2415
  export const textRendererStyles: ElementStyles;
2324
2416
 
2417
+ // @public
2418
+ export const wasClickOutsideElement: (event: MouseEvent, target: EventTarget) => boolean;
2419
+
2325
2420
  // (No @packageDocumentation comment for this package)
2326
2421
 
2327
2422
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.405.0",
4
+ "version": "14.406.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,19 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.405.0",
44
- "@genesislcap/genx": "14.405.0",
45
- "@genesislcap/rollup-builder": "14.405.0",
46
- "@genesislcap/ts-builder": "14.405.0",
47
- "@genesislcap/uvu-playwright-builder": "14.405.0",
48
- "@genesislcap/vite-builder": "14.405.0",
49
- "@genesislcap/webpack-builder": "14.405.0"
43
+ "@genesislcap/foundation-testing": "14.406.0",
44
+ "@genesislcap/genx": "14.406.0",
45
+ "@genesislcap/rollup-builder": "14.406.0",
46
+ "@genesislcap/ts-builder": "14.406.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.406.0",
48
+ "@genesislcap/vite-builder": "14.406.0",
49
+ "@genesislcap/webpack-builder": "14.406.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.405.0",
53
- "@genesislcap/foundation-logger": "14.405.0",
54
- "@genesislcap/foundation-ui": "14.405.0",
55
- "@genesislcap/foundation-utils": "14.405.0",
52
+ "@genesislcap/foundation-comms": "14.406.0",
53
+ "@genesislcap/foundation-criteria": "14.406.0",
54
+ "@genesislcap/foundation-logger": "14.406.0",
55
+ "@genesislcap/foundation-ui": "14.406.0",
56
+ "@genesislcap/foundation-utils": "14.406.0",
56
57
  "@microsoft/fast-colors": "5.3.1",
57
58
  "@microsoft/fast-components": "2.30.6",
58
59
  "@microsoft/fast-element": "1.14.0",
@@ -79,5 +80,5 @@
79
80
  "access": "public"
80
81
  },
81
82
  "customElements": "dist/custom-elements.json",
82
- "gitHead": "90757d4adb4c7b20ee266e0add3126dd76cb6398"
83
+ "gitHead": "69e2b4662605a6e5e60efe537b8871a7e0c00f44"
83
84
  }