-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.x] Index pattern management UI -> TypeScript and New Platform Read…
…y (indexed_fields_table) (#63364) (#63659) * Index pattern management UI -> TypeScript and New Platform Ready (indexed_fields_table) (#63364) * MIgrated indexed_fields_table to typescript. * Updated docs * Fixed comments * Fixed types * Fixed types. * Fixed types Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information
1 parent
bc04e70
commit 65086bb
Showing
17 changed files
with
457 additions
and
307 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...data/public/kibana-plugin-plugins-data-public.indexpatternfield.indexpattern.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [IndexPatternField](./kibana-plugin-plugins-data-public.indexpatternfield.md) > [indexPattern](./kibana-plugin-plugins-data-public.indexpatternfield.indexpattern.md) | ||
|
||
## IndexPatternField.indexPattern property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
indexPattern?: IndexPattern; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 7 additions & 5 deletions
12
...shots__/indexed_fields_table.test.js.snap → ...hots__/indexed_fields_table.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 10 additions & 3 deletions
13
...__jest__/__snapshots__/table.test.js.snap → ...s/table/__snapshots__/table.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
231 changes: 0 additions & 231 deletions
231
...sections/index_patterns/edit_index_pattern/indexed_fields_table/components/table/table.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.