@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,3614 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.10",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@genesislcap/foundation-workspace!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/foundation-workspace",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/foundation-workspace!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Class",
177
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultFilterRegistry:class",
178
+ "docComment": "/**\n * @alpha\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class DefaultFilterRegistry implements "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "FilterRegistry",
187
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry:interface"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " "
192
+ }
193
+ ],
194
+ "fileUrlPath": "src/workspace/filter-registry.ts",
195
+ "releaseTag": "Alpha",
196
+ "isAbstract": false,
197
+ "name": "DefaultFilterRegistry",
198
+ "preserveMemberOrder": false,
199
+ "members": [],
200
+ "implementsTokenRanges": [
201
+ {
202
+ "startIndex": 1,
203
+ "endIndex": 2
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "kind": "Class",
209
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultGridRegistry:class",
210
+ "docComment": "/**\n * @alpha\n */\n",
211
+ "excerptTokens": [
212
+ {
213
+ "kind": "Content",
214
+ "text": "export declare class DefaultGridRegistry implements "
215
+ },
216
+ {
217
+ "kind": "Reference",
218
+ "text": "GridRegistry",
219
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:interface"
220
+ },
221
+ {
222
+ "kind": "Content",
223
+ "text": " "
224
+ }
225
+ ],
226
+ "fileUrlPath": "src/workspace/grid-registry.ts",
227
+ "releaseTag": "Alpha",
228
+ "isAbstract": false,
229
+ "name": "DefaultGridRegistry",
230
+ "preserveMemberOrder": false,
231
+ "members": [],
232
+ "implementsTokenRanges": [
233
+ {
234
+ "startIndex": 1,
235
+ "endIndex": 2
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "kind": "Class",
241
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultLayoutRegistry:class",
242
+ "docComment": "/**\n * Default layout registry implementation.\n *\n * @alpha\n */\n",
243
+ "excerptTokens": [
244
+ {
245
+ "kind": "Content",
246
+ "text": "export declare class DefaultLayoutRegistry implements "
247
+ },
248
+ {
249
+ "kind": "Reference",
250
+ "text": "LayoutRegistry",
251
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:interface"
252
+ },
253
+ {
254
+ "kind": "Content",
255
+ "text": " "
256
+ }
257
+ ],
258
+ "fileUrlPath": "src/workspace/layout-registry.ts",
259
+ "releaseTag": "Alpha",
260
+ "isAbstract": false,
261
+ "name": "DefaultLayoutRegistry",
262
+ "preserveMemberOrder": false,
263
+ "members": [],
264
+ "implementsTokenRanges": [
265
+ {
266
+ "startIndex": 1,
267
+ "endIndex": 2
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "kind": "Class",
273
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultWorkspaceState:class",
274
+ "docComment": "/**\n * Default workspace persistence implementation backed by KVStorage.\n *\n * @alpha\n */\n",
275
+ "excerptTokens": [
276
+ {
277
+ "kind": "Content",
278
+ "text": "export declare class DefaultWorkspaceState implements "
279
+ },
280
+ {
281
+ "kind": "Reference",
282
+ "text": "WorkspaceState",
283
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:interface"
284
+ },
285
+ {
286
+ "kind": "Content",
287
+ "text": " "
288
+ }
289
+ ],
290
+ "fileUrlPath": "src/workspace/workspace-state.ts",
291
+ "releaseTag": "Alpha",
292
+ "isAbstract": false,
293
+ "name": "DefaultWorkspaceState",
294
+ "preserveMemberOrder": false,
295
+ "members": [
296
+ {
297
+ "kind": "Constructor",
298
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultWorkspaceState:constructor(1)",
299
+ "docComment": "/**\n * Constructs a new instance of the `DefaultWorkspaceState` class\n */\n",
300
+ "excerptTokens": [
301
+ {
302
+ "kind": "Content",
303
+ "text": "constructor(kvStorage: "
304
+ },
305
+ {
306
+ "kind": "Reference",
307
+ "text": "KVStorageType",
308
+ "canonicalReference": "@genesislcap/foundation-comms!KVStorage:interface"
309
+ },
310
+ {
311
+ "kind": "Content",
312
+ "text": ", auth: "
313
+ },
314
+ {
315
+ "kind": "Reference",
316
+ "text": "AuthType",
317
+ "canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
318
+ },
319
+ {
320
+ "kind": "Content",
321
+ "text": ");"
322
+ }
323
+ ],
324
+ "releaseTag": "Alpha",
325
+ "isProtected": false,
326
+ "overloadIndex": 1,
327
+ "parameters": [
328
+ {
329
+ "parameterName": "kvStorage",
330
+ "parameterTypeTokenRange": {
331
+ "startIndex": 1,
332
+ "endIndex": 2
333
+ },
334
+ "isOptional": false
335
+ },
336
+ {
337
+ "parameterName": "auth",
338
+ "parameterTypeTokenRange": {
339
+ "startIndex": 3,
340
+ "endIndex": 4
341
+ },
342
+ "isOptional": false
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "kind": "Property",
348
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultWorkspaceState#auth:member",
349
+ "docComment": "",
350
+ "excerptTokens": [
351
+ {
352
+ "kind": "Content",
353
+ "text": "auth: "
354
+ },
355
+ {
356
+ "kind": "Reference",
357
+ "text": "AuthType",
358
+ "canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
359
+ },
360
+ {
361
+ "kind": "Content",
362
+ "text": ";"
363
+ }
364
+ ],
365
+ "isReadonly": false,
366
+ "isOptional": false,
367
+ "releaseTag": "Alpha",
368
+ "name": "auth",
369
+ "propertyTypeTokenRange": {
370
+ "startIndex": 1,
371
+ "endIndex": 2
372
+ },
373
+ "isStatic": false,
374
+ "isProtected": false,
375
+ "isAbstract": false
376
+ },
377
+ {
378
+ "kind": "Property",
379
+ "canonicalReference": "@genesislcap/foundation-workspace!DefaultWorkspaceState#kvStorage:member",
380
+ "docComment": "",
381
+ "excerptTokens": [
382
+ {
383
+ "kind": "Content",
384
+ "text": "kvStorage: "
385
+ },
386
+ {
387
+ "kind": "Reference",
388
+ "text": "KVStorageType",
389
+ "canonicalReference": "@genesislcap/foundation-comms!KVStorage:interface"
390
+ },
391
+ {
392
+ "kind": "Content",
393
+ "text": ";"
394
+ }
395
+ ],
396
+ "isReadonly": false,
397
+ "isOptional": false,
398
+ "releaseTag": "Alpha",
399
+ "name": "kvStorage",
400
+ "propertyTypeTokenRange": {
401
+ "startIndex": 1,
402
+ "endIndex": 2
403
+ },
404
+ "isStatic": false,
405
+ "isProtected": false,
406
+ "isAbstract": false
407
+ }
408
+ ],
409
+ "implementsTokenRanges": [
410
+ {
411
+ "startIndex": 1,
412
+ "endIndex": 2
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "kind": "Interface",
418
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistration:interface",
419
+ "docComment": "/**\n * @alpha\n */\n",
420
+ "excerptTokens": [
421
+ {
422
+ "kind": "Content",
423
+ "text": "export interface FilterRegistration "
424
+ }
425
+ ],
426
+ "fileUrlPath": "src/workspace/filter-registry.ts",
427
+ "releaseTag": "Alpha",
428
+ "name": "FilterRegistration",
429
+ "preserveMemberOrder": false,
430
+ "members": [
431
+ {
432
+ "kind": "PropertySignature",
433
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistration#filterKey:member",
434
+ "docComment": "",
435
+ "excerptTokens": [
436
+ {
437
+ "kind": "Content",
438
+ "text": "filterKey: "
439
+ },
440
+ {
441
+ "kind": "Content",
442
+ "text": "string"
443
+ },
444
+ {
445
+ "kind": "Content",
446
+ "text": ";"
447
+ }
448
+ ],
449
+ "isReadonly": false,
450
+ "isOptional": false,
451
+ "releaseTag": "Alpha",
452
+ "name": "filterKey",
453
+ "propertyTypeTokenRange": {
454
+ "startIndex": 1,
455
+ "endIndex": 2
456
+ }
457
+ },
458
+ {
459
+ "kind": "PropertySignature",
460
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistration#getFilterValue:member",
461
+ "docComment": "",
462
+ "excerptTokens": [
463
+ {
464
+ "kind": "Content",
465
+ "text": "getFilterValue: "
466
+ },
467
+ {
468
+ "kind": "Content",
469
+ "text": "() => "
470
+ },
471
+ {
472
+ "kind": "Reference",
473
+ "text": "SavedFilterValue",
474
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
475
+ },
476
+ {
477
+ "kind": "Content",
478
+ "text": " | null"
479
+ },
480
+ {
481
+ "kind": "Content",
482
+ "text": ";"
483
+ }
484
+ ],
485
+ "isReadonly": false,
486
+ "isOptional": false,
487
+ "releaseTag": "Alpha",
488
+ "name": "getFilterValue",
489
+ "propertyTypeTokenRange": {
490
+ "startIndex": 1,
491
+ "endIndex": 4
492
+ }
493
+ },
494
+ {
495
+ "kind": "PropertySignature",
496
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistration#setFilterValue:member",
497
+ "docComment": "",
498
+ "excerptTokens": [
499
+ {
500
+ "kind": "Content",
501
+ "text": "setFilterValue: "
502
+ },
503
+ {
504
+ "kind": "Content",
505
+ "text": "(value: string) => void"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": ";"
510
+ }
511
+ ],
512
+ "isReadonly": false,
513
+ "isOptional": false,
514
+ "releaseTag": "Alpha",
515
+ "name": "setFilterValue",
516
+ "propertyTypeTokenRange": {
517
+ "startIndex": 1,
518
+ "endIndex": 2
519
+ }
520
+ }
521
+ ],
522
+ "extendsTokenRanges": []
523
+ },
524
+ {
525
+ "kind": "Interface",
526
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry:interface",
527
+ "docComment": "/**\n * @alpha\n */\n",
528
+ "excerptTokens": [
529
+ {
530
+ "kind": "Content",
531
+ "text": "export interface FilterRegistry "
532
+ }
533
+ ],
534
+ "fileUrlPath": "src/workspace/filter-registry.ts",
535
+ "releaseTag": "Alpha",
536
+ "name": "FilterRegistry",
537
+ "preserveMemberOrder": false,
538
+ "members": [
539
+ {
540
+ "kind": "MethodSignature",
541
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry#applyFiltersValues:member(1)",
542
+ "docComment": "",
543
+ "excerptTokens": [
544
+ {
545
+ "kind": "Content",
546
+ "text": "applyFiltersValues(savedFilters: "
547
+ },
548
+ {
549
+ "kind": "Reference",
550
+ "text": "SavedFilterValue",
551
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
552
+ },
553
+ {
554
+ "kind": "Content",
555
+ "text": "[]"
556
+ },
557
+ {
558
+ "kind": "Content",
559
+ "text": "): "
560
+ },
561
+ {
562
+ "kind": "Content",
563
+ "text": "void"
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": ";"
568
+ }
569
+ ],
570
+ "isOptional": false,
571
+ "returnTypeTokenRange": {
572
+ "startIndex": 4,
573
+ "endIndex": 5
574
+ },
575
+ "releaseTag": "Alpha",
576
+ "overloadIndex": 1,
577
+ "parameters": [
578
+ {
579
+ "parameterName": "savedFilters",
580
+ "parameterTypeTokenRange": {
581
+ "startIndex": 1,
582
+ "endIndex": 3
583
+ },
584
+ "isOptional": false
585
+ }
586
+ ],
587
+ "name": "applyFiltersValues"
588
+ },
589
+ {
590
+ "kind": "MethodSignature",
591
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry#getAllFiltersValues:member(1)",
592
+ "docComment": "",
593
+ "excerptTokens": [
594
+ {
595
+ "kind": "Content",
596
+ "text": "getAllFiltersValues(): "
597
+ },
598
+ {
599
+ "kind": "Reference",
600
+ "text": "SavedFilterValue",
601
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
602
+ },
603
+ {
604
+ "kind": "Content",
605
+ "text": "[]"
606
+ },
607
+ {
608
+ "kind": "Content",
609
+ "text": ";"
610
+ }
611
+ ],
612
+ "isOptional": false,
613
+ "returnTypeTokenRange": {
614
+ "startIndex": 1,
615
+ "endIndex": 3
616
+ },
617
+ "releaseTag": "Alpha",
618
+ "overloadIndex": 1,
619
+ "parameters": [],
620
+ "name": "getAllFiltersValues"
621
+ },
622
+ {
623
+ "kind": "MethodSignature",
624
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry#registerFilter:member(1)",
625
+ "docComment": "",
626
+ "excerptTokens": [
627
+ {
628
+ "kind": "Content",
629
+ "text": "registerFilter(filterKey: "
630
+ },
631
+ {
632
+ "kind": "Content",
633
+ "text": "string"
634
+ },
635
+ {
636
+ "kind": "Content",
637
+ "text": ", getFilterValue: "
638
+ },
639
+ {
640
+ "kind": "Content",
641
+ "text": "() => "
642
+ },
643
+ {
644
+ "kind": "Reference",
645
+ "text": "SavedFilterValue",
646
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
647
+ },
648
+ {
649
+ "kind": "Content",
650
+ "text": " | null"
651
+ },
652
+ {
653
+ "kind": "Content",
654
+ "text": ", setFilterValue: "
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": "(value: string) => void"
659
+ },
660
+ {
661
+ "kind": "Content",
662
+ "text": "): "
663
+ },
664
+ {
665
+ "kind": "Content",
666
+ "text": "void"
667
+ },
668
+ {
669
+ "kind": "Content",
670
+ "text": ";"
671
+ }
672
+ ],
673
+ "isOptional": false,
674
+ "returnTypeTokenRange": {
675
+ "startIndex": 9,
676
+ "endIndex": 10
677
+ },
678
+ "releaseTag": "Alpha",
679
+ "overloadIndex": 1,
680
+ "parameters": [
681
+ {
682
+ "parameterName": "filterKey",
683
+ "parameterTypeTokenRange": {
684
+ "startIndex": 1,
685
+ "endIndex": 2
686
+ },
687
+ "isOptional": false
688
+ },
689
+ {
690
+ "parameterName": "getFilterValue",
691
+ "parameterTypeTokenRange": {
692
+ "startIndex": 3,
693
+ "endIndex": 6
694
+ },
695
+ "isOptional": false
696
+ },
697
+ {
698
+ "parameterName": "setFilterValue",
699
+ "parameterTypeTokenRange": {
700
+ "startIndex": 7,
701
+ "endIndex": 8
702
+ },
703
+ "isOptional": false
704
+ }
705
+ ],
706
+ "name": "registerFilter"
707
+ },
708
+ {
709
+ "kind": "MethodSignature",
710
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry#unregisterFilter:member(1)",
711
+ "docComment": "",
712
+ "excerptTokens": [
713
+ {
714
+ "kind": "Content",
715
+ "text": "unregisterFilter(filterKey: "
716
+ },
717
+ {
718
+ "kind": "Content",
719
+ "text": "string"
720
+ },
721
+ {
722
+ "kind": "Content",
723
+ "text": "): "
724
+ },
725
+ {
726
+ "kind": "Content",
727
+ "text": "void"
728
+ },
729
+ {
730
+ "kind": "Content",
731
+ "text": ";"
732
+ }
733
+ ],
734
+ "isOptional": false,
735
+ "returnTypeTokenRange": {
736
+ "startIndex": 3,
737
+ "endIndex": 4
738
+ },
739
+ "releaseTag": "Alpha",
740
+ "overloadIndex": 1,
741
+ "parameters": [
742
+ {
743
+ "parameterName": "filterKey",
744
+ "parameterTypeTokenRange": {
745
+ "startIndex": 1,
746
+ "endIndex": 2
747
+ },
748
+ "isOptional": false
749
+ }
750
+ ],
751
+ "name": "unregisterFilter"
752
+ }
753
+ ],
754
+ "extendsTokenRanges": []
755
+ },
756
+ {
757
+ "kind": "Variable",
758
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry:var",
759
+ "docComment": "/**\n * DI token for filter registry.\n *\n * @alpha\n */\n",
760
+ "excerptTokens": [
761
+ {
762
+ "kind": "Content",
763
+ "text": "FilterRegistry: "
764
+ },
765
+ {
766
+ "kind": "Content",
767
+ "text": "import(\"@microsoft/fast-foundation\")."
768
+ },
769
+ {
770
+ "kind": "Reference",
771
+ "text": "InterfaceSymbol",
772
+ "canonicalReference": "@microsoft/fast-foundation!InterfaceSymbol:type"
773
+ },
774
+ {
775
+ "kind": "Content",
776
+ "text": "<"
777
+ },
778
+ {
779
+ "kind": "Reference",
780
+ "text": "FilterRegistry",
781
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry:interface"
782
+ },
783
+ {
784
+ "kind": "Content",
785
+ "text": ">"
786
+ }
787
+ ],
788
+ "fileUrlPath": "src/workspace/filter-registry.ts",
789
+ "isReadonly": true,
790
+ "releaseTag": "Alpha",
791
+ "name": "FilterRegistry",
792
+ "variableTypeTokenRange": {
793
+ "startIndex": 1,
794
+ "endIndex": 6
795
+ }
796
+ },
797
+ {
798
+ "kind": "Class",
799
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegister:class",
800
+ "docComment": "/**\n * Registers an AG Grid instance so workspace state can apply/load it.\n *\n * @alpha\n */\n",
801
+ "excerptTokens": [
802
+ {
803
+ "kind": "Content",
804
+ "text": "export declare class GridRegister extends "
805
+ },
806
+ {
807
+ "kind": "Reference",
808
+ "text": "HTMLElement",
809
+ "canonicalReference": "!HTMLElement:interface"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": " "
814
+ }
815
+ ],
816
+ "fileUrlPath": "src/workspace/grid-register/grid-register.ts",
817
+ "releaseTag": "Alpha",
818
+ "isAbstract": false,
819
+ "name": "GridRegister",
820
+ "preserveMemberOrder": false,
821
+ "members": [
822
+ {
823
+ "kind": "Property",
824
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegister#gridKey:member",
825
+ "docComment": "",
826
+ "excerptTokens": [
827
+ {
828
+ "kind": "Content",
829
+ "text": "gridKey: "
830
+ },
831
+ {
832
+ "kind": "Content",
833
+ "text": "string"
834
+ },
835
+ {
836
+ "kind": "Content",
837
+ "text": ";"
838
+ }
839
+ ],
840
+ "isReadonly": false,
841
+ "isOptional": false,
842
+ "releaseTag": "Alpha",
843
+ "name": "gridKey",
844
+ "propertyTypeTokenRange": {
845
+ "startIndex": 1,
846
+ "endIndex": 2
847
+ },
848
+ "isStatic": false,
849
+ "isProtected": false,
850
+ "isAbstract": false
851
+ },
852
+ {
853
+ "kind": "Property",
854
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegister#gridRegistry:member",
855
+ "docComment": "",
856
+ "excerptTokens": [
857
+ {
858
+ "kind": "Content",
859
+ "text": "gridRegistry: "
860
+ },
861
+ {
862
+ "kind": "Reference",
863
+ "text": "GridRegistry",
864
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:interface"
865
+ },
866
+ {
867
+ "kind": "Content",
868
+ "text": ";"
869
+ }
870
+ ],
871
+ "isReadonly": false,
872
+ "isOptional": false,
873
+ "releaseTag": "Alpha",
874
+ "name": "gridRegistry",
875
+ "propertyTypeTokenRange": {
876
+ "startIndex": 1,
877
+ "endIndex": 2
878
+ },
879
+ "isStatic": false,
880
+ "isProtected": false,
881
+ "isAbstract": false
882
+ },
883
+ {
884
+ "kind": "Property",
885
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegister#workspaceState:member",
886
+ "docComment": "",
887
+ "excerptTokens": [
888
+ {
889
+ "kind": "Content",
890
+ "text": "workspaceState: "
891
+ },
892
+ {
893
+ "kind": "Reference",
894
+ "text": "WorkspaceState",
895
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:interface"
896
+ },
897
+ {
898
+ "kind": "Content",
899
+ "text": ";"
900
+ }
901
+ ],
902
+ "isReadonly": false,
903
+ "isOptional": false,
904
+ "releaseTag": "Alpha",
905
+ "name": "workspaceState",
906
+ "propertyTypeTokenRange": {
907
+ "startIndex": 1,
908
+ "endIndex": 2
909
+ },
910
+ "isStatic": false,
911
+ "isProtected": false,
912
+ "isAbstract": false
913
+ }
914
+ ],
915
+ "extendsTokenRange": {
916
+ "startIndex": 1,
917
+ "endIndex": 2
918
+ },
919
+ "implementsTokenRanges": []
920
+ },
921
+ {
922
+ "kind": "Interface",
923
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistration:interface",
924
+ "docComment": "/**\n * @alpha\n */\n",
925
+ "excerptTokens": [
926
+ {
927
+ "kind": "Content",
928
+ "text": "export interface GridRegistration "
929
+ }
930
+ ],
931
+ "fileUrlPath": "src/workspace/grid-registry.ts",
932
+ "releaseTag": "Alpha",
933
+ "name": "GridRegistration",
934
+ "preserveMemberOrder": false,
935
+ "members": [
936
+ {
937
+ "kind": "PropertySignature",
938
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistration#columnApi:member",
939
+ "docComment": "",
940
+ "excerptTokens": [
941
+ {
942
+ "kind": "Content",
943
+ "text": "columnApi: "
944
+ },
945
+ {
946
+ "kind": "Reference",
947
+ "text": "ColumnApi",
948
+ "canonicalReference": "@ag-grid-community/core!ColumnApi:class"
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": ";"
953
+ }
954
+ ],
955
+ "isReadonly": false,
956
+ "isOptional": false,
957
+ "releaseTag": "Alpha",
958
+ "name": "columnApi",
959
+ "propertyTypeTokenRange": {
960
+ "startIndex": 1,
961
+ "endIndex": 2
962
+ }
963
+ },
964
+ {
965
+ "kind": "PropertySignature",
966
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistration#gridApi:member",
967
+ "docComment": "",
968
+ "excerptTokens": [
969
+ {
970
+ "kind": "Content",
971
+ "text": "gridApi: "
972
+ },
973
+ {
974
+ "kind": "Reference",
975
+ "text": "GridApi",
976
+ "canonicalReference": "@ag-grid-community/core!GridApi:class"
977
+ },
978
+ {
979
+ "kind": "Content",
980
+ "text": ";"
981
+ }
982
+ ],
983
+ "isReadonly": false,
984
+ "isOptional": false,
985
+ "releaseTag": "Alpha",
986
+ "name": "gridApi",
987
+ "propertyTypeTokenRange": {
988
+ "startIndex": 1,
989
+ "endIndex": 2
990
+ }
991
+ },
992
+ {
993
+ "kind": "PropertySignature",
994
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistration#gridKey:member",
995
+ "docComment": "",
996
+ "excerptTokens": [
997
+ {
998
+ "kind": "Content",
999
+ "text": "gridKey: "
1000
+ },
1001
+ {
1002
+ "kind": "Content",
1003
+ "text": "string"
1004
+ },
1005
+ {
1006
+ "kind": "Content",
1007
+ "text": ";"
1008
+ }
1009
+ ],
1010
+ "isReadonly": false,
1011
+ "isOptional": false,
1012
+ "releaseTag": "Alpha",
1013
+ "name": "gridKey",
1014
+ "propertyTypeTokenRange": {
1015
+ "startIndex": 1,
1016
+ "endIndex": 2
1017
+ }
1018
+ }
1019
+ ],
1020
+ "extendsTokenRanges": []
1021
+ },
1022
+ {
1023
+ "kind": "Interface",
1024
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:interface",
1025
+ "docComment": "/**\n * @alpha\n */\n",
1026
+ "excerptTokens": [
1027
+ {
1028
+ "kind": "Content",
1029
+ "text": "export interface GridRegistry "
1030
+ }
1031
+ ],
1032
+ "fileUrlPath": "src/workspace/grid-registry.ts",
1033
+ "releaseTag": "Alpha",
1034
+ "name": "GridRegistry",
1035
+ "preserveMemberOrder": false,
1036
+ "members": [
1037
+ {
1038
+ "kind": "MethodSignature",
1039
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#applyAllGridsSettings:member(1)",
1040
+ "docComment": "",
1041
+ "excerptTokens": [
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": "applyAllGridsSettings(gridsSettings: "
1045
+ },
1046
+ {
1047
+ "kind": "Reference",
1048
+ "text": "SavedGridSettings",
1049
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface"
1050
+ },
1051
+ {
1052
+ "kind": "Content",
1053
+ "text": "[]"
1054
+ },
1055
+ {
1056
+ "kind": "Content",
1057
+ "text": "): "
1058
+ },
1059
+ {
1060
+ "kind": "Reference",
1061
+ "text": "Promise",
1062
+ "canonicalReference": "!Promise:interface"
1063
+ },
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": "<void>"
1067
+ },
1068
+ {
1069
+ "kind": "Content",
1070
+ "text": ";"
1071
+ }
1072
+ ],
1073
+ "isOptional": false,
1074
+ "returnTypeTokenRange": {
1075
+ "startIndex": 4,
1076
+ "endIndex": 6
1077
+ },
1078
+ "releaseTag": "Alpha",
1079
+ "overloadIndex": 1,
1080
+ "parameters": [
1081
+ {
1082
+ "parameterName": "gridsSettings",
1083
+ "parameterTypeTokenRange": {
1084
+ "startIndex": 1,
1085
+ "endIndex": 3
1086
+ },
1087
+ "isOptional": false
1088
+ }
1089
+ ],
1090
+ "name": "applyAllGridsSettings"
1091
+ },
1092
+ {
1093
+ "kind": "MethodSignature",
1094
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#applyGridSettings:member(1)",
1095
+ "docComment": "",
1096
+ "excerptTokens": [
1097
+ {
1098
+ "kind": "Content",
1099
+ "text": "applyGridSettings(gridSetting: "
1100
+ },
1101
+ {
1102
+ "kind": "Reference",
1103
+ "text": "SavedGridSettings",
1104
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface"
1105
+ },
1106
+ {
1107
+ "kind": "Content",
1108
+ "text": ", options?: "
1109
+ },
1110
+ {
1111
+ "kind": "Content",
1112
+ "text": "{\n applyColumns?: boolean;\n applyFilters?: boolean;\n }"
1113
+ },
1114
+ {
1115
+ "kind": "Content",
1116
+ "text": "): "
1117
+ },
1118
+ {
1119
+ "kind": "Reference",
1120
+ "text": "Promise",
1121
+ "canonicalReference": "!Promise:interface"
1122
+ },
1123
+ {
1124
+ "kind": "Content",
1125
+ "text": "<boolean>"
1126
+ },
1127
+ {
1128
+ "kind": "Content",
1129
+ "text": ";"
1130
+ }
1131
+ ],
1132
+ "isOptional": false,
1133
+ "returnTypeTokenRange": {
1134
+ "startIndex": 5,
1135
+ "endIndex": 7
1136
+ },
1137
+ "releaseTag": "Alpha",
1138
+ "overloadIndex": 1,
1139
+ "parameters": [
1140
+ {
1141
+ "parameterName": "gridSetting",
1142
+ "parameterTypeTokenRange": {
1143
+ "startIndex": 1,
1144
+ "endIndex": 2
1145
+ },
1146
+ "isOptional": false
1147
+ },
1148
+ {
1149
+ "parameterName": "options",
1150
+ "parameterTypeTokenRange": {
1151
+ "startIndex": 3,
1152
+ "endIndex": 4
1153
+ },
1154
+ "isOptional": true
1155
+ }
1156
+ ],
1157
+ "name": "applyGridSettings"
1158
+ },
1159
+ {
1160
+ "kind": "MethodSignature",
1161
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#getAllGridsSettings:member(1)",
1162
+ "docComment": "",
1163
+ "excerptTokens": [
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": "getAllGridsSettings(): "
1167
+ },
1168
+ {
1169
+ "kind": "Reference",
1170
+ "text": "SavedGridSettings",
1171
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface"
1172
+ },
1173
+ {
1174
+ "kind": "Content",
1175
+ "text": "[]"
1176
+ },
1177
+ {
1178
+ "kind": "Content",
1179
+ "text": ";"
1180
+ }
1181
+ ],
1182
+ "isOptional": false,
1183
+ "returnTypeTokenRange": {
1184
+ "startIndex": 1,
1185
+ "endIndex": 3
1186
+ },
1187
+ "releaseTag": "Alpha",
1188
+ "overloadIndex": 1,
1189
+ "parameters": [],
1190
+ "name": "getAllGridsSettings"
1191
+ },
1192
+ {
1193
+ "kind": "MethodSignature",
1194
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#getGrid:member(1)",
1195
+ "docComment": "",
1196
+ "excerptTokens": [
1197
+ {
1198
+ "kind": "Content",
1199
+ "text": "getGrid(gridKey: "
1200
+ },
1201
+ {
1202
+ "kind": "Content",
1203
+ "text": "string"
1204
+ },
1205
+ {
1206
+ "kind": "Content",
1207
+ "text": "): "
1208
+ },
1209
+ {
1210
+ "kind": "Content",
1211
+ "text": "unknown"
1212
+ },
1213
+ {
1214
+ "kind": "Content",
1215
+ "text": ";"
1216
+ }
1217
+ ],
1218
+ "isOptional": false,
1219
+ "returnTypeTokenRange": {
1220
+ "startIndex": 3,
1221
+ "endIndex": 4
1222
+ },
1223
+ "releaseTag": "Alpha",
1224
+ "overloadIndex": 1,
1225
+ "parameters": [
1226
+ {
1227
+ "parameterName": "gridKey",
1228
+ "parameterTypeTokenRange": {
1229
+ "startIndex": 1,
1230
+ "endIndex": 2
1231
+ },
1232
+ "isOptional": false
1233
+ }
1234
+ ],
1235
+ "name": "getGrid"
1236
+ },
1237
+ {
1238
+ "kind": "MethodSignature",
1239
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#registerGrid:member(1)",
1240
+ "docComment": "",
1241
+ "excerptTokens": [
1242
+ {
1243
+ "kind": "Content",
1244
+ "text": "registerGrid(gridKey: "
1245
+ },
1246
+ {
1247
+ "kind": "Content",
1248
+ "text": "string"
1249
+ },
1250
+ {
1251
+ "kind": "Content",
1252
+ "text": ", gridApi: "
1253
+ },
1254
+ {
1255
+ "kind": "Content",
1256
+ "text": "unknown"
1257
+ },
1258
+ {
1259
+ "kind": "Content",
1260
+ "text": ", columnApi: "
1261
+ },
1262
+ {
1263
+ "kind": "Content",
1264
+ "text": "unknown"
1265
+ },
1266
+ {
1267
+ "kind": "Content",
1268
+ "text": "): "
1269
+ },
1270
+ {
1271
+ "kind": "Content",
1272
+ "text": "void"
1273
+ },
1274
+ {
1275
+ "kind": "Content",
1276
+ "text": ";"
1277
+ }
1278
+ ],
1279
+ "isOptional": false,
1280
+ "returnTypeTokenRange": {
1281
+ "startIndex": 7,
1282
+ "endIndex": 8
1283
+ },
1284
+ "releaseTag": "Alpha",
1285
+ "overloadIndex": 1,
1286
+ "parameters": [
1287
+ {
1288
+ "parameterName": "gridKey",
1289
+ "parameterTypeTokenRange": {
1290
+ "startIndex": 1,
1291
+ "endIndex": 2
1292
+ },
1293
+ "isOptional": false
1294
+ },
1295
+ {
1296
+ "parameterName": "gridApi",
1297
+ "parameterTypeTokenRange": {
1298
+ "startIndex": 3,
1299
+ "endIndex": 4
1300
+ },
1301
+ "isOptional": false
1302
+ },
1303
+ {
1304
+ "parameterName": "columnApi",
1305
+ "parameterTypeTokenRange": {
1306
+ "startIndex": 5,
1307
+ "endIndex": 6
1308
+ },
1309
+ "isOptional": false
1310
+ }
1311
+ ],
1312
+ "name": "registerGrid"
1313
+ },
1314
+ {
1315
+ "kind": "MethodSignature",
1316
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry#unregisterGrid:member(1)",
1317
+ "docComment": "",
1318
+ "excerptTokens": [
1319
+ {
1320
+ "kind": "Content",
1321
+ "text": "unregisterGrid(gridKey: "
1322
+ },
1323
+ {
1324
+ "kind": "Content",
1325
+ "text": "string"
1326
+ },
1327
+ {
1328
+ "kind": "Content",
1329
+ "text": "): "
1330
+ },
1331
+ {
1332
+ "kind": "Content",
1333
+ "text": "void"
1334
+ },
1335
+ {
1336
+ "kind": "Content",
1337
+ "text": ";"
1338
+ }
1339
+ ],
1340
+ "isOptional": false,
1341
+ "returnTypeTokenRange": {
1342
+ "startIndex": 3,
1343
+ "endIndex": 4
1344
+ },
1345
+ "releaseTag": "Alpha",
1346
+ "overloadIndex": 1,
1347
+ "parameters": [
1348
+ {
1349
+ "parameterName": "gridKey",
1350
+ "parameterTypeTokenRange": {
1351
+ "startIndex": 1,
1352
+ "endIndex": 2
1353
+ },
1354
+ "isOptional": false
1355
+ }
1356
+ ],
1357
+ "name": "unregisterGrid"
1358
+ }
1359
+ ],
1360
+ "extendsTokenRanges": []
1361
+ },
1362
+ {
1363
+ "kind": "Variable",
1364
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:var",
1365
+ "docComment": "/**\n * DI token for grid registry.\n *\n * @alpha\n */\n",
1366
+ "excerptTokens": [
1367
+ {
1368
+ "kind": "Content",
1369
+ "text": "GridRegistry: "
1370
+ },
1371
+ {
1372
+ "kind": "Content",
1373
+ "text": "import(\"@microsoft/fast-foundation\")."
1374
+ },
1375
+ {
1376
+ "kind": "Reference",
1377
+ "text": "InterfaceSymbol",
1378
+ "canonicalReference": "@microsoft/fast-foundation!InterfaceSymbol:type"
1379
+ },
1380
+ {
1381
+ "kind": "Content",
1382
+ "text": "<"
1383
+ },
1384
+ {
1385
+ "kind": "Reference",
1386
+ "text": "GridRegistry",
1387
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:interface"
1388
+ },
1389
+ {
1390
+ "kind": "Content",
1391
+ "text": ">"
1392
+ }
1393
+ ],
1394
+ "fileUrlPath": "src/workspace/grid-registry.ts",
1395
+ "isReadonly": true,
1396
+ "releaseTag": "Alpha",
1397
+ "name": "GridRegistry",
1398
+ "variableTypeTokenRange": {
1399
+ "startIndex": 1,
1400
+ "endIndex": 6
1401
+ }
1402
+ },
1403
+ {
1404
+ "kind": "Interface",
1405
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:interface",
1406
+ "docComment": "/**\n * @alpha\n */\n",
1407
+ "excerptTokens": [
1408
+ {
1409
+ "kind": "Content",
1410
+ "text": "export interface LayoutRegistry "
1411
+ }
1412
+ ],
1413
+ "fileUrlPath": "src/workspace/layout-registry.ts",
1414
+ "releaseTag": "Alpha",
1415
+ "name": "LayoutRegistry",
1416
+ "preserveMemberOrder": false,
1417
+ "members": [
1418
+ {
1419
+ "kind": "MethodSignature",
1420
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry#applySavedLayouts:member(1)",
1421
+ "docComment": "",
1422
+ "excerptTokens": [
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": "applySavedLayouts(savedLayouts: "
1426
+ },
1427
+ {
1428
+ "kind": "Reference",
1429
+ "text": "SavedLayout",
1430
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout:interface"
1431
+ },
1432
+ {
1433
+ "kind": "Content",
1434
+ "text": "[]"
1435
+ },
1436
+ {
1437
+ "kind": "Content",
1438
+ "text": "): "
1439
+ },
1440
+ {
1441
+ "kind": "Reference",
1442
+ "text": "Promise",
1443
+ "canonicalReference": "!Promise:interface"
1444
+ },
1445
+ {
1446
+ "kind": "Content",
1447
+ "text": "<void>"
1448
+ },
1449
+ {
1450
+ "kind": "Content",
1451
+ "text": ";"
1452
+ }
1453
+ ],
1454
+ "isOptional": false,
1455
+ "returnTypeTokenRange": {
1456
+ "startIndex": 4,
1457
+ "endIndex": 6
1458
+ },
1459
+ "releaseTag": "Alpha",
1460
+ "overloadIndex": 1,
1461
+ "parameters": [
1462
+ {
1463
+ "parameterName": "savedLayouts",
1464
+ "parameterTypeTokenRange": {
1465
+ "startIndex": 1,
1466
+ "endIndex": 3
1467
+ },
1468
+ "isOptional": false
1469
+ }
1470
+ ],
1471
+ "name": "applySavedLayouts"
1472
+ },
1473
+ {
1474
+ "kind": "MethodSignature",
1475
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry#getLayoutsConfigs:member(1)",
1476
+ "docComment": "",
1477
+ "excerptTokens": [
1478
+ {
1479
+ "kind": "Content",
1480
+ "text": "getLayoutsConfigs(): "
1481
+ },
1482
+ {
1483
+ "kind": "Reference",
1484
+ "text": "SavedLayout",
1485
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout:interface"
1486
+ },
1487
+ {
1488
+ "kind": "Content",
1489
+ "text": "[]"
1490
+ },
1491
+ {
1492
+ "kind": "Content",
1493
+ "text": ";"
1494
+ }
1495
+ ],
1496
+ "isOptional": false,
1497
+ "returnTypeTokenRange": {
1498
+ "startIndex": 1,
1499
+ "endIndex": 3
1500
+ },
1501
+ "releaseTag": "Alpha",
1502
+ "overloadIndex": 1,
1503
+ "parameters": [],
1504
+ "name": "getLayoutsConfigs"
1505
+ },
1506
+ {
1507
+ "kind": "MethodSignature",
1508
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry#registerLayout:member(1)",
1509
+ "docComment": "",
1510
+ "excerptTokens": [
1511
+ {
1512
+ "kind": "Content",
1513
+ "text": "registerLayout(layoutKey: "
1514
+ },
1515
+ {
1516
+ "kind": "Content",
1517
+ "text": "string"
1518
+ },
1519
+ {
1520
+ "kind": "Content",
1521
+ "text": ", layout: "
1522
+ },
1523
+ {
1524
+ "kind": "Content",
1525
+ "text": "unknown"
1526
+ },
1527
+ {
1528
+ "kind": "Content",
1529
+ "text": "): "
1530
+ },
1531
+ {
1532
+ "kind": "Content",
1533
+ "text": "void"
1534
+ },
1535
+ {
1536
+ "kind": "Content",
1537
+ "text": ";"
1538
+ }
1539
+ ],
1540
+ "isOptional": false,
1541
+ "returnTypeTokenRange": {
1542
+ "startIndex": 5,
1543
+ "endIndex": 6
1544
+ },
1545
+ "releaseTag": "Alpha",
1546
+ "overloadIndex": 1,
1547
+ "parameters": [
1548
+ {
1549
+ "parameterName": "layoutKey",
1550
+ "parameterTypeTokenRange": {
1551
+ "startIndex": 1,
1552
+ "endIndex": 2
1553
+ },
1554
+ "isOptional": false
1555
+ },
1556
+ {
1557
+ "parameterName": "layout",
1558
+ "parameterTypeTokenRange": {
1559
+ "startIndex": 3,
1560
+ "endIndex": 4
1561
+ },
1562
+ "isOptional": false
1563
+ }
1564
+ ],
1565
+ "name": "registerLayout"
1566
+ },
1567
+ {
1568
+ "kind": "MethodSignature",
1569
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry#unregisterLayout:member(1)",
1570
+ "docComment": "",
1571
+ "excerptTokens": [
1572
+ {
1573
+ "kind": "Content",
1574
+ "text": "unregisterLayout(layoutKey: "
1575
+ },
1576
+ {
1577
+ "kind": "Content",
1578
+ "text": "string"
1579
+ },
1580
+ {
1581
+ "kind": "Content",
1582
+ "text": "): "
1583
+ },
1584
+ {
1585
+ "kind": "Content",
1586
+ "text": "void"
1587
+ },
1588
+ {
1589
+ "kind": "Content",
1590
+ "text": ";"
1591
+ }
1592
+ ],
1593
+ "isOptional": false,
1594
+ "returnTypeTokenRange": {
1595
+ "startIndex": 3,
1596
+ "endIndex": 4
1597
+ },
1598
+ "releaseTag": "Alpha",
1599
+ "overloadIndex": 1,
1600
+ "parameters": [
1601
+ {
1602
+ "parameterName": "layoutKey",
1603
+ "parameterTypeTokenRange": {
1604
+ "startIndex": 1,
1605
+ "endIndex": 2
1606
+ },
1607
+ "isOptional": false
1608
+ }
1609
+ ],
1610
+ "name": "unregisterLayout"
1611
+ }
1612
+ ],
1613
+ "extendsTokenRanges": []
1614
+ },
1615
+ {
1616
+ "kind": "Variable",
1617
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:var",
1618
+ "docComment": "/**\n * DI token for layout registry.\n *\n * @alpha\n */\n",
1619
+ "excerptTokens": [
1620
+ {
1621
+ "kind": "Content",
1622
+ "text": "LayoutRegistry: "
1623
+ },
1624
+ {
1625
+ "kind": "Content",
1626
+ "text": "import(\"@microsoft/fast-foundation\")."
1627
+ },
1628
+ {
1629
+ "kind": "Reference",
1630
+ "text": "InterfaceSymbol",
1631
+ "canonicalReference": "@microsoft/fast-foundation!InterfaceSymbol:type"
1632
+ },
1633
+ {
1634
+ "kind": "Content",
1635
+ "text": "<"
1636
+ },
1637
+ {
1638
+ "kind": "Reference",
1639
+ "text": "LayoutRegistry",
1640
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:interface"
1641
+ },
1642
+ {
1643
+ "kind": "Content",
1644
+ "text": ">"
1645
+ }
1646
+ ],
1647
+ "fileUrlPath": "src/workspace/layout-registry.ts",
1648
+ "isReadonly": true,
1649
+ "releaseTag": "Alpha",
1650
+ "name": "LayoutRegistry",
1651
+ "variableTypeTokenRange": {
1652
+ "startIndex": 1,
1653
+ "endIndex": 6
1654
+ }
1655
+ },
1656
+ {
1657
+ "kind": "Class",
1658
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutWrapper:class",
1659
+ "docComment": "/**\n * Registers a layout instance so workspace state can apply/load it.\n *\n * @alpha\n */\n",
1660
+ "excerptTokens": [
1661
+ {
1662
+ "kind": "Content",
1663
+ "text": "export declare class LayoutWrapper extends "
1664
+ },
1665
+ {
1666
+ "kind": "Reference",
1667
+ "text": "HTMLElement",
1668
+ "canonicalReference": "!HTMLElement:interface"
1669
+ },
1670
+ {
1671
+ "kind": "Content",
1672
+ "text": " "
1673
+ }
1674
+ ],
1675
+ "fileUrlPath": "src/workspace/layout-wrapper/layout-wrapper.ts",
1676
+ "releaseTag": "Alpha",
1677
+ "isAbstract": false,
1678
+ "name": "LayoutWrapper",
1679
+ "preserveMemberOrder": false,
1680
+ "members": [
1681
+ {
1682
+ "kind": "Property",
1683
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutWrapper#layoutKey:member",
1684
+ "docComment": "",
1685
+ "excerptTokens": [
1686
+ {
1687
+ "kind": "Content",
1688
+ "text": "layoutKey: "
1689
+ },
1690
+ {
1691
+ "kind": "Content",
1692
+ "text": "string"
1693
+ },
1694
+ {
1695
+ "kind": "Content",
1696
+ "text": ";"
1697
+ }
1698
+ ],
1699
+ "isReadonly": false,
1700
+ "isOptional": false,
1701
+ "releaseTag": "Alpha",
1702
+ "name": "layoutKey",
1703
+ "propertyTypeTokenRange": {
1704
+ "startIndex": 1,
1705
+ "endIndex": 2
1706
+ },
1707
+ "isStatic": false,
1708
+ "isProtected": false,
1709
+ "isAbstract": false
1710
+ },
1711
+ {
1712
+ "kind": "Property",
1713
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutWrapper#layoutRegistry:member",
1714
+ "docComment": "",
1715
+ "excerptTokens": [
1716
+ {
1717
+ "kind": "Content",
1718
+ "text": "layoutRegistry: "
1719
+ },
1720
+ {
1721
+ "kind": "Reference",
1722
+ "text": "LayoutRegistry",
1723
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:interface"
1724
+ },
1725
+ {
1726
+ "kind": "Content",
1727
+ "text": ";"
1728
+ }
1729
+ ],
1730
+ "isReadonly": false,
1731
+ "isOptional": false,
1732
+ "releaseTag": "Alpha",
1733
+ "name": "layoutRegistry",
1734
+ "propertyTypeTokenRange": {
1735
+ "startIndex": 1,
1736
+ "endIndex": 2
1737
+ },
1738
+ "isStatic": false,
1739
+ "isProtected": false,
1740
+ "isAbstract": false
1741
+ }
1742
+ ],
1743
+ "extendsTokenRange": {
1744
+ "startIndex": 1,
1745
+ "endIndex": 2
1746
+ },
1747
+ "implementsTokenRanges": []
1748
+ },
1749
+ {
1750
+ "kind": "TypeAlias",
1751
+ "canonicalReference": "@genesislcap/foundation-workspace!LoadMode:type",
1752
+ "docComment": "/**\n * Workspace load mode.\n *\n * @alpha\n */\n",
1753
+ "excerptTokens": [
1754
+ {
1755
+ "kind": "Content",
1756
+ "text": "export type LoadMode = "
1757
+ },
1758
+ {
1759
+ "kind": "Content",
1760
+ "text": "'MY' | 'SHARED'"
1761
+ },
1762
+ {
1763
+ "kind": "Content",
1764
+ "text": ";"
1765
+ }
1766
+ ],
1767
+ "fileUrlPath": "src/workspace-manager/workspace-manager.ts",
1768
+ "releaseTag": "Alpha",
1769
+ "name": "LoadMode",
1770
+ "typeTokenRange": {
1771
+ "startIndex": 1,
1772
+ "endIndex": 2
1773
+ }
1774
+ },
1775
+ {
1776
+ "kind": "Interface",
1777
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface",
1778
+ "docComment": "/**\n * @alpha\n */\n",
1779
+ "excerptTokens": [
1780
+ {
1781
+ "kind": "Content",
1782
+ "text": "export interface SavedFilterValue "
1783
+ }
1784
+ ],
1785
+ "fileUrlPath": "src/workspace/workspace.types.ts",
1786
+ "releaseTag": "Alpha",
1787
+ "name": "SavedFilterValue",
1788
+ "preserveMemberOrder": false,
1789
+ "members": [
1790
+ {
1791
+ "kind": "PropertySignature",
1792
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue#filterKey:member",
1793
+ "docComment": "",
1794
+ "excerptTokens": [
1795
+ {
1796
+ "kind": "Content",
1797
+ "text": "filterKey: "
1798
+ },
1799
+ {
1800
+ "kind": "Content",
1801
+ "text": "string"
1802
+ },
1803
+ {
1804
+ "kind": "Content",
1805
+ "text": ";"
1806
+ }
1807
+ ],
1808
+ "isReadonly": false,
1809
+ "isOptional": false,
1810
+ "releaseTag": "Alpha",
1811
+ "name": "filterKey",
1812
+ "propertyTypeTokenRange": {
1813
+ "startIndex": 1,
1814
+ "endIndex": 2
1815
+ }
1816
+ },
1817
+ {
1818
+ "kind": "PropertySignature",
1819
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue#value:member",
1820
+ "docComment": "",
1821
+ "excerptTokens": [
1822
+ {
1823
+ "kind": "Content",
1824
+ "text": "value: "
1825
+ },
1826
+ {
1827
+ "kind": "Content",
1828
+ "text": "string"
1829
+ },
1830
+ {
1831
+ "kind": "Content",
1832
+ "text": ";"
1833
+ }
1834
+ ],
1835
+ "isReadonly": false,
1836
+ "isOptional": false,
1837
+ "releaseTag": "Alpha",
1838
+ "name": "value",
1839
+ "propertyTypeTokenRange": {
1840
+ "startIndex": 1,
1841
+ "endIndex": 2
1842
+ }
1843
+ }
1844
+ ],
1845
+ "extendsTokenRanges": []
1846
+ },
1847
+ {
1848
+ "kind": "Interface",
1849
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface",
1850
+ "docComment": "/**\n * Workspace persistence types. Layout and column state use generic shapes so consumers can use foundation-layout and ag-grid types.\n *\n * @alpha\n */\n",
1851
+ "excerptTokens": [
1852
+ {
1853
+ "kind": "Content",
1854
+ "text": "export interface SavedGridSettings "
1855
+ }
1856
+ ],
1857
+ "fileUrlPath": "src/workspace/workspace.types.ts",
1858
+ "releaseTag": "Alpha",
1859
+ "name": "SavedGridSettings",
1860
+ "preserveMemberOrder": false,
1861
+ "members": [
1862
+ {
1863
+ "kind": "PropertySignature",
1864
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings#columnState:member",
1865
+ "docComment": "",
1866
+ "excerptTokens": [
1867
+ {
1868
+ "kind": "Content",
1869
+ "text": "columnState: "
1870
+ },
1871
+ {
1872
+ "kind": "Content",
1873
+ "text": "any[]"
1874
+ },
1875
+ {
1876
+ "kind": "Content",
1877
+ "text": ";"
1878
+ }
1879
+ ],
1880
+ "isReadonly": false,
1881
+ "isOptional": false,
1882
+ "releaseTag": "Alpha",
1883
+ "name": "columnState",
1884
+ "propertyTypeTokenRange": {
1885
+ "startIndex": 1,
1886
+ "endIndex": 2
1887
+ }
1888
+ },
1889
+ {
1890
+ "kind": "PropertySignature",
1891
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings#gridKey:member",
1892
+ "docComment": "",
1893
+ "excerptTokens": [
1894
+ {
1895
+ "kind": "Content",
1896
+ "text": "gridKey: "
1897
+ },
1898
+ {
1899
+ "kind": "Content",
1900
+ "text": "string"
1901
+ },
1902
+ {
1903
+ "kind": "Content",
1904
+ "text": ";"
1905
+ }
1906
+ ],
1907
+ "isReadonly": false,
1908
+ "isOptional": false,
1909
+ "releaseTag": "Alpha",
1910
+ "name": "gridKey",
1911
+ "propertyTypeTokenRange": {
1912
+ "startIndex": 1,
1913
+ "endIndex": 2
1914
+ }
1915
+ },
1916
+ {
1917
+ "kind": "PropertySignature",
1918
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings#savedAt:member",
1919
+ "docComment": "",
1920
+ "excerptTokens": [
1921
+ {
1922
+ "kind": "Content",
1923
+ "text": "savedAt: "
1924
+ },
1925
+ {
1926
+ "kind": "Content",
1927
+ "text": "string"
1928
+ },
1929
+ {
1930
+ "kind": "Content",
1931
+ "text": ";"
1932
+ }
1933
+ ],
1934
+ "isReadonly": false,
1935
+ "isOptional": false,
1936
+ "releaseTag": "Alpha",
1937
+ "name": "savedAt",
1938
+ "propertyTypeTokenRange": {
1939
+ "startIndex": 1,
1940
+ "endIndex": 2
1941
+ }
1942
+ }
1943
+ ],
1944
+ "extendsTokenRanges": []
1945
+ },
1946
+ {
1947
+ "kind": "Interface",
1948
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout:interface",
1949
+ "docComment": "/**\n * @alpha\n */\n",
1950
+ "excerptTokens": [
1951
+ {
1952
+ "kind": "Content",
1953
+ "text": "export interface SavedLayout "
1954
+ }
1955
+ ],
1956
+ "fileUrlPath": "src/workspace/workspace.types.ts",
1957
+ "releaseTag": "Alpha",
1958
+ "name": "SavedLayout",
1959
+ "preserveMemberOrder": false,
1960
+ "members": [
1961
+ {
1962
+ "kind": "PropertySignature",
1963
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout#layout:member",
1964
+ "docComment": "",
1965
+ "excerptTokens": [
1966
+ {
1967
+ "kind": "Content",
1968
+ "text": "layout: "
1969
+ },
1970
+ {
1971
+ "kind": "Content",
1972
+ "text": "unknown"
1973
+ },
1974
+ {
1975
+ "kind": "Content",
1976
+ "text": ";"
1977
+ }
1978
+ ],
1979
+ "isReadonly": false,
1980
+ "isOptional": false,
1981
+ "releaseTag": "Alpha",
1982
+ "name": "layout",
1983
+ "propertyTypeTokenRange": {
1984
+ "startIndex": 1,
1985
+ "endIndex": 2
1986
+ }
1987
+ },
1988
+ {
1989
+ "kind": "PropertySignature",
1990
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout#layoutKey:member",
1991
+ "docComment": "",
1992
+ "excerptTokens": [
1993
+ {
1994
+ "kind": "Content",
1995
+ "text": "layoutKey: "
1996
+ },
1997
+ {
1998
+ "kind": "Content",
1999
+ "text": "string"
2000
+ },
2001
+ {
2002
+ "kind": "Content",
2003
+ "text": ";"
2004
+ }
2005
+ ],
2006
+ "isReadonly": false,
2007
+ "isOptional": false,
2008
+ "releaseTag": "Alpha",
2009
+ "name": "layoutKey",
2010
+ "propertyTypeTokenRange": {
2011
+ "startIndex": 1,
2012
+ "endIndex": 2
2013
+ }
2014
+ }
2015
+ ],
2016
+ "extendsTokenRanges": []
2017
+ },
2018
+ {
2019
+ "kind": "Interface",
2020
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface",
2021
+ "docComment": "/**\n * @alpha\n */\n",
2022
+ "excerptTokens": [
2023
+ {
2024
+ "kind": "Content",
2025
+ "text": "export interface SavedWorkspace "
2026
+ }
2027
+ ],
2028
+ "fileUrlPath": "src/workspace/workspace-state.types.ts",
2029
+ "releaseTag": "Alpha",
2030
+ "name": "SavedWorkspace",
2031
+ "preserveMemberOrder": false,
2032
+ "members": [
2033
+ {
2034
+ "kind": "PropertySignature",
2035
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#description:member",
2036
+ "docComment": "",
2037
+ "excerptTokens": [
2038
+ {
2039
+ "kind": "Content",
2040
+ "text": "description?: "
2041
+ },
2042
+ {
2043
+ "kind": "Content",
2044
+ "text": "string"
2045
+ },
2046
+ {
2047
+ "kind": "Content",
2048
+ "text": ";"
2049
+ }
2050
+ ],
2051
+ "isReadonly": false,
2052
+ "isOptional": true,
2053
+ "releaseTag": "Alpha",
2054
+ "name": "description",
2055
+ "propertyTypeTokenRange": {
2056
+ "startIndex": 1,
2057
+ "endIndex": 2
2058
+ }
2059
+ },
2060
+ {
2061
+ "kind": "PropertySignature",
2062
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#filters:member",
2063
+ "docComment": "",
2064
+ "excerptTokens": [
2065
+ {
2066
+ "kind": "Content",
2067
+ "text": "filters: "
2068
+ },
2069
+ {
2070
+ "kind": "Reference",
2071
+ "text": "SavedFilterValue",
2072
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
2073
+ },
2074
+ {
2075
+ "kind": "Content",
2076
+ "text": "[]"
2077
+ },
2078
+ {
2079
+ "kind": "Content",
2080
+ "text": ";"
2081
+ }
2082
+ ],
2083
+ "isReadonly": false,
2084
+ "isOptional": false,
2085
+ "releaseTag": "Alpha",
2086
+ "name": "filters",
2087
+ "propertyTypeTokenRange": {
2088
+ "startIndex": 1,
2089
+ "endIndex": 3
2090
+ }
2091
+ },
2092
+ {
2093
+ "kind": "PropertySignature",
2094
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#grids:member",
2095
+ "docComment": "",
2096
+ "excerptTokens": [
2097
+ {
2098
+ "kind": "Content",
2099
+ "text": "grids: "
2100
+ },
2101
+ {
2102
+ "kind": "Reference",
2103
+ "text": "SavedGridSettings",
2104
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface"
2105
+ },
2106
+ {
2107
+ "kind": "Content",
2108
+ "text": "[]"
2109
+ },
2110
+ {
2111
+ "kind": "Content",
2112
+ "text": ";"
2113
+ }
2114
+ ],
2115
+ "isReadonly": false,
2116
+ "isOptional": false,
2117
+ "releaseTag": "Alpha",
2118
+ "name": "grids",
2119
+ "propertyTypeTokenRange": {
2120
+ "startIndex": 1,
2121
+ "endIndex": 3
2122
+ }
2123
+ },
2124
+ {
2125
+ "kind": "PropertySignature",
2126
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#layouts:member",
2127
+ "docComment": "",
2128
+ "excerptTokens": [
2129
+ {
2130
+ "kind": "Content",
2131
+ "text": "layouts: "
2132
+ },
2133
+ {
2134
+ "kind": "Reference",
2135
+ "text": "SavedLayout",
2136
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout:interface"
2137
+ },
2138
+ {
2139
+ "kind": "Content",
2140
+ "text": "[]"
2141
+ },
2142
+ {
2143
+ "kind": "Content",
2144
+ "text": ";"
2145
+ }
2146
+ ],
2147
+ "isReadonly": false,
2148
+ "isOptional": false,
2149
+ "releaseTag": "Alpha",
2150
+ "name": "layouts",
2151
+ "propertyTypeTokenRange": {
2152
+ "startIndex": 1,
2153
+ "endIndex": 3
2154
+ }
2155
+ },
2156
+ {
2157
+ "kind": "PropertySignature",
2158
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#name:member",
2159
+ "docComment": "",
2160
+ "excerptTokens": [
2161
+ {
2162
+ "kind": "Content",
2163
+ "text": "name: "
2164
+ },
2165
+ {
2166
+ "kind": "Content",
2167
+ "text": "string"
2168
+ },
2169
+ {
2170
+ "kind": "Content",
2171
+ "text": ";"
2172
+ }
2173
+ ],
2174
+ "isReadonly": false,
2175
+ "isOptional": false,
2176
+ "releaseTag": "Alpha",
2177
+ "name": "name",
2178
+ "propertyTypeTokenRange": {
2179
+ "startIndex": 1,
2180
+ "endIndex": 2
2181
+ }
2182
+ },
2183
+ {
2184
+ "kind": "PropertySignature",
2185
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#savedAt:member",
2186
+ "docComment": "",
2187
+ "excerptTokens": [
2188
+ {
2189
+ "kind": "Content",
2190
+ "text": "savedAt: "
2191
+ },
2192
+ {
2193
+ "kind": "Content",
2194
+ "text": "string"
2195
+ },
2196
+ {
2197
+ "kind": "Content",
2198
+ "text": ";"
2199
+ }
2200
+ ],
2201
+ "isReadonly": false,
2202
+ "isOptional": false,
2203
+ "releaseTag": "Alpha",
2204
+ "name": "savedAt",
2205
+ "propertyTypeTokenRange": {
2206
+ "startIndex": 1,
2207
+ "endIndex": 2
2208
+ }
2209
+ },
2210
+ {
2211
+ "kind": "PropertySignature",
2212
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace#username:member",
2213
+ "docComment": "",
2214
+ "excerptTokens": [
2215
+ {
2216
+ "kind": "Content",
2217
+ "text": "username: "
2218
+ },
2219
+ {
2220
+ "kind": "Content",
2221
+ "text": "string"
2222
+ },
2223
+ {
2224
+ "kind": "Content",
2225
+ "text": ";"
2226
+ }
2227
+ ],
2228
+ "isReadonly": false,
2229
+ "isOptional": false,
2230
+ "releaseTag": "Alpha",
2231
+ "name": "username",
2232
+ "propertyTypeTokenRange": {
2233
+ "startIndex": 1,
2234
+ "endIndex": 2
2235
+ }
2236
+ }
2237
+ ],
2238
+ "extendsTokenRanges": []
2239
+ },
2240
+ {
2241
+ "kind": "Interface",
2242
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace:interface",
2243
+ "docComment": "/**\n * @alpha\n */\n",
2244
+ "excerptTokens": [
2245
+ {
2246
+ "kind": "Content",
2247
+ "text": "export interface SharedWorkspace "
2248
+ }
2249
+ ],
2250
+ "fileUrlPath": "src/workspace/workspace-state.types.ts",
2251
+ "releaseTag": "Alpha",
2252
+ "name": "SharedWorkspace",
2253
+ "preserveMemberOrder": false,
2254
+ "members": [
2255
+ {
2256
+ "kind": "PropertySignature",
2257
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#createdOn:member",
2258
+ "docComment": "",
2259
+ "excerptTokens": [
2260
+ {
2261
+ "kind": "Content",
2262
+ "text": "createdOn?: "
2263
+ },
2264
+ {
2265
+ "kind": "Content",
2266
+ "text": "string | number"
2267
+ },
2268
+ {
2269
+ "kind": "Content",
2270
+ "text": ";"
2271
+ }
2272
+ ],
2273
+ "isReadonly": false,
2274
+ "isOptional": true,
2275
+ "releaseTag": "Alpha",
2276
+ "name": "createdOn",
2277
+ "propertyTypeTokenRange": {
2278
+ "startIndex": 1,
2279
+ "endIndex": 2
2280
+ }
2281
+ },
2282
+ {
2283
+ "kind": "PropertySignature",
2284
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#data:member",
2285
+ "docComment": "",
2286
+ "excerptTokens": [
2287
+ {
2288
+ "kind": "Content",
2289
+ "text": "data: "
2290
+ },
2291
+ {
2292
+ "kind": "Content",
2293
+ "text": "string"
2294
+ },
2295
+ {
2296
+ "kind": "Content",
2297
+ "text": ";"
2298
+ }
2299
+ ],
2300
+ "isReadonly": false,
2301
+ "isOptional": false,
2302
+ "releaseTag": "Alpha",
2303
+ "name": "data",
2304
+ "propertyTypeTokenRange": {
2305
+ "startIndex": 1,
2306
+ "endIndex": 2
2307
+ }
2308
+ },
2309
+ {
2310
+ "kind": "PropertySignature",
2311
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#description:member",
2312
+ "docComment": "",
2313
+ "excerptTokens": [
2314
+ {
2315
+ "kind": "Content",
2316
+ "text": "description?: "
2317
+ },
2318
+ {
2319
+ "kind": "Content",
2320
+ "text": "string"
2321
+ },
2322
+ {
2323
+ "kind": "Content",
2324
+ "text": ";"
2325
+ }
2326
+ ],
2327
+ "isReadonly": false,
2328
+ "isOptional": true,
2329
+ "releaseTag": "Alpha",
2330
+ "name": "description",
2331
+ "propertyTypeTokenRange": {
2332
+ "startIndex": 1,
2333
+ "endIndex": 2
2334
+ }
2335
+ },
2336
+ {
2337
+ "kind": "PropertySignature",
2338
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#id:member",
2339
+ "docComment": "",
2340
+ "excerptTokens": [
2341
+ {
2342
+ "kind": "Content",
2343
+ "text": "id: "
2344
+ },
2345
+ {
2346
+ "kind": "Content",
2347
+ "text": "string"
2348
+ },
2349
+ {
2350
+ "kind": "Content",
2351
+ "text": ";"
2352
+ }
2353
+ ],
2354
+ "isReadonly": false,
2355
+ "isOptional": false,
2356
+ "releaseTag": "Alpha",
2357
+ "name": "id",
2358
+ "propertyTypeTokenRange": {
2359
+ "startIndex": 1,
2360
+ "endIndex": 2
2361
+ }
2362
+ },
2363
+ {
2364
+ "kind": "PropertySignature",
2365
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#modifiedOn:member",
2366
+ "docComment": "",
2367
+ "excerptTokens": [
2368
+ {
2369
+ "kind": "Content",
2370
+ "text": "modifiedOn?: "
2371
+ },
2372
+ {
2373
+ "kind": "Content",
2374
+ "text": "string | number"
2375
+ },
2376
+ {
2377
+ "kind": "Content",
2378
+ "text": ";"
2379
+ }
2380
+ ],
2381
+ "isReadonly": false,
2382
+ "isOptional": true,
2383
+ "releaseTag": "Alpha",
2384
+ "name": "modifiedOn",
2385
+ "propertyTypeTokenRange": {
2386
+ "startIndex": 1,
2387
+ "endIndex": 2
2388
+ }
2389
+ },
2390
+ {
2391
+ "kind": "PropertySignature",
2392
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#name:member",
2393
+ "docComment": "",
2394
+ "excerptTokens": [
2395
+ {
2396
+ "kind": "Content",
2397
+ "text": "name: "
2398
+ },
2399
+ {
2400
+ "kind": "Content",
2401
+ "text": "string"
2402
+ },
2403
+ {
2404
+ "kind": "Content",
2405
+ "text": ";"
2406
+ }
2407
+ ],
2408
+ "isReadonly": false,
2409
+ "isOptional": false,
2410
+ "releaseTag": "Alpha",
2411
+ "name": "name",
2412
+ "propertyTypeTokenRange": {
2413
+ "startIndex": 1,
2414
+ "endIndex": 2
2415
+ }
2416
+ },
2417
+ {
2418
+ "kind": "PropertySignature",
2419
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace#userName:member",
2420
+ "docComment": "",
2421
+ "excerptTokens": [
2422
+ {
2423
+ "kind": "Content",
2424
+ "text": "userName: "
2425
+ },
2426
+ {
2427
+ "kind": "Content",
2428
+ "text": "string"
2429
+ },
2430
+ {
2431
+ "kind": "Content",
2432
+ "text": ";"
2433
+ }
2434
+ ],
2435
+ "isReadonly": false,
2436
+ "isOptional": false,
2437
+ "releaseTag": "Alpha",
2438
+ "name": "userName",
2439
+ "propertyTypeTokenRange": {
2440
+ "startIndex": 1,
2441
+ "endIndex": 2
2442
+ }
2443
+ }
2444
+ ],
2445
+ "extendsTokenRanges": []
2446
+ },
2447
+ {
2448
+ "kind": "Variable",
2449
+ "canonicalReference": "@genesislcap/foundation-workspace!workspaceComponents:var",
2450
+ "docComment": "/**\n * Registration object for workspace-related components.\n *\n * Mirrors the shape of `rapidGridComponents` so it can be passed into `provideDesignSystem().register(...)` without additional glue code.\n *\n * @alpha\n */\n",
2451
+ "excerptTokens": [
2452
+ {
2453
+ "kind": "Content",
2454
+ "text": "workspaceComponents: "
2455
+ },
2456
+ {
2457
+ "kind": "Content",
2458
+ "text": "{\n workspaceManager: () => {\n register(_container?: "
2459
+ },
2460
+ {
2461
+ "kind": "Reference",
2462
+ "text": "Container",
2463
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
2464
+ },
2465
+ {
2466
+ "kind": "Content",
2467
+ "text": ", ..._rest: any[]): void;\n };\n layoutWrapper: () => {\n register(_container?: "
2468
+ },
2469
+ {
2470
+ "kind": "Reference",
2471
+ "text": "Container",
2472
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
2473
+ },
2474
+ {
2475
+ "kind": "Content",
2476
+ "text": ", ..._rest: any[]): void;\n };\n gridRegister: () => {\n register(_container?: "
2477
+ },
2478
+ {
2479
+ "kind": "Reference",
2480
+ "text": "Container",
2481
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
2482
+ },
2483
+ {
2484
+ "kind": "Content",
2485
+ "text": ", ..._rest: any[]): void;\n };\n register(container?: "
2486
+ },
2487
+ {
2488
+ "kind": "Reference",
2489
+ "text": "Container",
2490
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
2491
+ },
2492
+ {
2493
+ "kind": "Content",
2494
+ "text": ", ...rest: any[]): void;\n}"
2495
+ }
2496
+ ],
2497
+ "fileUrlPath": "src/workspace-components.ts",
2498
+ "isReadonly": true,
2499
+ "releaseTag": "Alpha",
2500
+ "name": "workspaceComponents",
2501
+ "variableTypeTokenRange": {
2502
+ "startIndex": 1,
2503
+ "endIndex": 10
2504
+ }
2505
+ },
2506
+ {
2507
+ "kind": "Class",
2508
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager:class",
2509
+ "docComment": "/**\n * Workspace persistence UI (save/load + share/delete shared workspaces).\n *\n * @alpha\n */\n",
2510
+ "excerptTokens": [
2511
+ {
2512
+ "kind": "Content",
2513
+ "text": "export declare class WorkspaceManager extends "
2514
+ },
2515
+ {
2516
+ "kind": "Reference",
2517
+ "text": "FoundationElement",
2518
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2519
+ },
2520
+ {
2521
+ "kind": "Content",
2522
+ "text": " "
2523
+ }
2524
+ ],
2525
+ "fileUrlPath": "src/workspace-manager/workspace-manager.ts",
2526
+ "releaseTag": "Alpha",
2527
+ "isAbstract": false,
2528
+ "name": "WorkspaceManager",
2529
+ "preserveMemberOrder": false,
2530
+ "members": [
2531
+ {
2532
+ "kind": "Property",
2533
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#applyingWorkspace:member",
2534
+ "docComment": "",
2535
+ "excerptTokens": [
2536
+ {
2537
+ "kind": "Content",
2538
+ "text": "applyingWorkspace: "
2539
+ },
2540
+ {
2541
+ "kind": "Content",
2542
+ "text": "boolean"
2543
+ },
2544
+ {
2545
+ "kind": "Content",
2546
+ "text": ";"
2547
+ }
2548
+ ],
2549
+ "isReadonly": false,
2550
+ "isOptional": false,
2551
+ "releaseTag": "Alpha",
2552
+ "name": "applyingWorkspace",
2553
+ "propertyTypeTokenRange": {
2554
+ "startIndex": 1,
2555
+ "endIndex": 2
2556
+ },
2557
+ "isStatic": false,
2558
+ "isProtected": false,
2559
+ "isAbstract": false
2560
+ },
2561
+ {
2562
+ "kind": "Property",
2563
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#auth:member",
2564
+ "docComment": "",
2565
+ "excerptTokens": [
2566
+ {
2567
+ "kind": "Content",
2568
+ "text": "auth: "
2569
+ },
2570
+ {
2571
+ "kind": "Reference",
2572
+ "text": "Auth",
2573
+ "canonicalReference": "@genesislcap/foundation-comms!Auth:interface"
2574
+ },
2575
+ {
2576
+ "kind": "Content",
2577
+ "text": ";"
2578
+ }
2579
+ ],
2580
+ "isReadonly": false,
2581
+ "isOptional": false,
2582
+ "releaseTag": "Alpha",
2583
+ "name": "auth",
2584
+ "propertyTypeTokenRange": {
2585
+ "startIndex": 1,
2586
+ "endIndex": 2
2587
+ },
2588
+ "isStatic": false,
2589
+ "isProtected": false,
2590
+ "isAbstract": false
2591
+ },
2592
+ {
2593
+ "kind": "Property",
2594
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#canShareWorkspace:member",
2595
+ "docComment": "",
2596
+ "excerptTokens": [
2597
+ {
2598
+ "kind": "Content",
2599
+ "text": "canShareWorkspace: "
2600
+ },
2601
+ {
2602
+ "kind": "Content",
2603
+ "text": "boolean"
2604
+ },
2605
+ {
2606
+ "kind": "Content",
2607
+ "text": ";"
2608
+ }
2609
+ ],
2610
+ "isReadonly": false,
2611
+ "isOptional": false,
2612
+ "releaseTag": "Alpha",
2613
+ "name": "canShareWorkspace",
2614
+ "propertyTypeTokenRange": {
2615
+ "startIndex": 1,
2616
+ "endIndex": 2
2617
+ },
2618
+ "isStatic": false,
2619
+ "isProtected": false,
2620
+ "isAbstract": false
2621
+ },
2622
+ {
2623
+ "kind": "Property",
2624
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#connect:member",
2625
+ "docComment": "",
2626
+ "excerptTokens": [
2627
+ {
2628
+ "kind": "Content",
2629
+ "text": "connect: "
2630
+ },
2631
+ {
2632
+ "kind": "Reference",
2633
+ "text": "Connect",
2634
+ "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
2635
+ },
2636
+ {
2637
+ "kind": "Content",
2638
+ "text": ";"
2639
+ }
2640
+ ],
2641
+ "isReadonly": false,
2642
+ "isOptional": false,
2643
+ "releaseTag": "Alpha",
2644
+ "name": "connect",
2645
+ "propertyTypeTokenRange": {
2646
+ "startIndex": 1,
2647
+ "endIndex": 2
2648
+ },
2649
+ "isStatic": false,
2650
+ "isProtected": false,
2651
+ "isAbstract": false
2652
+ },
2653
+ {
2654
+ "kind": "Property",
2655
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#dialogBoundary:member",
2656
+ "docComment": "",
2657
+ "excerptTokens": [
2658
+ {
2659
+ "kind": "Content",
2660
+ "text": "dialogBoundary: "
2661
+ },
2662
+ {
2663
+ "kind": "Reference",
2664
+ "text": "HTMLElement",
2665
+ "canonicalReference": "!HTMLElement:interface"
2666
+ },
2667
+ {
2668
+ "kind": "Content",
2669
+ "text": ";"
2670
+ }
2671
+ ],
2672
+ "isReadonly": false,
2673
+ "isOptional": false,
2674
+ "releaseTag": "Alpha",
2675
+ "name": "dialogBoundary",
2676
+ "propertyTypeTokenRange": {
2677
+ "startIndex": 1,
2678
+ "endIndex": 2
2679
+ },
2680
+ "isStatic": false,
2681
+ "isProtected": false,
2682
+ "isAbstract": false
2683
+ },
2684
+ {
2685
+ "kind": "Property",
2686
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#filterRegistry:member",
2687
+ "docComment": "",
2688
+ "excerptTokens": [
2689
+ {
2690
+ "kind": "Content",
2691
+ "text": "filterRegistry: "
2692
+ },
2693
+ {
2694
+ "kind": "Reference",
2695
+ "text": "FilterRegistry",
2696
+ "canonicalReference": "@genesislcap/foundation-workspace!FilterRegistry:interface"
2697
+ },
2698
+ {
2699
+ "kind": "Content",
2700
+ "text": ";"
2701
+ }
2702
+ ],
2703
+ "isReadonly": false,
2704
+ "isOptional": false,
2705
+ "releaseTag": "Alpha",
2706
+ "name": "filterRegistry",
2707
+ "propertyTypeTokenRange": {
2708
+ "startIndex": 1,
2709
+ "endIndex": 2
2710
+ },
2711
+ "isStatic": false,
2712
+ "isProtected": false,
2713
+ "isAbstract": false
2714
+ },
2715
+ {
2716
+ "kind": "Property",
2717
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#gridRegistry:member",
2718
+ "docComment": "",
2719
+ "excerptTokens": [
2720
+ {
2721
+ "kind": "Content",
2722
+ "text": "gridRegistry: "
2723
+ },
2724
+ {
2725
+ "kind": "Reference",
2726
+ "text": "GridRegistry",
2727
+ "canonicalReference": "@genesislcap/foundation-workspace!GridRegistry:interface"
2728
+ },
2729
+ {
2730
+ "kind": "Content",
2731
+ "text": ";"
2732
+ }
2733
+ ],
2734
+ "isReadonly": false,
2735
+ "isOptional": false,
2736
+ "releaseTag": "Alpha",
2737
+ "name": "gridRegistry",
2738
+ "propertyTypeTokenRange": {
2739
+ "startIndex": 1,
2740
+ "endIndex": 2
2741
+ },
2742
+ "isStatic": false,
2743
+ "isProtected": false,
2744
+ "isAbstract": false
2745
+ },
2746
+ {
2747
+ "kind": "Property",
2748
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#isLoading:member",
2749
+ "docComment": "",
2750
+ "excerptTokens": [
2751
+ {
2752
+ "kind": "Content",
2753
+ "text": "isLoading: "
2754
+ },
2755
+ {
2756
+ "kind": "Content",
2757
+ "text": "boolean"
2758
+ },
2759
+ {
2760
+ "kind": "Content",
2761
+ "text": ";"
2762
+ }
2763
+ ],
2764
+ "isReadonly": false,
2765
+ "isOptional": false,
2766
+ "releaseTag": "Alpha",
2767
+ "name": "isLoading",
2768
+ "propertyTypeTokenRange": {
2769
+ "startIndex": 1,
2770
+ "endIndex": 2
2771
+ },
2772
+ "isStatic": false,
2773
+ "isProtected": false,
2774
+ "isAbstract": false
2775
+ },
2776
+ {
2777
+ "kind": "Property",
2778
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#layoutRegistry:member",
2779
+ "docComment": "",
2780
+ "excerptTokens": [
2781
+ {
2782
+ "kind": "Content",
2783
+ "text": "layoutRegistry: "
2784
+ },
2785
+ {
2786
+ "kind": "Reference",
2787
+ "text": "LayoutRegistry",
2788
+ "canonicalReference": "@genesislcap/foundation-workspace!LayoutRegistry:interface"
2789
+ },
2790
+ {
2791
+ "kind": "Content",
2792
+ "text": ";"
2793
+ }
2794
+ ],
2795
+ "isReadonly": false,
2796
+ "isOptional": false,
2797
+ "releaseTag": "Alpha",
2798
+ "name": "layoutRegistry",
2799
+ "propertyTypeTokenRange": {
2800
+ "startIndex": 1,
2801
+ "endIndex": 2
2802
+ },
2803
+ "isStatic": false,
2804
+ "isProtected": false,
2805
+ "isAbstract": false
2806
+ },
2807
+ {
2808
+ "kind": "Property",
2809
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#loadModal:member",
2810
+ "docComment": "",
2811
+ "excerptTokens": [
2812
+ {
2813
+ "kind": "Content",
2814
+ "text": "loadModal: "
2815
+ },
2816
+ {
2817
+ "kind": "Reference",
2818
+ "text": "Modal",
2819
+ "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
2820
+ },
2821
+ {
2822
+ "kind": "Content",
2823
+ "text": ";"
2824
+ }
2825
+ ],
2826
+ "isReadonly": false,
2827
+ "isOptional": false,
2828
+ "releaseTag": "Alpha",
2829
+ "name": "loadModal",
2830
+ "propertyTypeTokenRange": {
2831
+ "startIndex": 1,
2832
+ "endIndex": 2
2833
+ },
2834
+ "isStatic": false,
2835
+ "isProtected": false,
2836
+ "isAbstract": false
2837
+ },
2838
+ {
2839
+ "kind": "Property",
2840
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#loadMode:member",
2841
+ "docComment": "",
2842
+ "excerptTokens": [
2843
+ {
2844
+ "kind": "Content",
2845
+ "text": "loadMode: "
2846
+ },
2847
+ {
2848
+ "kind": "Reference",
2849
+ "text": "LoadMode",
2850
+ "canonicalReference": "@genesislcap/foundation-workspace!LoadMode:type"
2851
+ },
2852
+ {
2853
+ "kind": "Content",
2854
+ "text": ";"
2855
+ }
2856
+ ],
2857
+ "isReadonly": false,
2858
+ "isOptional": false,
2859
+ "releaseTag": "Alpha",
2860
+ "name": "loadMode",
2861
+ "propertyTypeTokenRange": {
2862
+ "startIndex": 1,
2863
+ "endIndex": 2
2864
+ },
2865
+ "isStatic": false,
2866
+ "isProtected": false,
2867
+ "isAbstract": false
2868
+ },
2869
+ {
2870
+ "kind": "Property",
2871
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#savedWorkspaces:member",
2872
+ "docComment": "",
2873
+ "excerptTokens": [
2874
+ {
2875
+ "kind": "Content",
2876
+ "text": "savedWorkspaces: "
2877
+ },
2878
+ {
2879
+ "kind": "Reference",
2880
+ "text": "SavedWorkspace",
2881
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface"
2882
+ },
2883
+ {
2884
+ "kind": "Content",
2885
+ "text": "[]"
2886
+ },
2887
+ {
2888
+ "kind": "Content",
2889
+ "text": ";"
2890
+ }
2891
+ ],
2892
+ "isReadonly": false,
2893
+ "isOptional": false,
2894
+ "releaseTag": "Alpha",
2895
+ "name": "savedWorkspaces",
2896
+ "propertyTypeTokenRange": {
2897
+ "startIndex": 1,
2898
+ "endIndex": 3
2899
+ },
2900
+ "isStatic": false,
2901
+ "isProtected": false,
2902
+ "isAbstract": false
2903
+ },
2904
+ {
2905
+ "kind": "Property",
2906
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#saveModal:member",
2907
+ "docComment": "",
2908
+ "excerptTokens": [
2909
+ {
2910
+ "kind": "Content",
2911
+ "text": "saveModal: "
2912
+ },
2913
+ {
2914
+ "kind": "Reference",
2915
+ "text": "Modal",
2916
+ "canonicalReference": "@genesislcap/foundation-ui!Modal:class"
2917
+ },
2918
+ {
2919
+ "kind": "Content",
2920
+ "text": ";"
2921
+ }
2922
+ ],
2923
+ "isReadonly": false,
2924
+ "isOptional": false,
2925
+ "releaseTag": "Alpha",
2926
+ "name": "saveModal",
2927
+ "propertyTypeTokenRange": {
2928
+ "startIndex": 1,
2929
+ "endIndex": 2
2930
+ },
2931
+ "isStatic": false,
2932
+ "isProtected": false,
2933
+ "isAbstract": false
2934
+ },
2935
+ {
2936
+ "kind": "Property",
2937
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#saveMode:member",
2938
+ "docComment": "",
2939
+ "excerptTokens": [
2940
+ {
2941
+ "kind": "Content",
2942
+ "text": "saveMode: "
2943
+ },
2944
+ {
2945
+ "kind": "Content",
2946
+ "text": "'create' | 'overwrite' | 'shared'"
2947
+ },
2948
+ {
2949
+ "kind": "Content",
2950
+ "text": ";"
2951
+ }
2952
+ ],
2953
+ "isReadonly": false,
2954
+ "isOptional": false,
2955
+ "releaseTag": "Alpha",
2956
+ "name": "saveMode",
2957
+ "propertyTypeTokenRange": {
2958
+ "startIndex": 1,
2959
+ "endIndex": 2
2960
+ },
2961
+ "isStatic": false,
2962
+ "isProtected": false,
2963
+ "isAbstract": false
2964
+ },
2965
+ {
2966
+ "kind": "Property",
2967
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#selectedWorkspaceToOverwrite:member",
2968
+ "docComment": "",
2969
+ "excerptTokens": [
2970
+ {
2971
+ "kind": "Content",
2972
+ "text": "selectedWorkspaceToOverwrite: "
2973
+ },
2974
+ {
2975
+ "kind": "Content",
2976
+ "text": "string"
2977
+ },
2978
+ {
2979
+ "kind": "Content",
2980
+ "text": ";"
2981
+ }
2982
+ ],
2983
+ "isReadonly": false,
2984
+ "isOptional": false,
2985
+ "releaseTag": "Alpha",
2986
+ "name": "selectedWorkspaceToOverwrite",
2987
+ "propertyTypeTokenRange": {
2988
+ "startIndex": 1,
2989
+ "endIndex": 2
2990
+ },
2991
+ "isStatic": false,
2992
+ "isProtected": false,
2993
+ "isAbstract": false
2994
+ },
2995
+ {
2996
+ "kind": "Property",
2997
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#sharedWorkspaceDialogBoundary:member",
2998
+ "docComment": "",
2999
+ "excerptTokens": [
3000
+ {
3001
+ "kind": "Content",
3002
+ "text": "sharedWorkspaceDialogBoundary: "
3003
+ },
3004
+ {
3005
+ "kind": "Reference",
3006
+ "text": "HTMLElement",
3007
+ "canonicalReference": "!HTMLElement:interface"
3008
+ },
3009
+ {
3010
+ "kind": "Content",
3011
+ "text": ";"
3012
+ }
3013
+ ],
3014
+ "isReadonly": false,
3015
+ "isOptional": false,
3016
+ "releaseTag": "Alpha",
3017
+ "name": "sharedWorkspaceDialogBoundary",
3018
+ "propertyTypeTokenRange": {
3019
+ "startIndex": 1,
3020
+ "endIndex": 2
3021
+ },
3022
+ "isStatic": false,
3023
+ "isProtected": false,
3024
+ "isAbstract": false
3025
+ },
3026
+ {
3027
+ "kind": "Property",
3028
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#sharedWorkspaces:member",
3029
+ "docComment": "",
3030
+ "excerptTokens": [
3031
+ {
3032
+ "kind": "Content",
3033
+ "text": "sharedWorkspaces: "
3034
+ },
3035
+ {
3036
+ "kind": "Reference",
3037
+ "text": "SharedWorkspace",
3038
+ "canonicalReference": "@genesislcap/foundation-workspace!SharedWorkspace:interface"
3039
+ },
3040
+ {
3041
+ "kind": "Content",
3042
+ "text": "[]"
3043
+ },
3044
+ {
3045
+ "kind": "Content",
3046
+ "text": ";"
3047
+ }
3048
+ ],
3049
+ "isReadonly": false,
3050
+ "isOptional": false,
3051
+ "releaseTag": "Alpha",
3052
+ "name": "sharedWorkspaces",
3053
+ "propertyTypeTokenRange": {
3054
+ "startIndex": 1,
3055
+ "endIndex": 3
3056
+ },
3057
+ "isStatic": false,
3058
+ "isProtected": false,
3059
+ "isAbstract": false
3060
+ },
3061
+ {
3062
+ "kind": "Property",
3063
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#workspaceDescription:member",
3064
+ "docComment": "",
3065
+ "excerptTokens": [
3066
+ {
3067
+ "kind": "Content",
3068
+ "text": "workspaceDescription: "
3069
+ },
3070
+ {
3071
+ "kind": "Content",
3072
+ "text": "string"
3073
+ },
3074
+ {
3075
+ "kind": "Content",
3076
+ "text": ";"
3077
+ }
3078
+ ],
3079
+ "isReadonly": false,
3080
+ "isOptional": false,
3081
+ "releaseTag": "Alpha",
3082
+ "name": "workspaceDescription",
3083
+ "propertyTypeTokenRange": {
3084
+ "startIndex": 1,
3085
+ "endIndex": 2
3086
+ },
3087
+ "isStatic": false,
3088
+ "isProtected": false,
3089
+ "isAbstract": false
3090
+ },
3091
+ {
3092
+ "kind": "Property",
3093
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#workspaceName:member",
3094
+ "docComment": "",
3095
+ "excerptTokens": [
3096
+ {
3097
+ "kind": "Content",
3098
+ "text": "workspaceName: "
3099
+ },
3100
+ {
3101
+ "kind": "Content",
3102
+ "text": "string"
3103
+ },
3104
+ {
3105
+ "kind": "Content",
3106
+ "text": ";"
3107
+ }
3108
+ ],
3109
+ "isReadonly": false,
3110
+ "isOptional": false,
3111
+ "releaseTag": "Alpha",
3112
+ "name": "workspaceName",
3113
+ "propertyTypeTokenRange": {
3114
+ "startIndex": 1,
3115
+ "endIndex": 2
3116
+ },
3117
+ "isStatic": false,
3118
+ "isProtected": false,
3119
+ "isAbstract": false
3120
+ },
3121
+ {
3122
+ "kind": "Property",
3123
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#workspaceState:member",
3124
+ "docComment": "",
3125
+ "excerptTokens": [
3126
+ {
3127
+ "kind": "Content",
3128
+ "text": "workspaceState: "
3129
+ },
3130
+ {
3131
+ "kind": "Reference",
3132
+ "text": "WorkspaceState",
3133
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:interface"
3134
+ },
3135
+ {
3136
+ "kind": "Content",
3137
+ "text": ";"
3138
+ }
3139
+ ],
3140
+ "isReadonly": false,
3141
+ "isOptional": false,
3142
+ "releaseTag": "Alpha",
3143
+ "name": "workspaceState",
3144
+ "propertyTypeTokenRange": {
3145
+ "startIndex": 1,
3146
+ "endIndex": 2
3147
+ },
3148
+ "isStatic": false,
3149
+ "isProtected": false,
3150
+ "isAbstract": false
3151
+ },
3152
+ {
3153
+ "kind": "Property",
3154
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceManager#workspaceToShare:member",
3155
+ "docComment": "",
3156
+ "excerptTokens": [
3157
+ {
3158
+ "kind": "Content",
3159
+ "text": "workspaceToShare: "
3160
+ },
3161
+ {
3162
+ "kind": "Content",
3163
+ "text": "string"
3164
+ },
3165
+ {
3166
+ "kind": "Content",
3167
+ "text": ";"
3168
+ }
3169
+ ],
3170
+ "isReadonly": false,
3171
+ "isOptional": false,
3172
+ "releaseTag": "Alpha",
3173
+ "name": "workspaceToShare",
3174
+ "propertyTypeTokenRange": {
3175
+ "startIndex": 1,
3176
+ "endIndex": 2
3177
+ },
3178
+ "isStatic": false,
3179
+ "isProtected": false,
3180
+ "isAbstract": false
3181
+ }
3182
+ ],
3183
+ "extendsTokenRange": {
3184
+ "startIndex": 1,
3185
+ "endIndex": 2
3186
+ },
3187
+ "implementsTokenRanges": []
3188
+ },
3189
+ {
3190
+ "kind": "Interface",
3191
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:interface",
3192
+ "docComment": "/**\n * @alpha\n */\n",
3193
+ "excerptTokens": [
3194
+ {
3195
+ "kind": "Content",
3196
+ "text": "export interface WorkspaceState "
3197
+ }
3198
+ ],
3199
+ "fileUrlPath": "src/workspace/workspace-state.ts",
3200
+ "releaseTag": "Alpha",
3201
+ "name": "WorkspaceState",
3202
+ "preserveMemberOrder": false,
3203
+ "members": [
3204
+ {
3205
+ "kind": "MethodSignature",
3206
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#deleteWorkspace:member(1)",
3207
+ "docComment": "",
3208
+ "excerptTokens": [
3209
+ {
3210
+ "kind": "Content",
3211
+ "text": "deleteWorkspace(workspaceName: "
3212
+ },
3213
+ {
3214
+ "kind": "Content",
3215
+ "text": "string"
3216
+ },
3217
+ {
3218
+ "kind": "Content",
3219
+ "text": "): "
3220
+ },
3221
+ {
3222
+ "kind": "Reference",
3223
+ "text": "Promise",
3224
+ "canonicalReference": "!Promise:interface"
3225
+ },
3226
+ {
3227
+ "kind": "Content",
3228
+ "text": "<void>"
3229
+ },
3230
+ {
3231
+ "kind": "Content",
3232
+ "text": ";"
3233
+ }
3234
+ ],
3235
+ "isOptional": false,
3236
+ "returnTypeTokenRange": {
3237
+ "startIndex": 3,
3238
+ "endIndex": 5
3239
+ },
3240
+ "releaseTag": "Alpha",
3241
+ "overloadIndex": 1,
3242
+ "parameters": [
3243
+ {
3244
+ "parameterName": "workspaceName",
3245
+ "parameterTypeTokenRange": {
3246
+ "startIndex": 1,
3247
+ "endIndex": 2
3248
+ },
3249
+ "isOptional": false
3250
+ }
3251
+ ],
3252
+ "name": "deleteWorkspace"
3253
+ },
3254
+ {
3255
+ "kind": "MethodSignature",
3256
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#getCurrentWorkspace:member(1)",
3257
+ "docComment": "",
3258
+ "excerptTokens": [
3259
+ {
3260
+ "kind": "Content",
3261
+ "text": "getCurrentWorkspace(): "
3262
+ },
3263
+ {
3264
+ "kind": "Reference",
3265
+ "text": "SavedWorkspace",
3266
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface"
3267
+ },
3268
+ {
3269
+ "kind": "Content",
3270
+ "text": " | null"
3271
+ },
3272
+ {
3273
+ "kind": "Content",
3274
+ "text": ";"
3275
+ }
3276
+ ],
3277
+ "isOptional": false,
3278
+ "returnTypeTokenRange": {
3279
+ "startIndex": 1,
3280
+ "endIndex": 3
3281
+ },
3282
+ "releaseTag": "Alpha",
3283
+ "overloadIndex": 1,
3284
+ "parameters": [],
3285
+ "name": "getCurrentWorkspace"
3286
+ },
3287
+ {
3288
+ "kind": "MethodSignature",
3289
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#getSavedWorkspaces:member(1)",
3290
+ "docComment": "",
3291
+ "excerptTokens": [
3292
+ {
3293
+ "kind": "Content",
3294
+ "text": "getSavedWorkspaces(): "
3295
+ },
3296
+ {
3297
+ "kind": "Reference",
3298
+ "text": "Promise",
3299
+ "canonicalReference": "!Promise:interface"
3300
+ },
3301
+ {
3302
+ "kind": "Content",
3303
+ "text": "<"
3304
+ },
3305
+ {
3306
+ "kind": "Reference",
3307
+ "text": "SavedWorkspace",
3308
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface"
3309
+ },
3310
+ {
3311
+ "kind": "Content",
3312
+ "text": "[]>"
3313
+ },
3314
+ {
3315
+ "kind": "Content",
3316
+ "text": ";"
3317
+ }
3318
+ ],
3319
+ "isOptional": false,
3320
+ "returnTypeTokenRange": {
3321
+ "startIndex": 1,
3322
+ "endIndex": 5
3323
+ },
3324
+ "releaseTag": "Alpha",
3325
+ "overloadIndex": 1,
3326
+ "parameters": [],
3327
+ "name": "getSavedWorkspaces"
3328
+ },
3329
+ {
3330
+ "kind": "MethodSignature",
3331
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#loadWorkspace:member(1)",
3332
+ "docComment": "",
3333
+ "excerptTokens": [
3334
+ {
3335
+ "kind": "Content",
3336
+ "text": "loadWorkspace(workspaceName: "
3337
+ },
3338
+ {
3339
+ "kind": "Content",
3340
+ "text": "string"
3341
+ },
3342
+ {
3343
+ "kind": "Content",
3344
+ "text": "): "
3345
+ },
3346
+ {
3347
+ "kind": "Reference",
3348
+ "text": "Promise",
3349
+ "canonicalReference": "!Promise:interface"
3350
+ },
3351
+ {
3352
+ "kind": "Content",
3353
+ "text": "<"
3354
+ },
3355
+ {
3356
+ "kind": "Reference",
3357
+ "text": "SavedWorkspace",
3358
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface"
3359
+ },
3360
+ {
3361
+ "kind": "Content",
3362
+ "text": " | null>"
3363
+ },
3364
+ {
3365
+ "kind": "Content",
3366
+ "text": ";"
3367
+ }
3368
+ ],
3369
+ "isOptional": false,
3370
+ "returnTypeTokenRange": {
3371
+ "startIndex": 3,
3372
+ "endIndex": 7
3373
+ },
3374
+ "releaseTag": "Alpha",
3375
+ "overloadIndex": 1,
3376
+ "parameters": [
3377
+ {
3378
+ "parameterName": "workspaceName",
3379
+ "parameterTypeTokenRange": {
3380
+ "startIndex": 1,
3381
+ "endIndex": 2
3382
+ },
3383
+ "isOptional": false
3384
+ }
3385
+ ],
3386
+ "name": "loadWorkspace"
3387
+ },
3388
+ {
3389
+ "kind": "MethodSignature",
3390
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#saveWorkspace:member(1)",
3391
+ "docComment": "",
3392
+ "excerptTokens": [
3393
+ {
3394
+ "kind": "Content",
3395
+ "text": "saveWorkspace(workspaceName: "
3396
+ },
3397
+ {
3398
+ "kind": "Content",
3399
+ "text": "string"
3400
+ },
3401
+ {
3402
+ "kind": "Content",
3403
+ "text": ", layouts: "
3404
+ },
3405
+ {
3406
+ "kind": "Reference",
3407
+ "text": "SavedLayout",
3408
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedLayout:interface"
3409
+ },
3410
+ {
3411
+ "kind": "Content",
3412
+ "text": "[]"
3413
+ },
3414
+ {
3415
+ "kind": "Content",
3416
+ "text": ", grids: "
3417
+ },
3418
+ {
3419
+ "kind": "Reference",
3420
+ "text": "SavedGridSettings",
3421
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedGridSettings:interface"
3422
+ },
3423
+ {
3424
+ "kind": "Content",
3425
+ "text": "[]"
3426
+ },
3427
+ {
3428
+ "kind": "Content",
3429
+ "text": ", filters: "
3430
+ },
3431
+ {
3432
+ "kind": "Reference",
3433
+ "text": "SavedFilterValue",
3434
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedFilterValue:interface"
3435
+ },
3436
+ {
3437
+ "kind": "Content",
3438
+ "text": "[]"
3439
+ },
3440
+ {
3441
+ "kind": "Content",
3442
+ "text": ", description?: "
3443
+ },
3444
+ {
3445
+ "kind": "Content",
3446
+ "text": "string"
3447
+ },
3448
+ {
3449
+ "kind": "Content",
3450
+ "text": "): "
3451
+ },
3452
+ {
3453
+ "kind": "Reference",
3454
+ "text": "Promise",
3455
+ "canonicalReference": "!Promise:interface"
3456
+ },
3457
+ {
3458
+ "kind": "Content",
3459
+ "text": "<void>"
3460
+ },
3461
+ {
3462
+ "kind": "Content",
3463
+ "text": ";"
3464
+ }
3465
+ ],
3466
+ "isOptional": false,
3467
+ "returnTypeTokenRange": {
3468
+ "startIndex": 14,
3469
+ "endIndex": 16
3470
+ },
3471
+ "releaseTag": "Alpha",
3472
+ "overloadIndex": 1,
3473
+ "parameters": [
3474
+ {
3475
+ "parameterName": "workspaceName",
3476
+ "parameterTypeTokenRange": {
3477
+ "startIndex": 1,
3478
+ "endIndex": 2
3479
+ },
3480
+ "isOptional": false
3481
+ },
3482
+ {
3483
+ "parameterName": "layouts",
3484
+ "parameterTypeTokenRange": {
3485
+ "startIndex": 3,
3486
+ "endIndex": 5
3487
+ },
3488
+ "isOptional": false
3489
+ },
3490
+ {
3491
+ "parameterName": "grids",
3492
+ "parameterTypeTokenRange": {
3493
+ "startIndex": 6,
3494
+ "endIndex": 8
3495
+ },
3496
+ "isOptional": false
3497
+ },
3498
+ {
3499
+ "parameterName": "filters",
3500
+ "parameterTypeTokenRange": {
3501
+ "startIndex": 9,
3502
+ "endIndex": 11
3503
+ },
3504
+ "isOptional": false
3505
+ },
3506
+ {
3507
+ "parameterName": "description",
3508
+ "parameterTypeTokenRange": {
3509
+ "startIndex": 12,
3510
+ "endIndex": 13
3511
+ },
3512
+ "isOptional": true
3513
+ }
3514
+ ],
3515
+ "name": "saveWorkspace"
3516
+ },
3517
+ {
3518
+ "kind": "MethodSignature",
3519
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState#setCurrentWorkspace:member(1)",
3520
+ "docComment": "",
3521
+ "excerptTokens": [
3522
+ {
3523
+ "kind": "Content",
3524
+ "text": "setCurrentWorkspace(workspace: "
3525
+ },
3526
+ {
3527
+ "kind": "Reference",
3528
+ "text": "SavedWorkspace",
3529
+ "canonicalReference": "@genesislcap/foundation-workspace!SavedWorkspace:interface"
3530
+ },
3531
+ {
3532
+ "kind": "Content",
3533
+ "text": " | null"
3534
+ },
3535
+ {
3536
+ "kind": "Content",
3537
+ "text": "): "
3538
+ },
3539
+ {
3540
+ "kind": "Content",
3541
+ "text": "void"
3542
+ },
3543
+ {
3544
+ "kind": "Content",
3545
+ "text": ";"
3546
+ }
3547
+ ],
3548
+ "isOptional": false,
3549
+ "returnTypeTokenRange": {
3550
+ "startIndex": 4,
3551
+ "endIndex": 5
3552
+ },
3553
+ "releaseTag": "Alpha",
3554
+ "overloadIndex": 1,
3555
+ "parameters": [
3556
+ {
3557
+ "parameterName": "workspace",
3558
+ "parameterTypeTokenRange": {
3559
+ "startIndex": 1,
3560
+ "endIndex": 3
3561
+ },
3562
+ "isOptional": false
3563
+ }
3564
+ ],
3565
+ "name": "setCurrentWorkspace"
3566
+ }
3567
+ ],
3568
+ "extendsTokenRanges": []
3569
+ },
3570
+ {
3571
+ "kind": "Variable",
3572
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:var",
3573
+ "docComment": "/**\n * DI token for workspace state.\n *\n * @alpha\n */\n",
3574
+ "excerptTokens": [
3575
+ {
3576
+ "kind": "Content",
3577
+ "text": "WorkspaceState: "
3578
+ },
3579
+ {
3580
+ "kind": "Content",
3581
+ "text": "import(\"@microsoft/fast-foundation\")."
3582
+ },
3583
+ {
3584
+ "kind": "Reference",
3585
+ "text": "InterfaceSymbol",
3586
+ "canonicalReference": "@microsoft/fast-foundation!InterfaceSymbol:type"
3587
+ },
3588
+ {
3589
+ "kind": "Content",
3590
+ "text": "<"
3591
+ },
3592
+ {
3593
+ "kind": "Reference",
3594
+ "text": "WorkspaceState",
3595
+ "canonicalReference": "@genesislcap/foundation-workspace!WorkspaceState:interface"
3596
+ },
3597
+ {
3598
+ "kind": "Content",
3599
+ "text": ">"
3600
+ }
3601
+ ],
3602
+ "fileUrlPath": "src/workspace/workspace-state.ts",
3603
+ "isReadonly": true,
3604
+ "releaseTag": "Alpha",
3605
+ "name": "WorkspaceState",
3606
+ "variableTypeTokenRange": {
3607
+ "startIndex": 1,
3608
+ "endIndex": 6
3609
+ }
3610
+ }
3611
+ ]
3612
+ }
3613
+ ]
3614
+ }