@genesislcap/grid-pro 14.148.1-alpha-eef6f33.0 → 14.149.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.
- package/dist/custom-elements.json +661 -738
- package/dist/dts/datasource/server-side.datasource.d.ts +7 -8
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/utils/index.d.ts +0 -1
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/esm/datasource/server-side.datasource.js +37 -75
- package/dist/esm/utils/index.js +0 -1
- package/dist/grid-pro.api.json +0 -100
- package/dist/grid-pro.d.ts +7 -26
- package/docs/api/grid-pro.md +0 -2
- package/docs/api-report.md +2 -10
- package/package.json +13 -13
- package/dist/dts/utils/map.d.ts +0 -17
- package/dist/dts/utils/map.d.ts.map +0 -1
- package/dist/esm/utils/map.js +0 -39
- package/docs/api/grid-pro.getavailableindexes.md +0 -30
- package/docs/api/grid-pro.getavailableindexfields.md +0 -30
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [getAvailableIndexFields](./grid-pro.getavailableindexfields.md)
|
|
4
|
-
|
|
5
|
-
## getAvailableIndexFields() function
|
|
6
|
-
|
|
7
|
-
Get the values of the Metadata indexes map
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export declare function getAvailableIndexFields(data: Map<string, [string]>): string[];
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
| Parameter | Type | Description |
|
|
18
|
-
| --- | --- | --- |
|
|
19
|
-
| data | Map<string, \[string\]> | the map data to have the values extracted from |
|
|
20
|
-
|
|
21
|
-
**Returns:**
|
|
22
|
-
|
|
23
|
-
string\[\]
|
|
24
|
-
|
|
25
|
-
the values of the map
|
|
26
|
-
|
|
27
|
-
## Remarks
|
|
28
|
-
|
|
29
|
-
This function will return a flat string array of all the values in the "metadata indexes" map
|
|
30
|
-
|