@genesislcap/foundation-workspace 14.406.0-workspaces.7 → 14.411.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist/dts/workspace/grid-register/grid-register.d.ts +5 -3
  2. package/dist/dts/workspace/grid-register/grid-register.d.ts.map +1 -1
  3. package/dist/dts/workspace/grid-register/grid-register.template.d.ts +1 -1
  4. package/dist/dts/workspace/grid-register/grid-register.template.d.ts.map +1 -1
  5. package/dist/dts/workspace/grid-registry.d.ts +11 -11
  6. package/dist/dts/workspace/grid-registry.d.ts.map +1 -1
  7. package/dist/dts/workspace/layout-registry.d.ts +2 -1
  8. package/dist/dts/workspace/layout-registry.d.ts.map +1 -1
  9. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts +4 -2
  10. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts.map +1 -1
  11. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts +1 -1
  12. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts.map +1 -1
  13. package/dist/dts/workspace/workspace.types.d.ts +2 -1
  14. package/dist/dts/workspace/workspace.types.d.ts.map +1 -1
  15. package/dist/dts/workspace-components.d.ts +1 -1
  16. package/dist/dts/workspace-components.d.ts.map +1 -1
  17. package/dist/dts/workspace-manager/workspace-manager.d.ts +2 -1
  18. package/dist/dts/workspace-manager/workspace-manager.d.ts.map +1 -1
  19. package/dist/dts/workspace-manager/workspace-manager.styles.d.ts.map +1 -1
  20. package/dist/dts/workspace-manager/workspace-manager.template.d.ts +5 -1
  21. package/dist/dts/workspace-manager/workspace-manager.template.d.ts.map +1 -1
  22. package/dist/esm/workspace/filter-registry.js +1 -1
  23. package/dist/esm/workspace/grid-register/grid-register.js +20 -16
  24. package/dist/esm/workspace/grid-register/grid-register.template.js +1 -1
  25. package/dist/esm/workspace/grid-registry.js +21 -10
  26. package/dist/esm/workspace/layout-registry.js +5 -2
  27. package/dist/esm/workspace/layout-wrapper/layout-wrapper.js +13 -6
  28. package/dist/esm/workspace/layout-wrapper/layout-wrapper.template.js +1 -1
  29. package/dist/esm/workspace/workspace-state.js +1 -1
  30. package/dist/esm/workspace-manager/workspace-manager.js +38 -5
  31. package/dist/esm/workspace-manager/workspace-manager.styles.js +2 -25
  32. package/dist/esm/workspace-manager/workspace-manager.template.js +26 -14
  33. package/dist/foundation-workspace.api.json +74 -8
  34. package/dist/foundation-workspace.d.ts +14 -10
  35. package/package.json +16 -17
  36. package/src/workspace/filter-registry.ts +1 -1
  37. package/src/workspace/grid-register/grid-register.template.ts +1 -2
  38. package/src/workspace/grid-register/grid-register.ts +20 -18
  39. package/src/workspace/grid-registry.ts +35 -21
  40. package/src/workspace/layout-registry.ts +11 -6
  41. package/src/workspace/layout-wrapper/layout-wrapper.template.ts +1 -2
  42. package/src/workspace/layout-wrapper/layout-wrapper.ts +15 -10
  43. package/src/workspace/workspace-state.ts +1 -1
  44. package/src/workspace/workspace.types.ts +3 -1
  45. package/src/workspace-components.ts +1 -1
  46. package/src/workspace-manager/workspace-manager.styles.ts +2 -25
  47. package/src/workspace-manager/workspace-manager.template.ts +32 -14
  48. package/src/workspace-manager/workspace-manager.ts +38 -5
  49. package/docs/.gitkeep +0 -1
  50. package/docs/api/foundation-workspace.defaultfilterregistry.md +0 -17
  51. package/docs/api/foundation-workspace.defaultgridregistry.md +0 -17
  52. package/docs/api/foundation-workspace.defaultlayoutregistry.md +0 -18
  53. package/docs/api/foundation-workspace.defaultworkspacestate._constructor_.md +0 -65
  54. package/docs/api/foundation-workspace.defaultworkspacestate.auth.md +0 -14
  55. package/docs/api/foundation-workspace.defaultworkspacestate.kvstorage.md +0 -14
  56. package/docs/api/foundation-workspace.defaultworkspacestate.md +0 -115
  57. package/docs/api/foundation-workspace.filterregistration.filterkey.md +0 -14
  58. package/docs/api/foundation-workspace.filterregistration.getfiltervalue.md +0 -14
  59. package/docs/api/foundation-workspace.filterregistration.md +0 -98
  60. package/docs/api/foundation-workspace.filterregistration.setfiltervalue.md +0 -14
  61. package/docs/api/foundation-workspace.filterregistry.applyfiltersvalues.md +0 -53
  62. package/docs/api/foundation-workspace.filterregistry.getallfiltersvalues.md +0 -18
  63. package/docs/api/foundation-workspace.filterregistry.md +0 -16
  64. package/docs/api/foundation-workspace.filterregistry.registerfilter.md +0 -81
  65. package/docs/api/foundation-workspace.filterregistry.unregisterfilter.md +0 -53
  66. package/docs/api/foundation-workspace.gridregister.gridkey.md +0 -14
  67. package/docs/api/foundation-workspace.gridregister.gridregistry.md +0 -14
  68. package/docs/api/foundation-workspace.gridregister.md +0 -100
  69. package/docs/api/foundation-workspace.gridregister.workspacestate.md +0 -14
  70. package/docs/api/foundation-workspace.gridregistration.columnapi.md +0 -14
  71. package/docs/api/foundation-workspace.gridregistration.gridapi.md +0 -14
  72. package/docs/api/foundation-workspace.gridregistration.gridkey.md +0 -14
  73. package/docs/api/foundation-workspace.gridregistration.md +0 -98
  74. package/docs/api/foundation-workspace.gridregistry.applyallgridssettings.md +0 -53
  75. package/docs/api/foundation-workspace.gridregistry.applygridsettings.md +0 -72
  76. package/docs/api/foundation-workspace.gridregistry.getallgridssettings.md +0 -18
  77. package/docs/api/foundation-workspace.gridregistry.getgrid.md +0 -53
  78. package/docs/api/foundation-workspace.gridregistry.md +0 -16
  79. package/docs/api/foundation-workspace.gridregistry.registergrid.md +0 -81
  80. package/docs/api/foundation-workspace.gridregistry.unregistergrid.md +0 -53
  81. package/docs/api/foundation-workspace.layoutregistry.applysavedlayouts.md +0 -53
  82. package/docs/api/foundation-workspace.layoutregistry.getlayoutsconfigs.md +0 -18
  83. package/docs/api/foundation-workspace.layoutregistry.md +0 -16
  84. package/docs/api/foundation-workspace.layoutregistry.registerlayout.md +0 -67
  85. package/docs/api/foundation-workspace.layoutregistry.unregisterlayout.md +0 -53
  86. package/docs/api/foundation-workspace.layoutwrapper.layoutkey.md +0 -14
  87. package/docs/api/foundation-workspace.layoutwrapper.layoutregistry.md +0 -14
  88. package/docs/api/foundation-workspace.layoutwrapper.md +0 -81
  89. package/docs/api/foundation-workspace.loadmode.md +0 -16
  90. package/docs/api/foundation-workspace.md +0 -332
  91. package/docs/api/foundation-workspace.savedfiltervalue.filterkey.md +0 -14
  92. package/docs/api/foundation-workspace.savedfiltervalue.md +0 -79
  93. package/docs/api/foundation-workspace.savedfiltervalue.value.md +0 -14
  94. package/docs/api/foundation-workspace.savedgridsettings.columnstate.md +0 -14
  95. package/docs/api/foundation-workspace.savedgridsettings.gridkey.md +0 -14
  96. package/docs/api/foundation-workspace.savedgridsettings.md +0 -99
  97. package/docs/api/foundation-workspace.savedgridsettings.savedat.md +0 -14
  98. package/docs/api/foundation-workspace.savedlayout.layout.md +0 -14
  99. package/docs/api/foundation-workspace.savedlayout.layoutkey.md +0 -14
  100. package/docs/api/foundation-workspace.savedlayout.md +0 -79
  101. package/docs/api/foundation-workspace.savedworkspace.description.md +0 -14
  102. package/docs/api/foundation-workspace.savedworkspace.filters.md +0 -14
  103. package/docs/api/foundation-workspace.savedworkspace.grids.md +0 -14
  104. package/docs/api/foundation-workspace.savedworkspace.layouts.md +0 -14
  105. package/docs/api/foundation-workspace.savedworkspace.md +0 -174
  106. package/docs/api/foundation-workspace.savedworkspace.name.md +0 -14
  107. package/docs/api/foundation-workspace.savedworkspace.savedat.md +0 -14
  108. package/docs/api/foundation-workspace.savedworkspace.username.md +0 -14
  109. package/docs/api/foundation-workspace.sharedworkspace.createdon.md +0 -14
  110. package/docs/api/foundation-workspace.sharedworkspace.data.md +0 -14
  111. package/docs/api/foundation-workspace.sharedworkspace.description.md +0 -14
  112. package/docs/api/foundation-workspace.sharedworkspace.id.md +0 -14
  113. package/docs/api/foundation-workspace.sharedworkspace.md +0 -174
  114. package/docs/api/foundation-workspace.sharedworkspace.modifiedon.md +0 -14
  115. package/docs/api/foundation-workspace.sharedworkspace.name.md +0 -14
  116. package/docs/api/foundation-workspace.sharedworkspace.username.md +0 -14
  117. package/docs/api/foundation-workspace.workspacecomponents.md +0 -29
  118. package/docs/api/foundation-workspace.workspacemanager.applyingworkspace.md +0 -14
  119. package/docs/api/foundation-workspace.workspacemanager.auth.md +0 -14
  120. package/docs/api/foundation-workspace.workspacemanager.canshareworkspace.md +0 -14
  121. package/docs/api/foundation-workspace.workspacemanager.connect.md +0 -14
  122. package/docs/api/foundation-workspace.workspacemanager.dialogboundary.md +0 -14
  123. package/docs/api/foundation-workspace.workspacemanager.filterregistry.md +0 -14
  124. package/docs/api/foundation-workspace.workspacemanager.gridregistry.md +0 -14
  125. package/docs/api/foundation-workspace.workspacemanager.isloading.md +0 -14
  126. package/docs/api/foundation-workspace.workspacemanager.layoutregistry.md +0 -14
  127. package/docs/api/foundation-workspace.workspacemanager.loadmodal.md +0 -14
  128. package/docs/api/foundation-workspace.workspacemanager.loadmode.md +0 -14
  129. package/docs/api/foundation-workspace.workspacemanager.md +0 -442
  130. package/docs/api/foundation-workspace.workspacemanager.savedworkspaces.md +0 -14
  131. package/docs/api/foundation-workspace.workspacemanager.savemodal.md +0 -14
  132. package/docs/api/foundation-workspace.workspacemanager.savemode.md +0 -14
  133. package/docs/api/foundation-workspace.workspacemanager.selectedworkspacetooverwrite.md +0 -14
  134. package/docs/api/foundation-workspace.workspacemanager.sharedworkspacedialogboundary.md +0 -14
  135. package/docs/api/foundation-workspace.workspacemanager.sharedworkspaces.md +0 -14
  136. package/docs/api/foundation-workspace.workspacemanager.workspacedescription.md +0 -14
  137. package/docs/api/foundation-workspace.workspacemanager.workspacename.md +0 -14
  138. package/docs/api/foundation-workspace.workspacemanager.workspacestate.md +0 -14
  139. package/docs/api/foundation-workspace.workspacemanager.workspacetoshare.md +0 -14
  140. package/docs/api/foundation-workspace.workspacestate.deleteworkspace.md +0 -53
  141. package/docs/api/foundation-workspace.workspacestate.getcurrentworkspace.md +0 -18
  142. package/docs/api/foundation-workspace.workspacestate.getsavedworkspaces.md +0 -18
  143. package/docs/api/foundation-workspace.workspacestate.loadworkspace.md +0 -53
  144. package/docs/api/foundation-workspace.workspacestate.md +0 -16
  145. package/docs/api/foundation-workspace.workspacestate.saveworkspace.md +0 -111
  146. package/docs/api/foundation-workspace.workspacestate.setcurrentworkspace.md +0 -53
  147. package/docs/api/index.md +0 -30
  148. package/docs/api-report.md.api.md +0 -372
  149. package/temp/api-report.md.api.md +0 -372
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultFilterRegistry](./foundation-workspace.defaultfilterregistry.md)
4
-
5
- ## DefaultFilterRegistry class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
-
11
- **Signature:**
12
-
13
- ```typescript
14
- export declare class DefaultFilterRegistry implements FilterRegistry
15
- ```
16
- **Implements:** [FilterRegistry](./foundation-workspace.filterregistry.md)
17
-
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultGridRegistry](./foundation-workspace.defaultgridregistry.md)
4
-
5
- ## DefaultGridRegistry class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
-
11
- **Signature:**
12
-
13
- ```typescript
14
- export declare class DefaultGridRegistry implements GridRegistry
15
- ```
16
- **Implements:** [GridRegistry](./foundation-workspace.gridregistry.md)
17
-
@@ -1,18 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultLayoutRegistry](./foundation-workspace.defaultlayoutregistry.md)
4
-
5
- ## DefaultLayoutRegistry class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- Default layout registry implementation.
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export declare class DefaultLayoutRegistry implements LayoutRegistry
16
- ```
17
- **Implements:** [LayoutRegistry](./foundation-workspace.layoutregistry.md)
18
-
@@ -1,65 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultWorkspaceState](./foundation-workspace.defaultworkspacestate.md) &gt; [(constructor)](./foundation-workspace.defaultworkspacestate._constructor_.md)
4
-
5
- ## DefaultWorkspaceState.(constructor)
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- Constructs a new instance of the `DefaultWorkspaceState` class
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- constructor(kvStorage: KVStorageType, auth: AuthType);
16
- ```
17
-
18
- ## Parameters
19
-
20
- <table><thead><tr><th>
21
-
22
- Parameter
23
-
24
-
25
- </th><th>
26
-
27
- Type
28
-
29
-
30
- </th><th>
31
-
32
- Description
33
-
34
-
35
- </th></tr></thead>
36
- <tbody><tr><td>
37
-
38
- kvStorage
39
-
40
-
41
- </td><td>
42
-
43
- KVStorageType
44
-
45
-
46
- </td><td>
47
-
48
-
49
- </td></tr>
50
- <tr><td>
51
-
52
- auth
53
-
54
-
55
- </td><td>
56
-
57
- AuthType
58
-
59
-
60
- </td><td>
61
-
62
-
63
- </td></tr>
64
- </tbody></table>
65
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultWorkspaceState](./foundation-workspace.defaultworkspacestate.md) &gt; [auth](./foundation-workspace.defaultworkspacestate.auth.md)
4
-
5
- ## DefaultWorkspaceState.auth property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- auth: AuthType;
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultWorkspaceState](./foundation-workspace.defaultworkspacestate.md) &gt; [kvStorage](./foundation-workspace.defaultworkspacestate.kvstorage.md)
4
-
5
- ## DefaultWorkspaceState.kvStorage property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- kvStorage: KVStorageType;
14
- ```
@@ -1,115 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [DefaultWorkspaceState](./foundation-workspace.defaultworkspacestate.md)
4
-
5
- ## DefaultWorkspaceState class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- Default workspace persistence implementation backed by KVStorage.
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export declare class DefaultWorkspaceState implements WorkspaceState
16
- ```
17
- **Implements:** [WorkspaceState](./foundation-workspace.workspacestate.md)
18
-
19
- ## Constructors
20
-
21
- <table><thead><tr><th>
22
-
23
- Constructor
24
-
25
-
26
- </th><th>
27
-
28
- Modifiers
29
-
30
-
31
- </th><th>
32
-
33
- Description
34
-
35
-
36
- </th></tr></thead>
37
- <tbody><tr><td>
38
-
39
- [(constructor)(kvStorage, auth)](./foundation-workspace.defaultworkspacestate._constructor_.md)
40
-
41
-
42
- </td><td>
43
-
44
-
45
- </td><td>
46
-
47
- **_(ALPHA)_** Constructs a new instance of the `DefaultWorkspaceState` class
48
-
49
-
50
- </td></tr>
51
- </tbody></table>
52
-
53
- ## Properties
54
-
55
- <table><thead><tr><th>
56
-
57
- Property
58
-
59
-
60
- </th><th>
61
-
62
- Modifiers
63
-
64
-
65
- </th><th>
66
-
67
- Type
68
-
69
-
70
- </th><th>
71
-
72
- Description
73
-
74
-
75
- </th></tr></thead>
76
- <tbody><tr><td>
77
-
78
- [auth](./foundation-workspace.defaultworkspacestate.auth.md)
79
-
80
-
81
- </td><td>
82
-
83
-
84
- </td><td>
85
-
86
- AuthType
87
-
88
-
89
- </td><td>
90
-
91
- **_(ALPHA)_**
92
-
93
-
94
- </td></tr>
95
- <tr><td>
96
-
97
- [kvStorage](./foundation-workspace.defaultworkspacestate.kvstorage.md)
98
-
99
-
100
- </td><td>
101
-
102
-
103
- </td><td>
104
-
105
- KVStorageType
106
-
107
-
108
- </td><td>
109
-
110
- **_(ALPHA)_**
111
-
112
-
113
- </td></tr>
114
- </tbody></table>
115
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md) &gt; [filterKey](./foundation-workspace.filterregistration.filterkey.md)
4
-
5
- ## FilterRegistration.filterKey property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- filterKey: string;
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md) &gt; [getFilterValue](./foundation-workspace.filterregistration.getfiltervalue.md)
4
-
5
- ## FilterRegistration.getFilterValue property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- getFilterValue: () => SavedFilterValue | null;
14
- ```
@@ -1,98 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md)
4
-
5
- ## FilterRegistration interface
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
-
11
- **Signature:**
12
-
13
- ```typescript
14
- export interface FilterRegistration
15
- ```
16
-
17
- ## Properties
18
-
19
- <table><thead><tr><th>
20
-
21
- Property
22
-
23
-
24
- </th><th>
25
-
26
- Modifiers
27
-
28
-
29
- </th><th>
30
-
31
- Type
32
-
33
-
34
- </th><th>
35
-
36
- Description
37
-
38
-
39
- </th></tr></thead>
40
- <tbody><tr><td>
41
-
42
- [filterKey](./foundation-workspace.filterregistration.filterkey.md)
43
-
44
-
45
- </td><td>
46
-
47
-
48
- </td><td>
49
-
50
- string
51
-
52
-
53
- </td><td>
54
-
55
- **_(ALPHA)_**
56
-
57
-
58
- </td></tr>
59
- <tr><td>
60
-
61
- [getFilterValue](./foundation-workspace.filterregistration.getfiltervalue.md)
62
-
63
-
64
- </td><td>
65
-
66
-
67
- </td><td>
68
-
69
- () =&gt; [SavedFilterValue](./foundation-workspace.savedfiltervalue.md) \| null
70
-
71
-
72
- </td><td>
73
-
74
- **_(ALPHA)_**
75
-
76
-
77
- </td></tr>
78
- <tr><td>
79
-
80
- [setFilterValue](./foundation-workspace.filterregistration.setfiltervalue.md)
81
-
82
-
83
- </td><td>
84
-
85
-
86
- </td><td>
87
-
88
- (value: string) =&gt; void
89
-
90
-
91
- </td><td>
92
-
93
- **_(ALPHA)_**
94
-
95
-
96
- </td></tr>
97
- </tbody></table>
98
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistration](./foundation-workspace.filterregistration.md) &gt; [setFilterValue](./foundation-workspace.filterregistration.setfiltervalue.md)
4
-
5
- ## FilterRegistration.setFilterValue property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- setFilterValue: (value: string) => void;
14
- ```
@@ -1,53 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [applyFiltersValues](./foundation-workspace.filterregistry.applyfiltersvalues.md)
4
-
5
- ## FilterRegistry.applyFiltersValues() method
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- applyFiltersValues(savedFilters: SavedFilterValue[]): void;
14
- ```
15
-
16
- ## Parameters
17
-
18
- <table><thead><tr><th>
19
-
20
- Parameter
21
-
22
-
23
- </th><th>
24
-
25
- Type
26
-
27
-
28
- </th><th>
29
-
30
- Description
31
-
32
-
33
- </th></tr></thead>
34
- <tbody><tr><td>
35
-
36
- savedFilters
37
-
38
-
39
- </td><td>
40
-
41
- [SavedFilterValue](./foundation-workspace.savedfiltervalue.md)<!-- -->\[\]
42
-
43
-
44
- </td><td>
45
-
46
-
47
- </td></tr>
48
- </tbody></table>
49
-
50
- **Returns:**
51
-
52
- void
53
-
@@ -1,18 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [getAllFiltersValues](./foundation-workspace.filterregistry.getallfiltersvalues.md)
4
-
5
- ## FilterRegistry.getAllFiltersValues() method
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- getAllFiltersValues(): SavedFilterValue[];
14
- ```
15
- **Returns:**
16
-
17
- [SavedFilterValue](./foundation-workspace.savedfiltervalue.md)<!-- -->\[\]
18
-
@@ -1,16 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md)
4
-
5
- ## FilterRegistry variable
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- DI token for filter registry.
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- FilterRegistry: import("@microsoft/fast-foundation").InterfaceSymbol<FilterRegistry>
16
- ```
@@ -1,81 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [registerFilter](./foundation-workspace.filterregistry.registerfilter.md)
4
-
5
- ## FilterRegistry.registerFilter() method
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- registerFilter(filterKey: string, getFilterValue: () => SavedFilterValue | null, setFilterValue: (value: string) => void): void;
14
- ```
15
-
16
- ## Parameters
17
-
18
- <table><thead><tr><th>
19
-
20
- Parameter
21
-
22
-
23
- </th><th>
24
-
25
- Type
26
-
27
-
28
- </th><th>
29
-
30
- Description
31
-
32
-
33
- </th></tr></thead>
34
- <tbody><tr><td>
35
-
36
- filterKey
37
-
38
-
39
- </td><td>
40
-
41
- string
42
-
43
-
44
- </td><td>
45
-
46
-
47
- </td></tr>
48
- <tr><td>
49
-
50
- getFilterValue
51
-
52
-
53
- </td><td>
54
-
55
- () =&gt; [SavedFilterValue](./foundation-workspace.savedfiltervalue.md) \| null
56
-
57
-
58
- </td><td>
59
-
60
-
61
- </td></tr>
62
- <tr><td>
63
-
64
- setFilterValue
65
-
66
-
67
- </td><td>
68
-
69
- (value: string) =&gt; void
70
-
71
-
72
- </td><td>
73
-
74
-
75
- </td></tr>
76
- </tbody></table>
77
-
78
- **Returns:**
79
-
80
- void
81
-
@@ -1,53 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [FilterRegistry](./foundation-workspace.filterregistry.md) &gt; [unregisterFilter](./foundation-workspace.filterregistry.unregisterfilter.md)
4
-
5
- ## FilterRegistry.unregisterFilter() method
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- unregisterFilter(filterKey: string): void;
14
- ```
15
-
16
- ## Parameters
17
-
18
- <table><thead><tr><th>
19
-
20
- Parameter
21
-
22
-
23
- </th><th>
24
-
25
- Type
26
-
27
-
28
- </th><th>
29
-
30
- Description
31
-
32
-
33
- </th></tr></thead>
34
- <tbody><tr><td>
35
-
36
- filterKey
37
-
38
-
39
- </td><td>
40
-
41
- string
42
-
43
-
44
- </td><td>
45
-
46
-
47
- </td></tr>
48
- </tbody></table>
49
-
50
- **Returns:**
51
-
52
- void
53
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md) &gt; [gridKey](./foundation-workspace.gridregister.gridkey.md)
4
-
5
- ## GridRegister.gridKey property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- gridKey: string;
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-workspace](./foundation-workspace.md) &gt; [GridRegister](./foundation-workspace.gridregister.md) &gt; [gridRegistry](./foundation-workspace.gridregister.gridregistry.md)
4
-
5
- ## GridRegister.gridRegistry property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- gridRegistry: GridRegistry;
14
- ```