@genesislcap/foundation-workspace 14.406.0-workspaces.7

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 (185) hide show
  1. package/api-extractor.json +5 -0
  2. package/dist/dts/index.d.ts +4 -0
  3. package/dist/dts/index.d.ts.map +1 -0
  4. package/dist/dts/tsdoc-metadata.json +11 -0
  5. package/dist/dts/workspace/filter-registry.d.ts +34 -0
  6. package/dist/dts/workspace/filter-registry.d.ts.map +1 -0
  7. package/dist/dts/workspace/grid-register/grid-register.d.ts +23 -0
  8. package/dist/dts/workspace/grid-register/grid-register.d.ts.map +1 -0
  9. package/dist/dts/workspace/grid-register/grid-register.template.d.ts +4 -0
  10. package/dist/dts/workspace/grid-register/grid-register.template.d.ts.map +1 -0
  11. package/dist/dts/workspace/grid-register/index.d.ts +2 -0
  12. package/dist/dts/workspace/grid-register/index.d.ts.map +1 -0
  13. package/dist/dts/workspace/grid-registry.d.ts +47 -0
  14. package/dist/dts/workspace/grid-registry.d.ts.map +1 -0
  15. package/dist/dts/workspace/index.d.ts +9 -0
  16. package/dist/dts/workspace/index.d.ts.map +1 -0
  17. package/dist/dts/workspace/layout-registry.d.ts +27 -0
  18. package/dist/dts/workspace/layout-registry.d.ts.map +1 -0
  19. package/dist/dts/workspace/layout-wrapper/index.d.ts +2 -0
  20. package/dist/dts/workspace/layout-wrapper/index.d.ts.map +1 -0
  21. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts +14 -0
  22. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts.map +1 -0
  23. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts +4 -0
  24. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts.map +1 -0
  25. package/dist/dts/workspace/workspace-state.d.ts +45 -0
  26. package/dist/dts/workspace/workspace-state.d.ts.map +1 -0
  27. package/dist/dts/workspace/workspace-state.types.d.ts +26 -0
  28. package/dist/dts/workspace/workspace-state.types.d.ts.map +1 -0
  29. package/dist/dts/workspace/workspace.types.d.ts +25 -0
  30. package/dist/dts/workspace/workspace.types.d.ts.map +1 -0
  31. package/dist/dts/workspace-components.d.ts +22 -0
  32. package/dist/dts/workspace-components.d.ts.map +1 -0
  33. package/dist/dts/workspace-manager/index.d.ts +2 -0
  34. package/dist/dts/workspace-manager/index.d.ts.map +1 -0
  35. package/dist/dts/workspace-manager/workspace-manager.d.ts +70 -0
  36. package/dist/dts/workspace-manager/workspace-manager.d.ts.map +1 -0
  37. package/dist/dts/workspace-manager/workspace-manager.styles.d.ts +2 -0
  38. package/dist/dts/workspace-manager/workspace-manager.styles.d.ts.map +1 -0
  39. package/dist/dts/workspace-manager/workspace-manager.template.d.ts +4 -0
  40. package/dist/dts/workspace-manager/workspace-manager.template.d.ts.map +1 -0
  41. package/dist/esm/index.js +3 -0
  42. package/dist/esm/workspace/filter-registry.js +47 -0
  43. package/dist/esm/workspace/grid-register/grid-register.js +136 -0
  44. package/dist/esm/workspace/grid-register/grid-register.template.js +4 -0
  45. package/dist/esm/workspace/grid-register/index.js +1 -0
  46. package/dist/esm/workspace/grid-registry.js +109 -0
  47. package/dist/esm/workspace/index.js +8 -0
  48. package/dist/esm/workspace/layout-registry.js +45 -0
  49. package/dist/esm/workspace/layout-wrapper/index.js +1 -0
  50. package/dist/esm/workspace/layout-wrapper/layout-wrapper.js +64 -0
  51. package/dist/esm/workspace/layout-wrapper/layout-wrapper.template.js +4 -0
  52. package/dist/esm/workspace/workspace-state.js +193 -0
  53. package/dist/esm/workspace/workspace-state.types.js +1 -0
  54. package/dist/esm/workspace/workspace.types.js +1 -0
  55. package/dist/esm/workspace-components.js +43 -0
  56. package/dist/esm/workspace-manager/index.js +1 -0
  57. package/dist/esm/workspace-manager/workspace-manager.js +436 -0
  58. package/dist/esm/workspace-manager/workspace-manager.styles.js +138 -0
  59. package/dist/esm/workspace-manager/workspace-manager.template.js +259 -0
  60. package/dist/foundation-workspace.api.json +3614 -0
  61. package/dist/foundation-workspace.d.ts +343 -0
  62. package/dist/tsconfig.tsbuildinfo +1 -0
  63. package/docs/.gitkeep +1 -0
  64. package/docs/api/foundation-workspace.defaultfilterregistry.md +17 -0
  65. package/docs/api/foundation-workspace.defaultgridregistry.md +17 -0
  66. package/docs/api/foundation-workspace.defaultlayoutregistry.md +18 -0
  67. package/docs/api/foundation-workspace.defaultworkspacestate._constructor_.md +65 -0
  68. package/docs/api/foundation-workspace.defaultworkspacestate.auth.md +14 -0
  69. package/docs/api/foundation-workspace.defaultworkspacestate.kvstorage.md +14 -0
  70. package/docs/api/foundation-workspace.defaultworkspacestate.md +115 -0
  71. package/docs/api/foundation-workspace.filterregistration.filterkey.md +14 -0
  72. package/docs/api/foundation-workspace.filterregistration.getfiltervalue.md +14 -0
  73. package/docs/api/foundation-workspace.filterregistration.md +98 -0
  74. package/docs/api/foundation-workspace.filterregistration.setfiltervalue.md +14 -0
  75. package/docs/api/foundation-workspace.filterregistry.applyfiltersvalues.md +53 -0
  76. package/docs/api/foundation-workspace.filterregistry.getallfiltersvalues.md +18 -0
  77. package/docs/api/foundation-workspace.filterregistry.md +16 -0
  78. package/docs/api/foundation-workspace.filterregistry.registerfilter.md +81 -0
  79. package/docs/api/foundation-workspace.filterregistry.unregisterfilter.md +53 -0
  80. package/docs/api/foundation-workspace.gridregister.gridkey.md +14 -0
  81. package/docs/api/foundation-workspace.gridregister.gridregistry.md +14 -0
  82. package/docs/api/foundation-workspace.gridregister.md +100 -0
  83. package/docs/api/foundation-workspace.gridregister.workspacestate.md +14 -0
  84. package/docs/api/foundation-workspace.gridregistration.columnapi.md +14 -0
  85. package/docs/api/foundation-workspace.gridregistration.gridapi.md +14 -0
  86. package/docs/api/foundation-workspace.gridregistration.gridkey.md +14 -0
  87. package/docs/api/foundation-workspace.gridregistration.md +98 -0
  88. package/docs/api/foundation-workspace.gridregistry.applyallgridssettings.md +53 -0
  89. package/docs/api/foundation-workspace.gridregistry.applygridsettings.md +72 -0
  90. package/docs/api/foundation-workspace.gridregistry.getallgridssettings.md +18 -0
  91. package/docs/api/foundation-workspace.gridregistry.getgrid.md +53 -0
  92. package/docs/api/foundation-workspace.gridregistry.md +16 -0
  93. package/docs/api/foundation-workspace.gridregistry.registergrid.md +81 -0
  94. package/docs/api/foundation-workspace.gridregistry.unregistergrid.md +53 -0
  95. package/docs/api/foundation-workspace.layoutregistry.applysavedlayouts.md +53 -0
  96. package/docs/api/foundation-workspace.layoutregistry.getlayoutsconfigs.md +18 -0
  97. package/docs/api/foundation-workspace.layoutregistry.md +16 -0
  98. package/docs/api/foundation-workspace.layoutregistry.registerlayout.md +67 -0
  99. package/docs/api/foundation-workspace.layoutregistry.unregisterlayout.md +53 -0
  100. package/docs/api/foundation-workspace.layoutwrapper.layoutkey.md +14 -0
  101. package/docs/api/foundation-workspace.layoutwrapper.layoutregistry.md +14 -0
  102. package/docs/api/foundation-workspace.layoutwrapper.md +81 -0
  103. package/docs/api/foundation-workspace.loadmode.md +16 -0
  104. package/docs/api/foundation-workspace.md +332 -0
  105. package/docs/api/foundation-workspace.savedfiltervalue.filterkey.md +14 -0
  106. package/docs/api/foundation-workspace.savedfiltervalue.md +79 -0
  107. package/docs/api/foundation-workspace.savedfiltervalue.value.md +14 -0
  108. package/docs/api/foundation-workspace.savedgridsettings.columnstate.md +14 -0
  109. package/docs/api/foundation-workspace.savedgridsettings.gridkey.md +14 -0
  110. package/docs/api/foundation-workspace.savedgridsettings.md +99 -0
  111. package/docs/api/foundation-workspace.savedgridsettings.savedat.md +14 -0
  112. package/docs/api/foundation-workspace.savedlayout.layout.md +14 -0
  113. package/docs/api/foundation-workspace.savedlayout.layoutkey.md +14 -0
  114. package/docs/api/foundation-workspace.savedlayout.md +79 -0
  115. package/docs/api/foundation-workspace.savedworkspace.description.md +14 -0
  116. package/docs/api/foundation-workspace.savedworkspace.filters.md +14 -0
  117. package/docs/api/foundation-workspace.savedworkspace.grids.md +14 -0
  118. package/docs/api/foundation-workspace.savedworkspace.layouts.md +14 -0
  119. package/docs/api/foundation-workspace.savedworkspace.md +174 -0
  120. package/docs/api/foundation-workspace.savedworkspace.name.md +14 -0
  121. package/docs/api/foundation-workspace.savedworkspace.savedat.md +14 -0
  122. package/docs/api/foundation-workspace.savedworkspace.username.md +14 -0
  123. package/docs/api/foundation-workspace.sharedworkspace.createdon.md +14 -0
  124. package/docs/api/foundation-workspace.sharedworkspace.data.md +14 -0
  125. package/docs/api/foundation-workspace.sharedworkspace.description.md +14 -0
  126. package/docs/api/foundation-workspace.sharedworkspace.id.md +14 -0
  127. package/docs/api/foundation-workspace.sharedworkspace.md +174 -0
  128. package/docs/api/foundation-workspace.sharedworkspace.modifiedon.md +14 -0
  129. package/docs/api/foundation-workspace.sharedworkspace.name.md +14 -0
  130. package/docs/api/foundation-workspace.sharedworkspace.username.md +14 -0
  131. package/docs/api/foundation-workspace.workspacecomponents.md +29 -0
  132. package/docs/api/foundation-workspace.workspacemanager.applyingworkspace.md +14 -0
  133. package/docs/api/foundation-workspace.workspacemanager.auth.md +14 -0
  134. package/docs/api/foundation-workspace.workspacemanager.canshareworkspace.md +14 -0
  135. package/docs/api/foundation-workspace.workspacemanager.connect.md +14 -0
  136. package/docs/api/foundation-workspace.workspacemanager.dialogboundary.md +14 -0
  137. package/docs/api/foundation-workspace.workspacemanager.filterregistry.md +14 -0
  138. package/docs/api/foundation-workspace.workspacemanager.gridregistry.md +14 -0
  139. package/docs/api/foundation-workspace.workspacemanager.isloading.md +14 -0
  140. package/docs/api/foundation-workspace.workspacemanager.layoutregistry.md +14 -0
  141. package/docs/api/foundation-workspace.workspacemanager.loadmodal.md +14 -0
  142. package/docs/api/foundation-workspace.workspacemanager.loadmode.md +14 -0
  143. package/docs/api/foundation-workspace.workspacemanager.md +442 -0
  144. package/docs/api/foundation-workspace.workspacemanager.savedworkspaces.md +14 -0
  145. package/docs/api/foundation-workspace.workspacemanager.savemodal.md +14 -0
  146. package/docs/api/foundation-workspace.workspacemanager.savemode.md +14 -0
  147. package/docs/api/foundation-workspace.workspacemanager.selectedworkspacetooverwrite.md +14 -0
  148. package/docs/api/foundation-workspace.workspacemanager.sharedworkspacedialogboundary.md +14 -0
  149. package/docs/api/foundation-workspace.workspacemanager.sharedworkspaces.md +14 -0
  150. package/docs/api/foundation-workspace.workspacemanager.workspacedescription.md +14 -0
  151. package/docs/api/foundation-workspace.workspacemanager.workspacename.md +14 -0
  152. package/docs/api/foundation-workspace.workspacemanager.workspacestate.md +14 -0
  153. package/docs/api/foundation-workspace.workspacemanager.workspacetoshare.md +14 -0
  154. package/docs/api/foundation-workspace.workspacestate.deleteworkspace.md +53 -0
  155. package/docs/api/foundation-workspace.workspacestate.getcurrentworkspace.md +18 -0
  156. package/docs/api/foundation-workspace.workspacestate.getsavedworkspaces.md +18 -0
  157. package/docs/api/foundation-workspace.workspacestate.loadworkspace.md +53 -0
  158. package/docs/api/foundation-workspace.workspacestate.md +16 -0
  159. package/docs/api/foundation-workspace.workspacestate.saveworkspace.md +111 -0
  160. package/docs/api/foundation-workspace.workspacestate.setcurrentworkspace.md +53 -0
  161. package/docs/api/index.md +30 -0
  162. package/docs/api-report.md.api.md +372 -0
  163. package/license.txt +46 -0
  164. package/package.json +69 -0
  165. package/src/index.ts +3 -0
  166. package/src/workspace/filter-registry.ts +80 -0
  167. package/src/workspace/grid-register/grid-register.template.ts +7 -0
  168. package/src/workspace/grid-register/grid-register.ts +142 -0
  169. package/src/workspace/grid-register/index.ts +1 -0
  170. package/src/workspace/grid-registry.ts +157 -0
  171. package/src/workspace/index.ts +8 -0
  172. package/src/workspace/layout-registry.ts +58 -0
  173. package/src/workspace/layout-wrapper/index.ts +1 -0
  174. package/src/workspace/layout-wrapper/layout-wrapper.template.ts +7 -0
  175. package/src/workspace/layout-wrapper/layout-wrapper.ts +66 -0
  176. package/src/workspace/workspace-state.ts +234 -0
  177. package/src/workspace/workspace-state.types.ts +27 -0
  178. package/src/workspace/workspace.types.ts +26 -0
  179. package/src/workspace-components.ts +51 -0
  180. package/src/workspace-manager/index.ts +1 -0
  181. package/src/workspace-manager/workspace-manager.styles.ts +139 -0
  182. package/src/workspace-manager/workspace-manager.template.ts +352 -0
  183. package/src/workspace-manager/workspace-manager.ts +420 -0
  184. package/temp/api-report.md.api.md +372 -0
  185. package/tsconfig.json +11 -0
@@ -0,0 +1,98 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md)
4
+
5
+ ## FilterRegistration interface
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ export interface FilterRegistration
15
+ ```
16
+
17
+ ## Properties
18
+
19
+ <table><thead><tr><th>
20
+
21
+ Property
22
+
23
+
24
+ </th><th>
25
+
26
+ Modifiers
27
+
28
+
29
+ </th><th>
30
+
31
+ Type
32
+
33
+
34
+ </th><th>
35
+
36
+ Description
37
+
38
+
39
+ </th></tr></thead>
40
+ <tbody><tr><td>
41
+
42
+ [filterKey](./foundation-workspace.filterregistration.filterkey.md)
43
+
44
+
45
+ </td><td>
46
+
47
+
48
+ </td><td>
49
+
50
+ string
51
+
52
+
53
+ </td><td>
54
+
55
+ **_(ALPHA)_**
56
+
57
+
58
+ </td></tr>
59
+ <tr><td>
60
+
61
+ [getFilterValue](./foundation-workspace.filterregistration.getfiltervalue.md)
62
+
63
+
64
+ </td><td>
65
+
66
+
67
+ </td><td>
68
+
69
+ () =&gt; [SavedFilterValue](./foundation-workspace.savedfiltervalue.md) \| null
70
+
71
+
72
+ </td><td>
73
+
74
+ **_(ALPHA)_**
75
+
76
+
77
+ </td></tr>
78
+ <tr><td>
79
+
80
+ [setFilterValue](./foundation-workspace.filterregistration.setfiltervalue.md)
81
+
82
+
83
+ </td><td>
84
+
85
+
86
+ </td><td>
87
+
88
+ (value: string) =&gt; void
89
+
90
+
91
+ </td><td>
92
+
93
+ **_(ALPHA)_**
94
+
95
+
96
+ </td></tr>
97
+ </tbody></table>
98
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md) &gt; [setFilterValue](./foundation-workspace.filterregistration.setfiltervalue.md)
4
+
5
+ ## FilterRegistration.setFilterValue property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ setFilterValue: (value: string) => void;
14
+ ```
@@ -0,0 +1,53 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [applyFiltersValues](./foundation-workspace.filterregistry.applyfiltersvalues.md)
4
+
5
+ ## FilterRegistry.applyFiltersValues() method
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ applyFiltersValues(savedFilters: SavedFilterValue[]): void;
14
+ ```
15
+
16
+ ## Parameters
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Parameter
21
+
22
+
23
+ </th><th>
24
+
25
+ Type
26
+
27
+
28
+ </th><th>
29
+
30
+ Description
31
+
32
+
33
+ </th></tr></thead>
34
+ <tbody><tr><td>
35
+
36
+ savedFilters
37
+
38
+
39
+ </td><td>
40
+
41
+ [SavedFilterValue](./foundation-workspace.savedfiltervalue.md)<!-- -->\[\]
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td></tr>
48
+ </tbody></table>
49
+
50
+ **Returns:**
51
+
52
+ void
53
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [getAllFiltersValues](./foundation-workspace.filterregistry.getallfiltersvalues.md)
4
+
5
+ ## FilterRegistry.getAllFiltersValues() method
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ getAllFiltersValues(): SavedFilterValue[];
14
+ ```
15
+ **Returns:**
16
+
17
+ [SavedFilterValue](./foundation-workspace.savedfiltervalue.md)<!-- -->\[\]
18
+
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md)
4
+
5
+ ## FilterRegistry variable
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ DI token for filter registry.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ FilterRegistry: import("@microsoft/fast-foundation").InterfaceSymbol<FilterRegistry>
16
+ ```
@@ -0,0 +1,81 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [registerFilter](./foundation-workspace.filterregistry.registerfilter.md)
4
+
5
+ ## FilterRegistry.registerFilter() method
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ registerFilter(filterKey: string, getFilterValue: () => SavedFilterValue | null, setFilterValue: (value: string) => void): void;
14
+ ```
15
+
16
+ ## Parameters
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Parameter
21
+
22
+
23
+ </th><th>
24
+
25
+ Type
26
+
27
+
28
+ </th><th>
29
+
30
+ Description
31
+
32
+
33
+ </th></tr></thead>
34
+ <tbody><tr><td>
35
+
36
+ filterKey
37
+
38
+
39
+ </td><td>
40
+
41
+ string
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td></tr>
48
+ <tr><td>
49
+
50
+ getFilterValue
51
+
52
+
53
+ </td><td>
54
+
55
+ () =&gt; [SavedFilterValue](./foundation-workspace.savedfiltervalue.md) \| null
56
+
57
+
58
+ </td><td>
59
+
60
+
61
+ </td></tr>
62
+ <tr><td>
63
+
64
+ setFilterValue
65
+
66
+
67
+ </td><td>
68
+
69
+ (value: string) =&gt; void
70
+
71
+
72
+ </td><td>
73
+
74
+
75
+ </td></tr>
76
+ </tbody></table>
77
+
78
+ **Returns:**
79
+
80
+ void
81
+
@@ -0,0 +1,53 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [unregisterFilter](./foundation-workspace.filterregistry.unregisterfilter.md)
4
+
5
+ ## FilterRegistry.unregisterFilter() method
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ unregisterFilter(filterKey: string): void;
14
+ ```
15
+
16
+ ## Parameters
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Parameter
21
+
22
+
23
+ </th><th>
24
+
25
+ Type
26
+
27
+
28
+ </th><th>
29
+
30
+ Description
31
+
32
+
33
+ </th></tr></thead>
34
+ <tbody><tr><td>
35
+
36
+ filterKey
37
+
38
+
39
+ </td><td>
40
+
41
+ string
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td></tr>
48
+ </tbody></table>
49
+
50
+ **Returns:**
51
+
52
+ void
53
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md) &gt; [gridKey](./foundation-workspace.gridregister.gridkey.md)
4
+
5
+ ## GridRegister.gridKey property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ gridKey: string;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md) &gt; [gridRegistry](./foundation-workspace.gridregister.gridregistry.md)
4
+
5
+ ## GridRegister.gridRegistry property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ gridRegistry: GridRegistry;
14
+ ```
@@ -0,0 +1,100 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md)
4
+
5
+ ## GridRegister class
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Registers an AG Grid instance so workspace state can apply/load it.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ export declare class GridRegister extends HTMLElement
16
+ ```
17
+ **Extends:** HTMLElement
18
+
19
+ ## Properties
20
+
21
+ <table><thead><tr><th>
22
+
23
+ Property
24
+
25
+
26
+ </th><th>
27
+
28
+ Modifiers
29
+
30
+
31
+ </th><th>
32
+
33
+ Type
34
+
35
+
36
+ </th><th>
37
+
38
+ Description
39
+
40
+
41
+ </th></tr></thead>
42
+ <tbody><tr><td>
43
+
44
+ [gridKey](./foundation-workspace.gridregister.gridkey.md)
45
+
46
+
47
+ </td><td>
48
+
49
+
50
+ </td><td>
51
+
52
+ string
53
+
54
+
55
+ </td><td>
56
+
57
+ **_(ALPHA)_**
58
+
59
+
60
+ </td></tr>
61
+ <tr><td>
62
+
63
+ [gridRegistry](./foundation-workspace.gridregister.gridregistry.md)
64
+
65
+
66
+ </td><td>
67
+
68
+
69
+ </td><td>
70
+
71
+ [GridRegistry](./foundation-workspace.gridregistry.md)
72
+
73
+
74
+ </td><td>
75
+
76
+ **_(ALPHA)_**
77
+
78
+
79
+ </td></tr>
80
+ <tr><td>
81
+
82
+ [workspaceState](./foundation-workspace.gridregister.workspacestate.md)
83
+
84
+
85
+ </td><td>
86
+
87
+
88
+ </td><td>
89
+
90
+ [WorkspaceState](./foundation-workspace.workspacestate.md)
91
+
92
+
93
+ </td><td>
94
+
95
+ **_(ALPHA)_**
96
+
97
+
98
+ </td></tr>
99
+ </tbody></table>
100
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md) &gt; [workspaceState](./foundation-workspace.gridregister.workspacestate.md)
4
+
5
+ ## GridRegister.workspaceState property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ workspaceState: WorkspaceState;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegistration](./foundation-workspace.gridregistration.md) &gt; [columnApi](./foundation-workspace.gridregistration.columnapi.md)
4
+
5
+ ## GridRegistration.columnApi property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ columnApi: ColumnApi;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegistration](./foundation-workspace.gridregistration.md) &gt; [gridApi](./foundation-workspace.gridregistration.gridapi.md)
4
+
5
+ ## GridRegistration.gridApi property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ gridApi: GridApi;
14
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegistration](./foundation-workspace.gridregistration.md) &gt; [gridKey](./foundation-workspace.gridregistration.gridkey.md)
4
+
5
+ ## GridRegistration.gridKey property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ gridKey: string;
14
+ ```
@@ -0,0 +1,98 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegistration](./foundation-workspace.gridregistration.md)
4
+
5
+ ## GridRegistration interface
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ export interface GridRegistration
15
+ ```
16
+
17
+ ## Properties
18
+
19
+ <table><thead><tr><th>
20
+
21
+ Property
22
+
23
+
24
+ </th><th>
25
+
26
+ Modifiers
27
+
28
+
29
+ </th><th>
30
+
31
+ Type
32
+
33
+
34
+ </th><th>
35
+
36
+ Description
37
+
38
+
39
+ </th></tr></thead>
40
+ <tbody><tr><td>
41
+
42
+ [columnApi](./foundation-workspace.gridregistration.columnapi.md)
43
+
44
+
45
+ </td><td>
46
+
47
+
48
+ </td><td>
49
+
50
+ ColumnApi
51
+
52
+
53
+ </td><td>
54
+
55
+ **_(ALPHA)_**
56
+
57
+
58
+ </td></tr>
59
+ <tr><td>
60
+
61
+ [gridApi](./foundation-workspace.gridregistration.gridapi.md)
62
+
63
+
64
+ </td><td>
65
+
66
+
67
+ </td><td>
68
+
69
+ GridApi
70
+
71
+
72
+ </td><td>
73
+
74
+ **_(ALPHA)_**
75
+
76
+
77
+ </td></tr>
78
+ <tr><td>
79
+
80
+ [gridKey](./foundation-workspace.gridregistration.gridkey.md)
81
+
82
+
83
+ </td><td>
84
+
85
+
86
+ </td><td>
87
+
88
+ string
89
+
90
+
91
+ </td><td>
92
+
93
+ **_(ALPHA)_**
94
+
95
+
96
+ </td></tr>
97
+ </tbody></table>
98
+
@@ -0,0 +1,53 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegistry](./foundation-workspace.gridregistry.md) &gt; [applyAllGridsSettings](./foundation-workspace.gridregistry.applyallgridssettings.md)
4
+
5
+ ## GridRegistry.applyAllGridsSettings() method
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ applyAllGridsSettings(gridsSettings: SavedGridSettings[]): Promise<void>;
14
+ ```
15
+
16
+ ## Parameters
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Parameter
21
+
22
+
23
+ </th><th>
24
+
25
+ Type
26
+
27
+
28
+ </th><th>
29
+
30
+ Description
31
+
32
+
33
+ </th></tr></thead>
34
+ <tbody><tr><td>
35
+
36
+ gridsSettings
37
+
38
+
39
+ </td><td>
40
+
41
+ [SavedGridSettings](./foundation-workspace.savedgridsettings.md)<!-- -->\[\]
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td></tr>
48
+ </tbody></table>
49
+
50
+ **Returns:**
51
+
52
+ Promise&lt;void&gt;
53
+