Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
a2a579ce
Unverified
Commit
a2a579ce
authored
Apr 02, 2020
by
Tobias Skarhed
Committed by
GitHub
Apr 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forms migration: Finalizing Select namespace (#23281)
parent
61e6e41e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
packages/grafana-ui/src/components/Forms/index.ts
+0
-3
packages/grafana-ui/src/components/Select/types.ts
+0
-2
No files found.
packages/grafana-ui/src/components/Forms/index.ts
View file @
a2a579ce
...
@@ -9,8 +9,6 @@ import { Switch } from './Switch';
...
@@ -9,8 +9,6 @@ import { Switch } from './Switch';
import
{
Legend
}
from
'./Legend'
;
import
{
Legend
}
from
'./Legend'
;
import
{
TextArea
}
from
'./TextArea/TextArea'
;
import
{
TextArea
}
from
'./TextArea/TextArea'
;
import
{
Checkbox
}
from
'./Checkbox'
;
import
{
Checkbox
}
from
'./Checkbox'
;
//Remove after Enterprise migrations have been merged
import
{
Select
}
from
'../Select/Select'
;
const
Forms
=
{
const
Forms
=
{
RadioButtonGroup
,
RadioButtonGroup
,
...
@@ -24,7 +22,6 @@ const Forms = {
...
@@ -24,7 +22,6 @@ const Forms = {
TextArea
,
TextArea
,
Checkbox
,
Checkbox
,
Legend
,
Legend
,
Select
,
};
};
export
default
Forms
;
export
default
Forms
;
packages/grafana-ui/src/components/Select/types.ts
View file @
a2a579ce
...
@@ -18,8 +18,6 @@ export interface SelectCommonProps<T> {
...
@@ -18,8 +18,6 @@ export interface SelectCommonProps<T> {
onKeyDown
?:
(
event
:
React
.
KeyboardEvent
)
=>
void
;
onKeyDown
?:
(
event
:
React
.
KeyboardEvent
)
=>
void
;
placeholder
?:
string
;
placeholder
?:
string
;
disabled
?:
boolean
;
disabled
?:
boolean
;
//To be removed, is here to make Enterprise mergable
isDisabled
?:
boolean
;
isSearchable
?:
boolean
;
isSearchable
?:
boolean
;
isClearable
?:
boolean
;
isClearable
?:
boolean
;
autoFocus
?:
boolean
;
autoFocus
?:
boolean
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment